﻿body
{
	background-color: #fff;

	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	font-family: Arial,sans-serif


}

.topBar 
{
    margin-top:40px;
    text-align: center ;
    width:100%;
}
.Slogan
{
    text-align:center;
    font-family: 'Open Sans', arial;
  
}
.logo
{
   margin-left: auto ;
  margin-right: auto ;

}

.loginpage
{
    left: 50%;
    position: absolute;
    top: 50%;
}
.loginform
{
   padding-left:30px;
}
#formforgot
{
    padding-left:30px;
}
#centerform
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-left: -50%;
    margin-top: -50%;
    height: 180px;
    width: 330px;
    background: #f7f7f7;
}
#forgotform
{
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-top:10px;
    height: 130px;
    width: 330px;
    background: #f7f7f7;
}
#footer2
{
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-top:10px;
    height: 70px;
   
    background: #f7f7f7;
}

 input {
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
     height:25px;
     width:260px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid rgba(0,0,0, 0.2);
}

.logindiv  input:focus {
    box-shadow: 0 0 5px rgba(243,150,18,  1);
    -webkit-box-shadow: 0 0 5px rgba(243,150,18,  1); 
    -moz-box-shadow: 0 0 5px rgba(243,150,18,  1);
    border:1px solid rgba(243,150,18, 0.8); 
  
}

.btn
{
      background:#FF8924;
    color:White;
   
}
h2 {
    border-bottom: 1px solid #e2e2e2;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    padding: 5px 5px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
}
.remember {
    float: left;
    width: 140px;
    margin: 0px 0px 20px 30px;
    font-size: 11px;
    display: block;
}
#chk {
    float: left;
    margin: 5px 5px 0px 0px;
     height:10px;
     width:30px;
}
#btn {
    float: left;
    margin: -1px 5px 0px 0px;
    height:25px;
    width:97px;
    background:#FF8924;
    color:White;
}
#alt
{
   overflow:hidden;
    width:330px;
}

#alt div
{
     float:left;
     width:80px;
     height:30px;
     font-size:12px;
     margin:15px 1px
}

#footer {
   position:fixed;
   text-align:center;
   color:#ddd;
   left:0px;
   bottom:10px;
   height:20px;
   width:100%;
   font-size :11px;

}

body, nav, ul, li, a  
{	margin: 0; 
	padding: 0;

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	
}
#responsive-admin-menu {
	float: left;
	width: 200px;
	background-color: #333;
	position: relative;
	overflow: hidden;


}
#navbar
{
	width: 100%;
    display: block;
	height:50px;
	background-color:#333;
	    margin-right: auto;

    margin-left: auto;

}
#content-wrapper {
	margin-left: 200px;
	background-color: #ffffff;

}

 #openmenu {
	height: 50px;
	line-height: 50px;
	cursor:pointer;
	color: #ffffff;
	width:50px;
	text-indent: 10px;
	 float: left;
}


#openmenu .menuicon {
	color: #ffffff;
	font-size: 30px;
	width:40px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
		font-weight: 500;
	
}




.nav {
    list-style: none;
     *zoom: 1;
     background:#333;
}
.nav  a:hover {
	color: #fff;
	background-color:#F79F30;
}
#responsive-admin-menu #menu a:hover {
	color: #52535a;
	background-color:#fcfcfc;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
	white-space: nowrap;
	border-bottom: 1px dotted #5A5757;
	font-size: 12px;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	position: relative;
	font-weight: 400;
	overflow: hidden;
    padding: 10px 45px;
}
.nav li {


    position: relative;
}
.nav > li {
    float: left;
   border-bottom: 1px dotted #5A5757;
}
.nav > li > .parent {
    background-image: url("downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
	font-size: 12px;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #4d4634;
    position: relative;
    z-index:100;
    border-bottom: 1px dotted #5A5757;
}
.nav li li li a {
    background:#A8A080;
    z-index:200;
    border-bottom: 1px dotted #5A5757;
	
}


    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
.icon{
	position:absolute;
	left:7px;
	top:7px;
	height:24px;
	z-index:999;
	width:24px
}


.menuicon:hover {
	color: #fff;
	background-color:#F79F30;
}
#userButton{
	margin-right: auto;
    margin-left: auto;
    position:relative;
	padding-top:15px;
	float:right;
    width:124px;
    height:34px;
	cursor:pointer;
	padding-left:20px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	
}
#userButton img{
	color:white;
cursor:pointer; 
	margin-top:-1px;
	
}

#userButton .userButtonText{
cursor:pointer;
	color:white;
	padding-left:10px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#noti_Container {
    position:relative;
	padding-top:15px;
	float:right;
    width:24px;
    height:34px;
	padding-right:15px;
	padding-left:10px;
	border-right: 1px dotted #5A5757;
}
.noti_bubble {
    position:absolute;
	margin-top:-25px;
	margin-left:15px;
    padding:1px 2px 1px 2px;
    background-color:#fb8a12;
    color:white;
    font-weight:bold;
    font-size:0.55em;
    border-radius:30px;
    box-shadow:1px 1px 1px gray;
}

#leftside{
	width:50%;
	float:left;
	
}
#rightside{
	width:50%;
	float:left;
	
	
}
#languageSelector
{
cursor:pointer;
    position:relative;
	padding-top:15px;
	float:right;
    width:150px;
    height:34px;
	padding-right:15px;
	padding-left:10px;
	margin-right:10px;
}
#languageSelector span
{
	color:#fff;
}
#showalarmsPanel{
	background-color :#F79F30;
	color:#fff;
	text-align : center;
	height:20px;
	 margin-bottom:10px;
	width: 340px;
}
