.device{
	float:left;
	min-height:120px;
	border-right:2px solid #b1bec3;
	border-bottom:2px solid #b1bec3;
	margin-bottom:16px;
	margin-right:2px;
	width:auto;
	box-shadow:1px 1px 2px #b1bec3;
}
.device.scene {
    width:200px;
}
.clear{
	clear:both;
}
.device .device_header{
	background:url("../images/devices/header_left.png?*~BUILD_VERSION~*") no-repeat left bottom;
	height:28px;
	width:100%;
	color:#fff;
	font-size:12px;
	clear:both;
}
.device .device_header .header_content{
	background:url("../images/devices/header_right.png?*~BUILD_VERSION~*") no-repeat right bottom;
	width:100%;
	position:relative;
	height:28px;
	display:block;
}
/* DEVICE CSS ADDED BY DANIEL */
.device.scene-editor {
    
}
.device.scene-editor .setup_icons{
    display: none;
}
.device .device_scene_skin {
    background-image: url("../images/devices/pattern.png?*~BUILD_VERSION~*");
    background-repeat: repeat;
}
.device .corner-left {
    background-image: url("../images/devices/bg/device_top_left.png?*~BUILD_VERSION~*");
    background-repeat: no-repeat;
    background-position: top left;
}
.device .corner-left .corner-right {
    background-image: url("../images/devices/bg/device_top_right.png?*~BUILD_VERSION~*");
    background-repeat: no-repeat;
    background-position: top right;
}
.device .corner-left .corner-right .header_content{
    background-image: url("../images/devices/bg/device_top.png?*~BUILD_VERSION~*");
    height: 31px;
    background-repeat: repeat-x;
    margin-left: 10px;
    margin-right: 11px;
	position:relative;
	width:auto;
}
.device .device_body {
    background:url(../images/devices/device_body.png?*~BUILD_VERSION~*) repeat-x top #fff;
	border:1px solid #1266ba;
        position: relative;
}
.device.scene-editor .device_body {
    background: url("../images/devices/bg/scene_pattern.png?*~BUILD_VERSION~*") repeat;
}
.device.scene-editor.in-scene .device_body {
    background:url("../images/devices/device_body.png?*~BUILD_VERSION~*") repeat-x scroll center top #FFFFFF;
}
.device.scene-editor .status_text {
    display: none;
}
.device .device_body .center {
    min-height: 40px;
    position: relative;
    /*min-width: 300px;*/
}
.device .device_body .center .watt_cons_cont{
    position: absolute;
    bottom: 1px;
    left: 1px;
    background-image: url(../images/watts_container_bg.png?*~BUILD_VERSION~*);
    background-position: right;
    background-repeat: no-repeat;
    width: 33px;
    height: 14px;
    text-align: right;
    padding-right: 17px;
    font-weight: bold;
}
.device .device_body .center .center-left{
    min-height: 100px;
    min-width: 100px;
    float: left;
}
.device .device_body .bottom {
    height: 12px;
}

.controlGroup.listGroup{
	border-left:2px solid #ccc;
	padding-left:5px;
}
.device.scene-editor .device_red_cross {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../icons/no_scene.png?*~BUILD_VERSION~*");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    cursor: not-allowed;
}
.device.inscene .device_red_cross {
    display: none;
}
.device.scene-editor div.device_red_cross:hover {
    /* background-image: url("../icons/no_scene_hover.png?*~BUILD_VERSION~*"); */
}
/* END DEVICE CSS ADDED BY DANIEL*/