.container{    
    margin-top: 0px;
}
.subcontainer{
    background-color: #eaeaea;
}

.body{
    font-family: 'Roboto', sans-serif;
}
.titulo h1{
    font-size: 36px;
    font-weight: 500;
    color: #004122;
    position: relative;
    line-height: 34px;
    text-align: center;
    padding-top: 5px;
}
.subTitulo h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    color: #000;
    text-align: left;
    padding-top: 10px;
}
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #004122;

}

table {
    background-color: #fff;  
    margin:0;
}


#ci_calendar td.fc-sun, #ci_calendar td.fc-hol { 
    background: #D5F5E3; 
    color:#fff;
} 

.holiday {
    background: lightgray;
}


.fc-highlight {
    background: #004122;
    opacity: 1;   
    padding: 0;
    margin:0;
}

.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
    width: 100%;
    padding:0;
    margin:0;
}

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
    padding: 0;
    margin-top: 10%;
    margin-bottom: 10%;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    /*float: center;*/
    color:#000;
    text-align: center;
    font-size: 32px;
    vertical-align: middle;
}
.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td {
       border-color: #004122;
}
.fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
    border-color: #004122;
    text-align: center;
}
.botones{
    margin-top:5px;
    background-color: #fff; 
    padding: 5px;
    padding-top:10px;
}
#hora{
    margin-bottom: 5px;
    width: 95%;
    border-color: #004122;
    color:#004122;
}

#hora:hover{
    background-color: #004122;
    color:#fff;  
}

btn:focus{    
    border-color: #004122;
}

#enviar{
    background-color: #004122;
    border-color: #004122;
    color:#FFF;
    width: 100%;
    margin-bottom: 5px;
    margin-top:20px;
}

#enviar:hover{
    opacity: 0.8;
}

#checkInfo, #ccliente, #correo, #revista, #pwep, #msj, #llamada, #feria, #visita, #periodico, #ventas, #wp, #face, #instagram, #otro {
	content: "";
	width: 15px;
	height: 15px;
	float: left;
	margin: 0.5em 0.5em 0 0;
	border: 2px solid #004122;
}

#checkInfo:hover {
    background-color: #004122;
    color:#fff;
}

#enviar:focus{border:none;}

.form-control {
    border-color: #004122;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  }
  .form-check-input{
    border-color: #004122;
    background-color: #004122;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  }

  .form-control:focus {
    border-color: #004122;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #004122;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #004122;
  }
  .btn:focus{
    border-color: #004122;  
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #004122;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #004122;
  }

#textHora{
      background-color: transparent;
      border:none;
      width: 65px;
      color:white;
      font-size:15px;
      font-weight: 300;
}
#textFecha{
      background-color: transparent;
      border:none;
      width: 80px;
      color:white;
      font-size:15px;
      font-weight: 300;
}

#nota{
    margin-top:5px;
    color:white;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
    font-size:15px;
    font-weight: 300;
}

#mensaje{
    width: 100%;
    background-color: transparent;
    border:none;
    color:red;
}

#mensajeVerde{
    width: 100%;
    background-color: transparent;
    border:none;
    color:green;
}

.fc-today{
   background-color: #17a2b8;
}


/*@media screen and (max-width: 480px) {
    .columnas {width: 100%;}
        
    }*/
   
