





/***GENERAL***/
html, body, div, h1 {
	border: 0;
	font-family: Roboto;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

input, select, textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ul, li{
	margin:0;
	padding:0;
}


body.preview
{
	background:#fff;
}
* strong{
	font-weight:500 !important;
}

/*
 ****************************************************
 **  HEADER
 *****************************************************
 */

#global_header {
	z-index: 1;
	width: 100%;
	background: #FFF;
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	display:inline-block;
}

#global_header .header_logo {
	padding:6px 0 0px 0;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	float:left;
	margin-right:1%;
	/*width:10%;*/
}

#global_header .header_logo img {
	max-width: 100%;
	margin-left: 10px;
}

#global_header h1 {
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	line-height: 50px;
	/*width: 15%;*/
	float:left;
	margin-right:1%;
	font-weight:300;
	text-transform:uppercase;
	color:#32374d;
}



#global_header .header_menu {
	width: auto;
	line-height:50px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	display:inline;
	font-size:12px;
	margin-left:20px;
}

#global_header .header_menu a{
	background: transparent;
	float:left;
	padding: 0 1%;
	z-index: 1;
	position: relative;
	color: #888;
	margin:0;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	height:45px;
}


#global_header .header_menu a:hover{
	border-bottom: 5px solid #FFF;
	color: #000;
}

#global_header .header_menu a.active,
#global_header .header_menu a.active:hover{
    color: #32374d;
    font-weight: 500;
}










#global_header .header_customer_item {
	color: #00a5d9;
	font-family: Roboto;
	font-size: 16px;
	width:300px;
	height:50px;
	vertical-align: top;
	background:#fff;
	position:relative;
	display:inline-block;
	cursor:pointer;
	float:right;
	
}


#global_header .header_customer_item  .currentcust{
	background:url(../img/choose.png) 95% center no-repeat #FFF;
	
	color:#1d7ca2;
	line-height:50px;
	vertical-align:middle;
	padding:0 15% 0 1%;
	width:84%;
	display: inline-block;
	text-align:right;
	font-weight:300;
}



#global_header .header_customer_item .selectcust {
	color: #fff;
	font-family: Roboto;
	font-size: 10px;
	font-weight: bold;
	height: auto;
	max-height:300px;
	overflow-y:auto;
	vertical-align: top;
	background:#fff;
	position:absolute;
	z-index:20;
	display:none;
	width:98%;
	right:0;
	list-style:none;
	padding:1%;
	border:1px solid #1d7ca2;
}






#global_header .header_customer_item .selectcust li{
	color: #1d7ca2;
	font-family: Roboto;
	font-size: 12px;
	line-height:30px;
	font-weight: normal;
	height: auto;
	vertical-align: top;

}


#global_header .header_customer_item .selectcust li:hover{
	background:#FFF;
	color:#32374d;

}



#global_header .header_customer_item .selectcust li.selected,
#global_header .header_customer_item .selectcust li.selected:hover{
	background:#1d7ca2;
	color:#fff;
}







#global_header .header_customer_item .selectcust li.child
{
	background:url(../img/child.png) 10px center no-repeat #efefef;
	padding-left:13%;
}


#global_header .header_customer_item .selectcust li.child:hover
{

	color:#32374d;
}


#global_header .header_customer_item .selectcust li.child.selected,
#global_header .header_customer_item .selectcust li.child.selected:hover
{
	background:url(../img/child_hover.png) 10px center no-repeat #1d7ca2;
	color:#fff;
}














#global_header .header_profile_item {
	color: #00a5d9;
	font-family: Roboto;
	font-size: 16px;
	width:50px;
	height:50px;
	vertical-align: top;
	background:url(../img/profile.png) center center no-repeat #FFF;
	position:relative;
	display:inline-block;
	cursor:pointer;
	float:right;
}



#global_header .header_profile {
	color: #1d7ca2;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 300;
	height: auto;
	vertical-align: top;
	background:#FFF;
	width:200px;
	position:absolute;
	z-index:20;
	display:none;
	top:50px;
	right:0;
	border:1px solid #1d7ca2;
}



#global_header .header_profile .item_header_profile {
	color: #1d7ca2;
	padding:10px 4%;
	width:92%;
	height:20px;
}

#global_header .header_profile .item_header_profile:hover {
	background:#1d7ca2;
	color:#fff;
}



















	

/***LOADER*/////

p.loader{
	width:100% !important;
	text-align:center !important;
	margin:20px 0 !important;
	color:#bbb !important;
}




/***LAYER*/////
.layer_background {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1500;
	width: 100%;
	height: 100%;
	background: #00a5d9;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.layer_foreground {
	position: fixed;
	z-index: 3000;
	width: auto;
	top: 5%;
	max-width: 95%;
	max-height: 88%;
	background: #fff;
	text-align: center;
}

.layer_foreground img {
	max-width: 100%;
	max-height: 100%;
}

.layer_foreground .remove_layer_button {
	position: absolute;
	color: #666;
	font-weight: 300;
	font-size: 15px;
	float: right;
	cursor: pointer;
	width: auto;
	text-align: center;
	font-family: Roboto, Verdana;
	padding: 5px 10px;
	border: 5px solid #00a5d9;
	z-index: 998;
	right: 0px;
	top: 0px;
	color: #fff;
	background: #00a5d9;
}

.layer_foreground.contentable {
	padding: 1% 3%;
	overflow: hidden;
	max-width: 89%;
	text-align: left;
	overflow: auto;
}

.layer_foreground.contentable h1.title {
	color: #000;
	font-family: Roboto;
	font-size: 40px;
	font-weight: 500;
	width: 100%;
	display: inline-block;
}

.layer_foreground.contentable h1.title .remove_layer_button {
	float: right;
}

.layer_foreground.contentable .layer_foreground_content {
	padding: 0;
	text-align: left;
	width: 100%;
	display: inline-block;
}

.layer_foreground.contentable .layer_foreground_content h1 {
	text-decoration: none;
	color: #00a5d9;
	font-family: Roboto;
	font-size: 24px;
	margin: 15px 0 5px 0;
	background: url(library/arrow.png) left center no-repeat;
	padding-left: 40px;
	border-bottom: 1px dashed #00a5d9;
	font-weight: 500;
}

.layer_foreground.contentable .layer_foreground_content h2 {
	font-family: Roboto;
	font-size: 23px;
	margin: 15px 0 0;
	background: url(library/gt.png) left center no-repeat;
	padding-left: 20px;
	color: #00a5d9;
}

.layer_foreground.contentable .layer_foreground_content h3 {
	font-family: Roboto;
	/*background: url(library/code.png) left center no-repeat;*/
	color: #666;
	font-size: 14px;
	padding: 5px 30px;
	text-decoration: none;
	margin: 0;
	text-transform: uppercase;
	margin: 10px 0 0;
}

.layer_foreground.contentable .layer_foreground_content h3:hover {
	cursor: pointer;
	text-decoration: none;
}

.layer_foreground.contentable .layer_foreground_content h4 {
	text-align: center;
	color: #1C1C1C;
}

.layer_foreground.contentable .layer_foreground_content h5 {
	text-align: left;
	color: #000;
}

.layer_foreground.contentable .layer_foreground_content p {
	margin: 0;
	padding: 0 2%;
	color: #666;
}

.layer_foreground.contentable .layer_foreground_content pre {
	font-size: 12px;
}

.layer_foreground.contentable .layer_foreground_content table {
	width: 100%;
}

.layer_foreground.contentable .layer_foreground_content th {
	background: #00a5d9 !important;
	font-weight: bold;
	color: #FFFFFF;
}

.layer_foreground.contentable .layer_foreground_content ul {
	background: none repeat scroll 0 0 #F8F8F8;
	border: 1px solid #EFEFEF;
	color: #666666;
	list-style: square inside none;
	padding: 20px 5%;
	width: 96%;
	margin: 3% 2%;
	font-size: .8em;
}

.layer_foreground.contentable .layer_foreground_content ol {
	background: none repeat scroll 0 0 #F8F8F8;
	border: 1px solid #EFEFEF;
	color: #666666;
	list-style: decimal inside none;
	padding: 20px 5%;
	width: 96%;
	margin: 0 2%;
	font-size: .8em;
}

.layer_foreground.contentable .layer_foreground_content table td:first-child {
	min-width: 25%;
}

.layer_foreground.contentable .layer_foreground_content h3.accordion-title {
	font-size: .6em;
	color: #666;
	border-bottom: 1px dashed #ccc;
}















/*
****************************************************
**  LAYER Change password
*****************************************************
*/

.layer_foreground .changeform {
	width: 94%;
	padding: 2%;
	text-align: left;
	/*background-color: #F2F2F2;
	border: 1px solid #CCCCB8;*/
	margin:0 auto;
}

.layer_foreground .changeform p {
	display:inline-block;
	width: 45%;
	font-family: Roboto;
	font-size: 16px;
	color: #008CB7;
	margin: 0 1% 0 0;
	padding:0 2%;
	vertical-align:top;
	border-right:5px solid #ccc;
}

.layer_foreground .changeform .notice_paragraph {
	width: 49%;
	font-family: Roboto;
	display:inline-block;
	font-size: 16px;
	color: #666;
	border-left:1% solid #ccc;
	margin:0 auto;
}

.layer_foreground .changeform .notice_paragraph ul {
	margin-left: 5%;
	width:95%;
	list-style: square inside none;
}

.layer_foreground .changeform input[type="password"] {
	float: left;
	color: #848484;
	width: 100%;
	margin-bottom:1%;
	line-height: 30px;
	height: 30px;
	font-family: Roboto;
	font-weight: 300;
	font-size: 16px;
	border: 1px solid #ccc;
}

.layer_foreground .changeform input[type="button"] {
	width:auto;
	float:right;
	padding:10px 20px;
	position:relative;
	font-family:Roboto, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
	height: 40px;
	text-transform:uppercase;
	color:#00994c;
	border:2px solid #00994c;
	background:#FFF;
	min-width: 150px;	
	letter-spacing: 1px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;	
}

.layer_foreground .changeform input[type="button"]:hover {
	background:#00994c;
	color:#fff;
	cursor:pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}


































/***GROWL***/

#growl_background{
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	width:100%;
	height:100%;
	background:#666;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;	
}

 #growl{
	position:fixed;
	z-index:10000;
	height:auto;
	top:40%;
	left:40%;
	width:15%;
	background:#fff;
	padding:10px;
	font-size:14px;
 }
 
	#growl.mode_0
	{
		background:url(../img/info-sign.png) 10px center no-repeat #fff;
		background-size:50px;
		color:#666;
		font-weight:300;
		padding-left:70px;
	}
  
	#growl.mode_1
	{
		background:url(../img/warning-sign.png) 10px center no-repeat #fff;
		background-size:50px;
		color:#000;
		font-weight:300;
		padding-left:70px;
	}
  
  
#growl .item_growl {
	border-bottom: 1px solid #ccccb8;
	line-height: 18px;
	font-size: 11px;
	color: #848484;
	padding: 2%;
	width: 96%;
}