/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02-dic-2020, 15:04:23
    Author     : JESUS
    AZUL       : #26304d
    AMARILLO   : #efb225
*/

.tab-controls a:last-child {
    border-right: solid 1px rgba(0,0,0,.07)!important;
}
a.bg-highlight.activated.color-white.no-click {
    border-color: white;
    border: 1px solid white;
}
.tab-controls a {
    color: #ffffffba;
}
.tab-content {
    padding-bottom: 40px;
}
.no-padding{
    padding: 2px!important;
}
@media only screen and (min-width: 1000px) {
    .show-on-mobile{
        display: none!important;
    }
    .header-card{
        top: 0px!important;
    }
    
}

@media only screen and (max-width: 999px) {
    .show-on-desktop{
        display: none!important;
    }
    .header-card{
        top: 0px!important;
    }
}

.menu-desktop{
    margin-top: 34px;
    float: right;
}

.menu-desktop > a{
    color:#1f1f1f;
    margin-left: 14px;
    font-size: 18px;
}

.menu-desktop > a:hover{
    color:#efb225;
}

.header{
    height: 96px;
}

.bg-darkblue, .page-item.active a {
    background-color: #26304d!important;
}

.bg-green, .page-item.active a {
    background-color: #43ad49!important;
}

.bg-red {
    background-color: #ee2f34!important;
    color: white!important;
}

a.bg-transparent.activated.color-white.no-click {
    border-color: white;
    border: 1px solid white;
}
.tab-controls a.activated:last-child {
    border-right: solid 1px rgb(255 255 255)!important;
}

.max-width-840{
    max-width: 840px!important;
}

.max-width-778{
    max-width: 778px!important;
}

.footer-web{
    position: absolute;
    width: 100%;
    left: 0;
}

.img-fleet{
    max-height: 220px!important;
    width: 100%;
}

.inputdatetime{
    padding-top: 16px!important;
}

.btn{
    padding: 15px;
    font-size: 1.25rem;
}

input#date{
    font-size: 1.25rem!important;
}

input#time{
    font-size: 1.25rem!important;
}