/* Essentials */

html, div, map, dt, isindex, form, header, aside, section, section, article, footer {  
    display: block;  
} 

img {
	border: 0px;
    outline: 0px;
}

.menuPull {font-weight:bold; margin-left:5px}

.menuStatus1 {font-weight:bold;color:blue;margin-right:15px;float:right;}
.menuStatus2 {font-weight:bold;color:green;margin-right:15px;float:right;}
.menuStatus3 {font-weight:bold;color:red;margin-right:15px;float:right;}
.menuStatus4 {font-weight:bold;color:#1B918D;margin-right:15px;float:right;}

html, body, table {
height: 100%;
margin: 0;
padding: 0;
font-family: Arial, Verdana, sans-serif;
background: #F8F8F8;
font-size: 12px;
}

.blueHover:hover {
	-moz-box-shadow: 0 0 3px 3px #0036D9;
	-webkit-box-shadow: 0 0 3px 3px #0036D9;
	box-shadow: 0 0 3px 3px #0036D9;
}

.blackButton {background-color:;border-color:;color:;font-weight:bold;cursor:pointer;}
.blackButton:hover {background-color:;border-color:;color:;font-weight:bold;cursor:pointer;}
.blackButtonFlip {background-color:;border-color:;color:;font-weight:bold;cursor:pointer;}
.blackButtonFlip:hover {background-color:;border-color:;color:;font-weight:bold;cursor:pointer;}
.odd {background-color:white;}
.even {background-color:#e4e1e1;}

.redButton {
	background-color:red;
	border-color:red;
	color:white;
	font-weight:bold;
	font-size: 16px;
}

.redButton:hover {
	background-color:#F3B7B7;
	border-color:white;
	color:black;
	font-weight:bold;
	font-size: 16px;
}

.redButtonFlip {
	background-color:#F3B7B7;
	border-color:white;
	color:black;
	font-weight:bold;
	font-size: 16px;
}

.redButtonFlip:hover {
	background-color:red;
	border-color:red;
	color:white;
	font-weight:bold;
	font-size: 16px;
}

.greenButton {
	background-color:black;
	border-color:black;
	color:white;
	font-weight:bold;
	font-size: 16px;
}

.greenButton:hover {
	background-color:#91F695;
	border-color:#91F695;
	color:black;
	font-weight:bold;
	font-size: 16px;
}

.requiredField {
	background-color:#FFCCCC;	
}

input, select, textarea {
     font-family:  Arial, Verdana, sans-serif;
     font-size:  12px;
}

aside#sidebar {
width: 20%;
background: #E0E0E3 url(../../func/images/sidebar.png) repeat;
float: left;
height: calc(100% - 89px) !important;
margin-top: -4px;
overflow-y: auto;


}

.shaded {
color:#D1D1D1;
}

#sidebar hr {
border: none;
outline: none;
background: url(../../func/images/sidebar_divider.png) repeat-x;
display: block;
width: 100%;
height: 2px;}

section#secondary_bar {
height: 38px;
width: 100%;
background: #F1F1F4 url(../../func/images/secondary_bar.png) repeat-x;
}

section#secondary_bar .user {
float: left;
width: 21%;height: 38px;
}

.user p {
margin: 0;
padding: 0;
color: #666666;
font-weight: bold;
display: block;
float: left;
width: 85%;
height: 35px;
line-height: 35px;
text-indent: 25px;
text-shadow: 0 1px 0 #fff;
background: url(../../func/images/icn_user.png) no-repeat center left;
margin-left: 6%;
}

.user a {
text-decoration: none;
color: #666666}

.user a:hover {
color: #77BACE;
}

.user a.logout_user {
float: left;
display: block;
width: 16px;
height: 35px;
text-indent: -5000px;
background: url(../../func/images/icn_logout.png) center no-repeat;
}

section#secondary_bar .userTools {
float: left;
display: block;
padding: 5px 20px;
}

section#secondary_bar .userTools2 {
float: left;
height: 38px;
width: 75%
}

.userTools2 p {
margin: 0;
padding: 0;
color: blue;
font-weight: bold;
display: block;
float: left;
height: 35px;
line-height: 35px;
text-shadow: 0 1px 0 #fff;
}

#noAccess{
     position:absolute;
     width:600px;
     height:200px;
	 text-align:center;
     z-index:15;	 
     top:50%;
     left:40%;          
	 font-size: 14px;
	 font-weight: bold;
}

.ui-autocomplete {z-index:99999;}

.fullMenu{
width: 100% !important;
}

.normalMenu{
width: 80% !important;
}

.lowerPres {
font-size:14px;
font-weight:bold;
text-decoration:underline
}

.lowerDispense {
font-size:14px;
font-weight:bold;
color:red;
}

.lightClass{
background-color:#E6E6FF
}

.darkClass{
background-color:#b3b3ff
}

.comTel {
border:2px solid;
cursor:pointer;
border-color: #9797a6;
padding:3px;
background-color:#DBDBE9;
color:black;
}

.colorOui {
background-color:#A3FFA3;
}

.colorNon {
background-color:#FFCCCC;
}

.comTel:hover{
border:2px solid;
border-color: #CCCCE0;
cursor:pointer;
padding:3px;
background-color:#4ca6ff;
color:white;
}

.comTel2{
border:2px solid;
border-color: #CCCCE0;
cursor:pointer;
padding:3px;
background-color:#7A7A86;
font-weight:bold;
color:white;
}

.comTel2:hover{
border:2px solid;
border-color: #7A7A86;
cursor:pointer;
padding:3px;
background-color:#CCCCE0;
font-weight:bold;
color:white;
}

.modal {
display:    none;
position:   fixed;
z-index:    1000;
top:        0;
left:       0;
height:     100%;
width:      100%;
background: rgba( 255, 255, 255, .5 )
            url('ajax-loader.gif')
			50% 50%
            no-repeat;
-moz-opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

} 

.modalEx {
display:    none;
position:   fixed;
z-index:    1000;
top:        0;
left:       0;
height:     100%;
width:      100%;
background: url('ajax-loader.gif')
			50% 50%
            no-repeat;
-moz-opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

} 


/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

body.loading .modalEx {
    display: block;
}

.clear {
clear: both;
}

.boxsizingBorder {
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; } 

.spacer {
height: 20px;
}

a:link, a:visited {
color: black;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

/* Header */

header#header {
height: 55px;
width: 100%;
}

header#header h1.site_title, header#header h2.section_title {
float: left;
margin: 0;
font-size: 22px;
display: block;
width: 20%;
height: 55px;
font-weight: normal;
text-align: left;
text-indent: 1.8%;
line-height: 55px;
color: ;
}

header#header h1.site_title a {
color: #fff;
text-decoration: none;
}

header#header h2.section_title {
text-align: center;
text-indent: 4.5%;
width: 60%;
font-weight:bold;
}

.btn_view_site {
float: left;
width: 20%;
}

.btn_view_site a {
display: block;
margin-top: 10px;
width: 91px;
height: 27px;
background: url(../../func/images/btn_view_site.png) no-repeat;
text-align: center;
line-height: 29px;
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 0 #000;}

.btn_view_site a:hover {
background-position: 0 -27px;
}

.tab_container {
height: auto;
overflow-x: auto;
overflow-y: auto;
}


#sidebar h3 {
color: #1F1F20;
text-transform: uppercase;
text-shadow: 0 1px 0 #fff;
font-size: 16px;
margin: 10px 0 10px 6%;
display: block;
float: left;
width: 90%;
}

#sidebar h4 {
color: #1F1F20;
/*text-transform: uppercase;*/
text-shadow: 0 1px 0 #fff;
font-size: 14px;
margin: 10px 0 10px 6%;
display: block;
float: left;
width: 90%;
}

.toggleLink {
color: #999999;
font-size: 12px;
text-decoration: none;
display: block;
float: right;
margin-right: 2%
}

#sidebar .toggleLink:hover {
color: #77BACE;
text-decoration: none;
}

#sidebar ul {
clear: both;
margin: 0; padding: 0;
}

#sidebar li {
list-style: none;
margin: 0 0 0 12%; padding: 0; 
}

#sidebar li a {
color: black;
padding-left: 25px;
text-decoration: none;
display: inline-block;
height: 17px;
line-height: 17px;
margin: 2px 0;
}

#sidebar li a:hover {
color: #444444;
}

/* Sidebar Icons */

#sidebar li.icn_new_article a {
background: url(../../func/images/icn_new_article.png) no-repeat center left;
}
#sidebar li.icn_earth a {
background: url(../../func/images/icn_earth.png) no-repeat center left;
}
#sidebar li.icn_phone a {
background: url(../../func/images/icn_phone.png) no-repeat center left;
}
#sidebar li.icn_shop a {
background: url(../../func/images/icn_shop.png) no-repeat center left;
}
#sidebar li.icn_tool a {
background: url(../../func/images/icn_tool.png) no-repeat center left;
}
#sidebar li.icn_graph a {
background: url(../../func/images/icn_graph.png) no-repeat center left;
}
#sidebar li.icn_quote a {
background: url(../../func/images/icn_quote.png) no-repeat center left;
}
#sidebar li.icn_sign a {
background: url(../../func/images/icn_sign.png) no-repeat center left;
}
#sidebar li.icn_search a {
background: url(../../func/images/icn_search.png) no-repeat center left;
}
#sidebar li.icn_mail a {
background: url(../../func/images/icn_mail.png) no-repeat center left;
}
#sidebar li.icn_edit a {
background: url(../../func/images/icn_edit.png) no-repeat center left;
}
#sidebar li.icn_edit_article a {
background: url(../../func/images/icn_edit_article.png) no-repeat center left;
}
#sidebar li.icn_categories a {
background: url(../../func/images/icn_categories.png) no-repeat center left;
}
#sidebar li.icn_alert_info a {
background: url(../../func/images/icn_alert_info.png) no-repeat center left;
}
#sidebar li.icn_alert_warning a {
background: url(../../func/images/icn_alert_warning.png) no-repeat center left;
}
#sidebar li.icn_tags a {
background: url(../../func/images/icn_tags.png) no-repeat center left;
}
#sidebar li.icn_add_user a {
background: url(../../func/images/icn_add_user.png) no-repeat center left;
}
#sidebar li.icn_view_users a {
background: url(../../func/images/icn_view_users.png) no-repeat center left;
}
#sidebar li.icn_profile a {
background: url(../../func/images/icn_profile.png) no-repeat center left;
}
#sidebar li.icn_folder a {
background: url(../../func/images/icn_folder.png) no-repeat center left;
}
#sidebar li.icn_photo a {
background: url(../../func/images/icn_photo.png) no-repeat center left;
}
#sidebar li.icn_audio a {
background: url(../../func/images/icn_audio.png) no-repeat center left;
}
#sidebar li.icn_video a {
background: url(../../func/images/icn_video.png) no-repeat center left;
}
#sidebar li.icn_settings a {
background: url(../../func/images/icn_settings.png) no-repeat center left;
}
#sidebar li.icn_security a {
background: url(../../func/images/icn_security.png) no-repeat center left;
}
#sidebar li.icn_jump_back a {
background: url(../../func/images/icn_jump_back.png) no-repeat center left;
}

#sidebar p {
color: #666666;
padding-left: 6%;
text-shadow: 0 1px 0 #fff;
margin: 10px 0 0 0;}

#sidebar a {
color: #666666;
text-decoration: none;
}

#sidebar a:hover {
text-decoration: none;
font-weight: bold;
}

#sidebar footer {
margin-top: 20%;
}


/* Main Content */


section#main {
width: 80%;
height: calc(100% - 100px) !important;
background: url(../../func/images/sidebar_shadow.png) repeat-y left top;
float: left;
margin-top: -2px;
overflow-y: auto;
}

.imgcenter
   {
   display:block; 
   margin:0 auto; 
   //text-align:center; 
   padding-top:150px;
   
   } 


#main h3 {
color: #1F1F20;
text-transform: uppercase;
text-shadow: 0 1px 0 #fff;
font-size: 16px;
margin: 8px 5px 8px 5px;
}

/* Modules */

.module {
border: 1px solid #9BA0AF;
width: 100%;
margin-left: 10px;
margin-top: 10px;
margin-right: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #ffffff;
}

#main .module header h3 {
display: block;
width: 90%;
float: left;
}

.module header {
height: 38px;
width: 100%;
background: #F1F1F4 url(../../func/images/secondary_bar.png) repeat-x;
-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
border-top-left-radius: 5px; border-top-right-radius: 5px;
}

.module footer {
height: 32px;
width: 100%;
border-top: 1px solid #9CA1B0;
background: #F1F1F4 url(../../func/images/module_footer_bg.png) repeat-x;
-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
}

.module_content {
margin: 10px 20px;
color: black;}

/* Module Widths */

.width_full {
width: auto;
height:90%;
overflow-y : auto;
}

.width_half {
width: 46%;
margin-right: 0;
float: left;
height:90%;
overflow-y : auto;
}

.width_quarter {
width: 26%;
margin-right: 0;
float: left;
height:90%;
overflow-y : auto;
}

.width_slim{
width: 15%;
margin-right: 0;
float: left;
height:auto;
overflow-y : auto;
}

.width_3_quarter {
width: 66%;
margin-right: 0;
float: left;
height:90%;
overflow-y : auto;
}

.width_premier {
width: 60%;
margin-right: 0;
float: left;
overflow-y : auto;
}

.width_premier_slim {
margin-right: 0;
float: left;
overflow-y : auto;
}

.width_thick {
width: auto;
/*margin-right: 0;*/
/*float: left;*/
height:90%;
overflow-y : auto;
}


.tablesorter {width: 100%;margin: -5px 0 0 0;}
.tablesorter td{margin: 0;padding: 0;border-bottom: 1px dotted #ccc;}
.tablesorter thead tr {height: 34px;background: url(../../func/images/table_sorter_header.png) repeat-x;text-align: left;cursor: pointer;}
.tablesorter thead th {text-align: left;padding-left:5px;font-family: Arial, Verdana, sans-serif;font-size: 14px; cursor:pointer;}
.tablesorter td {padding: 15px 5px;text-align: left;}
.tablesorter input[type=image] {text-indent: 0px;margin-right: 10px;}

.tablesorterTiny {width: 100%;margin: -5px 0 0 0;}
.tablesorterTiny td{margin: 0;padding: 0;border-bottom: 1px dotted #ccc;}
.tablesorterTiny thead tr {height: 34px;background: url(../../func/images/table_sorter_header.png) repeat-x;text-align: left;cursor: pointer;}
.tablesorterTiny thead th {text-align: left;padding-left:5px;font-family: Arial, Verdana, sans-serif;font-size: 14px; cursor:pointer;}
.tablesorterTiny td {padding: 5px 5px;text-align: left;}
.tablesorterTiny input[type=image] {text-indent: 0px;margin-right: 10px;}

.tablesorterOff {width: 100%;margin: -5px 0 0 0;}
.tablesorterOff td{margin: 0;padding: 0;border-bottom: 1px dotted #ccc;}
.tablesorterOff thead tr {height: 34px;background: url(../../func/images/table_sorter_header.png) repeat-x;text-align: left;cursor: pointer;}
.tablesorterOff thead th {text-align: left;padding-left:5px;font-family: Arial, Verdana, sans-serif;font-size: 14px; cursor:pointer;}
.tablesorterOff td {padding: 15px 5px;text-align: left;}
.tablesorterOff input[type=image] {text-indent: 0px;margin-right: 10px;}

.tablesorterOffZebra {width: 100%;margin: -5px 0 0 0;}
.tablesorterOffZebra td{margin: 0;padding: 0;border-bottom: 1px dotted #ccc;}
.tablesorterOffZebra thead tr {height: 34px;background: url(../../func/images/table_sorter_header.png) repeat-x;text-align: left;cursor: pointer;}
.tablesorterOffZebra thead th {text-align: left;padding-left:5px;font-family: Arial, Verdana, sans-serif;font-size: 14px; pointer-events:none;}
.tablesorterOffZebra td {padding: 15px 5px;text-align: left;}
.tablesorterOffZebra input[type=image] {text-indent: 0px;margin-right: 10px;}

.tablesorterZebra {width: 100%;margin: -5px 0 0 0;}
.tablesorterZebra td{margin: 0;padding: 0;border-bottom: 1px dotted #ccc;}
.tablesorterZebra thead tr {height: 34px;background: url(../../func/images/table_sorter_header.png) repeat-x;text-align: left;cursor: pointer;}
.tablesorterZebra thead th {text-align: left;padding-left:5px;font-family: Arial, Verdana, sans-serif;font-size: 14px; cursor:pointer;}
.tablesorterZebra td {padding: 15px 5px;text-align: left;}
.tablesorterZebra input[type=image] {text-indent: 0px;margin-right: 10px;}

.tablesorterTinyZebra {width: 100%;margin: -5px 0 0 0;}
.tablesorterTinyZebra td{margin: 0;padding: 0;border-bottom: 1px dotted #ccc;}
.tablesorterTinyZebra thead tr {height: 34px;background: url(../../func/images/table_sorter_header.png) repeat-x;text-align: left;cursor: pointer;}
.tablesorterTinyZebra thead th {text-align: left;padding-left:5px;font-family: Arial, Verdana, sans-serif;font-size: 14px; cursor:pointer;}
.tablesorterTinyZebra td {padding: 5px 5px;text-align: left;}
.tablesorterTinyZebra input[type=image] {text-indent: 0px;margin-right: 10px;}

.tablesorterOffTinyZebra {width: 100%;margin: -5px 0 0 0;}
.tablesorterOffTinyZebra td{margin: 0;padding: 0;border-bottom: 1px dotted #ccc;}
.tablesorterOffTinyZebra thead tr {height: 34px;background: url(../../func/images/table_sorter_header.png) repeat-x;text-align: left;cursor: pointer;}
.tablesorterOffTinyZebra thead th {text-align: left;padding-left:5px;font-family: Arial, Verdana, sans-serif;font-size: 14px; pointer-events:none;}
.tablesorterOffTinyZebra td {padding: 5px 5px;text-align: left;}
.tablesorterOffTinyZebra input[type=image] {text-indent: 0px;margin-right: 10px;}

ul.tabs {
	margin: 3px 10px 0 0;
	padding: 0;
	float: right;
	list-style: none;
	height: 24px; /*--Set height of tabs--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	border: 1px solid #ccc;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 24px;
}
ul.tabs li a {
	text-decoration: none;
	color: #999;
	display: block;
	padding: 0 10px;
	height: 24px;
}

ul.tabs li a:hover {
	color: #44474F;
}

html ul.tabs li.active a  {
	color: #44474F;
	}

html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #F1F2F4;
	-webkit-box-shadow: inset 0 2px 3px #818181;
	-moz-box-shadow: inset 0 2px 3px #818181;
	box-shadow: inset 0 2px 3px #818181;
}

html ul.tabs li:first-child, html ul.tabs li:first-child a  {
	-webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px; border-bottom-left-radius: 5px;
}

html ul.tabs li:last-child, html ul.tabs li:last-child a  {
	-webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px; border-bottom-right-radius: 5px;
}

#main .module header h3.tabs_involved {
display: block;
width: auto;
float: left;
}

#main .module header h3.tabs_involved_new {
display: block;
width: auto;
float: left;
}

.message {
border-bottom: 1px dotted #cccccc;
}

#main .module_content h1 {
color: #333333;
text-transform: none;
text-shadow: 0 1px 0 #fff;
font-size: 22px;
margin: 8px 0px;
}

#main .module_content h2 {
color: #444444;
text-transform: none;
text-shadow: 0 1px 0 #fff;
font-size: 18px;
margin: 8px 0px;
}

#main .module_content h3 {
color: #666666;
text-transform: uppercase;
text-shadow: 0 1px 0 #fff;
font-size: 16px;
margin: 8px 0px;
}

#main .module_content h4 {
color: #666666;
text-transform: none;
text-shadow: 0 1px 0 #fff;
font-size: 14px;
margin: 8px 0px;
}

#main .module_content li {
line-height: 150%;
}

.COMsidebarmenu ul
{
	margin: 0;
	padding-left: 0px;
	list-style-type: none;
	font: 10px Arial;
	width: 50px; 
	position:fixed;
	margin-left:auto;
	margin-right:auto;
	top:120px;
	z-index:10000;
	height:48px;	
}
	 
.COMsidebarmenu ul li
{
	position: relative;
	z-index:10000;
}

* html .COMsidebarmenu ul li {
	float: left;
	height: 1%;
	z-index:10000;
}

.boxCom
{
	position:relative;
	width:67%;
	padding-left:60px;
	z-index:4000;
	text-align: left;
	vertical-align: top;
	margin:0;
	font-family:Arial;
	font-weight: normal;
    font-style: normal;
	color: black;
	font-size: 12px;		
}

.boxCom2
{
	display: block;
	position:relative;
	/*top: 120px;*/
	/*margin-left:775px;*/
	padding-top:5px;
	width:100%;
	z-index:4500;
	text-align: left;
	vertical-align: top;
	/*margin:0 auto;*/
	font-family:Arial;
	font-weight: bold;
	font-style: normal;
	color: black;
	font-size: 12px;		
}

.farmCom
{
	width:600px;
	margin:2px;
	padding: 10px;
	position:relative;
	background: #dfdfe2;
	color:black;
	font-weight:bold;	
}

.farmComMed
{
	width:600px;
	margin:2px;
	position:relative;	
}

.medDiv
{
	display: inline;
	margin:15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	position:relative;	
	font-family: Arial;
	font-weight: bold;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-ms-border-radius: 15px;
	border: 1px solid black;
	text-align:left;
	vertical-align:middle;
	color: black;
	border:none;
	background-color:#E0E0E3;
}

.medDiv span
{
	float:right;	
}

.boxElement
{
	position:relative;
	text-align: left;
	vertical-align: top;
	padding:5px;
	font-family:Arial;
	font-weight: normal;
    font-style: normal;
	color: black;
	font-size: 12px;		
}

.boxElement span
{
	display: inline-block;
	font-weight: bold;
    color: black;
	font-size: 12px;
	vertical-align:top;	
	width:120px;
}

#orderList h4
{
	height: 10px;
}

#f1_upload_process, #f1_upload_processBD, #ajaxBDNew{	
	visibility:hidden;
	}

.upload_process {	
	visibility:hidden;
	}	
	
.forme{
	/*text-align:center;*/
	/*width:390px;*/
	margin:0px;
	padding:5px;
	/*background-color:#fff;*/
	border:none;}

.ac_results {
	padding: 3px;
	border: none;
	overflow: hidden;
	background-color: white;
	height:300px;
	filter: alpha(opacity=100);
	opacity: 1;
	
}

div.credentials
{
	position:absolute;
	display: inline-block;
	/*top: 40%;*/
	/*margin-top: -50%;*/
	width: 100%;
	/*height:25%;*/
	z-index:5000;
	text-align: center;
	vertical-align: middle;
	/*margin-top:25px;*/
	padding:0;
	font-family:Arial;
	font-weight: normal;
    font-style: normal;
	color: black;
	font-size: 12px;
}

div.credentials2
{
	position:fixed;
	bottom:0;
	display: inline-block;
	/*top: 40%;*/
	/*margin-top: -50%;*/
	width: 100%;
	/*height:25%;*/
	z-index:5000;
	text-align: center;
	vertical-align: middle;
	/*margin-top:25px;*/
	padding:0;
	font-family:Arial;
	font-weight: normal;
    font-style: normal;
	color: black;
	font-size: 12px;
}

.connect
 {
	background-color:#943229;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-ms-border-radius: 15px;
	display:inline-block;
	color:#ff9900;
	font-size:15px;
	font-weight:bold;
	width: 180px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration:none;
}
	
.connect:hover
 {
	background-color: #ff9900;
	color: #943229;	
}

.retour
 {
	background-color:#943229;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-ms-border-radius: 15px;
	display:inline-block;
	color:#ff9900;
	font-size:15px;
	font-weight:bold;
	margin-left: 12px;
	width: 180px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration:none;
}

.retour:hover
 {
	background-color: #ff9900;
	color: #943229;	
}

div.raspm
{
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url('RM.png');
	background-repeat:no-repeat;
	background-position:center;
	/*background-size: 50%;*/
	opacity:0.2;
	filter:alpha(opacity=20);
}

div.raspe
{
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url('RE.png');
	background-repeat:no-repeat;
	background-position:center;
	/*background-size: 50%;*/
	opacity:0.2;
	filter:alpha(opacity=20);
}

div.mobile
{
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url('1big.png');
	background-repeat:no-repeat;
	background-position:center;
	/*background-size: 50%;*/
	opacity:0.2;
	filter:alpha(opacity=20);
}

div.cliniquedemeter
{
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url('1big.png');
	background-repeat:no-repeat;
	background-position:center;
	/*background-size: 50%;*/
	opacity:0.2;
	filter:alpha(opacity=20);
}
div.hylife
{
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url('12big.png');
	background-repeat:no-repeat;
	background-position:center;
	/*background-size: 50%;*/
	opacity:0.2;
	filter:alpha(opacity=20);
}
div.hylife
{
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    background-image: url('30big.png');
    background-repeat:no-repeat;
    background-position:center;
    /*background-size: 50%;*/
    opacity:0.2;
    filter:alpha(opacity=20);
}
div.shp
{
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url('18big.png');
	background-repeat:no-repeat;
	background-position:center;
	/*background-size: 50%;*/
	opacity:0.2;
	filter:alpha(opacity=20);
}
div.omvq
{
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url('17big.png');
	background-repeat:no-repeat;
	background-position:center;
	/*background-size: 50%;*/
	opacity:0.2;
	filter:alpha(opacity=20);
}
mark .highlight {background-color:#FDFF71;}

[data-slides] {
    background-image: url('front/1.png'); /* Default image. */
    background-repeat: no-repeat;
    background-position: center;
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
    background-size: contain;
    transition: background 2s ease-out;
	
}