/* body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
} */

/* .masthead {
  background: #fff;
} */

/* .masthead .nav>li>a {
    position: relative;
    text-decoration: none;
    color: #333;
} */
/* .masthead .main-navbar ul li a {
  padding: 0.6rem 0.9rem;
  color: #333;
  text-decoration: none;
} */

/* .masthead .nav>.active>a, .masthead .nav>.active>a:focus, .masthead .nav>.active>a:hover, .masthead .nav>li>a:focus, .masthead .nav>li>a:hover {
    color: red;
    background: 0 0;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
} */
/* .masthead .main-navbar ul li:hover a, .masthead .main-navbar ul li:focus a, .masthead .main-navbar ul li.active a {
  border-radius: 0.3rem;
  background-color: #003647;
  background-color: #ebf1f3;
} */



/* ============================================= */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLDwM4.ttf) format('truetype')
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCQYag.ttf) format('truetype')
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7CA.ttf) format('truetype')
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYag.ttf) format('truetype')
}

	
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

	
/* .header-image .logo img {
    height: 120px
} */

.btn-primary {
    color: #fff;
    background-color: #4A90E2;
    border-color: #4A90E2;
}

.masthead {
    margin-bottom: initial;
    padding: 10px 0;
    color: #fff;
    background: #fff
}

.masthead .navbar .logo img {
    max-height: 100px;
}

.masthead .main-navbar ul li a {
  padding: 0.6rem 0.9rem;
  color: #333;
  /* text-decoration: none; */
}

.masthead .main-navbar ul li:hover a, .masthead .main-navbar ul li:focus a, .masthead .main-navbar ul li.active a {
  border-radius: 0.3rem;
  /* background-color: #003647; */
  background-color: #ebf1f3;
}


.masthead:after,
.masthead:before {
    content: " ";
    display: table
}
.masthead:after {
    clear: both
}
.masthead:after,
.masthead:before {
    content: " ";
    display: table
}
.masthead:after {
    clear: both
}
.masthead .container {
    position: relative
}
.masthead a {
    color: #fff
}
.masthead hgroup h1,
.masthead hgroup h2 {
    float: left;
    font-size: 30px;
    line-height: 1.5
}
.masthead hgroup h1 {
    font-weight: 900;
    letter-spacing: -1px;
    margin: 3px 0
}
.masthead hgroup h2 {
    position: absolute;
    bottom: -3px;
    left: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap
}
.masthead .navbar-collapse {
    padding: 10px 0
}
.masthead .section {
    float: left;
    margin-top: 10px;
}
.masthead input[type=text] {
    border-color: #004a61
}
@media (min-width:768px) and (max-width:991px) {
    .masthead .navigation.section {
        float: right
    }
}
.masthead .navigation .nav-pills {
    margin-bottom: 0
}
.masthead .nav > li > a {
    position: relative;
    text-decoration: none;
    color: #333
}
.masthead .nav > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}
.masthead .nav > li > a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}
.masthead .nav > .active > a,
.masthead .nav > .active > a:focus,
.masthead .nav > .active > a:hover,
.masthead .nav > li > a:focus,
.masthead .nav > li > a:hover {
    color: red;
    background: 0 0;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
.masthead .site-search {
    margin: 4px 8px 4px 0
}


@media (min-width:992px) {
    .masthead .site-search {
        margin-left: 15px
    }
}
.masthead .site-search input {
    width: 200px;
    padding: 5px 10px
}
.masthead .btn-navbar-btn,
.masthead .btn-navbar-btn.active,
.masthead .btn-navbar-btn.disabled,
.masthead .btn-navbar-btn:active,
.masthead .btn-navbar-btn:focus,
.masthead .btn-navbar-btn:hover,
.masthead .btn-navbar-btn[disabled] {
    background-color: #003647;
    background-image: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    margin-top: 15px
}
.masthead .btn-navbar-btn .icon-bar,
.masthead .btn-navbar-btn.active .icon-bar,
.masthead .btn-navbar-btn.disabled .icon-bar,
.masthead .btn-navbar-btn:active .icon-bar,
.masthead .btn-navbar-btn:focus .icon-bar,
.masthead .btn-navbar-btn:hover .icon-bar,
.masthead .btn-navbar-btn[disabled] .icon-bar {
    margin-right: 0
}

.masthead .navbar-collapse {
    padding: 10px 0;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

.collapse.in {
    display: block;
}


@media (max-width: 991px)
{
    .masthead .site-search {
        display: none;
    }
    .masthead .section {
        float: none;
    }
}




.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #333;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.09375rem;
    line-height: 1;
    background-color: #333;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

.simple-input .field .btn-search {
    position: absolute;
    display: block;
    height: 17px;
    width: 17px;
    padding: 0;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    background-color: transparent;
    border: none;
    color: #999;
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
}
.simple-input button, .simple-input label {
    display: none;
}

.main {
    padding: 20px 0;
    background: #fff
}



/* ================= Footer ================================ */
	
.site-footer {
    padding: 20px 0;
    background: #333
}
.site-footer,
.site-footer label,
.site-footer small {
    color: #ccdee3
}
.site-footer a {
    color: #ccdee3
}

	
	
.footer-links .footer-img {
    height: 100px
}
.footer-links ul li {
    margin-bottom: 5px
}
.footer-text {
    margin-top: 20px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #ecf0f1;
    padding-top: 10px;
    color: #fff
}
.footer-text svg {
    fill: #fff
}

/* ====================================== Home Page ========================== */

#hero {
    padding: 40px 0;
    position: relative;
    background-image: -webkit-gradient(linear,right top, left top,color-stop(0, #00d2ff),to(#3a7bd5));
    background-image: -webkit-linear-gradient(right,#00d2ff 0,#3a7bd5 100%);
    background-image: -o-linear-gradient(right,#00d2ff 0,#3a7bd5 100%);
    background-image: linear-gradient(-90deg,#00d2ff 0,#3a7bd5 100%);
    background-position: center center;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
}

#hero .container {
    width: 60%;
}

@media screen and (max-width: 690px)
{
    #hero {
        padding: 40px 0;
        position: relative;
        background-image: -webkit-gradient(linear,right top, left top,color-stop(0, #00d2ff),to(#3a7bd5));
        background-image: -webkit-linear-gradient(right,#00d2ff 0,#3a7bd5 100%);
        background-image: -o-linear-gradient(right,#00d2ff 0,#3a7bd5 100%);
        background-image: linear-gradient(-90deg,#00d2ff 0,#3a7bd5 100%);
        background-position: center center;
        background-attachment: scroll;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 690px)
{
    #hero .container {
        width: 95%;
    }
}

@media screen and (max-width: 990px)
{
    #hero .container {
        width: 80%;
    }
}




.homepage .row {
    position: relative;
}
.form-container {
    margin-bottom: 50px;
    padding: 10px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}

#hero .title h1 {
    font-size: 36px;
    text-align: left;
    color: #fff;
    margin: 0;
}

#hero .title p {
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 20px;
    text-align: left;
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
}

#hero p {
    font-size: 12px;
    font-weight: 200;
    color: #fff;
}

.form-container .hero-form {
    position: relative;
}

.form-container .hero-form input {
    height: 50px;
    border-radius: 8px;
}
.form-container .form-control {
    background-color: #fff;
    width: 100%;
    border-radius: 2px;
    margin: 0 auto;
}

.form-container .hero-form button.btn-default-green-tiny {
    height: 50px;
    /* background: #86c724; */
    background: #E5412F;
    color: #fff;
    border-radius: 0 8px 8px 0;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
}
.btn, label {
    font-weight: 700;
}


	/*=============  */
#hero .featured-box {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    font-weight: 400px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5
}
#hero .featured-box:first-child {
    border-right: none
}
#hero .featured-box:last-child {
    border-left: none
}
#hero .featured-box i {
    font-size: 40px;
    padding-bottom: 10px;
    color: #fff
}

/* .col-xs-4 {
    width: 33.33333333%;
} */


#hero h2 {
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
}

#hero h3 {
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    margin: 0;
}


/* ================================ container catagory ===================  */

.catagory {
    padding: 30px 0;
}
/* @media (min-width: 1200px)
{
    .container {
        width: 1170px;
    }
}

@media (min-width: 992px)
{
    .container {
        width: 970px;
    }
} */

/* @media (min-width: 768px)
{
    .container {
        width: 750px;
    }
} */

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.section-title {
    padding: 40px 0;
}

.section-title h1 {
    color: #333;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    position: relative;
    margin: 0;
}

.section-title {
    padding: 40px 0
}
.section-title h1 {
    color: #333;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    position: relative;
    margin: 0
}
.section-title h1::after {
    content: "";
    display: block;
    height: 2px;
    width: 60px;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #00d2ff), to(#3a7bd5));
    background-image: -webkit-linear-gradient(right, #00d2ff 0, #3a7bd5 100%);
    background-image: -o-linear-gradient(right, #00d2ff 0, #3a7bd5 100%);
    background-image: linear-gradient(-90deg, #00d2ff 0, #3a7bd5 100%);
    position: absolute;
    top: 41px;
    left: 50%;
    margin-left: -30px
}
.catagory {
    padding: 30px 0
}

.homepage .row {
    position: relative;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.catagory .title h2 {
    margin: 0;
    font-size: 24px
}
.catagory .title p {
    margin: 0;
    font-size: 12px;
    color: #3498db
}
.catagory p {
    font-size: 14px
}
.catagory .catagory-box {
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer
}
.catagory .catagory-box .fas {
    color: #3498db;
    font-size: 82px;
    /* font-weight: 400  */
}

.catagory .catagory-box .fas-image {
    width: 80px;
    height: 80px;
}




.catagory .catagory-box h4 {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 10px 0;
    font-weight: 400;
    color: #525252;
    font-size: 18px
}
.catagory .catagory-box:hover {
    background: rgba(50, 184, 218, .1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.catagory .catagory-box:hover > h4 {
    color: #3498db;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.features-container {
    padding: 30px 0;
    background: #3386db
}
.features-container .container .section-title h1 {
    color: #fff
}
.featuresBox {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    padding: 40px 16px 30px;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative;
    z-index: 1
}
.featuresBox:after,
.featuresBox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}
.featuresBox:after {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 100% 0;
    -ms-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;
    z-index: -1
}
.featuresBox:before {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0 0;
    -ms-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    z-index: -1
}
.featuresBox:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}
.featuresBox:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}
.featuresBox .features-icon i {
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}
.featuresBox .features-content h3 {
    margin-bottom: 25px
}
.featuresBox .features-content h3 a {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none
}
.featuresBox .features-content h3 a:hover {
    color: #fff
}
.featuresBox .features-content p {
    color: #fff;
    line-height: 26px
}
.featuresBox:hover .features-icon i {
    color: #f5f5f5;
    border-color: #181818
}
.right-title {
    border-bottom: 1px solid #3386db;
    color: #333;
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 20px
}



.r-datalist {
    padding-bottom: 40px;
}

.r-datalist .dataset-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.r-datalist .dataset-list .module-content {
    border-bottom: 1px dotted #f7f7f7;
    background: 0 0!important;
}
.r-datalist .dataset-list .module-content {
    padding: 0;
    padding-bottom: 10px;
    border-left: none!important;
}
.dataset-item {
    margin-bottom: 10px;
    border-left: 3px solid #3a7bd5;
    padding: 15px;
    background: #f7f7f7;
}
.module-content {
    padding: 30px;
}

.dataset-heading {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.3;
}

.dataset-heading a {
    color: #333;
}

.dataset-resources {
    margin-top: 8px;
}
.list-unstyled {
    margin: 0;
    list-style: none;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.label {
    display: inline;
    padding: .3em .8em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0
}
.label[data-format*=html],
.label[data-format=html] {
    background-color: #55a1ce
}
.label[data-format*=json],
.label[data-format=json] {
    background-color: #ef7100
}
.label[data-format*=xml],
.label[data-format=xml] {
    background-color: #ef7100
}
.label[data-format*=text],
.label[data-format=text] {
    background-color: #74cbec
}
.label[data-format*=csv],
.label[data-format=csv] {
    background-color: #dfb100
}
.label[data-format*=xls],
.label[data-format=xls] {
    background-color: #2db55d
}
.label[data-format*=zip],
.label[data-format=zip] {
    background-color: #686868
}
.label[data-format*=api],
.label[data-format=api] {
    background-color: #ec96be
}
.label[data-format*=pdf],
.label[data-format=pdf] {
    background-color: #e0051e
}
.label[data-format*=nquad],
.label[data-format*=ntriples],
.label[data-format*=rdf],
.label[data-format*=turtle],
.label[data-format=rdf] {
    background-color: #0b4498
}
.label[data-format*='à¤¨à¥‡à¤ªà¤¾à¤²à¥€'] {
    background-color: red
}
.label[data-format*=english] {
    background: #08389c
}
.label[data-format='001'] {
    background: #39bf73
}
.label[data-format='002'] {
    background: #425273
}
.label[data-format='003'] {
    background: #2caaf9
}
.label[data-format='004'] {
    background: #e99d00
}
.label[data-format='005'] {
    background: #1f7a8c
}
.label[data-format='006'] {
    background: #320e3b
}
.label[data-format='007'] {
    background: #c33c54
}
.label[data-format='008'] {
    background: #508991
}
.label[data-format='009'] {
    background: #6d3aaf
}
.label[data-format='0010'] {
    background: #3f4ee8
}
.label[data-format='0011'] {
    background: #ff6e4a
}
.label[data-format='0012'] {
    background: #867200
}

.catagory-label[data-catagory*=Agriculture],
.catagory-label[data-catagory=Agriculture] {
    background: #39bf73
}
.catagory-label[data-catagory*=Education],
.catagory-label[data-catagory=Education] {
    background: #425273
}
.catagory-label[data-catagory*=Finance],
.catagory-label[data-catagory=Finance] {
    background: #2caaf9
}
.catagory-label[data-catagory*=Health],
.catagory-label[data-catagory=Health] {
    background: #e99d00
}
.catagory-label[data-catagory*=Legislative],
.catagory-label[data-catagory=Legislative] {
    background: #1f7a8c
}
.catagory-label[data-catagory*='Travel & Tourism'],
.catagory-label[data-catagory='Travel & Tourism'] {
    background: #320e3b
}
.catagory-label[data-catagory*='Aid Data'],
.catagory-label[data-catagory='Aid Data'] {
    background: #c33c54
}
.catagory-label[data-catagory*=Census],
.catagory-label[data-catagory=Census] {
    background: #508991
}
.catagory-label[data-catagory*='Development Data'],
.catagory-label[data-catagory='Development Data'] {
    background: #6d3aaf
}
.catagory-label[data-catagory*='Geo Data'],
.catagory-label[data-catagory='Geo Data'] {
    background: #3f4ee8
}
.catagory-label[data-catagory*='Energy & Water Resources'],
.catagory-label[data-catagory='Energy & Water Resources'] {
    background: #ff6e4a
}
.catagory-label[data-catagory*='Government & Administration'],
.catagory-label[data-catagory='Government & Administration'] {
    background: #867200
}
/* @media (min-width: 992px)
{
    .col-md-2 {
        width: 16.66666667%;
    }
}

@media (min-width: 992px)
{
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
}

@media (min-width: 768px)
{
    .col-sm-4 {
         width: 33.33333333%;
    }
}

@media (min-width: 768px)
{
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
}

.col-xs-6 {
    width: 50%;
} */


/* ================================ Page Dataset =================== */

.breadcrumb-container {
    background: -webkit-gradient(linear,right top, left top,color-stop(0, #00d2ff),to(#3a7bd5));
    background: -webkit-linear-gradient(right,#00d2ff 0,#3a7bd5 100%);
    background: -o-linear-gradient(right,#00d2ff 0,#3a7bd5 100%);
    background: linear-gradient(-90deg,#00d2ff 0,#3a7bd5 100%);
    margin-bottom: 40px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.toolbar {
    position: relative;
    padding: 15px 0;
}

.toolbar .breadcrumb {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    background: 0 0;
    font-size: 18px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}
.breadcrumb > li {
    display: inline-block
}
.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}
.breadcrumb > .active {
    color: #777
}



.toolbar .breadcrumb a {
    color: #fff;
}
.toolbar .home a {
    text-decoration: none;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.toolbar .home span {
    display: none;
}




.dataset-resources li {
    display: inline;
}
.catagory-tag {
    float: right;
    margin-right: -15px;
}


.search-form {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #ddd;
}

.list-unstyled {
    margin: 0;
    list-style: none;
}

.dataset-resources {
    margin-top: 8px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.module-heading {
    margin: 0;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 1.3;
    background: #4a90e2;
    color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.btn .fa:last-child, .module-heading .fa:last-child, .nav-tabs .fa:last-child {
    margin-right: 3px;
}

.nav-aside, .nav-simple {
    padding-left: 0;
    margin: 0;
    list-style: none;
    padding-bottom: 0;
    background: #f7f7f7;
}

.nav-aside>li, .nav-simple>li {
    font-size: 12px;
    line-height: 1.16666667em;
    padding: 7px 25px;
    border-bottom: 1px dotted #ddd;
}
.nav>li {
    position: relative;
    display: block;
}

.nav-aside>li:last-of-type, .nav-simple>li:last-of-type {
    border-bottom: 0;
}
.nav-aside li.active, .nav-item.active {
    background-color: #f6f6f6;
}
.nav-aside>li, .nav-simple>li {
    font-size: 12px;
    line-height: 1.16666667em;
    padding: 7px 25px;
    border-bottom: 1px dotted #ddd;
}

module-narrow .nav-aside li a, .module-narrow .nav-item>a {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.nav-aside li.active a, .nav-item.active>a {
    position: relative;
    color: #fff;
    background-color: #8ca0a6;
}

	
.nav-aside li.active a:hover,
.nav-item.active > a:hover {
    color: #fff;
    background-color: #8ca0a6
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}


.search-form .search-input-group .input-group-btn .btn {
    /* margin-top: 25px; */
    background: #4a90e2;
    color: #fff;
}


/* ========================== Pagination ==================  */
	
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}
.pagination > li {
    display: inline
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #4a90e2;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #1f69c1;
    background-color: #eee;
    border-color: #ddd
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #4a90e2;
    border-color: #4a90e2;
    cursor: default
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}


/* =============== Organization =================== */

.module-narrow .module-content {
    background-color: #f7f7f7;
}

p {
    margin: 0 0 10px;
}



.organization-media {
    height: unset!important;
}
.media-grid {
    padding-left: 0;
    /* margin: 0; */
    /* list-style: none; */
    min-height: 205px;
    border-width: 1px 0;
}

.media:first-child {
    margin-top: 0;
}
.organization {
    margin-bottom: 10px;
    border-left: 3px solid #3a7bd5;
    padding: 15px;
    background: #f7f7f7;
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}
.media-body {
    width: 10000px
}

.media-object {
    display: block
}
.media-object.img-thumbnail {
    max-width: none
}
.media-right,
.media > .pull-right {
    padding-left: 10px
}
.media-left,
.media > .pull-left {
    padding-right: 10px
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}
.media-middle {
    vertical-align: middle
}
.media-bottom {
    vertical-align: bottom
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.media-list {
    padding-left: 0;
    list-style: none
}

a {
    color: #4a90e2;
    text-decoration: none;
}

a {
    background-color: transparent;
}

.organization h3.media-heading {
    font-size: 16px!important;
}

.media-heading {
    font-size: 18px;
    line-height: 1.3;
    margin: 5px 0;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.organization .media-body span.count {
    background: #3a7bd5;
    display: inline;
    padding: 0.3em 0.8em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
}

.organization .media-right {
    vertical-align: middle;
}

.organization .media-right img {
    width: 160px!important;
    height: 100px!important;
}

.indented-list {
    margin-left: 50px;
    padding-left: 20px; /* Ajustez cette valeur pour augmenter ou réduire l'indentation */
}

.indented-list li {
    margin-left: 10px; /* Vous pouvez également ajuster cela pour affiner l'indentation */
}



/* .media-grid {
    padding-left: 0;
    margin: 0;
    list-style: none;
    min-height: 205px;
    border-width: 1px 0
}
.media-grid:after,
.media-grid:before {
    content: " ";
    display: table
}
.media-grid:after {
    clear: both
}
.media-grid:after,
.media-grid:before {
    content: " ";
    display: table
}
.media-grid:after {
    clear: both
}
.media-item {
    position: relative;
    float: left;
    width: 178px;
    margin: 15px 0 0 15px;
    background-color: #fff;
    border-radius: 3px
}
.media-item span.count {
    color: #999
}
.media-item .media-heading {
    font-size: 16px;
    color: #fff;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #00d2ff), to(#3a7bd5));
    background: -webkit-linear-gradient(right, #00d2ff 0, #3a7bd5 100%);
    background: -o-linear-gradient(right, #00d2ff 0, #3a7bd5 100%);
    background: linear-gradient(-90deg, #00d2ff 0, #3a7bd5 100%);
    padding: 5px 15px
}
.media-item .detail-contianer {
    background: #f7f7f7
}
.media-item p {
    padding-left: 15px;
    padding-bottom: 5px;
    margin: 0 0 0
}
.media-item .count {
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding: 5px;
    font-size: 14px;
    background: #5e5e5e
}
.media-item .media-image {
    padding: 15px;
    margin-bottom: 5px
}
.media-item .media-edit {
    opacity: 0;
    position: absolute;
    right: 15px;
    bottom: 15px;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}
.media-item:hover {
    z-index: 1
}
.media-item:hover .media-edit {
    opacity: 1
}
.media-view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ddd;
    overflow: hidden;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-radius: 3px
}
.media-view.hovered,
.media-view:hover {
    border-color: #005d7a;
    -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, .1)
}
.media-view.hovered .banner,
.media-view:hover .banner {
    background-color: #005d7a
}
.media-view span {
    display: none
}
.media-view .banner {
    display: block;
    background-color: #b7b7b7;
    -webkit-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in
}
.media-image {
    border-radius: 4px
}
.media-image img {
    min-width: 100%
}
.media-heading {
    font-size: 18px;
    line-height: 1.3;
    margin: 5px 0;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}
.media-overlay {
    position: relative;
    min-height: 35px
}
.media-overlay .media-heading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 10px;
    margin: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
    font-size: 13px;
    color: #fff;
    z-index: 1;
    border-radius: 0 0 3px 3px
}
.media-overlay .media-image {
    float: none;
    display: block;
    margin-right: 0
}
.media-item.is-expander .truncator-link {
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    position: absolute;
    z-index: 10;
    left: 15px;
    bottom: 15px;
    opacity: 0
}
.media-item.is-expander:hover {
    padding-bottom: 35px
}
.media-item.is-expander:hover .truncator-link {
    opacity: 1
}
.wide .media-item {
    width: 186px
}


organization-media {
    height: unset !important
}
.organization {
    margin-bottom: 10px;
    border-left: 3px solid #3a7bd5;
    padding: 15px;
    background: #f7f7f7
}
.organization h3.media-heading {
    font-size: 16px !important
}
.organization .media-right {
    vertical-align: middle
}
.organization .media-right img {
    width: 160px !important
}
.organization .media-body span.count {
    background: #3a7bd5;
    display: inline;
    padding: .3em .8em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0
}
@media (max-width:992px) {
    .organization .media-right {
        vertical-align: middle
    }
    .organization .media-right img {
        width: 60px !important
    }
} */


/* ==================== /group  */

.media-item img.img-fluid{
    max-width: 100%;
    height: 150px;
}