nav {
	background-color:#dd2c00;
}

nav ul a {
	transition:color .3s;
	color:rgba(255,255,255,0.5);
}

nav ul a .fa-caret-down {
	transition:color .3s;
	color:rgba(255,255,255,0.3);
}

nav ul a:hover {
	color:rgba(255,255,255,0.9);
}

nav ul a:hover .fa-caret-down {
	color:rgba(255,255,255,0.9);
}

.dropdown-button.active {
	color:rgba(255,255,255,0.9);
}

.dropdown-button.active .fa-caret-down{
	color:rgba(255,255,255,0.9);
}

.dropdown-content li>a, .dropdown-content li>span {
	color:red;
}

/*** couleurs pour les menus popup facture ***/
#dropdown_action_facture li {
	min-height:0;
}

#dropdown_action_facture li a {
	color:black;
}

#btmodalencaisser.grisee {
	color:#ccc;
}

/*** couleur pour progress ***/
.progress .determinate {
	background-color:#dd2c00;
}

.progress {
	background-color:#FDF0DD;
}

/*** couleur pour les inputs ***/
input:not([type]):focus:not([readonly])+label, input[type=text]:focus:not([readonly])+label, input[type=password]:focus:not([readonly])+label, input[type=email]:focus:not([readonly])+label, input[type=url]:focus:not([readonly])+label, input[type=time]:focus:not([readonly])+label, input[type=date]:focus:not([readonly])+label, input[type=datetime]:focus:not([readonly])+label, input[type=datetime-local]:focus:not([readonly])+label, input[type=tel]:focus:not([readonly])+label, input[type=number]:focus:not([readonly])+label, input[type=search]:focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label {
	color:rgb(242,148,1);
}
input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
	border-bottom:1px solid rgb(91,78,70);
	box-shadow:0 1px 0 0 rgb(91,78,70);
}

[type="checkbox"].filled-in:checked+label:after {
	border:2px solid rgb(242,148,1);
	background-color:rgb(242,148,1);
}

[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: rgb(242,148,1);
  border-color: rgb(242,148,1);
}


input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom:1px solid rgb(252,148,1);
	box-shadow:0 1px 0 0 rgb(252,148,1);
}

select.glow, input.glow, textarea.glow {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none!important;
box-shadow:none !important;
  border: 1px solid #DDDDDD !important;
	outline-color: transparent;
	outline-style: none;
}
 
select.glow:focus, input.glow:focus, textarea.glow:focus {
-moz-box-shadow: 0px 0px 5px 0px #e7c493 !important;
-webkit-box-shadow: 0px 0px 5px 0px #e7c493 !important;
-o-box-shadow: 0px 0px 5px 0px #e7c493 !important;
box-shadow: 0px 0px 5px 0px #e7c493 !important;

  border: 1px solid rgb(231, 196, 147) !important;
	outline-color: transparent;
	outline-style: none;
}

/*** couleur pour les inputs ***/