﻿.cambista {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .cambista > h4 {
        border: none;
        text-decoration: none;
        background-color: rgba(255, 255, 255, .15) !important;
        width: fit-content;
        display: flex;
        margin: 0px 10px;
        padding-bottom: 0px;
        border-radius: 8px;
    }

        .cambista > h4 > a {
            color: white;
            font-size: 80%;
            padding: 10px 60px 0px 0px;
            border: none;
            text-decoration: none;
            line-height: 20px;
        }

        .cambista > h4::before {
            font-family: 'FontAwesome';
            content: '\f06a';
            margin: 15px 25px 10px;
            font-size: 25px;
            color: orange;
        }

div.polaroid {
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.19), 0 3px 3px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    margin-bottom: 10px;
    background: #fff !important;
}

.bg-white {
    background: white !important;
    padding: 15px 15px !important;
    border-radius: 8px !important;
    /*box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);*/
}

.p-global {
    padding: 50px 30px !important;
}

.m-global {
    margin: 15px 0px !important;
}

div.polaroidcontainer {
    padding: 10px;
}

.polsombra {
    height: 100%;
    width: 100%;
}

.vertical-align-middle {
    vertical-align: middle;
}

.polsombra-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0,0,0,0.75) !important;
}

.polsombra:hover .polsombra-overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

.polsombra:hover .btn-ic {
    transition: .3s ease;
    background-color: rgba(0,0,0,-0.25) !important;
    border-color: rgba(0,0,0,0.1) !important;
}

    .polsombra:hover .btn-ic:hover {
        background-color: #fff !important;
        border-color: rgba(0,0,0,0.1) !important;
    }

p.limit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.polsombra:hover a:focus, .polsombra:hover a:hover {
    color: #000;
    text-decoration: underline;
}

.fa-eye {
    display: inline;
    position: absolute;
    right: -1px;
    top: 0px;
    cursor: pointer;
    font-weight: 400;
    line-height: 1;
    color: #778899;
}

.fa-eye-slash {
    display: inline;
    position: absolute;
    right: -1px;
    top: 0px;
    cursor: pointer;
    font-weight: 400;
    line-height: 1;
    color: #778899;
}

.user-navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-right: 10px;
}

.navbar-collapse {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.menuchange {
    margin: 0px;
    position: absolute !important;
    right: 0px;
    top: -30px;
    z-index: 3;
}

@media screen and (max-width:345px) {
    .btn-ic {
        font-size: 9px;
    }
}

@media screen and (min-width:346px) and (max-width:768px) {
    .btn-ic {
        font-size: 14px;
    }

    .logo-lg-md {
        width: 200px;
        position: relative !important;
        margin-top: 0px !important;
        margin-left: 0px !important;
    }
}

@media screen and (min-width:769px) and (max-width: 991px) {
    .position-user {
        display: flex !important;
        gap: 5px;
        font-size: 12px;
        align-items: center;
    }

    .logo-lg-md {
        width: 200px;
        position: relative !important;
        margin-top: 0px !important;
    }

    .nav-royal {
        position: relative;
        min-height: 50px;
        border: 1px solid transparent;
        margin-bottom: 0px !important;
        width: 100%;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .navbar-nav > li > a {
        color: white !important;
    }

    .navbar-collapse {
        margin: 0px;
        padding: 0px;
    }
}

@media screen and (min-width:992px) and (max-width:1210px) {
    .btn-ic {
        font-size: 8px;
    }
}

@media screen and (min-width:1210px) {
    .btn-ic {
        font-size: 14px;
    }
}

div.imp-voucher {
    z-index: 10;
    float: right;
    position: absolute;
    margin-top: 4px;
    margin-left: -10px;
    left: 45%;
}

.pol-flower {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

@media screen and (max-width:768px) {
    div.imp-voucher {
        z-index: 10;
        float: none;
        position: inherit;
        margin-top: 4px;
        display: block;
    }



    .navbar-header {
        width: 100%;
    }

    .position-user {
        display: flex !important;
        flex-direction: column;
        gap: 8px;
    }

    .nav-royal {
        align-items: center !important;
        display: block !important;
        justify-content: end;
    }
}

.m-0 {
    margin: 0px !important;
}

body {
    padding-right: 0px !important;
}

.setorbtn {
    text-align: center;
    -webkit-box-shadow: 4px 2px 29px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 2px 29px -9px rgba(0,0,0,0.75);
    box-shadow: 4px 2px 29px -14px rgba(0,0,0,0.75);
    border: 1px solid #ddd;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 95%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 95%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 95%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    font-size: 17px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.align-prog {
    padding-left: 0px;
    padding-right: 0px;
}
/*modalfull*/
.vertical-alinhamento {
    text-align: center;
}

.my-align {
    display: inline-block;
    float: none !important;
    text-align: left;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.darkfont {
    color: #3a3a3a;
    position: relative;
    top: -15%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform: scale(0.9);
}

    .darkfont:hover {
        color: #3a3a3a;
        position: relative;
        top: -15%;
    }

.whitefont {
    color: White;
    position: relative;
    top: 25%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform: scale(0.9);
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}

    .whitefont:hover {
        color: White;
        position: relative;
        top: 25%;
        transform: scale(1.0);
    }


.bg-programacao {
    height: 125px;
    background-image: url('../img/img-prog.jpg');
    background-size: cover;
    border-radius: 10px;
}

.bg-pdv {
    height: 125px;
    /*background-image: url('../img/pdv.jpg');*/
    background-size: cover;
    border-radius: 10px;
}

@media screen and (max-width: 450px) {
    .col-xs-12 {
        width: 100%;
        margin-bottom: 12px;
    }

    .myclock {
        display: none;
    }

    .font-prog {
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        color: White;
        transform: scale(1.0);
        position: absolute;
        top: 25px;
        left: 25%;
    }
}

@media screen and (max-width: 700px) {
    .hidden-voucher-xs {
        display: none;
    }

    .show-voucher-xs {
        display: block;
    }
}

@media screen and (min-width: 701px) {
    .hidden-voucher {
        display: none;
    }
}

@media print and (max-width: 700px) {
    .hidden-voucher-xs {
        display: none;
    }

    .show-voucher-xs {
        display: block;
    }
}

@media print and (min-width: 701px) {
    .hidden-voucher {
        display: none;
    }
}

.padding-marin-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

/* .modal-fullscreen */
.zebra:nth-child(odd) {
    background: #e0e0e0;
}

.modal-fullscreen {
    background: transparent;
}

    .modal-fullscreen .modal-content {
        background: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.modal-backdrop.modal-backdrop-fullscreen {
    background: #ffffff;
}

    .modal-backdrop.modal-backdrop-fullscreen.in {
        opacity: .97;
        filter: alpha(opacity=97);
    }

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media (min-width: 768px) {
    .modal-fullscreen .modal-dialog {
        width: 750px;
    }

    .m-ingresso.modal-dialog {
        width: 99% !important;
        margin: 10px auto;
    }
}

@media (min-width: 992px) {
    .modal-fullscreen .modal-dialog {
        width: 970px;
    }

    .m-ingresso.modal-dialog {
        width: 970px !important;
        margin: 10px auto;
    }
}

@media (min-width: 1200px) {
    .modal-fullscreen .modal-dialog {
        width: 1170px;
    }
}

/*modalfull*/
.formatevent {
    width: 310px;
    height: 195px;
    position: relative;
}

.ev-grid-space {
    margin-top: 80px;
}

ul.nav > li > a {
    outline: 0 !important;
}

@media screen and (max-width:1200px) {
    .formatevent {
        width: 250px;
        height: 188px;
        position: relative;
        margin-left: 15px;
    }
}

@media screen and (max-width:990px) {
    .formatevent {
        width: 310px;
    }
}

@media screen and (max-width:767px) {
    .formatevent {
        width: inherit;
    }

    /*.container-fluid {
        padding-left: 5px !important;
        margin-left: 10px;
    }*/

    .ev-grid-space {
        margin-top: 25px;
    }

    .page-header {
        padding-bottom: 9px;
        margin: 15px 0 20px;
        border-bottom: 1px solid #eee;
    }

    .btn-response {
        font-size: 11px;
    }

    .custom-button {
        width: 100%;
        display: block;
    }
}

@media all and (max-width:480px) {
    /*.custom-button 
	{ 
   		width: 100%; 
   		display:block; 
	}*/
    /*#divPrincipal_gvSetores
	{
   		width:500px;
	}*/
}

.img-evento-p {
    max-width: 350px;
    min-width: 350px;
    min-height: 254px;
    max-height: 254px;
}

.footer-w {
    color: white;
}

.headerdivider {
    border-left: 2.5px solid white;
    width: 2px;
    height: 80px;
    position: relative;
}

.social-flower {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    display: flex;
    flex-direction: column;
}

    .social-flower a {
        display: flex;
        gap: 10px;
        align-items: center;
    }

.social-links {
    display: flex;
    justify-content: left;
    gap: 10px;
}

.social-item {
    display: flex;
    justify-content: center;
    column-gap: 8px;
    /*align-items: center;*/
    margin-top: 3px;
}

    .social-item img {
        width: 25px;
        height: auto;
    }

.pontodevenda {
    height: 140px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 4px;
    box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 29%);
}

    .pontodevenda i {
        font-size: 90px;
        position: absolute;
        opacity: .3;
        bottom: 28px;
        right: 10px;
        color: #c3c3c3 !important;
        transition: .3s ease-in-out;
    }

    .pontodevenda:hover i {
        color: #474747 !important;
        font-size: 100px;
    }

    .pontodevenda:hover > h3.darkfont {
        font-size: 30px;
    }

@media screen and (max-width:992px) {
    .pontodevenda i {
        display: none;
    }
}

.pontodevenda h3 {
    font-weight: bold;
}

.navbar-toggle {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

@media screen and (max-width: 768px) {
    .ft-align {
        margin-left: 0px !important;
    }
}

@media screen and (min-width: 769px) {
    .ft-align {
        margin-left: 100px;
    }
}

@media screen and (max-height:1024px) {
    .slider-controle {
        margin-top: 150%;
    }
}

@media screen and (max-width:321px) {
    .img-evento {
        width: 260px;
        height: 195px;
    }
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(255,255,255,0);
    border: red;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: black;
}

@media screen and (max-width:768px) {
    .slider-controle {
        margin-top: 135% !important;
    }
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: -30px;
    }
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    color: white;
    background-color: #001e67;
    color: White !important;
}

.modal-content {
    margin: auto;
}

body {
    font-family: 'poppins';
}

a {
    color: #000;
}

hr {
    height: 3px;
    background-color: #bbb;
    width: 97%;
    margin-left: 13px;
    margin-top: 5px;
}

.nav-align {
    padding-top: 19px;
}

.nav-margin {
    margin-top: -10px;
}

.search-align {
    margin-top: -12px;
}

.royal {
    color: #001e67;
}

.btn-royal, .btn-royal:focus {
    background-color: #001e67;
    color: #fff;
    border-radius: 5px;
}

    .btn-royal:hover {
        background-color: #fff;
        color: #001e67;
        border-color: #001e67;
        border-radius: 5px;
    }

.slider-controle {
    margin-top: 75%;
}

.slider-alinhamento {
    margin-top: 10px;
}

.xs-name {
    margin-top: 35px;
}

.b-grid {
    padding-top: 36px;
}

.ev-data {
    position: absolute;
    top: -5px;
    padding: 2px 10px;
    background-color: #001e67;
    right: 3px;
    border: 3px solid #fff !important;
    font-weight: 700;
    color: #fff;
}

.ev-title {
    font-size: 20px;
    margin-left: 15px;
    font-weight: 900;
}

.ev-desc-c {
    font-size: 15px;
    margin-left: 15px;
    width: 75%;
}

.ev-mb-on {
    position: absolute;
    top: 235px;
    padding: 2px 10px;
    background-color: #2ecc71;
    right: 10px; /* border: 3px solid #fff; */
    font-weight: 700;
    color: #fff;
}

.ev-mb-off {
    position: absolute;
    top: 235px;
    padding: 2px 10px;
    background-color: #95a5a6;
    right: 10px; /* border: 3px solid #fff; */
    font-weight: 700;
    color: #fff;
}

.ev-mb-on-r {
    position: absolute;
    top: 190px;
    padding: 2px 10px;
    background-color: #2ecc71;
    right: 10px; /* border: 3px solid #fff; */
    font-weight: 700;
    color: #fff;
}

.ev-mb-off-r {
    position: absolute;
    top: 190px;
    padding: 2px 10px;
    background-color: #95a5a6;
    right: 10px; /* border: 3px solid #fff; */
    font-weight: 700;
    color: #fff;
}

.ft-h {
    height: 30px;
}

.ft-align {
    margin-left: 20px;
}
/*telas de erro start*/
.error-com {
    margin: 50px 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .error-com h1 {
        font-weight: bolder;
        font-size: 110px;
        margin-bottom: 50px;
    }

.msg-error {
    background-color: rgba(255, 200, 0, .1);
    padding: 20px 15px;
    border-radius: 8px;
    width: fit-content;
    display: flex;
    align-items: center;
}

    .msg-error:before {
        font-family: 'FontAwesome';
        content: '\f06a';
        margin: 15px 25px 10px;
        font-size: 40px;
        color: orange;
        position: relative;
        float: left;
    }
/*telas de erro end*/
label.error {
    color: #a94442;
    font-size: 85%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 100;
    padding-top: 5px;
}

input.error {
    border-color: #a94442;
}

    input.error:focus {
        border-color: #843534;
        box-shadow: 0 1px 1px rgba(0,0,0,0.75) inset,0, 0 6px #843534;
        outline: 0 none;
    }


.Center-Img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.th-left {
    text-align: left;
}

.th-center {
    text-align: center;
}

.th-right {
    text-align: right;
}


.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #001e67;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.spinner-wrapper {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2100;
}

.mkd-st-loader {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2100;
}

.mkd-st-loader1 {
    height: 100%;
    position: relative;
    display: inline-block;
    width: 100%;
}

.mkd-st-loader .spinner {
    font-size: 10px;
    height: 70px;
    text-align: center;
    width: 50px;
}

    .mkd-st-loader .spinner > div {
        background-color: #001e67;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .mkd-st-loader .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .mkd-st-loader .spinner .rect3 {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .mkd-st-loader .spinner .rect4 {
        -webkit-animation-delay: -0,9s;
        animation-delay: -0.9s;
    }

    .mkd-st-loader .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

.mkd-st-loader .pulse {
    animation: 1s ease-in-out 0s normal none infinite running scaleout;
    background-color: #d4145a;
    border-radius: 16px;
    height: 32px;
    margin: -16px 0 0 -16px;
    width: 32px;
}

.mkd-smooth-transition-loader {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
}

.img-slider {
    min-width: 100%;
    max-height: 355px;
}

.margin-ft-evento {
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
    position: sticky;
    float: right;
}

.img-evento {
    width: 260px;
    height: 195px;
}

.heigth-img-evento {
    height: 500px;
}

.row-royal {
    background-color: #001e67;
    padding-top: 20px;
    color: White;
    display: flex;
    flex-direction: column;
}

.top_align {
    align-self: end;
    display: flex;
    justify-content: end;
    align-items: center;
}

.navbar-custom {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .navbar-custom a {
        color: #ffffff;
    }

logo-royal {
    width: 280px;
    position: absolute;
    margin-left: -110px;
    margin-top: -13px;
}

.nav-royal {
    position: relative;
    min-height: 50px;
    border: 1px solid transparent;
    margin-bottom: 0px !important;
    width: 100%;
    display: block;
}

.ev-title-footer {
    font-size: 15px;
    margin-left: 15px;
    font-weight: 900;
}

.footer-w {
    color: White;
}

    .footer-w a {
        color: White;
    }

.footer-cores {
    position: relative;
    bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
}

.content {
    min-height: 800px;
}

footer {
    width: 100%;
    bottom: 0px;
}

.t-modal .modal-header {
    color: White;
    background-color: #001e67;
    height: 50px;
}

    .t-modal .modal-header button {
        color: White;
    }

.control-modal {
    margin-bottom: 12px;
}

.align-modal {
    padding-bottom: 30px;
    color: #b2b2b2;
}

.modal-do {
    font-size: 18px;
}

.myengine {
    height: 340px;
    margin-left: -10px;
}

.inheritmaster {
    position: inherit;
}

@media(max-width:1200px) {
    .myengine {
        height: 350px;
        padding-left: 10px;
    }

    .img-evento {
        width: 230px;
        height: 173px;
        position: absolute;
        top: 0;
        right: 0;
        border: 0;
        margin-right: 10px;
    }

    .inheritmaster {
        position: inherit;
        top: 200px;
        left: 0px;
    }

    .logo-lg-md {
        width: 225px;
        position: absolute;
        margin-top: -15px;
        margin-left: 0px;
    }

    .ev-data {
        position: absolute;
        top: -5px;
        padding: 2px 10px;
        background-color: #001e67 !important;
        right: 90px;
        border: 3px solid #fff;
        font-weight: 700;
        color: #fff !important;
        position: absolute;
        top: 0;
        right: 0px !important;
        border: 0;
    }
}

.buybtn {
    width: 225px;
    font-size: 20px;
}

@media screen and (max-width:650px) {
    .buybtn {
        display: block;
        width: 100%;
    }
}

@media (max-width: 990px) and (min-width: 700px) {
    .ev-data {
        right: 236px;
    }
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    margin-left: 5px;
    border: 1px solid transparent;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .2s;
    border-radius: 4px;
}

    .navbar-nav > li > a:hover {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }
/*alterações campo de busca start*/
.form-inline {
    display: flex;
    justify-content: center;
}

    .form-inline div.input-group {
        width: 100% !important;
    }

.add-on {
    width: 32px !important;
}
/*alterações campo de busca end*/
.modal.modal-wide .modal-dialog {
    width: 90%;
}

.modal-wide .modal-body {
    overflow-y: auto;
}

.modalfull.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.modalfull.modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.modalfull.modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: none;
    margin: 0px 30px 15px 30px;
}

@media screen and (max-width: 1167px) {
    .tamanho {
        width: 1100px !important;
        max-width: 1100px !important;
    }
}

@media screen and (max-width: 500px) {
    .modalfull.modal-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-shadow: none;
        margin: 0px 15px 15px 15px;
    }

    .modal-do {
        font-size: 16px;
    }
}

.modalfull.modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    padding: 10px;
    border: 0;
}

.modalfull.modal-body {
    position: absolute;
    top: 50px;
    bottom: 60px;
    width: 100%;
    font-weight: 300;
    overflow: auto;
}

.modalfull.modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: inherit;
    padding: 10px;
    background-color: white;
}

.padding-right-0 {
    padding-right: 0px !important;
}



.btn-resize {
    width: 130px;
    margin-bottom: 3px;
}

.btn-doubleline {
    height: 55px;
    width: 100px;
}

@media screen and (max-width:700px) {
    .btn-doubleline {
        height: 55px;
        width: 82px;
        font-size: 12px;
        margin: 0px;
        padding: 0px;
    }
}

.button-badge {
    position: relative !important;
}

    .button-badge:hover {
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) !important;
    }

.badge {
    background-color: red !important;
    position: absolute !important;
    top: -10px !important;
    right: -10px !important;
    font-size: .85em !important;
    font-weight: normal !important;
    line-height: normal !important;
    color: White !important;
}

.btn-block + span + .btn-block {
    margin-top: 5px;
}

select option:disabled {
    background: #dddddd;
}

.float-wpp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float-wpp {
    margin-top: 16px;
}

.d-flex {
    display: flex !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.nav-tabs-1 > li {
    float: none !important;
    display: inline-block !important;
    zoom: 1 !important;
    width: 160px !important;
}

.nav-tabs-1 {
    text-align: center !important;
}

span.hidepass {
    float: right;
    margin-top: -25px;
    left: -10px;
    top: 0px;
    position: relative;
    z-index: 2;
}

::-ms-reveal {
    display: none;
}

.card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*campo de desconto no compra_status.aspx*/
.discount-section {
    width: 320px;
}

    .discount-section p {
        font-weight: bold;
    }

    .discount-section input:first-child {
        /*width: 350px !important;*/
    }

.discount-resume {
    font-weight: bold;
    padding: 10px 0px 0px 0px;
}

    .discount-resume p {
        display: flex;
        justify-content: space-between;
    }

.discount-dash {
    text-decoration: line-through;
    color: grey;
}

.new-value {
    color: #5cb85c;
    font-weight: bold;
    font-family: sans-serif;
}

.price-space {
    font-weight: bold;
    font-family: sans-serif;
    font-size: 18px;
    margin: 7px 0px;
}

.small-price {
    font-size: 80%;
}

.discount-amount span:last-child {
    color: #5cb85c !important;
}

.discount-container {
    display: flex !important;
}

.discount-container-r {
    display: none !important;
}

.discount-name {
    justify-content: space-between !important;
    padding: 10px 0px;
}

    .discount-name p {
        margin-bottom: 0px;
    }

    .discount-name i {
        color: #5cb85c !important;
    }

.remove-discount {
    text-decoration: underline !important;
    color: red;
    cursor: pointer;
}

.tickets-buttons-lower {
    display: flex;
    justify-content: flex-end;
}

.buttons-lower {
    width: 320px;
    justify-content: end;
    display: flex;
    gap: 3px;
}

@media screen and (max-width:768px) {
   
     .discount-container .discount-section {
            width: 100% !important;
        }

            .discount-container .discount-section input:first-child {
                width: 100% !important;
            }

    .discount-name {
        justify-content: space-between !important;
        padding: 10px 0px;
        width: 100%;
    }

    .buttons-lower {
        justify-content: end;
        display: flex;
        width: 100%;
    }
}

@media screen and (min-width: 1295px) {
    .size-icon {
        font-size: 23px !important;
    }

    .size-svg {
        width: 24px !important;
    }
}

@media screen and (min-width: 1228px) and (max-width: 1294px) {
    .size-icon {
        font-size: 18px !important;
    }

    .size-svg {
        width: 20px !important;
    }
}

@media screen and (min-width: 1111px) and (max-width: 1227px) {
    .size-icon {
        font-size: 16px !important;
    }

    .size-svg {
        width: 17.5px !important;
    }
}

@media screen and (max-width: 1110px) {
    .size-icon {
        font-size: 13px !important;
    }

    .size-svg {
        width: 15px !important;
    }
}

@media screen and (max-width: 1040px) {
    .size-icon {
        font-size: 10px !important;
    }

    .size-svg {
        width: 12px !important;
    }
}

@media screen and (max-width: 991px) {
    .size-icon {
        font-size: 24px !important;
    }

    .size-svg {
        width: 24px !important;
    }
}

.icon-img {
    width: 100px;
    position: absolute;
    right: 50px;
    bottom: 50px;
    opacity: .3;
}

.footer-left {
    display: flex;
    justify-content: space-between;
}


@media screen and (max-width:992px) {
    .social-flower {
        font-family: 'Poppins';
        font-weight: 400;
        font-style: normal;
        font-size: 25px !important;
        display: flex;
        flex-direction: row !important;
        gap: 25px;
    }

        .social-flower > a > span {
            display: none;
        }

        .social-flower > a > i {
            font-size: 25px !important;
        }

    .footer-left {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}
