.fc-event, .fc-event-dot {
  /* background-color: #53D660; */
}
.fc-day-grid-event .fc-time {
  font-weight: 700;
  display: none;
}
.fc-center {
  color: #e4881d;
  text-transform: uppercase;
}

.fc-row.fc-widget-header {
  color: white;
  background-color: #e4881d;
  font-size: 14px;
}

#calendar {
  max-width: 900px;
  margin: 0 auto;
}

#title{
  color: #9c27b0;
  font-weight: 800;
  border-bottom: 3px solid coral;
  background: #ccc;
  padding: 8px 30px;
}

/****************/
input {
  display: none;
}


.fc-content{
  color: #fff !important;
}



#btnCerrar{
  color:rgb(255, 255, 255);
  padding: 5px;
  /* background: #8888; */
  border-radius: 25px;
  font-size: 17px;
  font-weight: 600;
}
#btnCerrar:hover{
  cursor: pointer;
  background-color: #333;
}



.circu{
  padding: 25px;
  background: #ccc;
  border-radius: 50px;
}

#grupoRadio label:hover{
  cursor: pointer;
}

#grupoRadio input[type="radio"]:checked + label {
  border: 3px solid #ccc !important;  
}


.activado input[type=radio]:checked + label {
  border: 3px solid #555 !important;  
}
.dias{
  background-color: #E4881D;
  color: white;
  border-left: solid 3px white;
}
.border-dia{
  border: solid 1px #E4881D;
}
.dia-gris{
  background-color: #ddd;
}
.titulo-año{
  font-size: 37px;
  color: #606060;
  font-family: sans-serif;
  text-decoration: underline;
  text-decoration-color: #e4881d;
}
span.estatus-Fi{
  color: transparent;
  background: #01AA12;
  border-radius: 50px;
}
span.estatus-As{
  color: transparent;
  background: #FFC507;
  border-radius: 50px;
}
span.estatus-Cr{
  color: transparent;
  background: #FF1100;
  border-radius: 50px;
}
span.estatus-In{
  color: transparent;
  background: #9716AF ;
  border-radius: 50px;
}
span.TipoOrden-Ins{
  color: transparent;
  background-image: url("../assets/img/instalacion.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  width: 35px;
  height: 35px;
  margin: 1px 1px 1px 1px;
}
span.TipoOrden-Rev{
  color: transparent;
  background-image: url("../assets/img/revision.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  width: 35px;
  height: 35px;
  margin: 1px 1px 1px 1px;
}
span.TipoOrden-Com{
  color: transparent;
  background-image: url("../assets/img/combustible.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  width: 35px;
  height: 35px;
  margin: 1px 1px 1px 1px;
}
span.TipoOrden-Ret{
  color: transparent;
  background-image: url("../assets/img/retiro.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  width: 35px;
  height: 35px;
  margin: 1px 1px 1px 1px;
}
div span{
 display: block;
 float: left;
}
.finalizada{
  height: 7px;
    width: 34%;
    background-color: #01AA12;
    border-radius: 50px;
}
.asignada{
  height: 7px;
    width: 34%;
    background-color: #FFC507;
    border-radius: 50px;
}
.creada{
  height: 7px;
    width: 34%;
    background-color: #FF1100;
    border-radius: 50px;
}
.iniciada{
  height: 7px;
    width: 34%;
    background-color: #9716AF;
    border-radius: 50px;
}


