html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: "Source Sans Pro", sans-serif !important;
    vertical-align: baseline;
    color: #4f535f;
}

input {
    font-family: "Source Sans Pro", sans-serif !important;
    color: #4f535f;
}

textarea {
    font-family: "Source Sans Pro", sans-serif !important;
    color: #4f535f;
    font-size: 14px;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
        content: none;
    }

a img {
    border: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body, html {
    background: #FFFFFF;
    font: 13px/1.231 "Source Sans Pro", sans-serif !important;
    color: #4f535f;
}

a {
    color: #26018A;
}

    a:hover {
        color: #220640;
    }

h1.title, h2.title, h3.title {
    font-family: "Source Sans Pro", Arial, sans-serif;
}

h1.title {
    font-size: 18px;
}

.icon_button {
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 2px 0;
    padding: 2px 2px 2px 20px;
    height: 16px;
    cursor: pointer;
}

#aviso_mensagem {
    display: none;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 5px;
    border: 1px solid #A3C53A;
    background-color: #EDF3D8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#modal_read_messages .content_target {
    margin: 10px;
    height: 70px;
}

#modal_read_messages .next, #modal_read_messages .prev {
    float: right;
    margin-left: 5px;
}

.icon_add {
    background-image: url("images/icone-mais-branco.svg") !important;
}

.icon_edit {
    background-image: url("images/edit.png") !important;
    padding: 2px 2px 2px 20px !important;
    margin-left: 5px !important;
}

.icon_chart_pie {
    background-image: url("images/chart_pie.png") !important;
}

.icon_chart_column {
    background-image: url("images/chart_column.png") !important;
}

.icon_config {
    background: url("images/sprite.png") no-repeat -10px -268px !important;
}

.icon_export {
    /*background-image: url("images/export.png") !important;*/
    background-image: url('images/csv.svg') !important;
}

.icon_export2 {
    background-image: url("images/consolidado.svg") !important;
    padding: 2px 2px 2px 20px !important;
    margin-left: 5px !important;
}

.icon_excel {
    /*background-image: url("images/excel.png") !important;*/
    background-image: url('images/execel.svg') !important;
}

.icon_user {
    background: url("images/sprite.png") no-repeat -10px -197px !important;
}

.icon_help {
    /*background: url("images/sprite.png") no-repeat -10px -306px !important;*/
    background-image: url('images/interrogacao.svg') !important;
}

.icon_contract {
    /*background-image: url("images/contract.png") !important;*/
    background-image: url('images/expandir.svg') !important;
    background-position: center !important;
}

.icon_exit {
    background: url("images/sprite.png") no-repeat -10px -90px !important;
}

.icon_expand {
    /*background: url("images/sprite.png") no-repeat -8px -127px !important;*/
    background-image: url('images/expandir.svg') !important;
    background-position: center !important;
    margin-right: 5px !important;
}

.icon_location {
    background-image: url("images/location.png") !important;
}
    .icon_location.collapse {
        background-image: url("images/location.png") !important;
        background-position: 6px center !important;
        background-repeat: no-repeat !important;
        background-size: 18px 18px !important;
    }
        .icon_location.collapse:hover {
            color: White !important;
            background-color: #3b1a87 !important;
        }

.icon_message {
    background-image: url("images/message.png") !important;
}
    .icon_message.collapse {
        background-image: url("images/message.png") !important;
        background-position: 6px center !important;
        background-repeat: no-repeat !important;
        background-size: 18px 18px !important;
    }
        .icon_message.collapse:hover {
            color: White !important;
            background-color: #3b1a87 !important;
        }

.icon_troca_placa {
    background-image: url("images/troca_placa.png") !important;
}

.icon_gerar_contra_senha {
    background-image: url("images/cadeado_aberto_icon.png") !important;
    background-size: 18px 18px;
    background-repeat: no-repeat;
}
    .icon_gerar_contra_senha.collapse {
        background-image: url("images/cadeado_aberto_icon.png") !important;
        background-position: 6px center !important;
        background-repeat: no-repeat !important;
        background-size: 18px 18px !important;
    }
        .icon_gerar_contra_senha.collapse:hover {
            color: White !important;
            background-color: #3b1a87 !important;
        }

.icon_equipe_entrega {
    background-image: url("images/equipe_entrega.png") !important;
}
    .icon_equipe_entrega.collapse {
        background-image: url("images/equipe_entrega.png") !important;
        background-position: 6px center !important;
        background-repeat: no-repeat !important;
        background-size: 16px 16px !important;
    }
        .icon_equipe_entrega.collapse:hover {
            color: White !important;
            background-color: #3b1a87 !important;
        }


.icon_info_rota {
    background-image: url("images/tool.png") !important;
}
    .icon_info_rota.collapse {
        background-image: url("images/tool.png") !important;
        background-position: 6px center !important;
        background-repeat: no-repeat !important;
        background-size: 16px 16px !important;
    }
        .icon_info_rota.collapse:hover {
            color: White !important;
            background-color: #3b1a87 !important;
        }

.icon_pack {
    background-image: url("images/entregas.svg") !important;
}

.icon_phone {
    background-image: url("images/phone.png") !important;
}

.icon_remove {
    background-image: url("images/remove.png") !important;
}
    .icon_remove.collapse {
        background-image: url("images/remove.png") !important;
        background-position: 6px center !important;
        background-repeat: no-repeat !important;
        background-size: 16px 16px !important;
    }
        .icon_remove.collapse:hover {
            color: White !important;
            background-color: #3b1a87 !important;
        }

.icon_remove_minus {
    background-image: url("images/minus-circle.svg") !important;
    padding: 2px 2px 2px 20px !important;
    margin-left: 5px !important;
}

.icon_download {
    background-image: url("images/btn_download.png") !important;
}

.icon_search {
    /*background: url("images/sprite.png") no-repeat -10px -233px !important;*/
    background-image: url('images/localizar pedido.svg') !important;
}

.icon_switch {
    /*background: url("images/sprite.png") no-repeat -8px -161px !important;*/
    background-image: url('images/tela.svg') !important;
    background-position: center !important;
}

.icon_truck {
    background-image: url("images/truck.png") !important;
}
    .icon_truck.collapse {
        background-image: url("images/truck.png") !important;
        background-position: 6px center !important;
        background-repeat: no-repeat !important;
        background-size: 16px 16px !important;
    }
        .icon_truck.collapse:hover {
            color: White !important;
            background-color: #3b1a87 !important;
        }


.icon_truck2 {
    background-image: url("images/truck2.png") !important;
}

.icon_motoristas {
    background-image: url("images/motoristas.svg") !important;
}

.icon_truck3 {
    /*background-image: url("images/truck3.png") !important;*/
    background-image: url('images/baldeio.svg') !important;
}

.icon_truck3_old {
    background-image: url("images/truck3.png") !important;
}
    .icon_truck3_old.collapse {
        background-image: url("images/truck3.png") !important;
        background-position: 6px center !important;
        background-repeat: no-repeat !important;
        background-size: 16px 16px !important;
    }
        .icon_truck3_old.collapse:hover {
            color: White !important;
            background-color: #3b1a87 !important;
        }

.icon_truck5 {
    background-image: url("images/truck5.png") !important;
}
    .icon_truck5.collapse {
        background-image: url("images/truck5.png") !important;
        background-position: 6px center !important;
        background-repeat: no-repeat !important;
        background-size: 16px 16px !important;
    }
        .icon_truck5.collapse:hover {
            color: White !important;
            background-color: #3b1a87 !important;
        }

.icon_personalizado {
    background-image: url("images/personalizados.png") !important;
}

.icon_tableColumn {
    /*background-image: url("images/table_column_16.png");*/
    background-image: url('images/coluna.svg');
}

.icon_refresh {
    background-image: url("images/refresh.svg");
}

.icon_refresh_old {
    background-image: url("images/refresh.png");
}
    .icon_refresh_old.collapse {
        background-image: url("images/refresh.png") !important;
        background-position: 6px center !important;
        background-repeat: no-repeat !important;
        background-size: 16px 16px !important;
    }
        .icon_refresh_old.collapse:hover {
            color: White !important;
            background-color: #3b1a87 !important;
        }

.icon_upload {
    background-image: url("images/upload.png") !important;
    padding: 2px 2px 2px 20px !important;
    margin-left: 5px !important;
}

.icon_report {
    background-image: url("images/report.png") !important;
}
    .icon_report.collapse {
        background-image: url("images/report.png") !important;
        background-position: 6px center !important;
        background-repeat: no-repeat !important;
        background-size: 16px 16px !important;
    }
        .icon_report.collapse:hover {
            color: White !important;
            background-color: #3b1a87 !important;
        }

.icon_font_size_more {
    background-image: url("images/font-size-more.png") !important;
    background-size: 16px 16px;
}

.icon_font_size_less {
    background-image: url("images/font-size-less.png") !important;
    background-size: 16px 16px;
}

.icon_panic_button {
    background-image: url("images/panic-button.png") !important;
    background-size: 16px 16px;
}

    .icon_panic_button.collapse {
        background-image: url("images/panic-button.png") !important;
        background-position: 6px center !important;
        background-repeat: no-repeat !important;
        background-size: 16px 16px !important;
    }
        .icon_panic_button.collapse:hover {
            color: White !important;
            background-color: #3b1a87 !important;
        }

.icon_ok_cancel {
    background-image: url("images/ok-cancel.png") !important;
}

.icon_save_button {
    background: url("images/save.png") no-repeat 0 !important;
    margin-right: -10px !important;
    width: 80px;
}

.icon_reject_button {
    background: url("images/cancel.png") no-repeat 0 !important;
    margin-right: -10px !important;
    width: 80px;
}

.icon_next_button {
    background: url("images/forward.png") no-repeat 0 !important;
    margin-right: -10px !important;
    width: 80px;
}

form .buttons {
    margin-top: 20px;
}

    form .buttons .content {
        display: -webkit-inline-box;
        position: static;
    }

.form_label_left {
    margin-bottom: 5px;
}

    .form_label_left .label {
        display: block;
        float: left;
        margin-right: 5px;
        width: 107px;
    }

.form_label_left_retroalimentacao {
    margin-bottom: 5px;
}

    .form_label_left_retroalimentacao .label {
        display: block;
        float: left;
        margin-right: 5px;
        width: 107px;
        color: #4f535f;
        font-family: "Source Sans Pro", sans-serif !important;
        font-size: 77%;
        font-weight: normal;
        text-align: left;
    }

.form_label_top .label {
    display: block;
    width: 150px;
    margin-top: 5px;
    margin-bottom: 3px;
}

.form_label_top .form td {
    padding: 0 5px;
}

.form_label_top .field {
    margin-bottom: 8px;
    width: 100%;
}

.checkbox_wrap {
    margin-bottom: 4px;
}

.form_text_field {
    padding: 1px 3px;
    width: 316.293px;
    height: 31.731px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #C5D0DE;
    line-height: 18px;
}

.menu {
    position: absolute;
    width: 120px;
    z-index: 99999;
    border: solid 1px #CCC;
    background: #f7f7f7;
    padding: 0;
    margin: 0;
    display: none;
}

    .menu li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .menu a {
        color: #333;
        text-decoration: none;
        display: block;
        line-height: 20px;
        height: 20px;
        background-position: 6px center;
        background-repeat: no-repeat;
        outline: none;
        padding: 1px 5px;
        padding-left: 28px;
    }

        .menu a:hover {
            color: White;
            background-color: #3b1a87;
        }

    .menu li.disabled a {
        color: #AAA;
        cursor: default;
    }

        .menu li.disabled a:hover {
            background-color: transparent;
        }

    .menu li.separator {
        border-top: solid 1px #CCC;
    }

.modal_content {
    display: none;
}

    .modal_content h3 {
        font-family: "Source Sans Pro", Arial, sans-serif;
        font-size: 16px;
        margin-bottom: 10px;
        white-space: nowrap;
    }

        .modal_content h3.normal {
            font-family: inherit;
            font-size: inherit;
            margin-bottom: inherit;
        }

.grid_toolbar span {
    font-size: 14px;
    color: #404040;
    font-weight: bold;
}

#simplemodal-overlay {
    background-color: #000;
}

#simplemodal-container {
    color: #333;
    background-color: #FFFFFF;
    /*border: 2px solid #666;*/
    border-radius: 3px;
    padding: 10px;
    max-width: 95%;
    border-radius: 5px;
}

    #simplemodal-container .simplemodal-data {
        padding: 4px;
    }

    #simplemodal-container code {
        background: #141414;
        border-left: 3px solid #65B43D;
        color: #bbb;
        display: block;
        font-size: 12px;
        margin-bottom: 12px;
        padding: 4px 6px 6px;
    }

    #simplemodal-container a.modalCloseImg {
        background: url("images/fechar-cinza.svg") no-repeat;
        width: 25px;
        height: 29px;
        display: inline;
        z-index: 3200;
        position: absolute;
        top: -15px;
        right: -16px;
        cursor: pointer;
    }

.panel .toolbar, .panel .r, .panel .table, .simplemodal-container .toolbar {
    height: 28px;
    background-color: #3b1a87;
    background-repeat: no-repeat;
}

    .panel .gray, .panel .r .gray, .panel .table .gray {
        background-image: url("images/toolbar_bg_gray.png");
    }

.panel .toolbar {
    padding-left: 3px;
}

.panel .r, .simplemodal-container .toolbar .r {
    padding-right: 3px;
    background-position: right -56px;
    overflow: hidden;
}

.panel .r:hover {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.5) transparent;
}

.panel .r::-webkit-scrollbar {
    height: 2px;
}

.panel .r::-webkit-scrollbar-track {
    background: transparent;
}

.panel .r::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.5);
    border-radius: 2px;
}

.panel .table, .simplemodal-container .toolbar {
    background-position: left -28px;
    background-repeat: repeat-x;
}

    .panel .table td, .simplemodal-container .toolbar, .simplemodal-container .toolbar td {
        white-space: nowrap;
        font-family: "Source Sans Pro", Arial, sans-serif;
        color: #fff;
        vertical-align: middle;
    }

.simplemodal-container .toolbar {
    line-height: 28px;
}

.panel .table td {
    line-height: 11px;
}

.panel .toolbar button {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left;
    margin: 0;
    padding: 2px 2px 2px 30px;
    border: none;
    cursor: pointer;
    line-height: 16px;
    font-size: 12px;
    color: #fff !important;
    min-height: 1em;
    font-weight: bold;
}

    .panel .toolbar button:hover {
        color: #FFF;
        text-decoration: underline;
    }

.panel .toolbar .button_icon {
    padding: 0;
    height: 15px;
    width: 21px;
}

.panel .body, .simplemodal-container .body {
    border: 1px solid #d9d9d9;
    border-top: none;
    background: #FFF;
    overflow: hidden;
}

.panel .body_scroll {
    overflow: auto;
    position: relative;
    height: 100%;
}

.panel_fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

/* Esconde elementos fixed quando há painel fullscreen */
.panel_fullscreen ~ .chat,
.panel_fullscreen ~ .chatboxes,
.content:has(.panel_fullscreen) ~ .chat,
.content:has(.panel_fullscreen) ~ .chatboxes {
    display: none !important;
}

.panel_no_toolbar {
    border-top: 1px solid #67808b;
}

.grid {
    background: #FFFFFF;
    width: 100%;
}

    .grid thead {
        background: #f7f7f7;
    }

        .grid thead th {
            font-weight: bold;
        }


    .grid td, .grid th {
        padding: 3px 5px;
        white-space: nowrap;
    }

    .grid tr.alt {
        background: #F7F7F7 !important;
    }

    .grid tbody tr.row_over {
        background: #C5D0DE !important;
    }

    .grid tbody tr.row_selected {
        background: #C5D0DE !important;
    }

.subgrid {
    border-width: 1px;
    border-style: solid;
    border-color: Black;
    background: #e3e5ea;
    width: 100%;
}

    .subgrid thead {
        background: #f7f7f7;
    }

        .subgrid thead th {
            font-weight: bold;
        }

    .subgrid td, .grid th {
        padding: 3px 5px;
        white-space: nowrap;
    }

    .subgrid tr.alt {
        background: #F7F7F7;
    }

    .subgrid tbody tr.row_over {
        background: #C5D0DE !important;
    }

    .subgrid tbody tr.alt.row_selected {
        background-color: #FFFFFF;
    }

    .subgrid tbody tr.row_selected {
        background-color: #e3e5ea;
    }

.grid_toolbar {
    background: #d9d9d9;
    padding: 5px;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

    .grid_toolbar #collapse-grid, .grid_toolbar #full-grid {
        float: right;
    }

.button, .button td, .button input {
    cursor: pointer;
    color: #F7F7F7 !important;
}

    .button td, .panel .button td {
        /*background: transparent url("images/btn_gray.png") no-repeat;*/
        background-color: #220640;
        color: #F7F7F7 !important;
    }

    /*.button td.sel, .panel .button td.sel {
        background-color: #FFFFFF;
        color: #F7F7F7 !important;*/
    /*border: 1px solid #220640;*/
    /*border-radius: 3px;
    }*/

    .button .sel {
        /*background: transparent url("images/btn_down.png") no-repeat;*/
    }

    .button .l, .button .r {
        width: 4px;
        padding: 0;
        height: inherit;
    }

    .button .l, .panel .button .l {
        background-position: 0 -20px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .button .r, .panel .button .r {
        background-position: right 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .button .c, .panel .button .c {
        background-position: 0 -40px;
        background-repeat: repeat-x;
        padding: 0 5px;
    }

    .button input {
        border: none;
        margin: 0;
        padding: 0;
        background: none;
        /*height: 20px;*/
        line-height: 20px;
    }

    .button .icon {
        padding-left: 18px;
        background-repeat: no-repeat;
        background-position: 0 center;
    }

.button_over td {
    background-image: url("images/btn_over.png");
}

.button_down td {
    background-image: url("images/btn_down.png");
}

#top {
    padding: 10px 0 0 0;
    height: 100px;
    background-color: #220640;
}

    #top .title {
        /*background: url("images/sprite.png") no-repeat -10px -10px;*/
        background-image: url('images/logo-tracking.svg');
        background-repeat: no-repeat;
        float: left;
        line-height: 59px;
        padding-left: 140px;
        margin-left: 15px;
        color: #FFF;
    }

    #top a.title:link {
        text-decoration: none;
    }

    #top .links {
        float: right;
        padding: 0 10px 0 0;
    }

        #top .links a {
            color: #EEE;
            display: block;
            float: left;
            padding-left: 19px;
            background-repeat: no-repeat;
            text-decoration: none;
        }

            #top .links a:hover {
                text-decoration: underline;
            }

    #top .sysInfo {
        padding: 10px;
        clear: right;
        font-size: 10px;
        color: #6982a1;
    }

    #top .tabs {
        clear: both;
        height: 33px;
        padding: 6px 0 0 5px;
        margin-top: 3px;
        overflow: visible;
    }

        #top .tabs a, #top .tabs .r, #top .tabs .c {
            background-color: transparent;
            height: 33px;
            line-height: 36px;
            display: block;
            color: #FFFFFF !important;
        }

        #top .tabs a {
            float: left;
            padding-left: 8px;
            font: 16px "Source Sans Pro", sans-serif;
            text-decoration: none;
            color: #FFFFFF !important;
        }

#detalhes-sinotico #top .tabs a {
    font-size: 14px;
}

#top .tabs .c {
    background-position: left -33px;
    background-repeat: repeat-x;
    padding: 0 6px;
    text-align: center;
}

#top .tabs .r {
    background-position: right -66px;
    padding-right: 5px;
    padding-left: 5px;
}

#top .tabs .hover span, #top .tabs a:hover span {
    color: #FFF;
}

#top .tabs a.active span {
    font-weight: bold;
    color: #220640 !important;
    background-color: #FFFFFF;
    border-radius: 6px 6px 0px 0px;
}

#top a.active, #top .active .c, #top .active .r {
    height: 35px;
}

#top a.active {
    background-position: left -99px;
}

#top .active .c {
    background-position: left -134px;
}

#top .active .r {
    background-position: right -169px;
}

#top_modal_help a {
    display: block;
    margin: 10px 0;
}

#content {
    overflow: auto;
}

.content {
    position: relative;
}

.dashboard #content {
    overflow: hidden;
    position: relative;
}

.dashboard .chart {
    margin: 0 auto;
    vertical-align: middle;
    display: block;
}

.dashboard .panel {
    position: absolute;
}

.wrapper {
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    -o-border-radius: 20px 20px 20px 20px;
    -ms-border-radius: 20px 20px 20px 20px;
    -khtml-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    -moz-box-shadow: 5px 5px 10px #aaaaaa;
    -webkit-box-shadow: 5px 5px 10px #aaaaaa;
    -o-box-shadow: 5px 5px 10px #aaaaaa;
    box-shadow: 5px 5px 10px #aaaaaa;
    background-color: #f2f2f2 !important;
    background: url("images/logo.lincros.mdm_branco.png") no-repeat 25px 20px;
    background-color: #f2f2f2;
}

.registers #content, .routes #content, .reports #content {
    padding: 20px;
}

.routes #content {
    padding-top: 0;
    margin-top: 0;
}

.registers .edit, .registers .remove {
    margin: 0 5px;
}

#filtro_monitoramentoRota {
    height: 7px !important;
}

#contentBox {
    padding: 20px;
    margin: 40px auto;
    border: 1px solid #CCCCCC;
    overflow: hidden;
}

.reports #content .box {
    width: 50%;
    float: left;
}

.grid th {
    /*border-style: solid;*/
    /*    background-color: #3B1A87;
    color: #FFFFFF;*/
    border-color: #67808B;
    border-bottom-width: 1px;
    border-right-width: 1px;
}

.grid .table-head-roxo th {
    background-color: #3B1A87;
    color: #FFFFFF;
    border-color: #67808B;
    border-bottom-width: 1px;
    border-right-width: 1px;
}

.reports #content .right {
    background-position: right;
    text-align: right;
}

.reports #content h2 {
    font-size: 16px;
    line-height: 48px;
    padding-left: 56px;
    padding-right: 56px;
    background-repeat: no-repeat;
}

.leaflet-popup-hr {
    width: 230px !important;
    height: 1px !important;
    border: none !important;
    background: #aaaaaa !important;
}

.reports #content hr {
    width: 200px;
    height: 1px;
    border: none;
    background: #aaaaaa;
}

.reports #contentBox a {
    display: block;
    margin: 7px 0;
    color: #3B1A87;
    text-decoration: none;
    font-weight: bold;
}

.reports #content .body table tr td a {
    display: inline;
    margin: 0 0;
}

.reportsview #content {
    padding: 20px;
}

    .reportsview #content h3.title {
        font-size: 14px;
        float: left;
    }

    .reportsview #content .return {
        display: block;
        margin: 3px 0 10px 10px;
        float: left;
    }

    .reportsview #content .panel {
        clear: both;
    }

.routes body {
    overflow: hidden;
}

.routes #modal_filter .label {
    width: 130px;
}

.routes #modal_filter select {
    width: 120px;
}

.routes #content {
    overflow: hidden;
}

    .routes #content .line {
        overflow: hidden;
        display: flex;
        flex-wrap: nowrap;
    }

        .routes #content .line.line1 {
            padding-bottom: 5px;
            background: #FFFFFF;
        }

            .routes #content .line.line1.full {
                position: absolute;
                padding: 0;
                top: 0;
                left: 0;
            }

                .routes #content .line.line1.full .grid_toolbar {
                    -moz-border-radius: 0 0 0 0;
                    -webkit-border-radius: 0 0 0 0;
                    -o-border-radius: 0 0 0 0;
                    -ms-border-radius: 0 0 0 0;
                    -khtml-border-radius: 0 0 0 0;
                    border-radius: 0 0 0 0;
                }

        .routes #content .line.line2 {
            padding-top: 5px;
        }

        .routes #content .line .grid_toolbar #collapse-grid, .routes #content .line .grid_toolbar #full-grid {
            float: right;
        }

        .routes #content .line .grid_wrapper {
            border: 1px solid #7a91b3;
            border-top: none;
            overflow: auto;
        }

        .routes #content .line .column {
            overflow: hidden;
            border-radius: 5px;
            flex-shrink: 0;
        }

        .routes #content .line .column1 {
            margin-right: 5px;
            border-radius: 5px;
        }

        .routes #content .line .column2 {
            margin-left: 5px;
            border-radius: 5px;
            flex: 1;
            min-width: 0;
        }

.routes #sinotico {
    width: 100%;
}

    .routes #sinotico td {
        padding: 5px 0;
        white-space: normal !important;
    }

        .routes #sinotico td.placa span {
            display: block;
            width: 80px;
            padding: 0 3px 0 13px;
            background: transparent url("images/sprite.png") no-repeat -7px -335px;
        }

    .routes #sinotico .alert span {
        color: #F00;
        text-decoration: underline;
    }

    .routes #sinotico .highlight span {
        font-weight: bold;
    }

    .routes #sinotico .status_red span {
        color: #F00;
    }

    .routes #sinotico .row_over td.placa span {
        text-decoration: underline;
    }

.routes #menu_sinotico {
    width: 180px;
}

.routes #modal_message p {
    margin-bottom: 20px;
}

.routes #modal_sinotico_help div {
    margin-bottom: 5px;
}

    .routes #modal_sinotico_help div img {
        vertical-align: middle;
        margin-right: 8px;
    }

.messages #btn_send_message {
    float: left;
    margin: 6px 0 0 20px;
}

.messages .message {
    height: 50px;
    padding: 10px 5px 10px 5px;
    border-bottom: 1px dotted #999;
    cursor: pointer;
}

    .messages .message .name {
        padding-left: 20px;
        background-repeat: no-repeat;
        background-position: 0 center;
    }

    .messages .message .date {
        float: right;
    }

    .messages .message .description {
        color: #333;
        margin-top: 5px;
        margin-left: 20px;
    }

.messages .message_unread {
    font-weight: bold;
}

.messages .message_alert, .messages .message_alert .description {
    color: #e71e1e;
}

.messages .details_list {
    padding: 20px;
}

.messages .message_over {
    background: #EEE;
}

#detalhes-sinotico .signals {
    background: #e3e5eb;
    height: 35px;
    border: 1px solid #c9d2e1;
    clear: both;
    overflow: hidden;
    text-align: center;
    bottom: 0;
    right: 0;
    left: 0;
}

    #detalhes-sinotico .signals td {
        height: 35px;
    }

    #detalhes-sinotico .signals td, #detalhes-sinotico .signals img {
        vertical-align: middle;
    }

    #detalhes-sinotico .signals .selected {
        background: url("images/arrow_route_details.gif") no-repeat center top;
    }

.msg-sucesso {
    background: url("images/success.png") no-repeat scroll 6px 50% #F4FDEF;
    border: 1px solid #ACDFA7;
    color: #384F34;
    display: block;
    font-weight: bold;
    margin: 2px auto 14px;
    padding: 6px 6px 6px 30px;
    text-align: left;
}

.label-filtro {
    width: 80px;
    display: block;
    float: left;
    line-height: 25px;
}

.form_label_top .field.hasDatepicker {
    width: 85%;
}

input.hasDatepicker {
    width: 80px;
}

.ui-datepicker-trigger {
    height: 27px;
    margin-left: 2px;
    position: relative;
    background-color: #C5D0DE;
    border: 1px solid #C5D0DE;
    border-radius: 3px;
}

div.ui-jqgrid-view table.ui-jqgrid-btable {
    border-style: none;
    border-top-style: none;
    border-collapse: separate;
}

    div.ui-jqgrid-view table.ui-jqgrid-btable td {
        border-left-style: none;
    }

div.ui-jqgrid-view table.ui-jqgrid-htable {
    border-style: none;
    border-top-style: none;
    border-collapse: separate;
}

div.ui-jqgrid-view table.ui-jqgrid-btable th {
    border-left-style: none;
}

.mdm-jqgrid {
    height: 100%;
}

.mdm-jqgrid-fullwidth {
    overflow-x: hidden !important;
    overflow-y: auto;
}

.mdm-jqgrid .ui-jqgrid {
    background-color: #FFFFFF !important;
}

.mdm-jqgrid .ui-jqgrid-bdiv {
    background-color: #FFFFFF !important;
}

#grid_veiculos .ui-jqgrid-hdiv {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #f7f7f7;
}

.mdm-jqgrid .grid tr {
    background: #FFFFFF;
}

    .mdm-jqgrid .grid tr.alt {
        background: #F7F7F7;
        border-top: 1px solid #CDCDCD !important;
        border-bottom: 1px solid #CDCDCD !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-right-width: 0 !important;
    }

.mdm-jqgrid .grid tbody tr.row_over {
    background: #C5D0DE !important;
}

.mdm-jqgrid .grid tbody tr.row_selected {
    background: #C5D0DE !important;
}

.situacaoGprsOn {
    background: url("images/mobile/gprs_on.png") no-repeat center top;
    width: 26px;
    height: 16px;
    display: inline-block;
}

.situacaoGprsOff {
    background: url("images/mobile/gprs_off.png") no-repeat center top;
    width: 26px;
    height: 16px;
    display: inline-block;
}

.thermometer-red {
    background: url("images/thermometer-red.png") no-repeat center top;
    width: 24px;
    height: 16px;
    display: inline-block;
}

.thermometer-yellow {
    background: url("images/thermometer-yellow.png") no-repeat center top;
    width: 24px;
    height: 16px;
    display: inline-block;
}

.thermometer-green {
    background: url("images/thermometer-green.png") no-repeat center top;
    width: 24px;
    height: 16px;
    display: inline-block;
}

.dispositivo-generico-x16 {
    background: url("images/mobile/generic.png") no-repeat center top;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.android-x16 {
    background: url("images/android.svg") no-repeat center;
    width: 100% !important;
    height: 20px !important;
    display: inline-block;
}

.ios-x16 {
    background: url("images/apple.svg") no-repeat center;
    width: 100% !important;
    height: 20px !important;
    display: inline-block;
}

.windows-mobile-x16 {
    background: url("images/mobile/winMob.png") no-repeat center top;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.dispositivoInfo .logo {
    display: inline-block;
    position: relative;
    height: 12px;
    width: 50%;
}

.dispositivoInfo {
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

    .dispositivoInfo .fundoBateria {
        display: inline-block;
        position: relative;
        width: 50%;
        margin-left: 10px;
    }

        .dispositivoInfo .fundoBateria .nivel {
            top: 1px;
            left: 1px;
            height: 9px;
            position: absolute;
            display: none;
        }

            /*            .dispositivoInfo .fundoBateria .nivel.verde {
                background-color: #49cb5e;
            }

            .dispositivoInfo .fundoBateria .nivel.vermelho {
                background-color: #f93939;
            }*/

            .dispositivoInfo .fundoBateria .nivel.desconhecido {
                font-size: 9px;
                position: absolute;
                width: 100%;
            }


        .dispositivoInfo .fundoBateria.verde {
            background: url(images/bateria3.svg) no-repeat center;
            height: 20px;
            width: 100%;
        }

        .dispositivoInfo .fundoBateria.vermelho {
            background: url(images/bateria1.svg) no-repeat center;
            height: 20px;
            width: 100%;
        }

        .dispositivoInfo .fundoBateria.bateria-total {
            background: url(images/bateria4.svg) no-repeat center;
            height: 20px;
            width: 100%;
        }

        .dispositivoInfo .fundoBateria.bateria-metade {
            background: url(images/bateria2.svg) no-repeat center;
            height: 20px;
            width: 100%;
        }

        .dispositivoInfo .fundoBateria.bateria-vazia {
            background: url(images/bateria0.svg) no-repeat center;
            height: 20px;
            width: 100%;
        }

/*        .dispositivoInfo .fundoBateria .icone {
            background: url(images/bateria1.svg) no-repeat;
            height: 37px;
            width: 100%;
        }*/

.logotipo {
    border: 1px solid #CCCCCC;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px;
    display: inline-block;
}

.label_space {
    margin-left: 105px;
}

#celulaUnidadesNegocio .chosen-container-multi,
#celulaTransportadoras .chosen-container-multi {
    border: 1px solid #aaa;
}


    #celulaUnidadesNegocio .chosen-container-multi .chosen-choices,
    #celulaTransportadoras .chosen-container-multi .chosen-choices {
        border: 0px;
    }

.label_subCategoria_configuracaoParametro {
    font-weight: bold;
    margin: 15px 0 5px 0;
    display: block;
    font-size: 14px;
}

#listaParametros {
    font-family: "Source Sans Pro", Arial, sans-serif;
}

.centralize_label_forTextBox {
    line-height: 21px;
}

.helpCategoriaParametro {
    color: #aaa;
    margin: 10px 0 10px 0;
    display: block;
}

.pac-container {
    z-index: 99999;
}

#contentModalVeiculo #pac-input {
    float: right;
    top: 5px;
    position: absolute;
    right: 235px;
    z-index: 99;
    border: 1px solid black;
    padding: 2px;
    display: none;
    width: 100px;
}

#panel-show-collapsed-info {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    z-index: 99999;
    display: none;
    cursor: pointer;
}

    #panel-show-collapsed-info img {
        top: 50%;
        position: absolute;
        margin-top: -16px;
        margin-left: -4px;
    }

.help-button {
    background: url("images/sprite.png") no-repeat -8px -306px !important;
    background-repeat: no-repeat;
    background-position: 2px center;
    margin: 0;
    border: none;
    cursor: pointer;
    line-height: 16px;
    font: 12px/1.231 Verdana, Geneva, Arial, Helvetica, sans-serif;
    min-height: 1em;
    color: #fff;
    padding: 0;
    height: 15px;
    width: 20px;
}

.select-tratamento-devolucao {
    width: 297px;
}

.div-rastreamento {
    height: 30px;
    line-height: 18px;
}

.rastreamento-icon-text {
    vertical-align: top;
    margin-top: 40px;
}

.select-tipo-apontamento {
    width: 297px;
}

.recebimento-cartao #fotos {
    width: 520px;
}

.recebimento-cartao #carousel {
    text-align: center;
    list-style: none;
    float: left;
    cursor: pointer;
}

#preview {
    width: 100%;
    text-align: center;
    background-color: #ccc;
    border-top: 1px solid #aaa;
    padding-bottom: 10px;
    padding-top: 7px;
}

    #preview button {
        margin-top: 5px;
        margin-bottom: 5px;
        vertical-align: middle;
    }

.recebimento-cartao {
    padding: 10px;
}

    .recebimento-cartao .titulo {
        background-color: #ccc;
        padding: 3px;
    }

    .recebimento-cartao .itens {
        width: 100%;
    }

        .recebimento-cartao .itens p {
            padding: 3px;
        }

        .recebimento-cartao .itens img {
            max-height: 350px;
        }

    .recebimento-cartao .imagem-fotoevidencia img {
        max-height: 500px;
        max-width: 100%;
    }

#recebimento_foto img {
    max-height: 309px;
    max-width: 544px;
}

#fachada_foto img {
    max-height: 309px;
    max-width: 544px;
}

#recebimento_cards {
    position: absolute;
    background-color: transparent;
    right: 0;
    left: 0;
    top: 39px;
    bottom: 37px;
    height: auto;
    overflow: auto;
    margin: 10px;
}

.recebimento_card_left {
    float: left;
    width: 41%;
}

.recebimento_card_right {
    float: right;
    width: 59%;
}

.cartao-bottom {
    margin-top: 47px;
}

.a-button-pdf {
    text-decoration: none;
    color: #F7F7F7 !important;
    background-color: #220640;
    border: 0;
    border-radius: 3px;
    padding: 3px;
    cursor: pointer;
}

.image-entrega-zoom {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000;
    opacity: 0.6;
}

.image-entrega-pai {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: none;
    z-index: 99999;
}

    .image-entrega-pai img {
        position: relative;
        display: block;
        margin: 337px auto;
        max-width: 70%;
        max-height: 53%;
        height: auto;
        cursor: zoom-in;
        z-index: 9;
    }

.auditoria input, textarea, select, a, div {
    outline: none;
}

.auditoria .grid th {
    text-align: center;
    border: 1px solid
}

.auditoria .grid td {
    border: 1px solid
}

.divScroolX {
    overflow: auto;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
}

#form_gerar_contra_senha {
    background-color: white;
    border: 1px #c0c0c0 solid;
    font-size: 25px;
    color: black;
    letter-spacing: 6px;
    margin: 4px;
    padding-top: 5px;
    width: 129px !important;
    text-align: center;
    height: 39px;
}

#pai_form_gerar_contra_senha div {
    float: left;
}

    #pai_form_gerar_contra_senha div:first {
        top: 15px;
        position: relative;
    }


.leaflet-control-container .leaflet-top .leaflet-control-layers-expanded {
    background: none;
    box-shadow: none;
    border-radius: 0;
    margin-right: 0;
}

    .leaflet-control-container .leaflet-top .leaflet-control-layers-expanded .leaflet-control-layers-base {
        white-space: nowrap;
        border-radius: 4px;
    }

        .leaflet-control-container .leaflet-top .leaflet-control-layers-expanded .leaflet-control-layers-base label {
            background: white;
            display: inline-block;
            padding: 6px;
            border-right: 1px solid #CCC;
        }

    .leaflet-control-container .leaflet-top .leaflet-control-layers-expanded input {
        display: none;
    }

        .leaflet-control-container .leaflet-top .leaflet-control-layers-expanded input.leaflet-control-layers-selector:checked + span {
            font-weight: bold;
            user-select: none;
        }

.filtro_monitoramento_help {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 2px center;
    margin: 0;
    padding: 2px 2px 2px 20px;
    border: none;
    cursor: pointer;
    line-height: 16px;
    font: 12px/1.231 Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #fff;
    min-height: 1em;
    color: #FFF;
    text-decoration: underline;
    padding: 2px;
    height: 16px;
    width: 20px;
}

.possui-marcador {
    display: inline-flex;
    margin-left: 7px;
    text-align: center;
    align-items: center;
    font-family: impact;
    font-weight: bold;
    font-size: 11px;
    color: white !important;
}

    .possui-marcador.red {
        color: red !important;
    }

.marcadores-content {
    display: flex;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.marcadores {
    display: flex;
    flex-wrap: wrap;
    place-content: flex-start;
    overflow: hidden;
    max-height: 300px;
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -ms-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

    .marcadores.collapsed {
        max-height: 22px;
    }

    .marcadores .marcador {
        padding: 5px 10px;
        border-radius: 20px;
        width: fit-content;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0 5px 5px 0px;
        height: 12px !important;
        box-sizing: unset !important;
    }

.toggle-marcadores {
    height: 30px;
    width: 30px;
    margin: 0 20px 0 5px;
}

    .toggle-marcadores div {
        width: 100%;
        height: 100%;
        cursor: pointer;
        display: inline-block;
    }

    .toggle-marcadores .show-more {
        background-image: url(images/detalhes-ocorrencia/show-more.png);
        background-size: 10px;
        background-repeat: no-repeat;
    }

    .toggle-marcadores .show-less {
        background: url("images/detalhes-ocorrencia/show-less.png");
        background-size: 10px;
        background-repeat: no-repeat;
    }

.marcadores-quantidade {
    margin: 10px 0px;
    padding: 10px;
    border-radius: 20px;
    background: #eae7e7;
    color: rgb(47, 79, 79);
    text-align: center;
}


.alerta_tolerancia_tempo_parada_nenhuma {
    /*background-color: #EBECF0 !important;*/
    color: #000000;
    border-bottom: solid 1px lightgray;
}

.alerta_tolerancia_tempo_parada_aceitavel {
    background-color: #fff88e !important;
    color: #000000;
    border-bottom: solid 1px lightgray;
}

.alerta_tolerancia_tempo_parada_intermediario {
    background-color: #ffb370 !important;
    color: #000000;
    border-bottom: solid 1px lightgray;
}

.alerta_tolerancia_tempo_parada_critico {
    background-color: #ff6b5c !important;
    color: #ffffff;
    border-bottom: solid 1px lightgray;
}

#recebimento_coleta_cards {
    padding-top: 50px;
}

.recebimento_coleta-cartao #fotos {
    width: 520px;
}

.recebimento_coleta-cartao #carousel {
    text-align: center;
    list-style: none;
    float: left;
}

.recebimento_coleta-cartao {
    padding: 10px;
}

.recebimento_coleta_card_left {
    float: left;
    width: 41%;
}

.recebimento_coleta_card_right {
    float: right;
    width: 59%;
}

.recebimento_coleta-cartao .titulo {
    background-color: #ccc;
    padding: 3px;
}

.recebimento_coleta-cartao .itens {
    width: 100%;
    border: 1px solid #ccc;
}

    .recebimento_coleta-cartao .itens p {
        padding: 3px;
    }

    .recebimento_coleta-cartao .itens img {
        max-height: 350px;
    }

.alerta-fora-sequencia {
    width: 13px;
    margin-left: 7px;
    display: block;
    float: right;
}

    .alerta-fora-sequencia[title]:hover:after {
        content: attr(title);
        background: red;
        position: absolute;
        left: 5%;
        top: 10%;
    }

.texto-branco {
    color: #FFFFFF !important
}

.texto-roxo {
    color: #220640 !important
}

.texto-bold {
    font-weight: bold !important;
}

.texto-initial, .texto-initial table tbody tr td label {
    font-weight: initial !important;
}

.fundo-cinza {
    background: #D9D9D9;
}

.fundo-branco {
    background: #FFFFFF !important;
}

.fundo-roxo {
    background: #220640 !important;
}

.titulo-modal {
    font-size: 16px;
    font-weight: bold;
}

.header-cinza {
    background: #D9D9D9 !important;
    padding: 5px !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #4F535F !important;
    font-weight: bold;
}

    .header-cinza td {
        color: #4F535F !important;
        font-weight: bold;
    }

    .header-cinza table {
        background: #D9D9D9 !important;
    }

    .header-cinza .r {
        background: #D9D9D9 !important;
    }

.tablehead-roxo, #grid_entregas_Entregas thead tr, #form_reagendamento thead tr, #form_consulta_pedido thead tr {
    background: #3B1A87 !important;
    padding: 5px !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #FFFFFF !important;
    font-weight: bold;
}

.tablehead-cinza td {
    background: #FFFFFF !important;
    padding: 5px !important;
    color: #3B1A87 !important;
    font-weight: bold;
}

#form_reagendamento thead tr th, #form_consulta_pedido thead tr th {
    color: #FFFFFF !important;
    font-weight: bold;
}

.tablehead-roxo th {
    color: #FFFFFF !important;
    font-weight: bold;
}

input[type="checkbox"] {
    accent-color: #4f329f !important;
}


.grid tr {
    border-top: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
}

.select {
    font-family: "Source Sans Pro", sans-serif !important;
    color: #4f535f !important;
}

.option {
    font-family: "Source Sans Pro", sans-serif !important;
    color: #4f535f;
}

button[type="button"], button[type="submit"], input[type="button"], input[type="submit"], button {
    color: #F7F7F7 !important;
    background-color: #220640;
    border: 0;
    border-radius: 3px;
    padding: 3px;
    cursor: pointer;
}

    button[type="button"]:disabled, button[type="submit"]:disabled, input[type="button"]:disabled, input[type="submit"]:disabled {
        cursor: not-allowed;
        background-color: darkgray !important;
    }

        button[type="button"]:disabled .l, button[type="submit"]:disabled .l, input[type="button"]:disabled .l, input[type="submit"]:disabled .l {
            cursor: not-allowed;
            background-color: darkgray !important;
        }

tbody tr {
    height: 25px;
}

table label {
    /*color: #FFFFFF;*/
    color: #4f535f;
    font-weight: bold;
}


    table label span {
        /*color: #FFFFFF;*/
        color: #4f535f;
        font-weight: bold;
    }

#grid_entregas_Entregas thead tr td,
#grid_entregas_Entregas thead tr th,
.modal_content .grid thead tr td,
.modal_content .grid thead tr th,
#panel_gridOcorrencias .grid thead tr td,
#panel_gridOcorrencias .grid thead tr th {
    background-color: #3B1A87;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}

#grid_entregas_Entregas thead tr td span,
#grid_entregas_Entregas thead tr th span,
.modal_content .grid thead tr td span,
.modal_content .grid thead tr th span,
#panel_gridOcorrencias .grid thead tr td span,
#panel_gridOcorrencias .grid thead tr th span {
    color: #FFFFFF;
}

.realizado .card-wrapper .title, .realizado .card-wrapper .title span {
    color: #FFFFFF !important;
}

select {
    background-color: #FFFFFF !important;
    font-family: "Source Sans Pro", sans-serif !important;
    color: #4f535f !important;
}

option {
    font-family: "Source Sans Pro", sans-serif !important;
    color: #4f535f;
}

.height-dashboard {
    height: 37px !important;
}

.esconder-overflow {
    overflow: hidden !important;
}

.alinhar-campo-acima {
    display: inline-block;
}

.alinhar-datepicker {
    display: flex;
    justify-content: center;
    float: left;
}

.alinhar-verticalmente {
    vertical-align: middle !important;
}

.flexionar-conteudo {
    display: flex;
}

.pagination .content .button tbody tr td:not(.sel) {
    color: #220640 !important;
    background-color: white !important;
}

    .pagination .content .button tbody tr td:not(.sel) input {
        color: #220640 !important;
        background-color: white !important;
        font-weight: bold;
    }

input[type="button"].botao-alternativo, .botao-alternativo button {
    border: 1px solid #220640 !important;
    color: #220640 !important;
    background-color: #FFFFFF !important;
    cursor: pointer;
}

input[type="button"].botao-alternativo-desativado, .botao-alternativo-desativado button {
    border: 1px solid #220640 !important;
    color: #220640 !important;
    background-color: #D8D8D8 !important;
    cursor: no-drop;
}

.border-roxo {
    border: 1px solid #220640 !important;
}

.espacamento-entre-table td, .espacamento-entre-table tr td {
    padding-right: 10px !important;
}

.titulo-roxo {
    font-weight: bold;
    color: #220640;
    font-size: 15px;
}

.height-dashboard .table tr {
    height: 37px !important;
}

    .height-dashboard .table tr td {
        line-height: 100% !important;
    }

.height-fixado, .height-fixado a {
    box-sizing: unset !important;
}

.centralizar {
    text-align: center;
}

.botao-filtrar-reagendamento {
    width: 125px;
    margin-top: 10px;
    padding: 5px !important;
}

.novos-campos input[type="text"], .novos-campos input[type="password"], .novos-campos select {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 50%;
}

.novos-campos select {
    width: 55% !important;
}

.novos-campos .field_wrap {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.margin-radius-bottom {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.margin-radius-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.loading-whatsapp {
    background-image: url('/Content/images/ajax-loader.gif') !important;
    background-size: 20px;
    background-repeat: no-repeat;
}

::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Status indicator balls */
a.green, a.red, a.yellow {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    vertical-align: middle;
}

a.green {
    background-color: #00cc00;
}

a.red {
    background-color: #ff0000;
}

a.yellow {
    background-color: #ffcc00;
}

/* ==========================================================================
   Estilos Bootstrap-like para tabelas (table-striped, thead-dark, etc.)
   Usado em: Retroalimentacao, LogsAlertaPanico, SolicitacoesDescarga
   ========================================================================== */

/* Container responsivo para tabelas */
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Estilos base para tabelas com classe .table */
.body_scroll .table,
.modal_content .table {
    width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
}

.body_scroll .table th,
.body_scroll .table td,
.modal_content .table th,
.modal_content .table td {
    padding: 0.5rem 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

/* Header escuro (thead-dark) */
.body_scroll .table thead th,
.body_scroll .table.table-striped thead th,
.modal_content .table thead th {
    background-color: #3B1A87;
    color: #FFFFFF;
    font-weight: bold;
    vertical-align: bottom;
    border-bottom: 2px solid #3B1A87;
    padding: 0.75rem;
}

.thead-dark th {
    background-color: #3B1A87 !important;
    color: #FFFFFF !important;
}

/* Linhas zebradas (table-striped) */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #ffffff;
}

/* Hover em linhas (table-hover) */
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

/* Scroll horizontal para containers */
.divScroolX {
    overflow-x: auto;
    width: 100%;
}

.divScroolX .container-inner {
    min-width: 100%;
}

/* Células com scroll-div */
.scroll-div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}