﻿/* Geral */
@media (min-width: 576px) {
    .overflow-sm-hidden { overflow: hidden !important; }
    .h-sm-auto { height: auto !important; }
    .h-sm-100 { height: 100% !important; }
    .mh-sm-100 { max-height: 100% !important; }
    .mw-sm-100 { max-height: 100% !important; }
}
@media (min-width: 769px) {
    .overflow-md-hidden { overflow: hidden !important; }
    .h-md-auto { height: auto !important; }
    .h-md-100 { height: 100% !important; }
    .mh-md-100 { max-height: 100% !important; }
    .mw-md-100 { max-height: 100% !important; }
}
@media (min-width: 992px) {
    .overflow-lg-hidden { overflow: hidden !important; }
    .h-lg-auto { height: auto !important; }
    .h-lg-100 { height: 100% !important; }
    .mh-lg-100 { max-height: 100% !important; }
    .mw-lg-100 { max-height: 100% !important; }
}
@media (min-width: 1200px) {
    .overflow-xl-hidden { overflow: hidden !important; }
    .h-xl-auto { height: auto !important; }
    .h-xl-100 { height: 100% !important; }
    .mh-xl-100 { max-height: 100% !important; }
    .mw-xl-100 { max-height: 100% !important; }
}

/* Formulários */
.formulario .select2.is-invalid .select2-selection { border-color: #ef5350!important; }

.formulario .form-group-feedback-left .select2-selection--single .select2-selection__rendered { padding-left: 2.75rem!important; }
.formulario .form-group-feedback-right .select2-selection--single .select2-selection__rendered { padding-right: 2.75rem!important; }

.formulario .form-control-select2 { padding: 0!important; border: 0!important; height: auto!important; }
.formulario .form-control-select2 .select2-selection--single { border-top-left-radius: 0!important; border-bottom-left-radius: 0!important; }

.formulario .input-group-password .badge, .formulario .input-group-password-repetida .badge { position: absolute; top: 50%; margin-top: -11px; right: 5px; z-index: 99; }
.formulario .input-group-password input.is-invalid, .formulario .input-group-password-repetida input.is-invalid { background-image: none !important; }

.formulario select.is-invalid { background-image: none !important; }

.formulario .is-invalid .ck.ck-editor .ck.ck-content { border-color: #ef5350; }
.formulario .ck.ck-editor .ck.ck-content { min-height: 100px; }
.formulario .input-group .ck.ck-editor { flex: 1 1 auto; width: 1%; min-width: 0; }

.formulario .card-img-actions.is-invalid { border: 1px solid #ef5350; }

/* Conteudos Genéricos */
.conteudo-generico i { margin-right: 5px; }

/* Tabelas */
table.table-hover tbody tr:hover { cursor: pointer; }

/* Cards */
.card-format-button:hover { border-color: #2196f3!important; }
.card-format-button:hover a { color: #2196f3!important; }

.card-img-actions .card-front-overlay {
    display: flex; align-items: center; justify-content: center;
    width: 100%; height: 100%;
    position: absolute; top: 0; left: 0;
}
.card-img-actions:hover .card-front-overlay { display: none !important; }

/* Notificações */
.notificacao-nao-lida .notificacao-titulo { font-weight: bold!important; }

/* Tabs */
.nav-tabs-bottom-primary .nav-link.active:before { background-color: #2196f3!important; }

/* Videos */
.video-container { position: relative; padding-bottom: 56.25%; height: 0; }
.video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* FullCalendar */
.fc-daygrid-block-event .fc-event-time { overflow: visible; }
.fc-v-event .fc-event-main-frame { flex-direction: row; }
.fc-event-main-frame .fc-event-time { margin-right: 5px!important; }
.fc .fc-daygrid-day.fc-day-today { background-color: #f5f5f5!important; }
.fc .fc-timegrid-col.fc-day-today { background-color: #f5f5f5!important; }

/* Modal */
.modal.disabled { z-index: 1040!important; }

/* OwlCarousel (full screen) */
.owl-carousel-fullscreen { width: 100%; height: calc(100vh - 55px); overflow: hidden; }
.owl-carousel-fullscreen .item { width: 100%; height: calc(100vh - 55px); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.owl-carousel-fullscreen .item .conteudo { width: 100%; height: 100%; padding: 0 70px; background-color: #00000033; display: flex; align-items: center; justify-content: center; flex-flow: column; }
.owl-carousel-fullscreen .item .conteudo .titulo { text-align: center; color: #fff; font-size: 60px; font-weight: bold; }
.owl-carousel-fullscreen .item .conteudo .texto { text-align: center; color: #fff; font-size: 30px; }
.owl-carousel-fullscreen .item .conteudo .btn { font-size: 20px; font-weight: bold; text-transform: uppercase; }

@media (max-width: 768px) {
    .owl-carousel-fullscreen .item .conteudo .titulo { font-size: 40px; }
    .owl-carousel-fullscreen .item .conteudo .texto { font-size: 18px; }
}

.owl-carousel-fullscreen .owl-nav { margin: 0; }
.owl-carousel-fullscreen .owl-prev { left: 10px; }
.owl-carousel-fullscreen .owl-next { right: 10px; }

.owl-carousel-fullscreen .owl-prev, .owl-carousel-fullscreen .owl-next { display: block !important; position: absolute; top: 40%; border: 0px solid black; width: 50px; height: 50px; }
.owl-carousel-fullscreen .owl-prev span, .owl-carousel-fullscreen .owl-next span { font-size: 40px; color: #ccc; background-color: #00000055; display: block; line-height: 50px; }
