@media print
{   
 
 .no-print, .no-print *
    {
        display: none !important;
    }
* {
overflow: visible !important;


}
}



* {font-family: "Roboto",  sans-serif;  font-size:14px;}
body,td,th {
	
	color: #000000;
}
body {
	margin:0px;
	margin-top:50px;
	background-color: #FFFFFF;
	background-image: url();
	background-repeat: repeat-x;
}
.groupe {
	display:inline-block;
	font-size:12px;
	padding: 3px 6px 8px 0px; 
	background: #CCC; 
	border: #CCCCCC solid 1px; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	border-radius: 3px;
	margin-top:7px;
	width: calc(94%/4);
	
}
.groupe2{border:#CCCCCC solid 1px; margin: 0px 0px 7px 0px; padding:7px 5px 7px 5px;  display:inline-block; border-radius:5px;}
.groupe3{border:#CCCCCC solid 1px; margin: 0px 0px 7px 0px; padding:5px 5px 5px 5px;  display:inline-block ;border-radius:5px;}
.groupe2.input{border:#CCCCCC solid 1px; margin: 0px 5px 0px 0px; padding:4px 5px 4px 5px; vertical-align:middle;
}
.editable{padding:3px 5px 3px 5px; border: #E9E9E9 1px solid; border-radius:3px; max-width:80px; background:#FFF; height:18px; }
.editable_on{border:#CCC thin solid;  background:#FFC; }
.bold{font-weight:bold;}
/*	Cufon.replace('legend', { fontFamily: 'Graublau Web', hover: true, color: '-linear-gradient(#CCCCCC, #666666)' });
	Cufon.replace('.copyrights', { fontFamily: 'Graublau Web', hover: true, color: '-linear-gradient(#CCCCCC, #666666)' });
	Cufon.replace('.titre', { fontFamily: 'Graublau Web', hover: true, color: '-linear-gradient(#CCCCCC, #666666)' });
*/

	
fieldset {
	border: 1px solid #EBEBEB;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;
    border-radius: 3px;
	padding:5px;
	margin:5px 0px 5px 0px;
}

legend {
	text-transform:uppercase;
	text-shadow:1px 1px 0 #FFFFFF;
	font-size: 12px;
	color:  #CFCFCF;
	padding-right: 5px;
	padding-left: 3px;
	padding-bottom:0px;
	
} 
.sous_fieldset{
	text-shadow: none;
	font-size: 12px;
	color: #CFCFCF;
	padding-right: 5px;
	padding-left: 3px;
	padding-bottom:0px;

}

#simplemodal-overlay {background-color:#666666; cursor:wait;}
.sortarrow{
	vertical-align:middle;
}
.opacity_50{
-moz-opacity:0.5;
-khtml-opacity:0.5;
-ms-filter:"alpha(opacity=50)";
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
filter:alpha(opacity=50);
opacity:0.50;
zoom: 1;/* HACK POUR IE */
}


detail_facture{
	box-shadow: 
        inset 0px 11px 8px -10px #CCC,
        inset 0px -11px 8px -10px #CCC; 
}


th{font-weight:normal;}

.inputs {
	color: #000000;
	
	margin: 3px;
	padding-left:4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: transparent;
	text-align: left;
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
}
.inputs2 {
	font-size: 14px;
	color: #000000;
	margin: 3px;
	background-color: transparent;
	text-align: center;
	border: 1px solid #999999;
}	
.submit {
	line-height:normal;
	text-transform:uppercase;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	padding: 4px 6px 3px 6px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	cursor: pointer;
	color: #fff;
	
	border: 1px solid #6ba147;
	background: #799e3c;
	background: -webkit-gradient(linear,left top,left bottom,from(#8eaf53),to(#799e3c));
	background: -moz-linear-gradient(top,#8eaf53,#799e3c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8eaf53', endColorstr='#799e3c');
	text-shadow: #619C33 0 -1px 0;
}
.submit:focus, .submit:hover, .submit:active {
	color: #fef4e9;
	background: #799e3c;
	background: -webkit-gradient(linear, left top, left bottom, from(#799e3c), to(#8eaf53));
	background: -moz-linear-gradient(top,  #799e3c,  #8eaf53);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#799e3c', endColorstr='#8eaf53');
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

#barre_top_login{

	position:relative;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
	        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
			z-index:100001

}
#barre_top_login .titre{ 
	text-shadow:1px 1px 0 #FFFFFF;
	font-weight:bold;
	color: #999;
	font-family:"Saira Extra Condensed", sans-serif; 
	font-size:40px; 
	padding-left:10px; 
	padding-top:0px;
	padding-bottom:0px;
	line-height:38px;
}
#footer {margin-top:20px; margin-bottom:20px;}



.menu {padding:5px 3px 5px 3px; }
form {padding:0px}

hr{margin-bottom:10px; margin-top:10px;}


a {
	color: #000000;
	text-decoration: none;
}

.bottom_line{
	border-bottom-color: #E5E5E5;
	border-bottom-width:1px;
	border-bottom-style: dashed;
}
tr.bottom_line td {
  border-bottom-color: #E5E5E5;
	border-bottom-width:1px;
	border-bottom-style: dashed;
}
.bottom_line_alert{
	border-bottom-color: #E5E5E5;
	border-bottom-width:1px;
	border-bottom-style: dashed;
	color:#FF0004;
}
.right_line{
	
	border-right-color: #E5E5E5;
	border-right-width:1px;
	border-right-style: dashed;
}
.bottom_line2{
	border-bottom-color: #CCCCCC;
	border-bottom-width:1px;
	border-bottom-style: solid;
}
input, select, textarea{
	border: 1px solid #CCCCCC;
	padding: 3px;
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
	}
	select{height : 32px;}
	
input[type="text"], input[type="email"]{height:24px;}
	
input:focus, select:focus, textarea:focus{
background:#FFFFDF;
}
textarea{margin-top:0px;}

textarea[noresize] {
  display: block;
  overflow: hidden;
  resize: none;
  
}

textarea[autoresize] {
  display: block;
  overflow: hidden;
  resize: none;
  line-height:24px;
  
}

.input_descr {
	}
.item_type{height:32px !important;}
.total{height:23px; width:100px; padding-left:3px; text-align:right; line-height:32px; }

.w98{width:98%}
.inputs3r {
	text-align: right;
}
/*.action1 {
	background-color: #3399FF;
	color: #ffffff;
	padding: 2px;
	background-repeat: repeat-x;
	
	border: 0px solid #999999;
	clip: rect(2px,2px,2px,2px);
	
	padding-left:5px;
	padding-right:5px;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;
    border-radius: 3px;
}
*/

.Style3 {font-size: 16px}
.Style4 {
	font-size: 14px;
	font-weight: bold;
}
.Style6 {font-size: 12}
.Style8 {font-size: 12; font-weight: bold; }
.Style9 {color: #990000}
.Style4 {
	font-size: 14px;
	font-weight: bold;
}
.over{background-color:#FFFFFF;}
.over:hover{background-color:#CCCCCC;}
.Style11 {font-size: 9}
.Style10 {
	font-size: 8px;
	font-style: italic;
}

.Style13 {color: #666666}
.Style14 {font-size: 9; font-style: italic; color: #666666; }

.arrondi{
	
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;
    border-radius: 5px;
}


.action2 {

	background-color: #EBEBEB;
	color: #000000;
	padding: 2px;
	background-repeat: repeat-x;
	min-width:28px;
	
	border: 0px solid #999999;
	
	margin-top:10px;
	padding-left:5px;
	
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;
    border-radius: 3px;
}
.action3 {

	background-color: #D0C1C4;
	color: #000000;
	padding: 2px;
	background-repeat: repeat-x;
	border: 0px solid #999999;
	
	
	padding-left:5px;
	padding-right:5px;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;
    border-radius: 3px;
}
.cursorPointer{cursor:pointer}
.myDragClass{ background-color:#FFFFCC}

/*border: 0px solid #ff9999;*/
}
.vert{
	font-size:10px;
	text-transform:uppercase;
	border: 1px solid #6ba147;
	background: #799e3c;
	background: -webkit-gradient(linear,left top,left bottom,from(#8eaf53),to(#799e3c));
	background: -moz-linear-gradient(top,#8eaf53,#799e3c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8eaf53', endColorstr='#799e3c');
	text-shadow: #619C33 0 -1px 0;
}
.vert:focus, .vert:hover, .vert:active {
	color: #fef4e9;
	background: #799e3c;
	background: -webkit-gradient(linear, left top, left bottom, from(#799e3c), to(#8eaf53));
	background: -moz-linear-gradient(top,  #799e3c,  #8eaf53);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#799e3c', endColorstr='#8eaf53');
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	}
	

	
.action1 {
	line-height:normal;
	text-transform:uppercase;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-weight:550;

	padding: 4px 6px 3px 6px;

	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	cursor: pointer;
	color: #fff;

	color: #fff;
	border: 1px solid #0553ba;
	background: #0553ba;
	background: -webkit-gradient(linear,left top,left bottom,from(#1f6acd),to(#0553ba));
	background: -moz-linear-gradient(top,#1f6acd,#0553ba);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f6acd', endColorstr='#0553ba');
	text-shadow: #33519c 0 -1px 0;
}

.action1:hover, .action1:active {
	color: #fef4e9;
	background: #0553ba;
	background: -webkit-gradient(linear, left top, left bottom, from(#0553ba), to(#1f6acd));
	background: -moz-linear-gradient(top,  #0553ba,  #1f6acd);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0553ba', endColorstr='#1f6acd');
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

/* color styles 
---------------------------------------------- */

/* black */
.black {
	text-transform:uppercase;
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	text-transform:uppercase;
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}


.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	text-transform:uppercase;
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.orange {
	text-transform:uppercase;
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.red {
	text-transform:uppercase;
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
	
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue {
	text-transform:uppercase;
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

.blue:hover, .pager li:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */
.rosy {
	text-transform:uppercase;
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.green {
	text-transform:uppercase;
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
	

/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0); }
.ez-checkbox {
	background: transparent url('include/images/checkbox-grey.png') 0 1px no-repeat;
	display:inline-block;
	
}

.ez-radio {
	background: transparent url('include/images/radio-black.png') 0 1px no-repeat;
	display:inline-block;

}
.ez-checkbox, .ez-radio { zoom: 1; *display:inline; _height:15px; }
.ez-checked { background-position: 0 -18px; }
.ez-selected { background-position: 0 -19px; }

.ez-checkbox-green {
	background: transparent url('include/images/checkbox-green.png') 0 1px no-repeat;
	display:inline-block;
}
.ez-checked-green { background-position: 0 -18px; }
.ez-checkbox-green { zoom: 1; *display:inline; _height:15px; }


/* A Custom iPhone style icon added **/
.ez-checkbox-iphone { background: transparent url('include/images/checkbox-iphone.png') -42px 0 no-repeat; display: inline-block; cursor:pointer; }
.ez-checked-iphone { background-position: 0 0; }
.iphone-ui .ez-hide { width: 74px; height: 27px; cursor:pointer; }
.ez-checkbox-iphone { zoom: 1; *display:inline; _height:27px;} /* ie6 fix */ 

.topBarOptions{ background-color:#F3F3F3; border:#CCCCCC solid 1px; padding:3px; -moz-border-radius: .3em; border-radius: .3em; margin-bottom:10px }

.qtip-content{overflow:visible;}

.tDnD_whileDrag{	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
	        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
}
.text_rotate_270{
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-tb;

}

.icone_middle{font-size:18px;}
.fa-vide:before {
 content:"     "
}

.tr_lignes:hover { background: #ECC9FF !important;}
.tr_lignes:nth-child(even) {background-color: #f2f2f2}

 .highlight_row {
    background: #FFC !important;
}


/* The container */
.checkmark_container {
    display: block;
    position: relative;
    padding-left: 25px;
	margin-top:5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkmark_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ccc;
	
}

/* On mouse-over, add a grey background color */
.checkmark_container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkmark_container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkmark_container input:checked ~ .checkmark:after {
    display: inline;
}

/* Style the checkmark/indicator */
.checkmark_container .checkmark:after {
    left: 5px;
    top: 1px;
	
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark_container input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.checkmark_container input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/*
.btn{display:inline-block;*display:inline;*zoom:1;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;color:#333333;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #bbbbbb;*border:0;border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);}.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9;}
.btn:active,.btn.active{background-color:#cccccc \9;}
.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9;}
.btn:active,.btn.active{background-color:#cccccc \9;}
.btn:first-child{*margin-left:0;}
.btn:first-child{*margin-left:0;}
.btn:hover,.btn:focus{color:#333333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear;}
.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}
.btn.disabled,.btn[disabled]{cursor:default;background-image:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
*/
.required{color:#FF0004}

/* Dropdowns */
.dropbtn {
  display:inline-block;
  padding: 2px;
  cursor: default;
  min-width:30px;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #757575;
  color:#FFF;
}

.dropdown {
  position: relative;
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;  
}

.dropbtn_hover {
	background-color: #757575;
  	color:#FFF;
}

.dropdown-content {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
 background-color: #757575;
  	color:#FFF;
  min-width: 200px;
  overflow: auto;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
  z-index: 1;
}


.dropdown-content li {
  color: white;
  text-decoration: none;
  display: block;
  list-style-type: none;
  padding:5px;
  cursor:default;
}

.dropdown li:hover {background-color: #FFFFDF; color:#000;}


/* ---- */