@import url(https://fonts.googleapis.com/css?family=Cantarell);

@import url(https://fonts.googleapis.com/css?family=Maven+Pro);

*{ margin:0; padding:0;	border:0; outline:none;}

html{
	height:100%; 
}

body{
	height:100%;
	font-family:Cantarell,verdana,arial,sans-serif;
	font-size:12px;
	background-color: #FFF; 
	color:#313131;
}

label{
	display:block;
	font-weight:bold;
}

table{
	width:100%;
	border-collapse:collapse;
	border:0;
}

#jsresponse{
	display:none;
	opacity:0;
	line-height:25px;
}

.responseOK{
	position:absolute;
	z-index:10000;
	width:35%;
	top:0px;
	left:35%;
	text-align:center;
}

.responseKO{
	position:absolute;
	z-index:10000;
	width:35%;
	top:0px;
	left:35%;	
	text-align:center;
}

.responseWARN{
	position: absolute;
	z-index:10000;
	width:470px;
	padding:10px;
	margin-left:10px;
	top:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #FFAD29;
	background-color:#F5F3BA;
	color:#93774B;
	text-align:center;
}

.note{
	padding:10px;
	margin:30px auto 30px auto;
	width:94%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #FFAD29;
	background-color:#F5F3BA;
	color:#93774B;
	text-align:center;
}

.clear{
	clear:both;
}

.spacer{
	height:20px;	
}

#header{
	position:fixed;
	top:0px;
	left:0px;
	height:55px;
	overflow:hidden;
	width:100%;
	line-height:55px;
	background: url('../img/bkgheader.png') top left; 
	color:#FFFFFF;
	z-index:9999;
}

#node_name{
	float:left;
	font-family:'Maven Pro',verdana,arial,sans-serif;
	font-size:22px;
	font-weight:bold;
	margin-left:16px;
	width:60%;
}

#user_profile{
	float:right;
	width:270px;
	height:55px;
	background: url('../img/sepheader.png') top left no-repeat;
	cursor:pointer;
}

#account_name{
	width:235px;
	line-height:55px;
	cursor:pointer;
	padding-right:35px;
	margin-right:10px;
	text-align:right;
	background: url('../img/userico.png') center right no-repeat;
}

#transparent_cover{
	position:fixed;
	top:0px;
	left:0px;
	margin:auto;
	width: 100%;
	height: 100%;
	z-index:400;
	display:none;
	background:none;
}

#account_pad{
	display:none;
	position:fixed;
	right:0px;
	z-index:900;
	width:270px; 
	background-color:#202020;
	color:#FaFaFa;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: -1px 2px 4px #5F5F5F;
	-moz-box-shadow: -1px 2px 4px #5F5F5F;
	box-shadow: -1px 2px 4px #5F5F5F;
	font-size:11px;
	line-height:15px;	
}

.account_pad_row{
	width:90%;
	margin:auto;
	margin-top:10px;
}

.account_pad_msg{
	width:80%;
	height:38px;
	margin:auto;
	margin-top:10px;
	background:url('../img/message.png') no-repeat 6px 10px #f1f1f3;
	box-shadow:4px 3px 4px 2px #757577 inset;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #303030;
	padding-left:34px;
	padding-top:8px;
}

.account_pad_msg a{
	color:#1943E3;
	font-weight:bold;
	text-decoration:none;
	font-weight:bold;
	font-size:1em;
	letter-spacing:1px;
}

.account_pad_msg a:visited{
	color:#1943E3;
	text-decoration:none;
}

.account_pad_msg a:active{
	color:#1943E3;
	text-decoration:none;
}

.account_pad_msg a:hover{
	color:#6E789E;
	text-decoration:none;
}

#account_pad h3{
	color:#F5E14E;
	font-size:1.2em;
	margin-bottom:3px;
}

.account_pad_button{
	background-color:#C8C8CC;
	color:#2A2A2A;
	text-align:center;
	width:60%;
	height:32px;
	line-height:32px;
	margin:auto;
	margin-bottom:8px;
	margin-top:8px;
	display:block;
	cursor:pointer;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	box-shadow:5px 10px 10px 2px #757577 inset;
	font-size:1.3em;
	font-weight:bold;
}

.account_pad_closer{
	width:94%;
	margin:auto;
	margin-bottom:2px;
	padding-top:7px;
	padding-bottom:4px;
	border-top:1px solid #303030;
	text-align:center;
	font-weight:bold;
	font-size:2.1em;
	line-height:1.2em;
	cursor:pointer;
}

#colsx{
	float:left;
	width:15%;
	min-height:100%;
	background-color: #E1E1E4;
	margin-top:55px;
}

#menu{
	width:80%;
	margin:auto;
	margin-top:13px;
}

.menu_button{
	text-align:center;
	width:100%;
	height:32px;
	line-height:32px;
	font-size:1.1em;
	background-color:#F8F8FA;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#222222;
	cursor:pointer;
	margin-top:10px;
}

.menu_button:hover{
	background-color:#DAF9FF;
}

.menu_button_selected{
	text-align:center;
	width:100%;
	height:32px;
	line-height:32px;
	font-size:1.1em;
	background-color:#86E5F8;
	border:1px solid #00A9C4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#111111;
	cursor:pointer;
	margin-top:10px;
}

.submenu{
	display:none;
	border:1px solid #ccc;
	border-top:0px;
	background-color:#efefef;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;	
	margin-left:10px;
	margin-right:10px;
	margin-bottom:8px;
	padding-left:10px;
	padding-right:10px;
}

.submenu a{
	line-height:23px;
	color:#1a1a1a;
	font-size:1em;
	letter-spacing:1px;
	text-decoration:none;
	width:100%;
}

.submenu a:visited{
	color:#1a1a1a;
	text-decoration:none;
}

.submenu a:active{
	color:#1a1a1a;
	text-decoration:none;
}

.submenu a:hover{
	color:#4D91FF;
	text-decoration:none;
}

.submenu_selected{
	border:1px solid #ccc;
	border-top:0px;
	background-color:#efefef;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;	
	margin-left:10px;
	margin-right:10px;
	margin-bottom:8px;
	padding-left:10px;
	padding-right:10px;
}

.submenu_selected a{
	line-height:23px;
	color:#1a1a1a;
	font-size:1em;
	letter-spacing:1px;
	text-decoration:none;
	width:100%;
}

.submenu_selected a:visited{
	color:#1a1a1a;
	text-decoration:none;
}

.submenu_selected a:active{
	color:#1a1a1a;
	text-decoration:none;
}

.submenu_selected a:hover{
	color:#4D91FF;
	text-decoration:none;
}

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

#main{
	float:left;
	background: url('../img/sidebar_shadow.png') repeat-y left top #F8F8F9;
	min-height:100%;
	padding-bottom:54px;
	width:85%;
	margin-top:55px;
}

#path{
	position:fixed;
	z-index:9998;
	height: 38px;
	width: 85%;
	background: url(../img/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;
}

section#secondary_bar .breadcrumbs_container {
	float: left;
	width: 70%;
	background: url(../img/secondary_bar_shadow.png) no-repeat left top;
	height: 38px;
}

article.breadcrumbs {
	float: left;
	padding: 0 10px;
	border: 1px solid #ccc;
	-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;
	height: 23px;
	margin: 4px 3%;
}

.breadcrumbs a {
	display: inline-block;
	float: left;
	height: 24px;
	line-height: 23px;
}

.breadcrumbs a.current, .breadcrumbs a.current:hover {
	color: #7988B2;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #44474F;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
}

.breadcrumbs a:hover {
	color: #222222;
}

.breadcrumb_divider {
	display: inline-block;
	width: 12px;
	height: 24px;
	background: url(../img/breadcrumb_divider.png) no-repeat;
	float: left;
	margin: 0 5px;
}

.directional_arrows{
	float:right;
	width:auto;
	height: 38px;
	text-align:right;
	margin-left:3%;
}

.directional_arrow{
	float:left;
	width:24px;
	margin:3px;
	cursor:pointer;
}

.page_title{
	font-size:18px;
	font-weight:bold;
	margin-left:15px;
	margin-top:46px;
}

.page_content{
	font-size:12px;
	font-weight:normal;
	margin-left:15px;
	margin-top:8px;
}

.formbox{
	margin:20px 0px 30px 0px;
	background-color: #fff;
	border: 1px solid #222;
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;	
}

.formheader{
	display: block;
	height: 38px;
	line-height: 35px;
	font-size:16px;
	padding-left:5px;
	color:#fff;
	border-bottom:1px solid rgba(51,51,51,1);
	
background: rgba(51,51,51,1);
background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(68,68,68,1) 47%, rgba(34,34,34,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(47%, rgba(68,68,68,1)), color-stop(100%, rgba(34,34,34,1)));
background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(68,68,68,1) 47%, rgba(34,34,34,1) 100%);
background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(68,68,68,1) 47%, rgba(34,34,34,1) 100%);
background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(68,68,68,1) 47%, rgba(34,34,34,1) 100%);
background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(68,68,68,1) 47%, rgba(34,34,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#222222', GradientType=0 );
	
}

.standardform{
	margin: 20px 20px 0px 0px;
}

.standardform div{
	padding-bottom:15px;
}

.textfield{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BBBBBB;
	height: 30px;
	color: #333;
	padding-left: 5px;
	background-color:#fff;
	background-position: 10px 6px;
	margin:0;
	margin-top:5px;
	display: block;
	float:left;
	width:96%;
}

.textfield:focus{
	outline: none;	
	border: 1px solid #77BACE;	
	box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

.filefield{
	border:0;
	height: 30px;
	color: #666666;
	padding-left: 5px;
	background-color:#FFFFFF;
	margin:0;
	margin-top:5px;
	display: block;
	float:left;
}

.filefield:focus{
	outline: none;	
	border: 1px solid #77BACE;	
	box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

.textareafield{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BBBBBB;	
	color: #666666;
	padding-left: 5px;
	background-color:#FFFFFF;
	background-position: 10px 6px;
	margin:0;
	margin-top:5px;
	padding:3px;
	display: block;
	float:left;
	width:100%;
	height: 225px;
}

.textareafield:focus{
	outline: none;
	border: 1px solid #77BACE;
	-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

.tmcetextareafield{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BBBBBB;
	height: 205px;
	font-size:14px;
	color: #666666;
	padding-left: 5px;
	background-color:#FFFFFF;
	background-position: 10px 6px;
	margin:0;
	margin-top:5px;
	padding:3px;
	display: block;
	float:left;
	width:100%;
}

.tmcetextareafield:focus{
	outline: none;
	border: 1px solid #77BACE;
	-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

.selectfield{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BBBBBB;
	height: 25px;
	color: #666666;
	padding-left: 5px;
	background-color:#FFFFFF;
	background-position: 10px 6px;
	margin:0;
	margin-top:5px;
	display: block;
	float: left;
	width: 96%;
}

.selectfield:focus{
	outline: none;
	border: 1px solid #77BACE;
}

.selectmultifield{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BBBBBB;
	height: 145px;
	color: #666666;
	padding-left: 5px;
	background-color:#FFFFFF;
	background-position: 10px 6px;
	margin:0;
	margin-top:5px;
	display: block;
	float: left;
	width: 96%;
}

.selectmultifield:focus{
	outline: none;
	border: 1px solid #77BACE;
	-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

.button_pad_dx{
	float:right;
	width:25%;
	text-align:right;
	margin-right:3%;
	margin-bottom:18px;
}

.button_pad_center{
	margin:auto;
	margin-bottom:18px;
	text-align:center;
}

.button_pad_left{
	float:left;
	width:40%;
	margin-bottom:6px;
	margin-top:6px;
	text-align:left;
}

.button_pad_right{
	float:right;
	width:40%;
	margin-bottom:6px;
	margin-top:6px;
	text-align:right;
}

.button{
	background-color:#86E5F8;
	border:1px solid #00A9C4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:4px 8px 4px 8px;
	letter-spacing:1px;
	cursor:pointer;
}

.formpad{
	border: 1px solid #E1E1E4;
	padding:10px;
	margin-bottom:8px;
	margin-left:15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.formpadtitle{
	margin-bottom:8px;
	font-size:1.2em;
	color:#616161;
}

.formpadcontent{
	margin-left:25px;
	margin-right:10px;
}

#pad-corporate-data{
	display:none;
}

#pad-company-data{
	display:none;
}

#pad-invoice-data{
	display:none;
}

#pad-delivery-data{
	display:none;
}

#pad-discount-data{
	
}

.page_buttons{
	margin:15px;
}

.pageicobutton{
	float:right;
	margin-left:5px;
	cursor:pointer;
}

#console{
	background-color:#434343;
	color:#F3F3F3;
	margin:10px 15px 10px 15px;
	padding:7px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
}

.formfooter{	
	width: 100%;
	background-color: #F4F4F4;
}

#searchpad{
	width:100%;
	margin:auto;
}

#searchcontainer{
	text-align:right;
	background-color:#FFF7D8;	
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:2px;
}

#searchtitle{
	padding:5px;
	margin-right:15px;
	margin-left:5px;	
	line-height:35px;
	text-align:left;
	cursor:pointer;
}

.searchlens{
	float:right;
	margin-top:-3px;
	margin-right:15px;
	color:#666;
	font-size:33px;
	cursor:pointer;
}

#searchform{
	display:none;
	width:100%;
	margin:auto;
	text-align:left;
}

#searchfixedform{
	width:100%;
	margin:auto;
	text-align:left;
}

.list{
	border: 1px solid #9BA0AF;
	width: 95%;
	margin:auto;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffffff;
}

.listheader{
	display: block;
	height: 33px;
	line-height: 35px;
	width:99%;
	padding-left:1%;
	background: #F1F1F4 url(../img/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;
}

.listhedaer table{
	margin-top:-1px;
}

.listlabel{
	height: 35px;
	background-color:#F4F4F4;
	font-weight:bold;
}

.header_label{
	text-align:left;
	padding:5px;
}

.listvalues{
	width: 100%;
	border-bottom:1px dotted #eee;
}

.listvalues:hover{
	background-color:#f9f9f9;
}

.listvalues img{
	margin:2px;
}

.listsubvalues{
	width: 100%;
	border-bottom:1px dotted #eee;
	background-color:#FDFDE5;
	color:#515151;
}

.listvalues-waiting{
	width: 100%;
	border-bottom:1px dotted #cacaca;
	color:#cacaca;
}

.listvalues-dead{
	width: 100%;
	border-bottom:1px dotted #cacaca;
	text-decoration:line-through;
}

.listvalues-important{
	width: 100%;
	border-bottom:1px dotted #cacaca;
	font-weight:bold;
}

.value{
	padding:5px;
}

.value a{
	text-decoration:none;
	color:#1943E3;
}

.value a:active{
	text-decoration:none;
	color:#1943E3;
}

.value a:visited{
	text-decoration:none;
	color:#1943E3;
}

.value a:hover{
	text-decoration:none;
	color:#6E789E;
}

.listbutton{
	margin:3px 4px 3px 0px;
}

.listfooter{
	height: 32px;
	line-height: 32px;
	width: 100%;
	text-align:right;
	border-top: 1px solid #9CA1B0;
	background: #F1F1F4 url(../img/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;
	border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
}

.pager{
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	width:95%;
}

.page{
	float:left;
	border:1px #cacaca solid;
	text-align:center;
	line-height:18px;
	padding:4px 12px;
	margin-right:5px;
	background-color:#313131;
	color:#fafafa;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.page a{
	color:#fafafa;
	text-decoration:none;
}

.page a:visited{
	color:#fafafa;
	text-decoration:none;
}

.page a:active{
	color:#fafafa;
	text-decoration:none;
}

.page a:hover{
	color:#ffffCC;
	text-decoration:none;
}

.actpage{
	float:left;
	border:1px #313131 solid;
	text-align:center;
	line-height:18px;
	padding:4px 12px;
	margin-right:5px;
	background-color:#cacaca;
	color:#313131;
	-webkit-box-shadow: inset 2px 2px 2px #c3c3c3, 2px 2px 2px #c3c3c3;
	-moz-box-shadow: inset 2px 2px 2px #c3c3c3, 2px 2px 2px #c3c3c3;
	box-shadow: inset 2px 2px 2px #c3c3c3, 2px 2px 2px #c3c3c3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.actpage a:visited{
	color:#313131;
	text-decoration:none;
}

.actpage a:active{
	color:#313131;
	text-decoration:none;
}

.actpage a:hover{
	color:#cacaca;
	text-decoration:none;
}

#photoloader{
	width:250px;
	margin:15px;
}

#photocontainer{
	margin:15px;
	font-size:16px;
}

#photocontainer img{
	max-width:900px;
	height:auto;
}

#videocover{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	z-index:9999;
	width:100%;
	height:100%;
	background-color:rgba(55,55,55,0.5);
}

#videocontainer{
	margin:auto;
	margin-top:105px;
	width:590px;
	height:340px;
	padding:15px;
	background-color:#000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.photopad{
	float:left;
	margin-left:10px;
	margin-top:15px;
}

.photopadbutton{
	float:left;
	width:34px;
	margin-right:6px;
}

#doc_data{
	display:none;
}

#docloader{
	width:250px;
	margin:15px;
}

#doccontainer{
	margin:15px;
	line-height:50px;
}

.greenV{
	background:url('../img/ok.png') no-repeat top left;
	height:50px;
	line-height:50px;
	padding-left:58px;
}

#frmlogin .textfield{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BBBBBB;
	height: 25px;
	color: #666666;
	-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	padding-left: 5px;
	background-color:#FFFFFF;
	background-position: 10px 6px;
	margin:0;
	margin-top:5px;
	display: block;
	float:left;
	width:98%;
}

#frmlogin .textfield:focus{
	outline: none;
	border: 1px solid #77BACE;
	-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

#frmlogin .button{
	background-color:#86E5F8;
	border:1px solid #00A9C4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:4px 8px 4px 8px;
	letter-spacing:1px;
	cursor:pointer;
}

#login-title{
	font-size:18px;
	font-weight:bold;
	letter-spacing:2px;
	margin-left:18px;
	margin-top:8px;
	color:#fafafa;
}

#login-subtitle{
	font-family:'Maven Pro',verdana,arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	letter-spacing:2px;
	margin-left:19px;
	margin-top:3px;
	color:#eaeaea;
}

#login-container{
	width:508px;
	height:325px;
	margin:auto;
	padding-top:110px;
	background:url('../img/loginbox_bg.png') no-repeat bottom center;
}

#login-website{
	width:508px;
	margin:auto;
	text-align:center;
}

#login-website a{
	color:#878787;
	text-decoration:none;
}

#login-website a:visited{
	color:#878787;
	text-decoration:none;
}

#login-website a:active{
	color:#878787;
	text-decoration:none;
}

#login-website a:hover{
	color:#373737;
	text-decoration:underline;
}

#login-form-pad{
	width:100%;
	min-width:260px;
	max-width:400px;
	margin:auto;
	margin-top:55px;
}

#copyright{
	width:100%;
	padding-top:10px;
	font-size:0.8em;
	text-align:center;
	border-top:1px solid #111;
	color:#616161;
}

#copyright a{
	color:#636363;
	text-decoration:none;
}

#copyright a:active{
	color:#636363;
	text-decoration:none;
}

#copyright a:visited{
	color:#636363;
	text-decoration:none;
}

#copyright a:hover{
	color:#939393;
}

.nlmailcount {
	float: left;
	margin-left: 50%;
	margin-top: 5px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}

.nlinprogress{
	width:24px;
	height:24px;
	padding:2px;
	background:url('../img/sending.gif') no-repeat top left;
	margin-left:6px;
}

.nlendok{
	width:24px;
	height:24px;
	padding:2px;
	background:url('../img/okdot.png') no-repeat top left;
	margin-left:6px;
}

.nlendko{
	width:24px;
	height:24px;
	padding:2px;
	background:url('../img/kodot.png') no-repeat top left;
	margin-left:6px;
}

#footer{
	display:none;
	bottom:0px;
	height:27px;
	background-color: #222222; 
	color:#FEFEFF;
}

.xe-warning, .xe-notice, .xe-error{
	position:relative;
	z-index:99999999;
}

table.mceLayout, textarea.tinyMCE {	
    width: 320px !important;
}

@media only screen and (min-width: 600px) {
    table.mceLayout, textarea.richEditor {
       width: 100% !important;
    }
}

#medialoader, #mediacontainer{
	margin:25px;
}

.nolink{
	cursor:default;
}

.spese-container{
	margin-right:15px;
	font-size:18px;
}

.spese-row{
	border-bottom:1px dotted #cacaca;
	padding-bottom:3px;
	margin-bottom:3px;
}

.red{
	color:#DD0000;
}

.totals-price{
	width:150px;float:right;text-align:right;
}

.totals-lbl{
	width:150px;float:right;text-align:left;
}

@media only screen and (max-width: 650px) {
	.totals-price{
		width:24%;		  
	}
	
	.totals-lbl{
		width:25%;				
	}
	
	.spese-container{		
		font-size:13px;
	}
}