/* ---------------------- Site Fonts ------------------- */
/* Lato */
.lato-thin {
    font-family: 'Lato', sans-serif !important;
    font-weight: 100 !important;
}
.lato-thin_italic {
    font-family: 'Lato', sans-serif !important;
    font-weight: 100 !important;
    font-style: italic !important;
}
.lato-light {
    font-family: 'Lato', sans-serif !important;
    font-weight: 300 !important;
}
.lato-light_italic {
    font-family: 'Lato', sans-serif !important;
    font-weight: 300 !important;
    font-style: italic !important;
}
.lato-regular {
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
}
.lato-regular_italic {
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
    font-style: italic !important;
}
.lato-bold {
    font-family: 'Lato', sans-serif !important;
    font-weight: 700 !important;
}
.lato-bold_italic {
    font-family: 'Lato', sans-serif !important;
    font-weight: 700 !important;
    font-style: italic !important;
}
.lato-black {
    font-family: 'Lato', sans-serif !important;
    font-weight: 900 !important;
}
.lato-black_italic {
    font-family: 'Lato', sans-serif !important;
    font-weight: 900 !important;
    font-style: italic !important;
}

/* Zilla slab */
.zillaslab-light {
    font-family: 'Zilla Slab', serif !important;
    font-weight: 300 !important;
}
.zillaslab-light_italic {
    font-family: 'Zilla Slab', serif !important;
    font-weight: 300 !important;
    font-style: italic !important;
}
.zillaslab-regular {
    font-family: 'Zilla Slab', serif !important;
    font-weight: 400 !important;
}
.zillaslab-regular_italic {
    font-family: 'Zilla Slab', serif !important;
    font-weight: 400 !important;
    font-style: italic !important;
}
.zillaslab-medium {
    font-family: 'Zilla Slab', serif !important;
    font-weight: 500 !important;
}
.zillaslab-medium_italic {
    font-family: 'Zilla Slab', serif !important;
    font-weight: 500 !important;
    font-style: italic !important;
}
.zillaslab-semibold {
    font-family: 'Zilla Slab', serif !important;
    font-weight: 600 !important;
}
.zillaslab-semibold_italic {
    font-family: 'Zilla Slab', serif !important;
    font-weight: 600 !important;
    font-style: italic !important;
}
.zillaslab-bold {
    font-family: 'Zilla Slab', serif !important;
    font-weight: 700 !important;
}
.zillaslab-bold_italic {
    font-family: 'Zilla Slab', serif !important;
    font-weight: 700 !important;
    font-style: italic !important;
}

* {
    font-family: 'Zilla Slab', sans-serif;
}

body {
    background-color: #FFFFFF;
    display: flex; 
    flex-direction: column;
    border: none;
}
body .site-container {
    min-height: calc(100vh - 80px);
    overflow: auto;
    background: #FFFFFF;
    position: relative;
}

a {
    font-size: 14px;
    cursor: pointer;
}
li, p, td, tr, label {
    font-size: 16px;
}
h5, h6 {
    font-size: 18px;
}
h3, h4 {
    font-size: 20px;
} 
h2 {
    font-size: 28px;
}
h1 {
    font-size: 34px;
}
strong, b {
    font-weight: 600 !important;
}

a.link, .resource_additional_info a {
    text-decoration: underline;
    padding: 2px;
    color: #03AF82; 
    font-weight: bold;
    font-family: 'Lato'
}
a.link {
    text-decoration: underline;
    padding: 2px;
    color: #03AF82; 
    font-weight: bold;
    font-family: 'Lato'
}
a.text-primary:focus, a.text-primary:hover {
    color: #000000 !important;
}
.alert {
    font-size: 14px;
}

a.highlight {
    font-size: 16px;
}
a.link:hover, a.link:focus, a.link:active {
    color: #03AF82;
}

.container-fluid, .container {
    width: 95%;
}
@media(max-width: 576px) {
    /* .container-fluid, .container {
        width: 100%;
    } */
    div[role="main"] {
        padding-bottom: 450px;
    }
}
.background-grey {
    background-color: #F9FAF3 !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}

.container-fluid .flash-messages, .container .flash-messages {
    /* display: none; */
}

.show-always {
   opacity:1 !important;
}

div[role="main"] {
    background: #FFFFFF;
    padding-bottom: 50px;
}

.btn-group-toggler {
    min-width: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.primary header.page-header {
    /* display: none; */
}

.btn-primary {
    min-width: 104px;
    min-height: 40px;
    background: #03AF82 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: 500;
    border: none;
    outline: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}
/*.btn {
    display: inline;
}*/
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #03AF82;
    border-color: #03AF82;
    box-shadow: none;
}
.btn-primary .fa {
    color: #FFFFFF;
}

.btn-inverted {
    min-width: 104px;
    min-height: 40px;
    border: 1px solid #03AF82;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    color: #03AF82 !important;
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px;
    background-color: #FFFFFF;
    outline: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}
.btn-inverted .fa{
    margin-right: 5px;
}
.btn-primary.disabled, .btn-inverted.disabled {
    cursor: pointer;
    pointer-events: none;
    background: #9E9E9E !important;
}
@media (max-width: 576px) {
    .btn-sm-large {
        min-width: 232px;
    }
}
.btn-lg-large {
    width: 232px;
}

@media (max-width: 991.92px) {
    .btn-link-md {
        background: none;
        box-shadow: none;
        padding: 20px;
        text-transform: uppercase;
        justify-content: left;
        text-decoration: underline;
        background-color: transparent !important;
        color: #03AF82 !important;
        font-size: 16px !important; 
    }    
}
.btn-mini {
    min-height: 24px;
    display: inline-flex;
    font-size: 13px;
    padding: 2px 14px;
}


.input-rounded {
    border-radius: 16px;
}

.fa {
    color: #03AF82;
}

/* Row Wrapper */
.row.wrapper {
    margin-left: 0;
    margin-right: 0;
}

/* Pagination */
.pagination-wrapper {
    border: none;
    margin: 30px 0;
}
.pagination > li > a {
    border: 1px solid #03AF82;
    background: none;
    border-radius: 50% !important;
    margin: 5px;
    color: #03AF82;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.pagination > li.active > a, 
.pagination > li > a:hover,
.pagination > li > a:focus {
    border: 1px solid #03AF82;
    background-color: #03AF82;
    color: #FFFFFF;
}
.pagination > li.control > a {
    border: none;
    width: auto;
    border-radius: 0;
    background: none;
    display: flex;
    align-items: center;
    color: #000000;
    font-weight: 600;
    font-family: 'Lato', sans-serif !important;
}
.pagination > li.control > a > i {
    padding: 0 5px;
    color: #000000;
}
.pagination > li.disabled > a, 
.pagination > li.disabled > a > i {
    border: none !important;
    background: none !important;
    color: #777777 !important;
}

/* Tags */
.tag-list {
    display: inline-block;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0px;
}
.tag-list .tag {
    font-size: 11px;
    font-weight: 600;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    margin: 0;
    box-shadow: none !important;
    background-color: #FFFFFF;
}
.tag-list .tag:focus,
.tag-list .tag:hover {
    background-color: #f6f6f6;
    color: #000000;   
}
.tag-list li .organization-tag {
    border: 1px solid #FA991C;
}
.tag-list li .group-tag {
    border: 1px solid #03AF82;
}

/* Font Icon */
.fa.fa-circled {
    background: #03AF82;
    color: #FFFFFF;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    padding: 7px;
    font-size: 14px;
}
.fa.fa-inverted {
    border: solid 1px #03AF82;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.fa-facebook.fa-circled {
    padding-left: 9px !important;
}
.fa.fa-circled.fa-2x {
    width: 34px;
    height: 34px;
    font-size: 18px;
    padding: 9px;
}
.fa-facebook.fa-circled.fa-2x {
    padding-left: 12px !important;
}

/* Text */
.text-primary {
    color: #000000 !important;
}
.text-secondary {
    color: #9E9E9E !important;
}
.text-danger {
    color: #FC0000 !important;
}
.text-green {
    color: #03AF82 !important;
}
.text-orange {
    color: #FA991C !important;
}
.text-sm {
    font-size: 14px;
}


/* Dataset detail */
.dataset-tag {
    border-radius: 10px;
    background-color: #F0F1EE;
    padding: 6px 10px;
    margin: 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dataset-info {
    margin: 16px 0;
}
.dataset-info p {
    margin: 0px;
}

/* Dropdowns */
.dropdown {
    display: inline-block;
}
.dropdown button {
    font-weight: 500;
    box-shadow: none !important;   
    min-width: 120px !important; 
}
.dropdown button:after {
    content: "\f078";
    padding-left: 5px;
    color: #FFFFFF;
    font-family: FontAwesome;
    font-size: 12px;
    border: none;
    flex: 1;
    text-align: right;
}
.dropdown.show button:after {
    content: "\f077";
}
.dropdown-menu {
    padding: 0;
    border: none;
    left: auto !important;
    right: 0 !important;
    top: 40px !important;
    border-radius: 10px;
    overflow: hidden;
    max-width: 300px;
    transform: none !important;
    font-family: 'Lato';
}
.page_primary_action .dropdown-toggle::after {
    content: none;
}
.page_primary_action .dropdown-menu{
    right: auto !important;
}
.dropdown-item a {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 14px;
    padding: 10px !important;
    text-decoration: none !important;
    background: none !important;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'Lato';
}
.dropdown-item strong {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 14px;
    padding: 10px !important;
    text-decoration: none !important;
    background: none !important;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'Lato';
}
.dropdown-item a i {
    padding-right: 10px;
}
.dropdown-item:not(:last-of-type) {
    border-bottom: 1px solid #EFEFEF;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #03AF82;
}
/* Dropdown sort, filter */
.dropdown-light button, .dropdown-light button:hover, .dropdown-light button:hover {
    background: #F9FAF3 !important;
    border: 1px solid #03AF82 !important;
    border-radius: 5px !important;
    color: #03AF82 !important;
}
.dropdown-light button:after {
    color: #03AF82 !important;
}
.dropdown-light ul {
    transform: translate3d(45px, 0px, 0px) !important;
}
.dropdown-light li {
    min-width: 150px;
}
.dropdown-bg-none button, .dropdown-bg-none button:hover, .dropdown-bg-none button:focus {
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;    
    color: #000000 !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 700 !important;
}
.dropdown-bg-none button:after {
    color: #000000;
    text-align: left;
}


/* Carousels */
.carousel-inner > .item iframe {
    width: 100%;
    min-height: 650px;
}
.carousel .carousel-control {
    position: relative;
    width: 100%;
    padding: 10px 30px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
}
.carousel .carousel-control span {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
} 
.carousel-indicators {
    bottom: 60px;
    margin: 0 !important;
    display: flex;
    align-items: center;
    width: 100%;
}
.carousel-indicators li {
    margin: 10px;
    width: 10px;
    height: 10px;
    border: none;
    background-color: #03AF82;
}

.divider {    
    height: 2px;
    background: #03AF82;
    box-shadow: 0px 3px 6px #00000029;
    margin: 15px 0;
    border-radius: 5px;
}

/* Tabs CSS */
.tab-content {
    display: inherit !important;
    padding: 30px 0;
}
.nav-tabs {
    background: #F9FAF3;
}
.nav-tabs > li {
    padding-right: 15px;
}
.nav-tabs > li > a {
    border: none !important;
    background: none !important;
    font-size: 20px;
    font-weight: 500;
    color: #222222 !important;
    padding-left: 0;
    padding-right: 0;
}
.nav-tabs > li.active > a {
    color: #03AF82 !important;
    border-bottom: 5px solid #03AF82 !important; 
}


/* Section Header */
.section-header {        
    margin-top: 35px;
    padding: 25px 0;
    margin-bottom: 15px;
}
.section-header h1, .section-header h2 {
    display: flex;
    align-items: center;
    color: #000000;
    font-weight: 600;
}
.section-header hr {
    flex: 1;
    margin: 10px 0 10px 10px;
}


/* Links */
.highlighted-link {
    text-decoration: underline;
    cursor: pointer;
}


/* Others */
.mandatory-indicator:before {
    content: '*';
    color: #FC0000;
    font-size: 12px;
}

.pagination {    
    justify-content: center;
}

/* Breadcrumbs */
.breadcrumb a, .breadcrumb span {
    color: #000000 !important;
}


/* Not Found Page */
.not-found-page {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 60px 60px 180px;
    margin-top: -50px;
}
.not-found-page h3 {
    margin: 10px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.not-found-page p {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
}
.not-found-page a {
    padding: 10px 20px;
    margin: 10px 30px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}
.not-found-page .indicator {
    font-size: 300px;
    font-weight: 700;
    line-height: 200px;
    color: #03AF82;
    margin-bottom: 56px;
}
.not-found-page .indicator:before {
    content: 'X \00a0 \00a0 X';
    font-size: 14px;
    position: absolute;
    left: calc(50% - 12px);
    top: 20px;
}
.not-found-page .indicator:after {
    content: '(';
    font-size: 18px;
    position: absolute;
    left: calc(50%);
    top: 40px;
    transform: rotate(90deg);
    font-weight: bold;
}

.flex {
    flex: 1;
}

.btn-danger, .btn-success {
    border-radius: 5px;
    min-width: 60px;
    padding: 5px;
}


/* Table */
.table-striped tbody tr:nth-of-type(odd) {
    background: none;
}
.table-striped tbody tr td:first-of-type {
    text-transform: capitalize;
}

/* nav simple */
.nav-simple > li, .nav-aside > li {
    border-bottom: 0;
}
.nav.nav-simple .nav-item.active > a, .nav-aside li.active a {
    background-color: #03AF82;
}
.nav.nav-simple .nav-item.active > a:before, .nav-aside li.active a:before {
    border-left-color: #03AF82;    
}

/* login-form, register form */
.login-page, .register-page, .feedback-page {
    max-width: 642px;
    background: #FFFFFF;
    box-shadow: 0px 3px 25px #00000029;
    padding: 6% 5%;
    margin: 0 auto;
    min-height: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login-form, .register-form, .feedback-form {
    padding: 20px;
    margin: 0 auto;
}
.login-form input, .register-form input, .feedback-form input, .feedback-form textarea {
    height: 40px;
    border: 2px solid #000000;
    border-radius: 10px;
    font-size: 14px;
    background: #FFFFFF !important;
    outline: 0 !important;
    min-width: 282px;
}
.feedback-form textarea {
    background: #FFFFFF;
    box-shadow: 3px 3px 4px #00000029;
    border: 2px solid #000000;
    width: 100%;
    height: 135px;
    resize: none;
    border-radius: 8px;
    padding: 8px;
    outline: none !important;
    font-size: 14px;
}
.feedback-form label {
    margin-top: 20px;
}
.feedback-form label:after {
    display: none;
}
.feedback-form .dropdown {
    margin-top: 30px;
}
.feedback-form .dropdown button {
    border: 2px solid #000000;
    color: #000000;
}
.feedback-form .dropdown button::after {
    color: #000000;
}
.feedback-form .dropdown ul {
    transform: translate3d(-25px, 0px, 0px) !important;
}

/* Logout Page */
.logout-page {
    min-height: calc(100vh - 420px);
}
.logout-page .content {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0px 3px 25px #00000029;
    padding: 25px;
    border-radius: 10px;
}

/* Search Open */
.search-container {
    position: relative;
}
.search-container .toggler {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}
.search-container .toggler-open {
    background: #03AF82;
}
.search-container .search {
    position: absolute;
    top: 70px;
    right: 0px;
    height: 45px;
    min-width: 320px;
    border-radius: 5px;
    box-shadow: 6px 6px 6px #00000029;
}
.toggler-open + .search:before{
    content: '';
    color: #FFFFFF;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid white;
    position: absolute;
    top: -15px;
    right: 6px;
}

.search-container .search input {
    height: 45px;
    border-radius: 5px;
    font-size: 14px;
    border: none;
    border-left: solid 3px #03AF82;
}


/* Form Links */
.form-links .form-link-remover, .form-links .form-link-adder {
    cursor: pointer;
}
.form-links .input-container {
    display: flex;
    align-items: center;
    height: 42px;
    border: 1px solid #032539;
    border-radius: 10px;
    font-size: 14px;
    background: #FFFFFF !important;
    outline: 0 !important;
    width: 100%;
    padding: 0 5px;
}
.form-links .input-container input {
    border: none !important;
}
.form-links .input-container input:focus {
    outline: none !important;
    box-shadow: none !important;
}
.form-links .input-container:before {
    content: '';
    background: url('/images/insert_link.svg') !important;
    width: 40px;
    height: 30px;
    display: inline-block;
}


/* Custom File Input */
.custom-file-input {
    border: none !important;
    width: auto !important;
    height: 55px !important;
    margin: 10px 0 10px -5px;
    opacity: 1;
    visibility: hidden;
}
.custom-file-input::before {
    content: 'Upload file';
    display: inline-block;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    height: 50px;
    color: #03AF82;
    padding: 14px 20px;   
    text-decoration: underline;
    visibility: visible;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
    margin-left: 5px;
}
.custom-file-input:hover::before {
    border: 1px solid #03AF82;
}
.custom-file-input:active::before {
    background: #FFFFFF;
}


/* Filter list */
.filter-list .facet {
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}
.filter-list .filtered.pill {
    font-size: 12px;
    color: #03AF82;
    border: solid 1px #03AF82;
    background: none;
}

/* Form Actions */
.form-actions {
    display: flex;
    justify-content: flex-end;
}

.cursor-pointer {
    cursor: pointer;
}


/* Filepond */
.filepond--credits {
    display: none;
}
.filepond--panel-root {
    background: none;
}
.filepond--drop-label {
    max-width: 200px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
    color: #03AF82;
}
.filepond--drop-label.filepond--drop-label label {
    display: none;
}
.filepond--root .filepond--drop-label:after {
    content: 'Upload file';
    font-size: 16px;
    text-decoration: underline;
    font-weight: bold;
}
.filepond--list.filepond--list {
    top: 0;
    left: 0;
    margin: 10px 0;
}
.filepond--item {
    position: relative;
    transform: none !important;
    padding: 0;
    margin: 10px 0;
    height: auto !important;
}
.filepond--file-info .filepond--file-info-main {
    font-size: 14px;
    color: #222222;
    opacity: 0.8;
}
.filepond--file-info .filepond--file-info-sub {
    font-size: 12px;
    color: #222222;
    opacity: 0.4;
}
.filepond--file-wrapper.filepond--file-wrapper {
    background: #F9FAF3 !important;
    border: 1px solid #03AF82 !important;
    border-radius: 5px;
}
.filepond--file-action-button.filepond--file-action-button {
    width: 2.625em;
    height: 2.625em;
}
.filepond--file {
    align-items: center;
}
.filepond--file-info {
    margin-left: 20px;
}


/* Confirmation page */
.confirmation-page {
    max-width: 928px;
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 25px #00000029;
    padding: 20px;
    margin: 0 auto;
    min-height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    align-items: center;
}  

.confirmation-page .thanks-container { 
    border: 4px solid #F0F1EE;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

.confirmation-page .thanks-container h1 {
    color: #03AF82;
    text-align: center;
}

.confirmation-page .thanks-container p {
    text-align: center;
}

.data_action{
     width: 15%;
     margin-left: 85%;
}

.content_action a{
    font-size:15px;
}


.controls > div {
	   height: 50px;
}

@media(max-width: 576px) {
   .data_action {
     width: 100%;
     margin-left: 0px;
  }
}


@media(max-dth: 720px) {
   .site-footer .section-header h6 {
    margin-top: 20px;
  }
  .site-footer .container-fluid {
    text-align: center;
  }
  .site-footer .social-icon-palette, .site-footer #subscribe-btn {
    margin-left: auto;
    margin-right: auto;
  }
}



