/*	Custom SmartHome CSS Bootstrap override	 */

/*	Body   */

/*	New Design  */

/*	Browser (default = empty string):   */

@import url('/assets/stylesheets/font-awesome.min.css');

#picLeft {
	width: 96px;
}

#picRight {
	width: 300px;
}

.variable-selected-row-background {
	background-color: #d9d9d9 !important;
}

.variable-camera-color {
	background-color: #8579e0 !important; 
}

.project-logo-head {
	height: 50px;
	
}

.project-logo-foot {
	height: 50px;
}

.project-logo-about {
	height: 50px;
	
}

html, body {
	min-height: 100%;
}
.progress.big-progress {
	height: 30px;
	margin-bottom: 0;
	border-radius: 18px;
}

.progress-bar-info {
  background-color: #FF8C00;
}

.gray-background {
	background-color: #f1f1f1;
}

.gray-background-1 {
	background-color: #dfdfdf;
}

.gray-background-2 {
	background-color: #efefef;
}

.gray-background-3 {
	background-color: #ffffff;
}

.gray-background-4 {
	background-color: #f9f9f9;
}

.gray-background-5 {
	background-color: #eaeaea;
}

.gray-background-7 {
	background-color: #f7f7f7;
}

.markRead {
	cursor: pointer;
}

/*	New Design  */
.gradient-background {
	background-color: rgba(230,230,228,0.5);
  	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(223,223,223,0.4)), to(rgba(237,237,237,0.3)));
  	background-image: -webkit-linear-gradient(to bottom right, rgba(223,223,223,0.4), rgba(237,237,237,0.3));
  	background-image:    -moz-linear-gradient(to bottom right, rgba(223,223,223,0.4), rgba(237,237,237,0.3));
  	background-image:     -ms-linear-gradient(to bottom right, rgba(223,223,223,0.4), rgba(237,237,237,0.3));
  	background-image:      -o-linear-gradient(to bottom right, rgba(223,223,223,0.4), rgba(237,237,237,0.3));
  	background-image:         linear-gradient(to bottom right, rgba(223,223,223,0.4), rgba(237,237,237,0.3));
}

.white-background {
	background-color: #fff;
}

.main-content {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
}

.content-width {
	max-width: 1076px;
	min-width: 1076px;
	display: block;
	margin: 0 auto;
}

.sidebar-dinamic {
	width: -webkit-calc((100% - 1076px) / 2);
	width: calc((100% - 1076px) / 2);
	float: left;
}

.sidebar-width {
	width: 192px;
	float: right;
	/*width: auto;*/
	display: block;
}

.dashboard-margin {
	margin: 5px 5px 10px 5px;
}

.rounded-border {
	border-radius: 12px;
}

.rounded-border-bottom {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.rounded-border-bottom-left {
	border-bottom-left-radius: 12px;
}

.rounded-border-bottom-right {
	border-bottom-right-radius: 12px;
}

.box-shadow {
	box-shadow: 0px 0px 3px 2px #d8dcde;
}

.box-shadow-helpdesk {
	box-shadow: 0px 0px 3px 2px darkorange;
}

.box-shadow-inset {
	box-shadow: 0px 0px 2px 1px #d8dcde inset;
}

.row {
	margin-left: 5px;
	margin-right: 5px;
}

.row-header, .row-row, .row-footer {
	height: 55px;
}

.row-hidden {
 	display: none;
 	margin-top: 35px;
}

.row-hidden2 {
 	display: none;
}

.row-header-padding {
	padding-top: 8px;
}

.row-text-padding {
	padding-top: 19px;
}

.row-padding {
	padding: 18px 0;
}

.row-padding-top {
	padding-top: 18px;
}

.row-padding-bottom {
	padding-bottom: 18px;
}

.row-padding-double {
	padding: 26px 0 24px;
}

.row-padding-notification {
	padding: 0 0 24px;
}

.data-padding {
	padding: 10px 0 35px;
}

/* Custom 7 columns grid layout*/

.grid-container {
	overflow: hidden;
}

.grid {
	width: 3228px;
	position: relative;
}

.grid > a > .span-7 {
	box-sizing: border-box;
	width: -webkit-calc(1065.9px / 7);
	width: calc(1065.9px / 7);
	float: left;
	position: relative;
}


.grid > a:last-child > .span-7 {
	box-sizing: border-box;
	width: -webkit-calc((1066px / 7) + 1px);
	width: calc((1066px / 7) + 1px);
	float: left;
	position: relative;
}

.grid > a > .span-7 > .triangle {
	border-width: 0;
}

.grid > a:hover > .span-7 > .triangle,
.grid > a.dashboard-active > .span-7 > .triangle {
	  border-width: 15px 15px 0;
}

.grid-container-icon {
	width: 163px;
	overflow: hidden;
	margin-left: 191px;
}

.grid-sensor-icon {
	width: 345px;
	position: relative;
	padding-left: 1px;
}

/*	Fonts	 */

.font-extra-large {
	font-size: 32px;
	font-weight: 450;
}

.font-very-large {
	font-size: 30px;
	font-weight: 450;
}

.font-rules {
	font-size: 16px;
}

.font-bold {
	font-weight: bold;
}

.font-bolder {
	font-weight: bolder !important;
}

.font-normal {
	font-weight: normal;
}

.font-navbar {
	font-size: 28px;
}

.font-side-menu {
	font-size: 18px;
	vertical-align: middle;
}

.orange-border-left {
	border-left: 3px solid darkorange;
}

.text-orange {
	color: darkorange;
}

.text-gray {
	color: gray;
}

.color-orange {
	color: orange;
}

.color-dark-orange {
	color: darkorange;
}

.color-purple {
	color: #8579e0;
}

.color-magenta {
	color: #fe2d95;
}

.color-green {
	color: #9fd63e;
}

.color-dark-green {
	color: #71a100;
}

.color-blue {
	color: #85bae9;
}

.color-red {
	color: #d2232a;
}

.color-yellow {
	color: #f4b400;
}

.color-grey {
	color: #b4b4b4;
}

.color-gray-2 {
	color: #757575;
}

.color-gray-3 {
	color: #86929b;
}

.height-180 {
	height: 189px;
}

/*	Margins	 */

/*	New Design  */
.no-margin {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.no-margin-all {
	margin: 0px !important;
}

.no-margin-top {
	margin-top: 0;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.no-margin-right {
	margin-right: 0;
}

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

.margin-top-35 {
	margin-top: 35px;
}

.margin-top-dash {
	margin-top: 51px;
}

.margin-top-user {
	margin-top: 20px;
}

.margin-right-10 {
	margin-right: 10px;
}

.margin-right-5 {
	margin-right: 5px;
}

.margin-top-bottom {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.margin-top-bottom-double {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.btn-sensor-edit {
	margin-left: 5px;
}

.margin-top-3 {
	margin-top: 3px;
}

.margin-top-5 {
	margin-top: 5px;
}

.margin-top-7 {
	margin-top: 7px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-bottom-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.margin-top-26 {
	margin-top: 26px;
}

.margin-top-19 {
	margin-top: -19px;
}

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

.margin-left-6 {
	margin-left: 6px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-left-14 {
	margin-left: -14px;
}

.margin-left-17 {
	margin-left: -17px;
}

.margin-left-rules {
	margin-left: 17px;
}

.margin-left-40 {
	margin-left: -40px;
}

.margin-left-19 {
	margin-left: 19px;
}

.margin-left-20 {
	margin-left: 20px !important;
}

.img-thumbnail {
	max-height: 343px;
}

/*	full width	 */
.full-width {
	width: 100%;
}

/*	Paddings	 */

/*	New Design  */
.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.no-padding-right {
	padding-right: 0;
}

.no-padding-left {
	padding-left: 0;
}

.half-padding {
	padding-left: 5px;
	padding-right: 5px;
}

.timepicker-padding {
	padding-left: 18px;
	padding-right: 12px;
}

.height-scroll {
	height: 500px;
}

.padding-top {
	padding-top: 15px;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-top-17 {
	padding-top: 17px;
}

.padding-top-19 {
	padding-top: 19px;
}

.padding-top-left {
	padding: 10px 0 0 5px;
}

.padding-top-left-progress {
	padding: 3px 0 0 5px;
}

.padding-top-bottom-17 {
	padding-top: 17px;
	padding-bottom: 14px;
}

.padding-top-dash {
	padding-top: 35px;
}

.padding-thumb-error {
	padding: 155px 0 0 210px;
	color: white;
}

.padding-top-3 {
	padding-top: 3px;
}

.padding-top-4 {
	padding-top: 4px;
}

.padding-margin {
	padding-left: 0px;
	padding-right: 0px;
	margin: 5px;
}

.padding-bottom {
	padding-bottom: 15px;
}

.padding-bottom-12 {
	padding-bottom: 12px;
}

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

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

.padding-8-12 {
	padding-top: 16px;
	padding-bottom: 8px;
	padding-left: 11px;
}

.padding-right {
	padding-right: 35px;
}

.padding-right-0 {
	padding-right: 0px;
}

.padding-right-10 {
	padding-right: 10px;
}

.padding-right-25 {
	padding-right: 25px;
}

.padding-left {
	padding-left: 7px;
}

.padding-left-3 {
	padding-left: 3px;
}

.padding-left-10 {
	padding-left: 15px;
}

.padding-left-20 {
	padding-left: 20px !important;
}

.padding-left-23-email {
	padding-left: 23px;
}

.padding-left-profile {
	padding-left: 3px;
}

.padding-left-dashboard {
	padding-left: 25px;
}

.select-padding {
	padding-left: 4px;
	padding-right: 0px;
}

.select-padding2 {
	padding-left: 8px;
	padding-right: 0px;
}

/*	Floats	 */
.float-right {
	float: right;
}

/*	Custom-sizes */

.file-icon-size {
	width: 20px;
	height: 20px;
}

/*	New Design  */
.max-height-0 {
	max-height: 1px;
	overflow: visible;
}

/*	Navigation	 */

#navigation-wrapper {
	width: 100%;
}

#navigation {
	min-height: 73px;
}

.logo-header-right {
	margin: 0;
}

.navbar {
	margin-bottom: 0;
}

.navbar-nav {
	float: none;
	margin: 0;
}

.navbar-default {
	background-color: #fff;
	border-color: #fff;
}

.navbar-right  {
	margin-right: 0;
}

#navbar-data {
	float: right !important;
}

ul#navbar-data > li > a {
	height: 70px;
	padding: 20px;
}

ul#navbar-data > li > a > span {
	padding: 15px 5px 5px;
}

ul#navbar-data > li.active, ul#navbar-data > li > a:hover {
	background-color: #f7f7f7;
	cursor: pointer
}

ul#navbar-data li.active > a > span, ul#navbar-data li.active > a > i {
	color: darkorange;
}

.navbar-toggle {
	margin-top: 28px;
}

.navbar-default{
    text-align: center;
}

.navbar-default .navbar-nav > li > a {
    width: 125px;
    margin: 0 auto;
    padding-bottom: 5px;
    color: #757575;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: darkorange;
    box-shadow: inset 0px 6px 0px darkorange;
}

.navbar-default .navbar-nav > li > a:hover > span,
.navbar-default .navbar-nav > li > a:focus > span {
     color: darkorange;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: darkorange;
    background-color: white;
    box-shadow: inset 0px 6px 0px darkorange;
}
.navbar-default .navbar-nav > .active > a > span,
.navbar-default .navbar-nav > .active > a:hover > span,
.navbar-default .navbar-nav > .active > a:focus > span {
    color: darkorange;
}

.navbar-default .navbar-nav > .active > a > span.active-bold {
	font-weight: 600;
    color: darkorange;
}

.side-nav {
    padding: 0;
    overflow: hidden;
}

.side-nav > li > a {
    display: block;
    padding: 17px 5px 17px 15px;
    border-top: 1px solid #e3e8ec;
    text-decoration: none;
}

.side-nav > .active > a,
.side-nav > li > a:hover,
.side-nav > li > a:focus {
    color: darkorange;
    background-color: #efefef;
    box-shadow: inset 3px 0px 0px darkorange;
}

.side-nav > li:last-child > a {
	border-radius: 0 0 12px 12px;
}

/*	Working modes custom CSS overide */

.working-mode {
	overflow: hidden;
	padding: 6px 0 11px 18px;
}

.working-mode > label > span {
	float: left;
	white-space: nowrap;
	display:inline;
	clear:both;
}

.working-mode > label > span > div {
	 position: relative;
	 top: 5px;
	 left: 0px;
	 font-weight: normal;
	 color: #757575;
}

/*	Links	*/
a {
	text-decoration: none;
	color: #757575;
}

a:hover, a:active, a.curent-active-link {
	outline: 0px !important;
	text-decoration: none;
	color: orange;
}

a.common-link > span{
	color: darkorange;
}

a.common-link:hover > span {
	color: orange;
	cursor: pointer;
}

.icon-xl-link:hover, .icon-xl-link:active {
	background-color: #f9f9f9;
}

/*	New Design  */
.navbar-padding {
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-bottom: 7px !important;
}

.dashboard-link > div:hover {
	background-color: #fff;
}

a.dashboard-link {
	cursor: pointer;
	overflow: hidden;
}


a.dashboard-link > div:hover,
a.dashboard-link.dashboard-active > div {
	position: relative;
	background-color: #fff;
}

a[disabled] {
    pointer-events: none;
}

a[disabled] > div {
    background-color: rgba(56, 62, 66, 0.2);
    opacity: 0.4;
}

a.dashboard-link-disabled > div {
	box-shadow: inset 0px 3px 0px gray;
}

a.dashboard-link-purple > div {
	color: #000;
	box-shadow: inset 0px 3px 0px #8579e0;
}

a.dashboard-link-purple:hover > div ,
a.dashboard-link-purple.dashboard-active > div {
	color: #000;
	background-color: #fff;
	box-shadow: inset 0px 6px 0px #8579e0 !important;
}

a.dashboard-link-purple:hover > div > div {
	color: #8579e0;
	box-shadow: none;
}

a.dashboard-link-purple:hover > div > span {
	color: #9fd63e;
	box-shadow: none;
}

a.dashboard-link-purple:hover > div > div > span {
	color: #000;
	box-shadow: none;
}

a.dashboard-link-purple:hover > div > p, a.dashboard-link-purple:hover > div > p > strong {
	color: #8579e0;
	box-shadow: none;
}

/* Custom dash CSS triangle*/
.dash .triangle,
.dash .triangle:after {
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.dash .triangle:after {
	z-index: -1;
	content: "";
}

.dash.top .triangle {
	top: 0;
	left: 47%;
	margin-left: -10px;
	/*border-top-color: #d2232a;*/
	border-width:15px 15px 0;
}

.dash.top .triangle:after {
	bottom: -1px;
	left: -11px;
	border-top-color: rgba(0,0,0,0.25);
	border-width:16px 16px 0;
}

.triangle.triangle-purple {
	border-top-color: #8579e0;
}

.relative-arrow-left {
	color: #c9c9c9;
	position: relative;
	top: 93px;
	left: -4px;
	padding: 6px;
	z-index: 99;
	text-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.relative-arrow-right {
	color: #c9c9c9;
	position: relative;
	top: 93px;
	left: 1005px;
	padding: 6px;
	z-index: 99;
}

.relative-arrow-left-icon {
	color: #c9c9c9;
	position: relative;
	top: 12px;
	left: -4px;
	padding: 6px;
	z-index: 99;
	text-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.relative-arrow-right-icon {
	color: #c9c9c9;
	position: relative;
	top: 12px;
	left: 153px;
	padding: 6px;
	z-index: 99;
}

.arrow-link {
	color: gray !important;
	cursor: pointer;
}

.arrow-link:hover {
	color: red !important;
}

.rotate {
     -moz-transform: rotate(180.0deg);  /* FF3.5+ */
      -ms-transform: rotate(180.0deg);  /* IE9+ */
       -o-transform: rotate(180.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(180.0deg) !important;  /* Safari 3.1+, Chrome */
          transform: rotate(180.0deg);  /* Standard */
}

.icon-dash {
	position: relative;
	top: 17px;
	font-size: 34px;
	color: #000;
}

.icon-dash-lg {
	font-size: 42px;
	position: relative;
	top: 14px;
}

.relative-top-2 {
	position: relative;
	top: 2px;
}

.relative-top-4 {
	position: relative;
	top: 4px;
}

.relative-top-6 {
	position: relative;
	top: 6px;
}

.relative-top-8 {
	position: relative;
	top: 8px;
}

.relative-top-left {
	position: relative;
	top: -2px;
	left: -2px;
}

.absolute-top {
	position: absolute;
	top: 55px;
}

/*	New Design  */
.navbar-img {
	width: 27px;
	height: 27px;
	margin: 0 auto;
}

/*	New Design  */
.dashboard-img {
	background: url('/assets/images/dashboard.png') no-repeat center center;
}

/*	New Design  */
.dashboard-img:active, .dashboard-img:hover {
	background: url('/assets/images/dashboard-selected.png') no-repeat center center;
}

/*	New Design  */
.settings-img {
	background: url('/assets/images/settings.png') no-repeat center center;
}

/*	New Design  */
.settings-img:active, .settings-img:hover {
	background: url('/assets/images/settings-selected.png') no-repeat center center;
}

/*	New Design  */
.history-img {
	background: url('/assets/images/history.png') no-repeat center center;
}

/*	New Design  */
.history-img:active, .history-img:hover {
	background: url('/assets/images/history-selected.png') no-repeat center center;
}

/*	New Design  */
.sensors-img {
	background: url('/assets/images/sensors.png') no-repeat left center;
}

/*	New Design  */
.sensors-img:active, .sensors-img:hover {
	background: url('/assets/images/sensors-selected.png') no-repeat left center;
}

.font-24 {
	font-size: 24px;
	top: 15px;
}

.font-20 {
	font-size: 20px;
	top: 17px;
}

.font-18 {
	font-size: 18px;
	top: 20px;
}

p.text-center {
	margin: 0 auto;
}

.border-top-shadow {
	box-shadow: inset 0px 4px 7px -4px rgba(237,237,237,1);
}

.border-bottom-shadow {
	box-shadow: 0px -15px 10px -10px #e3e8ec;
	/*box-shadow: 0px 0px 3px 2px rgba(237,237,237,1);*/
}

.border-left {
	border-left: 1px solid #e3e8ec;
}

.border-right {
	border-right: 1px solid #e3e8ec;
}

.border-bottom {
	border-bottom: 1px solid #e3e8ec;
}

.border-bottom-gray {
	border-bottom: 3px solid #f1f1f1;
}

.border-right-gray {
	border-right: 1px solid #f1f1f1;
}

.border-white {
	border: 1px solid #fff;
}

.no-border {
	border: none;
}

/*	Tables	 */
.table {
	border-color: #e6e7e7;
}

.table>thead>tr>th,.table>thead>tr>td,.table>tbody>tr>td {
	color: #757575; /*color: #e6e7e7;*/
	background-color: #fff; /*#FFA500;*/
	/*border-color: #757575;*/
}

/*	Bootstrap tables	 */
.fixed-table-container {
    border-style: none;
}

.fixed-table-container thead th {
    border-left: none;
}

.fixed-table-container tbody td {
    border-left: none;
}

/* Custom rules table CSS overide */
.table-rules>tbody>tr>td {
  	border-top: none;
}

table#rules-table > tbody tr td:last-child {
	padding-right: 30px;
}

/*	Pagination	 */

.pagination {
	margin-right: 25px;
}

.pagination > li > a,
.pagination > li > span {
  color: gray;
  /* border-style: none; */
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #FFA500;
  	background-color: #f7f7f7;

}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
   	color: #FFA500 !important;
  	background-color: #f7f7f7 !important;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-detail {
	display: none;
}

/*	Modals	 */

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-header {
	color: #fff;
	background-color: #FFA500;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.modal-body {
	overflow-y: auto;
}

/*  Buttons  */
.btn {
	border-radius: 18px;
}

/*
.btn-lg {
	width: 36px;
	height: 36px;
	border-radius: 18px;
}
*/

.btn-default {
	color: #FF8C00;
	background-color: #fff;
	border-color: #FF8C00;
}

.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default	{
	color: #FFA500;
	background-color: #fff;
	border-color: #FFA500;
}

.btn-delete {
	color: #fff;
	border-color: #fff;
	background-color: #FF0000;
}

.btn-delete:hover,.btn-delete:focus,.btn-delete.focus,.btn-delete:active,.btn-delete.active,.open>.dropdown-toggle.btn-delete	{
	color: #000000;
	background-color: #FF0000;
	border-color: #000000;
}

.btn-primary {
	color: #fff;
	background-color: #FF8C00;
	border-color: #FFA500;
}

.btn-demo-user {
	color: gray;
	background-color: #efefef;
	border-color: #FFA500;
}

/*
.btn-default[disabled], .btn-primary[disabled], label.day-btn[disabled] {
	cursor: not-allowed !important;
}
*/

.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary
	{
	color: #fff;
	background-color: #FFA500;
	border-color: #FF8C00;
}

.btn-margin {
	margin: 15px 10px 0 0;
}

.btn-margin-user {
	margin: 15px 37px 0 0;
}

.btn-header-margin {
	margin: 2px 10px 0 0;
}

/* Removes blue outline on active buttons */
button:focus, button:hover, button:active {
    outline: 0px !important;
}

a:focus, a:hover, a:active {
    outline: 0px !important;
}

.btn-min-width-100 {
	min-width: 100px;
}

/* Forms */

.form .form-group {
	/*margin-top: 5px !important;
	margin-bottom: 5px !important;	*/
	margin-left: 10px !important;
}

.form-group-label-margin {
	margin-top: 15px;
}

.form-group-input-margin {
	margin-top: 10px;
}

.form-control, .form .form-control, .form-horizontal .form-control,.form-inline .form-control {
	border-radius: 18px;
}

.form-inline .input-group .form-control {
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
}

.input-group-addon {
	background-color: white;
	border-radius: 18px;
}

.form-margin {
	margin-top: 7px !important;
	/*margin-left: 7px !important;*/
}

.form-rules-label {
	margin-top: 6px !important;
}

.form-label {
	margin-top: 7px;
	margin-left: 0px;
	font-weight: normal;
}

.sensor-select {
	width: 99%;
}

/* Select boxes custom CSS overide */
.select-min-width {
	min-width: 190px;
}

.form-heading {
	margin: 2px 0 35px 3px;
}

/*	Modal custom CSS overide  */

.modal-content {
	margin-top: 150px;
}

.modal-content {
	/* min-width: 480px; */
	border-radius: 10px;
}

.modal-header {
	height: 60px;
	color: #fff;
	background-color: #ff8c00;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.modal-body {
	height: 80px;
	display: table-cell;
	vertical-align: middle;
}

.modal-footer {
	height: 60px;
}

/* Custom form col-xs-0.8 column width*/

.grid-08 {
	width: 6.333333333333333%;
}

/* Custom form col-xs-1.5 column width*/

.grid-15 {
	width: 13.5%; /* (100% / 12) * 1.5 */
}

/* Custom form col-xs-1.5 column width*/

.grid-25 {
	width: 18.73%; /* (100% / 12) * 1.5 */
}

.grid-45 {
	width: 37.5%; /* (100% / 12) * 4.5 */
}

/* Thumbnail custom CSS*/

#thumbnail {
	min-height: 387px;
	margin: 7px 0 35px 0;
	padding: 0;
}

.dash-thumbnail {
	margin: 0 !important;
	padding: 0 !important;
}

/*  Footer  */

.fixed-footer {
	position: absolute;
	height: auto;
	bottom: 5px;
	width: inherit;
	padding-right: 20px;
}

.footer-top-margin {
	margin-top: 20px;
}

.footer-bottom-margin {
	margin-bottom: 10px;
}

#footer {
	/*margin-top: calc(100% - 70px);*/
}

.iskon-logo {
	width: 70px;
	height: 70px;
}

/* Custom headers */
.black-header {
	width:auto;
	font-size: 28px;
	font-weight: bolder;
	text-transform: uppercase;
}

.orange-header {
	width:auto;
	font-size: 28px;
	font-weight: bolder;
	color: orange;
	text-transform: uppercase;
}

.orange-border-top {
	box-shadow: inset 0px 3px 0px orange;
	/*border-top: 3px solid orange;*/
}

.dark-orange-border-top {
	box-shadow: inset 0px 3px 0px darkorange;
}

.purple-border-top {
	box-shadow: inset 0px 3px 0px #8579e0;
}

.magenta-border-top {
	box-shadow: inset 0px 3px 0px #fe2d95;
}

.green-border-top {
	box-shadow: inset 0px 3px 0px #9fd63e;
}

.blue-border-top {
	box-shadow: inset 0px 3px 0px #85bae9;
}

.yellow-border-top {
	box-shadow: inset 0px 3px 0px #f4b400;
}

.grey-border-top {
	box-shadow: inset 0px 3px 0px #b4b4b4;
}

.gray-border-top {
	border-top: 1px solid #bfbfbf;
}

.gray-border-top2 {
	border-top: 1px solid #ededed;
}

.gray-border-bottom {
	border-bottom: 1px solid #bfbfbf;
}

.gray-border-bottom2 {
	border-bottom: 1px solid #ededed;
}

.gray-border-top-double {
	border-top: 2px solid #ededed;
}

.gray-border-left {
	border-left: 1px solid #bfbfbf;
}

.gray-border-left2 {
	border-left: 1px solid #ededed;
}

.gray-border-right {
	border-right: 1px solid #bfbfbf;
}

.gray-border-right2 {
	border-right: 1px solid #ededed;
}

.gray-border {
	border-left: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}

/* New design */
.orange-color {
	width:auto;
	color: orange;
	text-transform: uppercase;
}

.icon-font-medium {
	font-size: 16px;
	font-weight: normal;
}

.font-large {
	font-size: 17px;
	font-weight: 300;
}

.font-xl {
	font-size: 24px;
}

.font-xlb {
	font-size: 20px;
	font-weight: bold;
}

.font-xlb-unavailable {
	font-size: 18px;
	font-weight: bold;
}

.font-arial {
	font-family: arial;
}

.font-medium {
	font-size: 14px;
	font-weight: normal;
}

.font-medium-unavailable {
	font-size: 14px;
	font-weight: normal;
	margin-top: -3px;
}

.font-medium-unavailable-cam {
	font-size: 14px;
	font-weight: normal;
	margin-top: -11px;
}

.font-small {
	font-size: 10px;
	font-weight: normal;
}

.font-small-unavailable {
	font-size: 27px;
	font-weight: normal;
}

.font-small-unavailable-cam {
	font-size: 21px;
	font-weight: normal;
}

.gliph-large {
	font-size: 22px;
	line-height: 1.42857143;
}

#filesTable {
	cursor: pointer;
}

/* Login page */
.login-logo {
	height: 60px;
	margin: 75px 0;
	margin-top: 110px;
}

.register {
	float: right;
	color: #FFA500;
}

.login-field-padding {
	padding: 10px;
}

.btn-login {
	height: 60px;
	width: 100%;
	font-size: 22px;
	border-radius: 12px;
}

/* Custom login form dynamic top and bottom margins	*/
.login-margin {
	min-width: 480px;
	max-width: 480px;
	position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -351px;
    margin-left: -239px;
}

.login-margin-checkbox {
	margin: 25px 5px;
}

.login-margin-button {
	margin: 47px 0 30px 0;
}

/*	Login padding	*/
.login-padding {
	padding: 30px 35px 35px 35px;
}

.form-group .form-control.login-form {
	border-radius: 4px;
}

/*
input[type="text"].login-form {
	text-color: gray;
	background-color: #fff !important;
}
*/

.error-margin {
	margin-top: 235px;
}

.error-padding {
	padding: 0px 35px 35px 35px;
}

.font-login-checkbox {
	font-size: 16px;
	font-weight: 500 !important;
}

/* Charts */
.flot-base {
	border-top: none;
	border-right: none;
}

.xAxis > .tickLabel {
    margin-top:25px;
    /*-webkit-transform: rotate(-45deg);*/
    /*transform: rotate(-45deg);*/
}

/* Dashboard */
.heading-uppercase {
	text-transform: uppercase;
}


.circle {
  float: left;
  width: 78px;
  height: 78px;
  border-radius: 39px;
}

.circ {
    display: inline-block;
    position: relative;
    text-align: center;
    left: 32px;
}

.circSensorEdit {
	display: inline-block;
    position: relative;
    text-align: center;
    left: 24px;
}

.iBatteryPicture {
	position: absolute;
	right: 18px;
	top: 6px;
	width: 4px;
	height: 4px;
}

.iBatteryRight {
	right: 45.5px;
    position: absolute;
    top: 51px;
    font-size: 1.7666em !important;
}

.divBatteryRight {
	
	float:right;
	margin-top: 30px;
	margin-right: 30px;
	
}

.iBatteryDash {
	position: absolute;
    left: 30px;
    top: 94px;
}

.iBatteryDashLow {
	position: absolute;
    left: 30px;
    top: 64px;
}

.iBatteryPictureEdit {
	position: absolute;
	top: 17px;
	right: 11px;
	
}

.circle-progress {
	position: relative;
}

.icon-dash-new {
	position: absolute;
	right: 55px;
	top: 20px;
	font-size: 34px;
	color: #000;
}

.icon-dash-camera {
	position: absolute;
	right: 54px;
	top: 18px;
	font-size: 34px;
	color: #000;
}

/* .circle-xl {
	padding-top: 5px;
	width: 150px;
	height: 150px;
	border-radius: 75px;
} */

.circle-xl {


    position: relative;

   /*  z-index: 1;*/

    width: 150px;
    height: 150px;
    padding-top: 15px;
    border-radius: 50%;

    /*box-shadow: 0 0 10px 5px gray;
    box-sizing: border-box;
    border: 10px solid #E9EEF1;*/
}

.circle-color {
	cursor: pointer;
	display: inline-block;
	position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    padding-top: 10px;
    text-align: center;
/*    box-shadow: 7px -7px 14px rgba(255,255,255,.5) inset, -3px 3px 6px rgba(0,0,0,.3) inset, 0 0 0 20px #85bae9 inset, 0 0 5px 3px gray;
*/
}

.circle-color:active {
	transform: translateY(4px);
}

.color-cell-nowrap {
	white-space: nowrap;
	overflow: hidden;
}

#dimmer-handle .slider-track {
	border-radius: 27px;
	height: 27px;
	border-color: rgb(178, 178, 178);
    box-shadow: rgb(178, 178, 178) 0px 0px 0px 0px inset;
	background: -webkit-linear-gradient(90deg, rgb(96, 96, 96), rgb(255, 255, 255));
	background: -o-linear-gradient(90deg, rgb(96, 96, 96), rgb(255, 255, 255));
	background: -moz-linear-gradient(90deg, rgb(96, 96, 96), rgb(255, 255, 255));
	background: linear-gradient(90deg, rgb(96, 96, 96), rgb(255, 255, 255));
    border: 1px solid #dfdfdf;
    box-sizing: content-box;
}

#dimmer-handle .slider-selection {
	background: transparent;
	border-radius: 27px;
}

#dimmer-handle .slider-handle {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	height: 31px;
	width: 31px;
	margin-top: -2px;
	margin-left: -16px;
}

#dimmer-base {
	display: inline-block;
	width: 200px;
}

#level-handle .slider-track {
	border-radius: 27px;
	height: 27px;
	border-color: rgb(178, 178, 178);
	box-shadow: rgb(178, 178, 178) 0px 0px 0px 0px inset;
	background: -webkit-linear-gradient(90deg, rgb(96, 96, 96), rgb(255, 255, 255));
	background: -o-linear-gradient(90deg, rgb(96, 96, 96), rgb(255, 255, 255));
	background: -moz-linear-gradient(90deg, rgb(96, 96, 96), rgb(255, 255, 255));
	background: linear-gradient(90deg, rgb(96, 96, 96), rgb(255, 255, 255));
	border: 1px solid #dfdfdf;
	box-sizing: content-box;
}

#hue-handle .slider-track {
	border-radius: 27px;
	height: 27px;
	border-color: rgb(178, 178, 178);
	box-shadow: rgb(178, 178, 178) 0px 0px 0px 0px inset;
	background: #fcd440;
	background: -webkit-linear-gradient(90deg, hsl(0,100%,50%), hsl(30,100%,50%), hsl(60,100%,50%), hsl(90,100%,50%), hsl(120,100%,50%), hsl(150,100%,50%), hsl(180,100%,50%), hsl(210,100%,50%), hsl(240,100%,50%), hsl(270,100%,50%), hsl(300,100%,50%), hsl(330,100%,50%));
	background: -o-linear-gradient(90deg, hsl(0,100%,50%), hsl(30,100%,50%), hsl(60,100%,50%), hsl(90,100%,50%), hsl(120,100%,50%), hsl(150,100%,50%), hsl(180,100%,50%), hsl(210,100%,50%), hsl(240,100%,50%), hsl(270,100%,50%), hsl(300,100%,50%), hsl(330,100%,50%));
	background: -moz-linear-gradient(90deg, hsl(0,100%,50%), hsl(30,100%,50%), hsl(60,100%,50%), hsl(90,100%,50%), hsl(120,100%,50%), hsl(150,100%,50%), hsl(180,100%,50%), hsl(210,100%,50%), hsl(240,100%,50%), hsl(270,100%,50%), hsl(300,100%,50%), hsl(330,100%,50%));
	background: linear-gradient(90deg, hsl(0,100%,50%), hsl(30,100%,50%), hsl(60,100%,50%), hsl(90,100%,50%), hsl(120,100%,50%), hsl(150,100%,50%), hsl(180,100%,50%), hsl(210,100%,50%), hsl(240,100%,50%), hsl(270,100%,50%), hsl(300,100%,50%), hsl(330,100%,50%));
	border: 1px solid #dfdfdf;
	box-sizing: content-box;
}

#saturation-handle .slider-track {
	border-radius: 27px;
	height: 27px;
	border-color: rgb(178, 178, 178);
	box-shadow: rgb(178, 178, 178) 0px 0px 0px 0px inset;
	background-color: #fcd440;
  
	background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 255));
	background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 255));
	background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 255));
	background: linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 255));
  
	border: 1px solid #dfdfdf;
	box-sizing: content-box;
}

#hue-handle .slider-selection, #saturation-handle .slider-selection, #level-handle .slider-selection {
	background: transparent;
	border-radius: 27px;
}

#level-handle .slider-handle, #hue-handle .slider-handle, #saturation-handle .slider-handle {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	height: 31px;
	width: 31px;
	margin-top: -2px;
	margin-left: -16px;
}

#level-handle, #hue-handle, #saturation-handle {
	display: inline-block;
	width: 400px;
}

#netatmo-temp-handle .slider-track, #netatmo-temp-handle-dashboard .slider-track {
	border-radius: 27px;
	height: 27px;
	border-color: rgb(178, 178, 178);
    box-shadow: rgb(178, 178, 178) 0px 0px 0px 0px inset;
	background: -webkit-linear-gradient(90deg, rgb(0, 0, 255), rgb(241, 223, 252), rgb(255, 0, 0));
	background: -o-linear-gradient(90deg, rgb(0, 0, 255), rgb(241, 223, 252), rgb(255, 0, 0));
	background: -moz-linear-gradient(90deg, rgb(0, 0, 255), rgb(241, 223, 252), rgb(255, 0, 0));
	background: linear-gradient(90deg, rgb(0, 0, 255), rgb(241, 223, 252), rgb(255, 0, 0));
    border: 1px solid #dfdfdf;
    box-sizing: content-box;
}

#netatmo-temp-handle .slider-selection, #netatmo-temp-handle-dashboard .slider-selection {
	background: transparent;
	border-radius: 27px;
}

#netatmo-temp-handle .slider-handle, #netatmo-temp-handle-dashboard .slider-handle {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	height: 31px;
	width: 31px;
	margin-top: -2px;
	margin-left: -16px;
}

#netatmo-duration-handle .slider-track, #netatmo-duration-handle-dashboard .slider-track {
	border-radius: 27px;
	height: 27px;
	border-color: rgb(178, 178, 178);
    box-shadow: rgb(178, 178, 178) 0px 0px 0px 0px inset;
    background-color: rgb(239, 239, 239);
    border: 1px solid #dfdfdf;
    box-sizing: content-box;
	background-image: url(/assets/images/duration_1h.svg), url(/assets/images/duration_2h.svg), url(/assets/images/duration_3h.svg), url(/assets/images/duration_6h.svg), url(/assets/images/duration_12h.svg);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: 2% 0%, 11% 0%, 20% 0%, 48% 0%, 100% 0%;
}

#netatmo-duration-handle .slider-selection, #netatmo-duration-handle-dashboard .slider-selection {
	background: rgba(255, 140, 0, 0.85);
	border-radius: 27px;
}

#netatmo-duration-handle .slider-handle, #netatmo-duration-handle-dashboard .slider-handle {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	height: 31px;
	width: 31px;
	margin-top: -2px;
	margin-left: -16px;
}

#netatmo-duration-handle, #netatmo-temp-handle {
	display: inline-block;
	width: 340px;
}

#netatmo-temp-handle-dashboard, #netatmo-duration-handle-dashboard {
	width: 240px;
	margin-top: -24px;
	margin-right: 12px;
}

/*
.border-blue-xl {
	border: 10px solid #85bae9;
	box-shadow: 0 0 10px 5px gray;
}
*/

.relative-top-25 {
	position: absolute;
	top: 25px;
}

.circle-xs {
  float: left;
  width: 22px;
  height: 22px;
  border-radius: 11px;
}

.circle-img {
	margin: 10px auto;
	vertical-align: -25px;
}

.border-orange {
	border: 5px solid orange;
}

.border-dark-orange {
	border: 5px solid darkorange;
}

.border-purple {
	border: 5px solid #8579e0;
}

.border-magenta {
	border: 5px solid #fe2d95;
}

.border-green {
	border: 5px solid #9fd63e;
}

.border-blue {
	border: 5px solid #85bae9;
}

.border-blue-xl {
	border: 10px solid #85bae9;
	box-shadow: 0 0 10px 5px gray;
}

.border-xl {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	box-shadow: 0 0 5px 3px gray;
}

.border-red {
	border: 5px solid #d2232a;
}

.border-yellow {
	border: 5px solid #f4b400;
}

.border-grey {
	border: 5px solid #b4b4b4;
}

.max-height {
	max-height: 280px;
}

.centered {
    float: none;
    margin: 0 auto;
}

.top-bottom-padding {
	padding-top: 5px;
	padding-bottom: 5px;
}

.sensor-on {
  width: 30px;
  height: 30px;
  padding: 6px 0 0 0px;
  color: #9dd53a;
  border: 2px solid #9dd53a;
  border-radius: 15px;
}

.sensor-off {
  width: 30px;
  height: 30px;
  padding: 6px 0 0 0px;
  color: #FF4D4D;
  border: 2px solid #FF4D4D ;
  border-radius: 30px;
}

.sensor-on-rules {
  width: 30px;
  height: 30px;
  padding: 6px 0 0 5px;
  color: #9dd53a;
  border: 2px solid #9dd53a;
  border-radius: 15px;
}

.margin {
	margin: 7px;
}

.padding-top-bottom {
	padding: 10px 0;
}

.reading {
	font-size: 24px;
	color: orange;
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 0px;
}

.reading-symbol {
	font-size: 12px;
	color: orange;
	font-weight: bold;
	margin-bottom: 0;
}

#select2 {
	text-indent: 2px;
}

/* Form Validation */
.error {
  	color: #a94442;
  	font-weight: normal;
  	border-color: #a94442;
  	-webkit-box-shadow: none;
  	box-shadow: none;
}

.error:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.form-group-heading {
	margin: 0px;
}

.form-group-heading label {
    float: left;
    text-align: left;
    vertical-align: middle;
}

.form-group-heading select {
	display: inline-block;
    font-weight: normal;
	width: auto;
}

.form-button {
	margin-top: 20px;
	margin-bottom: 20px;
}

.sensor-data-vertical {
	vertical-align:-webkit-baseline-middle;
	vertical-align:-moz-middle-with-baseline;
}

/* 	Flotchart custom CSS*/

.legend > div {
	opacity: 0.6;
}

.tickLabel {
	/*color: #F27820;*/
	color: #6a7883;
}

.legendLabel {
	padding-left: 5px;
}

/* 	Camera route custom CSS*/

.media-container {
	width: 610px;
	min-height: 343.125px;
	margin: 5px 0px 5px 0px;
	/*background-image: url('../images/media.png');*/
	background-image: url('/assets/images/media.png');
	border: solid 1px #dfdfdf;
	/*border-radius: 4px;*/
}

@media (max-width: 1465px) and (min-width: 300px)  {

	html {
		width: 1465px;
	}
}

@media (max-width: 1280px) {

	html {
		width: 1280px;
	}

	.sidebar-dinamic {
		width: auto;
	}

	.content-width {
		max-width: 1076px;
		min-width: 1076px;
		display: block;
		margin: 0 0 0 auto;
	}

}

@media (min-width: 768px) {
	.navbar-nav {
	  	margin: 0;
	}
}

@media (max-width: 767px) {

	.navbar-right {
		margin-top: 0px;
	}

}

@media (max-width: 315px) {

	.navbar-brand {
		width: 60%;
	}

	#logo-img {
		width: 100%;
	}

}

/* Orange checkbox */
.checkbox-orange:hover {
	cursor: pointer;
}

.checkbox-orange input {
	font-family: FontAwesome;
    display: inline-block;
}

input[type=checkbox] { 
	display:none; 
}

input[type=checkbox] + span:before {
	font-family: FontAwesome;
    display: inline-block;
    color: darkorange;
}

input[type=checkbox] + span:before { 
	content: "\f096"; 
} /* unchecked icon */

input[type=checkbox] + span:before { 
	letter-spacing: 10px; 
} /* space between checkbox and label */

input[type=checkbox]:checked + span:before { 
	content: "\f046"; 
}

input[type=checkbox]:hover + span:before { 
	color: orange;
} 

input[class^=js-switch] + span:before { 
	content: ""; 
}

input[class^=js-switch]:checked + span:before { 
	content: ""; 
}

input[type=radio] { 
	display:none; 
}

input[type=radio] + span:before {
	font-family: FontAwesome;
    display: inline-block;
    color: darkorange;
}

input[type=radio] + span:before { 
	content: "\f10c"; 
} /* unchecked icon */

input[type=radio] + span:before { 
	letter-spacing: 10px; 
} /* space between checkbox and label */

input[type=radio]:checked + span:before { 
	content: "\f192"; 
}

input[type=radio]:hover + span:before { 
	color: orange;
} 

input[class^=radiobtn-orange] + span:before { 
	content: ""; 
}

input[class^=radiobtn-orange]:checked + span:before { 
	content: ""; 
}

/* Orange radio button */
.radiobtn-orange:hover {
	cursor: pointer;
}

.radiobtn-orange input {
    display: none;
}

.radiobtn-orange span {
    width: 15px;
    height: 15px;
    display: block;
    background: url('/assets/images/radio.png') no-repeat;
    background-size: 90%;
}

.radiobtn-orange input:checked + span {
    background: url('/assets/images/radioed.png') no-repeat;
    background-size: 90%;
}

.check-label {
	position: relative;
	top: -4px;
	font-weight: normal;
}

.check-top {
	position: relative;
    top: 5px;
}

.check-top-double {
	position: relative;
    top: 10px;
}

/* Smart Home custom font icon set css*/

@font-face {
	font-family: 'SmartSenseIconSet';
	src:url('/assets/fonts/SmartSenseIconSet.woff?-xydyak') format('woff'),
		url('/assets/fonts/SmartSenseIconSet.ttf?-xydyak') format('truetype');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'SmartSenseIconSet';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-add:before {
	content: "\e600";
}
.icon-arrow:before {
	content: "\e601";
}
.icon-arrow-left:before {
	content: "\e602";
}
.icon-calendar:before {
	content: "\e603";
}
.icon-camera:before {
	content: "\e604";
}
.icon-check:before {
	content: "\e605";
}
.icon-close:before {
	content: "\e606";
}
.icon-dashboard:before {
	content: "\e607";
}
.icon-fall:before {
	content: "\e608";
}
.icon-graph:before {
	content: "\e609";
}
.icon-helpdesk:before {
	content: "\e60a";
}
.icon-history:before {
	content: "\e60b";
}
.icon-humidity:before {
	content: "\e60c";
}
.icon-list:before {
	content: "\e60d";
}
.icon-location:before {
	content: "\e60e";
}
.icon-logout:before {
	content: "\e60f";
}
.icon-media:before {
	content: "\e610";
}
.icon-modes:before {
	content: "\e611";
}
.icon-motion:before {
	content: "\e612";
}
.icon-power:before {
	content: "\e613";
}
.icon-profile:before {
	content: "\e614";
}
.icon-question:before {
	content: "\e615";
}
.icon-radio:before {
	content: "\e616";
}
.icon-radio_checked:before {
	content: "\e617";
}
.icon-rule:before {
	content: "\e618";
}
.icon-sensors:before {
	content: "\e619";
}
.icon-settings:before {
	content: "\e61a";
}
.icon-temperature:before {
	content: "\e61b";
}
.icon-users:before {
	content: "\e61c";
}
.icon-notification:before {
	content: "\e61d";
}
.icon-PDF:before {
	content: "\e61e";
}
.icon-CSV:before {
	content: "\e61f";
}

/* Bootstrap-detetimepicker library custom CSS overide */

/* Table header */
.bootstrap-datetimepicker-widget td,.bootstrap-datetimepicker-widget th {
	text-align:center;
	border-radius:0px
}

/*table heder color*/
.bootstrap-datetimepicker-widget th {
	height:20px;
	line-height:20px;
	width:20px;
	color:#fff;
	background-color: darkorange;
}

.bootstrap-datetimepicker-widget th.disabled,.bootstrap-datetimepicker-widget th.disabled:hover  {
	background: 0 0;
	color: darkorange;
	cursor: not-allowed;
}/*hedder orange background*/

.bootstrap-datetimepicker-widget thead tr:first-child th  {
	cursor:pointer;
}

.bootstrap-datetimepicker-widget thead tr:nth-child(2) th {
	color: #757575;
	background-color: #ccc;
} /*Second header row color*/

.bootstrap-datetimepicker-widget thead tr:first-child th:hover  {
	background: orange;
}/*hedder orange background hover*/

.bootstrap-datetimepicker-widget td.day:hover,.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,.bootstrap-datetimepicker-widget td.second:hover {
	background: orange;
	cursor: pointer;
}

.bootstrap-datetimepicker-widget td.active {
	background-color: darkorange;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.bootstrap-datetimepicker-widget td.active:hover {
	background-color: orange;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.bootstrap-datetimepicker-widget td.active.today:before  {
	border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget td span {
	display: inline-block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	margin: 2px 1.5px;
	cursor: pointer;
	border-radius: 4px;
	color: #fff;
	background-color: darkorange;
}

.bootstrap-datetimepicker-widget td span:hover {
	background-color: orange;
}

.bootstrap-datetimepicker-widget td span.active {
	background-color: darkorange;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.bootstrap-datetimepicker-widget td span.old {
	color:#777;
}

.input-group.date .input-group-addon {
	cursor: pointer;
}

/* Video player custom CSS overide */
.vjs-default-skin .vjs-control-bar {
  	/*background-color: #f0f0f0; */
}

/* Rules checkbox buttons custom CSS overide */
 .rule-checkboxes:not(label) input[type="checkbox"] {
   opacity: 0;
   position: absolute;
   visibility: hidden;
}

/* Login checkbox visibility */
.font-login-checkbox > input[type="checkbox"] {
  opacity: 1;
  position: relative;
  visibility: visible;
}

/* Heading and Dashboard icon lighter black font color custom CSS overide */

h4 > strong, div.circle > span.icon-dash, div.circle-xl > span.icon-dash-lg {
	color: #3b4044;
}

.readings-alert-message {
	text-align: center;
	margin-top: 25px;
	color: red;
	font-size: 16px;
	font-weight: bold;
}

/* Switchery size custom CSS overide */

.switchery {
	border-radius: 27px;
	height: 27px;
	width: 82px;
}

.switchery > small {
  height: 31px;
  width: 31px;
  top: -2px;
  left: -2px;
}

th.delete {
	visibility: hidden;
}

th.users {
	visibility: hidden;
}

.sensor-icon-inactive {
	opacity: 0.5;
}

.sensor-icon-border {
	border: 1px solid #bfbfbf;
	border-radius: 11px;
}

a.sensor-icon-active,
a.sensor-icon {
	cursor: pointer;
}

.all-notif {
	cursor: pointer;
	margin-top: -10px;
    position: absolute;
    padding-left: 27px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 110px;
    padding-right: 27px;
}

.icon-csv {
	font-size: 31px;
 	margin-left: 189px;
 	padding: 11px 0 14px 24px;
 	margin-top: -9px;
 	position: relative;
}


.icon-csv-dash {
	font-size: 31px;
    margin-left: 100px;
    padding: 11px 0 14px 24px;
    margin-top: -9px;
    position: relative;
}

.icon-pdf {
	font-size: 31px;
	margin-left: 20px;
	padding: 10px 10px 15px 22px;
	margin-right: 6px;
	position: relative;
}

.icon-csv-sensor {
	position: absolute;
	right: 25px;
	z-index: 1;
	top: -12px;
	font-size: 31px;
 	padding: 10px 0 10px 24px;
}

.icon-pdf-sensor {
	position: absolute;
	right: 23px;
	z-index: 1;
	top: -12px;
	font-size: 31px;
  	padding: 10px 0 10px 24px;
}

.icon-csv-sensor-dash {
	position: absolute;
	right: 28px;
	z-index: 1;
	top: -12px;
	font-size: 31px;
 	padding: 10px 0 10px 24px;
}

.icon-pdf-sensor-dash {
	position: absolute;
	right: 23px;
	z-index: 1;
	top: -12px;
	font-size: 31px;
  	padding: 10px 0 10px 25px;
}

.rule-form-padding {
	padding-right: 52px;
}

select {
  	-webkit-appearance: none;
  	-webkit-user-select: none;
  	-moz-appearance: none;
  	-moz-user-select: none;
  	-o-appearance:none;
  	-o-user-select: none;
   	appearance:none;
  	background-image: url('/assets/images/selectbox_arrow_full.png') !important;
  	/*background-position: right 6px center;*/
 	background-position: top 7px right 7px;
	background-position-x: 96%;
	background-position-y: 54%;
 	background-repeat: no-repeat;
  	border: 1px solid #AAA;
  	margin: 0;
  	padding-top: 2px;
  	padding-bottom: 2px;
 	width: 200px;

}

#sensorValueList {
	width: 105%;
  	margin-right: 30px;
}

select::-ms-expand {
    display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.unavailable-sensor {
/* 	position: absolute; */
/*  	margin: -20px 0 0 46px; */
 	float: right;
    margin-right: 10px;
    margin-top: -20px;
}

.demo-style {
	margin-left: 426px;
	padding-bottom: 10px;
  	padding-top: 10px;
}

.multi-account {
	float: left;
}

.multi-account-border {
	border: 1px solid #d5d5d5;
	padding: 25px;
	text-align: left;
	font-size: 18px;
	position: relative;
}

.recent-user {
	padding-left: 0px;
	background-color: #efefef;
	cursor: pointer;
	font-weight: bold;
}

.account-arrow {
    width: 13px;
    height: 22px;
    display: block;
    background: url('/assets/images/arrow.png') no-repeat;
    background-size: 90%;
   	top: 30px;
	right: 50px;
  	position: absolute;
}

.close-account {
    width: 13px;
    height: 22px;
    display: block;
    background: url('/assets/images/close.png') no-repeat;
    background-size: 100%;
	top: 30px;
	right: 50px;
  	position: absolute;
}

.btn-account {
  display: inline-block;
  height: 60px;
  padding: 16px 52px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 16px;
}

.choose-account {
	font-size: 31px;
	padding-bottom: 38px;
	font-weight: bold;
}

.recent-user-selected {
	font-size: 31px;
	padding-bottom: 5px;
	font-weight: bold;
}

.mainh {
	background-color: #FFEDD8;
}

.rule-add-button {
	margin-left: -50px;
}

.margin-left-83 {
	margin-left: -83px;
}

.margin-left-32 {
	margin-left: -32px;
}

.grid-container {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#dashboard {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rule-gray-border-left {
	border-left: 1px solid #ededed;
    margin-left: -1px;
}

.rules {
	padding-left: 0;
	padding-bottom: 20px;
}

.actions {
	padding-right: 0;
	padding-bottom: 20px;
}

.row .ruleBox {
    background-color: #ffffff;
	height: 120px;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	color: darkorange;
	cursor: pointer;
	padding-top: 15px;
    overflow: hidden;
}

.ruleBox p {
	text-align: center;
}

.ruleBox div {
	text-align: center;
}

.row:first-child .ruleBox {
	border-left: 1px solid #bfbfbf;
}

.one-line {
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 99px;
}

.two-lines {
	overflow: hidden;
    text-overflow: ellipsis;
}

.profile-modal {
	width: 50px;
	height: 50px;
	top: 20px;
    left: 46px;
	position: absolute;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.rules-img {
	display: block;
	margin: auto;
	position: absolute;
    top: 24px;
    left: 48.5px;
}

.rules-img-no-circle {
	display: block;
	margin: auto;
}

.rules-img-generated {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 15px;
	left: 40px;
}

.img-generated-padding {
	padding: 5px 15px 5px 30px;
}

.img-generated-padding-large {
	padding: 5px 15px 5px 30px;
}

.img-generated-e-mail {
	width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
    left: 35px;
}

.e-mail-div-padding {
	text-align: center;
    top: 11px;
    padding-left: 20px;
}

.rules-border {
	border-radius: 25px;
    margin-top: 10px;
    border: 2px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    cursor: pointer;
}

.padding-email-delete {
	padding-left: 13px;
    padding-top: 12px;
}

.row-border-e-mail {
	border: 1pt solid #ccc;
    border-radius: 25px;
    margin-top: 10px;
    margin-left: 10px;
    word-wrap: break-word;
}

.padding-top-14 {
	padding-top: 14px;
}

.flexbox .row-border-padding-cond {
	display: flex; 
	align-items:center;
}

.no-flexbox .row-border-padding-cond {
  	padding-top: 10px;
}

.flex-it {
	display: flex; 
	align-items:center;
}

.about-us-logo-left {
	float:left;
	cursor: pointer;
	margin-right: 129px;margin-left: 63px;
}

.about-us-logo-right {
	float:right;
	cursor: pointer;
}

.img-hover {
	color:#FF8C00 !important;
	border-radius: 7px;
}

.help-desk-content2 {
	width: 35%;
	margin-left: 550px;
	position: absolute;
	bottom: 0;
}

.verticalLine {
    border-right: 1px solid #EEE;
}

.padding-top-foot {
	padding-top: 13px;
}

.padding-top-13 {
	padding-top: 13px !important;
}

.margin-left-15 {
	margin-left: 15px !important;
}

.rules-modal-minutes:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
    
.editableBox:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.time-input-mobile:focus {
	border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.span-legend {
	float: right;
    padding: 3px 10px 3px 10px;
    color: darkorange;
    margin-top: -20px;
    position: relative;
    cursor: pointer;
    margin-right: -9px;
}

.legend-arrow {
	float: right;
    padding: 3px 10px 3px 10px;
    color: darkorange;
    margin-top: -20px;
    position: relative;
    cursor: pointer;
    margin-right: -9px;
}

.legend-arrow-readings {
	float: right;
    padding: 3px 10px 3px 10px;
    color: darkorange;
    margin-top: -28px;
    position: relative;
    cursor: pointer;
    margin-right: -9px;
}

.modal-body-custom {
 	display: inline;
}

.icon-black {
	color: black;
}

.editableBox, .editableBox-begin, .editableBox-end, .editableBox-bulb {
    width: 75px;
    height: 30px;
    border-radius: 18px;
    padding-left: 15px;
}

.timeTextBox, .timeTextBox-begin, .timeTextBox-end, .timeTextBox-bulb {
	outline: 0;
    width: 42px;
    margin-left: -65px;
    height: 25px;
    border: none;
}

.row-border {
	border:1pt solid black;
	border-radius: 25px;
	margin-top: 10px;
}

.padding-top-10 {
	padding-top: 10px !important;
}

.padding-top-12 {
	padding-top: 12px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.clickableTr:hover {
    background-color: #efefef;
}

.clickableTr:hover td {
    background-color: #efefef;
}

#notification-table {
	position: relative;
}

#overlay { 
  display:none; 
  position:absolute; 
  background:#fff; 
}
#img-load { 
  position:absolute; 
}

.small-width {
	width: 5%;
}

.about-us-link {
	height: 20px;
	border-left: groove;
	padding-left: 22px;
}

.aboutUsText {
	font-weight: bold;
}

.copy-right-width {
	width: 14.5%;
}

.about-us-main {
	margin-top: 5px;
	overflow:hidden;
	padding-bottom: 110px;
}

.about-us-image {
    margin-left: 100px;
    margin-top: 40px;
    float: left;
    cursor: pointer;
    padding: 0 10px;
    font-size: 7em !important;
    color: #a6a6a6;
    padding-bottom: 15px;
}

.center-image {
	display: block;
	margin: 0 auto;
}

.div-help-desk {
	padding-top: 25px;
	width: 80%;
	margin: 0 auto;
	overflow: auto;
	position: relative;
	
    background: -webkit-linear-gradient(#efefef, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#efefef, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#efefef, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#efefef, white); /* Standard syntax */
}

.about-us-figcaprion {
	padding-top: 11px;
	text-align: center;
	color: #a6a6a6;
}

.div-version {
	margin-top: 110px;
	padding-bottom: 60px;
}

.hline {
	width:80%;
	height:2px;
	background: #a6a6a6;
	display: block;
	margin: 0 auto;
}

.div-authors {
	padding-bottom: 45px;
	padding-top: 45px;
	overflow: hidden;
	width: 80%;
    margin: 0 auto;
    background-color: #efefef;
}

.author-pictures {
    width: 70%;
    margin: 0 auto;
    align-items: center;
    display: flex;
}

.help-desk-content1 {
	width: 35%;
	margin-left: 250px;
	position: absolute;
	bottom: 0;
}

.p-about-us {
	color: #757575;
}

/* Rules modal stying */

.rule-modal-label {
	text-transform: uppercase;
    padding-top: 7px;
}

.rule-modal-padding-1 {
	padding-top: 7px;	
}

.rule-modal-padding-2 {
	padding-top: 5px;	
}

.rule-modal-select {
	font-size: 19px;
	padding-bottom: 5px;
    padding-top: 1px;
}

.rule-modal-input {
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: 15px;
}

.rule-modal-dim-1 {
	height: 30px;
    width: 90%;
}

.rule-modal-parent-select {
	padding-right: 0;
}

.rule-modal-parent-span {
	padding-left: 0;
    padding-top: 5px;
}

.rule-modal-span {
	font-size: 16px;
    font-weight: bold;
}

.rule-modal-parent-radio {
	padding-top: 6px;
}

.rule-modal-parent-label {
	padding-left: 5px;
}

.rule-modal-select-offon {
	font-size: 17px;
    padding-bottom: 0px;
    padding-top: 1px;
    width: 90%;
    height: 30px;
    margin-left: 13px;
}

.rule-modal-text {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    padding-bottom: 20px;
    margin-top: 0px;
}

.rule-modal-heading {
	text-align: center;
    padding-bottom: 20px;
}

.rule-modal-option-time-values {
	padding-bottom: 2px;
    padding-top: 3px;
    font-size: 13px;
}

.rule-modal-dates {
	margin-top: 2px !important;
    margin-left: 10px !important;
}

.rules-end-date {
	margin-left: 5px;
    width: 97%;
}

.rules-modal-margin-2px {
	margin-top: 2px !important;
}

.rules-modal-label-noend {
	margin-top: -2px;
    position: absolute;
    margin-left: 10px;
    font-weight: normal;
}

.rules-modal-days {
	border-radius: 18px;
    width: 15%;
}

.rules-modal-cal-label {
	margin-bottom: 4px !important;
}

.rules-modal-padding-top {
	padding-top: 8px;
}

.rules-modal-cal-repeat-day {
	margin-top: 11px;
    margin-left: 14px;
}

.rules-modal-minutes {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 30px;
    width: 15%;
    border-radius: 18px;
}

.rules-modal-select-afterminsec {
	width: 55%;
    padding-left: 8px;
    height: 30px;
    font-size: 15px;
    padding-bottom: 0px;
    padding-top: 1px;
    float: left;
}

.rules-modal-afterminsec-parent {
	margin-left: 30px;
}

.padding-min-sec-label {
	padding-top: 8px;
    padding-left: 5px;
}

.rules-modal-span-calendar {
	float: left;
    margin-left: 10px;
    margin-top: 4px;
}

body.modal-open {
    overflow: auto;
}
body.modal-open[style] {
    padding-right: 0px !important;
}

body.modal-open > .wrap {
overflow: hidden;
height: 100%;
}

body {
  padding-right: 0px !important
}

.modal-open {
  overflow-y: auto;
}

.time-input-mobile {
	width: 63px;
    height: 27px;
    border: 1px solid #ccc;
    margin-left: 0px;
    padding-left: 12px;
    border-radius: 18px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.img-hard-center {
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.tool-theme {
	border-radius: 5px;
	background: #f2f2f2;
	box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
	color: #757575;
}
.tool-theme .tooltipster-content {
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 5.5px 7px;
	font-weight: bold;
}

 .icon-content:before { 
  	content: "\e61b"
 }

.icon-sens-set-dash {
    font-size: 41px;
    position: absolute;
    left: 55px;
    top: 20px;
    color: black;
}

.icon-sens-set-rules {
    font-size: 29px;
    position: absolute;
    left: 33px;
    top: 13px;
    color: black;
}

.icon-sens-set-edit {
    font-size: 41px;
    color: black;
    padding: 0px 5px;
    float: left;
}

.icon-sens-set-edit-inactive {
    font-size: 41px;
    color: black;
    opacity: 0.5;
    padding: 0px 5px;
    float: left;
}

.icon-sens-set-rules-con-act {
    font-size: 21px;
    position: absolute;
    left: 39px;
    top: 15px;
    color: black;
}

.icon-sens-set-rules-e-mail {
    font-size: 24px;
    position: absolute;
    left: 32px;
    top: 7px;
    color: black;
}

.icon-sens-set-modal-act {
    font-size: 46px;
    position: absolute;
    left: 47px;
    top: 22px;
    color: black;
}

.icon-hard-center-modal {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.icon-sens-set-dash-info {
    font-size: 41px;
    position: relative;
    top: 12px;
    color: black;
    display: block;
    padding-bottom: 5px;
}

.borders-overlap {
    margin-left: -1px;
    margin-top: -1px;
}

.calendar-rule-inactive {
	color: #757575 !important;
	cursor: auto !important;
	pointer-events: none;
}

.calendar-rule-inactive div{
	color: #757575 !important;
}

.calendar-rule-inactive:hover {
	background-color: #fff !important;
}

.unavailable-sensor-list-size {
    font-size: 1.233333em;
    line-height: .75em;
    vertical-align: -15%;
}

.unavialable-sensor-edit {
    color: red;
    position: absolute;
    top: 3px;
    right: -15px;
}

.font-size-110 {
	font-size: 110%;
}

.p-about-us-contact {
	font-size: 14px;
    margin-left: 6px;
    float: left;
}

.right-arrow-size{
    font-size: 1.3em;
    margin-left: 5px;
    padding-top: 3px;
    float: left;
}

.sensor-info-h3 {
    color: black;
    position: absolute;
    left: 330px;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 1px solid #ededed;
    padding-top: 26px;
}

.camera-info-h3 {
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 1px solid #ededed;
    padding: 26px 0 0 0;
    width: auto;
    margin-left: 13px;
    margin-bottom: 15px;
}

.co2-outline {
	text-shadow: -0.05em 0 black, 0 0.05em black, 0.05em 0 black, 0 -0.05em black;
}