html{
	width:100%;
	height:100%;
	background:#eaf5f9;
	/*background-image:url(../images/bkg_body.png?*~BUILD_VERSION~*);
	background-repeat:repeat-x;*/
	overflow:hidden;
}

body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0379D8;/**/
	/*color:white;/**/
	overflow:auto;
}
a{
	color:#0379D8;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
	color:white;
}
.show_error_save_data{
	position: absolute; 
	display:none;
	background: red; 
	width: 100%; 
	color: #fff; 
	padding: 5px; 
	z-index:99;
}
.global_header{
	z-index:30;
	width:100%;
	background:#D7EBF9;
	position:relative;
}

#header{
	z-index:9999999;
	width:100%;
	height:94px;
	background:url(../images/body_top.png?*~BUILD_VERSION~*) no-repeat top left;
	text-align:center;
}
#footer{
	width:100%;
	height:24px;
	background:url(../images/header/header_blue.png?*~BUILD_VERSION~*) repeat-x;
	float:left;
	z-index:2;
}
#footer.scene{
	background:url(../images/header/header_orange.png?*~BUILD_VERSION~*) repeat-x;
}
#header .left{
	z-index:7;
	float:left;
	text-align:left;
	/*position:relative;*/
	width:100%;
}

#header .left #footer #footer_location{
	float:left;
	padding-top:3px;
}


#header .left #login{
	color:#fff;
	float:right;
	padding-top:3px;
	margin-right:10px;
	z-index:3;
	float: right;
}

#header .left #login .user{
	margin-left:50px;
	float:left;
}

#header .left #login a{
	float:left;
	color:#fff;
	margin-left:10px;
}
#header .left #reload:hover{
	cursor:pointer;
}
#header .left #reload .reload_left{
	background: url(../images/header/reload_left.png?*~BUILD_VERSION~*) no-repeat right center;
	float:left;
	height:32px;
	width:12px;
}
#header .left #reload .reload_right{
	background: url(../images/header/reload_right.png?*~BUILD_VERSION~*) no-repeat left center;
	float:left;
	height:32px;
	width:17px;
}
#header .left #reload .reload_center{
	float:left;
	background:#0a9ce6;
	height:32px;
}
#header .left #reload.save .reload_left{
	background: url(../images/header/reload_left_save.png?*~BUILD_VERSION~*) no-repeat right center;
	float:left;
	height:32px;
	width:12px;
}
#header .left #reload.save .reload_right{
	background: url(../images/header/reload_right_save.png?*~BUILD_VERSION~*) no-repeat left center;
	float:left;
	height:32px;
	width:17px;
}
#header .left #reload.save .reload_center{
	float:left;
	background:#e60a0a;
	height:32px;
}
#header .left #reload.save .reload_icon{
	background: url(../images/header/save_icon.png?*~BUILD_VERSION~*) no-repeat center;
}
#header .left #reload{
	margin-top:-3px;
	color:#fff;
	font-size:18px;
	height:34px;
	float:right;
}
#header .left #reload .reload_text{
	padding-top:4px;
	padding-left:2px;
	float:left;
}
#header .left #reload .reload_icon{
	background: url(../images/header/reload_icon.png?*~BUILD_VERSION~*) no-repeat center;
	margin-top:4px;
	margin-left:0px;
	width:36px;
	height:26px;
	float:left;
}

.global_header .right {
	background:url(../images/clock.png?*~BUILD_VERSION~*) no-repeat left;
	float:right;
	color:#065279;
    text-align: right;
	width:295px;
	text-align:center;
	height:68px;
	margin-top:2px;
	margin-right:0px;
}

.global_header .right #date{
	float:left;
	font-size:12px;
	width:210px;
	margin-top:33px;
	margin-left:3px;
        text-align: center;
}

#logo_top{
	background:url(../images/logo_top.png?*~BUILD_VERSION~*) no-repeat center bottom;
	width:220px;
	height:70px;
	float:left;
	margin-top:0px;
	margin-left:5px;
}

.global_header .right #clock{
	margin-right:5px;
	margin-top:15px;
	float:right;
	font-weight:bold;
	cursor:pointer;
}

.global_header .right #clock .hour{
	font-size:24px;
	float:left;
}
.global_header .right #clock .min {
	float:left;
        font-size: 24px;
}
.global_header .right #clock .sec {
	float:left;
        font-size: 24px;
}
.global_header .right #clock .tm{
	color:#6f6f6f;
	margin-left:5px;
	margin-top:2px;
	float:left;
}

#header .center{
	text-align:left;
	position:fixed;
	right:0;
	top:0px;
	width:546px;
	text-align:center;
}
#header .center .arr{
	z-index:10;
	width:122px;
	position:absolute;
	top:0;
	right:0;
	background-position:center;
	background-repeat:no-repeat;
	height:24px;
	margin-top:51px;
	cursor:pointer;
}
#header .center #left.arr{
	background-image:url(../images/header/left_arr.png?*~BUILD_VERSION~*);
	left:0;
}
#header .center #content{
	width:342px;
	height:130px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:9;
}
#header .center #content img{
	z-index:8;
	display:block;
}
#header .center #content .widget_mask{
	width:342px;
	height:100px;
	position:absolute;
	top:0;
	left:0;
	background-image:url(../images/header/widget_fade.png?*~BUILD_VERSION~*);
}
#header .center #content .widget{
	position:absolute;
	top:0px;
	left:342px;
}
#header .center #content .widget:first-child{
	left:0px;
}
#header .center #right.arr{
	background-image:url(../images/header/right_arr.png?*~BUILD_VERSION~*);
}

.superscript{
	vertical-align:super;
}

.breaker{
	clear:both;
}

#menu{
	width:100%;
	float:left;
	z-index:1;
	margin-top:10px;
	position:relative;
}

.submenu{
	font-size:14px;
	background: #f1f8fd;
	width:100%;
	height:36px;
	float:left;
	position:relative;
	margin-top:0px;
	z-index:0;
	border-bottom:2px solid #9da8ae;
	border-top:1px solid #8b959b;
}

.submenu.hidden{
	display:none;
}

.submenu .subbutton:first-child{
	margin-left:15px;
}
.submenu .subbutton{
	height:26px;
	color:#fff;
	margin-top:8px;
	float:left;
	margin-left:5px;
}
.submenu .subbutton:hover{
	cursor:pointer;
}

.submenu .subbutton_disabled{
	background-color:#CCCCCC;
}

.submenu .subbutton .button_left{
	height:26px;
	width:11px;
	background:none;
	float:left;
}
.submenu .subbutton .button_center{
	height:26px;
	padding-top:6px;
	background:none;
	color:#037239;
	font-size:13px;
	letter-spacing:0px;
	margin:0px 5px;
	float:left;
}
.submenu .subbutton .button_right{
	height:26px;
	width:11px;
	background:none;
	float:left;
}

.submenu .subbutton.selected{
	height:26px;
	color:#037239;
	margin-top:8px;
	float:left;
	border-top:2px solid #9da8ae;
	border-left:2px solid #9da8ae;
	border-bottom:2px solid #eaf5f9;
	border-right:1px solid #8b959b;
	background:url(../images/header/button_bg.png?*~BUILD_VERSION~*) repeat-x top;
}

.submenu .subbutton.selected .button_left{
	height:26px;
	width:11px;
	background:url(../images/menu/submenu_button_left.png?*~BUILD_VERSION~*) no-repeat center;
	float:left;
}
.submenu .subbutton.selected .button_center{
	height:26px;
	float:left;
	margin:0px 5px;
}
.submenu .subbutton.selected .button_right{
	height:26px;
	width:11px;
	background:url(../images/menu/submenu_button_right.png?*~BUILD_VERSION~*) no-repeat center;
	float:left;
}


#menu #buttons{
	width:100%;
}

#menu .button{
	cursor:pointer;
	height:24px;
	font-size:18px;
	color:#c5efff;
	float:left;
	margin-left:5px;
	margin-bottom:0px;
	
}
#menu .button:first-child{
	margin-left:15px;
}
#menu .button .button_left{
	width:15px;
	float:left;
	height:24px;
	/*background:url(../images/menu/menu_button_left.png?*~BUILD_VERSION~*) no-repeat center;*/
}
#menu .button.scenes .button_left{
	background:url(../images/menu/menu_button_scene_left.png?*~BUILD_VERSION~*) no-repeat center;
}
#menu .button .button_right{
	width:15px;
	float:left;
	height:24px;
	/*background:url(../images/menu/menu_button_right.png?*~BUILD_VERSION~*) no-repeat center;*/
}
#menu .button.scenes .button_right{
	background:url(../images/menu/menu_button_scene_right.png?*~BUILD_VERSION~*) no-repeat center;
}
#menu .button .button_center{
	float:left;
	height:24px;
	background:transparent;
	margin-left:0px;
	color:#5d5d5d;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	/*width:135px;*/
}
#menu .button.scenes .button_center{
}
#menu .button.selected{
	cursor:pointer;
	height:24px;
	margin-bottom:0px;
	font-size:18px;
	color:#fff;
	float:left;
	/*position:relative;*/
	z-index:3;
	background:#edf6fd;
	border-right:3px solid #96a4af;
	border-bottom:none;
}
#menu .button.selected  .button_left{
	width:15px;
	float:left;
	height:24px;
	/*background:url(../images/menu/menu_button_left_hover.png?*~BUILD_VERSION~*) no-repeat center;*/
}
#menu .button.selected .button_right{
	width:15px;
	float:left;
	height:2px;
	/*background:url(../images/menu/menu_button_right_hover.png?*~BUILD_VERSION~*) no-repeat center;*/
}
#menu .button.selected .button_center{
	background:url(../images/header/button_bg.png?*~BUILD_VERSION~*) repeat-x top;
	float:left;
	height:26px;
	border:1px solid #8d959b;
	border-bottom:none;
	color:#037239;
	margin-top:-3px;
	text-transform:uppercase;
}
/*
#menu .button:first-child{
	background-position:top left;
}
#menu .button.hidden.selected:first-child{
	background-position:left -55px;
}
#menu .button.hidden:first-child{
	background-position:left -55px;
}
*/
#menu .button .icon{
	width:23px;
	height:23px;
	float:left;
	margin-left:-8px;
	background-repeat:no-repeat;
}


#menu .button .title{
	margin:5px 8px 0px 8px;
	float:left;
}
#menu .button.hidden .sub_title,#menu .button.selected .sub_title{
	display:block;
	font-size:11px;
}

/*
#menu .sub_button.x3{
	width:200px;
	height:90px;
}
#menu .sub_button.x6{
	width:200px;
	height:180px;
	background-position:0 -94px;
}
#menu .sub_button.x8{
	width:200px;
	height:240px;
	background-position:0 -278px;
}
*/
#menu .sub_button{
	background-image:url(../images/menu/menu.png?*~BUILD_VERSION~*);
	padding:9px 0 15px 0px;
	display:none;
	position:absolute;
	width:245px;
	background-position:bottom;
	top:70px;
}

#menu .sub_button .sbutton{
	line-height:35px;
	font-size:14px;
	width:180px;
	height:38px;
	color:white;
	padding-left:35px;
	background-image:url(../images/menu/submenu_select_button.png?*~BUILD_VERSION~*);
	background-position:0 0;
	background-repeat:no-repeat;
	cursor:pointer;
	margin:0 0 1px 12px;
	color:#90e0ff;
}
#menu .sub_button .sbutton:hover,#menu .sub_button .sbutton.selected{
	background-position:right top;
	color:white;
	font-weight:bold;
}


.modal_popup{
	position:fixed;
	display:none;
	color:#050505;
	font-size:12px;
	font-family:Arial;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/cpanel/pattern.png?*~BUILD_VERSION~*) repeat;
	z-index:999;
	text-align:center;
}
.modal_popup .center{
	width:270px;
	height:100px;
	margin:0 auto;
	padding:15px;
	margin-top:0px;
	position:relative;
}
.modal_popup .try_again{
	width:70px;
	height:15px;
	padding:5px;
	bottom:10px;
	left:20px;
	position:absolute;
	background:url(../images/devices/button_active.png?*~BUILD_VERSION~*) no-repeat center;
	color:#fff;
	display:none;
}
.modal_popup .close{
	width:70px;
	height:15px;
	padding:5px;
	bottom:10px;
	right:20px;
	position:absolute;
	background:url(../images/devices/button_active.png?*~BUILD_VERSION~*) no-repeat center;
	color:#fff;
	display:none;
	
}
.modal_popup .close:hover, 
.modal_popup .try_again:hover{
	background:url(../images/devices/button_hover.png?*~BUILD_VERSION~*) no-repeat center;
	cursor:pointer;
}
.modal_popup .center .icon{
	position:absolute;
	background:url(../images/ajax-loader.gif) no-repeat center;
	width:220px;
	height:20px;
	left:40px;
	top:30px;
	display:none;
}
.modal_popup .center .icons{
	position:absolute;
	background:none;
	width:46px;
	height:46px;
	left:0px;
	top:15px;
	display:none;
}
.modal_popup .center .icons.info{
	background:url(../images/infoIcon.png?*~BUILD_VERSION~*) no-repeat center;
}
.modal_popup .center .icons.error{
	background:url(../images/errIcon.png?*~BUILD_VERSION~*) no-repeat center;
}
.modal_popup .center .loading{
	position:absolute;
	background:none;
	width:280px;
	left:7px;
	top:55px;
	text-align:center;
	display:none;
}
.modal_popup .center .message {
    background: none;
    display: none;
    height: 106px;
    left:50px;
    position: absolute;
    top: 15px;
    width: 240px;
}
.modal_popup .center.success{
	background:url(../images/success_popup.png?*~BUILD_VERSION~*) no-repeat center;
}
.modal_popup .center.error{
	background:url(../images/error_popup.png?*~BUILD_VERSION~*) no-repeat center;
}
.modal_popup .center.info{
	background:url(../images/loading_popup.png?*~BUILD_VERSION~*) no-repeat center;
}
.modal_popup .center .close_button_loading {
    bottom: 3px;
    height: 25px;
    position: absolute;
    right: 0;
    width: 40px;
	cursor:pointer;
}
.modal_popup_warning{
	position:fixed;
	display:none;
	color:#050505;
	font-size:12px;
	font-family:Arial;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/cpanel/pattern.png?*~BUILD_VERSION~*) repeat;
	z-index:999;
	text-align:center;
}
.modal_popup_warning .center{
	width:270px;
	height:100px;
	margin:0 auto;
	padding:15px;
	margin-top:0px;
	position:relative;
}
.modal_popup_warning .center .icon{
	position:absolute;
	background:url(../images/ajax-loader.gif) no-repeat center;
	width:220px;
	height:20px;
	left:40px;
	top:30px;
	display:none;
}
.modal_popup_warning .center .icons{
	position:absolute;
	background:none;
	width:46px;
	height:46px;
	left:0px;
	top:15px;
	display:none;
}
.modal_popup_warning .center .icons.info{
	background:url(../images/infoIcon.png?*~BUILD_VERSION~*) no-repeat center;
}
.modal_popup_warning .center .icons.error{
	background:url(../images/errIcon.png?*~BUILD_VERSION~*) no-repeat center;
}
.modal_popup_warning .center .loading{
	position:absolute;
	background:none;
	width:280px;
	left:7px;
	top:55px;
	text-align:center;
	display:none;
}
.modal_popup_warning .center .message {
    background: none;
    display: none;
    height: 106px;
    left:50px;
    position: absolute;
    top: 15px;
    width: 240px;
}
.modal_popup_warning .center.success{
	background:url(../images/success_popup.png?*~BUILD_VERSION~*) no-repeat center;
}
.modal_popup_warning .center.error{
	background:url(../images/error_popup.png?*~BUILD_VERSION~*) no-repeat center;
}
.modal_popup_warning .center.info{
	background:url(../images/loading_popup.png?*~BUILD_VERSION~*) no-repeat center;
}
.modal_popup_warning .center .close_button_loading {
    bottom: 3px;
    height: 25px;
    position: absolute;
    right: 0;
    width: 40px;
	cursor:pointer;
}

#dashboard{
	width:100%;
	/*height:100%;*/
	/*position:relative;*/
	z-index:-999;
    background: none;
	display:none;
}

.status{
	width:30px;
	height:24px;
	background-image:url(../images/devices/device_status.png?*~BUILD_VERSION~*);
	background-repeat:no-repeat;
	background-position:-100px;
}
.after_menu{
	height:0px;
	/*background:url(../images/devices/bg/scene_pattern.png?*~BUILD_VERSION~*) repeat;*/
	
}
.after_menu.disable{
	background:#fff;
}
.status.s1{
	background-position:left;
}
.status.s2{
	background-position:center;
}
.status.s3{
	background-position:right;
}
.status.s0{
	background:none;
}
#footer .container{
	position:absolute;
	top:0;
	left:0;
	cursor:default;
}
#footer .footer_info{
	position:absolute;
	bottom:0;
	left:630px;
	height:22px;
	line-height:20px;
	padding-top:2px;
}
#footer .footer_info .mail{
	float:left;
	background-image:url(../images/footer_icons.png?*~BUILD_VERSION~*);
	background-repeat:no-repeat;
	padding-left:60px;
}
#footer .footer_info .mail .text{
	float:left;
	color:white;
	font-weight:bold;
	width:120px;
}
#footer .footer_info .mail .scrool_texts{
	float:left;
	width:205px;
}
#footer .footer_info .next_event{
	float:left;
	background-image:url(../images/footer_icons.png?*~BUILD_VERSION~*);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:24px;
}
#footer .footer_info .next_event .text span{
	color:white;
	font-weight:bold;
}



/*
 * DEVICES
 * class: device
 * size: size1 size2 size3
 * select: selected unselected
 * type: scene light dimm thermostat
 * css for devices is in devices.css
 */

.clear{
	clear:both;
}



.device .header_setup{
margin:0px 0px;
position:relative;
}

.device.selected{

}
.device .size1{
	width:300px;
	
}

/* CHANGING .header_setup in .header_content */
.device .header_content .status{
	width:30px;
	height:22px;
	float:left;
	margin:6px 4px 0 0px;
	cursor:pointer;
}
.device .header_content .title{
	float:left;
	margin-top:10px;
    color: #fff;
	font-size:12px;
	width:215px;
	display:block;
        cursor: pointer;
    overflow: hidden;
}

.device .battery-level{
	float:left;
	position:absolute;
	left:-100px;
	top:0px;
    color: #0070bc;
}
.device .battery-level img{
    margin-right: 5px;
}
.device .header_content .setup_icons{
	float: right;
    margin-top: 5px;
	position:absolute;
	right:0px;
	margin-right:5px;
    display: none;
	background:url(../images/devices/header_right_icons.png?*~BUILD_VERSION~*) no-repeat right bottom;
}
div.device:hover .setup_icons{
    
}
.setup_icons div{
	height:23px;
	float:left;
	cursor:pointer;
	width:20px;
}
.setup_icons .help{
	background:url(../images/devices/help_icon.png?*~BUILD_VERSION~*) no-repeat center;
	width:23px;
	margin-left:5px;
}
.setup_icons div.help:hover{
	background:url(../images/devices/help_icon_hover.png?*~BUILD_VERSION~*) no-repeat center;
}
.setup_icons .pin{
	background:url(../images/devices/pined_icon.png?*~BUILD_VERSION~*) no-repeat center;
	width:23px;
	margin-left:5px;
}
.setup_icons .delete{
	background:url(../images/devices/delete_icon.png?*~BUILD_VERSION~*) no-repeat center;
	width:23px;
	margin-left:5px;
}
.setup_icons .delete_accessory{
	background:url(../images/devices/delete_icon.png?*~BUILD_VERSION~*) no-repeat center;
	width:23px;
	margin-left:5px;
}
.setup_icons .retracter{
	background:url(../images/devices/close_icon.png?*~BUILD_VERSION~*) no-repeat center;
	width:23px;
	margin-left:5px;
}
.setup_icons .setup{
	background:url(../images/devices/setup_icon.png?*~BUILD_VERSION~*) no-repeat center;
	width:23px;
	margin-left:5px;
}
.scene-editor .setup_icons .setup{
	display: none;
}
.scene-editor .setup_icons .pin{
	display: none;
}
.setup_icons .pin.pined{
	background:url(../images/devices/pine_icon.png?*~BUILD_VERSION~*) no-repeat center;
}
.setup_icons .delete:hover{
	background:url(../images/devices/delete_icon_hover.png?*~BUILD_VERSION~*) no-repeat center;
}
.setup_icons .retracter:hover{
	background:url(../images/devices/close_icon_hover.png?*~BUILD_VERSION~*) no-repeat center;
}
.setup_icons .setup:hover{
	background:url(../images/devices/setup_icon_hover.png?*~BUILD_VERSION~*) no-repeat center;
}

.device .dev_icon{
	position:absolute;
	bottom:15px;
	left:0px;
	text-align:center;
} 

.dev_icon{
	width:90px;
	height:55px;
	margin-top:15px;
	/*background-image:url(../skins/default/icons/Binary_Light.png?*~BUILD_VERSION~*);*/
	background: transparent;
	background-position:center;
	background-repeat:no-repeat;
}



.device .value{
	height:34px;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	width:95px;
	float:left;
	left:0px;
	bottom:60px;
	position:absolute;
	color:#025cb6;
}
.device .value .superscript{
	font-size:12px;
}
.device .value .value_light{
}

.device .details{
    float: left;
    position: relative;
        /*height:100%;*/
	/*border-left:1px solid #ccc;*/
}
.device .s2.status_text{
	background:url(../images/devices/green.png?*~BUILD_VERSION~*) repeat-x right;
}
.device .s1.status_text{
	background:url(../images/devices/blue.png?*~BUILD_VERSION~*) repeat-x right;
}
.device .s3.status_text{
	background:url(../images/devices/red.png?*~BUILD_VERSION~*) repeat-x right;
}
.device .status_text{
	height:14px;
        line-height: 14px;
        font-size: 10px;
        font-family: Arial;
	width:100%;
	overflow:hidden;
	position:absolute;
	background:none;
	right:0px;
	bottom:-15px;
	color:#fff;
	z-index:5;
	cursor:pointer;
}
.device.scene .details .status_text{
	left: 100px;
        color: #444;
}
.device.scene-editor .details .status_text{
	display: none;
}
.device .details .controls{
	color:#000;
	margin-left:-10px;
	margin-top:0px;
        position: relative;
}
.controlGroup{

}
.sceneCluster{
	position:absolute;
        padding-top: 5px;
        padding-right: 2px;
        padding-left: 0px;
        padding-bottom: 0px;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
}
.sceneCluster .controlGroup{
    
}
.device .details .controls .button{
	background:url(../images/devices/button_active.png?*~BUILD_VERSION~*) no-repeat center;
	cursor:pointer;
	/*float:left;*/
	width:80px;
	height:21px;
	color:#025cb6;
	text-align:center;
	padding-top:4px;
	text-transform: capitalize;
	font-size: 14px;
	font-family: Arial;
        position: absolute;
}
.device .details .controls .slider{
	width:158px;
	height:25px;
	/*background:url(../images/slider/bg_slider.png?*~BUILD_VERSION~*) no-repeat center;*/
}
.device .details .controls .button_off{
	background:none;
	color:#025cb6;
}
.device .details .controls .label, .device .details .controls .variable{
	margin-left:6px;
	color:#6f6f6f;
	text-align:center;
	position:absolute;
	/*border-bottom:1px solid #6f6f6f;*/
	height:16px;
	width:100px;
        overflow: hidden;
}
.device .details .controls .label.none, .device .details .controls .variable.none{
	border-bottom:none;
}
.device.scene-editor .details .controls .sceneCluster.disabled .sliderr_left{
	background:url("../images/slider/slider_left_disabled.png?*~BUILD_VERSION~*") no-repeat scroll center center transparent;
}
.device.scene-editor .details .controls .sceneCluster.disabled .sliderr_right{
	background:url("../images/slider/slider_right_disabled.png?*~BUILD_VERSION~*") no-repeat scroll center center transparent;
}
.device.scene-editor .details .controls .sceneCluster.disabled .sliderr .ui-state-default{
	background:url("../images/slider/round_disabled.png?*~BUILD_VERSION~*") no-repeat scroll center center transparent;
}
.device.scene-editor .details .controls .sceneCluster.disabled .sliderr .ui-state-hover{
	background:url("../images/slider/round_hover_disabled.png?*~BUILD_VERSION~*") no-repeat scroll center center transparent;
}
.device.scene-editor .details .controls .sceneCluster.disabled .button{
	background:url(../images/devices/button_disabled.png?*~BUILD_VERSION~*) no-repeat center;
	color:white;
}
.device.scene-editor .details .controls .sceneCluster.disabled .slider{
	/*background:url(../images/slider/bg_slider_disabled.png?*~BUILD_VERSION~*) no-repeat center;*/
}
.device.scene-editor .details .controls .sceneCluster.enabled{
    background: url(../images/devices/cluster_bg.png?*~BUILD_VERSION~*) repeat-x bottom #fff;
    border:1px solid #0860b7;
}
.device.scene-editor .details .controls .sceneCluster .removeCluster{
    width: 9px;
    height: 7px;
    background-image: url("../images/devices/remove_cluster.png?*~BUILD_VERSION~*");
    background-repeat: no-repeat;
    background-color: white;
    background-position: center;
    padding: 3px;
    display: none;
}
.device.scene-editor .details .controls .sceneCluster.enabled .removeCluster {
    display: block;
    position: absolute;
    top: -13px;
    right: 0px;
    cursor: pointer;
}
.device .details .controls .sceneCluster .basic-scene-revert-icon {
    display: none;
}
.device.scene-editor .details .controls .sceneCluster .basic-scene-revert-icon {
    display: block;
}
.button_scenes{
	background:url(../images/devices/button_scenes.png?*~BUILD_VERSION~*) no-repeat center;
	cursor:pointer;
	float:left;
	width:80px;
	height:21px;
	color:#fff;
	text-align:center;
	padding-top:4px;
    line-height: 21px;
}
.device .details .controls .button_scenes.selected,.device .details .controls .button_scenes:hover{
	background:url(../images/devices/button_scenes.png?*~BUILD_VERSION~*) no-repeat center;
	color:#ffffff;
}
.device .details .controls .button.selected,.device .details .controls .button:hover{
	background:url(../images/devices/button_hover.png?*~BUILD_VERSION~*) no-repeat center;
	color:#ffffff;
}

.device .details .controls .slider{
        position: absolute;
}

.device.dimm .details .controls{
	margin-top:18px;
} 
.device.dimm .details .controls .slider{
	margin-bottom:15px;
}

.device.thermo .controls{
	margin-left:0;
	margin-top:5px;
}
.device.thermo .controls .list{
	float:left;
	
}
.device.thermo .controls .list .list-item:hover{
	/*background:#d8f4ff;*/
}
.device.thermo .controls .list .list-item{
	float:left;
	width:74px;
}



.device.thermo .controls .list .list-item .title{
	margin:0 4px;
	color:#6b6b6b;
}
.device.thermo .controls .list .list-item .options{
	position:absolute;
	bottom:10px;
}
.device.thermo .controls .list .list-item .options .option{
	width:70px;
	height:20px;
	line-height:20px;
	padding-left:4px;
	/*background-image:url(../images/devices/device_option.png?*~BUILD_VERSION~*);
	background-position:top;*/
	/*background:#b1b2b6;*/
	color:#0070BC;
	cursor:pointer;
}

.device.thermo .controls .list .list-item .options .option.selected{
	font-weight:bold;
	color:#fff;
	/*background-position:bottom;*/
	background:#00a650;
}
.device.thermo .controls .list .list-item .options .option:hover{
	font-weight:bold;
	background-position:bottom;
	background:#00a650;
	color:#fff;
}
.device.thermo .controls .list .list-item .vertical-slider{
	
}
.vertical-slider{
	color:#90e0ff;
	text-align:center;
	width:50px;
	height:76px;
}
.vertical-slider .title,.vertical-slider .slider-title{
	float:none;
	margin-top:12px;
}
.vertical-slider .value{
	margin:0;
	float:none;
	position:absolute;
	bottom:22px;
	height:25px;
	left:0;
	width:50px;
	font-size:15px;
}
.vertical-slider .up_arr{
	width:30px;
	background:url(../images/slider/slider_up_blue.png?*~BUILD_VERSION~*) no-repeat bottom center;
	height:25px;
	position:absolute;
	bottom:43px;
	left:8px;
	cursor:pointer;
}
.vertical-slider .down_arr{
	width:30px;
	background:url(../images/slider/slider_down_blue.png?*~BUILD_VERSION~*) no-repeat bottom center;
	height:25px;
	position:absolute;
	bottom:1px;
	left:8px;
	cursor:pointer;
}
.vertical-slider.blue .down_arr{
	background:url(../images/slider/slider_down_blue.png?*~BUILD_VERSION~*) no-repeat bottom center;
}
.vertical-slider.blue .up_arr{
	background:url(../images/slider/slider_up_blue.png?*~BUILD_VERSION~*) no-repeat bottom center;
}
.vertical-slider.red .down_arr{
	background:url(../images/slider/slider_down_red.png?*~BUILD_VERSION~*) no-repeat bottom center;
}
.vertical-slider.red .up_arr{
	background:url(../images/slider/slider_up_red.png?*~BUILD_VERSION~*) no-repeat bottom center;
}
.sceneCluster.disabled .vertical-slider.blue .down_arr{
	background:url(../images/slider/slider_down_blue_disabled.png?*~BUILD_VERSION~*) no-repeat bottom center;
}
.sceneCluster.disabled .vertical-slider.blue .up_arr{
	background:url(../images/slider/slider_up_blue_disabled.png?*~BUILD_VERSION~*) no-repeat bottom center;
}
.sceneCluster.disabled .vertical-slider.red .down_arr{
	background:url(../images/slider/slider_down_red_disabled.png?*~BUILD_VERSION~*) no-repeat bottom center;
}
.sceneCluster.disabled .vertical-slider.red .up_arr{
	background:url(../images/slider/slider_up_red_disabled.png?*~BUILD_VERSION~*) no-repeat bottom center;
}

.vertical-slider .value .superscript{
	font-size:8px;
	font-weight:normal;
	color:#fff;
	float:left;
	width:12px;
	height:10px;
	margin-top:2px;
	margin-right:-2px;
}
.vertical-slider .value .value_light{
	float:left;
	width:25px;
	height:18px;
	margin-top:5px;
}
.vertical-slider .value{
	color:#0070bc;
}
.vertical-slider.blue .value{
	background:url(../images/slider/value_blue.png?*~BUILD_VERSION~*) no-repeat right top;
	color:#0070bc;
}
.vertical-slider.red .value{
	background:url(../images/slider/value_red.png?*~BUILD_VERSION~*) no-repeat right top;
	color:#ee2100;
}
.sceneCluster.disabled .vertical-slider.blue .value{
	color:gray;
}
.sceneCluster.disabled .vertical-slider.red .value{
	color:gray;
}




#slideAddRoom{
	position:fixed;
	z-index:10;
	top:160px;
	left:-201px;
	width:215px;
	height:55px;
	background-image:url(../images/add_room_device.png?*~BUILD_VERSION~*);
	background-position:bottom left;
}

#slideAddRoom #addRoom{
	position:absolute;
	cursor:pointer;
	top:0;
	right:29px;
	width:72px;
	height:55px;
	text-align:right;
	line-height:80px;
}
#slideAddRoom #addDevice{
	position:absolute;
	cursor:pointer;
	top:0;
	right:101px;
	width:72px;
	height:55px;
	text-align:left;
	line-height:80px;
}
#slideAddRoom #slide_left{
	position:absolute;
	cursor:pointer;
	top:7px;
	right:0;
	width:29px;
	height:27px;
}



#slideSave{
	position:fixed;
	z-index:10;
	top:160px;
	right:-201px;
	width:215px;
	height:55px;
	background-image:url(../images/add_room_device.png?*~BUILD_VERSION~*);
	background-position:bottom right;
}

#slideSave #refreshBtn{
	position:absolute;
	cursor:pointer;
	top:0;
	left:29px;
	width:72px;
	height:55px;
	text-align:center;
	line-height:80px;
}
#slideSave #saveBtn{
	position:absolute;
	cursor:pointer;
	top:0;
	left:101px;
	width:72px;
	height:55px;
	text-align:center;
	line-height:80px;
	padding-left:8px;
}
#slideSave #slide_right{
	position:absolute;
	cursor:pointer;
	top:7px;
	left:0;
	width:29px;
	height:27px;
}


/*
#dashboard .room_title{
	background:#0070BC;
	height:20px;
	padding-left:20px;
	padding-top:10px;
	border-top-left-radius:15px;
	-webkit-border-top-left-radius:15px;
	-moz-border-top-left-radius:15px;
	border-top-right-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-top-right-radius:15px;
	color:#fff;
	font-weight:bold;
	margin-bottom:10px;
}
#dashboard .room_title:hover{
	cursor:pointer;
}
#dashboard .room{
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	margin:5px 20px;
	border:1px solid #0070BC;
	border-top:none;
}*/

#dashboard .room_title {
    /*background: url("../images/room_bg_title.png?*~BUILD_VERSION~*") repeat-x top #f0f7f9;*/
    background: url("../images/room_bg.png?*~BUILD_VERSION~*") repeat;
    border-right: 2px solid #A4ABAE;
    border-top: 1px solid #b3c2c6;
    border-left: 1px solid #b3c2c6;
    color: #0070BC;
    float: left;
    font-weight: bold;
    height: 20px;
    margin-top: 8px;
    overflow: hidden;
    padding-left: 20px;
    padding-top: 7px;
    width: 300px;
}
#dashboard .room{
	margin:5px 19px 5px 0px;
}
#dashboard .room_clear{
	clear:both;
	padding:0px;
	margin:0px;
}
#dashboard .room_m {
    background: url("../images/room_min.png?*~BUILD_VERSION~*") no-repeat center center;
    float: left;
    height: 32px;
    margin-left: -45px;
    margin-top: 4px;
    padding: 0;
    width: 45px;
}
#dashboard .room_m.max{
	background:url(../images/room_max.png?*~BUILD_VERSION~*) no-repeat center;
}
#dashboard .room_devices{
	background:url(../images/room_bg.png?*~BUILD_VERSION~*) repeat;
	padding:0px;
        padding-left: 4px;
        padding-top: 5px;
	clear:both;
	width:100%;
	min-height:10px;
	overflow:auto;
	border:1px solid #b3c2c6;
	border-bottom:3px solid #b3c2c6;
	border-top:none;
}
#dashboard .room_setup:hover,
#dashboard .room_m:hover{
	cursor:pointer;
}
#dashboard .room_setup{
	background:url(../images/room_setup.png?*~BUILD_VERSION~*) no-repeat center;
	padding:0px;
	margin:0px;
	float:left;
	width:25px;
	height:25px;
	margin-left:5px;
	margin-top:10px;
}
#dashboard .room_chart{
	background:url(../images/room_chart.png?*~BUILD_VERSION~*) no-repeat center;
	padding:0px;
	margin:0px;
	float:left;
	width:25px;
	height:25px;
	margin-top:10px;
	margin-left:5px;
}
.hidden{
	display:none;
}

.global_footer{
	height:auto;
	min-height:100%;
	width:100%;
    /*overflow: auto;*/
	float:left;
	margin-top:0px;
	background: url(../images/body_bottom.jpg) no-repeat bottom;
}
.other_content{
	display:none;
	margin:0px auto;
	width:927px;
	border:1px solid #ccc;
	overflow-x:scroll;
	overflow-y:none;
	height:auto;
}
#other_content{
	display:none;
    overflow: hidden;
	margin:0px auto;
	position:relative;
	width:927px;
    margin-bottom: 50px;
    margin-top: 10px;
	min-height:400px;
}
#other_content .content_bottom{
	background: url(../images/middle/bottom.png?*~BUILD_VERSION~*) no-repeat center;
	height:30px;
	width:879px;
	margin:0 auto;
}
#other_content .content_top{
	background: url(../images/middle/top.png?*~BUILD_VERSION~*) no-repeat center;
	height:30px;
	width:879px;
	margin:0 auto;
}
#other_content .content_right{
	background: url(../images/middle/right.png?*~BUILD_VERSION~*) no-repeat center;
	height:700px;
	width:24px;
	float:left;
}
#other_content .content_left{
	background: url(../images/middle/left.png?*~BUILD_VERSION~*) no-repeat center;
	height:700px;
	width:24px;
	float:left;
}
#other_content .content_mid{
	background: url(../images/middle/middle.png?*~BUILD_VERSION~*) repeat-y center top;
	margin:0px;
	width:859px;
	padding:0px 10px;
	min-height:700px;
	float:left;
}

#status_box{
	background:url(../images/status/bg.png?*~BUILD_VERSION~*) no-repeat center center;
	width:370px;
	height:70px;
	position:relative;
	bottom:0px;
	left:0px;
	z-index:99;
}
#status_box #status_box_content{
	width:317px;
	height:85px;
	position:absolute;
	left:24px;
	top:5px;
}
#status_box #status_box_content .slider{
	width:24px;
	height:65px;
	position:absolute;
	right:5px;
	top:0px;
}
#status_box #status_box_content .slider{
}
#status_box #status_box_content .slider .top{
	width:24px;
	height:24px;
	background:url(../images/status/top.png?*~BUILD_VERSION~*) no-repeat center center;
	position:absolute;
	left:0px;
	top:0px;
}
#status_box #status_box_content .slider .bottom:hover{
	cursor:pointer;
	background:url(../images/status/bottom_hover.png?*~BUILD_VERSION~*) no-repeat center center;
}
#status_box #status_box_content .slider .top:hover{
	cursor:pointer;
	background:url(../images/status/top_hover.png?*~BUILD_VERSION~*) no-repeat center center;
}
#status_box #status_box_content .slider .bottom{
	width:24px;
	height:24px;
	background:url(../images/status/bottom.png?*~BUILD_VERSION~*) no-repeat center center;
	position:absolute;
	left:0px;
	bottom:0px;
}
#status_box #status_box_content .content{
	top:0px;
	height: 60px; 
	width: 283px; 
	position: relative; 
	left:7px;
	overflow: hidden;
}
#status_box #status_box_content .server_busy{
	top:5px;
	height: 80px; 
	width: 286px; 
	background:none;/*url(../images/status/ajax-loader.gif) no-repeat center center;*/
	position: relative; 
	overflow: hidden;
	color:#000;
	text-align:center;
	font-weight:bold;
}
#status_box #status_box_content .content .scroll{
	color:#fff;
	width: 266px;
	overflow: hidden;
	position:absolute;
	top:5px;
	padding:0px 10px;
}
#status_box .status_box_hide{
	background:url(../images/status/hide.png?*~BUILD_VERSION~*) no-repeat center center;
	width:27px;
	height:29px;
	position:absolute;
	left:24px;
	top:-12px;
	z-index:9;
}
#status_box .status_box_hide.show{
	background:url(../images/status/show.png?*~BUILD_VERSION~*) no-repeat center center;

}
#status_box .status_box_hide:hover{
	cursor:pointer;
}
.scenes-submenu-options {
    background-color: #e7d4ae;
    border-bottom: #97a5a8 2px solid;
    float: left;
    height: 30px;
    width: 100%;
    display: none;
}
.scenes-submenu-options input{
    resize:none;
    outline: none;
    width: 280px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    margin-top: 4px;
    margin-left: 10px;
    color: #037239;
    font-size: 14px;
	border:none;
	border-top:2px solid #b2b2b2;
}

.scenes-submenu-options .button{
    background: url("../images/add_delay.png?*~BUILD_VERSION~*") repeat-x;
    font-size: 14px;
    font-family: Arial;
    color: #fff;
    height: 22px;
    line-height: 25px;
    padding-left: 5px;
    padding-right: 5px;
	/*
    margin-left: 10px;
    margin-right: 10px;
	*/
    margin-top: 4px;
    cursor: pointer;
    min-width: 31px;
    text-align: center;
}
.scenes-submenu-options .arrow-right-button{
    background-image: url("../images/right-arrow-btn.png?*~BUILD_VERSION~*");
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: 15px;
}
.scenes-submenu-options .arrow-right-button .button{
    margin-top: 0px;
}
.scenes-submenu-options .arrow-left-button{
    background-image: url("../images/left_arrow.png?*~BUILD_VERSION~*");
    background-position: top left;
    background-repeat: no-repeat;
    margin-top: 4px;
}
.scenes-submenu-options .arrow-left-button .button{
    margin-top: 0px;
}
.scenes-submenu-options .pos-left{
    float: left;
}
.scenes-submenu-options .pos-right{
    float: right;
	text-align:left;
}
.scenes-submenu-options .pos-right.cancel{
	background-image: url(../images/cancel_scene.png?*~BUILD_VERSION~*);
        background-repeat: no-repeat;
        background-position: right;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        background-color: #0259b3;
	line-height:24px;
	/* min-width:140px; */
	height:22px;
}
.scenes-submenu-options .pos-right.cancel div{
    margin-right: 30px;
}
.scenes-submenu-options .pos-right.save{
	background-image: url(../images/create_scene.png?*~BUILD_VERSION~*);
        background-repeat: no-repeat;
        background-position: right;
        background-color: #13b30e;
	line-height:24px;
	/* min-width:140px; */
	height:22px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
}
.scenes-submenu-options .pos-right.save div{
    margin-right: 30px;
}
.scenes-submenu-options .pos-right.cancel.short{
	background:url(../images/cancel_scene_s.png?*~BUILD_VERSION~*) no-repeat;
	line-height:300px;
	overflow:hidden;
	width:31px;
	height:22px;
}
.scenes-submenu-options .pos-right.save.short{
	background:url(../images/create_scene_s.png?*~BUILD_VERSION~*) no-repeat;
	line-height:300px;
	overflow:hidden;
	width:31px;
	height:22px;
}
.basic-scene-revert-icon {
    width: 10px;
    height: 7px;
    position: absolute;
    cursor: pointer;
    top: -13px;
    right: 15px;
    z-index:1;
    background-repeat: no-repeat;
    background-color: white;
    background-position: center;
    padding: 3px;
}
.basic-scene-revert-icon.active {
    background-image: url("../icons/clock.png?*~BUILD_VERSION~*");
}
.basic-scene-revert-icon.inactive {
    background-image: url("../icons/clock_inactive.png?*~BUILD_VERSION~*");
}
.m_input_text_small{
	border:1px solid #00ccee;
	background:#ffffff;
}
.m_input_text_small:focus{
	border:1px solid #00ccee;
	background:#e2fbff;
}
.m_input_text_small_rename{
	border:1px solid #e60a0a;
	background:#ffffff;
}
.custom_cpanel_rename_delete{
	background:url(../images/close.png?*~BUILD_VERSION~*) no-repeat center;
	width:30px;
	height:30px;
	cursor:pointer;
}
.right-arrow-input-container {
    width: 68px;
    height: 25px;
    margin-top: 14px;
}
.scenes-submenu-options .text{
    margin-top: 7px;
    color: #444444;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 5px;
}
.right-arrow-input-container input{
    width: 40px;
    resize:none;
    outline: none;
    height: 25px;
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
    border: none;
    margin-top: 14px;
    margin-left: 15px;
}
#scene_delay_select {
   
}
.module_title {
    float: left;
    display: none;
    font-size: 18px;
    font-family: Arial;
	font-weight:bold;
    color: #ffa800;
	float:left;
	color:#fff;
	text-align:center;
        padding-left: 25px;
}
.custom-table {
    margin-left: 38px;
}
.custom-table .table-header .cell{
    color: #00ccee;
    font-size: 12px;
    font-weight: normal;
}
.custom-table .m_separator{
    margin-left: 0px;
    margin-bottom: 10px;
}
.custom-table .cell {
    float: left;
    height: 32px;
    line-height: 32px;
}
.custom-table .cell.cell1 {
    width: 250px;
}
.custom-table .cell.cell2 {
    width: 190px;
}
.custom-table .cell.cell3 {
    width: 70px;
}
.custom-table .content-row .cell1 img{
    width: 32px;
    height: 32px;
    margin-right: 5px;
}
.custom-table .content-row .cell {
    color: #555555;
    font-size: 14px;
}
.scene-editor-delay-management-container {
    display:none;
    min-height: 100px;
}
.orange-custom-select {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    min-width:130px;
    cursor: pointer;
    height: 17px;
    overflow: hidden;
    padding-bottom: 5px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    float: left;
    margin-top: 4px;
}
.orange-custom-select.open {
    background-color: #f1c380;
    height: auto;
}
.orange-custom-select .header{
    background: -webkit-gradient(linear, left top, left bottom, from(#e69800), to(#de7500));
    background: -moz-linear-gradient(top,  #e69800,  #de7500);
    background: -o-linear-gradient(#e69800,#de7500);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e69800', endColorstr='#de7500');
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 4px;
}
.orange-custom-select .arrow{
    background-image: url("../images/custom-select-header-arrow.png?*~BUILD_VERSION~*");
    background-repeat: no-repeat;
    background-position: top right;
    height: 22px;
    line-height: 22px;
    color: white;
    font-size: 12px;
    padding-left: 12px;
}
.orange-custom-select .item{
    height: 25px;
    line-height: 25px;
    color: #a00000;
    font-size: 12px;
    padding-left: 13px;
}
.orange-custom-select .item.selected{
    color: white;
    background-color: #e28600;
}
.orange-custom-select div.item:hover{
    color: white;
}
.orange-custom-select .special-item{
    background: -webkit-gradient(linear, left top, left bottom, from(#e69800), to(#de7500));
    background: -moz-linear-gradient(top,  #e69800,  #de7500);
    background: -o-linear-gradient(#e69800,#de7500);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e69800', endColorstr='#de7500');
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    color: white;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 7px;
}
.delay_panel_holder {
    width: 617px;
    height: 398px;
    background-color: #eaf5f9;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -moz-box-shadow: 0px 0px 7px 1px black;
    -webkit-box-shadow: 0px 0px 7px 1px black;
    box-shadow: 0px 0px 7px 1px black;
    border: #97a4a8 solid 1px;
    background-image: url("../images/delay-panel-bg.png?*~BUILD_VERSION~*");
    background-repeat: repeat-x;
    padding-left: 25px;
    padding-right: 25px;
}
.delay_panel_holder .close-cpanel-holder{
    background-image: url("../images/close-cpanel-holder.png?*~BUILD_VERSION~*");
    width: 25px;
    height: 23px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}
.delay_panel_holder .title{
    border-bottom: #424242 solid 1px;
    color: #a00000;
    font-size: 18px;
    text-align: left;
    height: 40px;
    line-height: 40px;
    position: inherit;
    top: auto;
    left: auto;
}
.delay_panel_holder .subtitle {
    color: #a00000;
    font-size: 12px;
    text-align: left;
    height: 30px;
    line-height: 30px;
}
.delay_panel_holder .delay_panel_orange {
    width: 600px;
    height: 170px;
    background-color: #f1c380;
    padding-top: 10px;
}
.delay_panel_holder .delay_panel_orange .delay_item {
    padding-left: 10px;
    padding-right: 10px;
    height: 24px;
    color: #a00000;
    text-align: left;
}
.delay_panel_holder .delay_panel_orange .delay_item.selected {
    background-color: #e28600;
    color: white;
}
.delay_panel_holder .delay_panel_orange div.delay_item:hover {
    background-color: white;
    color: #e28600;
}
.delay_panel_holder .item_title {
    float: left;
    line-height: 24px;
    cursor: pointer;
}
.delay_panel_holder .item_title input{
    width: 28px;
}
.delay_panel_holder .item_button {
    float: right;
    background-color: #c44200;
    color: white;
    text-align: center;
    height: 22px;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.delay_panel_holder .delay_panel_orange .custom-hr {
    height: 1px;
    background-color: #eaf5f9;
    margin: 0px;
    padding: 0px;
    border: none;
    margin-top: 5px;
    margin-bottom: 5px;
}
.delay_panel_holder .delay_panel_orange_information{
    width: 600px;
    text-align: left;
}
.tooltip-on-hover {
    float: left;
    width: 30px;
    font-size: 18px;
    color: #b93600;
    height: 27px;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
}
.tooltip-on-hover .custom-tooltip{
    display: none;
    background-color: #ac110a;
    position: relative;
    left: -10px;
    padding: 10px;
    color: #e6d3ae;
    width: 300px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    font-size: 12px;
    text-align: left;
}
div.tooltip-on-hover:hover {
    background-image: url("../images/tooltip_on_hover_bg.png?*~BUILD_VERSION~*");
    background-repeat: no-repeat;
    color: white;
}
div.tooltip-on-hover:hover .custom-tooltip{
    display: block;
}
.list_of_delays {
    max-height: 170px;
    overflow-y: scroll;
}
span.string_to_replace span.safe_string {
    display: none;
}
#getting_started{
	padding-top:10px;
	padding-left:20px;
	padding-bottom:10px;
	color: darkblue;
	font-weight:bold;
}

#getting_started a{
	color: darkblue;
}

#getting_started a:hover{
	color: #0379D8;
}

#unit_overview{
	width:100%;
	z-index:-999;
    background: #FFFFFF;
	display:none;
}

.overview_container{
	background-color:#FFFFFF;
	color:#000000;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border-style:solid;
	border-width:2px;
	border-color:#d7d7d7;	
	padding:5px;
	margin:10px;
	text-align:left;
	float:left;
	padding-left:10px;
	padding-right:10px;
}
.overview_content{
	width:575px;
	height:200px;
	overflow:auto;	
}

.overview_container_title{
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:darkblue;
	text-align:center;
}

.overview_item_link{
	cursor:pointer;
	color:#3295f8;
	font-weight:bold;
}
.overview_camera_thumbnail{
	width:85px;
	float:left;
	cursor:pointer;
	text-align:center;
}

.overview_button {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	border:0px;	
	height:22px;
	line-height:22px;
	margin:1px;
	text-align:center;
	min-width:100px;
	background-color:#3295f8;
	color:#fff;	
}

.overview_button_selected{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	border:0px;	
	height:22px;
	line-height:22px;
	margin:1px;
	text-align:center;
	min-width:100px;
	background-color:#025cb6;
	color:#fff;
}
.beta_info{
  color: darkblue;
  font-weight: bold;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-top: 5px;
}
.cir_device_remote_container {
    position: relative;
}
.cir_device_remote_button {
    background-image: url("../images/cir_device_button_100.png");
    background-position: center;
    background-repeat: repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
}
.cir_device_remote_button.error{
    background-image: url("../images/cir_device_button_error.png");
    background-repeat: no-repeat;
}
.cir_device_remote_button.pressed{
    background-image: url("../images/cir_device_button_pressed.png");
    background-repeat: no-repeat;
}
.cir_device_remote_button.success{
    background-image: url("../images/cir_device_button_success.png");
    background-repeat: no-repeat;
}
.cir_device_remote_button.inactive{
    background-image: url("../images/cir_device_button_inactive.png");
    background-repeat: no-repeat;
}

.overview_thumbnail{
	width:80px;
	height:auto;
	border:1px solid #00ccee;
	display:block;
	margin-left:5px;
	margin-top:10px;
}

.panel_button {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
	border:1px solid #8d959b;	
	height:22px;
	line-height:22px;
	margin:1px;
	text-align:center;
	width:100px;
	background-color:#FFFFFF;
	color:#000000;	
}

.panel_button_left{
	cursor:pointer;
	height:22px;
	line-height:22px;
	margin:1px;
	text-align:right;
	width:30px;
	color:#ee4136;
	float:left;
	font-weight:bold;
}
.panel_button_left_selected{
	cursor:pointer;
	height:22px;
	line-height:22px;
	margin:1px;
	text-align:right;
	width:30px;
	color:#39b549;
	float:left;
	font-weight:bold;
}
.panel_button_right{
	cursor:pointer;
	height:22px;
	line-height:22px;
	margin:1px;
	text-align:left;
	width:65px;
	color:#000000;
	float:right;
	font-weight:bold;
}
.overview_item{
	width: 260px;
	float:left;
	padding-right:10px;
}
.overview_item_status{
	width: 30px;
	float:left;
	height:30px;
	line-height:30px;	
}
.overview_item_name{
	width: 140px;
	float:left;
	height:30px;
	line-height:30px;
}

.overview_item_img{
	width:30px;
	float:left;
}
.overview_item_text_status{
	width:40px;
	float:left;
	height:30px;
	line-height:30px;	
}
.overview_item_more{
	width:20px;
	float:left;
}

.device .details .controls .disabled{
	background:none;
	color:#666666;
	cursor:default;
}

.device .details .controls .disabled:hover{
	background:none;
	color:#666666;
	cursor:default;
}
.vertical-slider .up_arr{
	background:url(../images/slider/slider_up_blue_disabled.png?*~BUILD_VERSION~*) no-repeat bottom center;
}
.vertical-slider .down_arr{
	background:url(../images/slider/slider_down_red_disabled.png?*~BUILD_VERSION~*) no-repeat bottom center;
}
.device.scene-editor .details .controls .sceneCluster.disabled .disabled{
	background:none;
	color:#666666;
}