
.bg-light {
    //box-shadow: 0px 3px 20px #0000004d;
}

a.navbar-brand{
    max-width: 120px;
}

.nav.navbar-nav li a{
    padding: 0.7rem 2rem;
    border-radius: 0.25rem;
    text-decoration: none;
    font-weight: 600;
    color: #00aaa2;
    transition: all 0.5s;
}
.nav.navbar-nav li a:hover {
    background: #00aaa2;
    color: #fff;
}


.input_table{
    width: 100% !important;
}
label.hbl-label{
    margin: auto 0;
    font-weight: 600;
}




#resultsLoader{
    opacity: 0;
    height: 0px;
    color: #00aaa2;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 5%;*/
}

#noResults{
    opacity: 0;
    height: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#resultsCard{
    display: none;
}

#resultsCard .table-responsive label{
    font-weight: 600;
}

.card{
    border: 1px solid #00aaa2;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #00aaa2;
    border-bottom: 1px solid #00aaa2;
    color: #fff;
}

.card-header--action{
    display: inline-block;
    color: #fff !important;
    font-weight: 600;
}
.card-header--action.pull-right{
    position: absolute;
    right: 1.25rem;
    text-decoration: none;
}


#export_results{
    cursor: pointer;
    display: inline-block;
    padding: 4px 15px;
    transition: all .3s ease-out; 
    color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.59), rgba(255, 255, 255, 0.9));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-color: transparent;
    border: none;
    /*transition: background-size .3s, color .3s;*/
    border-radius: 0.25rem;
    top: 8px;
}

#export_results:hover{
    color: #000;
    background-size: 100% 100%;
    box-shadow: 2px 9px 9px 0 rgba(0, 0, 0, 0.31);
    text-decoration: none;
}
#exportPdfIcon{
    font-size: 1.15rem;
}
#export_results:hover #exportPdfIcon{
    color: #fff;
    background: #fd2323;
    border-radius: 6px;
}


.card-footer {
    border-top: 1px solid #00aaa2;
}

.scroll-to-top:hover {
    background: #00aaa2;
}

.result-table{
    border: 1px solid #00aaa2;
}
.result-table thead{
    background: rgba(0, 170, 162, 0.5);
}

.result-table thead th {
    border-top: 1px solid rgba(0, 170, 162, 0.5);
    border-bottom: 1px solid rgba(0, 170, 162, 0.5);
}

.result-table th, .result-table td {
    font-size: 0.75rem;
    text-transform: uppercase;
}


.select_list{
    border: 1px solid #ced4da;
    display:none;
    margin-top: -1px;
}

.select_list li {
    padding: 0.375rem 0.75rem ;
    cursor: pointer;
    color: #495057;

}
.select_list li:hover {
    color: #fff;
    background: #00aaa2;
    font-weight: 600;

}

@media screen and (max-width:768px){
    #export_results{
        position: relative;
        display: block;
    }
}