/* ng-cloak para esconder elementos até o Angular processar */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

:root {
    --secondary: #547786;
    --text-1: #000;
    --text-2: #7A7A7A;
    --btn-hover-1: #70964C;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local(''),
        url('fonts/Roboto/Roboto-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local(''),
        url('fonts/Roboto/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local(''),
        url('fonts/Roboto/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local(''),
        url('fonts/Roboto/Roboto-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local(''),
        url('fonts/Roboto/Roboto-Black.ttf') format('truetype');
}

html {
    height: 100%;
    font-family: 'Roboto', sans-serif, ui-sans-serif !important;
    font-size: 16px;
}

body {
    /* Itens para colocar o fundo do IOS preto, assim não vai perder os itens de data, bateria, wifi e outros. */
    background-color: black;
    background-image: linear-gradient(to bottom, #F9F9F9 100%, #F9F9F9 100%);
    /* ------------------------------------------------------------------------- */
    overflow: hidden;
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif, ui-sans-serif !important;
}

/* =================================== */
/* Overide da customização do modal Alert */
.swal2-title{
    font-size: 20px !important;
}

.swal2-content {
    font-size: 16px !important;
}

/* Padding do botão */
.swal2-styled {
    padding: 0.25rem 1.25rem !important;
}

/* Texto do botão */
.swal2-styled.swal2-confirm {
    font-size: 14px !important;
}

/* =================================== */
/* CSS Scrollbar */
@media (min-width: 768px) {
   ::-webkit-scrollbar {
        width: 10px;
   }

   /* Track */
   ::-webkit-scrollbar-track {
        background: #f1f1f1; 
   }

   /* Handle */
   ::-webkit-scrollbar-thumb {
        background: #888; 
        border-radius: 30px;
   }

   /* Handle on hover */
   ::-webkit-scrollbar-thumb:hover {
        background: #555; 
   }   
}
/* =================================== */

*:focus {
    outline: 0;
}

.panel {
    margin-bottom: 0px !important;
}

.linha {
    border-bottom: 1px solid black;
}

.noPrint {
    display: none;
}

.online {
    background: radial-gradient(
        circle closest-side,
        #238e23 0%,
        #238e23 98%,
        rgba(0, 0, 0, 0) 100%
        );
    height: 15px;
    width: 15px;
    margin-right: 5px;
    float: left;
}

.offline {
    background: radial-gradient(
        circle closest-side,
        #f00 0%,
        #f00 98%,
        rgba(0, 0, 0, 0) 100%
        );
    height: 15px;
    width: 15px;
    margin-right: 5px;
    float: left;
}

.d-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

#localImprimir .titulo-tabela {
    font-weight: 600;
    padding-left: 10px;
}

#localImprimir h3 {
    font-weight: 600;
}

#localImprimir *:not(.fas):not(.fa) {
    font-family: sans-serif !important;
    font-size: 11px !important;
}

.noPrint {
    display: block;
}

.showPrint {
    display: none;
}

.fundoVermelho,
.fundoVermelho th {
    background-color: #8b1a26 !important;
    color: white !important;
}

/*CSS para impressão*/
@media print {
    body {
        -webkit-print-color-adjust: exact !important;
    }

    .noPrint {
        display: none;
    }

    .noPrintMultas {
        display: none;
    }

    .showPrint {
        display: block;
    }

    .header,
    .header-space {
        height: 90px;
    }

    .footer,
    .footer-space {
        height: 50px;
    }

    .header {
        position: fixed;
        top: 0mm;
        width: 100%;
    }

    .footer {
        position: fixed;
        bottom: 0mm;
        width: 100%;
    }

    .theadCabecalho {
        display: table-header-group;
    }

    .tfootRodape {
        display: table-footer-group;
    }

    .col-print-1 {
        width: 8.3333%;
        float: left;
    }
    .col-print-2 {
        width: 16.6666%;
        float: left;
    }
    .col-print-3 {
        width: 25%;
        float: left;
    }
    .col-print-4 {
        width: 33.3333%;
        float: left;
    }
    .col-print-5 {
        width: 41.6666%;
        float: left;
    }
    .col-print-6 {
        width: 50%;
        float: left;
    }
    .col-print-7 {
        width: 58.3333%;
        float: left;
    }
    .col-print-8 {
        width: 66.6666%;
        float: left;
    }
    .col-print-9 {
        width: 75%;
        float: left;
    }
    .col-print-10 {
        width: 83.3333%;
        float: left;
    }
    .col-print-11 {
        width: 91.6666%;
        float: left;
    }
    .col-print-12 {
        width: 100%;
        float: left;
    }

    .filtros-content {
        display: flex;
    }
    .filtros-content div:not(:first-of-type) {
        margin-left: 8px;
    }

    .itemQRCode {
        padding: 10px;
    }
}

/* Novo CSS */
/* Login & SignUP Form */
.panel-default-wrapper {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.panel-default-wrapper .login-form {
    padding: 20px 30px;
}
.panel-default-wrapper .panel {
    background-color: #2c353c;
    border: 2px solid #44525d;
}
.panel-default-wrapper img {
    width: 80px;
}
.panel-default-wrapper .login-form h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.panel-default-wrapper .login-form h1 span {
    /*color: #A53739;*/
    color: #c24143;
}
.panel-default-wrapper .login-form p {
    color: #6b8192;
    font-weight: 400;
}
.panel-default-wrapper form label {
    color: #91afc7;
}

.panel-default-wrapper form .login-btn {
    text-align: center;
    display: block;
    padding: 12px;
    background-color: #2c353c;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    font-size: 1.8rem;
    border: 2px solid #c24143;
}

.panel-default-wrapper form .login-btn:hover,
.panel-default-wrapper form .login-btn:focus {
    cursor: pointer;
    background-color: #35414a;
    border: 2px solid #91afc7;
    outline: none;
}

.panel-default-wrapper form input {
    background: #2c353c;
    color: #fff;
    border: 0;
    padding-left: 5px;
    border-bottom: 2px solid #91afc7;
    border-radius: 0;
    box-shadow: none;
}
.panel-default-wrapper form input:focus {
    background-color: #323d46;
    color: #fff;
    font-weight: 400;
    box-shadow: none;
    border: 0;
    border-bottom: 2px solid #91afc7;
}
.panel-default-wrapper .panel-ajuda {
    text-align: center;
    margin-top: 20px;
}
.panel-default-wrapper .panel-ajuda p > a {
    color: #3e95e0;
    text-decoration: none;
}
.panel-default-wrapper .panel-ajuda p > a:hover {
    text-decoration: underline;
}
.navbar-top {
    background-color: #2c353c;
    border: 2px solid #44525d;
}
.navbar-toggle {
    border: 1px solid #e1e1e1;
}
.navbar-toggle .icon-bar {
    background-color: #e1e1e1;
}

/* Formulario padrão */
.form-wrapper h1 {
    color: #586874;
    border-left: 3px solid #c24143;
    padding: 10px;
}
.form-default {
    /*
        background-color: rgb(44,53,60);
        margin-bottom: 30px;
        border: 2px solid #44525d;
        color: #698092;
    */
    padding: 10px 20px;
    font-size: 11px;
}
.form-default h1 {
    /*color: #fff;*/
}

/* Form CSS */
.bg-login {
    padding-top: 30px;
    width: 100%;
    height: 100%;
    background: url(../imagens/fundoLogin.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: auto;
}
.bg-perfil {
    background-color: #f0f0f0;
    overflow: auto;
    height: 100%;
}

.bg-dashboard {
  overflow: auto;
  height: 100%;
  padding-bottom: 80px;
  background-color: #F9F9F9;
}

.form-cad {
    margin-top: 5px;
}
.form-btn {
    margin-top: 15px;
}
.form-signin {
    max-width: 330px;
    padding: 15px;
    padding-bottom: 30px;
    margin: 0 auto;
    background-color: #eee;
    border-radius: 1rem;
}
.form-signin h2 {
    font-size: 1.8rem;
    color: #4e4e4e;
    text-align: center;
}
.form-signin h3 {
    padding: 0;
    margin: 0 !important;
    text-align: center;
    font-size: 1.5rem;
    color: #8e8e8e;
}
.form-signin h3 a {
    color: #8e8e8e;
    text-decoration: none;
}
.form-signin h3 a:hover {
    color: #3e3e3e;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type='email'] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type='password'] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-edit {
    background-color: #a63638;
    border-color: #722a2a;
}
.btn-edit:hover {
    background-color: #662122;
}

a {
    cursor: pointer;
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.form-login {
    width: 100%;
    min-width: 240px;
    margin: 0 auto;
}
.logo {
    /* margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        margin-bottom: 15px;*/
    opacity: 0.98;
    max-height: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 50vw;
}
.logoBrand {
    height: 40px;
    margin-top: -10px;
}
.area-login {
    width: 100%;
    max-width: 340px;
    margin: 10px auto auto auto;
    background-color: white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.titulo {
    line-height: 50px;
    font-size: 1rem;
    vertical-align: baseline;
    text-align: center;
    margin: 0px;
    color: #e1e1e1;
}
.titulo-login {
    padding: 10px 20px;
    background-color: white;
}
.block-form {
    padding: 10px 20px 10px 15px;
    border-left: 5px solid transparent;
    transition: border-left-color 0.5s, box-shadow 0.5s, background-color 0.5s;
}
.submit-form {
    padding: 10px 20px 20px 15px;
}
.input-form {
    display: table;
    position: relative;
    width: 100%;
    border: 1px solid #e0e0e0;
    height: 34px;
}
.form-control-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
    border-radius: 0;
    display: table-cell;
    color: #ccc;
}
.form-input-login {
    width: 100%;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    border: none;
}
.focused {
    background-color: #f0f0f0;
    border-left-color: #3498db;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.form-input-login:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
}
.green-btn {
    background-color: #2ecc71;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border: none;
}
.green-btn-ok {
    font-size: 12px;
}
.green-btn:hover {
    background-color: #2ecc71;
}
h1 {
    color: #3498db;
    font-family: 'Roboto', 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.1;
}
.contrato-select {
    font-size: 1.3rem;
    overflow-y: auto;
}
.table-custom {
    background-color: rgb(44, 53, 60);
}
.table-custom tbody > tr > td,
.table-custom thead > tr > th {
    background-color: rgb(44, 53, 60);
}
.table-custom thead > tr > th {
    border-bottom: 2px solid #91afc7;
}

/*.checkbox{
    font-size: 14px;
    color: #698092;
}
.checkbox label{
  display: block;
}
*/
.panel-default h3 {
    font-size: 1.3em;
    /*color: #91AFC7;*/
}

.text-truncado {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
/* -------------------------------------------------------
    Alertas de POPUP e Aguarde
---------------------------------------------------------- */
div#principalAlerta {
    position: fixed; /* coloca a posição exata na página */
    left: 50%; /* posição horizontal */
    top: 50%; /* posição vertical */
    padding: 5px;
    border: 0px solid black;
    background-color: #ffffff;
    width: 278px;
    height: 100px;
    margin-left: -139px;
    margin-top: -50px;
    z-index: 9999; /* makes the div the top layer, so it’ll lay on top of the other content */
    text-align: center;
    border-radius: 10px;
    color: black;
    font-size: 1.4rem;
}
div#fundoAlerta {
    position: fixed; /* makes the div go into a position that’s absolute to the browser viewing area */
    left: 0%; /* makes the div span all the way across the viewing area */
    top: 0%; /* makes the div span all the way across the viewing area */
    background-color: black;
    -moz-opacity: 0.7; /* makes the div transparent, so you have a cool overlay effect */
    opacity: 0.7;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    z-index: 9990;
}

div#carregandoAguarde {
    position: fixed; /* coloca a posição exata na página */
    left: 50%; /* posição horizontal */
    top: 50%; /* posição vertical */
    padding: 2rem;
    border: 0px solid black;
    background-color: #ffffff;
    width: 278px;
    /*height: 100px;*/
    margin-left: -139px;
    margin-top: -50px;
    z-index: 9999; /* makes the div the top layer, so it’ll lay on top of the other content */
    text-align: center;
    border-radius: 10px;
    color: black;
    font-size: 1.5rem;
}
div#fundoAguarde {
    position: fixed; /* makes the div go into a position that’s absolute to the browser viewing area */
    left: 0%; /* makes the div span all the way across the viewing area */
    top: 0%; /* makes the div span all the way across the viewing area */
    background-color: black;
    -moz-opacity: 0.7; /* makes the div transparent, so you have a cool overlay effect */
    opacity: 0.7;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    z-index: 9990;
}

div#carregandoDesatualizado {
    position: fixed; /* coloca a posição exata na página */
    left: 50%; /* posição horizontal */
    top: 100%; /* posição vertical */
    border: 1px solid black;
    background-color: #ffffff;
    width: 278px;
    /*height: 100px;*/
    margin-left: -139px;
    margin-top: -120px;
    z-index: 9999; /* makes the div the top layer, so it’ll lay on top of the other content */
    text-align: center;
    border-radius: 10px;
    color: black;
    font-size: 1.5rem;
}

/* ---------------------------FIM-------------------------*/

/* -------------------------------------------------------
    Principal.html
---------------------------------------------------------- */
/* For Webkit-based browsers (Chrome, Safari and Opera) */
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

/* For IE, Edge and Firefox */
.scrollbar-hide {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.loginPrincipal {
    height: 10vh;
}
.painelLogin {
    text-align: right;
    padding: 10px;
}
.fotoCadastro {
    max-height: 200px;
}

.validado {
    color: green;
}

.invalido {
    color: red;
}

.danger {
    background-color: #f44336 !important;
    color: white !important;
}

.bgvalidado {
    background-color: #98fb98 !important;
}

.bginvalido {
    background-color: #ff3030 !important;
    color: white !important;
}

.menuRodape {
    position: relative;
    left: 0px;
    background-color: darkred;
    height: 60px;
    width: 100%;
    z-index: 1000;
    margin-top: -60px;
    overflow: hidden;
}
.botaoMenuRodape {
    width: 20%;
    float: left;
}
.botaoMenuRodape img {
    height: 30px;
    margin: auto;
    margin-top: 7px;
    cursor: pointer;
}
.botaoMenuRodape p {
    text-align: center;
    color: white;
}

.perimetro {
    z-index: 900;
    position: absolute;
    top: 100%;
    left: 120px;
    margin-top: -150px;
}

.perimetroCancelar {
    z-index: 900;
    position: absolute;
    top: 100%;
    left: 120px;
    margin-top: -110px;
}

.centralizarMapa {
    z-index: 900;
    position: absolute;
    top: 2vh;
    left: 220px;
}

.cameras {
    z-index: 900;
    position: absolute;
    top: 100%;
    left: 27px;
    margin-top: -300px;
    cursor: pointer;
}

.velocimetro {
    z-index: 900;
    position: absolute;
    top: 100%;
    left: 35px;
    margin-top: -150px;
}

.odometroMapa {
    z-index: 900;
    position: absolute;
    top: 100%;
    left: 30px;
    margin-top: -200px;
    text-align: left;
    font-family: 'Roboto';
    font-size: 13px;
    width: 90px;
    font-weight: bold;
}

.horimetroMapa {
    z-index: 900;
    position: absolute;
    top: 100%;
    left: 30px;
    margin-top: -255px;
    text-align: left;
    font-family: 'Roboto';
    font-size: 13px;
    width: 90px;
    font-weight: bold;
}

.odometroHorimetro p {
    border: 2px solid;
    padding: 3px;
    background: white;
    border-color: black;
}

.rpmMapa {
    z-index: 900;
    position: absolute;
    top: 100%;
    left: 100%;
    margin-left: -120px;
    margin-top: -200px;
    text-align: left;
    font-family: 'Roboto';
    font-size: 13px;
    width: 60px;
    font-weight: bold;
}

.rpm p {
    border: 2px solid;
    padding: 3px;
    background: white;
    border-color: black;
}

.temperaturaMapa {
    z-index: 900;
    position: absolute;
    top: 100%;
    left: 100%;
    margin-left: -120px;
    margin-top: -250px;
    text-align: left;
    font-family: 'Roboto';
    font-size: 13px;
    width: 60px;
    font-weight: bold;
}

.temperatura p {
    border: 2px solid;
    padding: 3px;
    background: white;
    border-color: black;
}

.velocimetro img {
    height: 80px;
}

.velocimetro p {
    color: white;
    margin-top: -65px;
    z-index: 900;
    text-align: center;
    font-size: 1.5rem;
}

.bateria {
    z-index: 900;
    position: absolute;
    top: 100%;
    left: 100%;
    margin-left: -120px;
    margin-top: -140px;
}

.bateria img {
    height: 50px;
}

.bateria p {
    color: black;
    margin-top: -30px;
    z-index: 900;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}

.velocimetroTodos img {
    height: 50px;
}

.velocimetroTodos p {
    color: white;
    margin-top: -40px;
    margin-left: 9px;
    width: 33px;
    text-align: center;
    font-size: 1rem;
}

.statusVeiculo {
    z-index: 901;
    color: black;
    position: absolute;
    left: 10px;
    top: 55px;
}

.paginacao {
    position: absolute;
    bottom: 0px;
}

.paginacao .pagination {
    margin: 0px;
}

.botaoComandos {
    min-height: 115px;
    cursor: pointer;
}

.botaoComandos img {
    margin: auto;
}

.botaoComandos p {
    color: black;
    white-space: pre-line;
    font-size: 0.75rem;
    margin-top: 5px;
}

.carregando {
    width: 30px;
    float: left;
    margin-top: 10px;
}

.listaAlarme {
    border-bottom: 1px solid;
    border-color: #ccc;
    padding: 5px 0px;
    background: white;
}

.listaAlarme div div p {
    margin: 0px;
}

.listaAbastecimento {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
}

.listaAbastecimento div {
    padding-left: 0px;
    padding-right: 0px;
}

.tipoHistorico {
    display: inline-block !important;
    float: none !important;
    text-align: center;
}

.itemFatura {
    text-align: center;
    font-family: sans-serif;
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
}

.itemFatura div {
    font-family: sans-serif;
}
.itemFatura div img {
    margin: auto;
    max-width: 35px;
}

/*.interno {
  position: relative;
  height: 100%;
  margin-left: 300px;
}

.interno.active {
  margin-left: -300px !important;
}*/

@media (min-width: 640px) {
    .dashboard-nav {
        background-color: #F3FFE8;
        border-bottom: 1px #C8C8C8 solid;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    }
}

.dashboard {
    background: white;
}

.dashboard .titulo {
    background: darkred;
    margin-left: -30px;
    margin-right: -30px;
    font-weight: bold;
    color: white;
}

.dashboard .subtitulo {
    height: 30px;
    line-height: 30px;
}

.listaVeiculos {
    border: 1px solid;
    border-color: #ccc;
    padding: 15px;
    background: white;
    border-radius: 10px;
    font-size: 12px;
    font-family: sans-serif;
}

.listaRelatorios {
    border: 1px solid;
    border-color: #ccc;
    padding: 15px;
    background: white;
    border-radius: 10px;
    font-size: 12px;
    font-family: sans-serif;
}

.listaContratos {
    border: 1px solid;
    border-color: #ccc;
    padding: 15px;
    background: white;
    border-radius: 10px;
    font-size: 12px;
    font-family: sans-serif;
}

.listaFatura {
    border: 1px solid;
    border-color: #ccc;
    background: white;
    border-radius: 10px;
    cursor: pointer;
    padding: 15px;
}

.cursor {
    cursor: pointer;
}

@media (min-width: 768px) {
    .menuGrande {
        max-height: 70vh;
        overflow-y: auto;
    }
    #sidebar {
        margin-left: 0px !important;
    }
    #sidebar.active {
        margin-left: 0px !important;
    }
    .interno {
        margin-left: 300px;
    }
}

.form-group input[type='checkbox'] {
    display: none;
}

.form-group input[type='checkbox'] + .btn-group > label span {
    width: 20px;
}

.form-group input[type='checkbox'] + .btn-group .marcador {
    position: absolute;
}

.form-group input[type='checkbox'] + .btn-group .conteudo {
    /*float: left;*/
    height: 34px;
    line-height: 34px;
    width: 100%;
    padding-left: 70px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid;
}

.form-group input[type='checkbox'] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type='checkbox'] + .btn-group > label span:last-child {
    display: inline-block;
}

.form-group
input[type='checkbox']:checked
+ .btn-group
> label
span:first-child {
    display: inline-block;
}
.form-group
input[type='checkbox']:checked
+ .btn-group
> label
span:last-child {
    display: none;
}

.contato {
    padding: 15px;
}

.dataHistorico {
    width: 120px;
}

.horaHistorico {
    width: 50px;
}

.painelFiltro {
    position: absolute;
    right: 20px;
    top: 55px;
    border: 1.5px solid;
    border-radius: 15px;
    min-height: 60px;
    max-width: 300px;
    width: 80%;
    padding: 10px;
}

.campoFiltro div {
    padding-right: 0px;
    padding-left: 5px;
}

.campoFiltro div span {
    line-height: 27px;
}

/* ==========================================================================
   1.3 Social
   ========================================================================== */
.social-icons {
    margin-top: 40px;
}

.social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-icons ul li {
    display: inline;
}

.social-icons ul li a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 15px;
    border-radius: 50%;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #ddd;
    font-size: 16px;
}

.social-icons ul li a {
    color: #fff;
}

.facebook a {
    color: #4867aa;
    background: #4867aa !important;
}

.whatsapp a {
    color: #34af23;
    background: #34af23 !important;
}

.instagram a {
    color: #df2926;
    background: #df2926 !important;
}

.google-plus a {
    color: #dd4d42;
    background: #dd4d42 !important;
}

.youtube a {
    color: #df2926;
    background: #df2926 !important;
}

.headerTable {
    background-color: #fff;
    padding: 8px !important;
    border-bottom: 1px #ccc solid;
}

/* Viagens */
.btn-circle-start {
    padding: 0 !important;
    border-radius: 10px;
}
.btn-circle-end {
    height: 170px;
    padding: 0 !important;
    width: 190px;
    border-radius: 50%;
    border: #8b1a26 15px solid;
    color: #fff;
}
.molde-start {
    background-color: #09d261;
    padding: 50px 20px;
    border-radius: 50%;
}
.molde-end {
    background-color: #8b1a26;
    padding: 60px 20px;
    border-radius: 50%;
}
.viagem-relatorio h2 {
    font-size: 16px;
    border-left: 3px solid #c24143;
    color: #586874;
    padding-left: 10px;
    margin-bottom: 0;
}
.viagem-relatorio p {
    margin-top: 5px;
    padding: 5px;
    background-color: #fff;
    border: #ccc 1px solid;
    border-radius: 6px;
}
.despesas-panel .panel-heading {
    font-size: 14px;
}

.tanqueMapa {
    z-index: 900;
    position: absolute;
    top: 100%;
    left: -22px;
    margin-top: -125px;
}

.vertical {
    display: inline-block;
    width: 80px;
    height: 25px;
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}
.vertical {
    box-shadow: inset 0px 4px 6px #ccc;
}
.progress-bar {
    box-shadow: inset 0px 4px 6px rgba(100, 100, 100, 0.6);
}

.linhaExcluido {
    position: relative;
}

.linhaExcluido:after {
    content: 'CANCELADO';
    position: absolute;
    border-top: 4px solid red;
    width: 75px;
    transform: rotate(90deg);
    transform-origin: 0% 0%;
}

.iconeTipoReferencia {
    padding: 5px;
    border: 2px solid white;
    margin-bottom: 5px;
}

.iconeTipoReferenciaSelecionado {
    padding: 5px;
    border: 2px solid red;
    margin-bottom: 5px;
}

.nomeVeiculo {
    padding: 5px;
    border: 1px solid #2c353c;
    background: white;
    border-radius: 10px;
    position: absolute;
    font-size: 10px;
    font: robot;
}

.statusServidor {
    padding: 10px;
    border: 1px solid #2c353c;
    background: white;
    border-radius: 10px;
    position: absolute;
    top: 100px;
    left: 10px;
    font-size: 10px;
    font: robot;
}

.statusServidor p {
    margin: 0px 0px 2px 0px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 5px !important;
}

.telaSobreposta {
    position: absolute;
    margin: 5px;
    padding: 20px;
    border: 1px solid;
    border-color: #3e3e3e;
    width: 99%;
    height: 75vh;
}

.tituloTelaSemBotao {
    color: black;
    line-height: 43px;
    vertical-align: middle;
}
.tituloTelaComBotao {
    color: black;
    float: left;
    /*line-height: 43px;*/
    vertical-align: middle;
}

.itensMenuVeiculosPonto {
    height: 100%;
    position: relative;
    margin-bottom: 0px;
    font-size: 10px;
    overflow: hidden;
}
.ativarPOI {
    position: absolute;
    top: 55px;
    left: 100%;
    /* margin-top: -604px; */
    margin-left: -50px;
    /* border: 2px solid; */
    background: white;
    height: 40px;
    text-align: center;
    vertical-align: baseline;
    line-height: 50px;
    width: 40px;
}
.rolagemLista {
    height: 80vh;
    overflow-y: auto;
}
.itensMenuPontoMapa {
    z-index: 300;
    position: fixed;
    margin-bottom: 0px;
    font-size: 10px;
    background: white;
    overflow: hidden;
    padding: 10px;
    border-radius: 10px;
    margin-top: -30px;
    width: 200px;
    margin-left: 25vw;
    border: 1px solid darkgray;
}
.abertoMenuPontoMapa {
    margin-top: -400px;
}
.fechadoMenuPontoMapa {
    margin-top: -30px;
}
.itensMenuPontoMapaHistorico {
    z-index: 300;
    position: fixed;
    margin-bottom: 0px;
    font-size: 10px;
    background: white;
    overflow: hidden;
    padding: 10px;
    border-radius: 10px;
    width: 200px;
    margin-left: 25vw;
    border: 1px solid darkgray;
    bottom: 0px;
}
.abertoMenuPontoMapaHistorico {
    margin-bottom: 55px;
}
.fechadoMenuPontoMapaHistorico {
    margin-bottom: -320px;
}

@media only screen and (max-width: 768px) {
    .itensMenuVeiculosPonto {
        z-index: 300;
        position: fixed;
        margin-bottom: 0px;
        font-size: 10px;
        background: white;
        overflow: hidden;
        padding: 10px;
        border-radius: 10px;
    }
    .abertoMenuVeiculoPonto {
        top: 100%;
        margin-top: -400px;
    }
    .fechadoMenuVeiculoPonto {
        top: 100%;
        margin-top: -30px;
    }
    .ativarPOI {
        margin-left: -50px;
    }
    .rolagemLista {
        height: 250px;
        overflow-y: auto;
    }
}

.cadastroInterno {
    position: absolute;
    right: 30px;
    bottom: 30px;
    margin: 10px;
    height: 80vh;
    width: 50vw;
    background: white;
    border: #586874 solid 2px;
    border-radius: 20px 0px 0px 20px;
    padding: 20px;
    overflow-y: auto;
}

.faturas-info {
    display: flex;
}

.faturas-info .faturas-title {
    font-size: 16px;
    font-weight: 500;
}

.faturas-info span {
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
    display: block;
}

.faturas-info p {
    margin-top: 8px;
    font-size: 16px;
}

.faturas-title + .faturas-title {
    margin-left: 80px;
}

.componente-fornecedores {
    display: flex;
    margin-bottom: 8px;
    height: 100%;
    z-index: 99;
    position: relative;
}

.componente-fornecedores > button {
    margin-left: 8px;
}

.fornecedores-input-group {
    display: flex;
    min-height: 100%;
    flex: 1;
}

.fornecedores-input-group input {
    height: 100%;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    background: #fff;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.fornecedores-input-group input.disabled {
    pointer-events: none;
    cursor: default;
    background: #e9ecef;
}

.fornecedores-input-group-addon button {
    height: 100%;
    padding: 0 8px;
    background-color: #eee;
    border: 1px solid #ccc;
    color: #555;
    border-radius: 0 4px 4px 0;
}

.dropdown-fornecedores {
    float: left;
    position: absolute;
    z-index: -9;
    width: 100%;
}

.dropdown-fornecedores button {
    opacity: 0;
    pointer-events: none;
}

.dropdown-fornecedores ul {
    width: 100%;
}

.c-checklist__checkbox label {
    display: flex;
    align-items: center;
}
.c-checklist__checkbox label input {
    margin: 0 5px 0 0;
}

.checklist-descricao {
    font-size: 16px;
    color: #586874;
}

.checklist-descricao span {
    display: block;
    font-size: 18px;
    color: #000;
}

.checklist-complemento {
    margin: 12px 0;
}

.checklist-complemento label {
    display: flex;
    align-items: center;
}

.checklist-complemento label input {
    margin: 0;
    -ms-transform: scale(1.2); /* IE */
    -moz-transform: scale(1.2); /* FF */
    -webkit-transform: scale(1.2); /* Safari and Chrome */
    -o-transform: scale(1.2); /* Opera */
    transform: scale(1.2);
    padding: 10px;
}

.checklist-complemento > div > label {
    padding: 0;
}
.text-truncate {
    width: 97%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.remove-absolute {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-70%);
}
.comandos-title {
    font-size: 16px;
}

.text-md {
    font-size: 13px;
}

.legenda {
    cursor: not-allowed;
    pointer-events: none;
}

.nav-edit {
    border-bottom: 1px #337ab7 solid;
}

.nav-edit li a {
    border-radius: 0;
}

.btn.disabled {
    pointer-events: none;
}

.custom-radio label {
    /*min-width: 400px;*/
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-weight: normal;
    background-color: #fff;
}
.custom-radio input[type='radio']:empty,
.custom-radio input[type='checkbox']:empty {
    display: none;
}
.custom-radio input[type='radio']:empty ~ label,
.custom-radio input[type='checkbox']:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-radio input[type='radio']:empty ~ label:before,
.custom-radio input[type='checkbox']:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #d1d3d4;
    border-radius: 3px 0 0 3px;
}
.custom-radio input[type='radio']:hover:not(:checked) ~ label:before,
.custom-radio input[type='checkbox']:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: 0.9em;
    color: #c2c2c2;
}
.custom-radio input[type='radio']:hover:not(:checked) ~ label,
.custom-radio input[type='checkbox']:hover:not(:checked) ~ label {
    color: #888;
}
.custom-radio input[type='radio']:checked ~ label:before,
.custom-radio input[type='checkbox']:checked ~ label:before {
    content: '\2714';
    text-indent: 0.9em;
    color: #333;
    background-color: #ccc;
}
.custom-radio input[type='radio']:focus ~ label:before,
.custom-radio input[type='checkbox']:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}
.radio-default input[type='radio']:checked ~ label:before,
.radio-default input[type='checkbox']:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}
.radio-primary input[type='radio']:checked ~ label:before,
.radio-primary input[type='checkbox']:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}
.radio-success {
    flex: 1 1 auto;
}
.radio-success input[type='radio']:checked ~ label:before,
.radio-success input[type='checkbox']:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}
.radio-danger input[type='radio']:checked ~ label:before,
.radio-danger input[type='checkbox']:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}
.radio-warning input[type='radio']:checked ~ label:before,
.radio-warning input[type='checkbox']:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}
.radio-info input[type='radio']:checked ~ label:before,
.radio-info input[type='checkbox']:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.perfilPermissao-input {
    flex: 1 1 auto;
}

.perfilPermissao-botao {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
    margin-left: 15px;
}

/* Adaptação Flexbox para colocar no sistema no lugar de mudar para Bootstrap 4 */

.s-disabled {
    pointer-events: none;
    opacity: 0.7;
    cursor: not-allowed;
}

.p-relative {
    position: relative;
}

.d-inline {
    display: inline;
}

.d-row {
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.d-flex > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}

.d-flex--halfpadding > * {
    padding-left: 6px;
    padding-right: 6px;
}

.d-flex--nopadding > * {
    padding: 0;
}

.d-flex--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.d-flex__align--center {
    align-items: center;
}

.d-flex__justify--flex-end {
    justify-content: flex-end;
}

.d-flex__justify--center {
    justify-content: center;
}

.d-flex__justify--between {
    justify-content: space-between;
}

.d-col-0 {
    flex: 0;
}

.d-col {
    flex: 1 0 0%;
}

.d-col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
}

.d-col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.d-col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.d-col-4 {
    flex: 0 0 auto;
    width: 33.33333%;
}

.d-col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}

.d-col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.d-col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
}

.d-col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
}

.d-col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.d-col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
}

.d-col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
}

.d-col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.w--auto {
    width: auto;
}

.s-title--info {
    font-size: 13px;
    font-weight: 600;
}

.s-title--info span {
    display: block;
    font-size: 12px;
    color: #696969;
}

.t-color--default {
    color: #333;
}

.t-color--danger {
    color: #d9534f;
}

.t-color--success {
    color: #5cb85c;
}

.t-weight--light {
    font-weight: 400;
}

.t-weight--bold {
    font-weight: 600;
}

.a-margin--0 {
    margin: 0;
}

.a-ml--auto {
    margin-left: auto;
}

.a-ml--6px {
    margin-left: 6px;
}

.s-table__report {
    width: 100%;
    max-width: 100%;
}

.s-table__report .table thead tr th {
    background: #245269 !important;
    color: #fff !important;
    text-align: center;
}

.s-commandPanel--overflow-y {
    max-height: calc(100vh - 114px);
    overflow-x: hidden;
    overflow-y: auto;
}

.s-filterPanel__block {
    margin: 6px 12px 0;
}

.s-multiselect--max-heigth {
    max-height: calc(100vh - 70vh);
    overflow: auto;
}

.s-nav--bordered > * > a {
    border-radius: 8px 8px 0 0 !important;
    border: 1px solid #337ab7;
    border-bottom: 0;
}

.s-cursor--pointer {
    cursor: pointer;
}

.f-weight--700 {
    font-weight: 700;
}

.s-uploads .s-uploads--title {
    font-size: 12px;
    margin-bottom: 0;
}

.s-uploads p {
    font-weight: 700;
    margin-bottom: 4px;
}

.s-uploads--container {
    border-top: 1px solid #ccc;
    padding-top: 8px;
}

.s-btn--icon {
    background: none;
    border: 1px solid #ccc;
}

.s-btn--icon:hover {
    opacity: 0.8;
}

.dropdown-menu a {
    text-decoration: none;
}

.dropdown-menu a li {
    margin: 0 8px;
}

.w-max--fit {
    max-width: fit-content;
}

.text-sm {
    font-size: 12px;
}

.text-sm {
    font-size: 14px;
}

.text-base {
    font-size: 16px;
}

.text-lg {
    font-size: 18px;
}

.text-xl {
    font-size: 20px;
}

.block {
    display: block;
}

@media (min-width: 576px) {
    .d-col-1--sm {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .d-col-2--sm {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .d-col-3--sm {
        flex: 0 0 auto;
        width: 25%;
    }

    .d-col-4--sm {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .d-col-5--sm {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .d-col-6--sm {
        flex: 0 0 auto;
        width: 50%;
    }

    .d-col-7--sm {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .d-col-8--sm {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .d-col-9--sm {
        flex: 0 0 auto;
        width: 75%;
    }

    .d-col-10--sm {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .d-col-11--sm {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .d-col-12--sm {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .d-col-1--md {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .d-col-2--md {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .d-col-3--md {
        flex: 0 0 auto;
        width: 25%;
    }

    .d-col-4--md {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .d-col-5--md {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .d-col-6--md {
        flex: 0 0 auto;
        width: 50%;
    }

    .d-col-7--md {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .d-col-8--md {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .d-col-9--md {
        flex: 0 0 auto;
        width: 75%;
    }

    .d-col-10--md {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .d-col-11--md {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .d-col-12--md {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .d-col-1--lg {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .d-col-2--lg {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .d-col-3--lg {
        flex: 0 0 auto;
        width: 25%;
    }

    .d-col-4--lg {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .d-col-5--lg {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .d-col-6--lg {
        flex: 0 0 auto;
        width: 50%;
    }

    .d-col-7--lg {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .d-col-8--lg {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .d-col-9--lg {
        flex: 0 0 auto;
        width: 75%;
    }

    .d-col-10--lg {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .d-col-11--lg {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .d-col-12--lg {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .d-col-1--xl {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .d-col-2--xl {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .d-col-3--xl {
        flex: 0 0 auto;
        width: 25%;
    }

    .d-col-4--xl {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .d-col-5--xl {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .d-col-6--xl {
        flex: 0 0 auto;
        width: 50%;
    }

    .d-col-7--xl {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .d-col-8--xl {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .d-col-9--xl {
        flex: 0 0 auto;
        width: 75%;
    }

    .d-col-10--xl {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .d-col-11--xl {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .d-col-12--xl {
        flex: 0 0 auto;
        width: 100%;
    }
}

.hover-border:hover {
    border-bottom: 1px solid #c24143;
}

.active-border {
    color: #23527c;
    border-bottom: 1px solid #c24143;
}

.swal2-overflow {
    overflow-x: visible;
    overflow-y: visible;
}

.mapaAlerta {
    background-color: #fff;
    padding: 20px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.single-chart {
    justify-content: space-around;
}

.circular-chart {
    display: block;
    margin-left: auto;
    margin-right: 10px;
    max-width: 100%;
    max-height: 50px;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.orange .circle {
    stroke: #ff9f00;
}

.circular-chart.green .circle {
    stroke: #4cc790;
}

.circular-chart.blue .circle {
    stroke: #3c9ee5;
}

.percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

/*.viewChangeButton {
  padding: 1rem 1rem;
  border: 1px solid var(--secondary);
  border-radius: 4px;
  color: var(--secondary);
  font-weight: 600;
  letter-spacing: 1px;
}

.viewChangeButton:hover {
  background-color: var(--btn-hover-1);
  color: white;
  border-color: var(--btn-hover-1);
}*/

.viewChangeButton.active {
    font-weight: 600;
    color: #445A85;
    border-radius: 20px 20px 0px 0px;
    border-bottom: 2px solid #445A85;
    background: #D0D8E7;
}

#impressaoContrato .paragrafo {
    text-indent: 4em;
}


/* =============
Dashboard Frota
============= */

.input-frota-dashboard {
    color: var(--text-2);
    background-color: #FFFFFF00;
    border: 2px #D2D2D2 solid;
    height: 40px;
}

/*#meus-veiculos-titulo-div::after {
    content: '';
    display: block;
    width: 100%;
    right: 0;
    border-bottom: 1px solid;
    border-color: #77777766;
}*/


/* =============
Modal veículo dashboard
============= */
@media (min-width: 768px) {
    .modal-dashboard-veiculos .modal-dialog{
        min-width: 375px;
    }
}

/* =============
Estados de classe form-control
============= */
.form-control:focus:invalid {
    border-color: #d32c20;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(211, 44, 32, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(211, 44, 32, .6);
}

.form-control:invalid {
    border-color: #d32c20;
}
.ng-invalid.ng-touched {
    border-color: #d32c20;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(211, 44, 32, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(211, 44, 32, .6);
}

.hover-item {
    background-color: #eaeaea;
    cursor: pointer;
}

/* Botão de Relatórios de Dispositivo - Estilo forçado */
.btn-relatorios-dispositivo {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background-color: #2563eb !important;
    color: #ffffff !important;
    border: 2px solid #1d4ed8 !important;
    padding: 0.5rem 1rem !important;
    border-radius: 0.5rem !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
}

.btn-relatorios-dispositivo:hover {
    background-color: #1d4ed8 !important;
}

.btn-relatorios-dispositivo span {
    color: #ffffff !important;
    display: inline !important;
    visibility: visible !important;
}

/* Modal XL Customizado */
.modal-xl-custom .modal-dialog {
    width: 95%;
    max-width: 1400px;
}

@media (min-width: 768px) {
    .modal-xl-custom .modal-dialog {
        width: 90%;
        max-width: 1400px;
    }
}

@media (min-width: 1200px) {
    .modal-xl-custom .modal-dialog {
        width: 85%;
        max-width: 1400px;
    }
}

/* Modal Cliente Extra Extra Large */
@media (min-width: 1200px) {
    .modal-cliente-xxl .modal-dialog {
        width: 90%;
        max-width: 1600px;
    }
}

@media (min-width: 1400px) {
    .modal-cliente-xxl .modal-dialog {
        width: 85%;
        max-width: 1800px;
    }
}

/* Reduzir espaçamento entre campos do formulário de cliente */
.modal-cliente-xxl .form-group {
    margin-bottom: 10px;
}

.modal-cliente-xxl .form-group label {
    margin-bottom: 4px;
}

.modal-cliente-xxl .row {
    margin-bottom: 0;
}

.modal-cliente-xxl .form-control {
    padding: 6px 12px;
    height: 34px;
}

.modal-cliente-xxl .col-md-10 {
    padding-right: 20px;
}

.modal-cliente-xxl .col-md-2 {
    padding-left: 10px;
}
