
form#form_Cronogramas .card-body {
    padding: 0;
}

div[form='form_Cronogramas'] {
    margin: -15px;
    width: calc(100% + 30px) !important;
}

.mode-d .cdh-info-day {
    display: none;
}

.mode-d .cdh-event {
    width: 100%;
}

.mode-d .cdh-events {
    flex-direction: column;
}

.mode-d .cdh-events {
    flex-direction: column;
    overflow-y: auto;
    height: calc(100vh - 355px);
}

button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.fc-state-disabled {
    display: none;
}

form#form_Cronogramas .tfullcalendar {
    height: calc(100vh - 150px);
}

form#form_Cronogramas .tab-content {
    height: calc(100vh - 150px);
}

form#form_Cronogramas {
    height: calc(100vh - 100px);
}

.fc-scroller.fc-time-grid-container {
    height: calc( 100vh - 250px) !important;
}

.fc-scroller.fc-day-grid-container {
    height: calc( 100vh - 250px) !important;
    overflow: auto;
}

button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right {
    display: none;
}


.btn-new-option i {
    display: flex;
}
.btn-new-option {
    background: #ffa500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

.item-sede {
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: flex-start;
}

[name="sedes[]"] + label > div > div:first-child {
    width: 160px;
}

[name="sedes[]"] + label > div > div:last-child {
    display: none;
}
[name="sedes[]"]:checked + label > div > div:last-child {
    display: flex;
    gap: 4px;
}

#form_Atividade [tcheckgroup="sedes"] > div,
#form_Atividade [wrapped-widget="tdbcheckgroup"] {
    width: 100%;
    margin-bottom: 10px;
}

[page-name="CalendarioSemanalView"] {
    overflow-x: hidden !important;
}

[form="form_CalendarioSemanalView"]  .card-header {
    border-radius: 0 !important;    
}

#form_CalendarioSemanalView .tformrow,
[form="form_CalendarioSemanalView"] {
    margin-bottom: 0!important;
    border: none;
    border-radius: 0;
}
#form_CalendarioSemanalView .panel-body {
    padding: 0 !important;
}

.fc-daygrid-day-top {
    font-size: 11px;
    height: 18px;
}
.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
    position: absolute;
    left: 0;
    right: 0;
}
.fc .fc-daygrid-day-bottom {
    font-size: 10px;
    margin: 0 5px;
}

/* .fc .fc-daygrid-day-number {
    position: absolute;
    z-index: 99999;
    bottom: 0;
    right: 0;
} */

h.fc-col-header-cell.fc-day {
    font-size: 12px;
}

.online {
    width: 10px;
    height: 10px;
    background: #b29637;
    border-radius: 50%;
    position: absolute;
    right: 3px;
    top: 3px;
}

a.fc-daygrid-event {
    padding: 2px;
    /* border-top: 3px solid; */
    margin-top: -3px;
}

.fc-event-main {
    font-size: 70%;
}

.fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
    margin: 4px;
    font-size: 80% !important;
}

.fc-event-time {
    position: absolute;
    right: -5px;
    top: -5px;
}

.fc-toolbar-chunk  .btn {
    font-size: 12px !important;
    height: 24px !important;
    min-height: 24px;
}

td.fc-day-today .fc-daygrid-day-number {
    background: var(--primary);
    color: white !important;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fc-event {
    background-color: transparent;
}

.banner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f2f0f0;
    top: 0;
    left: 0;
    border-radius: 3px;
}

.banner:after {
    content: 'Não confirmado';
    position: absolute;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 17px;
    font-family: "Rubik Doodle Shadow", system-ui;
    /* font-weight: 400; */
    font-style: normal;
    font-weight: bold;
    width: 100%;
    height: 100%;
}