body{
	padding:0;
	margin:0;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
	overflow-y: hidden;
}
#hbanner{
	width:100%;
	background: #2c3642;
	height:60px;
}

#hbanner > div.container{
	height: 100%;
	margin-left:200px;
	padding-right:5%;
	max-width: none;
}

#hbanner > div.container .pull-right{
	height:100%;
	font-size:14px;
}
#hbanner > div.container .pull-right > span{
	display: block;
	padding:0px 14px;
	height: 100%;
	float:left;
	line-height: 60px;
}
#hbanner > div.container .pull-right > span > a{
	color:#fff;
}
#hbanner > div.container .pull-right > span:hover{
	background: #000;
}
header{
	margin-top:60px;
	width:200px;
	background: #35414f;
	height:100%;
	}

header .fill{
	background: transparent;
	box-shadow: none;
	padding:0px;
}

header div > ul, .nav{
	margin:0px;
}

header div > ul a, .nav a{
	color:#fff;
	vertical-align: middle;
}

header div > ul.nav >li > a{
	border-left-width:8px;
	border-left-style: solid;
	border-left-color: transparent;
}
header div > ul.nav >li:hover > a,
header div > ul.nav >li.open > a{
	border-color: #26b0f1;
}

header div > ul > li, .nav > li{
	background:#3b4757;
	width:100%;
	color: #fff;
	margin-bottom:3px;
	position: relative;
}

header div > ul a.menu:hover, .nav a.menu:hover, header div > ul li.open .menu, .nav li.open .menu, header div > ul .dropdown-toggle:hover, .nav .dropdown-toggle:hover, header div > ul .dropdown.open .dropdown-toggle, .nav .dropdown.open .dropdown-toggle{
	background: transparent;
}
header div > ul.nav > li.dropdown:hover,
header div > ul.nav > li.dropdown.open{
	background:#3b4757;
}

a.menu:after, .dropdown-toggle:after{
	content:none;
}
#xhr_poll_status > span {
	background: transparent;
    line-height: 34px;
}

#maincontent{
    position: absolute;
    top: 60px;
    left: 200px;
    right: 8px;
    padding: 18px;
    bottom: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: none;
    max-height: none;
    background: #eef1f6;
}


#syslog{
	position: absolute;
	width:95%;
	height: 90%;
}
#dutycycleht,
#cntht{
	width:100%;
	height:400px;
	float:left;
}
header div > ul .menu-dropdown, .nav .menu-dropdown, header div > ul .dropdown-menu, .nav .dropdown-menu{
	display: none;
	background: #35414f;
	position: relative;
    width: 100%;
    height: 100%;
    box-shadow: none;
    border: 0;
    left:0;
    top:0;
    border-radius: 0;
    margin-left:0;
}
header div > ul .menu-dropdown li a, .nav .menu-dropdown li a, header div > ul .dropdown-menu li a, .nav .dropdown-menu li a{
	margin-left:24px;
	color: #fff;
	text-shadow: none;
	line-height: 22px;
	font-size:12px;
}
header div > ul .menu-dropdown li a:hover, 
.nav .menu-dropdown li a:hover, 
header div > ul .dropdown-menu li a:hover, 
.nav .dropdown-menu li a:hover{
	background: #3b4757;
}
.dropdown-menu li:hover{
	background: #3b4757;
}
header div > ul.nav > li > i.point{
	display: none;
    background: #eef1f6;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 14px;
    right: -8px;
    transform: rotate(45deg);
}

ul.dropdown-menu > li > i.point
{
	display: none;
    background: #eef1f6;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 8px;
    right: -8px;
    transform: rotate(45deg);
}
header div > ul.nav > li.open > i.point,
ul.dropdown-menu > li.open > i.point{
	display: block;
}

.open .menu-dropdown,
.dropdown.open .menu-dropdown,
.open .dropdown-menu,
.dropdown.open .dropdown-menu {
	display: block;
	background: #35414f;
	width: 100%;
}

.dropdown:hover ul.dropdown-menu {
	display: block;
}
fieldset.cbi-section{
	padding: 16px 16px;
    background: #fff;
    box-shadow: none;
    color: #333;
    font-size:14px;
    margin-right: 3%;
    width: 95%;
        display: inline-block;
}
fieldset.cbi-section.field-md{
	float:left;
	width:46%;
	margin-right:1%;
}

@media screen and (max-width:1350px) {
	fieldset.cbi-section.field-md{
		width:95%;
	}
}
#content_syslog{
	 float: left;
	width: 100%;
}
fieldset legend{
        font-size: 18px;
    background: #ffffff;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -16px;
    margin-right: -16px;
    line-height: 52px;
    padding-top: 0;
    color: #4d4d4d;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

table td{
	border:none;
}

.btn.primary, .cbi-page-actions .cbi-button-apply,
.cbi-page-actions .cbi-button-save, 
.cbi-page-actions .cbi-button-reset,
.cbi-page-actions .cbi-button-link
{
	background: #269cd4;
    padding: 12px 16px 12px;
    border-radius: 0;
    color: #fff;
    border:0;
    text-shadow: none;
}

.btn.primary:hover, 
.cbi-page-actions .cbi-button-apply:hover,
.cbi-page-actions .cbi-button-save:hover, 
.cbi-page-actions .cbi-button-reset:hover,
.cbi-page-actions .cbi-button-link:hover
{
	background:#26b0f1
}

.actions, .cbi-page-actions{
	border-top:none;
	background:none;
	padding:0;
	margin-right: 3%;
}

h2{
	font-size: 18px;
	font-weight: normal;
	border-left: 2px solid #88B7E0;
	margin-bottom: 12px;
	padding-left: 12px;
	line-height: 24px;
	color: #252a2f;
	float: left;
}

h2 + div.cbi-map-descr{
	float: left;
    padding-left: 12px;
    line-height: 26px;
}

input, select, .uneditable-input{
    display: inline-block;
    width: 280px;
    height: 32px;
    padding: 6px;
    font-size: 13px;
    line-height: 18px;
    color: #808080;
    box-shadow: none;
    border-color: #c4c4c4;
    border-radius: 0;
    margin: 2px;
}

input:focus, 
textarea:focus, 
select:focus, 
.uneditable-input:focus{
	border-color:#22a7ef;
	box-shadow: 0px 0px 3px #22a7ef;
	box-shadow: none;
}

span.cbi-value-helpicon{
	display: none;
}

.cbi-value-description{
	margin:4px 0px;
	color: #737373;
	font-size:12px;
}
code{
	background: none;
}

.nav a > i{
	font-size:18px;
}

.icon-Status:before{
    content: "\eb67";
}
.icon-Network:before{
    content: "\ebd1";
}


.icon-System:before{
	content:"\ebb7";
}

.icon-LoRa:before{
	content:"\eb96";
}
.icon-LoRa.Gateway:before{
    content: "\ec4a";
}

i.my-switch-i{
	display: block;
    height: 20px;
    width: 36px;
    margin: auto;
    border: 1px solid #aaa;
    border-radius: 11px;
}

i.my-switch-i>i{
	display: block;
    width: 20px;
    height: 20px;
    border:0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}

input[value="1"]+i.my-switch-i
{
	background: #269cd4;
}

input[value="1"]+i.my-switch-i>i{
	margin-left:16px;
}
.cbi-value-field {
	position: relative;
}
.cbi-value-field input[type=checkbox].cbi-input-checkbox{
	position: absolute;
	z-index:999;
    zoom: 250%;
    top: 0;
    margin-top: 0;
    opacity: 0;
}
i.check-switch-i+.cbi-value-description{
	margin-left:50px;
	line-height: 32px;
}
i.check-switch-i{
	position: absolute;
	display: block;
    height: 20px;
    width: 36px;
    margin: auto;
    border: 1px solid #aaa;
    border-radius: 11px;
    top:5px;
}

i.check-switch-i>i{
	display: block;
    width: 20px;
    height: 20px;
    border:0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}

input:checked+i.check-switch-i
{
	background: #269cd4;
}

input:checked+i.check-switch-i>i{
	margin-left:16px;
}

i.icon.iconfont.icon-Bluetooth{
    display: inline-block;
    font-family: "FontAwesome" !important;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.icon.iconfont.icon-Bluetooth:before{
	content: "\f294";
}


i.icon.iconfont.icon-Services{
    display: inline-block;
    font-family: "FontAwesome" !important;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.icon.iconfont.icon-Services:before{
	content: "\f1b3";
}