body{
    overflow: hidden;
}
hr{
    border: .5px solid #ddd
}
.display-none{
    display: none
}
.display-flex{
    display:flex
}
.justify-space-evenly{
    justify-content: space-evenly
}
.justify-space-between{
    justify-content: space-between;
}
.justify-space-around{
    justify-content: space-around;
}
.justify-start{
    justify-content: start;
}
.justify-center{
    justify-content: center;
}
.flex-wrap-wrap{
    flex-wrap: wrap;
}
.mt-1{
    margin-top:10px
}
.mt-2{
    margin-top:20px
}
.mt-3{
    margin-top:30px
}
.mt-4{
    margin-top:40px
}
.mt-5{
    margin-top:50px
}
.mb-0{
    margin-bottom:0px !important
}
.mb-1{
    margin-bottom:10px
}
.mb-2{
    margin-bottom:20px
}
.mb-3{
    margin-bottom:30px
}
.mb-4{
    margin-bottom:40px
}
.ml-0{
    margin-left:0px !important
}
.ml-1{
    margin-left:10px !important
}
.ml-2{
    margin-left:20px !important
}
.ml-3{
    margin-left:30px !important
}
.ml-4{
    margin-left:40px !important
}
.pt-1{
    padding-top:10px
}
.pt-2{
    padding-top:20px
}
.pt-3{
    padding-top:30px
}
.pt-4{
    padding-top:40px
}
.pt-5{
    padding-top:50px
}
.pb-0{
    padding-bottom:0px !important
}
.pb-1{
    padding-bottom:10px
}
.pb-2{
    padding-bottom:20px
}
.pb-3{
    padding-bottom:30px
}
.pb-4{
    padding-bottom:40px
}
.pb-5{
    padding-bottom:40px
}
.p-0{
    padding:0px !important
}
.p-1{
    padding:10px
}
.p-2{
    padding:20px
}
.p-3{
    padding:30px
}
.p-4{
    padding:40px
}
.p-5{
    padding:40px
}
.m-0{
    margin:0px !important
}
.m-1{
    margin:10px !important
}
.m-2{
    margin:20px !important
}
.m-3{
    margin:30px !important
}
.m-4{
    margin:40px !important
}
.m-5{
    margin:40px !important
}
.msgError, .msgSuccess{
    display:none;
    margin-bottom: 15px;
    text-align: center;
    font-size: 15px
}
.msgSuccess{
    display:none;
    /* margin: 0px 15px 15px 15px */
}
a.action, button.action{
    color: #000;
    font-size: 17px;
    background-color: transparent;
    border: 0px;
    padding: 0px 2px
}
.btn-big{
    border-radius: 3px;
    position: relative;
    display: block;
    margin: 10px 0px 10px 0px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    padding: 6px;
    min-height: 44px
}
.btn-big:not(.background-purple){
    background-color: #337ab7;
    text-align: center
}
.btn-big.background-purple a{
    display: flex;
    justify-content: space-between;
    padding-left:10px;
    color: #fff;
}
.btn-big.background-purple:hover{
    background-color: #61008b;
    color: #fff;
}
.btn-big:hover{
    border-radius: 3px;
    position: relative;
    margin: 10px 0px 10px 0px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.btn-big:not(.background-purple):hover{
    text-align: center;
    background-color: #0f538e;
}
.btn-big:not(.background-purple) a{
    font-size: 28px;
    font-weight: bold;
}
.btn-big.background-purple a span:first-child{
    padding-top: 2px;
    font-size: 20px;
}
.btn-big.background-purple a span:last-child{
    font-size: 25px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    width: 35px;
    padding-left:4px
}
.btn-big a{
    white-space: nowrap;
    padding: 0;
    color: #fff
}
@media (max-width: 767px){
    .padding-btn-add{
        padding: 8px 50px !important;
    }
}
@media (min-width: 767px){
    .padding-btn-add{
        padding: 8px 90px !important;
    }
}
.home .btn-big:not(.background-purple) a{
    font-size: 23px;
    font-weight: normal;
}
.modal-body {
    position: relative;
    background-color: #ecf0f5;
    border-top-color: #f4f4f4;
    margin-right: 1px;
    margin-left: 1px;
    border-bottom: 1px solid #e5e5e5;
}
.table-responsive table tfoot, .table-responsive table thead,
table.table-responsive tfoot, table.table-responsive thead{
    background-color: #3c8dbc;
    color: #fff
}
#tableDropdown tbody td .btn-group .dropdown-menu,
#tableDropdownCliente tbody td .btn-group .dropdown-menu{
    right: 0;
    left: auto;
    margin-right: 20%;
}
#tableDropdown tbody td .btn-group .dropdown-menu>li>a, 
#tableDropdownCliente tbody td .btn-group .dropdown-menu>li>a {
    color: #000;
    padding: 10px 15px 10px 15px;
}
#tableDropdown tbody td .btn-group .dropdown-menu>li>a:hover, 
#tableDropdownCliente tbody td .btn-group .dropdown-menu>li>a:hover {
    background-color: #e1e3e9;
    color: #000;
}
#tableDropdown tbody td .btn-group .dropdown-menu>li>form, 
#tableDropdownCliente tbody td .btn-group .dropdown-menu>li>form{
    color: #000;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    min-width: 270px;
    padding: 10px 15px 10px 15px;
}
#tableDropdown tbody td .btn-group .dropdown-menu>li>form>button,
#tableDropdown tbody td .btn-group .dropdown-menu>li>a, 
#tableDropdownCliente tbody td .btn-group .dropdown-menu>li>form>button,
#tableDropdownCliente tbody td .btn-group .dropdown-menu>li>a{
    text-align: left;
}
#tableDropdown tbody td .btn-group .dropdown-menu>li>form:hover, 
#tableDropdownCliente tbody td .btn-group .dropdown-menu>li>form:hover{
    background-color: #e1e3e9;
    color: #000;
}
#tableDropdown tbody td .btn-group .dropdown-menu li form button i, 
#tableDropdownCliente tbody td .btn-group .dropdown-menu li form button i{
    margin-right: 10px;
}
#tableDropdown tbody td .btn-group .dropdown-menu li form button i, 
#tableDropdownCliente tbody td .btn-group .dropdown-menu li form button i{
    cursor: pointer;
}
#tableDropdown tbody td .btn-group, 
#tableDropdownCliente tbody td .btn-group{
    display: flex;
    justify-content: center;
}
.nav-tabs-custom .nav-tabs li a{
    cursor: pointer
}
.nav-tabs-custom>.nav-tabs>li:not(.header):hover{
    background-color: rgba(51, 124, 167, 0.1);
    border-top: 3px solid #ccc
}
.table-striped>tbody>tr{
    background-color: #eee
}
.lockscreen-wrapper .font-md{
    font-size: 15px;
    margin: 10px 0 10px 0
}
.lockscreen-wrapper p a{
    color: #000
}
.lockscreen-item{
    width: 400px;
}
a.disabled{
    pointer-events: none;
    cursor: default;
}
.z-index-top{
    z-index: 200 !important;
}
.no-margin-lat{
    margin-left: 0px;
    margin-right: 0px
}
.no-padding-lat{
    padding-left: 0px;
    padding-right: 0px
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.mostraImg{
  height: 100px;
}
.mostraImg img{
  height: 100%;
  width: auto;
}
.hr-icon {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}
.hr-icon:before {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    content: "";
    height: 0;
    border-top: 1px solid #c4c4c4;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 13px;
}
.hr-icon .fa {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    position: relative;
    border: 1px solid #A2A2A2;
    color: #A2A2A2;
    padding: 4px;
    background-color: #f1f1f1;
    cursor: pointer;
}
.hr-icon .fa:hover {
    background-color: #bfbebe;
    color: #fff;
}
.searchCep{
    cursor: pointer;
    color: #000
}
.searchCep:hover{
    color: #ff0000
}
.content-wrapper, .main-footer{
    display: none
}
.loadStartPage{
    padding-top: 100px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 9999;
}
.fc-title div.with-bold:first-child{
    font-weight: bold
}

@media (max-width:767px){
    .col-md-3-5{
        float: left;
        width: 100%
    }
}
@media (min-width:768px) and (max-width:991px){
    .col-md-3-5{
        float: left;
        width: 50%;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .col-md-3-5{
        float: left;
        width: 33.33%
    }
}
@media (min-width:1200px){
    .col-md-3-5{
        float: left;
        width: 20%
    }
}
.lockscreen-credentials{
    margin-left: 65px;
}
.lockscreen-item{
    background: transparent
}
.btn-logout-plano{
    padding: 5px 15px;
}
.lockscreen-item .input-group input{
    padding-left: 80px;
}
.plans h2{
    padding-bottom: 20px;
    color: #fff
}
.modal.fade.index-1051{
    z-index: 1051;
}
.modal.fade.index-1052{
    z-index: 1052;
}
.circle{
    border-radius:100%;
    width:15px;
    height:15px;
}
.modal-xlg { 
    width: 95%
}
.color-black{
    color: #000 !important
}
.contentOutrasDespesas div .fa-times{
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}
.contentOutrasDespesas div .fa-times:hover{
    color: red;
}
.escolherCliente{
    cursor: pointer;
}
.datepicker table tr td.disabled.new, .datepicker table tr td.new, .datepicker table tr td.disabled.new:hover, .box .datepicker-inline .datepicker-days>table td.new:hover{
    background: #368cbe;
    color: #368cbe;
    cursor: auto;
}
.datepicker table tr td.disabled.old, .datepicker table tr td.old, .datepicker table tr td.disabled.old:hover, .box .datepicker-inline .datepicker-days>table td.old:hover, .box .datepicker-inline td.day.old{
    background: #198ace;
    color: #198ace;
    cursor: auto;
}
.table-planos tbody {
    background-color: #fff;
}
.sidebar-menu>li>a[download]{
    padding: 5px 5px 5px 0px;
}
.label-green{
    background-color:#00a65a !important
}
.label-yellow{
    background-color:#ffd600 !important;
    color: #826d00
}
.label-orange{
    background-color:#f39c12 !important
}
.label-red{
    background-color:#dd4b39 !important
}
.label-black{
    background-color:#000 !important
}
/* TUTORIAL */
.layer_two, .layer_three, .layer_four, .layer_one, .layer_five{
    content: '';
    color: white;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    background: black;
    filter: alpha(opacity=30);
    opacity: 0.6;
    z-index: 1031;
}
.layer_two, .layer_three{
    z-index: 1030;
}
.layer_one, .layer_two, .layer_three{
    display: none;
}
.layer_four{
    /* display: none; */
    z-index: 1030;
}
.layer_five{
    display: none;
    margin-right: 1130;
}
.msg_step h2{
    background-color: #3c8dbc;
    color: #fff;
    padding: 10px
}
.msg_step h4{
    margin:10px;
    margin-top: 30px;
    height: auto
}
.msg_step .btn-action{
    margin: 15px 0px 10px 0px;
}
.layer_six{
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    background: transparent;
    filter: alpha(opacity=30);
    opacity: 0.6;
    z-index: 1033;
}
.msg_step{
    content: '';
    color: #000;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 600px;
    height: min-content;
    margin-left:30%;
    margin-top:10%;
    background: #fff;
    border: 3px solid #3c8dbc;
    border-radius: 5px;
    filter: alpha(opacity=30);
    opacity: 1;
    z-index: 1034;
    cursor: all-scroll;
}
.overlay div{ 
    border-bottom: 30px solid #fff; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent; 
    float:left;
}
.overlay{
    position: absolute;
    top: 0;
    z-index: 0
}
.main-header .navbar .nav>li.user.user-menu>a{
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    height: 50px;
}
@media (max-width:768px){
    .main-header .navbar .nav>li.user.user-menu>a{
        width: auto;
    }
}
.accordion .card .card-header{
    cursor: pointer
}
div[id*="check_"].checkbox.icheck div{
    margin-right: 5px
}
div[id*="check_"].checkbox.icheck{
    padding-top: 2px
}
.manutencao {
    text-align: center;
    border-radius: 10px;
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}
.manutencao .logo {
    background: radial-gradient(circle, #94D2F8, #3A92C8) repeat scroll 0% 0% transparent;
    border-radius:10px;
    padding:20px;
    box-shadow: inset 2px 2px 10px 0px #222;
}
.manutencao a{color: #77dff1; text-decoration: none;}
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../fonts/League_Gothic-webfont.eot');
    src: url('f../onts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/League_Gothic-webfont.woff') format('woff'),
    url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
    url('../fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.manutencao h1 {
    text-transform: uppercase;
    color: #3c8dbc;
    font-family: LeagueGothicRegular;
    font-size: 50px;
    font-weight: lighter;
    text-shadow: 0px 2px 0px #000;
    margin: 30px 0 0 0;
}
.manutencao h3 {
    text-transform: uppercase;
    font-weight: lighter;
    font-weight: bold; 
    margin: 30px 0 0 0;
}
.manutencao h2 {
    text-transform: uppercase;
    color: #3c8dbc;
    font-family: LeagueGothicRegular;
    font-size: 24px;
    font-weight: lighter;
    text-shadow: 0px 2px 0px #000;
    margin: 15px 0 15px 20px;
    text-align: left;
}
.manutencao p {
    color: #000;
    margin: 0;
    font-size: 16px;
}
.manutencao p.credit {font-size: 12px; margin-top: 40px; color: #ccc;}
.manutencao .hr {
    display: block;
    border: none;
    width: 100%;
    height: 2px;
    background: url(../img/manutencao/divider.png);
    margin: 10px 0;
}
.manutencao .clear {
    clear: both;
}
.manutencao .progress {
    height: 70px;
    margin: 50px 10px 10px 10px;
    background: #222d32;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    width: auto;
}
.manutencao .txt-launch-day-hat {
    background: url(../img/manutencao/txt-launch-day-hat.png) no-repeat;
    width: 117px;
    height: 159px;
    position: absolute;
    top: -120px;
    right: -45px;
}
.manutencao .txt-launch-day {
    background: url(../img/manutencao/txt-launch-day.png) no-repeat;
    width: 112px;
    height: 110px;
    position: absolute;
    top: -80px;
    right: -40px;
}
.manutencao .progress-bar {
    height: 43px;
    background: #3c8dbc;
    position: absolute;
    top:14px;
    left: 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.manutencao .progress-bar-container {
    width: 100%;
    height: 70px;
    
    position: relative;
}
.manutencao .mailing-list h2 {
    width: 400px;
    float: left;
}
.manutencao .mailing-list form {
    display: block;
    width: 450px;
    float: right;
    margin: 5px 0 0 0;
}
.manutencao .mailing-list input[type=text]{
    width:280px;
    height: 16px;
    background: url(../img/manutencao/form-bg.png) no-repeat;
    border: none;
    color: #c9c9c9;
    font-size: 14px;
    padding: 15px 10px;
    margin: 0;
}
.manutencao .mailing-list input[type=submit]{
    width:90px;
    height: 44px;
    background: url(../img/manutencao/btn-subscribe.png) no-repeat;
    border: none;
    text-indent: -5000px;
    cursor: pointer;
    margin: 0 0 0 -10px;
    text-transform: capitalize;
}
.manutencao .mailing-list input[type=submit]:hover{
    background-position: 0 -44px;
}
.manutencao .mailing-list input[type=submit]:active{
    background-position: 0 -88px;
}
.manutencao .mailing-list input[type=text]:focus {
    outline: none;
}
.manutencao .tipsy { margin-bottom: 25px; font-size: 18px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(img/manutencao/tipsy.png); font-family: 'LeagueGothicRegular'; text-transform: uppercase;  }
.manutencao .tipsy-inner { padding: 10px 20px; background-color: black; color: white; max-width: 400px; text-align: right; -webkit-box-shadow: 0 20px 15px rgba(0,0,0,0.5); -moz-box-shadow: 0 20px 15px rgba(0,0,0,0.5);   }
.manutencao .tipsy-inner { -moz-border-radius:5px; -webkit-border-radius:5px; }
.manutencao .tipsy-north { background-position: top center; }
.manutencao .tipsy-south { background-position: bottom center; }
.manutencao .tipsy-east { background-position: right center; }
.manutencao .tipsy-west { background-position: left center; }
.manutencao .tipsy-container { border: 1px solid green;}
#porcent{
    color: #3c8dbc;
    font-family: LeagueGothicRegular;
    font-size: 50px;
    font-weight: lighter;
    text-shadow: 0px 2px 0px #000;
}
.checkbox.checkNovaLocacao, 
.checkbox.checkNovoOrcamento{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
}
@media (max-width:768px){
    .modal .content{
        padding: 0px
    }
    .modal .modal-body{
        padding: 10px 5px
    }
    .checkbox.checkNovaLocacao span,
    .checkbox.checkNovoOrcamento span{
        padding: 2px !important
    }
}
.financeiro .receber, .pagar, .saldo{
    border: 1px solid;
    color: #fff;
    width: 30%;
    text-align: center
}
@media (max-width:768px){
    .financeiro .receber, .pagar, .saldo{
        width: 100%;
        margin-top: 5px;
    }
}
.financeiro .receber{
    border-color: #399168;
    background-color: #529e7c;
}
.financeiro .pagar{
    border-color: #b45346;
    background-color: #c5796f;
}
.financeiro .pagar div{
    height: 58px;
}
.financeiro .pagar div a{
    height: 100%;
    padding-top: 20px !important
}
.financeiro .saldo{
    border-color: #517ea5;
    background-color: #6b90b1;
    padding: 5px 7px 0px 0px
}
.financeiro .saldo .value{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
}
.financeiro .reload{
    margin-bottom: 20px
}
.financeiro .btns-acesso{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-evenly;
}
.financeiro div:last-child div:not(:last-child) h3:first-child{
    border-bottom: 2px solid #fff;
    padding-bottom:20px
}
.financeiro div:last-child div a{
    color: #fff;
    display: block;
    position: relative;
    font-size: 14px;
    padding: 3px;
    border: 1px solid;
    border-top:2px solid #fff !important
}
.financeiro div:last-child .receber a{
    background-color: #2e855e;
    border-color: #2e855e;
}
.financeiro div:last-child .pagar a{
    background-color: #bd3c2b;
    border-color:#bd3c2b;
}
.financeiro div:last-child .receber a:hover{
    background-color: #1a6141;
    border-color:#1a6141;
}
.financeiro div:last-child .pagar a:hover{
    background-color: #962516;
    border-color: #962516;
}
.financeiro div:last-child div h3{
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px
}
.financeiro div:last-child div h3 i.fa-eye-slash,
.financeiro div:last-child div h3 i.fa-eye{
    color: #fff;
    cursor: pointer
}
.financeiro div:last-child div h3 i.fa-eye-slash:hover,
.financeiro div:last-child div h3 i.fa-eye:hover{
    color: #000
}
.financeiro div:last-of-type div:not(:last-of-type) h3:last-of-type span{
    display: none;
    font-size: 20px;
}
.financeiro div:last-of-type div h3:last-of-type i{
    font-size: 20px;
    margin-left: 5px
}
.financeiro .saldo div:first-of-type i{
    font-size: 17px
}
.financeiro .col-md-12:last-child{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* margin-top: 5px; */
}
.carregandoMotoristas h3{
    margin-top: 0px
}
.msgError #cancelarOperacao,
.msgError #salvarOperacao{
    width: 15%
}
.background-purple{
    background-color: #8000b9
}
.msgAlertUpdate{
    min-height: auto !important;
    margin-bottom: 170px;
}
.table-responsive{
    overflow-x: unset;
}
.flex-1{
    flex: 1;
}
.flex-2{
    flex: 2;
}
.flex-3{
    flex: 3;
}
.flex-4{
    flex: 4;
}
#arquivoRemessa h4{
    text-transform: uppercase;
}
#arquivoRemessa p{
    cursor: pointer;
}
.logo-lg img{
    vertical-align: unset;
    padding: 2px
}
div.verificaEmail p a{
    font-weight: bold; 
    font-size: 18px
}
div.verificaEmail h3{
    text-transform: uppercase;
    font-weight: bold;
}
div.verificaEmail h4{
    text-transform: uppercase;
    margin-top: 15px
}
.btnCheckOk{
    border: 0;
    padding: 0
}
.btnCheckOk .btn{
    border-radius: 0
}
.btnCheckOk i{
    color: #fff;
}
.divisorBox span{
    padding: 7px 20px;
    background-color: #3c8dbc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    text-transform: uppercase
}
.divisorBox hr{
    margin: 6px 0px;
    border: 1px solid #3c8dbc;
}
.divisorBox {
    margin-top: 10px;
}
.select2-container--default .select2-results__group{
    background: #17577b;
    color: #fff
}
.select2-container--default .select2-results__option[aria-selected=true]{
    background-color: #78a8c3;
    color: #fff
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true]:hover{
    color: #fff
}
.fullcalendar .external-event{
    cursor: default;
    overflow: hidden
}
.form-control.disabled{
    background: #eee;
}
.tooltip.top .tooltip-arrow{
    margin-left: -7px;
}
#mapReload .box-body #mapHome{
    display: none;
    height: 400px;
}
#mapReload .box-body #loadMap{
    height: 400px; 
    width: 100%;
    display:flex;
    justify-content: space-between;
    align-items: center
}
.modal-footer{
    background-color: #fff
}
.register-logo img, .login-logo img{
    height: 90px
}
#newAuth .modal-dialog{
    width: 100%
}
#newAuth{
    background-color: #367fa9;
    overflow: hidden
}
#newAuth .content-login-newAuth{
    padding-bottom: 100%
}
@media (max-width:767px){
    #newAuth .modal-content{
        box-shadow: unset;
        background-color: transparent;
    }
    #newAuth .modal-content .login-box-body{
        width: 90%;
        margin-left: 5%;
    }
}
@media (min-width:768px) and (max-width:991px){
    #newAuth .modal-content{
        box-shadow: unset;
        background-color: transparent;
    }
    #newAuth .modal-content .login-box-body{
        width: 50%;
        margin-left: 25%;
    }
}
@media (min-width:992px) and (max-width:1199px){
    #newAuth .modal-content .login-box-body{
        width: 40%;
        margin-left: 30%;
    }
}
@media (min-width:1200px){
    #newAuth .modal-content .login-box-body{
        width: 30%;
        margin-left: 35%;
    }
}

.btn-blue-dark{
    color:#fff;
    background-color:#1f6086;
    border-color:#0e4463
}
.btn-blue-dark.focus,.btn-blue-dark:focus{
    color:#fff;
    background-color:#144d6e;
    border-color:#022438
}
.btn-blue-dark:hover{
    color:#fff;
    background-color:#144d6e;
    border-color:#083148
}
.btn-blue-dark.active,.btn-blue-dark:active,.open>.dropdown-toggle.btn-blue-dark{
    color:#fff;
    background-color:#144d6e;
    background-image:none;
    border-color:#083148
}
.btn-blue-dark.active.focus,.btn-blue-dark.active:focus,.btn-blue-dark.active:hover,.btn-blue-dark:active.focus,.btn-blue-dark:active:focus,.btn-blue-dark:active:hover,.open>.dropdown-toggle.btn-blue-dark.focus,.open>.dropdown-toggle.btn-blue-dark:focus,.open>.dropdown-toggle.btn-blue-dark:hover{
    color:#fff;
    background-color:#083148;
    border-color:#022438
}
.btn-blue-dark.disabled.focus,.btn-blue-dark.disabled:focus,.btn-blue-dark.disabled:hover,.btn-blue-dark[disabled].focus,.btn-blue-dark[disabled]:focus,.btn-blue-dark[disabled]:hover,fieldset[disabled] .btn-blue-dark.focus,fieldset[disabled] .btn-blue-dark:focus,fieldset[disabled] .btn-blue-dark:hover{
    background-color:#1f6086;
    border-color:#0e4463
}
.btn-blue-dark .badge{
    color:#1f6086;
    background-color:#fff
}
.plans .plan-list{
    display: flex;
    flex-wrap: wrap;
}
@media (min-width:768px) and (max-width:991px){
    .plans .plan-list .plan-item:last-child{
        border-top-left-radius: 20px;
        border-left: 1px solid #C9D3DD;  
    }
    .plans .plan-item:last-child .plan-header{
        border-top-left-radius: 20px;
    }
}
.card-header.cacambaHead:first-child{
    margin-top: 10px;
    border-top: 1px solid #ccc;
}
.card-header.cacambaHead{
    border-bottom: 1px solid #ccc;
}
.card-header.cacambaHead i{
    cursor: pointer;
    font-size: 18px
}
.cacamba #cacambaVazia p{
    cursor: pointer;
    font-size: 16px;
    color: #367fa9
}
.cacamba #cacambaVazia p i{
    font-size: 60px
}
.cacamba .card-header.cacambaHead{
    background-color: #3c8dbc;
    color: #fff
}
.cacamba .dadosCacamba{
    border: 1px solid #ddd;
    margin-top: -1px;
}
.navbar .message-top-header{
    float: left;
    line-height: 1.7;
    padding-left: 40px;
    text-align: center;
    color: #fff
}
.navbar .message-top-header a{
    color: #fff;
    font-weight: bold
}
.introjs-bullets ul li{
    margin-bottom: 5px;
}
.introjs-tooltip {
    max-width: 500px;
    min-width: 350px;
}
.introjs-helperNumberLayer{
    display: none
}
.introjs-button {
    padding: 4px 15px !important;
    font-size: 14px !important;
    background-color: #3c8dbc;
    background-image: unset;
    color: #fff;
    border-radius: 3px;
    text-shadow: unset;
    font: unset;
}
.introjs-button:hover {
    background-color: rgb(0, 97, 146);
    color: #fff;
    background-image: unset;
}
.introjs-button:active, .introjs-button:focus {
    background-color: #3c8dbc;
    color: #fff;
    background-image: unset;
}
.introjs-disabled, .introjs-disabled:hover{
    background-color: #5d8094;
    color: #43626f;
    cursor: no-drop;
}
.introjs-skipbutton{
    background-color: #dd4b39;
}
.introjs-progressbar {
    background-color: #3c8dbc;
}
.introjs-donebutton{
    background-color: #00a65a;
}

.modal.introjs-fixParent{
    z-index:10000000 !important;
}
.introjs-tooltip {
    box-sizing: content-box;
    position: absolute;
    visibility: visible;
    padding: 10px;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .4);
    -webkit-transition: opacity .1s ease-out;
    -moz-transition: opacity .1s ease-out;
    -ms-transition: opacity .1s ease-out;
    -o-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out
}
@-webkit-keyframes introjspulse {
    0% {
        -webkit-transform: scale(0);
        opacity: .0
    }
    25% {
        -webkit-transform: scale(0);
        opacity: .1
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: .3
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1);
        opacity: .0
    }
}

@-moz-keyframes introjspulse {
    0% {
        -moz-transform: scale(0);
        opacity: .0
    }
    25% {
        -moz-transform: scale(0);
        opacity: .1
    }
    50% {
        -moz-transform: scale(0.1);
        opacity: .3
    }
    75% {
        -moz-transform: scale(0.5);
        opacity: .5
    }
    100% {
        -moz-transform: scale(1);
        opacity: .0
    }
}

@keyframes introjspulse {
    0% {
        transform: scale(0);
        opacity: .0
    }
    25% {
        transform: scale(0);
        opacity: .1
    }
    50% {
        transform: scale(0.1);
        opacity: .3
    }
    75% {
        transform: scale(0.5);
        opacity: .5
    }
    100% {
        transform: scale(1);
        opacity: .0
    }
}
.footer-privacy-cookie{
    background: #7598ce; 
    position: fixed; 
    z-index: 999998; 
    bottom: 0px; 
    opacity: 0.8
}
.footer-privacy-cookie-text{
    color: #fff; 
    padding: 5px; 
    font-size: 12px
}
.footer-privacy-cookie-text p{
    font-size: 15px
}
.footer-privacy-cookie-text p a{
    color: #000;
    font-weight: bold
}
.footer-privacy-cookie-container-button button{
    border-radius: 0; 
    padding: 5px 10px; 
    margin: 10px 0px
}
label[for='fileLogotipo']{
    opacity: .4;
    border-radius: 0px;
    background-color: #000;
    position: relative;
    bottom: 35px;
    left: 0px;
}
.hiddenCookie{
    background-color: #7598ce;
    padding: 4px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: fixed;
    margin-top: -26px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    z-index: 810
}
@media (max-width:767px){
    .hiddenCookie{
        left: 85%;
    }
}
@media (min-width:768px) and (max-width:991px){
    .hiddenCookie{
        left: 88%;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .hiddenCookie{
        left: 91%;
    }
}
@media (min-width:1200px){
    .hiddenCookie{
        left: 95%;
    }
}
.sidebar-mini .user-panel .image img{
    width: 100%;
    max-width: 45px;
    height: 45px;
}
.sidebar-mini.sidebar-collapse .user-panel .image img{
    height: 30px;
}
.header-section-locacao{
    height: 51px;
    border-bottom: 2px solid #ececec;
    border-top: 2px dashed #ececec
}
.header-section-locacao h4{
    background-color: #ececec;
    color: #3c8dbc;
    padding: 10px 20px;
    width: auto;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px
}
@media (max-width:991px){
    .header-section-locacao{
        border-bottom: unset
    }
}
.mostraCacambaTrocada{
    cursor: pointer
}
.mostraCacambaTrocada:hover{
    color: rgb(112, 112, 112)
}
.text-white{
    color: #fff !important
}
.leaflet-top, .leaflet-bottom{
    z-index: 400
}
.tooltip-inner{
    max-width: 600px;
}
div.dataTables_wrapper div.dataTables_length select{
    width: auto;
}
table.dataTable{
    margin-top: 0px !important;
}
div.dataTables_wrapper>div.row.pt-1{
    background-color: #3c8dbc;
    padding-bottom: 6px;
    padding: 7px 5px;
    margin: 0px 1px;
    color: #fff;
}
table.dataTable th{
    color: #fff
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    opacity: 1;
}
div.dataTables_wrapper div.dataTables_filter input{
    /* background-color: #9eb7c5;
    color: #fff; */
    border: 1px solid #fff;
}
div.dataTables_wrapper div.dataTables_length select{
    /* background-color: #9eb7c5;
    color: #fff; */
    margin: 0px 10px;
    border: 1px solid #fff;
}
.clearfix.full-opacity-hover{
    border-radius: 100%;
    border: 1px solid;
    height: 40px;
    width: 40px;
    display: block;
    color: transparent;
    margin-left: 18%;
}
.clearfix.full-opacity-hover:hover{
    color: transparent;
}
.list-unstyled.clearfix{
    display: flex;
    flex: 3 100%;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.list-unstyled.clearfix div{
    flex: 1 33.33%;
}
.lockscreen{
    height: 100%
}
body.login-page .wrapper{
    background-color: #d2d6de
}
.main-header .logo{
    cursor: default;
}
#line-chart.chart svg{
    height: 260px
}