.calendarRve {
    max-width: 900px;
    margin: 40px auto;
    padding: 10px 10px;
    background-color: white;
  }
  
  .fc-event-container *
  {
  	color:white;
  }
  
  
  .eventoContent {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 10px;
    border-bottom-color: #dddddd;
   }
   
   .div-button-add-evento
   {
   	text-align: right;
   	margin-right: 20px;
   }
   
   
   
   .divNessunEventoInDataClass
   {
     text-align: center;
     margin-top: 20px;
     margin-bottom: 20px;
   }
   
   
   
   
.row-evento-pulsanti
{

}

.row-evento-label
{
	padding-bottom: 30px;
}

.class-container
{
	
	padding-left: 100px!important;
    padding-right: 100px!important;
}

.form-control-custom
{
	height: 43px!important;
}
.input-custom
{
	width:98%!important;
}

.error-custom
{
	    color: #b50303!important;
}
.error-custom-input
{
    border-color: #b50303!important;
}