@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: Arial,Tahoma,  Helvetica, Verdana, sans-serif;
	word-spacing:2px;
}

html {
	background-color: #ffffff;
}

body {

	/*margin: 0px auto;*/
	min-width: 956px;
	background-color: #ffffff;
	padding-bottom: 30px;
 
}

ul, ol, li {
	list-style: none;
}
a {text-decoration: none;color:#00c;}
a:hover {text-decoration:none;}
:focus { outline: none; }
input.button {
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	padding: 4px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	text-shadow: 1px 1px 3px #666666;
	border: solid #1cb3d9 2px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#4160fa), to(#05c1fa));
	background: -moz-linear-gradient(top, #4160fa, #05c1fa);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#4160fa, endColorStr=#05c1fa);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#4160fa, endColorStr=#05c1fa);
	display:inline-block; /* IE is so silly */
}
input.button:hover {
	background: #20e6e6;
}
input.button:active {
	background: #aba6e6;
	color:#cfcfcf;
	text-shadow:0px 0px 0px #666666;
}

.clearfloat {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

#header {
	height: 110px;
	/*background: url(../img/header.jpg) no-repeat;*/
	width: 956px !important;
	max-width: none !important;
	margin-top: 10px;
	/*background:#B4D1F3;*/
	background: url(../img/header_bg.png);
}

#status {
	float: right;
	/* margin-top:40px; */
}
#status div {
	float: left;
	padding: 5px 10px;
}
#status span {
	display: block;
	float: left;
	line-height: 20px;
	cursor: default;
}
#status span.icon {
	width: 30px;
	height: 20px;
}
#status span.text {
	padding-left: 5px;
	color: #000;
}

/*added by lyre*/
#mesg_icon span.icon {
	width: 20px;
	height: 20px;
	background: url(../img/sprites.png) no-repeat 0px -162px;
}
#mesg_icon.mesg_prompt span.icon {
	background-position: -118px -162px;
	cursor: pointer;
}
/*-------------*/

#signal_grid span.icon {
	background: url(../img/sprites.png) no-repeat;
}
#signal_grid.rssi0 span.icon {
	background-position: 0 0;
}
#signal_grid.rssi1 span.icon {
	background-position: -30px 0;
}
#signal_grid.rssi2 span.icon {
	background-position: -60px 0;
}
#signal_grid.rssi3 span.icon {
	background-position: -90px 0;
}
#signal_grid.rssi4 span.icon {
	background-position: -120px 0;
}
#signal_grid.rssi5 span.icon {
	background-position: -150px 0;
}

#status_activate span.icon {
	width: 1px;
}
#status_activate.notactivated span.icon {
	background-position: -255px 0;
}
#status_activate.notactivated span.text {
	color: #cb0e0e;
}

#status_battery span.icon {
	background: url(../img/sprites.png) no-repeat -180px 0;
}
#status_battery span.icon span.percent {
	float: none;
	margin: 0 6px 0 5px;
	width: 19px;
}
#status_battery span.icon span.percent span {
	float: none;
	background: url(../img/sprites.png) no-repeat -210px 0;
	overflow: hidden;
}
/*=======================================================*/
#middle {
	margin-top: 0px;
	margin-bottom: 0px;
/*	_width:70%;
	_height: 300px;
	min-height: 300px; 
	background: #DFEAF7;*/
}
/*---------------------------------------------*/

#menu {
	float: left;
	width: 20%;
	/*padding-bottom: 100px;
	min-height: 200px;
	_height: 200px;
	background: #ecf0f5 url(menu.jpg) no-repeat 100% 100%;*/
	/*lyre color*/
}
#menu ul {
}
#menu li ul {
	display: none;
	padding: 5px 0 5px 5px;
	/*border-bottom: 1px solid #808080;*/
}
#menu li.active ul 
{
    background: #B4D1F3;
}
#menu li {
	_height: 30px;
	border-bottom: 1px solid #606060;
/*	display: inline;  */
}
#menu li li {
	_height: 20px;
	border-bottom: none;
}
#menu li a {
	display: block;
	padding-left: 14px;
	height: 30%;
	font-weight: bold;
	color: #027297;
	line-height: 150%;
}
#menu li a:hover {
	background: #B4D1F3;
}
#menu li.active a {
	background: #B4D1F3;
}
#menu li li a {
  display: block;
	padding-left: 25px;
	/*height: 19px;*/
	color: #027297;
	font-weight: normal;
	/*line-height: 18px;*/
	border-bottom: none;
	margin:1px;
	height: 30%;
	line-height: 150%;
}
#menu li.active li a {
	color: #000;
	background: #B4D1F3;
}
#menu li.active li a:hover {
	color: #fff;
}
#menu li.active li.active a {
	color: #fff;
	background: #B4D1F3;
}

/*---------------------------------------------*/
#main {
	float: left;
	width:80% !important;
/*	height: 400px;*/
	/*background: #ecf0f5;*//*lyre color*/
	
}

/*used by index.html*/
#footerindex {
	height: 59px;
	/*width: 624px;*/
	width: 956px !important;/*IE7 and FF*/
	*width: 956px !important;/*IE6 and IE7*/
	/*background: #B4D1F3;*//*lyre color*/
	/*position: fixed;*/
    /*bottom: 0px;*/
    text-align: center;

}

/*used by other html*/
#footer {
	height: 59px;
	/*width: 624px;*/
	width: 956px !important;/*IE7 and FF*/
	*width: 100%;/*IE6 and IE7*/
	text-align: center;
	/*background: #B4D1F3;*//*lyre color*/
	/*bottom: 0px;*/
}


#footerindex p {
	padding-left: 20px;
	color: #fff;
	line-height: 59px;
}

#footer p {
	padding-left: 20px;
	color: #fff;
	line-height: 59px;
}

.charging {
    background : url(../img/battery.gif) no-repeat center center;
}

.nobattery {
    background : url(../img/nobattery.png) no-repeat center center;
}
#loading_container{padding-bottom: 15px;}

#loading_container a {
    outline: none;
}
#loading {
    display: none;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.container {
    width: 956px !important;
    max-width: none !important;
    position: relative;
}
.container {
  margin-right: auto;
  margin-left: auto;
  /*padding-left: 15px;
  padding-right: 15px;*/
}

.login-page-bg{
    background: url("../img/login-bg.png") repeat-x scroll 0 0 transparent;
}
.text-right {
  text-align: right;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-4 {
  width: 33.33333333%;
}

.margin-top-5 {
    margin-top: 5px;
}
.col-xs-8 {
  width: 60%;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary{
    background-color: #008AD7;
}
.btn-primary {
  color: #ffffff;
 background:url(../img/Tab_button_off.gif) no-repeat;

}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background:url(../img/Tab_button_on.gif) no-repeat;
 
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}

