.logos{
    display: flex;
    justify-content: center !important;
}

a.navbar-brand{
    max-width: 120px;
}

.input_table{
    width: 100% !important;
}
label.hbl-label{
    margin: auto 0;
    font-weight: 600;
}


#hbl:focus, #booking:focus, #search:focus {
    border-color: #000082;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#hbl-search .form-control.preppend{
    border-radius: 0.25rem 0 0 0.25rem; 
}


#resultsLoader{
    opacity: 0;
    height: 0px;
    color: #000082;
    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 #000082;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #000082;
    border-bottom: 1px solid #000082;
    color: #fff;
}

.documentar_btn,
.table-hover tbody tr.documentar_btn:hover{
    background-color: #000082;
    border: 1px solid #000082;
    color: #fff;
}

.card-header--action{
    display: inline-block;
}
.card-header--action.pull-right{
    position: absolute;
    right: 1.25rem;
}


#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;
}
/*
#export_results::before {
    content: '';
    display: block;
    width: 0;
    height: 36px;
    background: #fff;
    transition: width .3s;
    margin-top: 5px;
    position: absolute;
    top: -11px;
    left: -10%;
}

#export_results:hover::before {
    width: 120%;
    background: rgba(255, 255, 255, 0.8);
    color: #000000;
    border-radius: 0.25rem;
    box-shadow: 2px 9px 9px 0 rgba(0, 0, 0, 0.31);
    transition: all 0.8s;
    
}
*/

.card-footer {
    border-top: 1px solid #000082;
}

.scroll-to-top:hover {
    background: #000082;
}

.result-table tr{
    border: 1px solid #000082;
}

.border-bottom td{
    border-bottom: 1px solid #000082;
}

.result-table tr.separator{
    border-left: none;
    border-right: none;
}

.result-table thead{
    background: rgba(0, 0, 130, 0.29);
}

.result-table thead th,
.result-table th {
    border-top: 1px solid rgba(0, 0, 130, 0.29);
    border-bottom: 1px solid rgba(0, 0, 130, 0.29);

}

.result-table th {
    background: rgba(0, 0, 130, 0.29);
}

.result-table th, .result-table td {
    font-size: 0.75rem;
    text-transform: uppercase;
}
.result-table th{
    font-weight: bold;
}

@media screen and (max-width:768px){
    #export_results{
        position: relative;
        display: block;
    }
}