#calendar, .card {
    /* max-width: 1320px; */
    max-width: 1100px;
    margin: 0 auto;
}
.card{
    padding: .5rem;
}

/* CSS ---- PRINCIPAL ---- */
.cabeca{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
hr{
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
 }

.modal-content {
    max-width: 600px;
    width: 100% !important;
}

.col-sm-3,
.col-sm-9 {
    padding-right: 10px;
}

.hidden {
    display: none;
}

.col-form-label {
    font-size: .8rem !important;
}

img{
    /* max-width: 150px !important; */
    height: 3.5em;
    /* margin: .9em 1.4em 0 0; */
}
.form-control {
    font-size: .8rem !important;
}

.confirmUsed{
    font-size: .9rem;
}

.agendaOcupada{
    font-size: .9rem;
    background-color: rgba(225, 10, 10, 0.324);
    max-width: 23em;
    padding: 5px 10px 0 19px;
    border-radius: 10px;
}
.agendaReservada{
    font-size: .9rem;
    font-weight: 700; 
    background-color: rgba(225, 10, 10, 0.324);
    max-width: 19.2em;
    padding: 12px 10px 0 19px;
    border-radius: 10px;
    /* margin-right: 12em; */
    margin: 0 12em .5rem 0 !important;
}
.fc-non-business, .fc-day-disabled {
  background: rgba(0, 0, 0, 0.265) !important;
}
.fc-toolbar-title {
    font-size: 1.5em !important;
    margin: 10px !important;
}
.fc-toolbar, .btn-group {
    margin: 0 5px;
}
.fc-bgevent {
    background-color: rgba(243, 109, 68, 0.365);
}
.fc .fc-toolbar {
    justify-content: center;
    justify-content: center !important;
}
.reserva{
    display: flex;
    justify-content: center;
    align-items: center;  
    font-size: .7rem;
    font-style: italic;
    align-self: end;
    line-height: 1;
    margin-bottom: 0;
}
.red-square {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: rgba(243, 109, 68, 0.365);
    border: 2px solid #c8c2c2;
    margin-right: 2%;
}
/*.fc-event{
     height: 168px; 
}*/
/* --ALTERA A COR DA ETIQUETA --*
.fc-h-event{
  /* background: none !important; */
  /* background: red !important; *
} */
 /*
#toggleAccordionButton{
    /* font-weight: bold; */
    /* margin-left: 3em; *
}
*/
#toggleAccordionButton:hover{
    color: blue;
    font-weight: 600;
}

.accordion{
    max-width: 20em;
    /* margin-left: 2em; */
}
.accordion-button{
    padding: 5px 15px;
    font-size: .9rem;
    margin-top: 5px;
}
.accordion-body {
    font-size: .8rem !important;
    padding: 5px !important;
}
.card-body{
    margin-bottom: -2rem !important;
}