

body {
	font-family: 'BSRoboto', sans-serif;
	overflow: hidden;
	padding:0;
	margin:0;
	min-width: 600px;
}

body.wait * {
	cursor: wait !important;
}	

ul {
	list-style-type: none;
	padding:0;
	margin: 0;
}

#body_wrap {
	position: absolute;
	top: 0;
	bottom:0;
	left:0;
	right:0; 
	background: url(../images/backgrounds/bg1.jpg) no-repeat center center fixed; 
	background-size: cover;
	z-index:1;
}

#body_wrap_cover {
	position:absolute;
	top: 0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(255,255,255,.6);
	z-index:2;
}

#top_banner {
	position:absolute;
	top:0;
	left:0;
	height: 50px;
	width: 100%;
	background-color: rgba(0,0,0,.75); 
	z-index:10000;
	min-width: 800px;
}

#bottom_banner {
	position:absolute;
	left:0;
	bottom:0;
	height: 50px;
	width: 100%;
	background-color: rgba(0,0,0,.75);
	z-index:10000;
	min-width: 1250px;
}

#bottom_banner .icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-left: 5px;
	margin-right: 5px;
	background-size: 100% 100%;
	opacity: .75;
	transition: all .5s;
}

#bottom_banner .icon:hover {
	opacity: 1;
	cursor: pointer;
}

#clock {
	position: absolute;
	right: 60px;
	top: 16px;
	font-size: 16px;
	font-weight: bold;
	color: white; 
	//-webkit-text-stroke-width: 1px;
   //-webkit-text-stroke-color: white;
	
}

#power {
	position: absolute;
	right: 5px;
	top: 10px;
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
	
	background-image: url(../images/power.png);
	opacity: .5;
}

#power:hover {
	opacity: 1;
	cursor: pointer;
}

 #sainclogo {
	width: 365px;
	height: 50px;
	display: inline-block;
	position: absolute;
	left: 5px;
	background-image: url("../images/logo.png");
	background-size: 100% 100%;
}

.weather_icon {
	width: 50px;
	height: 50px;
	position: absolute;
	display: inline-block;
	background-image:url('../images/weather/unknown.png');
	background-size: 100% 100%;
	right: 75px;
	text-indent: 60px;
	line-height: 50px;
	font-weight:bold;
	font-size: 26px;
	color:white;
	top:0;
	display: none;
}

#login_wrap, #message_wrap {
	z-index: 100000;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color: rgba(255,255,255,.5);
	 
}

#message_wrap {
	z-index: 100001;
	display: none;
	background-color: rgba(255,255,255,.85);
}

#login_window, #message_window{
	width: 400px;
	//height: 150px;
	margin: 0 auto;
	margin-top: 150px;
	border: 2px solid white;
	//background-color: rgba(17,76,141,.75);
	background-color: rgba(0,0,0,.5);
	border-radius: 5px;
	position: relative;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	 
}

 

.close_button {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 4px; 
	right: 2px;
	display: inline-block;
	background-image: url('../images/close.png');
	background-size: 100% 100%;
}

.close_button:hover {
	cursor: pointer;
}

#login_title, #message_title{
	background-color: #114c8d;
	//background-color: black;
	color: white;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	padding-left: 5px;
	font-weight:bold;
	letter-spacing:2px;
	border-bottom: 1px solid white;
}

#login_welcome, #message_text {
	padding: 5px;
	font-size: 13px;
	color: white;
	text-align:center;
}

ul li {
	width: 100%;
	text-align: center;
	position:relative;
}
ul input {
	width: 75%;
	height: 25px;
	line-height: 25px;
	margin: 5px;
	border: 2px solid white;
	border-radius: 5px;
	background-color: rgba(255,255,255,.25);
	font-weight: bold;
	padding:2px; 
	color:white;
	font-family: 'BSRoboto', sans-serif;
	letter-spacing: 2px;
	font-size: 16px;
	
}

ul label {
	position: absolute;
	left:51px;
	top: 11px;
	z-index: -1;
	font-weight: bold;
	letter-spacing: 2px;
	transition: all .5s;
}

ul label.input_focus {
	opacity: .25;
}

ul label.hidden {
	opacity: 0;
}

#submit_button {
	background-color: rgba(17, 76, 141, 0.5);
    border: 2px solid white;
    border-radius: 5px;
    bottom: 4px;
    color: white;
    display: inline-block;
    font-weight: bold;
    padding: 5px;
    //position: absolute;
    right: 46px;
	transition: all .5s;
	margin: 10px;
	margin-left: 325px;
}

#submit_button:hover {
	background-color: rgba(17, 76, 141, 1);
	cursor: pointer;
	color: #fee600;
}
.restock {
	background-image: url("../images/money.png");
}

.forms {
	background-image: url("../images/appbar.layer.png");
}

.fleet {
	background-image: url("../images/truck.png");
}

.calendar {
	background-image: url("../images/calendar.png");
}

.history {
	background-image: url("../images/history.png");
}
.tickets {
	background-image: url("../images/ticket.png");
}

.blackout {
	background-image: url("../images/blackout.png");
}

.schedule {
	background-image: url("../images/calendar3.png");
}
.employees {
	background-image: url("../images/employees.png");
}
.dropbox {
	background-image: url("../images/dropbox.png");
}

.projects {
	background-image: url("../images/projects.png");
}

.sharepoint {
	background-image: url("../images/sharepoint.png");
}
.youtube {
	background-image: url("../images/youtube.png");
}
.support {
	background-image: url("../images/support.png");
}
.contacts {
	background-image: url("../images/contacts.png");
}
.crm{
	background-image: url("../images/crm.png");
}
.return{
	background-image: url("../images/return.png");
}
.happy{
	background-image: url('../images/happy_icon.png');
}
.dra {
	background-image: url("../images/dra_icon.png");
}

.droute {
	background-image: url("../images/droute_icon.png");
}

.ltime {
	background-image: url("../images/ltime.png");
}

.manage {
	background-image: url("../images/manage.png");
}

#forms_list_wrap {
	position: absolute;
	width: 130px;
	//height: 160px;
	
	bottom: 52px;
	//padding: 5px;
	left: 2px;
	display: none; 
}

#forms_list_wrap.show {
	display: block;
}

#forms_list_wrap_title {
	color: white;
	//font-weight:bold;
	text-align:center;
	background-color: rgba(0,0,0,.9);
	border-radius: 5px 5px 0 0;
	margin-bottom:1px;
	font-size: 14px;
	color: white;
	//text-decoration:underline;
	letter-spacing: 2px;
}

#forms_list_wrap ul li {
	color:white;
	text-align: center;
	border-bottom: 1px solid white;
	//padding: 2px;
	transition: all .5s;
	font-size:14px;
	//margin-bottom:5px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0,0,0,.75);
}

#forms_list_wrap ul li:last {
	border-bottom: 0px solid transparent;
}

#forms_list_wrap ul li:hover {
    cursor: pointer;
	color: #fee600;
}

#welcome_screen {
	position: absolute;
	top: 200px;
	left: 40%;
	left: calc(40% - 100px);
	text-align: center;

}

#username {
	position: absolute;
	right: 20px;
	color: white;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
}

.shadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}	

#dialog_wrap {
	position: absolute;
	top: 0;
	bottom:0;
	left:0;
	right:0;
	z-index: 1000000;
	background-color: rgba(255,255,255,.75);
	display: none;
}

#dialog_window {
	width: 350px; 
	height: 75px;
	background-color: rgba(255,255,255,.9);
	border: 2px solid rgba(74, 111, 139, 1);
	border-radius: 5px;
	position: absolute;
	top:0;bottom:0;left:0;right:0;
	margin: auto;
	padding-bottom: 5px;
}

.dialog_button {
	background-color: rgba(74, 111, 139, 1);
    border-radius: 5px;
    color: white;
    display: inline-block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    text-align: center;
    transition: background-color 0.5s ease 0s;
    width: 75px;
}

.dialog_button:hover {
	cursor: pointer;
	background-color:rgba(74, 111, 139, .5);
}

 

#dialog_title {
	background-color: rgba(74, 111, 139, 1);
	color: white;
	text-indent: 5px;
	height: 25px;
	line-height: 25px;
	font-weight:bold;
}
#dialog_text {
	text-align: center;
	margin: 10px;
	word-wrap: break-word;
}

#dialog_text { 
	height: auto; 
}

.toggle-switch {
	width: 50px;
    height: 25px;
    background-color: white;
    display: inline-block;
    position: absolute;
    right: 390px;
    top: 14px;
	transtion: all .5s;
}

.toggle-switch .slider {
	position: absolute;
	background-color: rgba(0,0,0,.75);
	height: 20px;
	width: 20px;
	top: 2.5px;
	left: 2px;
	transition: all .5s;
} 



.toggle-switch.on > .slider {
	left: 28px;
	background-color: red;
}


