body {
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	color: #303048;
	text-align: center;
}
* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #303048;
	text-decoration: none;
}
.clear {
	clear: both;
}
.button_mini a {
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #EAEAEB;
	text-decoration: none;
	background-color: #646477;
	display: block;
	width: 90px;
	border-radius: 3px;
	margin-right: 5px;
}
.button_mini a:hover {
	color: #FFF;
	background-color: #00A6D6;
}
.button_mini_disabled {
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #9797A4;
	text-decoration: none;
	background-color: #CBCBD1;
	display: block;
	width: 90px;
	border-radius: 3px;
}
.header_box {
	width: 100%;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #007495;
	margin-top: 10px;
}
.header_box .logo {
	float: left;
	margin-top: 2px;
	margin-left: 10px;
}
.header_box .menu {
	margin-bottom: -7px;
}
.header_box .menu ul {
	list-style-type: none;
}
.header_box .menu ul li {
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
}
.header_box .menu ul li .dashboard {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #303048;
	text-decoration: none;
	background-image: url(../img/ico_dashboard.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 33px;
	display: block;
	padding-top: 33px;
}
.header_box .menu ul li .dashboard_active {
	font-size: 14px;
    text-transform: uppercase;
    color: #303048;
    text-decoration: none;
    background-image: url(../img/ico_dashboard_on.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 33px;
    display: block;
	padding-top: 33px;
}

.header_box .menu ul li .device {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #303048;
	text-decoration: none;
	background-image: url(../img/ico_device.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 33px;
	display: block;
	padding-top: 33px;
}
.header_box .menu ul li .device_active {
	font-size: 14px;
    text-transform: uppercase;
    color: #303048;
    text-decoration: none;
    background-image: url(../img/ico_device_on.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 33px;
    display: block;
	padding-top: 33px;
}
.header_box .menu ul li .application {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #303048;
	text-decoration: none;
	background-image: url(../img/ico_aplicaction.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 33px;
	display: block;
	padding-top: 33px;
}
.header_box .menu ul li .application_active {
	font-size: 14px;
    text-transform: uppercase;
    color: #303048;
    text-decoration: none;
    background-image: url(../img/ico_aplicaction_on.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 33px;
    display: block;
    padding-top: 33px;
}
.header_box .menu ul li .config {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #303048;
	text-decoration: none;
	background-image: url(../img/ico_config.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 33px;
	display: block;
	padding-top: 33px;
}
.header_box .menu ul li .config_active {
	font-size: 14px;
    text-transform: uppercase;
    color: #303048;
    text-decoration: none;
    background-image: url(../img/ico_config_on.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 33px;
    display: block;
    padding-top: 33px;
}
.header_box .menu ul li a:hover {
	background-position: center bottom;
}
.header_box .bluebox_time {
	height: 48px;
	width: 86px;
	border: 1px solid #9797A4;
	float: right;
	border-radius: 5px;
	margin-right: 10px;
}
.header_box .bluebox_time .date {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 10px;
}
.header_box .bluebox_time .time {
	font-size: 24px;
	line-height: 24px;
}
.main {
}
.shadow {
	/*background-image: url(../img/shadow.png);*/
	padding: 50px;
	margin-top: 20px;
	position: absolute;
	left: 0%;
	right: 0%;
	margin-right: auto;
	margin-left: auto;
	width: 310px;
	border-radius: 3px;
	z-index: 101;
}
.float_box_mini {
	background-color: #FFF;
	padding: 10px;
	width: 290px;
	border-radius: 3px;
	box-shadow: 2px 2px 8px #333;
}

.shadow_big {
	/*background-image: url(../img/shadow.png);*/
	padding-top: 50px;
	margin-top: 20px;
	position: absolute;
	left: 0%;
	right: 0%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 3px;
	z-index: 101;
	width: 470px;
}
.float_box {
	background-color: #FFF;
	padding: 10px;
	width: 450px;
	border-radius: 3px;
	box-shadow: 2px 2px 8px #333;
}

.float_box_mini .title_scan {
	text-align: left;
	margin-bottom: 20px;
}
.float_box_mini .title_scan h2 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(../img/ico_scan_title.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
.float_box_mini .bar_content {
	margin-bottom: 10px;
}

.float_box_mini .bar_box {
	background-color: #EAEAED;
	border-radius: 3px;
	height: 40px;
	width: 270px;
	margin-right: auto;
	margin-left: auto;
}
.float_box_mini .bar_box .bar {
	background-color: #00CC00;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	text-align: right;
	width: 65%;
}
.float_box_mini .devices_box {
	background-color: #F4F4F6;
	text-align: left;
	width: 245px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.float_box_mini .devices_box h3 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.float_box_mini .devices_box .devices_list {
	height: 150px;
	overflow: auto;
	padding-top: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #EAEAED;
	border-bottom-color: #EAEAED;
	padding-left: 10px;
}
.float_box_mini .devices_box .devices_list ul {
	list-style-type: none;
}
.float_box_mini .devices_box .devices_list ul li {
	font-size: 14px;

	margin-bottom: 10px;
}


.float_box_mini .devices_box .devices_list_old {
	max-height: 100px;
	overflow: auto;

	padding-top: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #EAEAED;
	border-bottom-color: #EAEAED;
	padding-left: 10px;
}
.float_box_mini .devices_box .devices_list_old ul {
	list-style-type: none;
}
.float_box_mini .devices_box .devices_list_old ul li {
	font-size: 14px;
	color:darkred;
	margin-bottom: 10px;
}



.float_box_mini .buttons_box {
}
.float_box_mini .buttons_box .button_mini {
	display: inline-block;
}
.float_box_mini .buttons_box .button_mini_disabled {
	display: inline-block;
}
.float_box_mini .message_box {
	margin-bottom: 20px;
	font-size: 16px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.float_box .title_virtual {
	text-align: left;
	margin-bottom: 20px;
	height: 30px;
}
.float_box .title_virtual h2 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(../img/ico_plus.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	line-height: 30px;
}
.float_box .buttons_box .button_mini {
    display: inline-block;
}
.buttons_nav {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBD1;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
.buttons_nav .b_scan a {
	font-size: 14px;
	line-height: 50px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #CBCBD1;
	background-image: url(../img/b_scan.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	color: #303046;
	display: block;
	padding-right: 20px;
	border-radius: 3px;
	margin-right: 10px;
	float: left;
}
.buttons_nav .b_scan a:hover {
	background-position: left bottom;
	background-color: #EAEAED;
}
.buttons_nav .b_plus a {
	font-size: 14px;
	line-height: 50px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #CBCBD1;
	background-image: url(../img/b_plus.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	color: #303046;
	display: block;
	padding-right: 20px;
	border-radius: 3px;
	margin-right: 10px;
	float: left;
}
.buttons_nav .b_plus a:hover {
	background-position: left bottom;
	background-color: #EAEAED;
}
.buttons_nav .num_devices {
	font-size: 18px;
	line-height: 50px;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(../img/arrow_title.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9797A4;
	padding-left: 15px;
}

.devices_container {
	overflow-y: auto; 
	height: 441px;
}

.devices {
	margin-right: auto;
	margin-left: auto;
}
.devices ul  {
	list-style-type: none;
}
.devices ul li {
	display: inline-table;
	position: relative;
}
.devices ul li a {
    border: 1px solid #FFF;
    display: block;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    width: 120px;
    border-radius: 3px;
    height: 154px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-left: 15px;
}

.devices ul li a:hover {
    border: 1px solid #9797A4;
    font-weight: bold;
}

.devices ul li div.deviceTitle {
    margin-top: 4px;
    overflow: hidden;
    height: 60px;
    width: 120px;
}

.devices ul li .close a {
    display: block;
    padding: 0px;
    height: 20px;
    width: 20px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-radius: 0px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 23px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 102px;
    position: absolute;
    line-height: 20px;
}
.devices ul li .close a:hover {
	color: #FFF;
	background-color: #F00;
	border-radius: 3px;
}
.devices ul li .error {
	margin-top: 26px;
    margin-left: 40px;
    position: absolute;
    background-color: transparent !important;
    border: none !important;
}

.float_box .field {
    margin-bottom: 20px;
    text-align: left;
}

.float_box .field p {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}
.float_box .field .input {
	background-color: #CBCBD1;
	border-radius: 3px;
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	width: 430px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.float_box .field .select {
	background-color: #CBCBD1;
	border-radius: 3px;
	font-family: "open Sans",sans-serif;
	font-size: 14px;
	height: 50px;
	width: 450px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.float_box .field .select option {
    padding: 5px;
}
.float_box .field .select-short {
	background-color: #CBCBD1;
	border-radius: 3px;
	font-family: "open Sans",sans-serif;
	font-size: 14px;
	height: 50px;
	width: 336px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.float_box .field .select-short option {
    padding: 5px;
}
.float_box .field label {
	font-size: 18px;
	font-weight: bold;
	width: 400px;
	display: inline-block;
	margin-left: 10px;
}

.imaginae-overlay, .imaginae-overlay > div {
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 100;
	height: 100%;
	width: 100%;
}
.imaginae-overlay > div {
	background-color: #AAAAAA;
}

.buttons_nav .b_back a {
	background-color: #CBCBD1;
	background-image: url(../img/b_back.png);
	background-position: left top;
	background-repeat: no-repeat;
	border-radius: 3px;
	color: #303046;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 50px;
	margin-right: 10px;
	padding-left: 50px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
}
.buttons_nav .b_back a:hover {
	background-position: left bottom;
	background-color: #EAEAED;
}
.buttons_nav .device-name {
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}
.buttons_nav .device-name .ico {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.device_ui {
	height: 441px;
	width: 940px;
	overflow-y: auto;
}
.device_ui .gpio_box {
	height: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
	margin-bottom: 10px;
}
.device_ui .gpio_box_no_scroll {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.device_ui .gpio_box .input-output-box, .device_ui .gpio_box_no_scroll .input-output-box {
	background-color: #EAEAED;
	width: 435px;
	border-radius: 3px;
	display: inline-block;
	padding: 10px;
	vertical-align: text-top;
}
.device_ui .gpio_box .input-output-box .icon, .device_ui .gpio_box_no_scroll .input-output-box .icon {
	float: left;
}
.device_ui .gpio_box .input-output-box .list, .device_ui .gpio_box_no_scroll .input-output-box .list {
	float: left;
	margin-left: 20px;
}
.device_ui .gpio_box .input-output-box .list ul, .device_ui .gpio_box_no_scroll .input-output-box .list ul {
	list-style-type: none;
}
.device_ui .gpio_box .input-output-box .list ul li, .device_ui .gpio_box_no_scroll .input-output-box .list ul li {
	text-align: right;
	width: 350px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBD1;
}
.device_ui .gpio_box .input-output-box .list ul li span, .device_ui .gpio_box_no_scroll .input-output-box .list ul li span {
	float: left;
}
.device_ui .config_cont_shadow {
	position: absolute;
	width: 720px; 
	left: 10%; 
	right: 10%;
	margin-right: auto;
	margin-left: auto;
	bottom: -248px;
}
.device_ui .config_cont_shadow .config_cont {
}
.device_ui .config_cont_shadow .config_cont .button_ocultar {
}
.device_ui .config_cont_shadow .config_cont .button_ocultar a {
	font-size: 14px;
	line-height: 50px;
	font-weight: normal;
	text-transform: uppercase;
	color: #303046;
	background-color: #CBCBD1;
	background-image: url(../img/b_ocultar.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 50px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	box-shadow: 0px 0px 4px #333;
}
.device_ui .config_cont_shadow .config_cont .button_ocultar a:hover {
	background-position: center bottom;
	background-color: #EAEAED;
}
.device_ui .config_cont_shadow .config_cont #config a {
	margin-left: 20px;
}
.device_ui .config_cont_shadow .config_cont #info a {
	margin-right: 20px;
}
.device_ui .config_cont_shadow .config_cont .button_mostrar {
	margin-top: 10px;
	margin-bottom: 10px;
}
.device_ui .config_cont_shadow .config_cont .button_mostrar a {
	font-size: 14px;
	line-height: 50px;
	font-weight: normal;
	text-transform: uppercase;
	color: #303046;
	background-color: #CBCBD1;
	background-image: url(../img/b_mostrar.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 50px;
	width: 429px;
	margin-right: auto;
	margin-left: auto;
}
.device_ui .config_cont_shadow .config_cont .button_mostrar a:hover {
	background-position: center bottom;
	background-color: #EAEAED;
}
.device_ui .buttons_config_down  {
	left: 10%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	right: 10%;
	top: 590px;
	width: 830px;
}
.device_ui .buttons_config_down .config {
#	float: left;
	display: inline-block;
}
.device_ui .buttons_config_down .config a {
	background-color: #cbcbd1;
	background-image: url(../img/b_mostrar.png);
	background-position: center top;
	background-repeat: no-repeat;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	box-shadow: 0 0 4px #333;
	color: #303046;
	display: block;
	font-size: 14px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	margin-left: 10px;
	margin-right: 10px;
#margin-right: auto;
	text-transform: uppercase;
	width: 250px;
}
.device_ui .buttons_config_down .config a:hover {
     background-position: center bottom;
	background-color: #EAEAED;
}
.device_ui .buttons_config_down .info {
#	float: right;
	display: inline-block;
}
.device_ui .buttons_config_down .info a {
	background-color: #cbcbd1;
	background-image: url(../img/b_mostrar.png);
	background-position: center top;
	background-repeat: no-repeat;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	box-shadow: 0 0 4px #333;
	color: #303046;
	display: block;
	font-size: 14px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	margin-left: 10px;
#margin-left: auto;
	margin-right: 10px;
	text-transform: uppercase;
	width: 250px;
}
.device_ui .buttons_config_down .info a:hover {
     background-position: center bottom;
	background-color: #EAEAED;
}
.device_ui .config_box {
	background-color: #CBCBD1;
	border-radius: 3px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0px 4px 3px #333;
}
.device_ui .config_box .menu {
	background-color: #646477;
	float: left;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.device_ui .config_box .menu ul {
	list-style-type: none;
	text-align: left;
}
.device_ui .config_box .menu ul li {
}
.device_ui .config_box .menu ul li .config {
	font-size: 16px;
	line-height: 110px;
	color: #EAEAEC;
	background-image: url(../img/b_config.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	width: 160px;
	display: block;
	height: 110px;
	text-transform: uppercase;
	padding-left: 60px;
	border-top-left-radius: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9797A4;
}
.device_ui .config_box .menu ul li .config:hover {
	background-position: -450px center;
	color: #FFF;
}
.device_ui .config_box .menu ul .config-active {
	font-size: 16px;
	line-height: 110px;
	color: #FFFFFF;
	background-image: url(../img/b_config_active.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	width: 160px;
	display: block;
	height: 110px;
	text-transform: uppercase;
	padding-left: 60px;
	border-top-left-radius: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9797A4;
}
.device_ui .config_box .menu ul li .info {
	font-size: 16px;
	line-height: 110px;
	color: #EAEAEC;
	background-image: url(../img/b_info.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	width: 160px;
	display: block;
	height: 110px;
	text-transform: uppercase;
	padding-left: 60px;
	border-top-left-radius: 3px;
}
.device_ui .config_box .menu ul li .info:hover {
	background-position: -450px center;
	color: #FFF;
}
.device_ui .config_box .menu ul .info-active {
	font-size: 16px;
	line-height: 110px;
	color: #FFFFFF;
	background-image: url(../img/b_info_active.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	width: 160px;
	display: block;
	height: 110px;
	text-transform: uppercase;
	padding-left: 60px;
}
.device_ui .config_box .config_options {
	float: left;
	height: 160px;
	overflow: auto;
	width: 700px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.device_ui .config_box .config_options .field_box {
	width: 660px;
	background-color: #FFF;
	padding: 3px;
	border-radius: 3px;
	margin-bottom: 5px;
}
.device_ui .config_box .config_options .field_box .text {
	float: left;
	font-size: 14px;
	width: 340px;
	text-align: left;
	line-height: 25px;
	height: 25px;
	padding-left: 10px;
	cursor: pointer;
}

.device_ui .config_box .config_options .field_box img {
	float: left;
	font-size: 14px;
	text-align: left;
	line-height: 25px;
	height: 25px;
	padding-left: 10px;
}

.device_ui .config_box .config_options .field_box .option {
	float: right;
}
.device_ui .config_box .config_options .field_box .option .select {
	background-color: #EAEAED;
	border-radius: 3px;
	border-style: none;
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	height: 25px;
	width: 300px;
	line-height: 25px;
	padding-top: 2px;
	padding-left: 10px;
}
.device_ui .config_box .config_options .field_box .option .input {
	font-size: 14px;
	line-height: 25px;
	background-color: #EAEAED;
	height: 25px;
	width: 280px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 3px;
}
.device_ui .config_box .config_options .field_box .option .input-view {
	font-size: 14px;
	line-height: 25px;
	background-color: #FFFFFF;
	height: 25px;
	width: 280px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 3px;
}
.device_ui .config_box .buttons_box {
	float: right;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	width: 709px;
	padding-bottom: 10px;
}
.device_ui .config_box .buttons_box .button_mini {
	display: inline-block;
}
.device_ui .config_box .buttons_box .button_mini_disabled {
	display: inline-block;
	background-color: #9797A4;
	color: #CBCBD1;
}
.device_ui .config_box .info_options {
	float: left;
	height: 160px;
	width: 700px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: auto;
}
.device_ui .config_box .info_options .field_box {
	width: 320px;
	background-color: #FFF;
	padding: 3px;
	border-radius: 3px;
	margin-bottom: 5px;
	margin-right: 10px;
	float: left;
	cursor: pointer;
}
.device_ui .config_box .info_options .field_box .text {
	float: left;
	font-size: 14px;
	text-align: left;
	line-height: 25px;
	height: 25px;
	padding-left: 10px;
}
.device_ui .config_box .info_options .field_box .text2 {
	float: right;
	font-size: 14px;
	text-align: left;
	line-height: 25px;
	height: 25px;
	padding-right: 10px;
}

.device_ui .buttons_cont {
	margin-bottom: 20px;
}
.device_ui .buttons_cont .overflow {
	width: 940px;
	background-color: #EAEAED;
	border-radius: 3px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
}
.device_ui .buttons_cont .buttons_box {
	background-color: #EAEAED;
	border-radius: 3px;
	width: 1200px;
}
.device_ui .buttons_cont .buttons_box .position {
	display: inline;
}
.device_ui .buttons_cont .buttons_box .position a {
	font-size: 12px;
	line-height: 50px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #646477;
	display: inline-block;
	height: 50px;
	width: 130px;
	border-radius: 3px;
	margin-right: 5px;
	margin-left: 5px;
}
.device_ui .buttons_cont .buttons_box .position a:hover {
	background-color: #00A6D6;
}
.device_ui .buttons_cont .buttons_box .position .on {
	font-size: 12px;
	line-height: 50px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #8FD300;
	display: inline-block;
	height: 50px;
	width: 130px;
	border-radius: 3px;
	margin-right: 5px;
	margin-left: 5px;
}
.device_ui .buttons_cont .buttons_box .position .click {
	font-size: 12px;
	line-height: 50px;
	text-transform: uppercase;
	color: #303049;
	background-color: #F6D518;
	display: inline-block;
	height: 50px;
	width: 130px;
	border-radius: 3px;
	margin-right: 5px;
	margin-left: 5px;
	box-shadow: 2px 2px 4px #665704 inset;
}
.device_ui .buttons_cont .overflow2 {
	width: 100%;
	border-radius: 3px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.device_ui .buttons_cont .state_box {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CBCBD1;
	width: 1280px;
}
.device_ui .buttons_cont .state_box .state {
	display: inline-block;
	color: #646477;
	width: 135px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	font-size: 12px;
	text-transform: uppercase;
}
.device_ui .buttons_cont .state_box .state-active {
	display: inline-block;
	color: #303049;
	width: 135px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(../img/arrow_green.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	font-size: 12px;
	text-transform: uppercase;
}
.device_ui .buttons_cont .state_box .state-intransit {
	display: inline-block;
	color: #646477;
	width: 135px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(../img/intransit.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	font-size: 12px;
	text-transform: uppercase;
}
.device_ui .lumiplus_cont {
	padding-top: 20px;
}
.device_ui .lumiplus_cont .slide {
	float: left;
	background-image: url(../img/bkg_slide_lumiplus.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 137px;
	width: 44px;
	padding-top: 35px;
	padding-left: 12px;
	margin-left: 10px;
	margin-right: 5px;
}
.device_ui .lumiplus_cont .lumiplus_box {
	float: left;
}
.device_ui .lumiplus_cont .lumiplus_box .program_box {
	background-color: #F4F4F6;
	width: 850px;
	border-radius: 3px;
	text-align: left;
	font-size: 12px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #303049;
}
.device_ui .lumiplus_cont .lumiplus_box .program_box_active {
	background-color: #646477;
	width: 850px;
	border-radius: 3px;
	text-align: left;
	font-size: 12px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #FFF;
}
.device_ui .lumiplus_cont .lumiplus_box .selec_box {
	float: left;
	margin-left: 20px;
}
.device_ui .lumiplus_cont .lumiplus_box .selec_box .select {
	background-color: #FFFFFF;
	border-radius: 3px;
	border-style: none;
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	width: 200px;
	color: #303049;
}
.device_ui .lumiplus_cont .lumiplus_box .pink a {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #646477;
	text-decoration: none;
	background-color: #EFDBE6;
	float: left;
	height: 26px;
	width: 126px;
	border-radius: 3px;
	text-align: center;
	display: block;
	border: 2px solid #EFDBE6;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.device_ui .lumiplus_cont .lumiplus_box .pink a:hover {
	background-color: #FDAFD1;
	border: 2px solid #FDAFD1;
	color: #FFF;
}
.device_ui .lumiplus_cont .lumiplus_box .pink .click {
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #303049;
	text-decoration: none;
	background-color: #EFDBE6;
	float: left;
	height: 30px;
	width: 130px;
	border-radius: 3px;
	text-align: center;
	display: block;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	box-shadow: 2px 2px 4px #333 inset;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.device_ui .lumiplus_cont .lumiplus_box .pink .active {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #303049;
	text-decoration: none;
	background-color: #EFDBE6;
	float: left;
	height: 26px;
	width: 126px;
	border-radius: 3px;
	text-align: center;
	display: block;
	border: 2px solid #FDAFD1;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.device_ui .lumiplus_cont .lumiplus_box .violet a {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #646477;
	text-decoration: none;
	background-color: #E2B6C4;
	float: left;
	height: 26px;
	width: 126px;
	border-radius: 3px;
	text-align: center;
	display: block;
	border: 2px solid #E2B6C4;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.device_ui .lumiplus_cont .lumiplus_box .violet a:hover {
	background-color: #C91B4B;
	border: 2px solid #C91B4B;
	color: #FFF;
}
.device_ui .lumiplus_cont .lumiplus_box .violet .click {
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #303049;
	text-decoration: none;
	background-color: #E2B6C4;
	float: left;
	height: 30px;
	width: 130px;
	border-radius: 3px;
	text-align: center;
	display: block;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	box-shadow: 2px 2px 4px #333 inset;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.device_ui .lumiplus_cont .lumiplus_box .violet .active {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #303049;
	text-decoration: none;
	background-color: #E2B6C4;
	float: left;
	height: 26px;
	width: 126px;
	border-radius: 3px;
	text-align: center;
	display: block;
	border: 2px solid #C91B4B;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.device_ui .lumiplus_cont .lumiplus_box .fucsia a {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #646477;
	text-decoration: none;
	background-color: #ECB4D4;
	float: left;
	height: 26px;
	width: 126px;
	border-radius: 3px;
	text-align: center;
	display: block;
	border: 2px solid #ECB4D4;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.device_ui .lumiplus_cont .lumiplus_box .fucsia a:hover {
	background-color: #F11288;
	border: 2px solid #F11288;
	color: #FFF;
}
.device_ui .lumiplus_cont .lumiplus_box .fucsia .click {
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #303049;
	text-decoration: none;
	background-color: #ECB4D4;
	float: left;
	height: 30px;
	width: 130px;
	border-radius: 3px;
	text-align: center;
	display: block;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	box-shadow: 2px 2px 4px #333 inset;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.device_ui .lumiplus_cont .lumiplus_box .fucsia .active {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #303049;
	text-decoration: none;
	background-color: #ECB4D4;
	float: left;
	height: 26px;
	width: 126px;
	border-radius: 3px;
	text-align: center;
	display: block;
	border: 2px solid #F11288;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.device_ui .lumiplus_cont .lumiplus_box .red a {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #646477;
	text-decoration: none;
	background-color: #ECB5BD;
	float: left;
	height: 26px;
	width: 126px;
	border-radius: 3px;
	text-align: center;
	display: block;
	border: 2px solid #ECB5BD;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.device_ui .lumiplus_cont .lumiplus_box .red a:hover {
	background-color: #F1182F;
	border: 2px solid #F1182F;
	color: #FFF;
}
.device_ui .lumiplus_cont .lumiplus_box .red .click {
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #303049;
	text-decoration: none;
	background-color: #ECB5BD;
	float: left;
	height: 30px;
	width: 130px;
	border-radius: 3px;
	text-align: center;
	display: block;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	box-shadow: 2px 2px 4px #333 inset;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.device_ui .lumiplus_cont .lumiplus_box .red .active {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #303049;
	text-decoration: none;
	background-color: #ECB5BD;
	float: left;
	height: 26px;
	width: 126px;
	border-radius: 3px;
	text-align: center;
	display: block;
	border: 2px solid #F1182F;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.device_ui .lumiplus_cont .lumiplus_box .orange a {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #646477;
	text-decoration: none;
	background-color: #ECCFBC;
	float: left;
	height: 26px;
	width: 126px;
	border-radius: 3px;
	text-align: center;
	display: block;
	border: 2px solid #ECCFBC;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.device_ui .lumiplus_cont .lumiplus_box .orange a:hover {
	background-color: #F27F29;
	border: 2px solid #F27F29;
	color: #FFF;
}
.device_ui .lumiplus_cont .lumiplus_box .orange .click {
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #303049;
	text-decoration: none;
	background-color: #ECCFBC;
	float: left;
	height: 30px;
	width: 130px;
	border-radius: 3px;
	text-align: center;
	display: block;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	box-shadow: 2px 2px 4px #333 inset;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.device_ui .lumiplus_cont .lumiplus_box .orange .active {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #303049;
	text-decoration: none;
	background-color: #ECCFBC;
	float: left;
	height: 26px;
	width: 126px;
	border-radius: 3px;
	text-align: center;
	display: block;
	border: 2px solid #F27F29;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.device_ui .lumiplus_cont .lumiplus_box .yellow a {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #646477;
	text-decoration: none;
	background-color: #EEE9B4;
	float: left;
	height: 26px;
	width: 126px;
	border-radius: 3px;
	text-align: center;
	display: block;
	border: 2px solid #EEE9B4;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.device_ui .lumiplus_cont .lumiplus_box .yellow a:hover {
	background-color: #F8E509;
	border: 2px solid #F8E509;
	color: #FFF;
}
.device_ui .lumiplus_cont .lumiplus_box .yellow .click {
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #303049;
	text-decoration: none;
	background-color: #EEE9B4;
	float: left;
	height: 30px;
	width: 130px;
	border-radius: 3px;
	text-align: center;
	display: block;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	box-shadow: 2px 2px 4px #333 inset;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.device_ui .lumiplus_cont .lumiplus_box .yellow .active {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #303049;
	text-decoration: none;
	background-color: #EEE9B4;
	float: left;
	height: 26px;
	width: 126px;
	border-radius: 3px;
	text-align: center;
	display: block;
	border: 2px solid #F8E509;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.device_ui .lumiplus_cont .lumiplus_box .green a {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #646477;
	text-decoration: none;
	background-color: #BBDECD;
	float: left;
	height: 26px;
	width: 126px;
	border-radius: 3px;
	text-align: center;
	display: block;
	border: 2px solid #BBDECD;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.device_ui .lumiplus_cont .lumiplus_box .green a:hover {
	background-color: #2EBB6C;
	border: 2px solid #2EBB6C;
	color: #FFF;
}
.device_ui .lumiplus_cont .lumiplus_box .green .click {
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #303049;
	text-decoration: none;
	background-color: #BBDECD;
	float: left;
	height: 30px;
	width: 130px;
	border-radius: 3px;
	text-align: center;
	display: block;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	box-shadow: 2px 2px 4px #333 inset;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.device_ui .lumiplus_cont .lumiplus_box .green .active {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #303049;
	text-decoration: none;
	background-color: #BBDECD;
	float: left;
	height: 26px;
	width: 126px;
	border-radius: 3px;
	text-align: center;
	display: block;
	border: 2px solid #2EBB6C;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.device_ui .lumiplus_cont .lumiplus_box .turkish a {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #646477;
	text-decoration: none;
	background-color: #B9E1E2;
	float: left;
	height: 26px;
	width: 126px;
	border-radius: 3px;
	text-align: center;
	display: block;
	border: 2px solid #B9E1E2;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.device_ui .lumiplus_cont .lumiplus_box .turkish a:hover {
	background-color: #26C5C0;
	border: 2px solid #26C5C0;
	color: #FFF;
}
.device_ui .lumiplus_cont .lumiplus_box .turkish .click {
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #303049;
	text-decoration: none;
	background-color: #B9E1E2;
	float: left;
	height: 30px;
	width: 130px;
	border-radius: 3px;
	text-align: center;
	display: block;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	box-shadow: 2px 2px 4px #333 inset;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.device_ui .lumiplus_cont .lumiplus_box .turkish .active {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #303049;
	text-decoration: none;
	background-color: #B9E1E2;
	float: left;
	height: 26px;
	width: 126px;
	border-radius: 3px;
	text-align: center;
	display: block;
	border: 2px solid #26C5C0;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.device_ui .lumiplus_cont .lumiplus_box .dark_blue a {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #646477;
	text-decoration: none;
	background-color: #AFC0D8;
	float: left;
	height: 26px;
	width: 126px;
	border-radius: 3px;
	text-align: center;
	display: block;
	border: 2px solid #AFC0D8;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.device_ui .lumiplus_cont .lumiplus_box .dark_blue a:hover {
	background-color: #114893;
	border: 2px solid #114893;
	color: #FFF;
}
.device_ui .lumiplus_cont .lumiplus_box .dark_blue .active {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #303049;
	text-decoration: none;
	background-color: #AFC0D8;
	float: left;
	height: 26px;
	width: 126px;
	border-radius: 3px;
	text-align: center;
	display: block;
	border: 2px solid #114893;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.device_ui .lumiplus_cont .lumiplus_box .dark_blue .click {
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #303049;
	text-decoration: none;
	background-color: #AFC0D8;
	float: left;
	height: 30px;
	width: 130px;
	border-radius: 3px;
	text-align: center;
	display: block;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	box-shadow: 2px 2px 4px #333 inset;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.device_ui .lumiplus_cont .lumiplus_box .blue a {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #646477;
	text-decoration: none;
	background-color: #B4DBEB;
	float: left;
	height: 26px;
	width: 126px;
	border-radius: 3px;
	text-align: center;
	display: block;
	border: 2px solid #B4DBEB;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.device_ui .lumiplus_cont .lumiplus_box .blue a:hover {
	background-color: #13AFE5;
	border: 2px solid #13AFE5;
	color: #FFF;
}
.device_ui .lumiplus_cont .lumiplus_box .blue .click {
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #303049;
	text-decoration: none;
	background-color: #B4DBEB;
	float: left;
	height: 30px;
	width: 130px;
	border-radius: 3px;
	text-align: center;
	display: block;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	box-shadow: 2px 2px 4px #333 inset;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.device_ui .lumiplus_cont .lumiplus_box .blue .active {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #303049;
	text-decoration: none;
	background-color: #B4DBEB;
	float: left;
	height: 26px;
	width: 126px;
	border-radius: 3px;
	text-align: center;
	display: block;
	border: 2px solid #13AFE5;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.device_ui .lumiplus_cont .lumiplus_box .light_blue a {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #646477;
	text-decoration: none;
	background-color: #CFE5EE;
	float: left;
	height: 26px;
	width: 126px;
	border-radius: 3px;
	text-align: center;
	display: block;
	border: 2px solid #CFE5EE;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.device_ui .lumiplus_cont .lumiplus_box .light_blue a:hover {
	background-color: #7ED6F0;
	border: 2px solid #7ED6F0;
	color: #FFF;
}
.device_ui .lumiplus_cont .lumiplus_box .light_blue .click {
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #303049;
	text-decoration: none;
	background-color: #CFE5EE;
	float: left;
	height: 30px;
	width: 130px;
	border-radius: 3px;
	text-align: center;
	display: block;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	box-shadow: 2px 2px 4px #333 inset;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.device_ui .lumiplus_cont .lumiplus_box .light_blue .active {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #303049;
	text-decoration: none;
	background-color: #CFE5EE;
	float: left;
	height: 26px;
	width: 126px;
	border-radius: 3px;
	text-align: center;
	display: block;
	border: 2px solid #7ED6F0;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.device_ui .lumiplus_cont .lumiplus_box .white a {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #646477;
	text-decoration: none;
	background-color: #EFEFF2;
	float: left;
	height: 26px;
	width: 126px;
	border-radius: 3px;
	text-align: center;
	display: block;
	border: 2px solid #EFEFF2;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.device_ui .lumiplus_cont .lumiplus_box .white a:hover {
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
}
.device_ui .lumiplus_cont .lumiplus_box .white .click {
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #303049;
	text-decoration: none;
	background-color: #EFEFF2;
	float: left;
	height: 30px;
	width: 130px;
	border-radius: 3px;
	text-align: center;
	display: block;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	box-shadow: 2px 2px 4px #333 inset;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.device_ui .lumiplus_cont .lumiplus_box .white .active {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #303049;
	text-decoration: none;
	background-color: #EFEFF2;
	float: left;
	height: 26px;
	width: 126px;
	border-radius: 3px;
	text-align: center;
	display: block;
	border: 2px solid #FFFFFF;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.device_ui .lumiplus_cont .switch_box {
	margin-bottom: 15px;
	margin-left: 10px;
}
.device_ui .lumiplus_cont .switch_box .switch {
	float: left;
}
    .device_ui .lumiplus_cont .switch_box .switch .onoffswitch {
    position: relative; width: 130px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    }
    .device_ui .lumiplus_cont .switch_box .switch .onoffswitch-checkbox {
    display: none;
    }
   .device_ui .lumiplus_cont .switch_box .switch .onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border-radius: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    }
    .device_ui .lumiplus_cont .switch_box .switch .onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
    }
   .device_ui .lumiplus_cont .switch_box .switch .onoffswitch-inner:before, .device_ui .lumiplus_cont .switch_box .switch .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: white;
	font-family: "open Sans", sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
    }
	.device_ui .lumiplus_cont .switch_box .switch .onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 40px;
	padding: 0;
	line-height: 40px;
	font-size: 16px;
	color: white;
	font-family: "open Sans", sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    }
    .device_ui .lumiplus_cont .switch_box .switch .onoffswitch-inner:before {
    content: "ON";
    padding-left: 0px;
    background-color: #00CC00; color: #FFFFFF;
    }
   .device_ui .lumiplus_cont .switch_box .switch .onoffswitch-inner:after {
	content: "OFF";
	padding-right: 10px;
	background-color: #CC0000;
	color: #FFFFFF;
	text-align: right;
    }
    .device_ui .lumiplus_cont .switch_box .switch .onoffswitch-switch {
	display: block;
	width: 23px;
	margin: 8.5px;
	background: #FFFFFF;
	border-radius: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 86px;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    }
    .device_ui .lumiplus_cont .switch_box .switch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
    }
   .device_ui .lumiplus_cont .switch_box .switch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    }
.device_ui .lumiplus_cont .switch_box .turnoff {
	float: left;
}

.device_ui .lumiplus_cont .switch_box .selec_box {
	float: left;
	margin-left: 20px;
	font-size: 12px;
	padding-top: 5px;
}
.device_ui .lumiplus_cont .switch_box .selec_box .select {
	background-color: #EAEAED;
	border-radius: 3px;
	border-style: none;
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	width: 200px;
	color: #303049;
}
.buttons_nav .switch {
	float: right;
}
    .onoffswitch {
    position: relative; width: 80px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    }
    .onoffswitch-checkbox {
    display: none;
    }
    .onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #9797A4; border-radius: 50px;
    }
    .onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
    }
    .onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 20px;
	padding: 0;
	line-height: 20px;
	font-size: 11px;
	color: white;
	font-family: "open Sans", sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    }
    .onoffswitch-inner:before {
    content: "ON";
    padding-left: 15px;
    background-color: #85C700; color: #FFFFFF;
    }
    .onoffswitch-inner:after {
    content: "OFF";
    padding-right: 15px;
    background-color: #EAEAED; color: #9797A4;
    text-align: right;
    }
    .onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    border: 2px solid #9797A4; border-radius: 50px;
    position: absolute; top: 0; bottom: 0; right: 46px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    }

.iframe {
	/* padding: 6px; */
	height: 625px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/* box-shadow: 5px 5px 20px #CCC; */
}
.overflow_timmer {
	padding-top: 20px;
	height: 350px;
	overflow: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBD1;
	margin-bottom: 10px;
}
.overflow_timmer .day_block {
	background-color: #EAEAED;
	width: 890px;
	border-radius: 3px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.overflow_timmer .day_block .week_days {
	margin-bottom: 10px;
	margin-left: 10px;
}

.overflow_timmer .day_block .week_days .day {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.overflow_timmer .day_block .week_days .day a {
	height: 22px;
	width: 100px;
	border: 1px solid #9797A4;
	border-radius: 11px;
	font-size: 11px;
	font-weight: bold;
	color: #9797A4;
	text-decoration: none;
	line-height: 22px;
	display: block;
	background-color: #F4F4F6;
	background-image: url(../img/point_days.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	text-align: right;
	padding-right: 6px;
}
.overflow_timmer .day_block .week_days .day a:hover {
	background-color: #FFFFFF;
	color: #646477;
}
.overflow_timmer .day_block .week_days .day-on {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.overflow_timmer .day_block .week_days .day-on a {
	height: 22px;
	width: 100px;
	border: 1px solid #9797A4;
	border-radius: 11px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 22px;
	display: block;
	background-color: #8FD300;
	background-image: url(../img/point_days.png);
	background-repeat: no-repeat;
	background-position: 86px center;
	text-align: left;
	padding-left: 6px;
}
.overflow_timmer .day_block .week_days .day-on a:hover {
	background-color: #9CE800;
}
.overflow_timmer .day_block .week_days .day-off {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	height: 22px;
	width: 100px;
	border: 1px solid #D5D5DB;
	border-radius: 11px;
	font-size: 11px;
	font-weight: bold;
	color: #D5D5DB;
	text-decoration: none;
	line-height: 22px;
	display: block;
	background-color: #EDEDEF;
	background-image: url(../img/point_days_off.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	text-align: right;
	padding-right: 6px;
}
.overflow_timmer .day_block .week_days .close {
	float: right;
	margin-top: -6px;
	margin-right: 5px;
}
.overflow_timmer .day_block .week_days .close a {
	font-size: 0px;
	line-height: 42px;
	background-color: #303049;
	background-image: url(../img/x.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 30px;
	border-radius: 3px;
	display: inline-block;
}
.overflow_timmer .day_block .week_days .close a:hover {
	background-color: #00A6D6;
}
.overflow_timmer .day_block .time_rang {
	height: 30px;
	margin-bottom: 10px;
	margin-left: 100px;
}
.overflow_timmer .day_block .time_rang .time_block {
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
	float: left;
}

.overflow_timmer .day_block .time_rang .time_block_mode {
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
	float: left;
}

.overflow_timmer .day_block .time_rang .time_block_mode .time {
	background-color: #CBCBD1;
	border-radius: 3px;
	border-style: none;
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	height: 30px;
	width: 160px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

.overflow_timmer .day_block .time_rang .time_block_mode .time option {
    padding: 5px;
}

.overflow_timmer .day_block .time_rang .time_block .time {
	background-color: #CBCBD1;
	border-radius: 3px;
	border-style: none;
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	height: 30px;
	width: 160px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

.overflow_timmer .day_block .time_rang .time_block .time option {
    padding: 5px;
}
.overflow_timmer .day_block .time_rang .time_block .timepicker {
	background-color: #CBCBD1;
	border-radius: 3px;
	border-style: none;
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	height: 30px;
	width: 150px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 30px;
}
.overflow_timmer .day_block .time_rang .time_block_des {
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
	float: left;
	color: #CBCBD1;
}

.overflow_timmer .day_block .time_rang .time_block_des .time {
	background-color: #F4F4F6;
	border-radius: 3px;
	border-style: none;
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	height: 30px;
	width: 160px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	color: #CBCBD1;
}

.overflow_timmer .day_block .time_rang .time_block_des .time option {
    padding: 5px;
}
.overflow_timmer .day_block .time_rang .time_block_des .timepicker {
	background-color: #F4F4F6;
	border-radius: 3px;
	border-style: none;
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	height: 30px;
	width: 150px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 30px;
	color: #CBCBD1;
}


.overflow_timmer .day_block .time_rang .close {
	height: 30px;
	float: left;
}
.overflow_timmer .day_block .time_rang .close a {
	font-size: 0px;
	line-height: 42px;
	background-color: #303049;
	background-image: url(../img/x.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 30px;
	border-radius: 3px;
	display: block;
	float: left;
}
.overflow_timmer .day_block .time_rang .close a:hover {
	background-color: #00A6D6;
}
.overflow_timmer .day_block .b_add {

}
.overflow_timmer .day_block .b_add a {
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #646477;
	background-image: url(../img/b_add_time.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 30px;
	width: 100px;
	padding-right: 10px;
	padding-left: 30px;
	border-radius: 3px;
	margin-right: auto;
	margin-left: auto;
}
.overflow_timmer .day_block .b_add a:hover {
	background-color: #FFFFFF;
	background-position: left bottom;
	color: #303049;
}
.device_ui .b_plus {
	margin-left: 24px;
	margin-bottom: 10px;
}

.device_ui .b_plus a {
	font-size: 14px;
	line-height: 50px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #CBCBD1;
	background-image: url(../img/b_plus.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	color: #303046;
	display: block;
	padding-right: 20px;
	border-radius: 3px;
	margin-right: 10px;
	float: left;
}
.device_ui .b_plus a:hover {
	background-position: left bottom;
	background-color: #EAEAED;
}
.buttons_box_timmer {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
}
.numeric_device_cont {
	padding-top: 10px;
}
.numeric_device_cont .numeric_device_box {
	background-color: #EAEAED;
	border-radius: 3px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.numeric_device_cont .numeric_device_box .name {
	font-size: 19px;
	font-weight: normal;
	color: #303048;
	background-color: #CBCBD1;
	text-align: left;
	float: left;
	line-height: 80px;
	height: 80px;
	width: 150px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	padding-right: 20px;
	padding-left: 20px;
}

.numeric_device_cont .numeric_device_box .value_box {
	background-color: #CBCBD1;
	float: right;
	height: 80px;
	width: 120px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.numeric_device_cont .numeric_device_box .value_box .value_name {
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
}

.numeric_device_cont .numeric_device_box .value_box .value {
	font-size: 24px;
	padding-top: 5px;
}

.numeric_device_cont .numeric_device_box .slider_box {
	float: left;
	height: 80px;
	width: 600px;
	margin-right: 10px;
	margin-left: 10px;
}

.numeric_device_cont .numeric_device_box .slider_box .active_rang_box {
    height: 24px;
    margin-bottom: 2px;
    padding-top: 6px;
    position: relative;
    width: 100%;
}

.numeric_device_cont .numeric_device_box .name2 {
	background-color: #cbcbd1;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	color: #303048;
	float: left;
	font-size: 18px;
	font-weight: normal;
	height: 80px;
	line-height: 80px;
	text-align: left;
	width: 300px;
	padding-right: 144px;
	padding-left: 20px;
}

.numeric_device_cont .numeric_device_box .value_box2 {
	background-color: #cbcbd1;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	float: right;
	height: 80px;
	width: 220px;
	padding-left: 244px;
}

.numeric_device_cont .numeric_device_box .value_box2 .value_name {
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
}

.numeric_device_cont .numeric_device_box .value_box2 .value {
    font-size: 24px;
    padding-top: 5px;
}

.sensing_cont .slider_box .ui-state-default,
.numeric_device_cont .slider_box .ui-state-default,
.numeric_device_cont .slider_box .ui-widget-content .ui-state-default,
.numeric_device_cont .slider_box .ui-widget-header .ui-state-default {
    background-image: url("../img/arrow_slide.png") !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    height: 45px !important;
    background-color: transparent !important;
}

/***********************************************************************
Control del rang possible, CSS per ID de cada bloc o un class genèric
***********************************************************************/

.numeric_device_cont .numeric_device_box .slider_box .active_rang_box .active_rang {
	background-color: #F6D518;
	height: 24px;
	margin-right: 25%;
	margin-left: 50%;
	border-radius: 3px;
}
.numeric_device_cont #ph .slider_box .active_rang_box .active_rang
{
	background-color: #F6D518;
	height: 24px;
	margin-right: 25%;
	margin-left: 50%;
	border-radius: 3px;
}
.numeric_device_cont #orp .slider_box .active_rang_box .active_rang
{
	background-color: #F6D518;
	height: 24px;
	margin-right: 25%;
	margin-left: 50%;
	border-radius: 3px;
}

/***************************************************************************/


.numeric_device_cont .numeric_device_box .slider_box .active_rang_box .numbers_rang {
	font-size: 14px;
	position: absolute;
	width: 600px;
	background-image: url(../img/mini-lines.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 4px;
}

.numeric_device_cont .numeric_device_box .slider_box .active_rang_box .numbers_rang .number {
 	display: block;
	width: 11%;
 	text-align: center;
 	float: left;
}

.numeric_device_cont .numeric_device_box .slider_box .active_rang_box .numbers_rang .number_first {
	display: block;
	width: 6%;
	text-align: left;
	float: left;
}
.numeric_device_cont .numeric_device_box .slider_box .active_rang_box .numbers_rang .number_last {
	display: block;
	width: 6%;
	text-align: right;
	float: left;
}
.numeric_device_cont .slider_box a .setpoint {
	padding-top: 30px;
	font-weight: bold;
	text-align: center;
}


/******************************************************************
*************ESTILS GRID DASHBOARD*********************************
******************************************************************/

.demoHeaders {
		margin-top: 2em;
}
#dialog-link {
		padding: .4em 1em .4em 20px;
		text-decoration: none;
		position: relative;
}
#dialog-link span.ui-icon {
		margin: 0 5px 0 0;
		position: absolute;
		left: .2em;
		top: 50%;
		margin-top: -8px;
}
#icons {
		margin: 0;
		padding: 0;
}
#icons li {
		margin: 2px;
		position: relative;
		padding: 4px 0;
		cursor: pointer;
		float: left;
		list-style: none;
}
#icons span.ui-icon {
		float: left;
		margin: 0 4px;
}
.fakewindowcontain .ui-widget-overlay {
		position: absolute;
}
select {
		width: 200px;
}
.dashboard_box {
	width: 944px;
	margin-right: auto;
	margin-left: auto;
	height: 376px;
	overflow-y : hidden;
	float: left;
	position: absolute;
}

.mask {
	width : 944px;
	margin-right: auto;
	margin-left: auto;
	height: 376px;
	overflow : hidden;
}

.container {
	height : 376px;
	position: relative;
}

.dashboard_box .column_left {
	float: left;
	width: 944px;
	height: 376px;
}
.float_box_widget {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 2px 2px 8px #333;
	padding: 10px;
	width: 450px;
	height: 500px;
    overflow: hidden;
}

.float_box_widget .widget_add_conent {
    width: 450px;
    height: 450px;
	overflow: auto;
}

.float_box_widget .title_virtual {
    height: 30px;
    margin-bottom: 20px;
    text-align: left;
}
.float_box_widget .title_virtual h2 {
    background-image: url("../img/ico_plus.png");
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    padding-left: 35px;
    text-transform: uppercase;
    float:left;
}
.float_box_widget .disp_box {
	line-height: 50px;
	text-transform: uppercase;
	height: 50px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CBCBD1;
	text-align: left;
}

.widget_link {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBD1;
	height: 50px;
}
.widget_link .icon {
	float: left;
	padding: 10px;
}
.widget_link .widget-name {
}
.widget_link .widget-name a {
	font-weight: bold;
	text-align: left;
	display: block;
	line-height: 50px;
	height: 50px;
	width: 432px;
}
.widget_link .widget-name a:hover {
	background-color: #00A6D6;
	color: #FFF;
}


.sortable1 {
	list-style-type: none;
	padding: 0;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: inherit;
}
.sortable1 li {
	margin: 4px;
	float: left;
	text-align: center;
}
.sortable1 .widgetContainer {
	position : absolute;
	display: none;
	padding: 3px;
	border: 1px solid #FFF;
	border-radius: 3px;
	margin: 0px;
}
.sortable1 .widgetContainer:hover {
	border: 1px solid #00A6D6;
}
.sortable1 .widgetContainer.non-draggable:hover {
	border: 1px solid #fff!important;
}
.sortable1 .placeholder {
	border: 1px solid #00A6D6;
}

/******************************************************************
*************ESTILS WIDGETS*********************************
******************************************************************/

@keyframes zum {
	0%   {background-color: transparent; border-color: #00a6d6; color: #00a6d6;}
	50%  {background-color: #00a6d6; border-color: #00a6d6; color: #ffffff;}
}

.widget_two-one_cat_box {
	background-color: #646477;
	height: 86px;
	width: 180px;
	border-radius: 3px;
	position: relative;
}
.widget_two-one_cat_box .buttons .alone {
	width: 172px;
	margin-bottom: 4px;
}

.widget_two-two_cat_box {
	background-color: #646477;
	height: 180px;
	width: 180px;
	border-radius: 3px;
	position: relative;
}
.widget_tree-one_cat_box {
	background-color: #646477;
	height: 86px;
	width: 274px;
	border-radius: 3px;
	position: relative;
}
.widget.widget_tree-one_cat_box .buttons a {
	width: 86px;
}
.widget_tree-two_cat_box {
	background-color: #646477;
	height: 180px;
	width: 274px;
	border-radius: 3px;
	position: relative;
}
.widget.widget_tree-two_cat_box .buttons a {
	width: 86px;
}
.widget_four-one_cat_box {
	background-color: #646477;
	height: 86px;
	width: 368px;
	border-radius: 3px;
	position: relative;
}
.widget.widget_four-one_cat_box .buttons a {
	width: 88px;
}
.widget_five-one_cat_box {
	background-color: #646477;
	height: 86px;
	width: 462px;
	border-radius: 3px;
	position: relative;
}
.widget.widget_five-one_cat_box .buttons a {
	width: 88px;
}
.widget_six-one_cat_box {
	background-color: #646477;
	height: 86px;
	width: 556px;
	border-radius: 3px;
	position: relative;
}
.widget.widget_six-one_cat_box .buttons a {
	width: 88px;
}
.widget .header {
	text-align: center;
	width: 100%;
	border-radius: 3px 3px 0px 0px;
}
.widget .header .icon {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	width: 35px;
}
.widget .header .okko {
	position: absolute;
	right: 0;
	bottom: 0;
}
.widget .header .icon-type {
	position: absolute;
	left: 5px;
	top: 5px;
}
.widget .header .auto_onoff {
	position: absolute;
	top: 5px;
	right: 20px;
	font-size: 9px;
	font-weight: normal;
	width: 67px;
}
.widget .header .auto_onoff .onoff {
	border-radius: 3px;
	height: 12px;
	float: right;
	text-align: center;
	background-color: #4A4A60;
	width: 52px;
	overflow: hidden;
}
.widget .header .auto_onoff .onoff a {
	font-size: 8px;
	line-height: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	float: left;
	height: 12px;
	width: 26px;
}
.widget .header .auto_onoff .onoff a:hover {
	color: #00A6D6;
	border-top-color: #00A6D6;
	border-right-color: #00A6D6;
	border-bottom-color: #00A6D6;
	border-left-color: #00A6D6;
	background-color: #FFF;
}
.widget .header .auto_onoff .onoff .active_onoff {
	font-size: 8px;
	line-height: 12px;
	text-transform: uppercase;
	color: #FFF;
	display: block;
	float: left;
	background-color: #00A6D6;
	width: 26px;
}
.widget .header .title {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 40px;
	color: #FFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5%;
	padding-left: 5%;
	width: 90%;
}
.widget .header .close {
	position: absolute;
	top: 5px;
	right: 5px;
}
.widget .header .close a {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	display: block;
	height: 12px;
	width: 12px;
	color: #FFF;
}
.widget .header .close a:hover {
	color: #FFF;
	background-color: #C00;
	border-radius: 3px;
}
.widget .widget-state {
	position: absolute;
	width: 100%;
	color: #FFF;
	top: 75px;
	font-size: 12px;
}
.widget .widget-state .label-widget-state {
	margin-bottom: 10px;
}
.widget .widget-state .data-widget-state {
	font-size: 18px;
	color: #FFF;
	background-image: url(../img/widget-line-arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
}
.widget .widget-controlstate {
	position: absolute;
	width: 100%;
	color: #FFF;
	top: 70px;
	font-size: 12px;
}
.widget .widget-controlstate .data-widget-state {
	font-size: 18px;
	color: #FFF;
	background-image: url(../img/widget-line-arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
}
.widget .buttons {
	border-radius: 3px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-align: center;
}
.widget .buttons a {
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	color: #B9B9C1;
	display: inline-block;
	height: 20px;
	width: 84px;
	box-sizing: border-box;
	border: 1px solid #B9B9C1;
	border-radius: 3px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.widget .buttons a:hover {
	color: #00A6D6;
	border-top-color: #00A6D6;
	border-right-color: #00A6D6;
	border-bottom-color: #00A6D6;
	border-left-color: #00A6D6;
	background-color: transparent;
}
.widget .buttons .click {
	color: #FFFFFF;
	background-color: #00A6D6;
	border-top-color: #00A6D6;
	border-right-color: #00A6D6;
	border-bottom-color: #00A6D6;
	border-left-color: #00A6D6;
	animation-name: zum;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.widget .buttons .active {
	color: #FFFFFF;
	background-color: #00A6D6;
	border-top-color: #00A6D6;
	border-right-color: #00A6D6;
	border-bottom-color: #00A6D6;
	border-left-color: #00A6D6;
}
.widget_two-one_pos_box {
	background-color: #CBCBD1;
	height: 86px;
	width: 180px;
	border-radius: 3px;
	position: relative;
}
.widget.widget_two-one_pos_box .header .title {
	color: #4A4A60;
}
.widget.widget_two-one_pos_box .header .close a {
	color: #4A4A60;
}
.widget.widget_two-one_pos_box .header .auto_onoff .onoff {
	border-radius: 3px;
	height: 12px;
	float: right;
	text-align: center;
	background-color: #00A6D6;
	width: 26px;
	overflow: hidden;
}
.widget.widget_two-one_pos_box .header .close a:hover {
	color: #FFF;
}
.widget.widget_two-one_pos_box .widget-value {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #4A4A60;
	background-image: url(../img/widget-line-arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	width: 100%;
	padding-top: 6px;
	position: absolute;
	bottom: 5px;
}
.widget.widget_two-one_pos_box .widget-value.big {
	font-size: 14px;
	bottom: 1px;
}
.widget_four-one_num_box {
	background-color: #646477;
	height: 86px;
	width: 368px;
	border-radius: 3px;
	position: relative;
}
.widget.widget_four-one_num_box .header .icon {
	margin-left: 25px;
}
.widget.widget_four-one_num_box .header .title {
	top: 8px;
	left: 50px;
	text-align: left;
	width: 200px;
}
.widget.widget_four-one_num_box .left_col {
	width: 230px;
	height: 60px;
	position: absolute;
	left: 30px;
	bottom: 0px;
}
.widget.widget_four-one_num_box .right-col {
	width: 90px;
	position: absolute;
	right: 0px;
	bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9797A4;
}
.widget.widget_four-one_num_box .right-col .data {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 16px;
	color: #FFF;
}
.widget.widget_four-one_num_box .right-col .dataValue {
	font-size: 16px;
	margin-bottom: 4px;
	line-height: 22px;
	color: #FFF;
}
.widget_four-one_num_box .slider_box {
	width: 230px;
	position: absolute;
	bottom: 22px;
	left: 0;
}
.widget_four-one_num_box .slider_box .active_rang_box {
	height: 18px;
	width: 100%;
	padding-top: 3px;
}
.widget_four-one_num_box .slider_box .active_rang_box .active_rang
{
	background-color: #89805F;
	height: 38px;
	border-radius: 3px;
}
.widget_four-one_num_box .slider_box .active_rang_box .numbers_rang {
	font-size: 11px;
	position: absolute;
	width: 230px;
	background-image: url(../img/mini-lines_widget.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 4px;
}
.widget_four-one_num_box .slider_box .active_rang_box .numbers_rang .number {
	display: block;
	width: 11%;
	text-align: center;
	float: left;
	color: #FFF;
}
.widget_four-one_num_box .slider_box .active_rang_box .numbers_rang .number_first {
	display: block;
	width: 6%;
	text-align: left;
	float: left;
	color: #FFF;
}
.widget_four-one_num_box .slider_box .active_rang_box .numbers_rang .number_last {
	display: block;
	width: 6%;
	text-align: right;
	float: left;
	color: #FFF;
}
.widget_four-one_num_box .slider_box .ui-state-default, .widget_four-one_num_box .slider_box .ui-widget-content .ui-state-default, .widget_four-one_num_box .slider_box .ui-widget-header .ui-state-default {
    background-image: url(../img/arrow_slide_widget.png) !important;
    background-position: center top;
    background-repeat: no-repeat;
    height: 17px;
    background-color: transparent !important;
}
.widget_four-one_num_box .slider_box .ui-state-hover,
.widget_four-one_num_box .slider_box .ui-widget-content .ui-state-hover,
.widget_four-one_num_box .slider_box .ui-widget-header .ui-state-hover,
.widget_four-one_num_box .slider_box .ui-state-focus,
.widget_four-one_num_box .slider_box .ui-widget-content .ui-state-focus,
.widget_four-one_num_box .slider_box .ui-widget-header .ui-state-focus {
	background-image: url(../img/arrow_slide_over_widget.png);
	height: 45px;
	background-position: center top;
}
.widget_four-one_num_box .slider_box .ui-widget-content {
	border-bottom: 1px solid #9797a4;
	color: #333333;
	height: 5px;
}
.widget_four-one_num_box .slider_box a .setpoint {
	font-weight: bold;
	padding-top: 17px;
	text-align: center;
	font-size: 11px;
	color: #FFF;
}
.widget_tree-two_cat_box .buttons .pink {
	background-color: #efdbe6;
	color: #646477;
}
.widget_tree-two_cat_box .buttons .pink:hover {
	background-color: #FDAFD1;
	color: #FFFFFF;
}
.widget_tree-two_cat_box .buttons .violet {
	background-color: #e2b6c4;
	color: #646477;
}
.widget_tree-two_cat_box .buttons .violet:hover {
	background-color: #C91B4B;
	color: #FFFFFF;
}
.widget_tree-two_cat_box .buttons .fucsia {
	background-color: #ecb4d4;
	color: #646477;
}
.widget_tree-two_cat_box .buttons .fucsia:hover {
	background-color: #F11288;
	color: #FFFFFF;
}
.widget_tree-two_cat_box .buttons .red {
	background-color: #ecb5bd;
	color: #646477;
}
.widget_tree-two_cat_box .buttons .red:hover {
	background-color: #F1182F;
	color: #FFFFFF;
}
.widget_tree-two_cat_box .buttons .orange {
	background-color: #eccfbc;
	color: #646477;
}
.widget_tree-two_cat_box .buttons .orange:hover {
	background-color: #F27F29;
	color: #FFFFFF;
}
.widget_tree-two_cat_box .buttons .yellow {
	background-color: #eee9b4;
	color: #646477;
}
.widget_tree-two_cat_box .buttons .yellow:hover {
	background-color: #F8E509;
	color: #FFFFFF;
}
.widget_tree-two_cat_box .buttons .green {
	background-color: #bbdecd;
	color: #646477;
}
.widget_tree-two_cat_box .buttons .green:hover {
	background-color: #2EBB6C;
	color: #FFFFFF;
}
.widget_tree-two_cat_box .buttons .turkish {
	background-color: #b9e1e2;
	color: #646477;
}
.widget_tree-two_cat_box .buttons .turkish:hover {
	background-color: #26C5C0;
	color: #FFFFFF;
}
.widget_tree-two_cat_box .buttons .darkblue {
	background-color: #afc0d8;
	color: #646477;
}
.widget_tree-two_cat_box .buttons .darkblue:hover {
	background-color: #114893;
	color: #FFFFFF;
}
.widget_tree-two_cat_box .buttons .blue {
	background-color: #b4dbeb;
	color: #646477;
}
.widget_tree-two_cat_box .buttons .blue:hover {
	background-color: #13AFE5;
	color: #FFFFFF;
}
.widget_tree-two_cat_box .buttons .lightblue {
	background-color: #cfe5ee;
	color: #646477;
}
.widget_tree-two_cat_box .buttons .lightblue:hover {
	background-color: #7ED6F0;
	color: #FFFFFF;
}
.widget_tree-two_cat_box .buttons .white {
	background-color: #efeff2;
	color: #646477;
}
.widget_tree-two_cat_box .buttons .white:hover {
	background-color: #FFFFFF;
	color: #000000;
}
.widget_tree-two_cat_box .buttons .pink.active {
	background-color: #FDAFD1;
	color: #FFFFFF;
}
.widget_tree-two_cat_box .buttons .violet.active {
	background-color: #C91B4B;
	color: #FFFFFF;
}
.widget_tree-two_cat_box .buttons .fucsia.active {
	background-color: #F11288;
	color: #FFFFFF;
}
.widget_tree-two_cat_box .buttons .red.active {
	background-color: #F1182F;
	color: #FFFFFF;
}
.widget_tree-two_cat_box .buttons .orange.active {
	background-color: #F27F29;
	color: #FFFFFF;
}
.widget_tree-two_cat_box .buttons .yellow.active {
	background-color: #F8E509;
	color: #FFFFFF;
}
.widget_tree-two_cat_box .buttons .green.active {
	background-color: #2EBB6C;
	color: #FFFFFF;
}
.widget_tree-two_cat_box .buttons .turkish.active {
	background-color: #26C5C0;
	color: #FFFFFF;
}
.widget_tree-two_cat_box .buttons .darkblue.active {
	background-color: #114893;
	color: #FFFFFF;
}
.widget_tree-two_cat_box .buttons .blue.active {
	background-color: #13AFE5;
	color: #FFFFFF;
}
.widget_tree-two_cat_box .buttons .lightblue.active {
	background-color: #7ED6F0;
	color: #FFFFFF;
}
.widget_tree-two_cat_box .buttons .white.active {
	background-color: #FFFFFF;
	color: #000000;
}
.widget .buttons.lumiplus a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.widget .buttons.lumiplus a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Estilos específicos del Widget de la Web cam */

.widget_tree-two_webcam {
	border-radius: 3px;
	height: 180px;
	position: relative;
	width: 274px;
	overflow: hidden;
	text-align: left;
}
.widget_tree-two_webcam .icon {
	position: absolute;
	left: 8px;
	top: 8px;
}
.widget_tree-two_webcam .ico_ok {
	position: absolute;
	left: 26px;
	top: 26px;
}
.widget_tree-two_webcam .date {
	position: absolute;
	left: 50px;
	top: 14px;
	font-size: 12px;
	color: #FFF;
	text-shadow: 1px 1px 0px #000;
}
.widget_tree-two_webcam .close {
	position: absolute;
	right: 4px;
	top: 4px;
}
.widget_tree-two_webcam .close a {
	display: block;
	font-size: 10px;
	font-weight: bold;
	height: 12px;
	line-height: 12px;
	width: 12px;
	text-align: center;
}
.widget_tree-two_webcam .close a:hover {
	color: #FFF;
	background-color: #C00;
	border-radius: 3px;
}

/* 4x4 process */

.widget_four-four_pro_box {
	background-color: #EAEAED;
	height: 368px;
	width: 368px;
	border-radius: 3px;
}
.widget_four-four_pro_box .header {
	color: #EAEAEC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9797A4;
}
.widget_four-four_pro_box .header .title {
	float: left;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #303046;
	padding-bottom: 8px;
}
.widget_four-four_pro_box .header .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
}
.widget_four-four_pro_box .header .close a {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	display: block;
	height: 12px;
	width: 12px;
}
.widget_four-four_pro_box .header .close a:hover {
	color: #FFF;
	background-color: #C00;
	border-radius: 3px;
}
.widget_four-four_pro_box .process_box {
	height: 327px;
	overflow: auto;
}
.widget_four-four_pro_box .process_box .process {
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBD1;
}

.widget_four-four_pro_box .process_box .process .icon {
	float: left;
	padding-top: 7px;
	padding-left: 7px;
}
.widget_four-four_pro_box .process_box .process .name {
	float: left;
	padding-top: 8px;
	padding-left: 8px;
	width: 245px;
	text-align: left;
}
.widget_four-four_pro_box .process_box .process .switch {
	float: right;
	padding-top: 8px;
	padding-right: 8px;
}

.widget_four-four_pro_box .process_box .process .switch .onoffswitch {
	position: relative;
	width: 60px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select: none;
}
.widget_four-four_pro_box .process_box .process .switch .onoffswitch-checkbox {
	display: none;
}
.widget_four-four_pro_box .process_box .process .switch .onoffswitch-label {
	display: block; overflow: hidden; cursor: pointer;
	border: 0px solid #9797A4; border-radius: 20px;
}
.widget_four-four_pro_box .process_box .process .switch .onoffswitch-inner {
	display: block; width: 200%; margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.widget_four-four_pro_box .process_box .process .switch .onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: white;
	font-family: "open Sans", sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 0;
}
.widget_four-four_pro_box .process_box .process .switch .onoffswitch-inner:before {
	content: "ON";
	padding-left: 0px;
	background-color: #85C700; color: #FFFFFF;
}
.widget_four-four_pro_box .process_box .process .switch .onoffswitch-inner:after {
	content: "OFF";
	padding-right: 10px;
	background-color: #CBCBD1; color: #9797A4;
	text-align: right;
}
.widget_four-four_pro_box .process_box .process .switch .onoffswitch-switch {
	display: block;
	width: 16px;
	background: #FFFFFF;
	border: 0px solid #9797A4;
	border-radius: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 39px;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
	height: 16px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.widget_four-four_pro_box .process_box .process .switch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.widget_four-four_pro_box .process_box .process .switch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}

/* 4x4 alert */

.widget_four-four_alert_box {
	background-color: #EAEAED;
	height: 368px;
	width: 368px;
	border-radius: 3px;
}
.widget_four-four_alert_box .header {
	color: #EAEAEC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9797A4;
}
.widget_four-four_alert_box .header .title {
	float: left;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #303046;
	padding-bottom: 8px;
}
.widget_four-four_alert_box .header .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
}
.widget_four-four_alert_box .header .close a {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	display: block;
	height: 12px;
	width: 12px;
}
.widget_four-four_alert_box .header .close a:hover {
	color: #FFF;
	background-color: #C00;
	border-radius: 3px;
}
.widget_four-four_alert_box .alert_box {
	height: 327px;
	overflow: auto;
}
.widget_four-four_alert_box .alert_box .alert {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBD1;
}


.widget_four-four_alert_box .alert_box .alert .icon {
	float: left;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 2px;
}
.widget_four-four_alert_box .alert_box .alert .name {
	text-align: left;
	float: left;
	font-size: 14px;
	line-height: 16px;
	width: 300px;
}
 .widget_four-four_alert_box .alert_box .alert .alert_close {
	cursor: pointer;
	float: right;
	padding-top: 1px;
	padding-right: 1px;
}
.widget_four-four_alert_box .alert_box .alert .name h2{
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	font-weight: normal;
	padding-top: 4px;
}

.widget_four-four_alert_box .alert_box .alert .name a:hover {
	color: #C00;
}

.widget_four-four_alert_box .alert_box .alert .name p {
	font-size: 10px;
	line-height: 10px;
	padding-bottom: 5px;
}

/** 4x4 applications */
.widget_four-four_applications {
	background-color: #EAEAED;
	height: 368px;
	width: 368px;
	border-radius: 3px;
}

.widget_four-four_applications .header {
	color: #EAEAEC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9797A4;
}

.widget_four-four_applications .header .title {
	float: left;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #303046;
	padding-bottom: 8px;
}

.widget_four-four_applications .header .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
}

.widget_four-four_applications .header .close a {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	display: block;
	height: 12px;
	width: 12px;
}

.widget_four-four_applications .header .close a:hover {
	color: #FFF;
	background-color: #C00;
	border-radius: 3px;
}

.widget_four-four_applications .applications_box {
	height: 327px;
	overflow: auto;
}

.widget_four-four_applications .applications_box .app_table tr th {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #646477;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBD1;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.widget_four-four_applications .applications_box .app_table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9797A4;
	height: 50px;
	white-space: nowrap;
}

.widget_four-four_applications .applications_box .app_table tr td .device {
	height: 50px;
	margin-right: 60px;
	min-width: 124px;
}

.widget_four-four_applications .applications_box .app_table tr td .device .icon {
	float: left;
	padding: 10px;
}

.widget_four-four_applications .applications_box .app_table tr td .device h2 {
	font-size: 14px;
	font-weight: normal;
	padding-top: 12px;
}

.widget_four-four_applications .applications_box .app_table tr td .trigger {
	background-image: url(../img/seperator_weidget_apps.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 5px;
	height: 50px;
	margin-right: 60px;
	min-width: 118px;
}

.widget_four-four_applications .applications_box .app_table tr td .trigger .icon {
	float: left;
	padding: 10px;
}

.widget_four-four_applications .applications_box .app_table tr td .trigger h2 {
	font-size: 14px;
	font-weight: normal;
	padding-top: 12px;
}

.widget_four-four_applications .applications_box .app_table tr td .trigger h4 {
	font-size: 11px;
	font-weight: normal;
	color: #646477;
}

/***************************************************************
*********************** FIN WIDGETS ****************************
****************************************************************/

.pagination_box {
	margin-top: 8px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBCBD1;
	height: 40px;
}
.pagination_box ul {
	list-style-type: none;
}
.pagination_box ul li {
	font-size: 0px;
	line-height: 16px;
	display: inline-block;
	height: 16px;
	width: 16px;
	background-color: #CBCBD1;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 50%;
	cursor: pointer;
}
.pagination_box ul .active {
	font-size: 0px;
	line-height: 16px;
	display: inline-block;
	height: 16px;
	width: 16px;
	background-color: #00A6D6;
	margin-right: 5px;
	margin-left: 5px;
}
.pagination_box ul .back {
	height: 40px;
	width: 40px;
}
.pagination_box ul .back a {
	line-height: 40px;
	background-image: url(../img/pagination_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 40px;
	display: inline-block;
}
.pagination_box ul .back a:hover {
	background-position: left bottom;
}
.pagination_box ul .fw {
	margin-left: 6px;
	height: 40px;
	width: 40px;
}
.pagination_box ul .fw a {
	line-height: 40px;
	background-image: url(../img/pagination_fw.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 40px;
	display: inline-block;
}
.pagination_box ul .fw a:hover {
	background-position: left bottom;
}
.device_ui .app_timmer_overflow {
	height: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
}
.device_ui .app_timmer_overflow .day_block {
	background-color: #EAEAED;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 3px;
	margin-bottom: 10px;
	position: relative;
}
.device_ui .app_timmer_overflow .day_block .inactive {
	background-image: url(../img/white_transp.png);
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 99999;
}

.device_ui .app_timmer_overflow .day_block .day_hours {
	margin-bottom: 5px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.device_ui .app_timmer_overflow .day_block .day_hours .day {
	font-size: 16px;
	font-weight: bold;
	float: left;
	width: 100px;
	text-align: left;
	line-height: 18px;
	margin-bottom: 5px;
}
.device_ui .app_timmer_overflow .day_block .day_hours .hours {
	float: left;
	width: 790px;
}

.device_ui .app_timmer_overflow .day_block .day_hours .hour {
	font-size: 14px;
	color: #646477;
	text-align: center;
	float: left;
	width: 7.6923%;
}
.device_ui .app_timmer_overflow .day_block .day_hours .hour-first {
	font-size: 14px;
	color: #646477;
	text-align: left;
	float: left;
	width: 4.1666%;
}
.device_ui .app_timmer_overflow .day_block .day_hours .hour-last {
	font-size: 14px;
	color: #646477;
	text-align: right;
	float: left;
	width: 4.1666%;
}
.device_ui .app_timmer_overflow .day_block .options_cont {
	position: relative;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}
.device_ui .app_timmer_overflow .day_block .options_cont .silence {
	position: absolute;
	background-image: url(../img/bkg_silence.png);
	height: 100%;
	z-index: 999;
	border-radius: 3px;
}
.device_ui .app_timmer_overflow .day_block .options_cont .silence .text {
	position: absolute;
	bottom: 5px;
	left: 1%;
	right: 1%;
	font-size: 11px;
	text-transform: uppercase;
	color: #663300;
}
.device_ui .app_timmer_overflow .day_block .options_cont .time_indicator {
	width: 1px;
	position: absolute;
	top: 0px;
	z-index: 9999;
	background-color: red;
	background-repeat: no-repeat;
	background-position: center top;
	bottom: 25px;
}
.device_ui .app_timmer_overflow .day_block .options_cont .time_indicator .arrow {
	background-image: url(../img/time_mark.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 6px;
	width: 7px;
	position: absolute;
	bottom: 0px;
}

.device_ui .app_timmer_overflow .day_block .options_cont .sperator {
	height: 20px;
	width: 100%;
}


.device_ui .app_timmer_overflow .day_block .options_cont .options_box {
	background-color: #FFF;
	height: 18px;
	width: 96.8%;
	border-radius: 9px;
	margin-bottom: 5px;
}
.device_ui .app_timmer_overflow .day_block .options_cont .options_box .name {
	font-size: 11px;
	text-transform: uppercase;
	color: #646477;
	text-align: left;
	float: left;
	width: 124px;
	padding-left: 5px;
	overflow: hidden;
}
.device_ui .app_timmer_overflow .day_block .options_cont .options_box .timmer_marks_box {
	float: right;
	width: 732px;
	padding-top: 3px;
	position: relative;
}
.device_ui .app_timmer_overflow .day_block .options_cont .options_box .timmer_marks_box .time_mark {
	background-color: #8FD300;
	height: 12px;
	border-radius: 6px;
	position: absolute;
}

.device_ui .table {
	text-align: left;
	width: 98%;
	background-color: #EAEAED;
	border-radius: 3px;
	padding: 10px;
	vertical-align: text-top;
	margin-right: auto;
	margin-left: auto;
}
.device_ui .table tr th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
.device_ui .table tr td {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBD1;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.device_ui .table tr:hover {
	background-color: #F4F4F6;
}
.device_ui .table tr:hover th {
	background-color: #EAEAED;
}


.buttons_nav .b_edit a {
	background-color: #CBCBD1;
	background-image: url(../img/b_edit.png);
	background-position: left top;
	background-repeat: no-repeat;
	border-radius: 3px;
	color: #303046;
	display: block;
	float: right;
	font-size: 14px;
	font-weight: normal;
	line-height: 50px;
	padding-left: 50px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
}
.buttons_nav .b_edit a:hover {
	background-position: left bottom;
	background-color: #EAEAED;
}

/***************************************************
***********app manager home***************************
*******************************************************/

.app {
	margin-right: auto;
	margin-left: auto;
}
.app .app_content {
	background-color: #F4F4F6;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 3px;
	position: relative;
}
.app .app_content .back {
	left: 5px;
    position: absolute;
    top: 65px;
    z-index: 9999;
}
.app .app_content .back a {
	font-size: 0px;
	background-image: url(../img/back.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 50px;
	width: 50px;
}
.app .app_content .back a:hover {
	background-position: center bottom;
}
.app .app_content .fw {
	position: absolute;
    right: 5px;
    top: 65px;
    z-index: 9999;
}
.app .app_content .fw a {
	font-size: 0px;
	background-image: url(../img/fw.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 50px;
	width: 50px;
}
.app .app_content .fw a:hover {
	background-position: center bottom;
}
.app .tittle {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #646477;
	text-align: center;
	margin-bottom: 2px;
	padding-top: 10px;
}
.app ul  {
	list-style-type: none;
	font-size: 0;
}
.app ul li {
	display: inline-block;
}
.app ul li .close {
    position: relative;
}
.app ul li a {
	border: 1px solid #f4f4f6;
	border-radius: 3px;
	display: block;
	height: 154px;
	margin: 10px 15px;
	padding: 10px 5px;
	width: 120px;
	font-size: 14px;
}

.app ul li a:hover {
    border: 1px solid #9797A4;
    font-weight: bold;
}

.app ul li p {
    height: 60px;
    margin-top: 4px;
    overflow: hidden;
    width: 120px;
}

.app ul li .close a {
	display: block;
	padding: 0px;
	height: 20px;
	width: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 0px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	line-height: 20px;
	color: #FFF;
	left: 102px;
	top: 23px;
	margin: 0px;
}
.app ul li .close a:hover {
	color: #FFF;
	background-color: #F00;
	border-radius: 3px;
}
.app ul li .error {
	margin-top: 26px;
	margin-left: 39px;
	position: absolute;
}
.app .app_content .apps_mask .apps_cont {
	height: 196px;
    position: relative;
    display: inline-flex;
}
.app .app_content .apps_mask {
	height: 196px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.app .app_content .apps_mask .mask {
	width: 810px;
	overflow: hidden;
	height: 196px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.app .app_content .apps_mask .shadow_left {
	background-image: url(../img/shadow_app_left.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
	width: 55px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 999;
}
.app .app_content .apps_mask .shadow_right {
	background-image: url(../img/shadow_app_right.png);
	background-repeat: repeat-y;
	background-position: right top;
	height: 100%;
	width: 55px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 999;
}
.overflow_dev_vs_dev {
	padding-top: 20px;
	height: 350px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBD1;
	margin-bottom: 10px;
	overflow: auto;	/*overflow: auto;*/
}.overflow_dev_vs_dev .vs_content {
	background-color: #EAEAED;
	padding: 5px;
	width: 880px;
	border-radius: 3px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
}
.overflow_dev_vs_dev .vs_content .header {
	position: relative;
}
.overflow_dev_vs_dev .vs_content .header .when-then_box {
	height: 30px;
	width: 845px;
	background-color: #646477;
	border-radius: 3px;
	float: left;
	position: relative;
}
.overflow_dev_vs_dev .vs_content .header .when-then_box .when {
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #FFF;
	background-image: url(../img/arrow_dev-vs.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 37px;
	position: absolute;
	left: 10px;
	font-weight: bold;
}
.overflow_dev_vs_dev .vs_content .header .when-then_box .then {
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #FFF;
	background-image: url(../img/arrow_dev-vs.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 37px;
	position: absolute;
	left: 450px;
	font-weight: bold;
}
.overflow_dev_vs_dev .vs_content .header .close {
	position: absolute;
	top: 0px;
	right: 0px;
}
.overflow_dev_vs_dev .vs_content .header .close a {
	background-color: #303049;
    background-image: url("../img/x.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px;
    display: inline-block;
    font-size: 0;
    height: 30px;
    line-height: 42px;
    width: 30px;
}
.overflow_dev_vs_dev .vs_content .header .close a:hover {
	background-color: #00A6D6;
}.overflow_dev_vs_dev .vs_content .main_dev {
	position: relative;
	width: 100%;
	padding-top: 17px;
}
.overflow_dev_vs_dev .vs_content .main_dev .dev {
	float: left;
	width: 49%;
	margin-left: 1%;
}
.overflow_dev_vs_dev .vs_content .main_dev .dev .ico {
	float: left;
	margin-right: 10px;
}
.overflow_dev_vs_dev .vs_content .main_dev .dev .name {
	font-size: 16px;
	padding-top: 15px;
	float: left;
	text-align: left;
}
.overflow_dev_vs_dev .vs_content .main_dev .states_box {
	padding-top: 10px;
	margin-right: 190px;
	margin-left: 70px;
}
.overflow_dev_vs_dev .vs_content .main_dev .states_box .left-col  {
	float: left;
	width: 71%;
	text-align: left;
}
.overflow_dev_vs_dev .vs_content .main_dev .states_box .row {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBD1;
}
.overflow_dev_vs_dev .vs_content .main_dev .states_box .row .left-col .state {
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	width: 200px;
	background-color: #CBCBD1;
	border-radius: 3px;
}
.overflow_dev_vs_dev .vs_content .main_dev .states_box .row .right-col .select {
	background-color: #cbcbd1;
	border-radius: 3px;
	border-style: none;
	font-family: "open Sans",sans-serif;
	font-size: 14px;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	width: 178px;
}
.overflow_dev_vs_dev .vs_content .main_dev .states_box .row .title {
	font-size: 12px;
	text-transform: uppercase;
}

.overflow_dev_vs_dev .vs_content .main_dev .states_box .right-col  {
	float: left;
	width: 29%;
	text-align: left;
}
.error {
	border: 1px solid #C00 !important;
	background-color: #FFD7D7 !important;
	color: #C00;
}
.error_msg {
	border: 1px solid #C00;
	background-color: #FFD7D7;
	color: #C00;
	border-radius: 3px;
	padding: 10px;
	text-align: left;
	margin-top: 10px;
}

.close_popupwidget {
	float: right;
	margin-top: -6px;
	margin-right: 5px;
}

.close_popupwidget a {
	font-size: 0px;
	line-height: 42px;
	background-color: #303049;
	background-image: url(../img/x.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 30px;
	border-radius: 3px;
	display: inline-block;
}

.close_popupwidget a:hover {
	background-color: #00A6D6;
}

.configuration_cont {
	overflow-y: auto;
	height: 512px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}

.configuration_cont .config_box {
    background-color: #EAEAED;
    padding: 15px;
    width: 390px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 3px;
}

.configuration_cont .config_box h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.configuration_cont .config_box .option_box {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CBCBD1;
}

.configuration_cont .config_box .option_box .option {
    float: left;
    height: 26px;
    width: 26px;
    margin-right: 10px;
}

.configuration_cont .config_box .option_box .option a {
    font-size: 0px;
    background-image: url(../img/thick_off.png);
    background-repeat: no-repeat;
    display: block;
    height: 26px;
    width: 26px;
}

.configuration_cont .config_box .option_box .option .active {
    font-size: 0px;
    background-image: url(../img/thick_on.png);
    background-repeat: no-repeat;
    display: block;
    height: 26px;
    width: 26px;
}

.configuration_cont .config_box .option_box .text {
    float: left;
}

.configuration_cont .config_box .option_box .text h3 {
    font-size: 14px;
    font-weight: bold;
}

.configuration_cont .config_box .option_box .text p {
   	font-size: 12px;
}

.configuration_cont .config_box .option_box .field {
    margin-left: 36px;
    padding-top: 2px;
    margin-bottom: 10px;
}

.configuration_cont .config_box .option_box .field p {
    font-size: 11px;
    text-transform: uppercase;
}

.configuration_cont .config_box .option_box .field .select_box {
}

.configuration_cont .config_box .option_box .field .select_box .select {
    font-size: 12px;
    line-height: 30px;
    background-color: #CBCBD1;
    padding-right: 10px;
    padding-left: 10px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    color: #303046;
    height: 30px;
    width: 330px;
    border-radius: 3px;
}

.configuration_cont .config_box .option_box .time_edit_box {
    margin-left: 36px;
}

.configuration_cont .config_box .option_box .time_edit_box .hour {
    float: left;
    margin-right: 60px;
}

.configuration_cont .config_box .option_box .time_edit_box .date {
    float: left;
}

.configuration_cont .config_box .option_box .time_edit_box .slector {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 10px;
}

.configuration_cont .config_box .option_box .time_edit_box .slector a {
    font-size: 0px;
    background-color: #303046;
    text-align: center;
    display: block;
    height: 30px;
    width: 40px;
    border-radius: 3px;
    margin-bottom: 5px;
    line-height: 30px;
}

.configuration_cont .config_box .option_box .time_edit_box .slector a:hover {
    background-color: #00A6D6;
}

.configuration_cont .config_box .option_box .time_edit_box .slector .up {
    background-image: url(../img/arrow_up.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.configuration_cont .config_box .option_box .time_edit_box .slector .number   {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    background-color: #CBCBD1;
    text-align: center;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.configuration_cont .config_box .option_box .time_edit_box .slector .down {
    background-image: url(../img/arrow_down.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.configuration_cont .config_box .option_box .time_edit_box .slector_long {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 10px;
}

.configuration_cont .config_box .option_box .time_edit_box .slector_long a {
    font-size: 0px;
    background-color: #303046;
    text-align: center;
    display: block;
    height: 30px;
    width: 60px;
    border-radius: 3px;
    margin-bottom: 5px;
    line-height: 30px;
}

.configuration_cont .config_box .option_box .time_edit_box .slector_long a:hover {
    background-color: #00A6D6;
}

.configuration_cont .config_box .option_box .time_edit_box .slector_long .up {
    background-image: url(../img/arrow_up.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.configuration_cont .config_box .option_box .time_edit_box .slector_long .number   {
   font-size: 20px;
   line-height: 40px;
   font-weight: bold;
   background-color: #CBCBD1;
   text-align: center;
   height: 40px;
   width: 60px;
   border-radius: 3px;
   margin-bottom: 5px;
}

.configuration_cont .config_box .option_box .time_edit_box .slector_long .down {
   background-image: url(../img/arrow_down.png);
   background-repeat: no-repeat;
   background-position: center center;
}

.configuration_cont .config_box .option_box .time_edit_box_des {
    color: #9797A4;
    margin-left: 36px;
}

.configuration_cont .config_box .option_box .time_edit_box_des .hour {
    float: left;
    margin-right: 60px;
}

.configuration_cont .config_box .option_box .time_edit_box_des .date {
    float: left;
}

.configuration_cont .config_box .option_box .time_edit_box_des .slector {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 10px;
}

.configuration_cont .config_box .option_box .time_edit_box_des .slector a {
    font-size: 0px;
    background-color: #cbcbd1;
    text-align: center;
    display: block;
    height: 30px;
    width: 40px;
    border-radius: 3px;
    margin-bottom: 5px;
    line-height: 30px;
}

.configuration_cont .config_box .option_box .time_edit_box_des .slector a:hover {
    background-color: #cbcbd1;
}

.configuration_cont .config_box .option_box .time_edit_box_des .slector .up {
    background-image: url(../img/arrow_up.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.configuration_cont .config_box .option_box .time_edit_box_des .slector .number   {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    background-color: #CBCBD1;
    text-align: center;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.configuration_cont .config_box .option_box .time_edit_box_des .slector .down {
    background-image: url(../img/arrow_down.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.configuration_cont .config_box .option_box .time_edit_box_des .slector_long {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 10px;
}

.configuration_cont .config_box .option_box .time_edit_box_des .slector_long a {
    font-size: 0px;
    background-color: #cbcbd1;
    text-align: center;
    display: block;
    height: 30px;
    width: 60px;
    border-radius: 3px;
    margin-bottom: 5px;
    line-height: 30px;
}

.configuration_cont .config_box .option_box .time_edit_box_des .slector_long a:hover {
    background-color: #cbcbd1;
}

.configuration_cont .config_box .option_box .time_edit_box_des .slector_long .up {
    background-image: url(../img/arrow_up.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.configuration_cont .config_box .option_box .time_edit_box_des .slector_long .number   {
   font-size: 20px;
   line-height: 40px;
   font-weight: bold;
   background-color: #CBCBD1;
   text-align: center;
   height: 40px;
   width: 60px;
   border-radius: 3px;
   margin-bottom: 5px;
}

.configuration_cont .config_box .option_box .time_edit_box_des .slector_long .down {
   background-image: url(../img/arrow_down.png);
   background-repeat: no-repeat;
   background-position: center center;
}

.configuration_cont .config_box .button_mini a {
   text-align: center;
   float: right;
}

.configuration_cont .config_box .option_box_des {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CBCBD1;
    color: #9797A4;
}

.configuration_cont .config_box .option_box_des .option {
    float: left;
    height: 26px;
    width: 26px;
    margin-right: 10px;
}

.configuration_cont .config_box .option_box_des .option a {
    font-size: 0px;
    background-image: url(../img/thick_off.png);
    background-repeat: no-repeat;
    display: block;
    height: 26px;
    width: 26px;
}

.configuration_cont .config_box .option_box_des .option .active {
    font-size: 0px;
    background-image: url(../img/thick_on.png);
    background-repeat: no-repeat;
    display: block;
    height: 26px;
    width: 26px;
}

.configuration_cont .config_box .option_box_des .text {
    float: left;
}

.configuration_cont .config_box .option_box_des .text h3 {
    font-size: 14px;
    font-weight: bold;
}

.configuration_cont .config_box .option_box_des .text p {
    font-size: 12px;
}

.configuration_cont .config_box .option_box_des .field {
    margin-left: 36px;
    padding-top: 2px;
    margin-bottom: 10px;
}

.configuration_cont .config_box .option_box_des .field p {
    font-size: 11px;
    text-transform: uppercase;
}

.configuration_cont .config_box .option_box_des .field .select_box {
}

.configuration_cont .config_box .option_box_des .field .select_box .select {
    font-size: 12px;
    line-height: 30px;
    background-color: #CBCBD1;
    padding-right: 10px;
    padding-left: 10px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    color: #9797A4;
    height: 30px;
    width: 330px;
    border-radius: 3px;
}

.configuration_cont .config_box .option_box_des .time_edit_box {
    margin-left: 36px;
}

.configuration_cont .config_box .option_box_des .time_edit_box .hour {
    float: left;
    margin-right: 60px;
}

.configuration_cont .config_box .option_box_des .time_edit_box .date {
    float: left;
}

.configuration_cont .config_box .option_box_des .time_edit_box .slector {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 10px;
}

.configuration_cont .config_box .option_box_des .time_edit_box .slector a {
    font-size: 0px;
    background-color: #9797A4;
    text-align: center;
    display: block;
    height: 30px;
    width: 40px;
    border-radius: 3px;
    margin-bottom: 5px;
    line-height: 30px;
}

.configuration_cont .config_box .option_box_des .time_edit_box .slector .up {
    background-image: url(../img/arrow_up.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.configuration_cont .config_box .option_box_des .time_edit_box .slector .number   {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    background-color: #CBCBD1;
    text-align: center;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.configuration_cont .config_box .option_box_des .time_edit_box .slector .down {
    background-image: url(../img/arrow_down.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.configuration_cont .config_box .option_box_des .time_edit_box .slector_long {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 10px;
}

.configuration_cont .config_box .option_box_des .time_edit_box .slector_long a {
    font-size: 0px;
    background-color: #9797A4;
    text-align: center;
    display: block;
    height: 30px;
    width: 60px;
    border-radius: 3px;
    margin-bottom: 5px;
    line-height: 30px;
}

.configuration_cont .config_box .option_box_des .time_edit_box .slector_long .up {
    background-image: url(../img/arrow_up.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.configuration_cont .config_box .option_box_des .time_edit_box .slector_long .number   {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    background-color: #CBCBD1;
    text-align: center;
    height: 40px;
    width: 60px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.configuration_cont .config_box .option_box_des .time_edit_box .slector_long .down {
	background-image: url(../img/arrow_down.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.configuration_cont .config_box .option_box_des .option {
    float: left;
    height: 26px;
    width: 26px;
    margin-right: 10px;
}

.configuration_cont .config_box .option_box_des .option a {
    font-size: 0px;
    background-image: url(../img/thick_off.png);
    background-repeat: no-repeat;
    display: block;
    height: 26px;
    width: 26px;
}

.configuration_cont .config_box .option_box_des .option .active {
    font-size: 0px;
    background-image: url(../img/thick_on.png);
    background-repeat: no-repeat;
    display: block;
    height: 26px;
    width: 26px;
}

.configuration_cont .config_box .option_box_des .text {
    float: left;
}

.configuration_cont .config_box .option_box_des .text h3 {
    font-size: 14px;
    font-weight: bold;
}

.configuration_cont .config_box .option_box_des .text p {
    font-size: 12px;
}

.configuration_cont .config_box .option_box_des .field {
    margin-left: 36px;
    padding-top: 2px;
    margin-bottom: 10px;
}

.configuration_cont .config_box .option_box_des .field p {
    font-size: 11px;
    text-transform: uppercase;
}

.configuration_cont .config_box .option_box_des .field .select_box {
}

.configuration_cont .config_box .option_box_des .field .select_box .select {
    font-size: 12px;
    line-height: 30px;
    background-color: #CBCBD1;
    padding-right: 10px;
    padding-left: 10px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    color: #9797A4;
    height: 30px;
    width: 330px;
    border-radius: 3px;
}

.configuration_cont .config_box .option_box_des .time_edit_box_des {
    margin-left: 36px;
}

.configuration_cont .config_box .option_box_des .time_edit_box_des .hour {
    float: left;
    margin-right: 60px;
}

.configuration_cont .config_box .option_box_des .time_edit_box_des .date {
    float: left;
}

.configuration_cont .config_box .option_box_des .time_edit_box_des .slector {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 10px;
}

.configuration_cont .config_box .option_box_des .time_edit_box_des .slector a {
    font-size: 0px;
    background-color: #9797A4;
    text-align: center;
    display: block;
    height: 30px;
    width: 40px;
    border-radius: 3px;
    margin-bottom: 5px;
    line-height: 30px;
}

.configuration_cont .config_box .option_box_des .time_edit_box_des .slector .up {
    background-image: url(../img/arrow_up.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.configuration_cont .config_box .option_box_des .time_edit_box_des .slector .number   {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    background-color: #CBCBD1;
    text-align: center;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.configuration_cont .config_box .option_box_des .time_edit_box_des .slector .down {
    background-image: url(../img/arrow_down.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.configuration_cont .config_box .option_box_des .time_edit_box_des .slector_long {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 10px;
}

.configuration_cont .config_box .option_box_des .time_edit_box_des .slector_long a {
    font-size: 0px;
    background-color: #9797A4;
    text-align: center;
    display: block;
    height: 30px;
    width: 60px;
    border-radius: 3px;
    margin-bottom: 5px;
    line-height: 30px;
}

.configuration_cont .config_box .option_box_des .time_edit_box_des .slector_long .up {
    background-image: url(../img/arrow_up.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.configuration_cont .config_box .option_box_des .time_edit_box_des .slector_long .number   {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    background-color: #CBCBD1;
    text-align: center;
    height: 40px;
    width: 60px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.configuration_cont .config_box .option_box_des .time_edit_box_des .slector_long .down {
	background-image: url(../img/arrow_down.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.shadow_sensing {
	border-radius: 3px;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 50px;
	position: absolute;
	right: 0;
	width: 610px;
	z-index: 101;
}
.float_box_sensing {
	background-color: #FFF;
	padding: 10px;
	width: 590px;
	border-radius: 3px;
	box-shadow: 2px 2px 8px #333;
}
.float_box_sensing .title_sensing {
	height: 30px;
	margin-bottom: 10px;
	text-align: left;
}

.float_box_sensing .title_sensing h2 {
	background-image: url(../img/icons/ico_sensing_mini.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	padding-left: 35px;
	text-transform: uppercase;
}
.float_box_sensing .buttons_box .button_mini {
	float: right;
}
.float_box_sensing .buttons_box .button_mini a {
	margin-right: 0px;	
}

.float_box_sensing .option_box {
    height: 26px;
    background-color: #EAEAED;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 3px;
}

.float_box_sensing .option_box .option {
    float: left;
    height: 26px;
    width: 26px;
    margin-right: 10px;
}

.float_box_sensing .option_box .option a {
    font-size: 0px;
    background-image: url(../img/thick_off.png);
    background-repeat: no-repeat;
    display: block;
    height: 26px;
    width: 26px;
}

.float_box_sensing .option_box .option .active {
    font-size: 0px;
    background-image: url(../img/thick_on.png);
    background-repeat: no-repeat;
    display: block;
    height: 26px;
    width: 26px;
}

.float_box_sensing .option_box .text {
    float: left;
    height: 26px;
	line-height: 26px;
}

.float_box_sensing .option_box .text h3 {
    font-size: 14px;
    font-weight: bold;
}




.sensing_cont {

}
.sensing_cont .sensing_box {
	background-color: #eaeaed;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 590px;
}
.sensing_cont .sensing_box .slider_box {
	float: left;
	height: 80px;
	margin-left: 10px;
	margin-right: 10px;
	width: 470px;
}
.sensing_cont .sensing_box .slider_box .active_rang_box {
    height: 24px;
    margin-bottom: 2px;
    padding-top: 6px;
    width: 100%;
}
.sensing_cont .sensing_box .slider_box .active_rang_box .numbers_rang {
	background-image: url("../img/mini-lines.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	font-size: 14px;
	padding-bottom: 4px;
	position: absolute;
	width: 470px;
}
.sensing_cont .sensing_box .slider_box .active_rang_box .numbers_rang .number_first {
	display: block;
	float: left;
	text-align: left;
	width: 8.3333%;
}
.sensing_cont .sensing_box .slider_box .active_rang_box .numbers_rang .number {
	display: block;
	float: left;
	text-align: center;
	width: 16.6666%;
}
.sensing_cont .sensing_box .slider_box .active_rang_box .numbers_rang .number_last {
	display: block;
	float: left;
	text-align: right;
	width: 8.3333%;
}
.sensing_cont .sensing_box .value_box {
    background-color: #cbcbd1;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    float: right;
    height: 80px;
    width: 90px;
}
.sensing_cont .sensing_box .value_box .value_name {
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
    text-transform: uppercase;
}
.sensing_cont .sensing_box .value_box .value {
    font-size: 24px;
    padding-top: 10px;
}

.float_box .field h3 {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
	line-height: 50px;
}

.float_box .field .label {
	position: absolute;
	width: 220px;
	font-size: 14px;
	font-weight: normal;
	margin-top: 14px;
	margin-left: 60px;
	font-style: italic;
}

.float_box .field .input-short2 {
    background-color: #CBCBD1;
    border-radius: 3px;
    font-family: "open Sans", sans-serif;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    width: 220px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    float: right;
}

.float_box .field .select-short2 {
    background-color: #CBCBD1;
    border-radius: 3px;
    font-family: "open Sans",sans-serif;
    font-size: 14px;
    height: 50px;
    width: 240px;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    float: right;
}

.float_box .field .select-short2 option {
    padding: 5px;
}

.auto_button {
    background-color: #EAEAED;
    padding: 2px;
    height: 36px;
    width: 36px;
    position: absolute;
    top: 5px;
    right: 35px;
    border-radius: 3px;
}

.auto_button .label {
    font-size: 8px;
    font-weight: bold;
    color: #646477;
    text-align: center;
    text-transform: uppercase;
}

.auto_button .button a {
    font-size: 10px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    display: block;
    height: 24px;
    background-color: #00CC00;
    border-radius: 3px;
}

.auto_button .button-show a {
    font-size: 10px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    display: block;
    height: 24px;
    background-color: #00CC00;
    border-radius: 3px;
    cursor: default;
}

.auto_button .button a:hover {
    background-color: #00FF00;
}

.auto_button .button-off a {
    font-size: 10px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    display: block;
    height: 24px;
    background-color: #CC0000;
    border-radius: 3px;
}

.auto_button .button-off-show a {
    font-size: 10px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    display: block;
    height: 24px;
    background-color: #CC0000;
    border-radius: 3px;
    cursor: default;
}

.auto_button .button-off a:hover {
    background-color: #FF0000;
}

.auto_button_b {
    background-color: #EAEAED;
    padding: 5px;
    height: 40px;
    width: 55px;
    border-radius: 3px;
    float: right;
}

.auto_button_b .label {
    font-size: 10px;
    font-weight: bold;
    color: #646477;
    text-align: center;
    text-transform: uppercase;
}

.auto_button_b .button a {
    font-size: 12px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    display: block;
    height: 26px;
    background-color: #8fd300;
    border-radius: 3px;
    text-align: center;
}

.auto_button_b .button a:hover {
    background-color: #00A6D6;
}

.auto_button_b .button-off a {
    font-size: 12px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    display: block;
    height: 26px;
    background-color: #CC0000;
    border-radius: 3px;
    text-align: center;
}

.auto_button_b .button-off a:hover {
    background-color: #00A6D6;
}


.auto_button_cam {
    background-color: #EAEAED;
    padding: 5px;
    height: 40px;
    width: 55px;
    border-radius: 3px;
    float: right;
    cursor: default;
}

.auto_button_cam .label {
    font-size: 10px;
    font-weight: bold;
    color: #646477;
    text-align: center;
    text-transform: uppercase;
}

.auto_button_cam .button a {
    font-size: 12px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    display: block;
    height: 26px;
    background-color: #8fd300;
    border-radius: 3px;
    text-align: center;
    cursor: default;
}

.auto_button_cam .button-off a {
    font-size: 12px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    display: block;
    height: 26px;
    background-color: #CC0000;
    border-radius: 3px;
    text-align: center;
    cursor: default;
}


.footer_connect_box {
    font-size: 10px;
    color: #9797A4;
    text-align: center;
    padding-top: 10px;
    padding-left: 10px;
}

/**********************************************************
********************** DEVICE UI CONTROL NUMÈRIC TIPUS 2***
***********************************************************/

.numeric_device_cont {
	padding-top: 10px;
}
.numeric_device_cont .numeric_device_box_02 {
	background-color: #EAEAED;
	border-radius: 3px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.numeric_device_cont .numeric_device_box_02 .name {
	font-size: 24px;
	font-weight: normal;
	color: #303048;
	background-color: #CBCBD1;
	text-align: center;
	float: left;
	line-height: 80px;
	height: 80px;
	width: 90px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.numeric_device_cont .numeric_device_box_02 .value_box {
	background-color: #CBCBD1;
	float: right;
	height: 80px;
	width: 90px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.numeric_device_cont .numeric_device_box_02 .value_box .value_name {
	font-size: 10px;
	text-transform: uppercase;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
}
.numeric_device_cont .numeric_device_box_02 .value_box .value {
	font-size: 24px;
	line-height: 80px;
}
.numeric_device_cont .numeric_device_box_02 .slider_box {
	float: left;
	height: 80px;
	width: 420px;
	background-image: url(../img/arrow_right_device_ui_01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 10px;
	padding-left: 10px;
}
.numeric_device_cont .numeric_device_box_02 .slider_box .active_rang_box {
	height: 24px;
	width: 100%;
	padding-top: 6px;
	margin-bottom: 2px;
}
.numeric_device_cont .numeric_device_box_02 .slider_box .active_rang_box .numbers_rang {
	font-size: 14px;
	position: absolute;
	width: 420px;
	background-image: url(../img/mini-lines.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 4px;
}

.numeric_device_cont .numeric_device_box_02 .slider_box .active_rang_box .numbers_rang .number {
 	display: block;
	width: 11%;
 	text-align: center;
 	float: left;
}

.numeric_device_cont .numeric_device_box_02 .slider_box .active_rang_box .numbers_rang .number_first {
	display: block;
	width: 6%;
	text-align: left;
	float: left;
}
.numeric_device_cont .numeric_device_box_02 .slider_box .active_rang_box .numbers_rang .number_last {
	display: block;
	width: 6%;
	text-align: right;
	float: left;
}
.numeric_device_box_02 .slider_box a .setpoint {
	padding-top: 30px;
	font-weight: bold;
	text-align: center;
}
.numeric_device_cont .numeric_device_box_02 .value_box_02 {
	background-color: #CBCBD1;
	float: left;
	height: 80px;
	width: 130px;
	background-image: url(../img/arrow_double.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.numeric_device_cont .numeric_device_box_02 .value_box_02 .value_name {
	font-size: 10px;
	text-transform: uppercase;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
}
.numeric_device_cont .numeric_device_box_02 .value_box_02 .value1 {
	font-size: 20px;
	line-height: 35px;
	float: left;
	height: 35px;
	width: 56px;
	margin-top: 10px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.numeric_device_cont .numeric_device_box_02 .value_box_02 .value2 {
	font-size: 20px;
	line-height: 35px;
	float: right;
	height: 35px;
	width: 57px;
	margin-top: 10px;
	padding-right: 8px;
}
.numeric_device_cont .var_selector_cont {
	float: left;
	background-image: url(../img/arrow_left_device_ui_01.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 164px;
	height: 70px;
	padding-left: 16px;
	padding-top: 10px;
}
.numeric_device_cont .var_selector_cont .var_selector_box {
	width: 26px;
	float: left;
	margin-right: 4px;
}
.numeric_device_cont .var_selector_cont .var_selector_box .var_border {
	height: 40px;
	width: 20px;
	border: 1px solid #EAEAED;
	padding: 2px;
}
.numeric_device_cont .var_selector_cont .var_selector_box .var_border .var_bkg {
	background-color: #9797A4;
	height: 40px;
	width: 20px;
}
.numeric_device_cont .var_selector_cont .var_selector_box .var_border .var_bkg .var {
	background-color: #CBCBD1;
	width: 20px;
}
.numeric_device_cont .var_selector_cont .var_selector_box .var_text {
	font-size: 10px;
	width: 100%;
	padding-top: 2px;
	text-align: center;
	font-weight: bold;
	color: #646477;
}
.numeric_device_cont .var_selector_cont .var_selector_box:hover {
	width: 26px;
	float: left;
	margin-right: 4px;
}
.numeric_device_cont .var_selector_cont .var_selector_box:hover .var_border {
	border: 1px solid #FFFFFF;
}
.numeric_device_cont .var_selector_cont .var_selector_box:hover .var_border .var_bkg {
	background-color: #303049;
}
.numeric_device_cont .var_selector_cont .var_selector_box:hover .var_text {
	color: #303049;
}
.numeric_device_cont .var_selector_cont .var_selector_box-active {
	width: 26px;
	float: left;
	margin-right: 4px;
}
.numeric_device_cont .var_selector_cont .var_selector_box-active .var_border {
	height: 40px;
	width: 20px;
	border: 1px solid #00A6D6;
	padding: 2px;
}
.numeric_device_cont .var_selector_cont .var_selector_box-active .var_border .var_bkg {
	background-color: #303049;
	height: 40px;
	width: 20px;
}
.numeric_device_cont .var_selector_cont .var_selector_box-active .var_border .var_bkg .var {
	background-color: #CBCBD1;
	width: 20px;
}
.numeric_device_cont .var_selector_cont .var_selector_box-active .var_text {
	font-size: 10px;
	width: 100%;
	padding-top: 2px;
	text-align: center;
	font-weight: bold;
	color: #00A6D6;
}

.widget_droppable_container {
	width: 94px;
	height: 94px;
	position: absolute;
	/* border: 1px dotted black; */
}
.widget_droppable_container_hover {
	background-color: #EAEAED;
    border: 1px dashed #9797A4;
    border-radius: 3px;
    box-sizing: border-box;
}

.ui-draggable {
	z-index: 99;
}

.ui-state-highlight-imaginae-container {
	width: 162px;
	height: 169px;
}
.app ul li a.ui-state-highlight {
	background-color: transparent;
	background-image: none;
	border: 1px solid #fed22f;
}

.app .app_content_first {
    background-color: #F4F4F6;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 3px;
    position: relative;
}

.app .app_content_first ul li a {
    border: 1px solid #f4f4f6;
    border-radius: 3px;
    display: block;
    font-size: 14px;
    height: 154px;
    margin: 10px 15px;
    padding: 10px 5px 0;
    width: 120px;
}

.app .app_content_first ul li p {
    height: 60px;
    margin-top: 4px;
    overflow: hidden;
    width: 120px;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  z-index: 2000;
}

ul.example li.placeholder {
  position: relative;
  /** More li styles **/
}
ul.example li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

/** ESTILOS POPUP DINAMICO */

.close_popup {
    float: right;
}

.close_popup a {
    background-color: #303049;
    background-image: url("../img/x.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px;
    display: inline-block;
    font-size: 0;
    height: 30px;
    line-height: 42px;
    width: 30px;
}

.close_popup a:hover {
    background-color: #00a6d6;
}

.float_box .title {
    height: 30px;
    margin-bottom: 20px;
    text-align: left;
}

.float_box .title h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    text-transform: uppercase;
}

.float_box .icon {
    text-align: center;
    margin-bottom: 20px;
}

.float_box .msg_text {
    width: 90%;
    margin-right: 5%;
    margin-bottom: 20px;
    margin-left: 5%;
}

.float_box .buttons_box .button_mini2 {
    display: inline-block;
}

.float_box .buttons_box .button_mini2 a {
    background-color: #646477;
    border-radius: 3px;
    color: #eaeaeb;
    display: block;
    font-size: 12px;
    line-height: 30px;
    margin-right: 5px;
    text-decoration: none;
    text-transform: uppercase;
    width: 90px;
    margin-bottom: 10px;
    margin-left: 5px;
}

.float_box .buttons_box .button_mini2 a:hover {
    color: #FFF;
    background-color: #00A6D6;
}





.web_version {
	font-size: 11px;
	color: #303048;
	text-align: center;
	font-weight: bold;
	padding-top: 12px;
}

.sensing_cont .slider_box .ui-state-default,
.numeric_device_cont .slider_box .ui-state-default,
.numeric_device_cont .slider_box .ui-widget-content .ui-state-default,
.numeric_device_cont .slider_box .ui-widget-header .ui-state-default {
    background-image: url(../img/arrow_slide.png) !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    height: 45px !important;
    background-color: transparent !important;
}


/*****************************************************
********************virtual sequencer*******************
*********************************************************/

.overflow_sequencer {
	height: 245px;
	margin-bottom: 10px;
	overflow: auto;
}
.overflow_sequencer .lines_block {
	background-color: #eaeaed;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	width: 920px;
	margin-top: 10px;
}
.overflow_sequencer .lines_block .line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.overflow_sequencer .lines_block .line .selection_block {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
}

.overflow_sequencer .lines_block .line .selection_block_mi {
	font-size: 12px;
	height: 30px;
	font-weight: bold;
	text-align: left;
}

.overflow_sequencer .lines_block .line .selection_block h4 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}
.overflow_sequencer .lines_block .line .selection_block_mi h4 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}
.overflow_sequencer .lines_block .line .selection_block .selection {
	background-color: #cbcbd1;
	border-radius: 3px;
	border-style: none;
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	width: 140px;
	width: 150px;
	line-height: 30px;
}
.overflow_sequencer .lines_block .line .selection_block_mi .selection {
	background-color: #cbcbd1;
	border-radius: 3px;
	border-style: none;
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	width: 140px;
	line-height: 30px;
}

.overflow_sequencer .lines_block .line .selection_block input[type=checkbox]{
	margin-top: 9px;
}
.overflow_sequencer .lines_block .line .selection_block img{
	margin-top: 4px;
}
.overflow_sequencer .lines_block .line .selection_block .lineName {
	background-color: #cbcbd1;
	border-radius: 3px;
	border-style: none;
	font-family: "open Sans",sans-serif;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	width: 341px;
}
.overflow_sequencer .lines_block .line .selection_block .timepicker {
	background-color: #cbcbd1;
	border-radius: 3px;
	border-style: none;
	font-family: "open Sans",sans-serif;
	font-size: 14px;
	text-align: right;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	width: 37px;
}
.overflow_sequencer .lines_block .line .selection_block .timepicker.short {
	width: 65px;
}
.overflow_sequencer .lines_block .line .close a {
	background-color: #303049;
	background-image: url("../img/x.png");
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 3px;
	display: block;
	float: left;
	font-size: 0;
	height: 30px;
	line-height: 30px;
	width: 30px;
}
.overflow_sequencer .lines_block .line .close a:hover {
	background-color: #00A6D6;
}
.overflow_sequencer .lines_block .line .switch {
}
.overflow_sequencer .lines_block .line .switch .onoffswitch {
    -moz-user-select: none;
    position: relative;
    width: 120px;
}
.overflow_sequencer .lines_block .line .switch .onoffswitch-checkbox {
    display: none;
}
.overflow_sequencer .lines_block .line .switch .onoffswitch-label {
    border-radius: 5px;
    border-style: none;
    cursor: pointer;
    display: block;
    overflow: hidden;
}
.overflow_sequencer .lines_block .line .switch .onoffswitch-inner::before {
    background-color: #00cc00;
    color: #ffffff;
    padding-left: 0;
}
.overflow_sequencer .lines_block .line .switch .onoffswitch-inner:after {
 	padding-right: 10px;
	background-color: #9797A4;
	color: #FFFFFF;
	text-align: right;
}
.overflow_sequencer .lines_block .line .switch .onoffswitch-inner::before, .onoffswitch-inner::after {
	box-sizing: border-box;
	color: white;
	display: block;
	float: left;
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	padding: 0;
	width: 50%;
}
.overflow_sequencer .lines_block .line .switch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}
.overflow_sequencer .lines_block .line .switch .onoffswitch-switch {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    border-style: none;
    bottom: 0;
    display: block;
    margin: 5px;
    position: absolute;
    right: 90px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 20px;
}
.overflow_sequencer .currentState {
	font-size: 12px;
	text-align: center;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	line-height: 26px;
	width: 90px;
}
@keyframes running {
    from   {border-bottom-color: #FFF;}
    to  {border-bottom-color: #F6D518;}
}
.overflow_sequencer .currentStateOn {
	font-size: 12px;
	text-align: center;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F6D518;
	line-height: 26px;
	width: 90px;
	animation-name: running;
    animation-duration: 1s;
	animation-iteration-count: infinite;
}
.overflow_sequencer .b_add a {
	background-color: #646477;
	background-image: url("../img/b_add_time.png");
	background-position: left top;
	background-repeat: no-repeat;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 10px;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;
	margin-top: 10px;
}
.overflow_sequencer .b_add a:hover {
	background-color: #FFFFFF;
	background-position: left bottom;
	color: #303049;
}
.forced {
	margin-right: 10px;
	margin-left: 10px;
}
.forced td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBD1;
}
.forced .current td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-style: none;
	background-color: #FFFFBF;
}
.forced .selection_block .selection {
    background-color: #cbcbd1;
    border-radius: 3px;
    border-style: none;
    font-family: "open Sans",sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
}
.forced .selection_block h2 {
	font-size: 16px;
	font-weight: bold;
}
.forced .selection_block h3 {
	font-size: 14px;
	font-weight: normal;
}
.forced .selection_block h4 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}
.buttons_nav .b_start a {
	background-color: #00CC00;
	border-radius: 3px;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 14px;
	font-weight: normal;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 10px;
}
.buttons_nav .b_start a:hover {
	background-color: #00FF00;
}
.buttons_nav .b_stop a {
	background-color: #CC0000;
	border-radius: 3px;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 14px;
	font-weight: normal;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 10px;
}
.buttons_nav .b_stop a:hover {
	background-color: #FF3300;
}
.buttons_nav .OnOffLine {
	float: right;
	padding-top: 8px;
	margin-right: 10px;
}
.buttons_nav .OnOffLine img {
	display: none;
}

.overflow_picture {
	overflow: hidden;
	height: 110px;
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #EAEAED;
}
.overflow_sequencer .lines_block .line .selection_block .selection2 {
	background-color: #cbcbd1;
	border-radius: 3px;
	border-style: none;
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	width: 100px;
	line-height: 30px;
}
.overflow_sequencer .lines_block .line .selection_block .lineNameShort {
	background-color: #cbcbd1;
	border-radius: 3px;
	border-style: none;
	font-family: "open Sans",sans-serif;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	width: 175px;
}
.overflow_sequencer .lines_block .line .selection_block .select1 {
	background-color: #cbcbd1;
	border-radius: 3px;
	border-style: none;
	font-family: "open Sans", sans-serif;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	width: 90%;
	padding: 0;
}
.overflow_sequencer .lines_block .line .selection_block .select2 {
	background-color: #cbcbd1;
	border-radius: 3px;
	border-style: none;
	font-family: "open Sans", sans-serif;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	width: 100%;
	padding: 0;
}
.overflow_sequencer .lines_block .line .selection_block .select3 {
	background-color: #cbcbd1;
	border-radius: 3px;
	border-style: none;
	font-family: "open Sans", sans-serif;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	width: 100%;
	padding: 0;
}
.overflow_sequencer .lines_block .line .selection_block .input {
    background-color: #cbcbd1;
    border-radius: 3px;
    border-style: none;
    font-family: "open Sans",sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    width: 130px;
}
.overflow_sequencer .lines_block .line .selection_block .input120 {
	background-color: #cbcbd1;
	border-radius: 3px;
	border-style: none;
	font-family: "open Sans",sans-serif;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	text-align: center;
}

.loops {
	font-size: 12px;
	text-transform: uppercase;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}
.loops .selection {
	background-color: #cbcbd1;
	border-radius: 3px;
	border-style: none;
	font-family: "open Sans",sans-serif;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	width: 60px;
}
.lineItem.line-highlight-imaginae-container {
	background-color: #FF9;
	height: 40px;
	border: 1px dotted #FC0;
}
/*****************************************************
*************************web cam************************
*********************************************************/

.webcam-cont .pictures {
	padding-top: 20px;
	padding-bottom: 20px;
}
.webcam-cont .pictures ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.webcam-cont .pictures ul li {
	float: left;
	margin: 1%;
	width: 18%;
}
.webcam-cont .pictures ul li .photo {
	text-align: left;
	width: 100%;
}
.webcam-cont .pictures ul li p {
}
.webcam-cont .pictures ul li a {
	display: block;
	height: 100%;
	visibility: hidden;
}
.buttons_nav .b_photo a {
	font-size: 14px;
	line-height: 50px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #CBCBD1;
	background-image: url(../img/b_photo.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	color: #303046;
	display: block;
	padding-right: 20px;
	border-radius: 3px;
	float: right;
}
.buttons_nav .b_photo a:hover {
	background-position: left bottom;
	background-color: #EAEAED;
}


#cboxLoadedContent{border:5px solid #FFF; background:#fff;}

/**
 * Estilos genéricos del sortable.
 */
.dragged {
	position: absolute;
	opacity: 0.5;
}
/**
 * Estilos del árbol de dispositivos.
 */
#devicesTree {
	height: 400px;
	overflow: auto;
}
#devicesTree.jstree-default {
	text-align: left;
	margin-left: 170px;
	padding-top: 10px;
	height: 480px;
}
#devicesTree.jstree-default .jstree-anchor {
	line-height: 32px;
	height: 32px;
	border: 1px solid #CBCBD1;
	border-radius: 3px;
	width: 450px;
	text-align: left;
	padding-top: 2px;
	padding-left: 2px;
	position: relative;
}
#devicesTree.jstree-default .jstree-anchor.jstree-hovered {
	background-color: #EEE;
}
#devicesTree.jstree-default .jstree-anchor.alert {
	background-image: url(../img/ico-tree-alert.png);
	background-repeat: no-repeat;
	background-position: 414px center;
}
#devicesTree.jstree-default .jstree-anchor span {
	width: 370px;
	text-overflow: ellipsis;
	overflow: hidden;
	position: absolute;
}
#devicesTree.jstree-default .jstree-icon:empty {
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 8px;
}
#devicesTree.jstree-default .jstree-icon.jstree-ocl {
	margin-right: 0px;
	width: 30px;
}
#devicesTree.jstree-default .jstree-node {
    margin-left: 34px;
	min-height: 40px;
	line-height: 40px;
}
#devicesTree.jstree-default .jstree-open > .jstree-ocl {
    background-position: -132px 0px;
}
#devicesTree.jstree-default .jstree-leaf > .jstree-ocl {
    background-position: -68px 0px;
}
#devicesTree.jstree-default .jstree-closed > .jstree-ocl {
    background-position: -100px 0px;
}
#devicesTree .close a {
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	display: block;
	height: 20px;
	width: 20px;
	border-radius: 3px;
	text-align: center;
}
#devicesTree .close a:hover {
	color: #FFF;
	background-color: #F00;
}
#devicesTree .close {
	position: absolute;
	z-index: 9999999;
	top: 1px;
	right: 1px;
}

/** Estilos para el popup de seleccionar el tipo de dispositivo nuevo a crear */
.listOptionBox {
	text-align: left;
}
.listOptionBox p {
	margin-bottom: 10px;
}
.listOptionBox .listOption {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #CBCBD1;
	border-radius: 3px;
	display: block;
}
.listOptionBox .listOption:hover {
	border-top-color: #646477;
	border-right-color: #646477;
	border-bottom-color: #646477;
	border-left-color: #646477;
	cursor: pointer;
}
.listOptionBox .listOption h3 {
	font-size: 14px;
	font-weight: normal;
}
.listOptionBox .listOption:hover h3 {
	font-weight: bold;
}
.listOptionBox .listOption h4 {
	color: #9797A4;
	font-size: 14px;
	font-weight: normal;
}
.listOptionBox .listOption:hover h4 {
	color: #646477;
}

/**
 * Estilos del popup de selección del icono del dispositivo.
 */
.listIconBox {
	text-align: left;
	margin-bottom: 10px;
}
.listIconBox p {
	margin-bottom: 10px;
}
.listIconBox .listIcon {
	padding: 8px;
	margin-bottom: 5px;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	display: inline-block;
	margin-right: 1px;
	margin-left: 2px;
}
.listIconBox .listIcon:hover {
	border-top-color: #CBCBD1;
	border-right-color: #CBCBD1;
	border-bottom-color: #CBCBD1;
	border-left-color: #CBCBD1;
	cursor: pointer;
}
.listIconBox .listIcon.active {
	border-top-color: #646477;
	border-right-color: #646477;
	border-bottom-color: #646477;
	border-left-color: #646477;
	cursor: pointer;
}

/**
 * Estilos de edición del nombre y el icono de un dispositivo.
 */
.float_box .title_edit {
	text-align: left;
	margin-bottom: 20px;
	height: 30px;
}
.float_box .title_edit h2 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(../img/ico_edit.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	line-height: 30px;
}
.buttons_nav .b_pencil a {
	background-image: url(../img/b_pencil.png);
	background-position: left top;
	background-repeat: no-repeat;
	border-radius: 3px;
	display: block;
	float: left;
	text-decoration: none;
	height: 50px;
	margin-left: 10px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 50px;
	font-size: 12px;
	line-height: 50px;
}
.buttons_nav .b_pencil a:hover {
	background-position: left bottom;
	color: #22A7CD;
	background-color: #EAEAED;
}
.elipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.center-text {
	text-align: center !important;
}
.modbusvalue {
	height: 30px;
	width: 100%;
	border: 1px solid #cbcbd1;
	border-radius: 3px;
}

.overflow_sequencer .b_add_long {
	display: inline-block;
}
.overflow_sequencer .b_add_long a {
	background-color: #646477;
	background-image: url("../img/b_add_time.png");
	background-position: left top;
	background-repeat: no-repeat;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 10px;
	text-decoration: none;
	text-transform: uppercase;
	width: 350px;
	margin-top: 10px;
}
.overflow_sequencer .b_add_long a:hover {
	background-color: #FFFFFF;
	background-position: left bottom;
	color: #303049;
}
.hidden {
	visibility: hidden;
}

/***************************************************************
********************** NEW STYLES 05-12-2019********************
****************************************************************/
.device_ui .buttons_cont .multi_state_box .state-active {
    display: inline-block;
    color: #646477;
    width: 70px;
    margin-right: 35px;
    /* margin-left: 4%; */
    background-image: url(../img/arrow_green.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.device_ui .buttons_cont .multi_state_box .state-intransit {
    display: inline-block;
    color: #646477;
    width: 70px;
    margin-right: 35px;
    /* margin-left: 4%; */
    background-image: url(../img/intransit.gif);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 10px;
    font-size: 12px;
    text-transform: uppercase;
}
.device_ui .buttons_cont .multi_state_box .state {
    display: inline-block;
    color: #646477;
    width: 70px;
    margin-right: 35px;
    /* margin-left: 35px; */
    padding-top: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.device_ui .buttons_cont .multi_state_box .state-device {
    display: inline-block;
    color: #303047;
    /* width: 1px; */
    padding-top: 4px;
    padding-right: 26px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #EEEEEE;
    border-radius: 0px 0px 0px 20px;
    background-image: url(../img/arrow-right-device-state.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-bottom: 4px;
    padding-left: 4px;
    text-align: left;
    float: left;
}


.device_ui .buttons_cont .multi_state_box {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CBCBD1;
	width: 100%;
}

/*.device_ui .buttons_cont .multi_state_box .state {*/
/*	display: inline-block;*/
/*	color: #646477;*/
/*	width: 100px;*/
/*	margin-right: 5px;*/
/*	margin-left: 5px;*/
/*	padding-top: 10px;*/
/*	font-size: 12px;*/
/*	text-transform: uppercase;*/
/*}*/
/*.device_ui .buttons_cont .multi_state_box .state-active {*/
/*	display: inline-block;*/
/*	color: #303049;*/
/*	width: 100px;*/
/*	margin-right: 5px;*/
/*	margin-left: 5px;*/
/*	background-image: url(../img/arrow_green.png);*/
/*	background-repeat: no-repeat;*/
/*	background-position: center top;*/
/*	padding-top: 10px;*/
/*	font-size: 12px;*/
/*	text-transform: uppercase;*/
/*}*/
/*.device_ui .buttons_cont .multi_state_box .state-intransit {*/
/*	display: inline-block;*/
/*	color: #646477;*/
/*	width: 100px;*/
/*	margin-right: 5px;*/
/*	margin-left: 5px;*/
/*	background-image: url(../img/intransit.gif);*/
/*	background-repeat: no-repeat;*/
/*	background-position: center top;*/
/*	padding-top: 10px;*/
/*	font-size: 12px;*/
/*	text-transform: uppercase;*/
/*}*/
/*.device_ui .buttons_cont .multi_state_box .state-device {*/
/*	display: inline-block;*/
/*	color: #303047;*/
/*	width: 114px;*/
/*	padding-top: 4px;*/
/*	padding-right: 26px;*/
/*	font-size: 14px;*/
/*	text-transform: uppercase;*/
/*	font-weight: bold;*/
/*	background-color: #EEEEEE;*/
/*	border-radius: 0px 0px 0px 20px;*/
/*	background-image: url(../img/arrow-right-device-state.png);*/
/*	background-repeat: no-repeat;*/
/*	background-position: right center;*/
/*	padding-bottom: 4px;*/
/*	padding-left: 4px;*/
/*	text-align: left;*/
/*	float: left;*/
/*}*/
.device_ui .buttons_cont .multi_state_box .state-device img {
	width: 30px;
	height: auto;
	vertical-align: middle;
	margin-right: 5px;
}
