/* APP */

*, input, button {
    border: none;
    outline: transparent !important;
    -webkit-tap-highlight-color: transparent !important;
}

body {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent !important;

}

/* Login */
@media screen and (max-width: 599px) {
    .sfe-card {
        width: 100% !important;
        max-width: 550px !important;
    }
}

@media screen and (min-width: 600px) {
    .sfe-card {
        width: 550px !important;
        max-width: 550px !important;
    }
}

.containerApp{

}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #EFF3F6;
}

::-webkit-scrollbar-track {
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #97A7B4;
    /* border: 1px solid #424242 */
}

.innerRegrasCondicoes a{
    text-decoration: none;
    color: #00b7ff;
}

/* loader */
.loader-ingressos {
    background-color: #fff !important;
    width: 100% !important;
    height: 100% !important;
    display: flex ;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    z-index: 999 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.loader-ingressos > .logo {
    width: 150px !important;
    padding-bottom: 5px !important;
}

.loader-ingressos > .loader-ingressos-padding {
    width: 30px !important;
    height: 30px !important;
}

/* Footer */

.sfe-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 60px;
    width: 100%;
    border-top: 2px solid #081f3f;
    margin-top: 15px;
}

.sfe-footer > a > img {
    height: 25px;
}

/* Generico */

* {
    text-decoration: none;
}

body{
    background-color: #FBFBFB;
}

.click{
    border: 1px solid #EFF3F6 !important;
    transition: .2s ease;
}

.click:active{
    opacity: 0.7;
    transform: scale(0.97)
}

.click:hover{
    border: 1px solid #6B8194 !important;
    transition: .2s ease;
}
/* menu de acesso rapido */
.sfe-btnFastAccess{

}
/* Botoes ver detalhes em minhas compras */
.sfe-btnDetails{

}

/* Botões topbar */

.sfe-topBarButtom{

}

.sfe-topBarButtom > .icon{

}
/* Botão finalizar pagamento */
.sfe-buttonFinalizarPagamento{

}
.sfe-userNameTopBar {
    display: flex;
    align-items: center;
    color: #5A6C7C;
}

/* Sale Bar */

.sfe-buttonCalendario {
    background-color: #673ab7 !important;
    color: #FFFFFF !important;
}

.sfe-buttonCalendario > .icon {
    color: #FFFFFF !important;
}

@-webkit-keyframes arrowanimate {
    from {
        transform: translateY(-2px);
    }
    to {
        transform: translateY(2px);
    }
}
@keyframes arrowanimate {
    from {
        transform: translateY(-2px);
    }
    to {
        transform: translateY(2px);
    }
}

/* Acesso celular */

.sfe-acessoCelular{
    background-color: #2c3c84
}

/* Item Venda */

.sfe-itemVenda{
    height: auto !important;
}

.sfe-itemVenda > .details{
    cursor: pointer;
}

.sfe-itemVenda > .details{
    background-color: #0D47A1
}

.sfe-itemVenda > .details > .texts > .contents{
    width: 100%;
    padding: 12px 0px !important;
}

.sfe-itemVenda > .details > .texts > .contents > .name{
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sfe-itemVenda > .details > .texts > .contents > .description{
    color: #d4d4d4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sfe-itemVenda > .details > .texts > .contents > .price{
    color: #FFFFFF;
    padding-top: 4px !important;
}

.sfe-itemVenda > .details > .actions {
    border: 1px
}

.sfe-itemVenda > .details > .actions > .contentActions {
    width: 100%;
    display: flex;
    background-color: #FF9800;
}

.sfe-itemVenda > .details > .actions > .contentActions > .button {
    background-color: #FF9800;
    color: #FFFFFF;
    transition: 0.1s;
    outline-color: #FFFFFF;
    box-sizing: border-box;
    cursor: pointer;
}

.sfe-itemVenda > .details > .actions > .contentActions > .button:active {
    background-color: #EF6C00;
    color: #FFFFFF
}

.sfe-itemVenda > .details > .actions > .contentActions > .value {
    background-color: #EF6C00;
    font-size: 1.4em !important;
    color: #FFFFFF;
    cursor: default;
}

.sfe-itemVenda > .details > .actions > .add {
    background-color: #1565C0;
    font-size: 1.2em !important;
    color: #FFFFFF;
    width: 100%;
    position: absolute;
}

/* Button Actions */
.sfe-buttonactions > * {
    transition: all 0.15s ease-in 0s; 
}

.sfe-buttonactions > .button{
    background-color: #1565C0 !important;
    color: #FFFFFF;
    /* --webkit-box-shadow: 0px 12px 7px -9px rgba(0, 0, 0, 0.2);
    --moz-box-shadow: 0px 12px 7px -9px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 12px 7px -9px rgba(0, 0, 0, 0.2); */
}

/* efeitos hover*/
.button:hover, .sfe-buttonNext:hover, .sfe-buttonProximoPasso:hover, 
.sfe-buttonPagamento:hover , .sfe-buttonPrint:hover, .sfe-btnDetails:hover,
.sfe-btnFastAccess:hover, .buttonAdicionar:hover, .sfe-buttonPrint:hover, .sfe-buttonPdf:hover {
    opacity: .89;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sfe-buttonactions > .button:disabled{
    background-color: #C4CDD4 !important;
    cursor: initial !important;
    box-shadow: none;
}

.sfe-buttonactions > .button:disabled:hover{
    background-color: #C4CDD4 !important;
    opacity: 1;
}


.sfe-buttonactionsBar{
    margin: 0px 4px;
    width: 100% !important;
}

/* logo Splash Screen */

.sfe-splash > .logo {
    width: 150px;
    display: 'block';
    padding-left: 10;
    padding-right: 10;
    padding-top: 10;
    padding-bottom: 15
}

.sfe-splash > .loader {
    width: 500px;
}

/* Calendar */
/* Size Content*/
.calendar-content{
    background-color: #FFFFFF;
    color: rgb(131, 130, 130);
    text-align: center;
    border-radius: 12px;
    overflow: hidden;
}

@media only screen and (max-width: 614px){
    .calendar-content {
        width: 92%;
    }
}

@media only screen and (min-width: 615px){
    .calendar-content {
        width: 550px;
    }
}

/* Cell*/

.calendar-base {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 0;
    outline: 1px solid #92a1b0 !important;
    color: #FFFFFF;
    transition-duration: 0.1s;
    transform: scale(1);
    transition: .2s ease-in;
}

.calendar-base:focus, .calendar-base:hover {
    transform: scale(1.07);
    outline: 1px solid #000000;
    color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.35);
    z-index: 5;
}

.calendar-base:hover {
    transform: scale(1.20);
    z-index: 6;
    outline: 1px solid #6a9737 !important;
    padding-bottom: 2.4%;
    transition: .2s ease-out;
    justify-content: flex-end !important;
}

.react-calendar__year-view__months > button:hover, .react-calendar__decade-view__years > button:hover {
    transform: scale(1.20);
    z-index: 6;
    outline: 0 !important;
    padding-bottom: 0 !important;
    transition: .2s ease-out;
    justify-content: center !important;
}

.calendar-base:focus::after, .calendar-base:hover::after {
    display: flex;
    justify-content: center;
    font-size: 0.5em;
    padding-top: 2px ;
    content: "Comprar";
}

.calendar-opacity{
    opacity: 0.8;
    background-color: red;
}

@media only screen and (max-width: 350px) {
    .calendar-base {
        height: 45px; 
        font-size: 1em
    
    }
}

@media only screen and (min-width: 350px) and (max-width: 599px){
    .calendar-base {
        height: 50px;
        font-size: 1.1em
    }
}

@media only screen and (min-width: 600px){
    .calendar-base {
        height: 70px;
        font-size: 1.6em
    }
}

/* Cell Disabled */

.calendar-disabled{
    background-color: #C4CDD4 !important;
    pointer-events: none;
}

.calendar-disabled:focus, .calendar-disabled:hover, .calendar-disabled:focus::after, .calendar-disabled:hover::after {
    pointer-events: none;
    transform: scale(1);
    outline: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    content: "" !important;
    z-index: 0;

}


/* Cell Month and Year */

.calendar-my {
    background-color: #0D47A1;
    color: #FFFFFF !important;
    text-transform: capitalize;

}

.calendar-my:focus::after, .calendar-my:hover::after{
    content: "" !important

}

/* Legend */

.legend-content{
    display: flex;
    justify-content: space-around;
    overflow: auto;
    font-size: 0.9em;
    color: #5A6C7C;
}

@media only screen and (max-width: 350px) {
    .legend-content {
        width: 100%;
    }
}

@media only screen and (min-width: 350px) and (max-width: 599px){
    .legend-content {
        width: 100%;
    }
}

@media only screen and (min-width: 600px){
    .legend-content {
        width: 100%;
    }
}

.legend-title{
    font-size: 0.9em;
    color: #5A6C7C;;
    text-align: center;
    margin-bottom: 8px;
}

.legend{
    display: flex;
    justify-content: center;
    align-items: center

}
.legend > .marker{
    width: 13px;
    height: 13px;
    border-radius: 10px;
    margin-right: 5px
}


.react-calendar {
    background: white;
    border: 1px solid #C4CDD4;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.125em;
    text-transform: capitalize;

}
.react-calendar__month-view__weekdays{
    border-top: 1px solid #C4CDD4;
    padding: 10px 0px 10px 0px;
}

.react-calendar, .react-calendar *, .react-calendar *:before, .react-calendar *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
   
}
.react-calendar button {
    margin: 0;
    border: 0;
    outline: none;
}
.react-calendar button:enabled:hover {
    cursor: pointer;
}
.react-calendar__navigation {
    height: 44px;    
}
.react-calendar__navigation button {
    min-width: 44px;
    background: none;
    font-size: 1.2rem;
    color: #5A6C7C;
}

@media screen and (max-width: 390px){
    .react-calendar__navigation button {
        font-size: .97rem;
    }
}

.react-calendar__navigation button::first-letter{ 
    text-transform: capitalize;
}

.react-calendar__month-view__weekdays {
    color: #6B8194
}

.react-calendar__month-view__days__day--neighboringMonth{
    color: #6B8194
}
.react-calendar__month-view__weekdays__weekday > abbr{
    text-decoration: none;
}

/* Animation botao adicionar */

.animationFadeout{
    animation: fadeout;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.animationFadein{
    animation: fadein;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;

    }
    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        opacity: 1;

    }
    to {
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.onlyprint{
    display: none !important;
}

@media print {
    body{
        width: 900px
    }
    .noprint { 
        display: none !important; 
    }
    .onlyprint{
        display: block !important;
    }
    button{
        display: none !important; 
    }  
}

/* Fix position chat asksuite */
.infochat_floatmain .infochat_theme1 .siq_bL {
    bottom: 10px !important;
}

.infochat_theme1 div.infochat_cnt.desktop.proactive {
    display: none !important;
}