#titulo[data-v-6400cb23],#versao[data-v-6400cb23]{padding-left:30px}.v-item-group.v-bottom-navigation .v-btn.v-size--default[data-v-779283df]{height:inherit}.v-bottom-navigation[data-v-779283df]{bottom:auto;top:auto;position:fixed;height:100%;width:100%;z-index:1000}.v-item-group.v-bottom-navigation .v-btn.v-size--default[data-v-d4fef0e6]{height:inherit}.v-bottom-navigation[data-v-d4fef0e6]{bottom:auto;top:auto;position:fixed;height:100%;width:100%;z-index:1000}.span[data-v-d4fef0e6]{color:"black"!important}.v-time-picker-custom .v-picker__title{height:84px;padding-top:10px}#container-form[data-v-c1d08d48]{padding:12px 0;margin-right:0;margin-left:0}.td-input-table-item[data-v-6ff7dbba]{min-width:110px;padding:0 2px}td.clickable[data-v-7d5343b2]:hover{cursor:pointer;color:#ee3f3f}td.clickable:hover i[data-v-7d5343b2]{color:#ee3f3f!important}[data-v-7d5343b2] .sticky-container-header th.sticky-header{position:-webkit-sticky!important;position:sticky!important;top:var(--navbarHeight)!important}[data-v-7d5343b2] .sticky-container-footer .sticky-footer{position:-webkit-sticky!important;position:sticky!important;bottom:0!important}[data-v-7d5343b2] .theme--light tfoot th{border-top:1px solid rgba(0,0,0,.12);background-color:#fff}[data-v-7d5343b2] .sticky-container .v-data-table__wrapper{overflow:unset!important}.fixed-button-top-left[data-v-78520ed0]{position:fixed;left:20px;z-index:9999}.fixed-button-top-right[data-v-78520ed0]{position:fixed;right:10px;z-index:9999}.overlay__content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.overlay__content canvas,.overlay__content video{max-width:100%;margin-left:auto;margin-right:auto}.overlay__content canvas{position:absolute;top:0;bottom:0;left:0;right:0;max-width:100%}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* Footer */
#page-footer {
    color: #67211a;
    font-size: 10px;
}

#page-footer span {
    display: none;
}

#page-footer a {
    text-decoration: none;
    color: #67211a;
}

#page-footer a:hover span {
    display: inline;
}

[v-cloak] {
    display: none;
}

.screen-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.45);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.screen-loading-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.45);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.screen-loading-flex {
    display: flex !important;
}

/* Login */

@media (min-width: 600px) {
    .login-background {
        height: 50%;
        padding: 5% 0;
        border-radius: 50px 500px;
    }
}

.login-formulario {
    border-radius: 10px 45px !important;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}
.swagger-ui .topbar .download-url-wrapper .select-label select {
    border-color: #d23343;
}

.swagger-ui .info .title small:last-child {
    background-color: #ee3f3f !important;
}

.swagger-ui .topbar {
    padding: 10px 0;
    background-color: #ee3f3f;
}

.topbar-wrapper img[alt="Swagger UI"] {
    content: url('../img/logo-gescooper-branco.png');
    max-height: 24px;
}

.swagger-ui .btn.authorize.unlocked {
    color: #ee3f3f;
    border-color: #ee3f3f;
}

    .swagger-ui .btn.authorize.unlocked svg {
        fill: #ee3f3f;
    }

.swagger-ui hgroup .link {
    visibility: collapse;
}
