/*
*
*   variables
*
*/

:root {
    --darkest: #0f0f0f;
    --lighter: #fafafa;
}

/* GEOPLAT */
.geoplat {
    --primary: #b0192c;
    --secondary: #0971ce;
    --ternary: #00add9;
    --quaternary: #97e3bf;
}

/* BIOPLAT */
.bioplat {
    --primary: #69a341;
    --secondary: #5f8a3f;
    --ternary: #335545;
    --quaternary: #87462c;
    --red: #ca4a1b;
    --orange: #dd9446;
    --blue: #00bcd4;
}

body.login-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.verdeA {
    background: #93ba49 !important
}

.verdeB {
    background: #5f8a3f !important
}

#l-register img,
#l-forget-password img,
#l-login img {
    margin-bottom: 60px;
    width: 80%;
}

.badge {
    position: absolute;
    font-style: normal;
    padding: 3px 6px;
    border-radius: 2px;
    right: 19px;
    top: 20px;
    font-size: 14px;
    line-height: 15px;
    color: #fff
}

.red {
    background: #ca4a1b;
}

.card .card-header h2 {
    font-size: 16px !important
}

.outcard-header {
    padding: 8px 29px;
}

.outcard-header h4 {
    color: #5e5e5e;
}

/*
#header{backdrop-filter: url(commonfilters.svg#filter);min-height:90px;background: rgba( 255, 255, 255, 0.25 );backdrop-filter: blur( 4px );-webkit-backdrop-filter: blur( 4px );}
*/

#entidades {
    background-image: url('../img/logo-espana-biocircular.svg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top 10% right 2%;
    background-size: 20%;
}

#entidades .card {
    background: rgba(255, 255, 255, 0.7) !important;
}

/* A */
@media (min-width: 1201px) {
    .headerfixed {
        position: fixed;
        padding: 20px
    }
}

@media (max-width: 1200px) {
    .headerfixed {
        position: fixed;
        padding: 10px
    }
}

.headerfixed img {
    float: left;
    width: calc((100% - 1170px) / 2);
}

.headerrelative {
    width: 1170px;
    margin: 0 auto;
}

.headerrelative img {
    float: left;
    height: 70px;
    position: relative;
    top: 20px;
}

table.members {
    width: 100%;

}

/*
html{
scroll-padding-top: 100px;
}

body{
    margin-top:100px;
}
*/
/* search */
@media (min-width: 768px) {
    #header-2 {
        padding: 15px 30px 0;
    }

    #header-2:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.04);
        width: 100%;
        height: 49px;
    }
}

.search {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .search {
        padding: 0 20px;
    }
}

.search input[type="text"] {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    color: #333;
    font-size: 15px;
    font-weight: 300;
    padding: 6px 0 6px 30px;
}

.search input[type="text"]::-moz-placeholder {
    color: #333;
    opacity: 1;
}

.search input[type="text"]:-ms-input-placeholder {
    color: #333;
}

.search input[type="text"]::-webkit-input-placeholder {
    color: #333;
}

.search:after {
    background: #5f8a3f;
}

.search .fg-line {
    max-width: 500px;
    position: relative;
}

.search .fg-line:after {
    background: #5f8a3f;
}

.search .fg-line:before {
    content: '\f1c3';
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    left: 0;
    bottom: 1px;
    color: #333;
    font-size: 22px;
}


.filter {
    position: relative;
    left: 30px;
}

.filter:before {
    content: '\f160';
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    left: -30px;
    bottom: -2px;
    color: #333;
    font-size: 21px;
}

.filter span:after {
    content: '\f2b2';
    font-family: 'Material-Design-Iconic-Font';
    position: relative;
    right: 0;
    bottom: 1px;
    color: #888;
    font-size: 16px;
}

.filter span {
    color: #333;
    font-size: 22px;
    font-weight: 300;
    font-family: roboto;
}

.no-padding td {
    padding: 0 !important;
}

#table_filter {
    display: none;
}


#table {
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.8) !important;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: rgba(255, 255, 255, 0.6) !important;
}



#main_dash {
    position: relative;
    padding-bottom: 110px;
    padding-top: 20px !important;
}

#pendingRevisionTable_wrapper .dataTables_length,
#pendingRevisionTable_wrapper .dataTables_filter,
#pendingRevisionTable_wrapper .dataTables_info {
    display: none;
}

#pendingEntidadesTable_wrapper .dataTables_length,
#pendingEntidadesTable_wrapper .dataTables_filter,
#pendingEntidadesTable_wrapper .dataTables_info {
    display: none;
}

#entidadesList .container .filtros {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, calc((100% / 3) - 7px));
    grid-gap: 10px;

}

.table>thead>tr>th {
    text-transform: capitalize;
}

table td.miembros-details-control {
    text-align: center;
    cursor: pointer;
}

table td.miembros-details-control span {
    width: 20px;
    height: 20px;
    margin: 4px;
    padding: 4px;
    border-radius: 4px;
    font-weight: bold;
    background-color: #969595;
    color: white;
}

.download-entidades,
.download-miembros,
.download-instalaciones {
    margin-bottom: -30px;
    z-index: 10;
}

.dropdown-display .dropdown-chose-list span:before {
    content: ', ';
}

.dropdown-option.dropdown-chose:after {
    content: '\f154';
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    float: right;
    width: 10px;
    height: 10px;
    border-radius: 0;
    margin: 5px 5px 0 0;
    background: transparent;
    font-size: 16px;
    color: #4caf50;
}

.dropdown-display .dropdown-chose-list span.placeholder:before {
    content: "Seleccionar..."
}

.dropdown-display,
.dropdown-display-label {
    font-size: 13px;
}

.dropdown-option,
.selectric-items ul li {
    position: relative;
}

.dropdown-option.child,
.selectric-items ul li.child {
    padding-left: 30px;
    font-size: 12px;
    position: relative;
    padding-left: 30px;
}

.dropdown-option.child::before,
.selectric-items ul li.child::before {
    content: "";
    position: absolute;
    left: 13px;
    height: 1px;
    width: 16px;
    background: #000;
    bottom: 14px;
}

.go-check-factura {
    font-size: 30px;
    cursor: pointer;
}

.go-check-factura.zmdi-close {
    color: #c00;
}

.go-check-factura.zmdi-check {
    color: #4caf50;
}

.go-check-factura.zmdi-block-alt {
    cursor: default;
}