@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: Lato, sans-serif;
    background-color: #f2f2f2;
    margin-bottom: 0px;
}
a {
    color: #04512d;
}
a:focus, a:hover {
    color: #555555;
}
.h1, h1 {
    color: #31454e;
    font-weight: 800;
}

/* menu principal */
#dataverse-header-block {
    padding-top: 0px;
}
.navbar-green {
    background-color: #012e19;
    border-radius: 0px;
    color: #fff;
}
.navbar-green ul li a{
    color: #fff!important;
}
.navbar-green ul .dropdown .dropdown-menu a{
    color: #4c4c4c!important;
}
.navbar-green ul .dropdown .dropdown-menu a:hover, .navbar-green ul .dropdown .dropdown-menu a:focus{
    color: #4d7b19!important;
    background-color: #fff!important;
}
.navbar-green ul li a:hover, .navbar-green ul li a:focus{
    background-color: #4d7b19!important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #4d7b19!important;
    border-color: #fff;
}
.navbar-green ul .dropdown .dropdown-menu a:hover, .navbar-green ul .dropdown .dropdown-menu a:focus{
    color: #4d7b19!important;
}
#navbarFixed .navbar-brand {
    -ms-flex-align: center;
    align-items: center;
    background-color: #00522c;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    padding-left: 15px;
    margin-left: 0px;
}
.navbar{
    margin-bottom: 0px;
}
/* header */
#dataverseHeader .dataverseHeaderName {
    display: none;
}
#dataverseHeader .dataverseHeaderBlock {
    display: flex;
    justify-content: center;
    align-items: center;
}
#dataverseHeader{
    background-color: #f6ffec;
    background-image: url("/jakarta.faces.resource/images/campus1.jpg.xhtml");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    padding-top: 60px;
    padding-bottom: 30px;
    border-bottom: 15px solid #012e19;
}
div.panelSearchForm {
    margin-bottom: 15px;
    display: grid;
    justify-items: center;
}
.title-header-search{
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 37px;
}
.search-box a{
    color: #fff;
    font-size: 15px;
}
.search-box .ui-commandlink.ui-widget.btn.btn-default.bootstrap-button-tooltip{
    background-image: none;
    background-color: #00522c;
    border-color: #0e623c;
    text-shadow: 0 0 BLACK;
    box-shadow: none;
}
.search-box .ui-commandlink.ui-widget.btn.btn-default.bootstrap-button-tooltip:hover, .search-box .ui-commandlink.ui-widget.btn.btn-default.bootstrap-button-tooltip:active, .search-box .ui-commandlink.ui-widget.btn.btn-default.bootstrap-button-tooltip:focus{
    background-color: #4d7b19;
    border-color: #537c25;
    color: #fff;
}
.search-box .input-group {
    margin-bottom: 10px;
}

/* metrics */
#metrics-block1 {
    padding: 0;
    border: none;
}
#metrics-label {
    color: #ffffff;
    background: #00522c;
    padding: 8px 10px;
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #0e623c;
}
#metrics-content{
    border: 1px solid #cbcbcb;
    border-radius: 0px 5px 5px 0px;
}
#actionButtonBlock .btn-contact{
    margin-right: 10px;
}
#actionButtonBlock .btn-contact,#actionButtonBlock .btn-share{
    background-color: #00522c;
    border-color: #0e623c;
    color: #ffffff;
    border-radius: 5px;
    padding: 8px 15px;
}
#actionButtonBlock .btn-contact:hover,#actionButtonBlock .btn-share:hover{
    background-color: #4d7b19;
    border-color: #537c25;
    text-decoration: none;
}

/* footer */
footer {
    margin-top: 5rem;
    font-size: 12px;
    line-height: 24px;
}
#dvfooter {
    color: #fff;
    background-color: #32464d;
    /* background: url("/jakarta.faces.resource/images/bck-footer-uec.jpg.xhtml") #1a1a1a; */
    /* background-size: cover; */
    padding: 3em 0 2em;
    margin: 2em 0 0;
}
.footerExternadoBottom {
    font-size: 12px;
    line-height: 24px;
}
.footerExternadoBottom p {
    font-size: 1.6em;
    font-weight: 300;
}
.footerExternadoBottom h4 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.4em;
}
.footerExternadoBottom h4, .footerExternadoBottom a, .footerExternadoBottom p {
    color: #fff;
}
.footerExternadoBottom a {
    font-size: 1.6em;
    font-weight: 300;
    text-decoration: none;
    transition: color ease-in-out .3s, background ease-in-out .3s;
}
.footerExternadoBottom a:hover {
    color: #78b92f;
}
.footerExternadoBottom .vur{
    border-top: 1px solid #4d7b19; 
    width: 375px;
    margin-top: 15px;
    padding-top: 15px;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.footerExternadoBottom .sostenible{
    border-bottom: 1px solid #4d7b19; 
    border-top: 1px solid #4d7b19;
    margin-bottom: 28px;
}
.footerExternadoBottom .nes{
    padding: 15px 0px;
}
.footerExternadoBottom .boton {
    line-height: 1.1rem;
    letter-spacing: .0125rem;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px;
    transition: background ease-in-out .3s;
    cursor: pointer;
    border: none;
    background-color: #4d7b19;
    text-transform: none;
    margin-top: 5px;
}
.footerCertific .check svg{
    height: 15px;
}
.vigilado-men h2 {
    margin-top: 25px;
    margin-bottom: 5px;
    text-decoration: underline;
    font-weight: 800;
}
.servicios a{
    font-size: 1.3em!important;
}
.font-1em{
    font-size: 1em!important;
}
.fontw-5 {
    font-weight: 500!important;
}
.footerExternadoBottom .h4, .footerExternadoBottom .h4 a {
    font-size: 1.9rem!important;
    font-weight: 900!important;
    text-transform: none;
    margin: 5px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footerExternadoBottom .documentos{
    border-top: 1px solid #4d7b19;
    border-bottom: 1px solid #4d7b19;
    padding: 10px 0;
    margin-bottom: 10px !important;
    margin-top: 15px;
}
.footerExternadoBottom ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.foto-visitenos {
    border: 2px solid #fff;
    float: left;
    margin: 5px 10px 5px 0;
    width: 90px;
}
.redes-sociales {
    padding: 0 0 1.5em;
}
.redes-sociales a {
    background: #32464d;
    padding: .3em .35em .7em;
    margin: 0 .5em 0 0;
}
.servicios ul li {
    list-style: none;
}
.redes-sociales li {
    display: inline-block;
}
.logo-footer {
    margin-bottom: 15px;
    max-height: 4.9em;
}
    

.credits_meta {
    text-align: center;
    font-weight: 600;
    padding: 10px;
    background-color: #000;
}
.credits_meta p a {
    color: #ffffff;
}

.footerCertific {
    background: #32464d;
    color: #fff;
    text-align: center;
    padding: .5em 0 .75em;
    border-bottom: 3px solid #8cc63f;
}
.footerCertific a {
    color: #fff;
    text-decoration: underline;
    font-weight: 900;
    font-size: .8em;
}

.sgs-acreditacion {
    margin: 1em 0 0;
}
.sgs-acreditacion a{
    width: 5.9375rem; 
    height: 6.75rem;
}
.sgs-acreditacion img{
    width: 95px;
}

section.contactenos ul li {
    list-style: none;
}
section.visitenos ul li {
    list-style: none;
}

/* datasets */
#search-row-panel {
    border: none;
}
#dv-sidebar {
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #c6c6c6;
    border-top: 10px solid #79b92f;
}
.facetCategoryName, .facetLink {
    color: #3d3d3d;
}
a.facetLink {
    color: #3d3d3d;
}
a.facetLink:hover, a.facetLink:focus {
    color: #04512d;
}
div[id$='facetCategoryList'] > div > ul > li {
    border-bottom: 1.5px solid #79b92f;
    margin-bottom: .5em;
    margin-top: .8em;
}
form[id$='facetCategoryForm'] {
    margin-top: 1.5em;
}
#dv-main{
    padding-left: 35px;
}
table[id$='resultsTable'] td > div {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid grey;
    margin: 0;
    padding: 15px 0px;
}
table[id$='resultsTable'] td > div.datasetResult {
    border-color: #3d3d3d;
}
table[id$='resultsTable'] td > div.dataverseResult {
    border-color: #04512d;
}
.text-dataverse, .text-brand {
    color: #00522c;
}
.icon-dataset.text-info.pull-right{
    color: #00522c;
}
.card-title-icon-block a{
    font-weight: 800;
}
[id$='resultsTable'] div.card-preview-icon-block a {
    display: block;
    height: 60px;
    line-height: 48px;
    background-color: #fff;
    width: 60px;
    border-radius: 100%;
    border: 2px solid #04512d;
    padding-top: 4px;
}
[id$='resultsTable'] div.card-preview-icon-block {
    width: 60px;
    float: left;
    margin: 4px 15px 6px 0;
}
[id$='resultsTable'] .resultDatasetCitationBlock {
    margin: 4px 0 .5em 70px;
}
.resultDatasetCitationBlock.alert.alert-info.bg-citation{
    background: none;
    box-shadow: none;
}
.title-dataverses{
    text-align: center;
    font-weight: 800;
    color: #31454e;
    margin-bottom: 25px;
}
#dataverseDesc{
    /* display: none; */
}
.hr-dataverse {
    width: 40%;
    border-top: 2px solid #79b92f;
}
[id$='resultsTable'] div.card-title-icon-block span[class^='icon'], [id$='resultsTable'] div.card-title-icon-block span[class^='glyphicon'] {
    font-size: 1.7em;
    margin-left: 5px;
    margin-right: 15px;
}

/* dataverses */
.citation-block .bg-citation {
    background: #f2f2f2;
    box-shadow: none;
}
#title {
    font-weight: 800;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #31454e;
}
div.citation-block div.preview-icon-block span[class^='icon'] {
    font-size: 7.5em;
    line-height: 1.1;
    color: #00522c;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
#metrics-block {
    border: 1px solid #00522c;
    margin-top: 6px;
    border-radius: 5px;
}
#metrics-heading {
    padding: 10px 15px;
    background-color: #00522c;
    color: #ffffff;
    border-radius: 4px 4px 0px 0px;
}
#metrics-body {
    border: none;
    padding: 8px 10px;
    background-color: #fff;
    border-radius: 0px 0px 4px 4px;
}
#metrics-heading span.glyphicon-question-sign.tooltip-icon {
    color: #ffffff !important;
}
span.glyphicon-question-sign.tooltip-icon {
    color: #00522c !important;
}
span.glyphicon-question-sign.tooltip-icon:hover {
    color: #308113 !important;
}
.ui-tabs-panels{
    background-color: #fff;
    border: 1px solid #c6c6c6;
}
.ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header {
    border-bottom: none;
}
.ui-tabs.ui-tabs-top>.ui-tabs-nav {
    padding: 0;
}
.ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header li.ui-state-active {
    border-color: #c6c6c6 #c6c6c6 transparent #c6c6c6;
}
.ui-tabs .ui-tabs-nav.ui-widget-header li a {
    padding-top: 10px;
    color: #4d7b19;
    font-weight: 600;
    border: 0px none;
}
.ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header li.ui-state-hover {
    border-color: #c6c6c6 #c6c6c6 transparent #c6c6c6;
}
div[id$="filesTable"] thead[id$="filesTable_head"] th.ui-state-default {
    box-shadow: none;
    background-image: none;
    border-top: none;
    border-bottom: none;
    background-color: #fff;
}
div[id$="filesTable"].ui-datatable.ui-widget table th, div[id$="filesTable"].ui-datatable.ui-widget table td {
    border: 0px;
}
.ui-widget-content {
    border: 0px;
    background: #ffffff;
    color: #333333;
}
.ui-tabs.ui-tabs-top {
    border-bottom: 0px;
}
div.panel-group div.panel {
    border: 0px;
}
div.panel-heading.text-info[data-toggle="collapse"] {
    color: #4d7b19;
}
.ui-widget-content a {
    color: #4d7b19;
}
.ui-widget-content a:hover, .ui-widget-content a:focus {
    color: #00522c;
}
.ui-datatable tbody td {
    border-color: #c6c6c6;
}

/* miga */
#breadcrumbNavBlock {
    margin-top: 2.5em;
}
#breadcrumbNavBlock .breadcrumbCarrot {
    color: #282828;
    font-weight: 700;
}

/* btn */
.btn-default, .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.btn.btn-default {
    background-image: none;
    text-shadow: 0 1px 0 #555555;
    border-color: #0e623c;
    background-color: #00522c;
    color: #ffffff;
}
.btn-default:focus, .btn-default:hover, .btn-default.ui-state-hover:hover, .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.btn.btn-default:hover {
    background-color: #4d7b19;
    color: #ffffff;
}
.btn-default:hover {
    color: #e4e4e4;
    border-color: #4d7b19;
}

#actionButtonBlock .btn.btn-primary.btn-access-dataset{
    background-image: none;
    background-repeat: repeat-x;
    border-color: #0e623c;
    background-color: #00522c;
    margin-bottom: 5px;
    text-shadow: 0 1px 0 #555555;
}

#actionButtonBlock .btn.btn-primary.btn-access-dataset:hover{
    color: #e4e4e4;
    border-color: #537c25;
    background-color: #4d7b19;
}

.btn-link:focus, .btn-link:hover {
    color: #00522c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link {
    color: #4d7b19;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #ffffff!important;
    background-color: #4d7b19!important;
    background-image: none!important;
    border-color: #3d6311!important;
    text-shadow: none!important;
    box-shadow: none !important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-image: none;
    background-color: #ffffff;
    color: #4d7b19;
}
  
.ui-widget-content a.btn-default {
    color: #ffffff;
}
.ui-button.btn-link, .ui-button.btn-link.active, .ui-button.btn-link:active, .ui-button.btn-link[disabled], fieldset[disabled] .ui-button.btn-link {
    color: #00522c;
}

#userDisplayInfoTitle, #lnk_header_account_dropdown .glyphicon.glyphicon-user.text-danger{
    color: #ffffff!important;
}

.help-block{
    margin-left: 8px;
}

#dataverse-description-box{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
#dataverse-description-box .dataverseHeaderCell.dataverseHeaderLogo img{
    max-width: 170px;
        margin-right: 15px;
}

/* login */
#login-container {
    margin-top: 2.5em;
}
.mt-5{
    margin-top: 45px;
}

/* medias */
@media (max-width: 3000px) and (min-width: 768px) {
    #navbarFixed .navbar-brand {
        height: 80px;
        width: 18%;
    }
}

#metrics-label a {
    color: #ffffff !important;
    text-decoration: none !important;
}
#metrics-label a:hover {
    color: #ffffff !important;
}