

     /*titre formulaire (ex : Nom,prenom...) */
    .input-field input[type]:focus:not([readonly])+label,
    .input-field textarea:focus:not([readonly])+label {
        color: #0004ff;
		
    }
.dropdown-content-datepicker {
        position: fixed;
        height: 300px !important;
        top: 10% !important;
      }
      
.blue-icon:focus{
	background-color:blue !important;
	color:blue!important;
}

input:focus {
    border-bottom: 1px solid #0011ff !important;
    box-shadow: 0 1px 0 0 #001aff;
 }

textarea:focus {
	border-bottom: 1px solid #0011ff !important;
    box-shadow: 0 1px 0 0 #001aff;
}

/* checkbox color*/

.checkbox-blue[type="checkbox"].filled-in:checked+span:not(.lever):after {
  border: 2px solid #0011ff;
  background-color: #0004ff;
}

label:active {
    color: #0004ff;
  }

	/* Pour le datepicker color */

	.picker__box{
		background-color: #CCC !important;
	}
	
	.picker__date-display, .picker__weekday-display{
		background-color: #CCC !important;
	}
	
	.datepicker-date-display {
		background-color: #0039b5
	}
	
	.datepicker-day-button:focus {
		color: white !important;
		background-color: #0039b5
	}
	
	.datepicker-done,
	.datepicker-cancel,
	.select-dropdown li>span,
	.is-today {
		color: #0039b5 !important
	}
	
	td.is-selected,
	.month-prev:active,
	.month-prev:focus,
	.month-next:active,
	.month-next:focus {
		background-color: #0039b5 !important
	}
	
	td.is-selected.is-today {
		color: white !important
	}

.btn-block
{
	width: 100%;
}