.btn_adm 	   {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	padding: 2px 10px;
	background: #d90000;
	color: ##000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.btn_adm:hover {
	text-decoration: none;
	background: ##ff00ff;
	color: ##000000;
}

.opt_admin{
	width:200px;
	height:349px;
	background-color:#fdfdfd;
	border:1px solid #bbbbbb;
	display:none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 50;
}

.accr_table {
	padding: 10px;
}

.Style13 {
	color: #FF0000;
	font-size: large;
}

.etapes {
    font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
	margin-left:50px;
	color:#1e73fe;
	padding:10px;
	border:2px solid #999999;
	display:block;
	width:30%;
	font-family: Verdana, Geneva, sans-serif;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
    border-radius: 6px;
}

.nom_champx{
    color:#117dff;
	font-size:15px;
}

.test_scripts {
	padding: 5px;
	padding-left: 25px;
	display: inline-block;
	color:#d70101;
	font-weight:bold;
	font-size:16px;
}

input[type="text"]{
    border-radius: 5px;
    padding:5px 5px;
    font-size:1.1em;
    box-shadow: none;
    border: 1px solid #777777;
}

input[type="password"]{
    border-radius: 5px;
    padding:5px 5px;
    font-size:1.1em;
    box-shadow: none;
    border: 1px solid #777777;
}

.btn_x 	   {
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    padding: 2px 10px;
    background: #0181b1;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    
}

.btn_x:hover {
    text-decoration: none;
    background: #2ec5fe;
    color: #fff;
}

.btn_x:visited {
    text-decoration: none;
    color: #fff;
}

.cust_form_select{
    padding:5px;
    height:37px;
    font-size:1.1em;
    color:#666;
    border:1px solid #111;
    border-radius: 5px;
}   

/* CUSTOM CHECKBOX */

/* Customize the label (the container) */
.containerchk {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	/*margin-right:25px; */ 
	cursor: pointer;
	font-weight:normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.containerchk input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #eee;
	border:1px solid #AAA;
}

/* On mouse-over, add a grey background color */
.containerchk:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerchk input:checked ~ .checkmark {
	background-color: #2196F3;
}

.containerchk.disabled input:checked ~ .checkmark {
    background-color: #888888; /* A different color, for example */
    border-color: #333;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.containerchk input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.containerchk .checkmark:after {
	left: 8px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
} 

/* CUSTOM RADIO BUTTON */

/* Create a custom radio button */
.custradio {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
	border:1px solid #AAA;
}

/* On mouse-over, add a grey background color */
.containerchk:hover input ~ .custradio {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerchk input:checked ~ .custradio {
	background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custradio:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerchk input:checked ~ .custradio:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.containerchk .custradio:after {
	top: 8px;
	left: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.td_padding{
	padding:10px;
}

.add_rmv_bt:hover{
	filter: hue-rotate(280deg);
}

.form_txtarea{
	font-family: 'Roboto', sans-serif;
	border-radius: 5px;
	background-color: #F5F5F5;
	border:1px solid #CCC;
}

.dropzone {
	background-color:#F5F5F5;
}

.member_note{
	display:none;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color:#bfdfff;
	padding:10px;
	
}

.conf_eval_results {
	width:100%;
}

.conf_eval_results td{
	padding:10px;
	border:1px solid #666;
}

.part_conf_table td{
	padding:10px;
	border-bottom:1px solid #999;
}

.padded_table td{
	padding:10px 20px;
}

.padded_table-5 td{
	padding:5px;
}

table td{
	padding:5px;
}

.rep_coord td{
	padding:5px 25px;
	text-align:center;
}

input[type="number"] {
  /* Increase the height of the input element */
  height: 40px;
  font-size:1.2em;
}

input[type="date"]{
	font-size:1.2em;
}

/* Target the inner pseudo-elements representing the arrows */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  /* Increase the width and height of the spin buttons (arrows) */
  width: 10px;
  height: 30px;
}

.form_active{
	padding:5px 10px;
	background-color:#2db300;
	color:#FFF;
	border-radius:5px;
}

.form_fermee{
	padding:5px 10px;
	background-color:#d90000;
	color:#FFF;
	border-radius:5px;
}

.boxItems{
	display:inline-block;
	margin-right:15px;
	margin-top:15px;
}

.prix-spec-jour{
	display:none;
	margin-left:10px;
	font-size:1.1em;
	font-weight:bold;
	text-transform: capitalize;
}

.reservations-header{
	background-color:#444;
	color:#fff;
	padding:15px 25px;
	font-weight:bold;
	font-size:1.2em;
}
