:root {
    /*
    #003B5C - PANTONE® 302 C - AZUL ESCURO PETROBRAS
    #003B5C - PANTONE® 5425 C - AZUL CLARO PETROBRAS
    #216A95 - PANTONE® 7691 C - AZUL PETROBRAS
    link: http://www.refinariadesign.com.br/manuais/PETROBRAS/PETRO_Manual_SIV_v11.pdf
    */
    --azul-claro-petrobras: #7A99AC;
    --azul-petrobras: #216A95;
    --azul-escuro-petrobras: #003B5C;
}

/*@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700';*/
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-bold-webfont.woff2') format('woff2'), url('../fonts/lato-bold-webfont.woff') format('woff'), url('../fonts/lato-bold-webfont.ttf') format('truetype'), url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-light-webfont.woff2') format('woff2'), url('../fonts/lato-light-webfont.woff') format('woff'), url('../fonts/lato-light-webfont.ttf') format('truetype'), url('../fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype'), url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Light.ttf') format('truetype');
}


html {
    height: 100%;
}

body {
    font-family: 'Lato', sans-serif;
    background: #EFF0F4;
    min-height: 100%;
    position: relative;
    padding-bottom: 50px;
}

h1, h2, h3, h4 {
    margin: 0;
}

input[type=checkbox]:hover {
    cursor: pointer;
}

.top-bar {
    margin-bottom: 0;
}

.top-bar-nav {
    padding-top: 20px;
}

.navbar-brand {
    height: 85px;
}

.main-menu {
    background-color: #505050;
    border-radius: 0;
    border: 0;
    min-height: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .main-menu .navbar-nav > li > a, .main-menu .navbar-nav > .main-dropdown.open > a, .main-menu .navbar-nav > .main-dropdown.open > a:focus, .main-menu .navbar-nav > .main-dropdown.open > a:hover {
        color: #fff;
        padding: 10px 20px;
        background: none;
        font-size: 13px;
        text-transform: uppercase
    }

    .main-menu .navbar-nav > li.acesso-rapido > a {
        background: #EFF0F4;
        padding: 10px 20px 7px 20px;
        margin-right: 10px;
        color: #505050;
        border-radius: 6px;
    }

    .main-menu .navbar-nav > li > a:hover {
        background-color: #919B9C;
    }

.main-menu-caminhoneiro {
    background-color: #4b8548;
    border-radius: 0;
    border: 0;
    min-height: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .main-menu-caminhoneiro .navbar-nav > li > a, .main-menu-caminhoneiro .navbar-nav > .main-dropdown.open > a, .main-menu-caminhoneiro .navbar-nav > .main-dropdown.open > a:focus, .main-menu-caminhoneiro .navbar-nav > .main-dropdown.open > a:hover {
        color: #fff;
        padding: 10px 20px;
        background: none;
        font-size: 13px;
        text-transform: uppercase
    }

    .main-menu-caminhoneiro .navbar-nav > li.acesso-rapido > a {
        background: #EFF0F4 url(../images/ico-acesso-rapido.png) no-repeat 15px center;
        padding: 10px 20px 10px 40px;
        margin-right: 20px;
        color: #505050;
        border-radius: 6px;
    }

.search-form .form-control {
    border: 1px solid #B2B2B2;
    min-width: 400px;
    height: 30px;
    background: #fff url(../images/ico-search-control.png) no-repeat right 15px center;
    border-radius: 7px
}

.navbar-user {
    background: url(../images/ico-top-user-dropdown.png) no-repeat right 15px;
    margin: 8px 20px;
}

.btn-user {
    padding-right: 20px;
    display: block;
    padding-left: 30px;
    background: url(../images/ico-top-user.png) no-repeat left top;
    color: #505050;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 15px;
}

    .btn-user small {
        padding-top: 4px;
        line-height: 12px;
        font-weight: normal;
        font-size: 12px;
        color: #666;
        display: block
    }

.navbar-left {
    margin-left: 20px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus {
    background-color: #505050;
}


    .nav-pills > li.active > a:hover {
        background-color: #919B9C;
    }

.nav.nav-pills > li > a:hover {
    background-color: #919B9C;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    border-color: #505050;
}
/*DASHBOARD*/ 
.title-transacoes:before {
    margin-right: 10px;
    position: relative;
    bottom: -5px;
}

.title-transacoes i {
    font-size: 25px;
    padding-right: 10px;
}

.title-custo-unitario {
    margin-bottom: 13px;
    position: relative;
}

    .title-custo-unitario i {
        font-size: 32px;
    }

        .title-custo-unitario i.fas.fa-dollar-sign {
            margin-left: -24px;
            font-size: 19px;
            padding: 0px 4px;
            vertical-align: middle;
            margin-top: -10px;
            margin-right: 15px;
        }

    .title-custo-unitario:before {
        margin-right: 10px;
        position: relative;
        bottom: -5px;
    }

    .title-custo-unitario:after {
        content: 'R$/KM';
        position: absolute;
        font-size: 15px;
        width: 100%;
        text-align: center;
        top: 35px;
        left: 0;
    }

.title-valor-gasto {
    margin-bottom: 19px;
}

    .title-valor-gasto:before {
        margin-right: 10px;
        position: relative;
        bottom: -5px;
    }

    .title-valor-gasto i {
        font-size: 25px;
        padding-right: 5px;
    }

.table-dashboardR {
    margin: 0;
}

    .table-dashboardR th {
        color: #333333;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700
    }

    .table-dashboardR tbody td, .table-dashboardR tbody th {
        border-top: 1px solid #B2B2B2 !important;
    }

    .table-dashboardR tbody tr:first-child td, .table-dashboardR tbody tr:first-child th {
        border-top: 0 !important;
    }

    .table-dashboardR tbody td {
        text-align: center;
        font-size: 21px;
        color: #666666;
    }

    .table-dashboardR .strong {
        background: #F1F1F1
    }


.table-dashboard {
    margin: 0;
}

    .table-dashboard th {
        color: #BFA413;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700
    }

    .table-dashboard > thead > tr > th {
        border: 0;
        text-align: center;
    }

    .table-dashboard tbody td, .table-dashboard tbody th {
        border-top: 1px solid #B2B2B2 !important;
    }

    .table-dashboard tbody tr:first-child td, .table-dashboard tbody tr:first-child th {
        border-top: 0 !important;
    }

    .table-dashboard tbody td {
        text-align: center;
        font-size: 21px;
        color: #666666;
    }

    .table-dashboard .strong {
        background: #F1F1F1
    }

    .dashboard-notification a:hover, .table-dashboard a:hover, .dashboard-totals a:hover, .dashboard-summary a:hover {
        text-decoration: underline;
    }

.dashboard-totals p {
    color: #666;
    font-size: 17px;
    text-align: center;
    margin: 0;
}

.dashboard-totals h2 {
    color: #BFA413;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.dashboard-totals.custo p {
    font-size: 21px
}
/*.dashboard-totals .custo-atual p { color: #009145; }
.dashboard-totals .custo-atual p:before { content: url(../images/ico-custo-mes.png); position: relative; bottom: -3px }*/
.panel-default a {
    color: inherit;
    text-decoration: none;
}

.custo-atual {
    margin-top: -8px;
}

.dashboard-summary {
    margin-bottom: 20px;
    text-align: right;
    position: relative;
    height: 155px;
    padding: 30px;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    background: #BFA413 no-repeat 15px 15px;
}

    .dashboard-summary h2, .dashboard-summary h1 {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .dashboard-summary .text {
        position: absolute;
        bottom: 30px;
        right: 30px
    }

    .dashboard-summary p {
        margin: 0;
    }

    .dashboard-summary a {
        color: #fff;
        text-decoration: none;
    }

.postos p {
    font-size: 30px;
}

.cartoes {
    background-image: url(../images/ico-cartoes.png);
    background-color: #505050;
}

.motoristas {
    background-image: url(../images/ico-motoristas.png);
    background-color: #009145;
}

.configuracoes {
    background-image: url(../images/ico-config.png);
    background-color: var(--azul-petrobras);
}

.fora-padrao {
    background-image: url(../images/ico-fora-padrao.png);
    background-color: #90202E;
}

.postos {
    background-image: url(../images/ico-postos.png);
    background-color: #BFA413;
}

hr {
    border-top: 1px solid #B2B2B2;
    margin: 15px 0;
}

.panel-options {
    background: #ddd no-repeat 15px 15px;
    border-radius: 0;
    padding: 10px 0;
}

    .panel-options .panel-heading h1 {
        text-align: center;
        font-weight: 300;
        font-size: 14px;
        color: #666;
        text-transform: uppercase;
    }

.abastecimentos {
    background-image: url(../images/ico-abastecimento.png)
}

.quilometragem {
    background-image: url(../images/ico-km.png)
}

.abastecimentos,
.quilometragem {
    padding: 10px 30px;
}

    .abastecimentos .panel-body,
    .quilometragem .panel-body {
        padding: 0
    }

    .abastecimentos .panel-heading h1,
    .quilometragem .panel-heading h1 {
        text-align: left;
        padding-left: 30px;
    }

    .abastecimentos .panel-heading h1 {
        padding-top: 8px;
    }

.panel-options .badge {
    position: absolute;
    right: -10px;
    top: -4px;
    background: #FF0000;
    font-size: 9px;
    width: 16px;
    height: 16px;
    margin: 0;
    text-align: center;
    padding: 0;
    line-height: 16px;
    z-index: 5;
}

.boletos h1:before {
    content: url(../images/ico-boleto.png);
    position: relative;
    top: 7px;
    margin-right: 10px
}

.contas h1:before {
    content: url(../images/ico-conta.png);
    position: relative;
    top: 7px;
    margin-right: 10px
}


.nav-options {
    text-align: center;
    white-space: nowrap;
}

    .nav-options > li > a {
        font-weight: 700;
        background: none;
        color: #666;
        font-size: 12px;
        text-transform: uppercase;
        padding: 5px 5px;
    }

        .nav-options > li.active > a, .nav-options > li.active > a:focus, .nav-options > li.active > a:hover,
        .nav-options > li > a:focus, .nav-options > li > a:hover {
            background: #666;
            color: #fff
        }

    .nav-options > li {
        float: none;
        display: inline-block;
    }

.valores {
    text-align: center;
}

    .valores strong {
        color: #505050;
        font-weight: 700;
        font-size: 15px;
    }

    .valores h2 {
        font-size: 12px;
        color: #666666;
        text-transform: uppercase;
        font-weight: 700
    }

.dashboard-notification {
    text-align: left;
    margin-bottom: 0.5em;
    position: relative;
    height: 3.0em;
    padding: 0.7em;
    font-size: 1.0em;
    font-weight: 700;
    text-transform: uppercase;
    /*color: black;*/
    /*background: #E16A38 no-repeat 15px 15px;
    background-color: #EE4035;
    border-radius: 3px 2px;*/
}

    .dashboard-notification a {
        color: #a94442;
        text-decoration: none;
    }

.fa-bell {
    opacity: 0.75;
    margin: 0.25em;
}

/*BREADCRUMB*/
.breadcrumb {
    background: none;
    border: 0;
    padding: 0
}

    .breadcrumb strong {
        color: #505050;
        font-weight: 700;
        margin-right: 10px
    }

    .breadcrumb > li {
        color: #808080;
        text-transform: uppercase;
        font-size: 12px;
    }

        .breadcrumb > li > a {
            color: #808080
        }

        .breadcrumb > li + li:before {
            content: url(../images/ico-breadcrumb.png)
        }

        .breadcrumb > li:nth-child(2):before {
            display: none;
        }

/*MOTORISTAS*/
.page-title {
    color: #505050;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 40px;
}

.motoristas-botoes {
    margin-bottom: 10px;
    padding-left: 155px;
}

.panel.panel-default.form-filtrar {
    height: auto;
    padding-bottom: 10px;
}

.form-filtrar h1 {
    text-align: left;
    color: #B2B2B2;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 27px;
    text-transform: uppercase;
}

.form-default label, .form-default h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0
}

.form-default .form-control {
    background: #F1F1F1;
    height: 40px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

    .form-default .form-control[disabled],
    .form-default .form-control[readonly],
    .form-default fieldset[disabled] .form-control {
        background-color: #cfcfcf
    }

.form-default .checkbox label {
    text-transform: none;
    font-weight: normal
}

.form-default .input-group-btn .btn-cep {
    height: 40px;
}

.form-default .form-options > legend {
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
}

.form-filtrar h2 {
    margin-bottom: 10px
}

.form-filtrar .checkbox {
    margin-right: 10px;
}

.form-filtrar .btn.btn-submit {
    min-width: 20%;
    height: 35px;
}

.btn i.fa {
    margin-right: 10px;
}

.checkbox-bloqueio label::before {
    border: 0;
    background: #ff555a;
    height: 11px;
    width: 11px;
    margin: 0
}

.checkbox-bloqueio :checked + label:before {
    background: #61bd6d;
}

.checkbox-bloqueio label::after {
    display: none
}

.checkbox-bloqueio label {
    text-indent: -9999em;
    cursor: pointer;
}

.checkbox.checkbox-inline.checkbox-circle.checkbox-bloqueio {
    display: inline-block;
    cursor: pointer;
    border: 1px solid transparent;
    height: 25px;
    padding: 5px 0 0 0;
    margin-right: 10px;
}

    .checkbox.checkbox-inline.checkbox-circle.checkbox-bloqueio:hover {
        border: 1px solid #ccc;
        width: 40px;
        border-radius: 30px;
        background: #fff;
        padding: 5px 18px 0 30px;
    }

.table-listagem > thead > tr > th {
    text-align: center;
    vertical-align: middle;
    background: #d7d8dc;
    font-size: 13px;
    color: #3e474b;
    text-transform: uppercase;
    padding: 20px;
    border: 0
}

    .table-listagem > thead > tr > th:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px
    }

    .table-listagem > thead > tr > th:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px
    }

.table-listagem > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    border-bottom: 1px solid #d7d8dc;
    color: #505050;
    font-size: 13px;
}

.table-listagem strong {
    color: #505050;
    font-weight: normal;
    display: block;
    font-size: 16px;
}

.table-listagem > tbody > tr:hover > td {
    background-color: #fff
}

.table-listagem .text-left {
    text-align: left !important;
}

.table-listagem_min > thead > tr > th {
    text-align: center;
    background: #d7d8dc;
    font-size: 12px;
    color: #3e474b;
    text-transform: uppercase;
    padding: 5px;
    border: 0
}

    .table-listagem_min > thead > tr > th:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px
    }

    .table-listagem_min > thead > tr > th:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px
    }

.table-listagem_min > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    border-bottom: 1px solid #d7d8dc;
    color: #505050;
    font-size: 12px;
}

.table-listagem_min strong {
    color: #505050;
    font-weight: normal;
    display: block;
    font-size: 12px;
}

.table-listagem_min > tbody > tr:hover > td {
    background-color: #fff;
}

.table-listagem_min .text-left {
    text-align: left !important;
}

.table-listagem_supermin > thead > tr > th {
    text-align: center;
    background: #d7d8dc;
    font-size: 11px;
    color: #3e474b;
    text-transform: uppercase;
    padding: 5px;
    border: 0
}

    .table-listagem_supermin > thead > tr > th:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px
    }

    .table-listagem_supermin > thead > tr > th:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px
    }

.table-listagem_supermin > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    border-bottom: 1px solid #d7d8dc;
    color: #919B9C;
    font-size: 11px;
}

.table-listagem_supermin strong {
    color: #505050;
    font-weight: normal;
    display: block;
    font-size: 11px;
}

.table-listagem_supermin > tbody > tr:hover > td {
    background-color: #fff;
}

.table-listagem_supermin .text-left {
    text-align: left !important;
}

.table-listagem_ultramin > thead > tr > th {
    text-align: center;
    background: #d7d8dc;
    font-size: 10px;
    color: #3e474b;
    text-transform: uppercase;
    padding: 5px;
    border: 0
}

    .table-listagem_ultramin > thead > tr > th:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px
    }

    .table-listagem_ultramin > thead > tr > th:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px
    }

.table-listagem_ultramin > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    border-bottom: 1px solid #d7d8dc;
    color: #505050;
    font-size: 9px;
}

.table-listagem_ultramin strong {
    color: #505050;
    font-weight: normal;
    display: block;
    font-size: 9px;
}

.table-listagem_ultramin > tbody > tr:hover > td {
    background-color: #fff
}

.table-listagem_ultramin .text-left {
    text-align: left !important;
}

.btn-information {
    text-indent: -9999em;
    display: inline-block;
    background: url(../images/ico-info.png) no-repeat;
    width: 8px;
    height: 16px;
}

.dropdown-options {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

    .dropdown-options button {
        background: url(../images/ico-options.png) no-repeat;
        border: 0;
        text-indent: -9999em;
        width: 37px;
        height: 20px;
    }

    .dropdown-options .dropdown-menu {
        border: 0;
        right: 0;
        left: auto;
        padding: 10px;
        top: 18px;
        z-index: 5;
    }

        .dropdown-options .dropdown-menu > li > a {
            color: #505050;
            font-size: 13px;
            font-weight: 600;
            padding: 10px;
        }

            .dropdown-options .dropdown-menu > li > a:hover {
                color: #505050
            }

        .dropdown-options .dropdown-menu li + li {
            border-top: 1px solid #eaeaea;
        }

.btn.btn-load {
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    background: #cecca5;
    color: #505050;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

    .btn.btn-load small {
        position: absolute;
        right: 20px;
        font-weight: normal;
        color: #fff;
        font-size: 12px
    }

/*MODAL*/
.modal-title {
    color: #505050;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 300;
}


/*INCLUIR*/
.panel-form {
    padding: 30px 100px;
    color: #505050;
}

    .panel-form label, .form-options > legend {
        margin: 0;
        font-weight: normal;
        font-size: 13px;
        color: #505050;
        border: 0
    }

    .panel-form .panel-body > legend {
        font-size: 15px;
        text-transform: uppercase;
        color: #505050;
        font-weight: 700;
        border: 0;
    }

    .panel-form .form-control {
        margin-bottom: 20px;
    }

    .panel-form .input-error {
        color: #d14841
    }

        .panel-form .input-error .error-message:before {
            content: url(../images/ico-input-error.png);
            margin-left: 10px;
            position: relative;
            bottom: -2px
        }

        .panel-form .input-error .form-control {
            border: 1px solid #d14841
        }

        .panel-form .input-error .tooltip-inner {
            background: #d14841;
            font-size: 13px;
            padding: 10px;
        }

        .panel-form .input-error .tooltip-arrow {
            border-right-color: #d14841
        }

.panel-options .tooltip {
    white-space: nowrap;
}

.panel-options .tooltip-inner {
    background: #666666;
    font-size: 14px;
}

.panel-options .tooltip > .tooltip-arrow {
    border-top: 5px solid #666666;
}

.panel-form .btn-link {
    margin-top: 20px;
    padding-left: 0;
    color: #36a7e8
}

.panel-form label > strong, .panel-form legend > strong {
    color: #505050;
    font-weight: normal;
}

.form-options > legend {
    margin-bottom: 10px;
}

.panel-form .activate {
    color: #61bd6d;
    margin-left: 10px
}

.panel-form .input-group {
    margin-bottom: 20px;
}

.panel-form .password-verdict {
    display: block;
    color: #e14938;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 10px;
}

    .panel-form .password-verdict.strong {
        color: #009145
    }

.panel-form .progress {
    margin-top: -20px;
    height: 3px;
    margin-bottom: 10px;
    background: none;
}

.panel-form .input-senha {
    position: relative;
    display: block
}

    .panel-form .input-senha .form-control {
        padding-right: 40px;
    }

    .panel-form .input-senha .btn-exibir-senha {
        cursor: pointer;
        text-indent: -9999em;
        width: 18px;
        height: 34px;
        position: absolute;
        right: 10px;
        top: 0;
        background: url(../images/ico-senha.png) no-repeat center;
    }

#cep {
    margin-bottom: 0
}

.form-tabs > li > a, .form-tabs > li > a:hover {
    margin: 0 5px;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 7px;
    background: #B2B2B2 no-repeat 15px center;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    height: 30px;
    border: 0;
}

.form-tabs {
    border: 0;
    float: right
}

    .form-tabs > li.active > a, .form-tabs > li.active > a:focus, .form-tabs > li.active > a:hover {
        background: #505050;
        color: #fff;
        margin: 0 5px
    }

.form-tabs-text {
    float: left;
    line-height: 31px;
    font-size: 12px;
    margin-right: 10px;
}



.form-bottom {
    min-height: 295px;
}

.bootstrap-switch {
    border-radius: 30px;
}

    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
        background: url(../images/ico-toggle-on.png) no-repeat 5px center;
        text-indent: -9999em;
        width: 25px;
    }

    .bootstrap-switch .bootstrap-switch-label {
        background: none
    }

    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
        background: url(../images/ico-toggle-off.png) no-repeat right 5px center;
        text-indent: -9999em;
        width: 25px;
    }

/*RODAPE*/
#footer {
    background: #666;
    color: #CBCBCB;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    border: 0;
    margin: 0
}

.footer-nav > li > a, .footer-nav > li > a:focus, .footer-nav > li > a:hover {
    color: #CBCBCB;
    font-size: 12px;
    text-transform: uppercase;
    background: none
}

    .footer-nav > li > a:hover {
        text-decoration: underline;
    }

#footer .navbar-text.buttons {
    margin-top: 10px;
    margin-bottom: 10px
}

/*BOTOES*/
.btn.active, .btn:active, .btn:focus {
    box-shadow: none;
    outline: 0;
}

.btn.btn-default {
    border-radius: 6px;
    background: #B2B2B2 no-repeat 15px center;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    border: 0;
}

.btn.btn-primary {
    line-height: 19px;
    border-radius: 6px;
    background: #505050 no-repeat 15px center;
    color: #fff !important;
    font-size: 11px;
    text-transform: uppercase;
    border: 0;
}

    .btn.btn-primary:hover {
        background: #919B9C no-repeat 15px center;
    }

.btn.btn-primary-veic {
    line-height: 19px;
    border-radius: 6px;
    background: #505050 no-repeat 15px center;
    color: #fff !important;
    font-size: 9px;
    text-transform: uppercase;
    border: 0;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.25 !important;
}

.btn i.fa {
    margin: 0 5px;
    height: 16px;
}

    .btn i.fa::before {
        font-size: 15px;
    }

.btn.btn-support {
    background: #505050 url(../images/ico-support.png) no-repeat 15px center;
    padding-left: 40px;
}

.btn.btn-motorista {
    background: #505050 url(../images/ico-btn-motorista.png) no-repeat 15px center;
    padding-left: 40px;
}

.btn.btn-print {
    background: #505050 url(../images/ico-print.png) no-repeat 15px center;
    padding-left: 40px;
}

.btn.btn-filtrar {
    background-image: url(../images/ico-btn-filtrar.png);
    padding-left: 40px;
}

.btn.btn-notifications {
    position: relative;
}

    .btn.btn-notifications:hover:before {
        content: url(../images/ico-notifications-hover.png);
    }

    .btn.btn-notifications .badge {
        position: absolute;
        left: 25px;
        background: #FF0000;
        border-radius: 100px;
        width: 16px;
        height: 16px;
        font-size: 9px;
        text-align: center;
        padding: 0;
        line-height: 16px;
    }

    .btn.btn-notifications:before {
        content: url(../images/ico-notifications.png);
        position: relative;
        top: -5px;
    }

/*PAINEIS*/
.panel.panel-default {
    border: 0;
    border-bottom: 5px solid #BFA413;
    border-radius: 0;
    box-shadow: none;
    height: 220px;
}

    .panel.panel-default .panel-heading {
        background: none;
        border: 0;
        padding-top: 20px;
    }

        .panel.panel-default .panel-heading h1 {
            letter-spacing: -1px;
            font-size: 25px;
            white-space: nowrap;
            text-transform: uppercase;
            color: #505050;
            font-weight: 300;
            text-align: center;
        }

.row > * {
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}


/*MENU DROPDOWN*/
/*.drop-cartoes h4:before { content: url(../images/ico-drop-cartoes.png) }
/*.drop-usuarios h4:before { content: url(../images/ico-drop-usuarios.png) }
/*.drop-bloqueio h4:before { content: url(../images/ico-drop-bloqueio.png) }
.drop-relatorios h4:before { content: url(../images/ico-drop-relatorios.png) }
.drop-busca h4:before { content: url(../images/ico-drop-busca.png) }*/

.main-menu .navbar-nav .acesso-rapido .dropdown-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #EFF0F4
}

.dropdown-column h4 {
    text-align: center;
    margin-bottom: 20px;
}

.dropdown-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .dropdown-column ul a {
        font-size: 13px; /*text-transform: uppercase;*/
        color: #505050;
        display: block;
        padding: 10px 20px;
        text-decoration: none
    }

        .dropdown-column ul a:hover {
            text-decoration: underline;
        }

        .dropdown-column ul a:before {
            content: '— ';
        }

.main-dropdown .dropdown-menu {
    min-width: 250px;
    padding: 0 0 0;
    border: 0;
    margin-top: 10px;
    background: #EFF0F4
}

.main-dropdown > .dropdown-menu:before {
    position: absolute;
    top: -20px;
    left: 50px;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 10px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #EFF0F4
}

.main-dropdown .dropdown-menu > li > a {
    display: block;
    padding: 10px 30px;
    color: #666
}



.navbar-user .dropdown-menu {
    border: 0;
    padding: 0;
    margin-top: 10px;
    min-width: 220px;
}

    .navbar-user .dropdown-menu:before {
        position: absolute;
        top: -10px;
        right: 20px;
        display: block;
        content: '';
        width: 5px;
        height: 5px;
        border-top: 5px solid transparent;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #fff
    }

    .navbar-user .dropdown-menu > li > a {
        font-size: 13px;
        padding: 10px 10px 10px 40px;
        background: no-repeat 10px center;
    }

    .navbar-user .dropdown-menu > li + li {
        border-top: 1px solid #eaeaea;
    }

    .navbar-user .dropdown-menu > li > a:hover {
        background-color: #E6E6E6;
        color: #505050;
    }

    .navbar-user .dropdown-menu > li:first-child > a {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .navbar-user .dropdown-menu > li:last-child > a {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .navbar-user .dropdown-menu > li > a.btn-senha {
        background-image: url(../images/ico-btn-senha.png)
    }

    .navbar-user .dropdown-menu > li > a.btn-sair {
        background-image: url(../images/ico-btn-sair.png)
    }

    .navbar-user .dropdown-menu > li > a.btn-configuracao {
        background-image: url(../images/ico-options-meu-perfil.png);
    }

    .navbar-user .dropdown-menu > li > a.btn-integration-spe {
        background-image: url(../images/ico-btn-rodocred.png);
    }

.translate-options {
    background: url(../images/ico-translate.png) no-repeat 10px center;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #505050;
    line-height: 20px;
}

    .translate-options a {
        color: #505050;
        font-size: 10px;
        text-align: center;
        width: 30px;
        float: right;
        border: 1px solid #d6d9db;
    }

    .translate-options .btn-pt {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .translate-options .btn-en {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .translate-options .active {
        background: #d6d9db;
        color: #fff;
    }

.btn-cep {
    background: url(../images/ico-form-busca.png) no-repeat center center #cecca5;
    text-indent: -9999em;
    padding-left: 20px;
}

.main-menu .dropdown-menu ul {
    padding: 0;
    list-style: none;
    margin: 0
}

/*PAGINACAO*/
.pagination {
    font-size: 0;
    text-align: center;
    display: block
}

    .pagination li {
        display: inline-block;
        font-size: 13px
    }

        .pagination li a {
            color: #666
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        background-color: #505050
    }

/*AUTOCOMPLETE*/
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    font-size: 14px;
    color: #555;
    background-color: #F1F1F1;
    background-image: none;
    border: none;
    height: 40px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 40px;
        padding-left: 15px
    }

.select2-dropdown {
    background-color: #F1F1F1;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

.select2-container {
    margin-bottom: 0px
}

.select2-search__field:focus, .select2-selection:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

/*FANCYBOX*/
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../images/ico-fechar.png);
    width: 20px;
    height: 41px;
    top: 0;
    right: 10px
}

img.fancybox-image {
    cursor: pointer;
}

.top-banner {
    margin-bottom: 20px
}

.acesso-rapido-caminhoneiro {
    color: transparent !important;
    padding: 0px 15px 0px 30px !important;
    width: 0px !important;
}

.color-box {
    width: auto;
    background-color: #eee !important;
    height: 100%;
    border-radius: 5px 5px 5px 5px;
    padding: 15px 15px 15px 15px;
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
}

.txt-promo {
    float: left;
    position: relative;
    width: 100%;
    color: #4b8548;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.valor-promo {
    float: left;
    position: relative;
    width: 100%;
    color: #4b8548 !important;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -1px;
    margin-top: 5px;
}

.btn-group-toggle label {
    margin: 5px 0;
}

.btn-primary-caminhoneiro:hover {
    background-color: var(--azul-claro-petrobras);
    color: #FFFFFF;
    border-color: var(--azul-claro-petrobras);
}

.btn-primary-caminhoneiro:not(:disabled):not(.disabled).active, .btn-primary-caminhoneiro:not(:disabled):not(.disabled):active, .show > .btn-primary-caminhoneiro.dropdown-toggle {
    color: #FFFFFF;
    background-color: var(--azul-escuro-petrobras);
    border-color: var(--azul-escuro-petrobras);
}

.modal-header {
    border: none;
    padding-bottom: 0;
}

.modal-body {
    border: none;
    padding-top: 0.5em;
    padding-bottom: 0;
}

.modal-footer {
    border: none;
    padding: 1.0em;
    text-align: left !important;
}

.mensagem:after {
    content: ".";
}

.btn-decisao {
    background-color: #004784;
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
    text-transform: uppercase;
}

.modal-title > strong {
    font-size: 1.25em;
    text-transform: uppercase;
    text-align: center;
}

#conteudo {
    background-color: rgb(255,255,255);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.modal-dialog {
    position: relative;
    display: table;
    overflow-y: auto;
    overflow-x: auto;
}

#btn-confirmacao {
    color: #fff !important;
}

.btn-secondary-caminhoneiro {
    line-height: 19px;
    border-radius: 6px;
    font-size: 11px;
    text-transform: uppercase;
    height: 30px;
    border: 0;
}

.dashboard-modoOperacao {
    display: none;
}

.row > h7 {
    padding-left: 0px;
    margin-left: 0px;
}

.titulo-confirmacao {
    margin-left: 0.5em;
}

#ordenacao {
    background-color: #505050;
    color: #fff;
    z-index: 0;
}

#tipoBuscaFrota {
    background-color: #505050;
    color: #fff;
}

#tipoBuscaSubFrota {
    background-color: #505050;
    color: #fff;
}

#tipoBuscaPosto {
    background-color: #505050;
    color: #fff;
}

#tipoBuscaVeiculo {
    background-color: #505050;
    color: #fff;
}



@media screen and (max-width: 991px) {
    .nav-options > li {
        display: block
    }
    /*    .panel-options { min-height: 300px; }*/
    body {
        padding: 0
    }

    #footer {
        position: static;
    }

    .panel.panel-default {
        height: auto
    }

    .navbar-toggle {
        display: block;
        z-index: 10;
    }

    .icon-bar {
        background: #fff;
    }

    .search-form {
        display: none;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .main-menu .navbar-nav {
        position: relative;
        float: none
    }

    .navbar-header {
        float: none;
    }

    .form-default .form-control {
        margin-bottom: 20px;
    }

    .main-menu .dropdown-menu .dropdown-menu {
        position: static;
        box-shadow: none;
    }

    .dropdown.open > .dropdown-menu {
        display: block !important;
    }

    .main-dropdown .open > a {
        background: transparent !important
    }

    .abastecimento .panel-heading h1, .quilometragem .panel-heading h1 {
        padding-bottom: 20px
    }

    .panel-options .badge {
        top: auto;
        right: auto;
    }

    .acesso-rapido-caminhoneiro {
        background: #EFF0F4;
        padding: 0px 20px 10px 40px !important;
        margin-right: 10px;
        color: #4b8548 !important;
        border-radius: 6px;
        width: auto !important;
    }

    .acesso-rapido a {
        height: 40px;
        padding: 0px 0px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-collapse.collapse.in {
        display: block !important
    }

    .main-menu .navbar-nav > li.acesso-rapido > a {
        margin-left: 15px;
    }

    .main-menu .navbar-nav .acesso-rapido {
        position: static; /*float: left;*/
    }

    .main-menu .navbar-nav > li.acesso-rapido > a {
        display: inline-block
    }

    .navbar-toggle {
        position: absolute;
        right: 0;
        top: 15px
    }

    .main-menu .navbar-nav .acesso-rapido .dropdown-menu {
        margin-top: 15px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        color: #fff
    }

    .main-dropdown > .dropdown-menu:before {
        display: none
    }

    .btn.btn-support {
        display: none
    }

    .main-dropdown .dropdown-menu ul > li > a {
        color: #fff
    }

    .motoristas-botoes {
        float: none !important
    }

        .motoristas-botoes * {
            display: block;
            width: 100%;
            margin-bottom: 10px
        }

    .form-filtrar .btn.btn-primary {
        margin-top: 10px;
        display: block;
        width: 100%
    }

    .panel-form {
        padding: 30px 10px
    }

    .form-tabs {
        margin-bottom: 10px
    }

    .btn-user {
        height: 27px;
        padding-left: 0;
        text-indent: -9999em;
    }

        .btn-user small {
            display: none;
        }

    .navbar-user {
        margin: 10px 15px 0 0;
        float: right;
    }

    .btn.btn-notifications {
        float: left;
        margin-right: 10px;
    }

    .navbar-user .dropdown-menu {
        right: 0;
        left: auto
    }

    .top-bar-nav {
        float: right;
    }

    .dropdown-column h4 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .panel-options {
        min-height: 0;
        padding-bottom: 0
    }

    #footer {
        text-align: center;
    }

    .form-tabs-text {
        text-align: right;
        display: block;
        float: none
    }

    /*SUBMENU MOBILE*/
    .main-dropdown .open > a {
        background: transparent !important
    }

    .main-dropdown .dropdown-menu {
        border-radius: 0;
    }

    .main-dropdown.open > .dropdown-menu {
        background-color: #133361;
    }

        .main-dropdown.open > .dropdown-menu .dropdown-menu {
            background-color: #315486
        }

            .main-dropdown.open > .dropdown-menu .dropdown-menu .dropdown-menu {
                background-color: #46699c
            }

    .main-dropdown > .dropdown-menu li + li {
        border-top: 1px solid #365a8e;
    }

    .main-menu .submenu {
        position: relative
    }

    .main-dropdown .dropdown-menu > li > a:hover, .main-dropdown .dropdown-menu > li:hover > a {
        background: transparent
    }

    .main-menu .submenu > a:before {
        position: absolute;
        right: 15px;
        top: 15px;
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        border-top: #fff 5px solid;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

    .menuCartaoCaminhoneiro { /*margin: 7.5px -15px;*/
        width: 100%;
    }

        .menuCartaoCaminhoneiro li {
            width: 100%;
            margin: 0px 0px;
        }

    .acesso-rapido a {
        width: 80%;
        text-align: center;
        margin-right: 10px;
    }

    .menuCartaoCaminhoneiro li a {
        width: 100%;
        text-align: center;
    }

    .menuCartaoCaminhoneiroCombustivel { /*margin: 7.5px 15px;*/
        width: 49%;
        display: inline-block;
        margin-top: -1px;
    }

    .menuCartaoCaminhoneiroCombustivelReserva {
        margin-right: 1.5em;
    }

    .menuCartaoCaminhoneiro-carga {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .main-dropdown .dropdown-menu {
        top: 50px
    }

    .main-menu-container {
        position: relative
    }

    .main-menu .navbar-nav .acesso-rapido {
        position: static;
    }

        .main-menu .navbar-nav .acesso-rapido .dropdown-menu {
            width: 100%;
            top: 31px;
            box-shadow: 0 6px 12px -2px rgba(0,0,0,.175);
            border: 0;
            border-top-right-radius: 5px
        }

    .dropdown-column {
        float: left;
        width: 20%;
    }

        .dropdown-column + .dropdown-column {
            border-left: 1px solid #CBCBCB;
            min-height: 320px;
        }
    /*.main-menu .dropdown-menu .dropdown-menu { background: #ddd; }*/
    .main-menu .submenu > a {
        position: relative;
    }

        .main-menu .submenu > a:before {
            position: absolute;
            right: 15px;
            top: 15px;
            content: '';
            display: block;
            width: 5px;
            height: 5px;
            border-left: #666 5px solid;
            border-bottom: 5px solid transparent;
            border-top: 5px solid transparent;
        }

    .navbar-header {
        float: none
    }

    .dropdown:hover > .dropdown-menu {
        display: block !important;
    }

    .main-menu {
        padding-bottom: 0;
    }

    #main-menu > li {
        height: 50px;
    }

    #conteudo {
        /*background-image: url(../img/banner_novo_contrato.png) !important;*/
    }

    /*.modal-body {
        width: 80%;
    }*/

    .modal-dialog {
        position: relative;
        display: table;
        overflow-y: auto;
        overflow-x: auto;
        width: 97%;
        max-width: 926px;
    }
}

@media screen and (min-width: 768px) {
    .main-dropdown .dropdown-menu {
        top: 50px
    }

    .main-menu-container-caminhoneiro {
        position: relative
    }

    .main-menu-caminhoneiro .navbar-nav .acesso-rapido {
        position: static;
    }

        .main-menu-caminhoneiro .navbar-nav .acesso-rapido .dropdown-menu {
            width: 100%;
            top: 31px;
            box-shadow: 0 6px 12px -2px rgba(0,0,0,.175);
            border: 0;
            border-top-right-radius: 5px
        }

    .dropdown-column {
        float: left;
        width: 20%;
    }

        .dropdown-column + .dropdown-column {
            border-left: 1px solid #CBCBCB;
            min-height: 320px;
        }
    /*.main-menu .dropdown-menu .dropdown-menu { background: #ddd; }*/
    .main-menu-caminhoneiro .submenu > a {
        position: relative;
    }

        .main-menu-caminhoneiro .submenu > a:before {
            position: absolute;
            right: 15px;
            top: 15px;
            content: '';
            display: block;
            width: 5px;
            height: 5px;
            border-left: #666 5px solid;
            border-bottom: 5px solid transparent;
            border-top: 5px solid transparent;
        }

    .navbar-header {
        float: none
    }

    .dropdown:hover > .dropdown-menu {
        display: block !important;
    }

    .main-menu-caminhoneiro {
        padding-bottom: 0;
    }

    #main-menu-caminhoneiro > li {
        height: 50px;
    }
}


@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }

    .main-dropdown .dropdown-menu > li > a:hover, .main-dropdown .dropdown-menu > li:hover > a {
        color: #666
    }

    .main-dropdown.open > .dropdown-menu > .open > .dropdown-menu {
        background-color: #cecfd4
    }

        .main-dropdown.open > .dropdown-menu > .open > .dropdown-menu > .open > .dropdown-menu {
            background-color: #bdbec5
        }

    .menuCartaoCaminhoneiro {
        margin: 0px 0px;
        width: 100%;
    }

        .menuCartaoCaminhoneiro li {
            width: 100%;
            margin: 0px 0px;
        }

            .menuCartaoCaminhoneiro li a {
                width: 100%;
                text-align: center;
                margin-right: 10px;
            }

    .menuCartaoCaminhoneiroCombustivel {
        margin: -1px 0px 0px 0px;
        width: 49%;
        display: inline-block
    }

    .menuCartaoCaminhoneiroCombustivelReserva {
        margin-right: 1.5em;
    }

    .menuCartaoCaminhoneiro-carga {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .navbar-user .dropdown-menu {
        left: auto;
        right: -5px;
        min-width: 220px;
        top: 35px;
    }

    .main-menu .dropdown-menu li:hover > .dropdown-menu {
        display: block
    }

    .main-menu .dropdown-menu li {
        position: relative;
    }

    .main-menu .dropdown-menu .dropdown-menu {
        left: 100%;
        top: 0; /*min-height: 100%;*/
        border-radius: 0
    }

    .main-menu .direita .dropdown-menu .dropdown-menu {
        left: auto;
        right: 100%
    }

    .main-dropdown .dropdown-menu > .submenu:hover > a:before {
        border-left-color: #fff;
    }

    .main-menu .submenu > a {
        position: relative;
    }

    .main-dropdown .dropdown-menu > li > a:hover, .main-dropdown .dropdown-menu > li:hover > a {
        text-decoration: none;
        background: #919B9C;
        color: #fff;
    }

    .modal-xg, .modal-lg {
        width: auto;
        max-width: 1140px;
    }

    .modal-full {
        width: auto;
        max-width: 90%;
    }

    .boletos, .contas {
        height: 163px;
    }

        .boletos .panel-heading {
            padding-bottom: 25px
        }

        .contas .panel-heading {
            padding-bottom: 20px
        }
}

.nav .open > a {
    background-color: unset;
}

.navbar-brand {
    padding: 5px;
}

    .navbar-brand > img {
        height: 75px;
    }

.navbar > .container .navbar-brand {
    margin-left: 0px;
}

.main-dropdown .dropdown-menu > li > a:hover {
    background-color: #919B9C;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup {
    background: #FFFFFF url("../comunicacao/popup-CTF-frota-cartoes/img/bg-ctf.svg") no-repeat top right;
    position: relative;
    width: 100%;
    max-width: 860px;
    padding: 0;
    color: #000000;
    border-radius: 20px;
    margin: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    animation: popup .4s 1 ease-in;
}


    .popup .btn__close {
        position: absolute;
        right: 10px;
        top: 10px;
        text-decoration: none;
        z-index: 20000;
        cursor: pointer;
    }

    .popup .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 16px;
    }

    .popup .img {
        margin: 32px 24px 0 16px;
    }

    .popup .bg-blue {
        background-color: #25445C;
        padding: 24px;
        margin: 0 !important;
    }

    .popup .p-1 {
        margin: 16px;
    }

    .popup h2 {
        font-size: 32px;
        line-height: 40px;
        margin: 0;
        font-weight: 300;
        color: #25445C;
        max-width: 380px;
    }

    .popup p {
        font-size: 14px;
        line-height: 1.2rem;
        font-weight: 300;
    }

    .popup h3 {
        color: #FFFFFF;
        text-align: right;
        text-transform: uppercase;
        max-width: 180px;
        font-size: 12px;
        line-height: 20px;
    }

    .popup p a {
        font-weight: bold;
        color: #000000;
    }

    .popup .btn__box {
        margin-top: 40px;
    }

    .popup p.small {
        font-size: 12px;
        margin-top: 40px;
        margin-bottom: 0;
    }


.popup-spe {
    background: #FFFFFF url("../comunicacao/popup-SPE-frota/img/bg-spe.svg") no-repeat top right;
    position: relative;
    width: 100%;
    max-width: 860px;
    padding: 0;
    color: #000000;
    border-radius: 20px;
    margin: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    animation: popup .4s 1 ease-in;
}


    .popup-spe .btn__close {
        position: absolute;
        right: 10px;
        top: 10px;
        text-decoration: none;
        z-index: 20000;
    }

    .popup-spe .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 16px;
    }

    .popup-spe .img {
        margin: 72px 40px 0 32px;
    }

    .popup-spe .bg-marron {
        background-color: #80716B;
        padding: 24px;
        margin: 0 !important;
    }

    .popup-spe .p-1 {
        margin: 16px;
    }

    .popup-spe h2 {
        font-size: 32px;
        line-height: 40px;
        margin: 0;
        font-weight: 300;
        color: #7D0C12;
        max-width: 480px;
    }

    .popup-spe p {
        font-size: 14px;
        font-weight: 300;
    }

    .popup-spe h3 {
        color: #FFFFFF;
        text-align: right;
        text-transform: uppercase;
        letter-spacing: 1px;
        max-width: 195px;
        font-size: 12px;
        line-height: 20px;
        margin-right: 20px;
    }

    .popup-spe p a {
        font-weight: bold;
        color: #000000;
    }

    .popup-spe .btn__box {
        margin-top: 40px;
    }

    .popup-spe p.small {
        font-size: 12px;
        margin-top: 40px;
        margin-bottom: 0;
    }

.darkgreen {
    color: darkgreen
}

.darkred {
    color: darkred
}

.sortColumn span:hover {
    cursor: pointer;
    background: #263c75 !important;
    color: #f0f4fa !important;
}

.top-buffer {
    margin-top: 20px;
}

.top-buffer-10 {
    margin-top: 10px;
}

.bottom-buffer {
    margin-bottom: 20px;
}

.bottom-buffer-5 {
    margin-bottom: 5px;
}

.panel-compress {
    padding: 5px !important;
}

.btn-acesso-semparar-tag {
    background-color: #003B5C;
    border-radius: 4px;
    color: #fff;
    width: 186px;
    height: 44px;
    padding: 14px 22px;
}

    .btn-acesso-semparar-tag:hover {
        background-color: #216A95;
        color: #fff;
        text-decoration: none;
    }

    .btn-acesso-semparar-tag:visited {
        background-color: #003B5C;
        border-radius: 4px;
        color: #fff;
        width: 186px;
        height: 44px;
        padding: 14px 22px;
    }

    .btn-acesso-semparar-tag:active {
        background-color: #003B5C;
        border-radius: 4px;
        color: #fff;
        width: 186px;
        height: 44px;
        padding: 14px 22px;
    }

.btn-acesso-semparar-tag-div {
    padding-top: 30px;
}

.chkSomentePostosComPreco {
    margin: 10px;
}

.tituloChk {
    font-weight: 600;
    margin: 10px;
}


.txt-valores {
    text-align: right;
}
.g-recaptcha {
    padding: 10px;
}

.g-recaptcha div {
    width: 100% !important;
}

.msgRecaptcha {
    width: 100%;
    color: red;
    font-weight: 700;
    padding: 10px;
    font-size: 12px;
}

.msgSenhaNova {
    width: 200px;
    font-size: 12px;
    text-align: left;
    margin: auto
}


.logo-alterar-senha img {
    height: 70px;
}

.logo-alterar-senha-caixa img {
    height: 30px;
}

.ajuste-tela-mensagem {
    padding: 20px;
}