html {
    height: 100%;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

body {
    margin: 0;
    text-align: center;
    overflow-x: hidden;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#legenda {
    font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;

}

#legenda tr td {
    font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10px;
}

#tudo {
    height: auto;
    margin: 0 auto;
}

#getAmbienteProducao {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #ffffffb3;
    border-top-left-radius: 29px;
    padding-inline-end: 10px;
    z-index: 500
}

.aviso, .erro {
    font-size: 17px;
    text-align: center;
    color: #FF0000;
}

.erroVenda {
    font-size: 12px;
    text-align: center;
    color: #FF0000;
}

.texto-praxio {
    color: #FF1F40;
    display: inline;
}

.monospace {
    font-family: monospace !important;
}

.ui-datepicker {
    font-size: 11px;
    margin-left: 10px;
}

.tabLeft {
    text-align: left;
}

.tabRight {
    text-align: right;
}

.tabCenter {
    text-align: center;
}

.tabJustify {
    text-align: justify;
}

.SemMargemBottom{
    margin-bottom: 0!important;
}

.semPadding{
    padding: 0!important;
}

.linhaSelecionada {
    background-color: #7CFC00;
    font-weight: bold;
}

.linhaHover {
    background-color: #98FB98;
}

.tasks {
    margin: 0 auto;
    /*width: 650px;*/
    background: white;
    border: 1px solid #cdd3d7;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.tasks-header {
    line-height: 24px;
    padding: 1px 15px;
    color: #5d6b6c;
    text-shadow: 0 1px rgba(255, 255, 255, 0.7);
    background: #f0f1f2;
    border-bottom: 1px solid #d1d1d1;
    border-radius: 3px 3px 0 0;
    background-image: -webkit-linear-gradient(top, #f5f7fd, #e6eaec);
    background-image: -moz-linear-gradient(top, #f5f7fd, #e6eaec);
    background-image: -o-linear-gradient(top, #f5f7fd, #e6eaec);
    background-image: linear-gradient(to bottom, #f5f7fd, #e6eaec);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.03);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.03);
}

.tasks-title {
    line-height: inherit;
    font-weight: bold;
    color: inherit;
    font-family: "Courier New", Courier, monospace;
    font-size: 13px;
}

.tasksLiberacao {
    margin: 00px auto;
    background: white;
    border: 1px solid #cdd3d7;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.tasks-lists {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    padding: 10px 4px;
    width: 19px;
    height: 3px;
    font-size: 0;
    font-family: serif;
    text-shadow: none;
    color: transparent;
}

.tasks-lists:before {
    content: '';
    display: block;
    height: 3px;
    background: #8c959d;
    border-radius: 1px;
    -webkit-box-shadow: 0 6px #8c959d, 0 -6px #8c959d;
    box-shadow: 0 6px #8c959d, 0 -6px #8c959d;
}

.tasks-list-item {
    display: block;
    line-height: 24px;
    padding: 3px 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left !important;
}

.tasks-list-cb {
    display: none;
}

.tasks-list-mark {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    border: 2px solid #c4cbd2;
    border-radius: 12px;
}

.tasks-list-mark:before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -6px;
    height: 4px;
    width: 8px;
    border: solid #21b4d0;
    border-width: 0 0 4px 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tasks-list-cb:checked ~ .tasks-list-mark {
    border-color: #21b4d0;
}

.tasks-list-cb:checked ~ .tasks-list-mark:before {
    display: block;
}

.tasks-list-desc {
    color: #000;
    font-family: "Courier New", Courier, monospace;
    font-size: 13px;
}

.tasks-list-cb:checked ~ .tasks-list-desc {
    color: #21b4d0;
}

.window_left {
    position: fixed;
    left: 0;
    height: 100%;
    width: 90px;
    -webkit-box-shadow: 0 3px 50px rgba(112, 112, 121, 0.20);
    box-shadow: 0 3px 50px rgba(112, 112, 121, 0.20);
    display: none;
}

@media screen and (min-width: 1380px) {
    .window_left {
        display: block;
    }

}

@media only screen and (max-width: 1024px) {
    .col-local {
        display: flex;
        padding-left: 26px !important;
    }

    .txt-local {
        display: block;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

.texto_vertical {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    white-space: nowrap;
    display: block;
    bottom: 0;
    width: 20px;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    font-weight: normal;
    text-shadow: 0 0 1px #333;
    margin-left: 54px;
    margin-top: 10px;
}

.error {
    color: red;
    position: unset !important;
    cursor: auto !important;
    opacity: 1 !important;
}

#partida, #partidaVolta {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-shadow: 0 0 1px #D7D5FF;
    padding-top: 7px;
}

.divPartida {
    padding-top: 0;
}

.imgReload {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.imgAndar {
    width: 55px;
    height: 44px;
    cursor: pointer;
}

.espaco-onibus {
    margin-top: 19px;
}

.tableOnibus {
    border: none;
}

.tablePagamento td {
    padding: 15px;
}

.left15 {
    padding-left: 15px;
}

.numPoltrona {
    color: #fff;
    font-size: 16px;
    position: absolute;
    margin-left: 9px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-family: "Open Sans", serif;
    margin-top: 7px;
}

.numPoltronaComValor {
    color: #fff;
    font-size: 16px;
    position: absolute;
    margin-left: 9px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-family: "Open Sans", serif;
}

.valorPoltrona {
    color: #fff;
    font-size: 9px;
    position: absolute;
    margin-top: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-family: "Open Sans", serif;
    width: 38px;
}

.vendida {
    cursor: not-allowed !important;
}

.numPoltrona.vendida {
    color: #d3d3d3 !important;
}

.numPoltrona.vendida-passelivre-novo {
    color: #fff;
}

.bgOnibus {
    background: url('../imagens/bg_onibus180.png') repeat-x;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.poltrona {
    font-size: 36px;
    cursor: pointer;
    padding-right: 2px;
}

.poltrona-disponivel {
    color: #0C9C14;
}

.poltrona-sugerida {
    color: #ff3399;
    transition: color .7s;
}

.mostrar {
    color: #0C9C14 !important;
}

.pisca-poltronas-desconto {
    color: #FF1F40 !important;
}

.poltrona-vendida {
    color: #FF1F40;
}

.poltrona-reservada {
    color: #ffc300;
}
.poltrona-reservada-viagemcomp {
    color: #c29602 !important;;
}

.pisca-poltrona-reservaSite {
    color: #a76d12 !important;;
}

.poltrona-reserva-deficiente {
    color: #56BBBC;
}

.poltrona-reserva-idoso50 {
    color: #f96f54;
}

.poltrona-reserva-idoso100 {
    color: #a76d12;
}

.poltrona-reserva-jovem50 {
    color: #262f86;
}

.poltrona-reserva-jovem100 {
    color: #9a5160;
}

.poltrona-reserva-estudante50 {
    color: #5a032a
}

.poltrona-reserva-estudante100 {
    color: #00ff00;
}

.poltrona-reserva-mulher {
    color: #e096de;
}

.poltrona-reserva-deficiente50{
    color:#A6005B;
}

.poltrona-reserva-policia-Militar100{
    color: #000066;
}

.poltrona-selecionada {
    color: #2D44D8;
}

.poltrona-bloqueada {
    color: #5B85B3;
}

.poltrona-passe-livre {
    color: #0083ff;
}

.poltrona-idoso-100 {
    color: #ff9400;
}

.poltrona-idoso-50 {
    color: #B756BA;
}

.poltrona-crianca-100 {
    color: #BA8850;
}

.poltrona-policia-civil {
    color: #000000;
}

.poltrona-policia-militar {
    color: #7F808D;
}

.poltrona-professor {
    color: #5f52636e;
}

.poltrona-estudante50 {
    color: #227e90f0;
}

.poltrona-estudante100 {
    color: #44005dc9;
}

.poltrona-mulher {
    color: #f300ff;
}

.poltrona-aposentado-pensionista {
    color: #00ffdc;
}

.poltrona-estudante30 {
    color: #FAF961;
}

.poltrona-vt40 {
    color: #D4E8AB;
}

.poltrona-passe-livre50 {
    color:#A62714
}

.poltrona-jovem50 {
    color: #536500;
}

.poltrona-jovem100 {
    color: #9c9c31;
}

.poltrona-animal-domestico {
    color: #d29c9c;
}

.poltrona-acompanhante-passe-livre {
    color: #ff4e4e;
}

.poltrona-profissional-deslocamento {
    color: #00dcff;
}

.poltrona-profissional-empresa {
    color: #00c561;
}

.passagem-tipo-vendida {
    color: #000000;
}

.poltrona-militar-forcas-armadas {
    color: #78866b;
}
.poltrona-oficial-justica {
    color: #DAA520;
}

/*.poltrona-passe-livre-nova {*/
/*    color: #3399FF;*/
/*}*/
.poltrona-passe-livre-nova {
    color: #CCCCCC;
}

.espaco-vago {
    padding-left: 39px;
}

.legenda {
    font-size: 20px;
}

.text-legenda {
    text-align: left;
}

.text-legenda span {
    font-family: "Open Sans", serif;
    font-size: 12px;
    color: #535669;
    opacity: 0.8;
}

.text-legenda-tipo-venda {
    text-align: left;
}

.text-legenda-tipo-venda span {
    font-family: "Open Sans", serif;
    font-size: 12px;
    color: #000000;
    opacity: 0.8;
}

.alerta {
    position: absolute;
    z-index: 9999;
    width: 60%;
}

.alertaErro {
    position: absolute;
    z-index: 9999;
    width: 60%;
}

.containerManifesto {
    padding-bottom: 10px;
}

.aguardePagamento {
    width: 103px;
    height: 57px;
}

.modal-body {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

.inverte {
    margin-left: -12px;
    margin-right: 12px;
}

/*Checkbox*/

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    background: #FF1F40;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
    color: white;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label .crTexto,
.radio label .crTexto {
    font-size: 14px;
    color: #535669;
    font-family: "Open Sans", serif;
    vertical-align: 4px;
}

.checkboxCr {
    text-align: start;
    padding-top: 4px !important;
}

.labelCr {
    font-size: 1.5em;
    padding-left: 0 !important;
}

.botaoMarcarVoucher{
    width: 230px!important;
}

.labelPol {
    font-size: 1.0em;
    padding-left: 0 !important;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.btn-praxio {
    color: #fff;
    background-color: #FF1F40;
    border-color: #FF1537;
}

.btn-praxio:focus, .btn-praxio.focus {
    color: #fff !important;
    background-color: #C9102C;
    border-color: #B9122B;
}

.btn-praxio:hover {
    color: #fff !important;
    background-color: #C9102C;
    border-color: #B9122B;
}

.btn-praxio-info {
    color: #fff;
    background-color: #F55D74;
    border-color: #F3445F;
}

.btn-praxio-info:focus, .btn-praxio-info.focus {
    color: #fff !important;
    background-color: #C9102C;
    border-color: #F3445F;
}

.btn-praxio-info:hover {
    color: #fff !important;
    background-color: #C9102C;
    border-color: #F3445F;
}

.btn-praxio-clean {
    color: #FF1F40;
    background-color: transparent;
    border-color: #FF1537 !important;
}

.btn-praxio-clean:focus, .btn-praxio-clean.focus {
    color: #C9102C !important;
    border-color: #B9122B;
}

.btn-praxio-clean:hover {
    color: #C9102C !important;
    border-color: #B9122B;
}

.radioBtn-praxio .notActive {
    color: #FF1F40;
    background-color: transparent;
    border-color: #FF1537 !important;
}

.logo-entrada {
    background: transparent url('../imagens/bus.png') 0 0 no-repeat padding-box;
    opacity: 1;
    left: 0;
    background-size: auto 100%;
    height: 100%;
}

.login-full {
    height: 100%;
}

.icon-luna {
    background: transparent url('../imagens/Componente 79 – 8.png') 0 0 no-repeat padding-box;
    opacity: 1;
    background-size: auto 40px;
    height: 40px;
    position: absolute;
    top: 32px;
    left: 32px;
    width: 120px;
}

.text-luna {
    text-align: left;
    line-height: 14px;
    font-size: 32px;
    font-family: Gibson, serif;
    letter-spacing: -0.3px;
    color: #FFFFFF;
    opacity: 1;
    margin-top: 21px;
    margin-left: 44px;
}

.icon-fusea {
    background: transparent url('../imagens/Componente 87 – 9.png') 0 0 no-repeat padding-box;
    opacity: 1;
    position: absolute;
    background-size: 97px 32px;
    bottom: 35px;
    left: 33px;
    width: 97px;
    height: 32px;
}

.btn-entrar {
    background: #0077C5 0 0 no-repeat padding-box;
    border-radius: 32px !important;
    opacity: 1;
    height: 40px !important;
    line-height: 18px !important;
    font-weight: Bold !important;
    font-size: 14px !important;
    font-family: Montserrat, serif !important;
    letter-spacing: 0;
    color: #FFFFFF;
    margin-top: 32px;
}

.btn-azul {
    background: #0077C5 0 0 no-repeat padding-box;
    border-radius: 32px !important;
    opacity: 1;
    font: Bold 14px/18px Montserrat !important;
    letter-spacing: 0;
    color: #FFFFFF;
}

.txt-entrar {
    text-align: center;
    font: 24px/29px Montserrat;
    letter-spacing: 0;
    color: #585859;
    opacity: 1;
    margin-top: 238px;
    margin-bottom: 36px;
}

.txt-estab-entrar {
    text-align: left;
    font-family: "Open Sans", serif;
    font-size: 16px;
    color: #535669;
    opacity: 0.8;
    margin-top: 15px;
}

.txt-link-entrar {
    display: block;
    margin-left: -48px;
    margin-right: auto;
    position: absolute;
    bottom: 35px;
    right: 25%;
    left: 50%;
}

.input-entrar {
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 1px solid #EAEAEC !important;
    border-radius: 6px !important;
    opacity: 1;
    height: 40px !important;
    margin-bottom: 24px;
}

.menu {
    padding-left: 0 !important;
}

.btn-menu {
    width: 70px;
    height: 100px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #535669 !important;
    border-color: #EAEAEC !important;
    border-bottom-width: 5px !important;
}

@media screen and (min-width: 1380px) {
    .btn-menu {
        width: 79px;
    }
}


.link-menu {
    color: #535669 !important;
}

.link-menu:hover {
    text-decoration: none;
}

.link-menu:focus {
    text-decoration: none;
}

.icone-menu {
    font-size: 30px;
    padding-top: 15px;
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
}

.icone-menu.duplo {
    margin-bottom: 0 !important;
}

.text-menu {
    font-family: "Open Sans", serif;
    font-size: 12px;
    color: #535669;
}

.btn-menu.active {
    border-color: #FF1F40 !important;
    background-color: #fff !important;
}

.icone-menu.active {
    color: #FF1F40 !important;
}

.text-menu.active {
    color: #FF1F40 !important;
}

.loading-bus {
    font-size: 91px;
    color: #FF1F40;
    margin-left: 30px;
}

.loading-blockUI {
    font-size: 22px;
    color: #FFF;
}

.treeview, .treeview ul {
    padding: 0;
    list-style: none;
    text-align: left;
    margin-left: 7px !important;
}

.treeview ul {
    margin-left: 1em;
    position: relative
}

.treeview ul ul {
    margin-left: .5em
}

.treeview ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid;

    /* creates a more theme-ready standard for the bootstrap themes */
    bottom: 15px;
}

.treeview li {
    margin: 0;
    padding: 0 1em;
    line-height: 2em;
    position: relative
}

.treeview li.destino {
    font-weight: 700;
}

.treeview ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    left: 0
}

.tree-indicator {
    margin-right: 5px;
    cursor: pointer;
}

.treeview li a {
    text-decoration: none;
    color: inherit;
    cursor: default;
}

.corredor {
    padding-bottom: 10px;
    padding-top: 10px;
}

.pafecf-row {
    padding-bottom: 10px;
    padding-top: 10px;
}

.btn-pafecf-110 {
    font-size: 90% !important;
    height: 110% !important;
}

.barraStatus {
    border: 0 solid #E0E1E2;
    border-bottom-width: 1px;
    margin-bottom: 5px;
    height: 55px;

}

@media screen and (min-width: 1380px) {
    .barraStatus {
        margin-left: 90px;
    }
}

.user-rounded {
    width: 32px;
    height: 32px;
    background: #FF1F40;
    border-radius: 50%;
}

.txt-user {
    font-size: 21px;
    color: white;
    font-family: "Open Sans", serif;
    font-weight: bold;
    cursor: pointer;
}

.txt-local {
    color: #333;
    font-size: 14px;
    font-family: "Open Sans", serif;
    cursor: default;
}

.col-local {
    padding-top: 16px;
    padding-left: 52px !important;
}

.col-user {
    padding-top: 11px;
    justify-content: flex-end;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #ff1f40 !important;
    border-color: #FF1537 !important;
    color: #FFFFFF !important;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #FF1537 !important;
}

.pagination > li > a, .pagination > li > span {
    color: #ff1f40 !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #ff1f40 !important;
}

.text-poltrona {
    padding-top: 6px;
}

.text-pagamento {
    font-family: "Open Sans", serif;
    font-size: 20px;
    font-weight: bold;
}

.title-pagamento {
    font-family: "Open Sans", serif;
    font-size: 25px;
    font-weight: bold;
}

.fundo-pagamento {
    color: white;
    border-radius: 6px;
    background-color: #FF1F40;
}

.btn-group-pagamento {
    max-width: 565px !important;
}

.panel-pagamento {
    padding-top: 35px;
    max-width: calc(100% - 14px);
}

.popover_gratuidade + .popover {
    max-width: 2000px;
}

.icon {
    font-size: 21px;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
    left: 2px;
}

.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.label-danger {
    background-color: #FF1F40 !important;
}

.input-config {
    margin-top: -5px;
}

#UserDropdown {
    text-decoration: none;
    float: right;
    padding-inline-end: 30px;
}

.dropdown-user {
    margin: 11px 51px 0 !important;
}

.dropdown-termo-user {
    margin: 11px 51px 0 !important;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #f2f2f2;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.popover-information {
    color: #b3b3b3;
}

.bootstrap-table .fixed-table-container .fixed-table-header {
    overflow: hidden;
    margin-right: 17px !important;
}

.close.remove-sem-poltrona.danger {
    color: #ff1f40 !important;
}

.btn-andar {
    font-size: 18px;
    cursor: pointer;
}

#LugDisponivel,
#LugIdoso {
    display: inline-flex;
}

#formName {
    margin-top: 10px;
}

.fechar-passageiro-colo {
    background-color: transparent !important;
    border: none !important;
}

.fechar-popover {
    background-color: transparent !important;
    border: none !important;
}

#fechar_seguro_eletronico {
    background-color: transparent;
    border: none;
}

.fechar-carteira-estudante {
    background-color: transparent !important;;
    border: none !important;;
    padding-left: 25px !important;;
    padding-right: 0 !important;;
}

.fechar-poltrona-responsavel {
    background-color: transparent !important;;
    border: none !important;;
    padding-left: 40px !important;;
    padding-right: 0 !important;;
}

.fechar_gratuidade {
    background-color: transparent !important;;
    border: none !important;;
    padding-left: 140px !important;;
    padding-right: 0 !important;;
}

.logo-partida {
    width: 80px;
    height: 24px;
}

.app-popover-fw {
    width: 450px;
}

.flex {
    display: flex;
}

.fa-release {
    padding-top: 2px;
}

.text-release {
    margin: 0 5px 3px 5px;
}

.bold {
    font-weight: bold;
}

.fa-menu-release {
    padding: 10px;
    color: #535669 !important;
    position: relative;
    top: 6px;
}

.dropdown-version {
    top: 54px !important;
    right: 97px !important;
}

.pdf-release {
    height: calc(100vh - 220px);
}

.stats {
    overflow: auto;
    font-size: 16px;
    color: #59687f;
    font-weight: 600;
    border-radius: 0 0 5px 5px;
    display: flex;
    flex-wrap: wrap;
}

.stats [class*="col-sm"],
.stats [class*="col-md"],
.stats [class*="col-xs"] {
    border-right: 1px solid #ebeff2;
    text-align: center;
}

.filter-option, .filter-option-inner, .filter-option-inner-inner{
    border-right: none !important;
}

.text-partida {
    border-right: none !important;
    font-size: 15px;
}

.text-partida-size {
    border-right: none !important;
    font-size: 12px;
    font-weight: bold;
}

.stats strong {
    display: block;
    color: #adb8c2;
    font-size: 11px;
    font-weight: 700;
}

.chegada{
    font-size: 14px !important;
}

.tipoServico {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
}

.divPartida{
    border-right: none !important;
    font-size: 15px;
}

.list-group-item.list-group-item-partida {
    padding: 0;
}

.desconto-partida {
    color: #63a45e !important;
}

.acrescimo-partida {
    color: #a45e5e !important;
}

.partida-font-large {
    font-size: larger;
}

.list-group-item-striped {
    background-color: #f7f7f7 !important;
}

a.list-group-item.list-group-item-partida:hover, button.list-group-item.list-group-item-partida:hover, a.list-group-item.list-group-item-partida:focus, button.list-group-item.list-group-item-partida:focus {
    color: #555;
    text-decoration: none;
    background-color: #e7e8f4 !important;
}

.padding-data-partida {
    padding-top: 3px;
}

.partida-border-right-none {
    border-right: none !important;
}

.partida-border-top {
    border-top: 1px solid #ebeff2;
}

.partida-border-left {
    border-left: 1px solid #ebeff2;
}

.text-conexao {
    color: #4883b9;
    font-size: 13px;
    font-weight: 600;
    padding-top: 6px;
}

.text-extra {
    color: #d03e3e;
    font-size: 15px;
    font-weight: 600;
    padding-top: 6px;
}

.padding-valor-tarifa {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-logo-partida {
    padding-top: 23px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.color-texto-conexao {
    color: #4883b9 !important;
}

.naoclicavel {
    pointer-events: none;
}

.dropdown-icon {
    padding-right: 5px;
}

.limpaTrechos {
    margin-left: -12px;
    margin-right: 12px;
}

#andares, #andaresVolta {
    height: 100%;
    top: 50%;
    position: absolute;
}

.carregandoOnibus {
    padding-top: 40px;
}

.quebraLinha {
    word-wrap: break-word !important;
}

.lado-barco {
    font-weight: bold;
}

.btnMarcarVoucher {
    width: 105% !important;
}

.btnMarcarVoucherPassagem {
    width: 105% !important;
}

.loading {
    background-color: #ffffff !important;
    background-image: url("../imagens/loading.gif") !important;
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
}

.material-switch-small > input[type="checkbox"] {
    display: none;
}

.material-switch-small > label {
    cursor: pointer;
    height: 0;
    position: relative;
    width: 20px;
}

.material-switch-small > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    content: '';
    height: 8px;
    margin-top: -4px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 20px;
}
.material-switch-small > label::after {
    background: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 12px;
    left: -2px;
    margin-top: -4px;
    position: absolute;
    top: -2px;
    transition: all 0.3s ease-in-out;
    width: 12px;
}
.material-switch-small > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch-small > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 10px;
}

.descPartida, .descPartidaVolta{
    padding-bottom: 5px;
}

.list-partida-tela {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-right: none !important;
}

.btnTrecho{
    padding: 35px 0 0 0 !important;
}

.descGenerico{
    padding: 40px 0 0 0 !important;
}

.imgReload{
    padding: 40px 0 0 0 !important;
}

a.bloquear {
    /*pointer-events: none;*/
    cursor: default;
}

.chatbox {
    position: fixed;
    bottom: 0;
    left: 30px;
    width: 300px;
    height: 400px;
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    z-index: 99;
}

.chatbox--tray {
    bottom: -350px;
}

.chatbox--closed {
    bottom: -400px;
}

.chatbox .form-control:focus {
    border-color: #1f2836;
}

.chatbox__title,
.chatbox__body {
    border-bottom: none;
}

.chatbox__title {
    min-height: 50px;
    padding-right: 10px;
    background-color: #1f2836;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.chatbox__title h5 {
    height: 50px;
    margin: 0 0 0 15px;
    line-height: 50px;
    position: relative;
    padding-left: 20px;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__title h5 a {
    color: #fff;
    max-width: 195px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chatbox__title h5:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    background: #4CAF50;
    border-radius: 6px;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.chatbox__title__tray,
.chatbox__title__close {
    width: 24px;
    height: 24px;
    outline: 0;
    border: none;
    background-color: transparent;
    opacity: 0.5;
    cursor: pointer;

    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}

.chatbox__title__tray:hover,
.chatbox__title__close:hover {
    opacity: 1;
}

.chatbox__title__tray span {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-bottom: 2px solid #fff
}

.chatbox__title__close svg {
    vertical-align: middle;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2px;
}

.chatbox__body,
.chatbox__credentials {
    padding: 15px;
    border-top: 0;
    background-color: #f5f5f5;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__credentials {
    display: none;
}

.chatbox__credentials .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chatbox__body {
    overflow-y: auto;
}

.chatbox__body__message {
    position: relative;
}

.chatbox__body__message p {
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    min-height: 68px;
}

.chatbox__body__message i {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
}

.chatbox__body__message--left p {
    margin-left: 15px;
    padding-left: 30px;
    text-align: left;
    word-break: break-word;
}

.chatbox__body__message--left i {
    left: -5px;
}

.chatbox__body__message--right p {
    margin-right: 15px;
    padding-right: 30px;
    text-align: right;
    word-break: break-word;
}

.chatbox__body__message--right i {
    right: -5px;
}

.chatbox__message {
    padding: 15px 25px 15px;
    min-height: 50px;
    outline: 0;
    resize: none;
    font-size: 12px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #fefefe;
    width: 100%;
}

.chatbox--empty {
    height: 262px;
}

.chatbox--empty.chatbox--tray {
    bottom: -212px;
}

.chatbox--empty.chatbox--closed {
    bottom: -262px;
}

.chatbox_icon_count {
    color: green;
}

.chatbox_text_count {
    font-weight: 700;
    top: 13px;
    position: absolute;
    left: 238px;
    width: 27px;
    display: inline-block;
}

.chat-icon {
    display: flex !important;
    flex-direction: column;
}

.chat-name {
    font-size: 10px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
}

.icon-input {
    position: relative;
}

.icon-input .icon {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    color: #cbced0;
    margin-top: -10px;
    cursor: pointer;
    transition: .3s ease all;
}

.icon-input .icon:hover {
    color: #000000;
}

.red{
    background-color: #dc3545 !important;
}

.green{
    background-color: #28a745!important;
}

.yellow{
    background-color: #ffc107 !important;
}

.tile {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 3px -1px rgba(151, 171, 187, 0.7);
    float: left;
    transform-style: preserve-3d;
    margin: 5px;
    border: 1px solid #ebeff2;
}

.tile .wrapper {
    display: block;
    width: 100%;
}

.header {
    border-bottom: 1px solid #ebeff2;
    padding: 5px 0;
    text-align: center;
    color: #59687f;
    font-size: 16px;
    position: relative;
    font-weight: bold;
}

.vendamc {
    margin-top: 5px !important;
    margin-bottom: 0 !important;;
}

.labelmc {
    padding-left: 0 !important;
    font-size: 1.1em;
}

.radio-poltrona {
    margin-top: 5px;
}

.modal-dialog.modal-xl {
    width: calc(100vw - 40px);
    max-width: 1200px;
}

.modal-dialog.modal-vw {
    width: calc(100vw - 50px);
}

div.autocompleteList {
    position: absolute;
    z-index: 9999;
    width: 100%;
    padding-top: 7px;
}

div.autocompleteList .list-group .list-group-item{
    font-size: 10px;
    cursor: pointer;
    padding: 5px 10px;
}

#valor-total-devolucao {
    font-weight: 800;
}

.list-group-item-viagemextra {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.JumbotronRel{
    text-align: left;
    width: 50%;
}

.tabelaJumbotron{
    width: 100%;
}

.largura30{
    width: 30%;
}

.tituloRelAcerto{
    background-color: #CC7B00;
}

.tituloRelAG{
    background-color: #27b700;
}

.totalRelAcerto{
    background-color: #FFC266;
}

.totalRelAG{
    background-color: #97eb61;
}

.totalizadorRel{
    padding-top: 10px!important;
    font-size: 20px;
    color: #FFFFFF!important;
}

.tituloRelDetalhado{
    background-color: #808080!important;
}

.tituloRelDetalhado2{
    background-color: #d3d3d3;
}

.logo-praxio {
    width: 97px;
    height: 33px;
}

.title-nao-embarque {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 24px;
    color: #878787;
}

.list-nao-embarque {
    min-height: calc(100vh - 485px);
    max-height: calc(100vh - 485px);
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow-y: auto;
}

.list-item-nao-embarque {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    padding: 0 !important;
    height: 42px;
    align-items: center !important;
}

.arrow-embarque {
    border-left: 1px solid #ddd;
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
}

.arrow-nao-embarque {
    border-right: 1px solid #ddd;
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
}

.arrow-nao-embarque:hover, .arrow-nao-embarque:focus, .arrow-embarque:hover, .arrow-embarque:focus {
    color: #23527c;
    background-color: #e6e6e6;
}

.list-nao-embarque.nao-embarque .list-item-nao-embarque .arrow-nao-embarque {
    border-right: none;
}

.list-nao-embarque.nao-embarque .list-item-nao-embarque .arrow-nao-embarque .fa-arrow-left {
    display: none;
}

.list-nao-embarque.embarque .list-item-nao-embarque .arrow-embarque {
    border-left: none;
}

.list-nao-embarque.embarque .list-item-nao-embarque .arrow-embarque .fa-arrow-right {
    display: none;
}

.list-nao-embarque.embarque .list-item-nao-embarque.disabled .arrow-nao-embarque .fas, .list-nao-embarque.nao-embarque .list-item-nao-embarque.disabled .arrow-embarque .fas {
    display: none;
}

.list-nao-embarque.embarque .list-item-nao-embarque.disabled .arrow-nao-embarque, .list-nao-embarque.nao-embarque .list-item-nao-embarque.disabled .arrow-embarque {
    border-left: none;
    border-right: none;
}

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

.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}

.toggleModalSize {
    margin-left: 10px;
    cursor: pointer;
    color: #535669;
}

.btnCarrinho {
    background-color: #00B323 !important;
    border-color: #008C1B !important;
    padding: 3px !important;
    margin-top: 10px !important;
}

.btnCarrinhoLib {
    background-color: #00B323 !important;
    border-color: #008C1B !important;
}

.btnCarrinho {
    border-bottom-right-radius: 0 !important;
}
.btn-limpa-pol {
    border-bottom-left-radius: 0 !important;
}

div#myModalPagamento {
    max-width: 950px;
}

.btn.btn-default.btn-add label {
    margin: 0;
}

.input-group-btn {
    vertical-align: top !important;
}

.removeLib {
    margin-left: 5px;
}

.naoMostraRow {
    display: none !important;
}


@media (max-width: 768px) {
    .col-pad-sm-all {
        padding: 0 !important;
    }

    .btn-sm-block {
        display: block;
        width: 100%;
    }

    .rotation-wrapper-outer {
        display: table;
    }

    .rotation-wrapper-inner {
        padding: 50% 0;
        height: 0;
    }

    .element-to-rotate {
        transform-origin: top left;
        transform: rotate(90deg);
        margin-top: -50%;
        margin-left: 30%;
        min-width: 804px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #content {
        padding-left: 20px !important;
    }

    .col-sm-pad-all {
        padding: 0 !important;
    }

    .col-sm-pad-right {
        padding-right: 0 !important;
    }

    .col-sm-pad-left {
        padding-left: 0 !important;
    }

    .col-sm-hidden {
        display: none;
    }

    .btn-sm-block {
        display: block;
        width: 100%;
    }
}

@media (min-width: 992px) {
    #content {
        padding-left: 40px !important;
    }

    .col-pad-left {
        padding-left: 0 !important;
    }

    .col-pad-right {
        padding-right: 0 !important;
    }

    .col-pad-all {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .padTipoPassageiroGenero {
        padding-left: 0 !important;
        padding-right: 30px !important;
    }
}

.poltrona-ManifestoMapa {
    font-size: 18px !important;
    font-weight: 700 !important;
}

.logarSenha {
    float: right;
    font-size: 10px;
}

.font-carrinho {
    font-family: initial;
    margin-inline-start: 4px;
}

.naoquebralinhatable{
    white-space: nowrap !important;
    overflow: hidden !important;
}

.d-flex-contente-between {
    display: flex;
    justify-content: space-between;
}
.labelVTeletronico{
    font-size: 10px;
}

ul li a span.text {
    word-wrap: break-word;
    max-width: 1016px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.timeQr{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.qrCodePix{
    display: flex;
    justify-content: center;
}

strong.prev-chegada {
    color: green;
    font-size: 10px;
}

strong.prev-duracao{
    color: chocolate;
}

.color-legenda {
    width: 5px;
    height: 25px;
    margin-right: 4px;
}

.d-flex-rows {
    display: flex;
    flex-direction: row;
}

.progress-bar.indeterminate {
    position: relative;
    animation: progress-indeterminate 3s linear infinite;
}

@keyframes progress-indeterminate {
    from { left: -25%; width: 25%; }
    to { left: 100%; width: 25%;}
}

.text-alert-red {
    color:#e74c3c!important
}
.text-alert-blue {
    color:#3498db!important
}
.text-alert-green {
    color:#2ecc71!important
}
.text-alert-purple {
    color:#9b59b6!important
}
.text-alert-orange {
    color:#f1c40f!important
}
.text-alert-dark {
    color:#34495e!important
}

.table-gratuidades {
    margin: 0;
}

.title-table-gratuidades {
    background-color: #f7f7f7;
}

.popover-gratuidades {
    cursor: pointer;
}

.popover-content:has(.table-gratuidades):not(:has(.popover-content .table-gratuidades)) {
    padding: 0;
}

.has-float-label input:not(:placeholder-shown) + label,
.has-float-label input:focus + label {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.has-float-label label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popover-bloco-excesso {
    max-width: 600px; /* ou o tamanho que quiser */
    width: 600px;
}

.popover-bloco-excesso .form-group {
    margin-bottom: 10px;
}

.popover-bloco-excesso .no-padding {
    padding-left: 5px;
    padding-right: 5px;
}

.popover-bloco-excesso .form-control {
    height: 40px;
    font-size: 14px;
}

.sidebar-bloco {
    position: fixed;
    top: 0;
    right: -420px; /* escondido fora da tela */
    width: 420px;
    height: 100vh;
    background: #fff;
    box-shadow: -3px 0 10px rgba(0,0,0,0.2);
    z-index: 1050;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
}

/* quando abrir */
.sidebar-bloco.aberto {
    right: 0;
}

.sidebar-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-body {
    padding: 15px;
    flex: 1;
    overflow-y: auto;
}

.sidebar-footer {
    padding: 15px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
