﻿.invisible {
    /*height:0px !important;*/
    display: none;
}

form select {
    width: 100%;
}

.produto-indisponivel {
    background-color: #f2dede !important;
    border-color: #ebccd1;
}

.l-d-block {
    display: block;
}
#copyAndPaste{
    color:#000;
}
.produtoColecao {
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #CDCDCD;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(top,#fafafa,#ececec);
}

    .produtoColecao span {
        font-size: 16px;
        font-weight: 600;
    }

.pagination {
    text-align: center;
}

    .pagination li {
        display: inline-block;
    }

/*------------------------------------*\
    CORES DO GERENCIADOR
\*------------------------------------*/

/* Topo do site - Barra superior */
.navbar-inverse .navbar-inner {
    background: rgba(255, 255, 255);
}

/* Topo do site - Cor do Título */
.navbar .brand {
    color: #ffb66b;
}

/* Topo do site - Cor dos demais elementos da barra superior */
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #ffb66b;
}

/* Menu lateral - Links PRIMEIRO NÍVEL */
.primary-sidebar .nav > li > a {
    color: #ffb66b;
}

.primary-sidebar .nav > li:hover > a {
    color: #F2CE20;
}

.primary-sidebar .nav > li.active > a {
    color: #F2CE20;
}

/* Menu lateral - Background dos links PRIMEIRO NÍVEL */
.sidebar-background .primary-sidebar-background {
    background: rgba(0, 119, 189);
}

.primary-sidebar .nav > li > a:hover, .primary-sidebar .nav > li > a:focus {
    background: #0A4180;
}

/* Menu lateral - Glow lateral do Menu */
.primary-sidebar .nav > li:hover .glow {
    background: rgba(0, 119, 189);
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 119, 189) inset;
    -moz-box-shadow: 0 0 2px 1px rgba(0, 119, 189) inset;
    box-shadow: 0 0 2px 1px rgba(0, 119, 189) inset;
}

.primary-sidebar .nav > li.active .glow {
    background: #F2CE20;
    -webkit-box-shadow: 0 0 2px 1px #F2CE20 inset;
    -moz-box-shadow: 0 0 2px 1px #F2CE20 inset;
    box-shadow: 0 0 2px 1px #F2CE20 inset;
}

/* Menu lateral - Borda abaixo dos links PRIMEIRO NÍVEL */
.dark-nav .dropdown-menu:before {
    content: '';
    display: inline-block;
    border-top: 7px solid transparent !important;
    border-left: 7px solid transparent !important;
    border-right: 8px solid #0A4180;
    border-bottom: 7px solid transparent !important;
    position: absolute;
    top: 12px;
    left: -15px;
}

/* Menu lateral - Borda abaixo dos links PRIMEIRO NÍVEL */
.primary-sidebar .nav > li a:before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    left: 0;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background: -webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,transparent),color-stop(35%,rgba(55,74,67,0.5)),color-stop(50%,#20292f),color-stop(65%,rgba(55,74,67,0.5)),color-stop(100%,transparent));
    background: -webkit-linear-gradient(left,transparent 0,rgba(55,74,67,0.5) 35%,#20292f 50%,rgba(55,74,67,0.5) 65%,transparent 100%);
    background: -moz-linear-gradient(left,transparent 0,rgba(55,74,67,0.5) 35%,#20292f 50%,rgba(55,74,67,0.5) 65%,transparent 100%);
    background: -o-linear-gradient(left,transparent 0,rgba(55,74,67,0.5) 35%,#20292f 50%,rgba(55,74,67,0.5) 65%,transparent 100%);
    background: linear-gradient(left,transparent 0,rgba(55,74,67,0.5) 35%,#20292f 50%,rgba(55,74,67,0.5) 65%,transparent 100%);
}

/*Cores Action Button - Fechamendo Consultar*/

.nav-buttonGreen {
    color: #fff;
}

    .nav-buttonGreen a {
        color: #fff !important;
        background-image: -webkit-linear-gradient(top,#2ecc71,#27ae60) !important;
    }

.nav-buttonMoney a {
    color: #2ecc71 !important;
}

.nav-buttonCard a {
    color: #3498db !important;
}


.PagamentoVencido {
    color: #db3434 !important
}

.PagamentoAprovado {
    color: #2ecc71 !important;
}

.textarea-modal-cancelamento {
    height: 40px;
    width: 100%;
}

.primary-sidebar .nav > li > a {
    padding-left: 15px;
}

.dark-nav > ul {
    background: #135277;
}

.primary-sidebar .nav > li > a:hover {
    background: #003c60;
}

.dark-nav > ul li.active a {
    background: #003c60;
}

.dark-nav > ul li a {
    padding-left: 26px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    background: #dff0f6;
}

.statusLabel {
    font-size: 14px;
    font-weight: 600;
}

.numberAlign, .numberAlign input {
    text-align: right !important;
}

.bgFlat, .bgFlat a {
    background: #f2f2f2 !important;
}

.quantidadeWidth {
    width: 110px;
}

.action-nav-button a:hover {
    cursor: default;
}

.CartaoDetalhe b {
    font-weight: 800;
}


.ParceiroAgrupado {
    text-align: center;
    background: #2abe69 !important;
    color: #fff;
    font-weight: 800;
}

.ParceiroAgrupadoUsuario {
    text-align: center;
    background: #92d050 !important;
    color: #fff;
    font-weight: 800;
}


.TotalAgrupado {
    background: #305496 !important;
    color: #fff;
}

.SubTotalAgrupado {
    background: #7dafd1 !important;
    color: #fff;
}

.negrito {
    font-weight: bold !important;
}

.cupom-aplicado-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.coupon-txt-icon-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.title-coupon {
    color: #1847ba;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #1847ba;
    border-radius: 5px;
    padding: 5px 15px;
}

    .title-coupon span {
        color: #8cc079;
    }

.icon-remove {
    margin-bottom: 10px;
    padding: 7px 8px;
    border: 1px solid #9c0b0b;
    border-radius: 5px;
    cursor: pointer;
}

.cupom-vendas-info-valor-total-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.cupom-desconto-info {
    display: flex;
    align-items: center;
}

.cupom-desconto-info-text cupom-desconto-valor-total-aplicado-desktop {
    display: flex;
    flex-direction: column;
    width: 55%;
}

.cupom-desconto-aplicado-valor-total-text {
    padding: 5px;
    gap: 5px;
}

.cupom-desconto-info-title {
    border: 1px solid #135277;
    border-radius: 5px;
    padding: 7px 10px;
    margin: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #135277;
}

.desconto-aplicado {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
}

    .desconto-aplicado p {
        font-size: 12px;
        color: #5f5f5f;
        font-weight: 700;
        margin: 0px;
    }

    .desconto-aplicado b {
        display: flex;
        flex-direction: row;
        font-size: 14px;
        font-weight: bold;
        color: #135277;
        flex-wrap: nowrap;
    }

.lbl-cupom {
    font-size: 14px;
    color: #248500;
}

/*JQUERY CUSTOM AUTOCOMPLE*/
.ui-autocomplete {
    overflow-x: hidden;
    width: 100px;
    background: #f6fbff;
}

.ui-menu .ui-menu-item a {
    display: block;
    width: 100%;
    color: #333;
    border-radius: 0px;
}

    .ui-menu .ui-menu-item a:hover {
        background: #68A6CE;
        color: #fff;
        border: 0;
    }

    .ui-menu .ui-menu-item a.ui-corner-all:hover, .ui-menu .ui-menu-item a.ui-corner-all:focus, .ui-menu .ui-menu-item a.ui-corner-all:active {
        background: #68A6CE !important;
        color: #fff !important;
        border-radius: 0;
    }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #68A6CE;
    border: none;
    color: #fff !important;
    border-radius: 0;
}
/*JQUERY CUSTOM AUTOCOMPLE*/

.headerEstorno {
    margin-left: 58px;
}

    .headerEstorno span {
        font-weight: 600;
        color: rgba(0, 119, 189);
    }

.tableFone input {
    width: 100%;
}

.tableFone select {
    width: 110px !important;
    height: 27px !important;
}

    .tableFone select:focus {
        background: #dff0f6;
        box-shadow: none;
        border: 1px solid #68A6CE;
    }


input[type="password"] {
    border-radius: 3px;
}

.icheckbox_flat-aero + label {
    top: 0;
}

/*.holderIngresso
{
    height: 70px;
    width: 230px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}*/

.filterTicketContainer {
    text-align: center;
    margin: 5px 0 15px;
}


.filterTicket {
    display: inline !important;
    margin: 0 10px;
}

    .filterTicket span {
        margin-top: -5px;
    }


/*CODIGO DO DREAMS CONSIGNADO*/

#CorpoModalProdDesc {
    font-size: 14px;
}

#bodyProdDesc {
    min-height: 150px;
}

.totalPrice {
    width: 94%;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
}

.l-titleProduct {
    font-size: 14px;
    line-height: 1;
    height: 30px;
}

.holderIngresso {
    text-align: center;
}

.l-btnAdd {
    margin: -5px auto 0;
    display: inline-block;
}

.boxResponsiveCart {
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    padding: 15px;
    margin: 5px 0;
}

.boxResponsiveCart__Box {
    width: 100%;
    float: left;
}

.columnResponsive span {
    background: #f2f3f7;
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
    width: 100%;
    display: inline-block;
    margin-left: -10px;
}

.columnResponsive p {
    padding: 5px 0;
    margin-left: -10px;
}

.boxResponsiveCart__Box input {
    background: #0088cc;
    padding: 5px 10px;
    border: none;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    margin-top: -4px;
}

.boxResponsiveCart__Box--input {
    width: 22%;
    border: 1px solid #cecece !important;
    background: white !important;
    margin-top: 5px;
    color: #333 !important;
    text-align: center;
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    align-content: center;
}

.produtoColecao {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 23%;
    height: 350px;
}

.lbl-esgotado {
    margin-top: 10px;
    color: #d63031;
    font-weight: 600;
    font-size: 14px;
}

.l-seletorHorario-div {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.l-seletorHorario-div-ch {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 80%;
}

.label-horario {
    align-self: flex-start;
    margin: 0px;
}

.l-seletorHorario {
    padding: 5px;
}

.hr-sessao-horaria {
    font-weight: 600;
    color: #1847ba;
    border: 1px solid #1847ba;
    border-radius: 15px;
    padding: 3px 10px;
    white-space: nowrap;
}

.l-cartaoImg {
    margin-top: 25px;
    margin-left: -25px;
}


.btnGrupoProduto {
    background: none;
    border: 1px solid #1847ba;
    border-radius: 20px;
    padding: 4px 8px;
    font-size: 14px;
    color: #1847ba;
    transition: background 0.3s ease, filter 0.3s ease;
}

.btnGrupoProduto:hover {
    filter: brightness(1.9);
}

.btnClicked {
    background-color: #1847ba;
    border-radius: 5px;
    filter: brightness(1.9);
    color: white;
}

/* =========== START RESPONSIVE =============== */

/*#region Responsive Desktop*/

@media only screen and (min-width: 992px) {
    .l-infoCartao {
        margin-left: -30px;
    }

    .l-col-4 {
        width: 30%;
        float: left;
    }

    .h-ml-165 {
        margin-left: -165px !important;
        margin-top: -15px !important;
    }
}


/*#region Responsive Tablet*/

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .boxResponsiveCart__Box--input {
        width: 22%;
        border: 1px solid #cecece !important;
        background: white !important;
        color: #333 !important;
        text-align: center;
        display: inline-block;
        padding: 5px;
        font-size: 14px;
        font-weight: bold;
    }

    .produtoColecao {
        width: 45%;
        float: left;
        margin: 0;
        height: 360px;
    }

    .l-inputQt {
        margin-left: 0%;
    }

    .l-titleProduct {
        height: 45px;
        display: block;
        font-size: 16px;
        line-height: 1.5;
    }

    .l-priceProduct {
        font-size: 16px;
        padding: 5px 15px;
        display: inline-block;
        border: 1px solid #cecece;
        width: 50%;
        margin-top: 15px;
        border-radius: 20px;
        color: #08c;
    }

    .l-btnAdd {
        float: none;
    }

    .m-1 {
        margin: -15px 0 10px;
    }

    .FidelidadeProduto img {
        width: 100% !important;
        height: auto !important;
    }

    .l-boxLogin {
        width: 80%;
    }

    .h-hidden {
        display: none !important;
    }

    .l-menuUser {
        float: left !important;
    }

    .l-menuUser__expanded {
        position: absolute;
        height: auto;
        z-index: 10;
        background: rgba(0, 119, 189);
        width: 95%;
        margin: 75px auto;
    }

    .l-pontosTopo {
        color: #fff;
        font-size: 18px;
        margin: 2px 40px;
        font-weight: 700;
        border: 2px solid #fff;
        padding: 10px;
        width: 10%;
        text-align: center;
        position: absolute;
        right: 10px;
    }

    .l-dropDownResponsive {
        padding-bottom: 10px;
    }

    .l-col-6 label {
        font-size: 11px;
    }

    .boxResponsiveCart__Box input {
        background: #0088cc;
        padding: 5px 10px;
        border: none;
        border-radius: 4px;
        color: white;
        font-weight: bold;
        margin: 0 auto;
        margin-top: -4px;
    }
}

@media only screen and (min-width: 414px) and (max-width: 767px) {

    .boxResponsiveCart__Box--input {
        width: 22%;
        border: 1px solid #cecece !important;
        background: white !important;
        margin-top: 10px;
        color: #333 !important;
        text-align: center;
        display: inline-block;
        padding: 5px;
        font-size: 14px;
        font-weight: bold;
    }

    .labelPontosTotal {
        padding: 10px;
        background: #80b96b;
        width: 35%;
        text-align: center;
        display: inline-block;
        border-radius: 3px;
        margin: 10px 0;
        color: #ffffff;
    }

    .l-adjustcheck {
        margin-top: 5px !important;
    }

    .l-col-6 {
        width: 45% !important;
        float: left !important;
        margin: 0 0 0 10px !important;
    }

    .l-col-4 {
        width: 30%;
        float: left;
        margin: 0 5px;
    }

    div.l-resetMargin {
        margin: 0 !important;
    }

    .news-content {
        margin-right: 25px;
    }

    .l-inputQt {
        margin-left: 0%;
    }

    .l-inputAlign {
        text-align: center;
    }

    .l-inputM {
        margin-left: 27% !important;
    }

    .boxResponsiveCart__Box input {
        background: #0088cc;
        padding: 5px 10px;
        border: none;
        border-radius: 4px;
        color: white;
        font-weight: bold;
        margin: 0 auto;
        margin-top: -4px;
    }

    .l-titleCart {
        border-radius: 2px;
        padding: 5px;
        margin-top: -30px;
        font-size: 18px;
        line-height: 25px;
    }

    .l-btnAdd {
        float: none;
        margin-top: 10px 0;
    }

    .l-priceProduct {
        font-size: 16px;
        padding: 5px 15px;
        display: inline-block;
        border: 1px solid #cecece;
        width: 35%;
        margin-top: 15px;
        border-radius: 20px;
        color: #08c;
    }

    .l-titleProduct {
        height: 45px;
        display: block;
        font-size: 16px;
        line-height: 1.5;
    }

    .m-1 {
        margin: -15px 0 10px;
    }

    .h-ml-10 {
        margin-left: 10px;
    }

    .editor-label {
        width: 100%;
        text-align: left;
    }

    .l-boxLogin {
        width: 100%;
    }

    .h-hidden {
        display: none !important;
    }

    .navbar-inverse .brand, .navbar-inverse .nav > li > a {
        padding: 10px;
        width: 100%;
    }

    .l-brandImage {
        margin: 19px auto;
        display: block;
    }

    .l-topBrand {
        display: block;
        text-align: center;
        margin-top: 0;
    }

    .l-mt-20 {
        margin-top: 20px;
    }

    .l-headerAjustMobile {
        padding: 10px;
        width: 25% !important;
        float: left !important;
        margin-top: 21px;
    }

    .l-pontosTopo {
        width: 25%;
        text-align: center;
        margin: 7px 0;
        float: right;
    }

    .l-menuUser {
        float: left !important;
        margin-left: 20px !important;
        margin-top: 30px !important;
    }

    .navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right {
        background: rgba(0, 119, 189);
    }

    .l-user-avatarBoxe {
        height: 300px;
    }

    .l-containerTrocaLeft {
        width: 60%;
    }

    .l-containerTrocaRight {
        width: 40%;
    }

    .labelPontosTotalTroca {
        width: 20%;
    }

    .l-aprovadoBorder {
        border: 1px solid #00cec9 !important;
        min-height: 209px;
        border-right: 30px solid #00cec9 !important;
    }

    .l-pendenteBorder {
        border: 1px solid #fdcb6e !important;
        min-height: 209px;
        border-right: 30px solid #fdcb6e !important;
    }

    .l-canceladoBorder, .l-titulovencidoBorder {
        border: 1px solid #e17055 !important;
        min-height: 209px;
        border-right: 30px solid #e17055 !important;
    }

    .l-reprovadoBorder {
        border: 1px solid #d63031 !important;
        min-height: 209px;
        border-right: 30px solid #d63031 !important;
    }

    .l-aprovadoBox {
        transform: rotateZ(90deg);
        /*background: #00cec9;*/
        padding: 5px;
        color: white;
        text-align: center;
        width: 52%;
        height: 25px;
        margin-top: 34px;
        position: absolute;
        margin-right: 0;
        margin-left: 53%;
    }

        .l-aprovadoBox p, .l-pendenteBox p, .l-canceladoBox p, .l-titulovencidoBox p, .l-reprovadoBox p {
            text-decoration: none !important;
        }

    .l-pendenteBox {
        transform: rotateZ(90deg);
        /*background: #fdcb6e;*/
        padding: 5px;
        color: white;
        text-align: center;
        width: 52%;
        height: 25px;
        margin-top: 34px;
        position: absolute;
        margin-right: 0;
        margin-left: 53%;
        text-decoration: none !important;
    }

    .l-canceladoBox, .l-titulovencidoBox {
        transform: rotateZ(90deg);
        /*background: #e17055;*/
        padding: 5px;
        color: white;
        text-align: center;
        width: 52%;
        height: 25px;
        margin-top: 34px;
        position: absolute;
        margin-right: 0;
        margin-left: 53%;
        text-decoration: none !important;
    }

    .l-reprovadoBox {
        transform: rotateZ(90deg);
        /*background: #d63031;*/
        padding: 5px;
        color: white;
        text-align: center;
        width: 52%;
        height: 25px;
        margin-top: 34px;
        position: absolute;
        margin-right: 0;
        margin-left: 53%;
        text-decoration: none !important;
    }

    .produtoColecao {
        width: 45%;
        float: left;
        margin: 10px 5px;
        height: auto;
    }

    .hr-sessao-horaria {
        padding: 2px 7px;
    }
}

.boxResponsive {
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    padding: 15px 5px;
    margin: 5px 0;
}

/* The container */
.containerlabel {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .containerlabel input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }


/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerlabel:hover input ~ .checkmark {
    background-color: #ccc;
}

.container:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkmark-dark {
    background-color: #FFF;
    border: 1.3px solid #000;
}

/* When the checkbox is checked, add a blue background */
.containerlabel input:checked ~ .checkmark {
    background-color: #2196F3;
}

.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerlabel input:checked ~ .checkmark:after {
    display: block;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerlabel .checkmark:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*#endregion */

.ctFlex {
    display: flex;
    flex-wrap: wrap;
}

.flexStep {
    flex-grow: 4;
}

.flexSaldo {
    flex-grow: 1;
}

@media (max-width: 600px) {
    .ctFlex {
        flex-direction: column-reverse;
    }

    .cupom-vendas-info-valor-total-wrapper {
        align-items: center;
    }

    .cupom-desconto-info {
        flex-direction: column;
    }
}

.imgIngresso {
    width: 170px;
    height: 100px;
}

/*#region Responsive Smartphone*/


@media only screen and (min-width: 360px) and (max-width: 413px) {

    .boxResponsiveCart__Box--input {
        width: 22%;
        border: 1px solid #cecece !important;
        background: white !important;
        margin-top: 10px;
        color: #333 !important;
        text-align: center;
        display: inline-block;
        padding: 5px;
        font-size: 14px;
        font-weight: bold;
    }

    .l-brandImage {
        margin: 10px auto;
        display: block;
    }

    .l-topBrand {
        display: block;
        text-align: center;
        margin-top: 0;
    }

    .l-mt-20 {
        margin-top: 20px;
    }

    .l-headerAjustMobile {
        padding: 10px;
        width: 25% !important;
        float: left !important;
        margin-top: 21px;
    }

    .l-pontosTopo {
        width: 25%;
        text-align: center;
        margin: 0 0 15px;
        float: right;
    }

    .l-menuUser {
        float: left !important;
        margin-left: 10px !important;
        margin-top: 30px !important;
    }

    .l-col-4 {
        width: 30%;
        float: left;
        margin: 0 5px;
    }

    div.l-resetMargin {
        margin: 0 !important;
    }

    .news-content {
        margin-right: 25px;
    }

    .l-inputAlign {
        text-align: center;
    }

    .l-inputM {
        margin-left: 25% !important;
    }

    .l-titleCart {
        border-radius: 2px;
        padding: 5px;
        margin-top: -30px;
        font-size: 18px;
        line-height: 25px;
    }

    .boxResponsiveCart__Box input {
        background: #0088cc;
        padding: 5px 10px;
        border: none;
        border-radius: 4px;
        color: white;
        font-weight: bold;
        margin: 0 auto;
        margin-top: -4px;
    }

    .editor-label {
        width: 100%;
        text-align: left;
    }

    .l-titleProduct {
        height: 30px;
        display: block;
        font-size: 16px;
        line-height: 1.5;
    }

    .m-1 {
        margin: -15px 0 10px;
    }

    .l-boxLogin {
        width: 100%;
    }

    .labelPontosTotal {
        padding: 10px;
        background: #80b96b;
        width: 30%;
        text-align: center;
        display: inline-block;
        border-radius: 3px;
        margin: 10px 0;
        color: #ffffff;
    }

    .l-btnAdd {
        float: none;
        margin: 25px 0;
    }

    .l-priceProduct {
        font-size: 16px;
        padding: 5px 15px;
        display: inline-block;
        border: 1px solid #cecece;
        width: 35%;
        margin-top: 25px;
        border-radius: 20px;
        color: #08c;
    }

    .l-iconMenuDrop {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        text-align: center;
        border: 2px solid #999;
        margin: -8px 5px;
        float: right;
        padding: 15px;
    }

    .l-aprovadoBox p, .l-pendenteBox p, .l-canceladoBox p, .l-titulovencidoBox p, .l-reprovadoBox p {
        text-decoration: none !important;
    }

    .l-border {
        border: 1px solid #cecece !important;
        min-height: 180px;
    }

    .l-aprovadoBorder {
        border: 1px solid #00cec9 !important;
        min-height: 209px;
        border-right: 30px solid #00cec9 !important;
    }

    .l-pendenteBorder {
        border: 1px solid #fdcb6e !important;
        min-height: 209px;
        border-right: 30px solid #fdcb6e !important;
    }

    .l-canceladoBorder, .l-titulovencidoBorder {
        border: 1px solid #e17055 !important;
        min-height: 209px;
        border-right: 30px solid #e17055 !important;
    }

    .l-reprovadoBorder, .l-falhaBorder {
        border: 1px solid #d63031 !important;
        min-height: 209px;
        border-right: 30px solid #d63031 !important;
    }

    .l-aprovadoBox {
        transform: rotateZ(90deg);
        /*background: #00cec9;*/
        padding: 1px;
        color: white;
        text-align: center;
        width: 58%;
        height: 25px;
        margin-top: 47px;
        position: absolute;
        margin-right: 0;
        margin-left: 51%;
        font-size: 10px;
        text-decoration: none !important;
    }

    .l-pendenteBox {
        transform: rotateZ(90deg);
        padding: 1px;
        color: white;
        /*background: #fdcb6e;*/
        text-align: center;
        width: 58%;
        height: 25px;
        margin-top: 47px;
        position: absolute;
        margin-right: 0;
        margin-left: 51%;
        font-size: 10px;
    }

    .l-canceladoBox, .l-titulovencidoBox {
        transform: rotateZ(90deg);
        /*background: #e17055;*/
        padding: 1px;
        color: white;
        text-align: center;
        width: 58%;
        height: 25px;
        margin-top: 47px;
        position: absolute;
        margin-right: 0;
        margin-left: 51%;
        font-size: 10px;
        text-decoration: none !important;
    }

    .l-reprovadoBox, .l-falhaBox {
        transform: rotateZ(90deg);
        /*background: #d63031;*/
        padding: 1px;
        color: white;
        text-align: center;
        width: 58%;
        height: 25px;
        margin-top: 47px;
        position: absolute;
        margin-right: 0;
        margin-left: 51%;
        font-size: 10px;
        text-decoration: none !important;
    }

    .l-col-12 {
        width: 93% !important;
        margin: 0 0 0 8px !important;
    }

    div.l-resetMargin {
        margin-left: 0 !important;
    }

    .l-col-6 {
        width: 45% !important;
        float: left !important;
        margin: 0 0 0 10px !important;
    }

    .l-inputQuantify {
        width: 45%;
        margin: 10px 5px;
    }

    .titleDescription {
        margin: 0 0 10px;
    }

    .h-hidden {
        display: none !important;
    }

    .js-Inativo p {
        text-decoration: line-through;
    }

    .l-Debito {
        margin: 5px 0;
        border: 2px solid #2ecc71;
    }

    .l-Credito {
        margin: 5px 0;
        border: 2px solid #e74c3c;
        text-decoration: none;
    }

    .l-dropDownResponsive span, li a {
        color: white;
    }

    .l-dropDownResponsive--user {
        color: white;
    }

    .l-columnCupomLeft {
        width: 100%;
        float: left;
    }

        .l-columnCupomLeft input {
            width: 85%;
        }

    .l-columnCupomRight {
        width: 100%;
        float: right;
    }

        .l-columnCupomRight input {
            width: 85%;
        }

    .navbar-inverse .brand, .navbar-inverse .nav > li > a {
        padding: 20px 10px;
    }

    .l-topBrand {
        display: inline-block;
        margin-top: 20px;
    }

    .l-pontosTopo {
        width: 25%;
        text-align: center;
        margin: 10px auto;
        float: none;
    }

    .l-containerTrocaLeft {
        width: 100%;
    }

    .l-containerTrocaRight {
        border: none;
        width: 100%;
    }

    .labelPontosTotalTroca {
        width: 40%;
    }

    .l-cartaoImg {
        margin: 0;
    }

    .produtoColecao {
        width: 45%;
        float: left;
        margin: 10px 5px;
        height: auto;
    }

    .hr-sessao-horaria {
        font-size: 11px;
        padding: 2px 7px;
    }
}


@media only screen and (min-width: 100px) and (max-width: 375px) {

    .boxResponsiveCart__Box--input {
        width: 22%;
        border: 1px solid #cecece !important;
        background: white !important;
        margin-top: 10px;
        color: #333 !important;
        text-align: center;
        display: inline-block;
        padding: 5px;
        font-size: 14px;
        font-weight: bold;
    }

    .l-aprovadoBox p, .l-pendenteBox p, .l-canceladoBox p, .l-titulovencidoBox p, .l-reprovadoBox p, .l-falhaBox p {
        text-decoration: none !important;
    }

    .l-brandImage {
        margin: 10px auto;
        display: block;
    }

    .l-topBrand {
        display: block;
        text-align: center;
        margin-top: 0;
    }

    .l-mt-20 {
        margin-top: 20px;
    }

    .l-headerAjustMobile {
        padding: 10px;
        width: 25% !important;
        float: left !important;
        margin-top: 21px;
    }

    .l-pontosTopo {
        width: 25%;
        text-align: center;
        margin: 0 0 15px;
        float: right;
    }

    .l-menuUser {
        float: left !important;
        margin-left: 10px !important;
        margin-top: 30px !important;
    }

    .l-col-4 {
        width: 30%;
        float: left;
        margin: 0 5px;
    }

    div.l-resetMargin {
        margin-left: 0 !important;
    }

    .news-content {
        margin-right: 25px;
    }

    .l-inputAlign {
        text-align: center;
    }

    .l-inputM {
        margin-left: 25% !important;
    }

    .l-titleCart {
        border-radius: 2px;
        padding: 5px;
        margin-top: -30px;
        font-size: 18px;
        line-height: 25px;
    }

    .boxResponsiveCart__Box input {
        background: #0088cc;
        padding: 5px 10px;
        border: none;
        border-radius: 4px;
        color: white;
        font-weight: bold;
        margin: 0 auto;
        margin-top: -4px;
    }

    .editor-label {
        width: 100%;
        text-align: left;
    }

    .l-titleProduct {
        height: 30px;
        display: block;
        font-size: 16px;
        line-height: 1.5;
    }

    .m-1 {
        margin: -15px 0 10px;
    }

    .l-boxLogin {
        width: 100%;
    }

    .labelPontosTotal {
        padding: 10px;
        background: #80b96b;
        width: 30%;
        text-align: center;
        display: inline-block;
        border-radius: 3px;
        margin: 10px 0;
        color: #ffffff;
    }

    .l-btnAdd {
        float: none;
        margin: 25px 0;
    }

    .l-priceProduct {
        font-size: 16px;
        padding: 5px 15px;
        display: inline-block;
        border: 1px solid #cecece;
        width: 35%;
        margin-top: 25px;
        border-radius: 20px;
        color: #08c;
    }

    .l-iconMenuDrop {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        text-align: center;
        border: 2px solid #999;
        margin: -8px 5px;
        float: right;
        padding: 15px;
    }

    .l-border {
        border: 1px solid #cecece !important;
        min-height: 180px;
    }

    .l-aprovadoBorder {
        border: 1px solid #00cec9 !important;
        min-height: 209px;
        border-right: 30px solid #00cec9 !important;
    }

    .l-pendenteBorder {
        border: 1px solid #fdcb6e !important;
        min-height: 209px;
        border-right: 30px solid #fdcb6e !important;
    }

    .l-canceladoBorder, .l-titulovencidoBorder {
        border: 1px solid #e17055 !important;
        min-height: 209px;
        border-right: 30px solid #e17055 !important;
    }

    .l-reprovadoBorder {
        border: 1px solid #d63031 !important;
        min-height: 209px;
        border-right: 30px solid #d63031 !important;
    }

    .l-aprovadoBox {
        transform: rotateZ(90deg);
        /*background: #00cec9;*/
        padding: 1px;
        color: white;
        text-align: center;
        width: 64%;
        height: 25px;
        margin-top: 47px;
        position: absolute;
        margin-right: 0;
        margin-left: 46%;
        font-size: 10px;
        text-decoration: none !important;
    }

    .l-pendenteBox {
        transform: rotateZ(90deg);
        /*background: #fdcb6e;*/
        padding: 1px;
        color: white;
        text-align: center;
        width: 64%;
        height: 25px;
        margin-top: 47px;
        position: absolute;
        margin-right: 0;
        margin-left: 46%;
        font-size: 10px;
        text-decoration: none !important;
    }

    .l-canceladoBox, .l-titulovencidoBox {
        transform: rotateZ(90deg);
        /*background: #e17055;*/
        padding: 1px;
        color: white;
        text-align: center;
        width: 64%;
        height: 25px;
        margin-top: 47px;
        position: absolute;
        margin-right: 0;
        margin-left: 46%;
        font-size: 10px;
        text-decoration: none !important;
    }

    .l-reprovadoBox {
        transform: rotateZ(90deg);
        /*background: #d63031;*/
        padding: 1px;
        color: white;
        text-align: center;
        width: 64%;
        height: 25px;
        margin-top: 47px;
        position: absolute;
        margin-right: 0;
        margin-left: 46%;
        font-size: 10px;
        text-decoration: none !important;
    }

    .l-col-12 {
        width: 93% !important;
        margin: 0 0 0 8px !important;
    }

    .l-col-6 {
        width: 45% !important;
        float: left !important;
        margin: 0 0 0 10px !important;
    }

    .l-inputQuantify {
        width: 45%;
        margin: 10px 5px;
    }

    .titleDescription {
        margin: 0 0 10px;
    }

    .h-hidden {
        display: none !important;
    }

    .js-Inativo p {
        text-decoration: line-through;
    }

    .l-Debito {
        margin: 5px 0;
        border: 2px solid #2ecc71;
    }

    .l-Credito {
        margin: 5px 0;
        border: 2px solid #e74c3c;
        text-decoration: none;
    }

    .l-dropDownResponsive span, li a {
        color: white;
    }

    .l-dropDownResponsive--user {
        color: white;
    }

    .l-columnCupomLeft {
        width: 100%;
        float: left;
    }

        .l-columnCupomLeft input {
            width: 85%;
        }

    .l-columnCupomRight {
        width: 100%;
        float: right;
    }

        .l-columnCupomRight input {
            width: 85%;
        }

    .navbar-inverse .brand, .navbar-inverse .nav > li > a {
        padding: 20px 10px;
    }

    .l-topBrand {
        display: inline-block;
        margin-top: 20px;
    }

    .l-pontosTopo {
        width: 25%;
        text-align: center;
        margin: 5px auto;
        float: none;
    }

    .navbar .nav.pull-right {
    }

    .l-containerTrocaLeft {
        width: 100%;
    }

    .l-containerTrocaRight {
        border: none;
        width: 100%;
    }

    .labelPontosTotalTroca {
        width: 40%;
    }

    .l-cartaoImg {
        margin: 0;
    }

    .produtoColecao {
        width: 45%;
        float: left;
        margin: 10px 5px;
        height: auto;
    }

    .hr-sessao-horaria {
        font-size: 11px;
        padding: 2px 7px;
    }
}


/*#endregion*/

.erro-editar {
    font-size: larger !important;
    font-weight: bold !important;
}

.dropdownBtn-wrapper {
    padding: 0px;
}

.l-btndropdown {
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    border-radius: 50%;
    float: none;
    padding: 5px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #707070;
}

.dark-nav a {
    background: #0077BD;
}

.dark-nav li a {
    background: #135277;
}

.container-envio-de-nfe, .container-confirmo-termos {
    width: 100%;
}

.saldo-sem-data-calendario .span12 {
    width: 50%;
}
