/*LOGIN SCHERM BEGIN*/
.btn {
	display:block!important;
}	
.hideAll  {
        display:none;
     }
.languageText{
	color:#666;
}
.css-label {
	font-weight:normal;
	font-size:12px;
	vertical-align: middle;
	color:#666;
}
.heliosHeader {
	background: #f15922; 
	min-height: 50px;
	width: 100%;
	z-index: 1000;
	position: fixed;
	top: 0px;
	overflow: hidden;
}

.heliosHeaderRight a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.heliosHeaderLeft {
	position: relative;
	width: 100px;
}

.heliosheadermenu li {
	margin-right: 5px !important;
}

.heliosheadermenuleft {
	width: 185px;
}

.passwordforgot {
	text-align: right;
	margin-bottom: -15px;
	margin-top: 15px;
}
.alert {
	border-radius:0!important;
	margin-bottom:0!important;	
}
.form-signin {
	max-width: 330px;
	margin: 0 auto;
	padding: 80px 15px;
}
.form-signin h2{
	margin:0!important;
}
.form-signin button{
	width:100%;
}

.form-signin .checkbox {
	font-size: 14px;
	line-height: normal;
}

.form-signin .form-signin-heading,.form-signin .checkbox {
	margin-bottom: 0px;
}

.language-selector {
    list-style-type: none;
}
#language-select {
    color: #fff;
    cursor: pointer;
    font-size: 0.8em;
    position: absolute;
    right: 10px;
    top: 55px;
}
#language-select .dropdown-menu {
    color: #333;
    padding: 10px;
}
.dropdown-menu > li + li::before {
	background: #fff;
}
.language-selector li:hover, .language-selector li:active {
    color: #ccc;
}
.dropdown-menu.language-selector {
    border-radius: 0;
    min-width: 0;
}

.form-control[type="password"] {
	margin-bottom: 10px;
}



.radio,.checkbox {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	min-height: 20px;
	padding-left: 20px;
	vertical-align: middle;
}

input[type="radio"],input[type="checkbox"] {
	   float: left;
    line-height: 1;
    
}

.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]
	{
	float: left;
	margin-left: -20px;
}

.btn-primary {
	background: #f5855d; /* Old browsers */
	background: -moz-linear-gradient(top, #f5855d 0%, #f15922 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5855d),
		color-stop(100%, #f15922) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5855d 0%, #f15922 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5855d 0%, #f15922 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5855d 0%, #f15922 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f5855d 0%, #f15922 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#f5855d', endColorstr = '#f15922', GradientType = 0 ); /* IE6-9 */
	border-color: #FFFFFF;
}

.form-signin {
	background-color: rgba(255, 255, 255, 0.8);
	margin-top: 40px;
	padding: 5px 15px 30px;
	border: #fff 1px solid;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color=#ccc)";/*IE 8*/
-moz-box-shadow: 0px 0px 10px #ccc;/*FF 3.5+*/
-webkit-box-shadow: 0px 0px 10px #ccc;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0px 0px 10px #ccc;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color=#ccc); /*IE 5.5-7*/
}
.form-signin .form-control {
	border-radius: 0!important;
}



.btn-primary:hover,.btn-primary:focus {
	background-color: #f5855d;
	/*   background-position: 0 -15px;*/
	border-color: #f5855d;
}
.supportbox { position:relative; background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #FFFFFF;
    border-radius: 4px;max-width: 330px;
    height:30px;
    margin:5px auto;
	    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color=#ccc)";/*IE 8*/
-moz-box-shadow: 0px 0px 10px #ccc;/*FF 3.5+*/
-webkit-box-shadow: 0px 0px 10px #ccc;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0px 0px 10px #ccc;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color=#ccc); /*IE 5.5-7*/
    }
.supportbox a {
	
  	display:block;
    width:100%;
    height:100%;
    line-height:2.1;
    text-align:center;
    font-size:13px;
    
    }    
#zenbox_tab {display:none!important;}
body {
	
	background:#f5f5f5;
background-attachment: fixed;
}


html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    
}

.snap-menu-divider {
    background-color: #333;
    display: block;
    height: 1px;
    margin: 10px 0;
    width: 100%;
}
.overwriteFont {
	font-family:'OpenSans',sans-serif!important
}


.serverinfo {
	position: absolute;
	bottom: 5px;
	left: 15px;
	
	
	
}
.serverinfo > span {
	color:#bbb!important;
}
@media screen and (min-width: 0px) and (max-width: 767px){ 
.supportbox { display:none;
    }
.supportbox a {
	
  	display:none;
    
    }  
}
/*LOGIN SCHERM END*/

/*HEADER MENU RIGHT BEGIN */

#header {
	position:fixed;
	z-index:1001;
	left:0px;
	top:0px;
	width:100%;
	height:50px;	
	background: #f15922; 
}
/* fix for IOS devices */
.fixfixed #header{
	position:relative;
	}
	
.heliosheadermenuleft {
	min-height:50px;
	width:400px;
	
}
.heliosheadermenuleft ul{
	list-style-type:none;

}

.heliosheadermenuleft li{
	
}
.backbuttoninone {
	background:url(/Elements_Design.nsf/helios_header_backbutton.png) no-repeat;
	background-position: 50% 50%;
	width:50px;
	min-height:50px;
	display:inline-block;
	padding-left:15px;
	border-right: 1px solid rgba(255,255,255,0.2);
	
}

.logoheaderinone {
	background:url(/Elements_Design.nsf/helios_logo_inone.png) no-repeat;
	background-position: 50% 50%;
	display:inline-block;
	width:150px;
	min-height:50px;
	padding-left:15px;

}

.heliosheadermenu {
	margin:25px 15px 0 0;
}
.heliosheadermenu ul {
	list-style-type:none;
	font-family: Verdana, Arial;
}

.heliosheadermenu li {
	display:inline;
	margin-right:7px;
}

.heliosheadermenu li a {
	color:#fff!important;
	text-decoration:none;
}

.heliosheadermenu li a:hover {
	color:#fff!important;
	text-decoration:none;
}

.usertextstyle {
	font-size:10px;
}
.usertextstyle + li:before {
    content:" | ";
    color:white;
    font-size:9px;
    margin: 0 5px;
   
}