@font-face {
	font-family: 'Satisfy';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/Satisfy.eot');
	src: local('Satisfy'), url('fonts/Satisfy.eot') format('truetype');
}

@font-face {
	font-family: 'Oswald';
	font-style: normal;
	src: url('fonts/Oswald-Light.eot');
	src: local('Oswald Light'), local('Oswald-Light'), url('fonts/Oswald-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Oswald';
	font-style: normal;
	src: url('fonts/Oswald-Regular.eot');
	src: local('Oswald Regular'), local('Oswald-Regular'), url('fonts/Oswald-Regular.ttf') format('truetype');
}
/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #202020 url(images/img01.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
}

.bootbox-body {
	color: #000;
}

.bootbox-form {
	color: #000;
}

.bootbox-input {
	color: #000;
}

.modal-title {
	color: #000;
}

a, a:hover, a:focus {
	outline: 0 none;
}

	a img {
		border: none;
	}

h2 {
	margin: 0em;
	padding: 0em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: none;
	font-size: 1.5em;
	font-weight: 200;
	color: #CCCCCC;
}

h1, h3 {
	margin: 0em;
	padding: 0em;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	line-height: 170%;
}

a {
	color: #43A4D3;
}

strong {
	font-weight: 700;
	color: #2A2A2A;
}

#wrap {
	min-height: 100%;
	margin: 0 auto;
}

#wrap:before { /* Opera and IE8 "redraw" bug fix */
	content: "";
	float: left;
	height: 100%;
	margin-top: -999em;
}

* html #wrap { /* IE6 workaround */
	height: 100%;
}

/* Copyright */

#copyright {
	border-top: 1px solid #303030;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	color: #6A6A6A;
	margin: 0;
}

#copyright a {
	color: #43A4D3;
}

#copyright a:hover {
	text-decoration: none;
}

#disimg {
	opacity: 0.3;
	filter: alpha(opacity=30); /* For IE8 and earlier */
}

#notification {
	z-index: 1005;
	background-color: #204060;
	border-width: 2px 2px 2px 2px;
	border-color: #5FA0FF;
	border-style: solid;
	border-radius: 10px;
}

	#notification p {
		font-size: 18px;
		color: white;
		margin: 11px;
		text-align: center;
		text-decoration: none;
		text-transform: none;
		font-weight: bold;
	}

/* Button Style */

.button-style a {
	display: block;
	width: 11.250em;
	height: 2.40em;
	margin-top: 1.875em;
	background: url(images/img03.jpg) repeat;
	line-height: 3.125em;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	font-family: 'Oswald', sans-serif;
	font-size: 1.125em;
	font-weight: 200;
	color: #FFFFFF;
	outline: none;
	cursor: pointer;
}

.button-style-sel a {
	display: block;
	width: 11.250em;
	height: 2.40em;
	margin-top: 1.875em;
	background: url(images/img03s.jpg) repeat;
	line-height: 3.125em;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	font-family: 'Oswald', sans-serif;
	font-size: 1.125em;
	font-weight: 200;
	color: #FFFFFF;
	outline: none;
	cursor: pointer;
}

#topnav {
	overflow: hidden;
	padding: 0em 0em 1em 0em;
	background: #FFFFFF;
}

/* Button Style 2 */

a.btn, a.btn-link {
	text-decoration: none;
}

.btn.btn-icon {
	border: none;
	box-shadow: none;
	background: transparent;
	padding: 0;
	margin: 0;
	line-height: 0;
}

.button-style2 a {
	display: inline-block;
	height: 2.60em;
	margin-top: 1.25em;
	padding: 0em 2.25em 0em 1.25em;
	background: url(images/img03.jpg) repeat right top;
	border-radius: 5px;
	line-height: 2.60em;
	text-decoration: none;
	text-transform: none;
	font-size: 1em;
	color: #FFFFFF;
	outline: none;
	cursor: pointer;
}

.button-style2-sel a {
	display: inline-block;
	height: 2.60em;
	margin-top: 1.25em;
	padding: 0em 2.25em 0em 1.25em;
	background: url(images/img03s.jpg) repeat right top;
	border-radius: 5px;
	line-height: 2.60em;
	text-decoration: none;
	text-transform: none;
	font-size: 1em;
	color: #FFFFFF;
	outline: none;
	cursor: pointer;
}

.btnstyle {
	display: inline-block;
	height: 2.60em;
	margin-top: 0;
	padding: 0em 2.25em 0em 0.5em;
	background: url(images/img03.jpg) repeat right top;
	border-radius: 5px;
	line-height: 2.60em;
	text-decoration: none;
	text-transform: none;
	font-size: 1em;
	color: #FFFFFF;
	outline: none;
	cursor: pointer;
	overflow: hidden;
}

.btnstyle-sel {
	display: inline-block;
	height: 2.60em;
	margin-top: 1.25em;
	padding: 0em 2.25em 0em 0.5em;
	background: url(images/img03s.jpg) repeat right top;
	border-radius: 5px;
	line-height: 2.60em;
	text-decoration: none;
	text-transform: none;
	font-size: 1em;
	color: #FFFFFF;
	outline: none;
	cursor: pointer;
	overflow: hidden;
}

.btnstylerev {
	display: inline-block;
	height: 2.60em;
	margin-top: 0;
	padding: 0em 0.5em 0em 2.0em;
	background: url(images/img03r.jpg) repeat left top;
	border: none;
	border-radius: 5px;
	line-height: 2.60em;
	text-decoration: none;
	text-transform: none;
	font-size: 1em;
	color: #FFFFFF;
	outline: none;
	cursor: pointer;
	overflow: hidden;
}

.btnstyle3 {
	display: inline-block;
	height: 2.00em;
	padding: 0em 1.25em 0em 1.25em;
	background: url(images/img03b.jpg) repeat right top;
	border: none;
	border-radius: 5px;
	line-height: 2.00em;
	text-decoration: none;
	text-transform: none;
	font-size: 1em;
	color: #FFFFFF;
	outline: none;
	cursor: pointer;
}

.btnstyle3:disabled,
.btnstyle3-dis {
	display: inline-block;
	height: 2.00em;
	padding: 0em 1.25em 0em 1.25em;
	background: url(images/img03bd.png) repeat right top;
	border: none;
	border-radius: 5px;
	line-height: 2.00em;
	text-decoration: none;
	text-transform: none;
	font-size: 1em;
	color: #FFFFFF;
	outline: none;
	cursor: pointer;
}

.btnstyle3-sel {
	display: inline-block;
	height: 2.00em;
	padding: 0em 1.25em 0em 1.25em;
	background: url(images/img03bs.jpg) repeat right top;
	border-radius: 5px;
	line-height: 2.00em;
	text-decoration: none;
	text-transform: none;
	font-size: 1em;
	color: #FFFFFF;
	outline: none;
	cursor: pointer;
}

.btnsmall {
	display: inline-block;
	height: 1.60em;
	padding: 0.1em 0.6em 0.1em 0.6em;
	background: url(images/img03b.jpg) repeat right;
	border-radius: 5px;
	line-height: 1.60em;
	text-decoration: none;
	text-transform: none;
	font-size: 1em;
	color: #FFFFFF;
	outline: none;
	cursor: pointer;
}

.btnsmall-sel {
	display: inline-block;
	height: 1.60em;
	padding: 0.1em 0.6em 0.1em 0.6em;
	background: url(images/img03bs.jpg) repeat right;
	border-radius: 5px;
	line-height: 1.60em;
	text-decoration: none;
	text-transform: none;
	font-size: 1em;
	color: #FFFFFF;
	outline: none;
	cursor: pointer;
}

.btnsmall-dis {
	display: inline-block;
	height: 1.60em;
	padding: 0.1em 0.6em 0.1em 0.6em;
	background: url(images/img03bd.png) repeat right;
	border-radius: 5px;
	line-height: 1.60em;
	text-decoration: none;
	text-transform: none;
	font-size: 1em;
	color: #FFFFFF;
	outline: none;
	cursor: pointer;
}

/* Hover state*/
.btnsmall:hover {
	color: #FFFF00;
}


/** LIST STYLE 1 */

ul.style1 {
	margin: 0em;
	list-style: none;
}

ul.style1 li {
	padding: 0.94em 0em;
	border-top: 1px solid #E6E6E6;
}

ul.style1 a {
	display: block;
	padding: 0em 0em 0em 1.87em;
	background: url(images/img10.png) no-repeat left top;
	text-decoration: none;
	color: #525252;
}

	ul.style1 a:hover {
		text-decoration: underline;
	}

ul.style1 .first {
	border-top: 0;
}

/** LIST STYLE 2 */

ul.style2 {
	margin: 0em;
	padding: 0em;
	list-style: none;
}

ul.style2 li {
	padding: 1.25em 0em 2.5em 0em;
	border-top: 1px solid #E6E6E6;
}

ul.style2 a {
	text-decoration: none;
	color: #525252;
}

	ul.style2 a:hover {
		text-decoration: underline;
	}

ul.style2 .date {
	display: inline-block;
	margin: 0em 0em 1.56em 0em;
	padding: 0.35em 0.63em;
	background: url(images/img06.png) repeat;
	border-radius: 5px;
	letter-spacing: 0.06em;
	line-height: none;
	text-transform: none;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	color: #FFFFFF;
}

ul.style2 .date a {
	color: #FFFFFF;
}

ul.style2 img {
	float: left;
	margin-right: 1.5em;
}

ul.style2 .first {
	border-top: 0;
}

/** LIST STYLE 3 */

ul.style3 {
	margin: 0em;
	padding: 0em;
	list-style: none;
}

ul.style3 li {
	padding: 1.25em 0em 1.56em 0em;
}

ul.style3 a {
	display: block;
	text-decoration: none;
	color: #C18062;
}

ul.style3 a:hover {
	text-decoration: underline;
}

ul.style3 .date {
}

ul.style3 .date b {
}

ul.style3 .date a {
	color: #FFFFFF;
}

ul.style3 .date a:hover {
	text-decoration: none;
}

ul.style3 .first {
	padding-top: 0em;
	background: none;
}

/** LIST STYLE 4 */

ul.style4 {
	margin: 0em;
	padding: 0em;
	list-style: none;
}

ul.style4 li {
	padding: 0.94em 0em 0.94em 0em;
	border-top: 1px solid #742F0E;
}

ul.style4 a {
	display: block;
	padding: 0em 0em 0em 1.87em;
	background: url(images/img10.png) no-repeat left top;
	text-decoration: none;
	color: #C18062;
}

ul.style4 a:hover {
	text-decoration: underline;
}

ul.style4 li {
	border-top: 0;
}

/** LIST STYLE 5 */

ul.style5 {
	overflow: hidden;
	margin: 0em 0em 1em 0em;
	padding: 0em;
	list-style: none;
}

ul.style5 li {
	float: left;
	padding: 0.25em 0.25em;
	line-height: 0;
}

ul.style5 a {
}



/** LIST STYLE 6 */

ul.style6 {
	margin: 0em;
	padding: 0em;
	list-style: none;
}


ul.style6 h3 {
	margin: 0em;
	padding: 0em 0em 0.63em 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #A0A09F;
}

ul.style6 p {
	font-style: italic;
	font-size: 0.87em;
}

ul.style6 li {
	padding: 1.25em 0em 1.25em 0em;
	border-top: 1px solid #303030;
	line-height: 170%;
}

ul.style6 a {
	display: block;
	padding: 0em;
	text-decoration: none;
	color: #737373;
}

ul.style6 a:hover {
	text-decoration: underline;
}

ul.style6 .first {
	padding-top: 0em;
	border-top: 0;
}



.balloon {
	padding: 1.87em;
	background: url(images/img08.jpg) repeat left top;
	border-radius: 5px;
	line-height: 180%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
}

.ballon-bgbtm {
	height: 1.87em;
	background: url(images/img09.png) no-repeat right top;
}

body table#itemtable,
body table#itemtablenotype,
body table#itemtablenostatus,
body table#itemtablesmall,
body table#itemtabledoubleicon,
body table#itemtabletrippleicon,
body table#itemtablesmalldoubleicon,
body table#itemtablesmalltrippleicon,
body table#mobileitem {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body table#itemtable,
body table#itemtable tbody {
	display: block;
	width: 100%;
}

body table#itemtable tbody tr {
	display: block;
	width: 98%;
	padding: 5px 5px 5px 5px;
	margin: 2px 100% 5px 0;
	border-style: none;
	border-radius: 5px;
	color: #0D161F;
	background-color: #F1F5FA;
	font-family: Arial, Helvetica, sans-serif;
}


body table#itemtable thead {
	display: none;
}

body table#itemtable tr > * {
	display: block;
	padding: 0;
	margin: 0;
}

/* Mobile Dashboard items */
table.mobileitem {
	*border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	border-style: none;
	background-color: #FFFFFF;
	width: 100%;
}
.status {
	white-space: nowrap;
}

.mobileitem {
	border: solid #ccc 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc;
	color: #000;
}

.mobileitem tr:hover {
	background: #fbf8e9;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.mobileitem td, .mobileitem th {
	border-left: 0px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 6px;
	text-align: left;
}

.mobileitem th {
	background-color: #dce9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
	background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: linear-gradient(top, #ebf3fc, #dce9f9);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font-weight: bold;
}

.mobileitem td:first-child, .mobileitem th:first-child {
	border-left: none;
}

.mobileitem td:last-child {
	font-weight: bold;
	text-align: right;
}

.mobileitem .btn-mini {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.mobileitem th:first-child {
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}

.mobileitem th:last-child {
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}

.mobileitem th:only-child {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.mobileitem tr:last-child td:first-child {
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}

.mobileitem tr:last-child td:last-child {
	-moz-border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}

.mobileitem tr:last-child td[colspan="2"] {
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

.mobileitem #status {
	white-space: normal;
}

.borderbot {
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: 0.04em solid rgba(255,255,255,.1);
}

.dimslider {
	z-index: 1;
	border-width: 1px;
	border-style: solid;
	border-color: #333 #333 #777 #333;
	border-radius: 25px;
	width: 100%;
	margin-top: 0px;
	position: absolute;
	height: 13px;
	background-color: #8e8d8d;
	background: url('images/bg-track.png') repeat top left;
	box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 0 1px 0 0px rgba(250, 250, 250, .5);
}

.dimslider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: url('images/handle.png') no-repeat 50% 50%;
	font-weight: bold;
	color: #1C94C4;
	border-style: none;
	outline: none;
	top: -7px;
	margin-left: -12px;
}

.dimslider .ui-slider-range {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #11AAFD 0%, #0199E0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11AAFD), color-stop(100%,#0199E0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #11AAFD 0%,#0199E0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #11AAFD 0%,#0199E0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #11AAFD 0%,#0199E0 100%); /* IE10+ */
	background: linear-gradient(top, #11AAFD 0%,#0199E0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11AAFD', endColorstr='#0199E0',GradientType=0 ); /* IE6-9 */
	position: absolute;
	border: 0;
	top: 0;
	height: 100%;
	border-radius: 25px;
}

#holder {
	min-height: 100%;
	position: relative;
}

#holder > .container-fluid {
	padding-top: 43px;
	padding-bottom: 20px;
}

.bannercontent {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 979px) {
	.bannercontent {
		padding-top: 0px;
	}
}

.brand {
	height: 20px;
	width: 100px;
}

.brand h1 {
	text-decoration: none !important;
	text-transform: none;
	font-family: 'Oswald', sans-serif;
	font-size: 1.3em;
	font-weight: 200;
	color: #1C1C1C;
}

.brand h2 {
	text-decoration: none;
	text-transform: none;
	white-space: nowrap;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.5em;
	font-style: italic;
	color: #666;
}

.dropdown-menu .divider {
	*width: 100%;
	height: 1px;
	margin: 4px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #353535;
	border-bottom: 1px solid #666666;
}

.navbar .divider-vertical {
	height: 40px;
	margin: 0 2px;
	border-right: none;
	border-left: none;
}

.navbar .nav {
	float: right;
}

.navbar .nav .dropdown-menu {
	border: 1px solid #616261;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: arial, helvetica, sans-serif;
	padding: 4px 4px 4px 4px;
	background-color: #7d7e7d;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7e7d), color-stop(100%, #0e0e0e));
	background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: linear-gradient(top, #7d7e7d, #0e0e0e);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7d7e7d, endColorstr=#0e0e0e);
}

.navbar .nav li a {
	text-decoration: none;
	text-transform: none;
	font-family: 'Abel', sans-serif;
	color: #FC2C2C;
	border: 1px solid #616261;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #7d7e7d;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7e7d), color-stop(100%, #0e0e0e));
	background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: linear-gradient(top, #7d7e7d, #0e0e0e);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7d7e7d, endColorstr=#0e0e0e);
}

.nav li a img {
	vertical-align: text-bottom;
	width: 16px;
	height: 16px;
}

.navbar .nav li a:hover {
	border: 1px solid #4a4b4a;
	background-color: #646464;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646464), color-stop(100%, #282828));
	background-image: -webkit-linear-gradient(top, #646464, #282828);
	background-image: -moz-linear-gradient(top, #646464, #282828);
	background-image: -ms-linear-gradient(top, #646464, #282828);
	background-image: -o-linear-gradient(top, #646464, #282828);
	background-image: linear-gradient(top, #646464, #282828);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#646464, endColorstr=#282828);
}

.navbar .nav .current_page_item > a, .navbar .nav .current_page_item > a:hover {
	color: #FFFFFF;
}

.navbar .nav .current_page_item > a {
	border: 1px solid #25729a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #3093c7;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3093c7), color-stop(100%, #1c5a85));
	background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
	background-image: linear-gradient(top, #3093c7, #1c5a85);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
}

.navbar .nav .current_page_item > a:hover {
	border: 1px solid #1c5675;
	background-color: #26759e;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26759e), color-stop(100%, #133d5b));
	background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
	background-image: -moz-linear-gradient(top, #26759e, #133d5b);
	background-image: -ms-linear-gradient(top, #26759e, #133d5b);
	background-image: -o-linear-gradient(top, #26759e, #133d5b);
	background-image: linear-gradient(top, #26759e, #133d5b);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
}

.navbar-inverse .navbar-inner {
	padding:5px;
	background-color: #EEE; /* background color will be black for all browsers */
	background-image: none;
	background-repeat: no-repeat;
	filter: none;
}

div.log {
	background-color: #FAFAFA;
	height: 300px;
	overflow: auto;
	border: 1px dotted #AAAAAA;
	padding: 4px;
	font-family: "Courier New", monospace;
	color: #666666;
	font-size: 11px;
	word-wrap: break-word;
	text-align: left;
}

.lognorm {
	color: #000000;
}

.logerror {
	color: #860016;
	font-weight: 600;
}

.logstatus {
	color: #067676;
	font-size: 11px;
	font-weight: 600;
}

.obtext {
	position: absolute;
	right: 14px;
	top: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #000000;
}

.obtext2 {
	position: absolute;
	right: 14px;
	top: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #444444;
}

.progress-label {
	float: left;
	margin-left: 50%;
	margin-top: -4px;
	font-size: 1.3em;
	font-weight: bold;
	text-shadow: 1px 1px #000;
	color: #fff;
}

.sb-link {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
}

.sb-link a, .sb-link a:link, .sb-link a:active, .sb-link a:visited {
	text-decoration: none;
	color: #000;
}

.sb-link a:hover {
	color: #000FF0;
}

.sb-fixed {
	padding: 2px;
}

@media (min-width: 768px) {
	.sb-fixed {
		position: fixed;
	}
}

.page-header-small {
	padding-bottom: 4px;
	margin: 20px 0 6px;
	border-bottom: 1px solid #eeeeee;
}

a:link {
	color: #FFF;
}

.norm-link, .norm-link a, .norm-link a:link, .norm-link a:active, .norm-link a:visited, .norm-link href {
	color: #43A4D3;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

.lcursor {
	cursor: pointer;
}


.multiselect {
	width: 750px;
	height: 500px;
}

.marginright {
	padding-right: 5px;
}

.transimg {
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}

.transimg:hover {
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

.myrighttable td {
	text-align: right;
}


/* Reset */

.accordion,
.accordion ul,
.accordion li,
.accordion a,
.accordion span {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.accordion li {
	list-style: none;
}

/* Layout & Style */

.accordion li > a {
	display: block;
	position: relative;
	min-width: 150px;
	padding: 0 10px 0 10px;
	height: 32px;
	color: #eee;
	font: bold 13px/32px Arial, sans-serif;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(0,0,0, .35);
	background: #6c6e74;
	background: -moz-linear-gradient(top, #6c6e74 0%, #4b4d51 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6e74), color-stop(100%,#4b4d51));
	background: -webkit-linear-gradient(top, #6c6e74 0%,#4b4d51 100%);
	background: -o-linear-gradient(top, #6c6e74 0%,#4b4d51 100%);
	background: -ms-linear-gradient(top, #6c6e74 0%,#4b4d51 100%);
	background: linear-gradient(top, #6c6e74 0%,#4b4d51 100%);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}

.accordion > li:hover > a,
.accordion > li:target > a,
.accordion > li > a.active {
	color: #3e5706;
	text-shadow: 1px 1px 1px rgba(255,255,255, .2);
	/*background: url(../img/active.png) repeat-x;*/
	background: #a5cd4e;
	background: -moz-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
	background: -webkit-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
	background: -o-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
	background: -ms-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
	background: linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
}

.accordion li > a span {
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
	padding: 0 10px;
	margin-right: 10px;
	font: normal bold 12px/18px Arial, sans-serif;
	background: #404247;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
	box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
}

.accordion > li:hover > a span,
.accordion > li:target > a span,
.accordion > li > a.active span {
	color: #eee;
	text-shadow: 0px 1px 0px rgba(0,0,0, .35);
	background: #3e5706;
}

/* Sub Menu */

.sub-menu li a {
	color: #fff;
	background: #252525;
	border-bottom: 1px solid #393939;
}

.sub-menu li:hover a {
	background: #25253f;
}

.sub-menu li:last-child a {
	border: none;
}

.sub-menu li > a span {
	color: #eee;
	text-shadow: 1px 1px 0px rgba(255,255,255, .2);
	background: transparent;
	border: 1px solid #898989;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Functionality */

.accordion li > .sub-menu {
	display: none;
}

.accordion li:target > .sub-menu {
	display: block;
}

.ex-color-box {
	float: left;
	width: 14px;
	height: 14px;
	margin: 1px;
	border: 1px solid white;
}

.cIFrame {
	position: fixed;
	left: 0;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: 80%;
	border: none;
}

.cIFrameLarge {
	position: fixed;
	left: 0;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: calc(100% - 120px);
	border: none;
}


.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
	color: #fff;
}

table.dataTable thead th, table.dataTable thead td {
	padding: 2px 2px;
}

table.dataTable img.vflip {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

table.table-details {
	border: 0;
	border-spacing: 20px;
	padding: 0;
}

.entity-log-table {
	border: 0;
	border-spacing: 0;
	padding: 0;
}

.entity-log-table th:first-child {
	width: 140px;
}

.settings-form {
	border: 0;
	border-spacing: 20px;
	padding: 0;
}

.settings-form > tbody > tr > td:first-child {
	width: 80px;
	text-align: right;
}

table.table-details > tr > td:first-child,
table.table-details > tbody > tr > td:first-child {
	width: 120px;
	text-align: right;
}

table.table-details.table-details-lg > tr > td:first-child,
table.table-details.table-details-lg > tbody > tr > td:first-child {
	width: 160px;
}

.messagepop {
	border: 1px solid #999999;
	cursor: default;
	display: none;
	margin-top: 15px;
	position: absolute;
	text-align: left;
	width: 150px;
	z-index: 50;
	padding: 25px 25px 20px;
}

.ui-popup {
	z-index: 1100;
	display: none;
	position: absolute;
	padding: 0;
	outline: 0;
	left: 50px;
}

.ui-body-b {
	border-width: 1px;
	border-style: solid;
	background-color: #2a2a2a;
	border-color: #1d1d1d;
	color: #fff;
	text-shadow: 0 1px 0 #111;
}

.ui-overlay-shadow {
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,.6);
	-moz-box-shadow: 0 0 12px rgba(0,0,0,.6);
	box-shadow: 0 0 12px rgba(0,0,0,.6);
}

.ui-btn-corner-all, .ui-corner-all {
	-webkit-background-clip: padding;
	background-clip: padding-box;
}

.ui-corner-all {
	-webkit-border-radius: .3125em;
	border-radius: .3125em;
}

.ui-listview > li {
	display: block;
	position: relative;
	overflow: visible;
}

.ui-listview, .ui-listview > li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-shadow {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.15);
	box-shadow: 0 1px 3px rgba(0,0,0,.15);
}

.ui-listview > li.ui-first-child, .ui-listview > li.ui-first-child > a.ui-btn {
	-webkit-border-top-right-radius: inherit;
	border-top-right-radius: inherit;
	-webkit-border-top-left-radius: inherit;
	border-top-left-radius: inherit;
}

.ui-bar-b, .ui-page-theme-b .ui-bar-inherit, html .ui-bar-b .ui-bar-inherit, html .ui-body-b .ui-bar-inherit, html body .ui-group-theme-b .ui-bar-inherit {
	background-color: #1d1d1d;
	border-color: #1b1b1b;
	color: #fff;
	text-shadow: 0 1px 0 #111;
	font-weight: 700;
}

.ui-listview > .ui-li-divider {
	padding: .5em 1.143em;
	font-size: 14px;
	font-weight: 700;
	cursor: default;
	outline: 0;
}

.ui-listview-inset > .ui-li-static, .ui-listview-inset > .ui-li-divider, .ui-listview-inset > li > a.ui-btn {
	border-right-width: 1px;
	border-left-width: 1px;
}

.ui-listview > .ui-li-static, .ui-listview > .ui-li-divider, .ui-listview > li > a.ui-btn {
	border-width: 1px 0 0;
	border-style: solid;
}

.ui-listview > .ui-li-static, .ui-listview > .ui-li-divider, .ui-listview > li > a.ui-btn {
	margin: 0;
	display: block;
	position: relative;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ui-bar-a, .ui-page-theme-a .ui-bar-inherit, html .ui-bar-a .ui-bar-inherit, html .ui-body-a .ui-bar-inherit, html body .ui-group-theme-a .ui-bar-inherit {
	background-color: #e9e9e9;
	border-color: #ddd;
	color: #333;
	text-shadow: 0 1px 0 #eee;
	font-weight: 700;
}

.ui-page-theme-b .ui-btn, html .ui-bar-b .ui-btn, html .ui-body-b .ui-btn, html body .ui-group-theme-b .ui-btn, html head + body .ui-btn.ui-btn-b, .ui-page-theme-b .ui-btn:visited, html .ui-bar-b .ui-btn:visited, html .ui-body-b .ui-btn:visited, html body .ui-group-theme-b .ui-btn:visited, html head + body .ui-btn.ui-btn-b:visited {
	background-color: #333;
	border-color: #1f1f1f;
	color: #fff;
	text-shadow: 0 1px 0 #111;
}

.ui-page-theme-a .ui-btn, html .ui-bar-a .ui-btn, html .ui-body-a .ui-btn, html body .ui-group-theme-a .ui-btn, html head + body .ui-btn.ui-btn-a, .ui-page-theme-a .ui-btn:visited, html .ui-bar-a .ui-btn:visited, html .ui-body-a .ui-btn:visited, html body .ui-group-theme-a .ui-btn:visited, html head + body .ui-btn.ui-btn-a:visited {
	background-color: #f6f6f6;
	border-color: #ddd;
	color: #333;
	text-shadow: 0 1px 0 #f3f3f3;
}

.ui-listview-inset > .ui-li-static, .ui-listview-inset > .ui-li-divider, .ui-listview-inset > li > a.ui-btn {
	border-right-width: 1px;
	border-left-width: 1px;
}

.ui-listview > .ui-li-static, .ui-listview > .ui-li-divider, .ui-listview > li > a.ui-btn {
	border-width: 1px 0 0;
	border-style: solid;
}

.ui-listview > .ui-li-static, .ui-listview > .ui-li-divider, .ui-listview > li > a.ui-btn {
	margin: 0;
	display: block;
	position: relative;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ui-btn {
	font-size: 16px;
	padding: .5em .7em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	text-decoration: none !important;
	border-right-width: 1px;
	border-left-width: 1px;
	border-width: 1px 0 0;
	border-style: solid;
	margin: 0;
	display: block;
	position: relative;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 2.5em;
	font-weight: 700;
	border-width: 1px;
	border-style: solid;
}

.ui-btn-icon-right:after {
	top: 50%;
	margin-top: -11px;
	content: "";
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	background-position: center center;
	background-repeat: no-repeat;
	left: .5625em;
	background-size: cover;
}

.ui-close {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(images/close.png) no-repeat
}

	.ui-close:hover {
		background-position: 0 -30px
	}

.ui-icon-Auto:after {
}

.ui-icon-AutoWithEco:after {
	background-image: url("../images/evohome/AutoWithEco.png");
}

.ui-icon-Away:after {
	background-image: url("../images/evohome/Away.png");
}

.ui-icon-Custom:after {
	background-image: url("../images/evohome/Custom.png");
}

.ui-icon-DayOff:after {
	background-image: url("../images/evohome/DayOff.png");
}

.ui-icon-HeatingOff:after {
	background-image: url("../images/evohome/HeatingOff.png");
}

.evoimg {
	background-color: #4273b4;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 48px;
	height: 48px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.evoimgnorm {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 48px;
	height: 48px;
}

	.evoimg img, .evoimgnorm img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 75%;
		/*vertical center*/
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.evoimg.evomini, .evoimgnorm.evomini {
		width: 40px;
		height: 40px;
	}

	.evoimg.evomobile, .evoimgnorm.evomobile {
		width: 30px;
		height: 30px;
	}

table.mobileitem .evoimg.evomobile, table.mobileitem .evoimgnorm.evomobile {
	float: right;
}

span.evomobile {
	float: right;
	position: relative;
	right: 200px;
}

	span.evomobile .ui-popup {
		left: 0px;
	}

.warning-text {
	color: red;
}

.sub-tabs {
	border-bottom: 0px solid #ffff00;
	margin: 0 0 0 0;
}

.sub-tabs > li > a {
	color: #555555;
	cursor: pointer;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.sub-tabs > .active > a {
	color: #555555;
	cursor: default;
	background-color: #ccc;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.iconcell {
	border: 1px solid black;
	margin: 0px;
}

.iconlist {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #FFF;
	min-width: 294px;
	overflow: scroll;
	overflow-x: hidden;
	display: -webkit-flex; /* Safari */
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	display: flex;
	flex-wrap: wrap;
}

.iconlist .iconlistitem {
	padding: 0px;
	width: 290px;
	overflow: auto;
	margin: 2px 0px 0px 0px;
	height: 52px;
}

.iconlist .iconlistitem:hover {
	background: #eee;
	cursor: pointer;
}

.iconlist .iconlistitemselected {
	background: #ddd;
	cursor: pointer;
}

.iconlist .iconlistitem h3 {
	font: bold 20px/1.5 Helvetica, Verdana, sans-serif;
	color: #000;
	height: 52px;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 52px;
	margin-top: -5px;
}

.iconlist .iconlistitem img {
	margin-top: 1px;
	width: 48px;
	height: 48px;
	float: left;
}

.iconlist .iconlistitem p {
	font: 200 12px/1.5 Georgia, Times New Roman, serif;
	font-style: italic;
	color: #444;
	margin-left: 52px;
	margin-top: -24px;
	white-space: nowrap;
	overflow: hidden;
}

.inputbox {
	background-color: #FFF;
	border-color: #B4BAC0;
	color: #333;
}

.autowidth {
	width: auto !important;
}

.inputbox {
	background-color: #FFF;
	border: 1px solid #C0C0C0;
	color: #333;
	padding: 2px;
	cursor: text;
}

#timesun {
	height: 2.60em;
}

/* Top Bar ------ */

/*#roomselect{
	white-space: nowrap;
	margin-bottom: 5px;
	margin-left: 5px;
	display: inline-block;
}*/
/*
#forecastdiv{
	margin-left: 5px;
}
*/


#topBar{
	/*margin-top: 5px;*/
	overflow: hidden;
	line-height: 38px;
	padding-bottom: 5px;
}
#tbFilters{
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}
#tbFilters .tbIcon{
	margin-right: 5px;

}
#tbFiltSearch{
	vertical-align: middle;
	margin-bottom: 10px;
	margin-right: 15px;
	white-space: nowrap;
	overflow: hidden;
}

#tbFiltSearch INPUT{
	width: 140px;
	padding: 1px 5px;
	margin-bottom: 4px;
	font-size: 13px;
	line-height: 100%;
	border-color: transparent;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#tbFiltSearch.tbFiltSearchWithResults INPUT{
	width:115px;
}

#tbFiltSearch INPUT:focus{
	background-color: rgb(40, 55, 80);
	color: #eee;
	outline: none;
	border-color: rgba(200, 200, 255,0.3);
	box-shadow: none;
	-webkit-box-shadow: none;
}
#tbResults .fa{
	opacity: 0.5;
}
#tbResults:hover .fa{
	opacity: 1;
}
.tbResultsCount{
	font-family: 'Courier New', Courier, monospace;
	font-size: 9px;
	vertical-align: middle;
	display: inline-block;
	width: 22px;
}

#tbFiltRooms{
	margin-right: 15px;
	white-space: nowrap;
	vertical-align: middle;
}
#tbFiltRooms SELECT{
	width: 140px;
	margin-bottom: 5px;
	display: inline-block;
}

#tbTimeSun{
	float: left;
	vertical-align: middle;
	white-space: nowrap;
}
#tbTime{
	margin-right: 5px;
}
#tbTimeSun .fa-sun{
	margin-left: 8px;
	color: yellow;
}
#tbSunGroup{
	vertical-align: middle;
	margin-left: 1px;
	font-size: 10px;
	color: #ccc;
}

.tbSun{
	margin-left: 4px;
}
#tbLinks{
	margin-left: 10px;
	float: right;
	white-space: nowrap;
}
#tbLinks A{
	margin-left: 5px;
	margin-bottom: 10px;
	white-space: nowrap;
}

.sep{
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (max-width: 730px) {
	#tbLinks{
		display: block;
		width: 100%;
		text-align: center;
		padding-top: 5px;
	}
	#tbTimeSun{
	float: right;
	}
}
/* fix for phones */
@media (max-width: 570px) {
	#tbFilters{
		margin-right: 0;
		width: 100%;
	}
	#tbFiltSearch{
		margin-right: 10px;
	}
	#tbFiltSearch INPUT{
		width: 110px;
	}
	#tbFiltRooms{
		margin-right: 0;
		float: right;
	}
	#tbFiltRooms SELECT{
		width: 130px;
	}
	#tbTimeSun{
		display: block;
		width: 100%;
		text-align: center;
	}
}
/* mimic the margins done by the (removed when filtering) 'row' Bootstrap Class */
.devicesList{

}
.devicesListFiltered{
	margin-left: -20px;
}
@media (max-width: 767px){
	.devicesListFiltered{
		margin-left: 0;
	}	
}
@media (min-width: 768px) and (max-width: 979px){
	.devicesListFiltered{
		margin-left: -20px;
	}	
}
@media (min-width: 1200px){
	.devicesListFiltered{
		margin-left: -16px;
	}	
}

.liveSearchShown{
	float: left;
}

SECTION.dashCategory{
	display: block;
	overflow: hidden;
}
SECTION.dashCategory .liveSearchShown{
	margin: 0;
}

.itemBlock{

}
.itemBlock .ui-selectmenu-button{
	width: 60%;
}



.bheader {
	margin: 0em;
	padding: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
}

.page-header {
	padding: 0;
	margin: 16px 0;
	border: none;
	text-align: center;
}

tspan {
	text-decoration: none;
	text-shadow: none !important;
}

.version-tooltip + .tooltip > .tooltip-inner {
	background-color: #202040;
}

.sk-fading-circle {
	position: relative;
}

.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sk-fading-circle .sk-circle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #35e;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
	0%, 39%, 100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

@keyframes sk-circleFadeDelay {
	0%, 39%, 100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

.selector-switch-options.style {
	margin-top: 5px;
}

.selector-switch-options.style input[type=radio] {
	margin: 10px 5px 10px 0px;
}

.selector-switch-options.style label {
	vertical-align: middle;
}

.selector-switch-options.levels input[type=text] {
	margin: 10px 5px;
}

.ui-selectmenu-menu .selectorlevels-menu {
	font-size: 0.9em;
}

#rgbw_popup .dimslider, #rgbw_popup .dimslider .white_slider{
   width: calc(100% - 38px) !important;
   margin-left: 6px !important;
   margin-top: 10px !important;
}

.device-log-chart {
	display: block;
	height: 300px;
	margin-bottom: 38px;
}

.device-log-chart_sm {
	height: 100px;
}

.device-log-chart_md {
	height: 200px;
}

.no-data {
	background-color: rgba(0, 0, 0, 0.25);
	padding: 10px;
	text-align: center;
	margin-top: 24px;
	font-style: italic;
}

.page-spinner {
	background-color: rgba(0, 0, 0, 0.25);
	padding: 10px;
	margin-top: 24px;
	margin-bottom: 24px;
}

#container-speed > .highcharts-container {
	overflow: visible !important;
}

.highcharts-container  {
	z-index: auto !important;
}

.gz-back-to-top {
	position: fixed;
	bottom: 28px;
	right: 20px;
	z-index: 99;
	background: url(images/bttb.png) no-repeat;
	width: 24px;
	height: 24px;
	opacity: 0.5;
	display: none;
	&:hover {
		opacity: 1;
		cursor: pointer;
	}
}

table td.actions-column {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	white-space: nowrap;
}

table td.options {
  white-space: nowrap;
  overflow-x: hidden !important;
}

table.display thead th.sorting_disabled div.DataTables_sort_wrapper {
	padding-right: 0;
}

.battery {
	position: relative;
	display: block;
	margin: 1px 0 0 0.5px;
	background: #B8DB23;
	width: 6px;
	height: 6px;
	float: left;
}

.battery:before {
	content: "";
	display: block;
	background: transparent;
	border: 1px solid #000;
	margin: -2px;
	width: 16px;
	height: 8px;
	position: absolute;
	border-radius: 1px;
}

.battery:after {
	content: "";
	display: block;
	background: transparent;
	border: 1px solid #000;
	margin-left: 15px;
	width: 2px;
	height: 4px;
	position: absolute;
	border-radius: 1px;
}

.battery.empty {background-color: #ED3745;}
.battery.empty:before, .battery.empty:after {border-color: #ED3745;}
.battery.half {background-color: #F9D023;}

/* Prevent touch scroll while using jQuery Wheel color picker */
.jQWCP-wWidget {
	touch-action: none;
}

.btn-selected {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #826db1;
  *background-color: #695499;
  background-image: -moz-linear-gradient(top, #826db1, #695499);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#826db1), to(#695499));
  background-image: -webkit-linear-gradient(top, #826db1, #695499);
  background-image: -o-linear-gradient(top, #826db1, #695499);
  background-image: linear-gradient(to bottom, #826db1, #695499);
  background-repeat: repeat-x;
  border-color: #695499 #695499 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff826db1', endColorstr='#ff695499', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-selected:hover,
.btn-selected:focus,
.btn-selected:active,
.btn-selected.active,
.btn-selected.disabled,
.btn-selected[disabled] {
  color: #ffffff;
  background-color: #826db1;
  *background-color: #695499;
}

.btn-panel {
	margin-bottom: 8px;
}

.align-right {
	text-align: right;
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}

.list-group-item,
.list-group-item:link {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 0.75rem 1.25rem;
	color: #000;
	background-color: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
}

.list-group-sm .list-group-item {
	padding: 0.5rem 1rem;
}

.list-group-item + .list-group-item {
	border-top-width: 0;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.list-group-item-action {
	width: 100%;
	color: #444;
	text-align: inherit;
}

.list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.device-selector-modal {
	width: 640px;
	margin-left: -320px;
}

@media (max-width: 767px) {
	.modal.fade {
		margin-left: 0;
		width: auto;
	}
}

.device-selector {
	display: flex;
	max-height: 400px;
}

.device-selector__section {
	flex: 1;
	margin-right: 8px;
	display: flex;
	flex-direction: column;
}

.device-selector__section:last-child {
	margin-right: 0;
}

.device-selector__section_hardware {
	max-width: 200px;
}

.device-selector__section_devices {
	flex: 2;
}

.device-selector__section .dataTables_filter {
	width: 100%;
}

.device-selector__section .dataTables_wrapper {
	margin-bottom: 0;
}

.device-selector-group {
	overflow-y: auto;
	overflow-x: hidden;
}

.chart h2 {
	margin-bottom: 7px;
	font-size: 1.1em;
	font-weight: bold;
}
.chart-title-center {
	position: relative;
	margin: auto;
	width: 35%;
}
.chart-title-container {
	position: absolute;
	padding-top: 13px;
	z-index: 1;
	text-align: center;
	width: 100%;
}
@media (max-width: 767px) {
	.chart-title-container {
		position: relative;
	}
	.chart-title-center {
		width: 70%;
	}
}
.clickable {
	cursor: pointer;
}
.chart-title-active {
}
.chart-title-inactive {
	color: rgb(96, 96, 99)
}
.chartarea {
	position: relative;
}
.zoom-buttons-container {
	position: absolute;
	right: 50px;
	padding-top: 11px;
	z-index: 1;
}
.chartarea button {
	float: right;
	height: 21px;
	border-radius: 2px;
	border-width: 0px;
}
.zoom-button {
	width: 24px;
	background-color: transparent;
	color: rgb(221, 221, 221);
}
.zoom-reset {
	padding-left: 6px;
	padding-right: 6px;
	background-color: rgb(221, 221, 221);
	color: rgb(50, 50, 50);
}
.chartarea button + button {
	margin-right: 18px;
}
.chartarea .chartcontainer {
	height: 300px;
}

.noselect {
  -webkit-touch-callout:	none; /* iOS Safari */
    -webkit-user-select:	none; /* Safari */
     -khtml-user-select:	none; /* Konqueror HTML */
       -moz-user-select:	none; /* Firefox */
        -ms-user-select:	none; /* Internet Explorer/Edge */
            user-select:	none; /* Non-prefixed version, currently supported by Chrome and Opera */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.force-select {  
  -webkit-touch-callout:	none; /* iOS Safari */
    -webkit-user-select:	text; /* Safari */
     -khtml-user-select:	text; /* Konqueror HTML */
       -moz-user-select:	text; /* Firefox */
        -ms-user-select:	text; /* Internet Explorer/Edge */
	   user-select:         text; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.chart-tooltip-container {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.dd-selected-text, .dd-option-text {
	color: black !important;
}

.digit6 {
	font-size: 200% !important;
}
