.fc th{
	padding:10px 0px;
	background:#248CB4;
	color:#FFFFFF;
	text-transform: uppercase;
}
.contenedor{
    margin-top: 10px;
	padding:10px;
	-webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.75);
}
.contenedorTablaConsultas{
    margin-top: 10px;
    padding:10px;
	-webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.75);
}
.fc-time-grid-event{
    width: 50%;
    font-size: 8px;
}
.titulo-agenda{
	margin: 20px 100px;
	background:#E1E3E3;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #555858;
    border-radius: 10px;
}
.fc-center h2{
	text-transform: uppercase;
}
.fc-widget-content{
    cursor: pointer;
}
.fc-day-number{
    background: #E0E7E7;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    text-align: center;
    margin: 1px;
    transition: width 2s;
}
.fc-day-number:hover{
    background: #C2C5C5;
    font-weight: bold;

}

#calendar {
	max-width: 1200px;
}
.nocheckbox {
display: none;
}
.label-on {
    border-radius: 3px;
    background: red;
    color: #ffffff;
    padding: 10px;
    border: 1px solid red;
    display: table-cell;
}

.label-off {
    border-radius: 3px;
    background: white;
    border: 1px solid red;
    padding: 10px;
    display: table-cell;
}
	
#calendar a.fc-event {
  color: #fff;
  background-color: #0065A6;
}
.modalInicio .modal-content{
    background: #5cb85c;
    color: #FFF;
}
.modalInicio .modal-content h3{ 
    margin-bottom: 20px;
}
.items{
    background:#65C565;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 3px;

}
.items span{ 
  padding-left: 10px;
}
.ajs-button{
cursor: pointer;
}
.imgloading{
    height:  100vh;
    width: 100%;
    position: fixed;
    z-index: 50000;
    justify-content: center;
    align-items: center;
    display:none;
    background-color:rgba(0, 0, 0, 0.5);
}
.form-check-input{
    cursor: pointer;
}
.oculto{
    display: none;
}
.terminos{
    background: red;
}
.titulos{
    color: #5c768d;
}
.btncollapse{
    background:#6D7FCC;
    color:#fff;
 }
 .btncollapse:hover{
    background:#7386D5;
    color:#fff;
 }
 .btncollapse:active{
    background:#7386D5;
    color:#fff;
 }
 
 @media (max-width: 768px) {
    .titulo-agenda{
        font-size: 12px;
    }
   
    .fc-center h2{
        font-size: 12px !important;
    }
    
  }

