#overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#fff;
	opacity:0.3;
	z-index:10000;
	display:none;
}
#overlay-home{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:#f8f8f8;
	opacity:0.3;
	z-index:10000;
	display:none;
}
#overlay-scan{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:#fff;
	opacity:0;
	z-index:10000;
	display:none;
}
#ball-loading p{
	font-family: Arial;
	font-size: 70px;
	top:43.5%;
	left:0;
	right:0;
	margin:auto;
	display:block;
	text-align: center;
	color: #000;
	position: fixed;
}
#ball-loading{
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	color: #000;
	z-index: 10001;
}
.sk-fading-circle {
	width: 180px;
	height: 180px;
	top: calc( 50% - ( 180px / 2) );
	right: calc( 50% - ( 180px / 2) );
	position: absolute;
	z-index: 10001;
}

.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sk-fading-circle .sk-circle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 10%;
	height: 10%;
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
	0%, 39%, 100% { opacity: 0; }
	40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
	0%, 39%, 100% { opacity: 0; }
	40% { opacity: 1; }
}

.clear{
	clear:both;
}

.logo-ismartgate{
	text-align: center;
	max-width: 100%;
	width: 348px;
	height: auto;
	padding-bottom: 20px;
}

.logo-step{
	text-align: center;
	max-width: 100%;
	width: 200px;
	height: auto;
}
.connect-img{
	text-align: center;
	max-width: 100%;
	width: 400px;
	height: auto;
}
.appstore-img{
	text-align: center;
	max-width: 100%;
	width: 150px;
	height: auto;
}

.led-img{
	text-align: center;
	max-width: 100%;
	width: 300px;
	height: auto;
}

.captura-img{
	text-align: center;
	max-width: 100%;
	width: 200px;
	height: auto;
}
.captura-text{
	padding-top: 10px;
	font-size: 12pt;
}
.captura-text2{
	padding-left: 10px;
	font-size: 12pt;
	text-align: left !important;
}
.install-title{
	font-weight: 600 !important;
	letter-spacing: 0.25em;
	font-size: 14pt !important;
}
.install-title2{
	font-size: 16pt;
}
.install-title3{
	font-size: 14pt !important;
	margin-top: 5px;
}
.desc-form{
	font-size: 10pt;
}
.center{
	text-align: center !important;
}

.right{
	text-align: right !important;
}

.release-notes-frame{
	background-color: #f8f8f8;
	/*width: auto;*/
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.finish-msg{
	border: 2px solid #CCCCCC;
	border-radius: 10px;
	font-size: 22px;
	background-color: #fff;
	padding: 15px;
}

.udi-msg{
	border: 2px solid #CCCCCC;
	border-radius: 10px;
	background-color: #fff;
	padding: 15px;
}

.udi2{
	color: #6BB434;
}

.sep{
	padding-top: 10px;
	padding-bottom: 10px;
}

.sep50{
	padding-top: 25px;
	padding-bottom: 25px;
}

.sep-line{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
}

.sep-line2{
	border-bottom: 2px solid #ffffff;
}
.sep-line-top{
	border-top: 1px solid #d2d2d2;
}

.sep-line-bot{
	border-bottom: 1px solid #d2d2d2;
}

.sep-line-top-bot{
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

.sep-line-top{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #d2d2d2;
}
.sep-line-content{
	border-bottom: 2px solid #eee;
}

.formulario{
	font-size: 12pt;
}

.camera-access{
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	padding: 10px;
	width: 270px;
	text-align: center;
}
.enable{
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	font-size: 12pt;
	padding: 10px;
	width: 110px;
}
.sensor-type{
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	padding: 10px;
	/*font-size: 12px;*/
	height: auto;
	outline: none;
}

.door-title{
	font-weight: 600 !important;
	padding: 10px;
}

.input-text{
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	padding: 10px;
	/*font-size: 12pt;*/
	height: auto;
}

.advanced-link{
	color: #6BB434;
	font-size: 16px;
	font-weight: normal;
	text-align: right;
	text-decoration:underline;
	border: none;
	background: none;
	cursor: pointer;
}

.advanced-link2{
	color: #6BB434;
	font-size: 16px;
	font-weight: normal;
	text-decoration:underline;
	border: none;
	background: none;
	cursor: pointer;
}
.advanced-link:hover, .advanced-link2:hover{
	color: #5d9a2e;
	text-decoration:underline;
}
.advanced-link:focus, .advanced-link2:focus{
	color: #6BB434;
	text-decoration:underline;
}
.advanced-upload{
	background-color: #f8f8f8;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}
.btn-next-step{
	background: url("../img/arrow-next.png") no-repeat 85% center #6BB434;
	border: 1px solid #6BB434;
	border-radius: 4px;
	color: #fff;
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: 0.07em;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 8px 45px 8px 20px;
	cursor: pointer;
	outline: none;
}
.btn-next-step:hover{
	background: url("../img/arrow-next.png") no-repeat 85% center #5d9a2e;
}

.btn-back-step{
	background: url("../img/arrow-back.png") no-repeat scroll 15px center #6BB434;
	border: 1px solid #6BB434;
	border-radius: 4px;
	color: #fff;
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: 0.07em;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 8px 20px 8px 45px;
	cursor: pointer;
	outline: none;
}
.btn-back-step:hover{
	background: url("../img/arrow-back.png") no-repeat scroll 15px center #5d9a2e;
}

.label2{
	font-weight: normal !important;
}
.door-head{
	background-color: #EEEEEE;
	vertical-align: middle;
	font-size: 14pt;
	border-top: 1px solid #d2d2d2;
}
.door-head label{
	font-size: 12pt;
}
.img-sensor{
	max-height: 230px;
	max-width: 255px;
}
.doors-images{
	display: none !important;
}
.custom-file-upload {
	background: url("../img/upload_icon.svg") no-repeat center;
	height: 30px;
	width: 30px;
	min-width: 30px;
	margin-left: 10px;
	margin-top: 10px;
	cursor: pointer;
}
.custom-file-uploading {
	background: url("../img/load-check.gif") no-repeat center;
	background-size: 25px 25px;
	height: 30px;
	width: 30px;
	min-width: 30px;
	margin-left: 10px;
	margin-top: 10px;
}

.btn-delete-img{
	background: url("../img/delete_icon.svg") no-repeat center;
	border: 0px !important;
	height: 20px;
	width: 20px;
	min-width: 20px;
	margin-left: 15px;
	margin-top: 15px;
	cursor: pointer;
	outline: none;
}
.preview-img {
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	height: 50px;
	width: 50px;
	vertical-align: middle;
}
.play-sound {
	background: url("../img/sound_preview.svg") no-repeat center;
	background-size: 40px 40px;
	border: 0px !important;
	border-radius: 4px;
	height: 40px;
	width: 40px;
	vertical-align: middle;
	margin-top: 5px;
	outline: none;
}
.play-sound:active {
	background-size: 37px 37px;
}
.stop-sound {
	background: url("../img/sound_preview_stop.svg") no-repeat center;
	background-size: 40px 40px;
	border: 0px !important;
	border-radius: 4px;
	height: 40px;
	width: 40px;
	vertical-align: middle;
	margin-top: 5px;
	outline: none;
}
.stop-sound:active {
	background-size: 37px 37px;
}
.sound-name{
	font-style: italic;
	color: #6bb434;
}
.network-content{
	background-color: #EEEEEE;
	border-bottom: 1px solid #d2d2d2;
}


.btn-search-cam{
	background: url('../img/search_camera.svg') no-repeat 5% #EEEEEE;
	background-size: 25px 25px;
	width: 100%;
	border: 1px solid #bcbcbc;
	border-radius: 4px;
	font-weight: bold;
	padding-left: 40px;
	padding: 17px;
	cursor: pointer;
	white-space: normal;
	z-index:1;
	outline: none;
}
.btn-search-cam:hover{
	background: url('../img/search_camera.svg') no-repeat 5% #e0e0e0;
	background-size: 25px 25px;
}


.btn-scan{
	background: url('../img/wifi.svg') no-repeat 5% #EEEEEE;
	background-size: 25px 25px;
	width: 100%;
	border: 1px solid #bcbcbc;
	border-radius: 4px;
	font-weight: bold;
	padding-left: 40px;
	padding: 17px;
	cursor: pointer;
	white-space: normal;
	z-index:1;
	outline: none;
}
.btn-scan:hover{
	background: url('../img/wifi.svg') no-repeat 5% #e0e0e0;
	background-size: 25px 25px;
}
.btn-scan span{
	margin-left: 40px;
}
.btn-scan-scanning{
	background: url('../img/scan_loading.gif') no-repeat 5% #EEEEEE !important;
	background-size: 25px 25px !important;
}

.btn-scan{
	background: url('../img/wifi.svg') no-repeat 5% #EEEEEE;
	background-size: 25px 25px;
	width: 100%;
	border: 1px solid #bcbcbc;
	border-radius: 4px;
	font-weight: bold;
	padding-left: 40px;
	padding: 17px;
	cursor: pointer;
	white-space: normal;
	z-index:1;
	outline: none;
}
.btn-scan:hover{
	background: url('../img/wifi.svg') no-repeat 5% #e0e0e0;
	background-size: 25px 25px;
}
.btn-scan span {
	margin-left: 40px;
}

.wifi-network{
	padding-top: 10px;
	padding-left: 20px;
	margin-right: 30px;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
}

#low-signal-adv{
	background: url('../img/signal_wifi_1.png') no-repeat 2%;
	background-size: 28px 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}

.sel-net{
	background: #fff;
}

.isg_camera{
	background-color: #eeeeee;
	padding: 5px;
}

.isg_camera_header{
	font-weight: bold;
	border-bottom: 1px solid #c5c5c5;
	margin: 0px !important;
	display: block;
	text-align: center;
}
.isg_camera_header_no_camera{
	font-weight: bold;
	border-bottom: 1px solid #c5c5c5;
	margin: 0px !important;
	display: block;
	text-align: center;
}

.isg_camera_list{
	background: url('../img/add_camera.svg') no-repeat 2% #EEEEEE;
	background-size: 25px 25px;
	border-bottom: 1px solid #c5c5c5;
	cursor: pointer;
	margin: 0px !important;
	padding-left: 30px;
}
.isg_camera_list:hover{
	font-weight: bold;
	background-color: #fff;
}

@media (max-width: 767px) {
	.isg_camera_header{
		display: none;
	}
	.isg_camera_list{
		text-align: center;
	}
	.isg_model{
		font-weight: bold;
	}
	.isg_camera_list{
		padding-left: 0px;
	}
}




.gogo_wifi{
	background-color: #eeeeee;
	padding: 5px;
}

.gogo_wifi p{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom: 1px solid #c5c5c5;
	cursor: pointer;
	margin: 0px !important;
}
.gogo_wifi p:hover{
	font-weight: bold;
	background-color: #fff;
}

.wifi-info{
	padding-right: 45px;
}

.wifi-signal-1{
	background: url('../img/signal_wifi_1.png') no-repeat 98%;
	background-size: 28px 24px;
}
.wifi-signal-2{
	background: url('../img/signal_wifi_2.png') no-repeat 98%;
	background-size: 28px 24px;
}
.wifi-signal-3{
	background: url('../img/signal_wifi_3.png') no-repeat 98%;
	background-size: 28px 24px;
}
.wifi-signal-4{
	background: url('../img/signal_wifi_4.png') no-repeat 98%;
	background-size: 28px 24px;
}
.wifi-signal-5{
	background: url('../img/signal_wifi_5.png') no-repeat 98%;
	background-size: 28px 24px;
}
.chk-log{
	padding: 10px;
}
/* navbar menu*/
.menu-bar{
	background-color: #fff;
}
.logo-bar-pro {
	width: 100%;
	height: 30px;
	background: url('../img/ismartgate_symbol.svg') no-repeat center center;
	background-size: 30px 30px;
}
.logo-bar-lite {
	width: 100%;
	height: 30px;
	background: url('../img/ismartgate_symbol.svg') no-repeat center center;
	background-size: 30px 30px;
}
@media (min-width: 768px) {
	.logo-bar-pro {
		background: url('../img/ismartgate_symbol.png') no-repeat center center;
		background-size: 30px 30px;
	}
	.logo-bar-lite {
		background: url('../img/ismartgate_symbol.png') no-repeat center center;
		background-size: 30px 30px;
	}
}
@media (min-width: 992px) {
	.logo-bar-pro {
		background: url('../img/ismartgate_logo_PRO.svg') no-repeat left center;
		background-size: 100% 30px;
	}
	.logo-bar-lite {
		background: url('../img/ismartgate_logo_LITE.svg') no-repeat left center;
		background-size: 100% 30px;
	}
}
@media (min-width: 1200px) {
	.logo-bar-pro {
		background: url('../img/ismartgate_logo_PRO.svg') no-repeat left center;
		background-size: 100% 30px;
	}
	.logo-bar-lite {
		background: url('../img/ismartgate_logo_LITE.svg') no-repeat left center;
		background-size: 100% 30px;
	}
}
.config-bar {
	width: 100%;
	height: 30px;
	cursor:pointer;
	background: url('../img/config_icon.svg') no-repeat 95% center;
	background-size: 30px 30px;

}
.config-bar-active {
	width: 100%;
	height: 30px;
	cursor:pointer;
	background: url('../img/config_icon_r.svg') no-repeat 95% center;
	background-size: 30px 30px;
}
.config-bar-update {
	width: 100%;
	height: 30px;
	cursor:pointer;
	background: url('../img/config_icon_update.svg') no-repeat 95% center;
	background-size: 30px 30px;

}
.config-bar-update-active {
	width: 100%;
	height: 30px;
	cursor:pointer;
	background: url('../img/config_icon_update_r.svg') no-repeat 95% center;
	background-size: 30px 30px;
}

.calendar-bar {
	width: 100%;
	height: 30px;
	cursor:pointer;
	background: url('../img/calendar_icon.svg') no-repeat 95% center;
	background-size: 30px 30px;
}
.calendar-bar-active {
	width: 100%;
	height: 30px;
	cursor:pointer;
	background: url('../img/calendar_icon_r.svg') no-repeat 95% center;
	background-size: 30px 30px;
}
.users-bar {
	width: 100%;
	height: 30px;
	cursor:pointer;
	background: url('../img/users_icon.svg') no-repeat 95% center;
	background-size: 30px 30px;
}
.users-bar-active {
	width: 100%;
	height: 30px;
	cursor:pointer;
	background: url('../img/users_icon_r.svg') no-repeat 95% center;
	background-size: 30px 30px;
}

.logout-bar {
	width: 100%;
	height: 30px;
	cursor:pointer;
	background: url('../img/logout_icon.svg') no-repeat 95% center;
	background-size: 30px 30px;
}
/* fin navbar menu*/

/* config menu*/
.menu-item{
	text-decoration: none;
	color: #525252;
}
.menu-item:hover{
	text-decoration: none;
	color: #6BB434;
}
.menu-item:focus{
	text-decoration: none;
	color: #525252;
}

.menu-item2{
	text-decoration: none;
	color: #525252;
}
.menu-item2:hover{
	text-decoration: none;
	color: #6BB434;
}
.menu-item2:focus{
	text-decoration: none;
	color: #525252;
}

.menu-item-device{
	background: url('../img/device_icon.svg') no-repeat 95% center;
	background-size: 30px 30px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.menu-new-update{
	background: url("../img/update-1.svg") no-repeat 0% center;
	background-size: 30px 30px;
	padding-left: 40px;
}
.menu-item-remote{
	background: url('../img/remote_access_icon.svg') no-repeat 95% center;
	background-size: 30px 30px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.menu-item-wifi{
	background: url('../img/wifi_icon.svg') no-repeat 95% center;
	background-size: 30px 30px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.menu-item-ethernet{
	background: url('../img/ethernet_icon.svg') no-repeat 95% center;
	background-size: 30px 30px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.menu-item-doors{
	background: url('../img/doors_icon.svg') no-repeat 95% center;
	background-size: 30px 30px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.menu-item-video{
	background: url('../img/video_icon.svg') no-repeat 95% center;
	background-size: 30px 30px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.menu-item-alerts{
	background: url('../img/alerts_icon.svg') no-repeat 95% center;
	background-size: 30px 30px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.menu-item-sound{
	background: url('../img/sound.svg') no-repeat 95% center;
	background-size: 30px 30px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.menu-item-users{
	background: url('../img/users_icon.svg') no-repeat 95% center;
	background-size: 30px 30px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.menu-item-events{
	background: url('../img/calendar_icon.svg') no-repeat 95% center;
	background-size: 28px 28px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}
.menu-item-light0{
	background: url('../img/light_icon_0.svg') no-repeat 95% center;
	background-size: 30px 30px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}
.menu-item-light1{
	background: url('../img/light_icon_1.svg') no-repeat 95% center;
	background-size: 30px 30px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}
.menu-item-logout{
	background: url('../img/logout_icon.svg') no-repeat 95% center;
	background-size: 30px 30px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
}
.menu-item-homekit{
	background: url('../img/homekit.svg') no-repeat 95% center;
	background-size: 30px 30px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}
/* fin config menu*/
.header-menu{
	font-size: 23px;
	height: 50px;
	line-height: 50px;
}
.back-btn{
	background: url('../img/back_button.svg') no-repeat center center;
	background-size: 20px 20px;
	width: 100%;
	height: 50px;
	outline: none;
}
.content-level{
	background-color: #eeeeee;
}
.sub-menu{
	font-size: 17px;
	font-weight: bold;
	padding-top:30px;
	padding-bottom:30px;
	color: #000;
}
.sub-menu2{
	font-size: 17px;
	font-weight: bold;
	padding-top:30px;
	padding-bottom:10px;
	color: #000;
}

.sub-content{
	padding-top:30px;
	padding-bottom:30px;
}
.device-tab-title{
	font-weight: bold;
}
.device-tab-item{
	border-bottom: 1px solid #cccccc;
}
.device-update{
	background: url("../img/update-1.svg") no-repeat 0% center;
	background-size: 35px 35px;
	padding-left: 50px;
}
.btn-green{
	background-color: #6BB434;
	border: 1px solid #6BB434;
	border-radius: 4px;
	color: #fff;
	font-size: 13pt;
	font-weight: bold;
	letter-spacing: 0.07em;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 6px 18px 6px 18px;
	cursor: pointer;
	outline: none;
}
.btn-green:hover{
	background-color: #5d9a2e;
}

.table-logs{
	font-size: 10pt;
}

.table-logs tr{
	height: 42px;
}

.page-sep{
	padding-top: 25px;
}
.btn-next-page {
	background: url("../img/right-arrow-green.svg") no-repeat center;
	background-size: 20px 20px;
	border: medium none;
	padding: 17px;
	width: 5px;
	cursor: pointer;
	outline: none;
}

.btn-prev-page {
	background: url("../img/left-arrow-green.svg") no-repeat center;
	background-size: 20px 20px;
	border: medium none;
	padding: 17px;
	width: 5px;
	cursor: pointer;
	outline: none;
}
.btn-enable-on{
	background: url("../img/enabled.svg") no-repeat top;
	background-size: 60px auto;
	border: medium none !important;
	cursor:pointer;
	width: auto;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	padding-top: 35px;
	letter-spacing: 0.15em;
	outline: none;
}
.btn-enable-off{
	background: url("../img/disabled.svg") no-repeat top;
	background-size: 60px auto;
	border: medium none !important;
	cursor:pointer;
	width: auto;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	padding-top: 35px;
	letter-spacing: 0.15em;
	outline: none;
}
.btn-delete{
	background: url("../img/delete_icon.svg") no-repeat center;
	border: 0px !important;
	height: 20px;
	width: 20px;
	min-width: 20px;
	cursor: pointer;
	margin-top: 15px;
	outline: none;
}

.btn-expand-1{
	background: url("../img/expand.svg") no-repeat center;
	border: 0px solid #bcbcbc;
	border-radius: 4px;
	height: 30px;
	width: 30px;
	min-width: 30px;
	cursor: pointer;
	margin-top: 15px;
	float: left;
	outline: none;
}
.btn-expand-0{
	background: url("../img/hide.svg") no-repeat center;
	border: 0px solid #bcbcbc;
	border-radius: 4px;
	height: 30px;
	width: 30px;
	min-width: 30px;
	cursor: pointer;
	margin-top: 15px;
	float: left;
	outline: none;
}

.row-light{
	background-color: #f8f8f8;
}
.device{
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
}
.tab-device-header{
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tab-device-header2{
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
}

.tab-device-item{
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.device-collapse{
	display: none;
}
.device-collapse2{
	display: block;
}
@media (min-width: 768px) {
	.device-collapse {
		display: none;
	}
	.device-collapse2 {
		display: block;
	}
	.tab-device-header{
		text-align: left;
	}
	.tab-device-header2{
		display: none;
	}
}
@media (min-width: 992px) {
	.device-collapse {
		display: block;
	}
	.device-collapse2 {
		display: none;
	}
	.tab-device-header{
		text-align: center;
	}
	.tab-device-header2{
		display: block;
	}
}
@media (min-width: 1200px) {
	.device-collapse {
		display: block;
	}
	.device-collapse2 {
		display: none;
	}
	.tab-device-header{
		text-align: center;
	}
	.tab-device-header2{
		display: block;
	}
}

.sensor-slider{
	width: 250px;
	height: 50px;
	padding-top: 22px;
}

.btn-plugin{
	background: url('../img/ismartgate_symbol.svg') no-repeat 10% #EEEEEE;
	background-size: 25px 25px;
	border: 1px solid #bcbcbc;
	border-radius: 4px;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	cursor: pointer;
	text-decoration: none !important;
	color: #525252;
	white-space: normal;
	z-index:1;
	outline: none;
}
.btn-plugin:hover{
	background: url('../img/ismartgate_symbol.svg') no-repeat 10% #e0e0e0;
	background-size: 25px 25px;
	text-decoration: none !important;
	color: #525252 !important;
}

.btn-link{
	padding-top: 40px;
}

.no-decoration{
	text-decoration: none;
}
.btn-video-plugin{
	background: url('../img/plugin_video.svg') no-repeat 10% #EEEEEE;
	background-size: 25px 25px;
	color: #525252;
	width: 70%;
	min-width: 160px;
	border: 1px solid #bcbcbc;
	border-radius: 4px;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	cursor: pointer;
	white-space: normal;
	z-index:1;
	outline: none;
}
.btn-video-plugin:hover{
	background: url('../img/plugin_video.svg') no-repeat 10% #e0e0e0;
	background-size: 25px 25px;
	color: #525252;
	text-decoration: none !important;
}

.btn-user-plugin{
	background: url('../img/user_plugin.svg') no-repeat 10% #EEEEEE;
	background-size: 20px 20px;
	color: #525252;
	width: 70%;
	min-width: 160px;
	border: 1px solid #bcbcbc;
	border-radius: 4px;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	cursor: pointer;
	white-space: normal;
	z-index:1;
	outline: none;
}
.btn-user-plugin:hover{
	background: url('../img/user_plugin.svg') no-repeat 10% #e0e0e0;
	background-size: 20px 20px;
	color: #525252;
	text-decoration: none !important;
}

.btn-add-user{
	background: url('../img/add_user.svg') no-repeat 10% #EEEEEE;
	background-size: 25px 25px;
	width: 70%;
	border: 1px solid #bcbcbc;
	border-radius: 4px;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	cursor: pointer;
	white-space: normal;
	z-index:1;
	outline: none;
}
.btn-add-user:hover{
	background: url('../img/add_user.svg') no-repeat 10% #e0e0e0;
	background-size: 25px 25px;
}

.search-btn{
	background: url('../img/search_btn.svg') no-repeat center center #ffffff;
	background-size: 25px 25px;
	border: 0px;
	width: 30px;
	height: 30px;
	padding: 10px;
	float:left;
	outline: none;
}
.search-input{
	background-color: #fff;
	border: 0px;
	width: 75%;
	float:left;
	padding: 5px;
	outline: none;
}
.search-block{
	display: inline-block;
	background-color: #fff;
	border: 1px solid #bcbcbc;
	border-radius: 4px;
	padding:6px;
	width: 70%;
}

.btn-db-download{
	background: url('../img/DB_download.svg') no-repeat 10% #EEEEEE;
	background-size: 25px 25px;
	border: 1px solid #bcbcbc;
	border-radius: 4px;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	cursor: pointer;
	white-space: normal;
	z-index:1;
	outline: none;
}
.btn-db-download:hover{
	background: url('../img/DB_download.svg') no-repeat 10% #e0e0e0;
	background-size: 25px 25px;
}

.btn-db-upload{
	background: url('../img/DB_upload.svg') no-repeat 10% #EEEEEE;
	background-size: 25px 25px;
	border: 1px solid #bcbcbc;
	border-radius: 4px;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	cursor: pointer;
	white-space: normal;
	z-index:1;
	outline: none;
}
.btn-db-upload:hover{
	background: url('../img/DB_upload.svg') no-repeat 10% #e0e0e0;
	background-size: 25px 25px;
}
.btn-delete-grey{
	background: url("../img/close_icon_grey.svg") no-repeat center;
	background-size: 20px 20px;
	border: 0px !important;
	height: 20px;
	width: 20px;
	cursor: pointer;
	padding: 30px;
	outline: none;
}

.btn-edit-user{
	background: url('../img/edit_user.svg') no-repeat center center;
	background-size: 25px 25px;
	border: 0px;
	width: 30px;
	height: 30px;
	padding: 30px;
	outline: none;
}
.btn-edit-access{
	background: url('../img/edit_access.svg') no-repeat center center;
	background-size: 25px 25px;
	border: 0px;
	width: 30px;
	height: 30px;
	padding: 30px;
	outline: none;
}

.btn-database{
	background: url('../img/database.svg') no-repeat center center;
	background-size: 25px 25px;
	border: 0px;
	width: 30px;
	height: 30px;
	padding: 30px;
	outline: none;
}

.btn-grey{
	background-color: #EEEEEE;
	width: 70%;
	border: 1px solid #bcbcbc;
	border-radius: 4px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	cursor: pointer;
	white-space: normal;
	z-index:1;
	outline: none;
}
.btn-grey:hover{
	background-color: #e0e0e0;
}

.user{
	font-size: 21px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	float: left;
}

.users-found-block{
	display: inline-block;
}

.users-found{
	float: left;
	padding-top: 12px;
	padding-bottom: 12px;
}
.back-search{
	float: left;
	padding-left: 50px;
}

.admin{
	background: url('../img/admin.svg') no-repeat left center;
	background-size: 40px 40px;
}

.total-access{
	background: url('../img/total_access.svg') no-repeat left center;
	background-size: 40px 40px;
}

.restricted-access{
	background: url('../img/restricted_access.svg') no-repeat left center;
	background-size: 40px 40px;
}
.one-day-access{
	background: url('../img/one_day_access.svg') no-repeat left center;
	background-size: 40px 40px;
}
.disabled-user{
	background: url('../img/user_disabled.svg') no-repeat left center;
	background-size: 40px 40px;
}

.img-captcha{
	border: 1px solid #bcbcbc;
	border-radius: 4px;
}

.enable-title{
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tab-horas{
	padding-left: 8px !important;
	padding-right: 8px !important;
}
.tab-hora0{
	background-color: #ffffff;
	border: 1px solid #bcbcbc;
	border-radius: 4px;
	padding: 20px 10px 20px 10px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 8px;
	cursor: pointer;
}
.tab-hora0:hover{
	border: 1px solid #6BB434;
	background-color: #f8f8f8;
}

.tab-hora1{
	background-color: #dff0d8;
	border: 1px solid #6BB434;
	border-radius: 4px;
	padding: 20px 10px 20px 10px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 8px;
	cursor: pointer;
}

.btn-week{
	width: 14% !important;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: bold;
}

.btn-week-active{
	background-color: #e6e6e6;
}

.check-pass{
	margin: 8px 8px 8px !important;
	margin-top: 1px \9;
	line-height: normal;
	width: 20px;
	height: 20px;
}

.users-total-limit{
	color: #cd2200;
}

.highlight a{
	background-color: #def1cf !important;
	background-clip: content-box;
	overflow:hidden;

}

/* MODAL GIF */
#modalGif{
	background-color: #fff;
	display: none;
	margin-left: 0px;
	position: relative;
	border: 0px;
	border-radius: 4px;
	width: 320px;
	height: 240px;
	z-index: 10042;
}
@media (min-width: 469px) and (max-width: 992px){
	#modalGif{
		margin-left: 0px !important;
	}
}
@media (min-width: 768px) {
	#modalGif{
		margin-left: 25%;
		width: 640px;
		height: 480px;
	}
}
.imageContainer {
	position: relative;
	width: 25%;
	padding-bottom: 25%;
	float: left;
	height: 0;
}

#closeModalGif a{
	color: #525252;
	padding: 15px;
	text-decoration:none;
}
#closeModalGif{
	border: 0px;
	border-radius: 4px;
	background-color: #fff;
	color: #525252;
	cursor: pointer;
	font-size: 16px;
	height: 40px;
	padding: 13px;
	text-align: right;
}
/*********/

.btn-refresh{
	background: url('../img/refresh.svg') no-repeat 10% #EEEEEE;
	background-size: 20px 20px;
	border: 1px solid #bcbcbc;
	border-radius: 4px;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	cursor: pointer;
	text-decoration: none;
	color: #525252;
	white-space: normal;
	z-index:1;
	outline: none;
}
.btn-refresh:hover{
	background: url('../img/refresh.svg') no-repeat 10% #e0e0e0;
	background-size: 20px 20px;
	text-decoration: none;
	color: #525252 !important;
}

.chk-log2{
	background: url("/isg/img/save_event.svg") no-repeat scroll center rgba(0, 0, 0, 0);
	display: block;
	height: 25px;
	margin: auto;
	width: 30px;
	cursor: pointer;
}

.tick-checked{
	background: url("/isg/img/save_event_r.svg") no-repeat scroll center rgba(0, 0, 0, 0) !important;
}

.load-checked{
	background: url("/isg/img/load-check.gif") no-repeat center center;
	background-size: 25px 25px;
}

.search-cam-models-results{
	background-color: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	height: 250px;
	overflow-y: scroll;
	position: absolute;
	width: 100%;
	z-index: 5;
}

.search-cam-models-results p:hover{
	background-color:#EEEEEE;
	cursor:pointer;
}

.search-cam-models-results p{
	background-color: #fff;
	padding: 5px 10px;
}

.model-option-camera{
	color: #6bb434;
}

.cam-results{
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	margin-left: 15px;
}

.progress {
	position:relative;
	border: 1px solid #ddd;
	padding: 1px;
	border-radius: 3px;
	display:none;
}
.bar {
	background-color: #6bb434;
	width:0%;
	height:20px;
	border-radius: 3px;
}
.percent {
	position:absolute;
	display:inline-block;
	top:2px; left:48%;
	font-size: 12px;
}
.check-loading{
	background: url("../img/scan_loading.gif") no-repeat left center;
	background-size: 25px 25px;
	width:30px;
	height:30px;
}


/***********************  HOME  ******************************/
.btn-door-block{
	display: table;
	margin: 0 auto;
}

.block-activ {
	width: 180px;
	height: 100px;
	background-size: cover;
	overflow: hidden;
	position: relative;
	display: table-cell;
}
.block-activ-vertical {
	width: 100px;
	height: 180px;
	background-size: cover;
	overflow: hidden;
	position: relative;
	display: table-cell;
}

.block-btn-activ {
	width: 100px;
	height: 100px;
	background-size: cover;
	cursor:pointer
}

.block-sub-activ {
	width: 174px;
	height: 100px;
	margin: 3px;
	float: left;
}
.block-sub-activ-vertical {
	width: 100px;
	height: 174px;
	margin: 3px;
	float: left;
}
.txt-button-door{
	position: absolute;
	top: 42%;
	left: 8%;
	overflow: hidden;
	text-align: center;
	color: #888;
	font-size: 14px;
}

.btn-open {
	background: url("/isg/img/garage/slider_open.svg") no-repeat center transparent;
	position: relative;
	left: 74px;
	top: 0px;
}
.btn-open.-vertical {
	background: url("/isg/img/garage/slider_open.svg") no-repeat center transparent;
	left: 0px;
	top: 0px;
}
.btn-close {
	background: url("/isg/img/garage/slider_close.svg") no-repeat center transparent;
}
.btn-close.-vertical{
	background: url("/isg/img/garage/slider_close.svg") no-repeat center transparent;
	position: relative;
	top: 74px;
	left: 0px;
}

.btn-on {
	background: url("/isg/img/garage/slider_on.svg") no-repeat center transparent;
	position: relative;
	left: 74px;
	top: 0px;
}
.btn-off {
	background: url("/isg/img/garage/slider_off.svg") no-repeat center transparent;
}

.bg-slider-open{
	background:url("/isg/img/garage/slider_bg_open.svg") no-repeat center transparent;
	background-size: 180px 100px;
}
.bg-slider-open-vertical{
	background:url("/isg/img/garage/slider_bg_open_vertical.svg") no-repeat center transparent;
	background-size: 100px 180px;
}
.bg-slider-close{
	background:url("/isg/img/garage/slider_bg_close.svg") no-repeat center transparent;
	background-size: 180px 100px;
}
.bg-slider-close-vertical{
	background:url("/isg/img/garage/slider_bg_close_vertical.svg") no-repeat center transparent;
	background-size: 100px 180px;
}
.bg-slider-on{
	background:url("/isg/img/garage/slider_bg_on.svg") no-repeat center transparent;
	background-size: 180px 100px;
}
.bg-slider-off{
	background:url("/isg/img/garage/slider_bg_off.svg") no-repeat center transparent;
	background-size: 180px 100px;
}

.bg-slider-action-open, .bg-slider-action-on{
	background:url("/isg/img/garage/loading_open.gif") no-repeat center transparent;
	background-size: 180px 100px;
}
.bg-slider-action-open-vertical{
	background:url("/isg/img/garage/loading_open_vertical.gif") no-repeat center transparent;
	background-size: 100px 180px;
}
.bg-slider-action-close, .bg-slider-action-off{
	background:url("/isg/img/garage/loading_close.gif") no-repeat center transparent;
	background-size: 180px 100px;
}
.bg-slider-action-close-vertical{
	background:url("/isg/img/garage/loading_close_vertical.gif") no-repeat center transparent;
	background-size: 100px 180px;
}

.door-block-container{
	display: table;
	width: 100%;
}
.slider-block{
	display: inline-block;
	position: relative;
}
.temperature-block{
	display: table-cell;
	vertical-align: top;
	margin-top: 15px;
	width: 80px;
	height: 100px;
}
.battery-block {
	display: table-cell;
	vertical-align: top;
	margin-top: 15px;
	width: 80px;
	height: 100px;
}


.user-home{
	font-size: 16px;
	padding:5px;

}
/*
.block-door-nav{
	display: table;
	width:100%;
	text-align:center;
}

.arrow-btn{
	width: 17%;
	display: table-cell;
	table-layout: fixed;
}

.door-name{
	display: table-cell;
	table-layout: fixed;
	font-size: 25px;
	font-weight:bold;
	width: 65%;
	vertical-align: middle;
	text-align: center;
}

.btn-door-right{
	background: url("/isg/img/right.svg") no-repeat center center;
	background-size: 25px 25px;
	border: none;
	height: 30px;
	cursor: pointer;
	outline: none;
}

.btn-door-left{
	background: url("/isg/img/left.svg") no-repeat center center;
	background-size: 25px 25px;
	border: none;
	height: 30px;
	cursor: pointer;
	outline: none;
}
*/
.block-door-nav{
	width:100%;
	text-align:center;
}

.arrow-btn{
	width: 17%;
	display: table-cell;
	table-layout: fixed;
}

.door-arrow-right{
	text-align: center;
	height: 40px;
	cursor: pointer;
	display: inline-block;
	padding-left: 30px;
}

.door-arrow-left{
	text-align: center;
	height: 40px;
	cursor: pointer;
	display: inline-block;
	padding-right: 30px;
}

.door-name{
	font-size: 25px;
	font-weight:bold;
	vertical-align: middle;
	text-align: center;
	height: 40px;
	cursor: pointer;
	display: inline-block;
}

.btn-door-list{
	background: url("../img/door_list.svg") no-repeat top left;
	background-size: 35px auto;
	cursor: pointer;
	border: 0px !important;
	width: 40px;
	height: 40px;
	outline: none;
}

.btn-door-right{
	background: url("/isg/img/right.svg") no-repeat center center;
	background-size: 25px 25px;
	border: none;
	height: 30px;
	cursor: pointer;
	outline: none;
}

.btn-door-left{
	background: url("/isg/img/left.svg") no-repeat center center;
	background-size: 25px 25px;
	border: none;
	height: 30px;
	cursor: pointer;
	outline: none;
}

.img-home{
	margin-left: -15px;
	margin-right: -15px;
	height: 240px;
	width: 320px;
}
@media (max-width: 350px) {
	.img-home{
		height: 225px;
		width: 300px;
	}
	.door-name{
		font-size: 20px;
	}
}

@media (min-width: 768px) {
	.img-home{
		height: 480px;
		width: 640px;
	}
	.door-block-container{
		display: table;
		width: 50%;
		margin-left: 25%;
	}
}
.img-open, .img-on{
	border: 5px solid #6BB434;
	border-radius: 8px;
}

.img-close, .img-off{
	border: 5px solid #d33b3d;
	border-radius: 8px;
}

.temperature-text{
	font-size: 12px;
	display: block;
	color: #a9a9a9;
	white-space: normal;
}

.text-cam{
	font-size: 12px;
	display: block;
	color: #a9a9a9;
	white-space: normal;
}
.viewer-disabled{
	cursor: pointer;
}

.temperature_icon{
	background: url("../img/temperature.svg") no-repeat center center;
	background-size: 20px 40px;
	display: inline-block;
	border:none;
	height: 40px;
	width: 20px;
}

.battery_full{
	background: url("../img/battery_full.svg") no-repeat center center;
	background-size: 20px 40px;
	display: inline-block;
	border:none;
	height: 40px;
	width: 20px;
}
.battery_low{
	background: url("../img/battery_low.svg") no-repeat center center;
	background-size: 20px 40px;
	display: inline-block;
	border:none;
	height: 40px;
	width: 20px;
}
.battery_80{
	background: url("../img/battery_80.svg") no-repeat center center;
	background-size: 20px 40px;
	display: inline-block;
	border:none;
	height: 40px;
	width: 20px;
}
.battery_60{
	background: url("../img/battery_60.svg") no-repeat center center;
	background-size: 20px 40px;
	display: inline-block;
	border:none;
	height: 40px;
	width: 20px;
}
.battery_40{
	background: url("../img/battery_40.svg") no-repeat center center;
	background-size: 20px 40px;
	display: inline-block;
	border:none;
	height: 40px;
	width: 20px;
}
.battery_20{
	background: url("../img/battery_20.svg") no-repeat center center;
	background-size: 20px 40px;
	display: inline-block;
	border:none;
	height: 40px;
	width: 20px;
}

.cam-ok{
	background: url("../img/allok.svg") no-repeat left center;
	background-size: 25px 25px;
	padding-left: 30px;
}

.cam-error{
	background: url("../img/error.svg") no-repeat left center;
	background-size: 25px 25px;
	padding-left: 30px;
}

.cam-loading{
	background: url("../img/scan_loading.gif") no-repeat left center;
	background-size: 25px 25px;
	padding-left: 30px;
}

/***********************  FIN HOME  ******************************/




input[type=range] {
	-webkit-appearance: none; /* Hides the slider so that custom slider can be made */
	width: 100%; /* Specific width is required for Firefox. */
	background: transparent; /* Otherwise white in Chrome */
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
}

input[type=range]:focus {
	outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
	width: 100%;
	cursor: pointer;

	/* Hides the slider so custom styles can be added */
	background: transparent;
	border-color: transparent;
	color: transparent;
}
/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 36px;
	width: 16px;
	border-radius: 3px;
	background: #6BB434;
	cursor: pointer;
	margin-top: -14px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
	box-shadow: 1px 1px 1px #fff, 0px 0px 1px #fff; /* Add cool effects to your sliders! */
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
	box-shadow: 1px 1px 1px #fff, 0px 0px 1px #fff;
	height: 36px;
	width: 16px;
	border-radius: 3px;
	background: #6BB434;
	cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
	box-shadow: 1px 1px 1px #fff, 0px 0px 1px #fff;
	height: 36px;
	width: 16px;
	border-radius: 3px;
	background: #6BB434;
	cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	background: #cacaca;
	border-radius: 1.3px;
	border: 0.2px solid #bcbcbc;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: #cacaca;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	background: #cacaca;
	border-radius: 1.3px;
	border: 0.2px solid #bcbcbc;
}

input[type=range]::-ms-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
}
input[type=range]::-ms-fill-lower {
	background: #cacaca;
	border: 0.2px solid #010101;
	border-radius: 2.6px;
	border: 0.2px solid #bcbcbc;
}
input[type=range]:focus::-ms-fill-lower {
	background: #cacaca;
}
input[type=range]::-ms-fill-upper {
	background: #cacaca;
	border: 0.2px solid #010101;
	border-radius: 2.6px;
	border: 0.2px solid #bcbcbc;
}
input[type=range]:focus::-ms-fill-upper {
	background: #cacaca;
}

/* The side navigation menu */
.sidenav {
	height: 100%; /* 100% Full-height */
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 10; /* Stay on top */
	top: 50px; /* Stay at the top */
	left: 0;
	background-color: #EEEEEE;
	font-size: 18px;
	color: #525252;
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 10px; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	color: #525252;
	display: block;
	transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
	color: #e3000f;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
.list-doors{
	width: 100%;
	height: 40px;
	vertical-align: middle;
	text-align: left;
	color: #525252;
	font-size: 20px;
	padding-left: 30px;
	font-weight: bold;
	outline: none;
}
.list-doors-btn{
	position: fixed;
	width: 100%;
	height: 40px;
	vertical-align: middle;
	text-align: left;
	color: #e3000f;
	font-size: 20px;
	padding-left: 30px;
	padding-top: 20px;
	outline: none;
	z-index: 9;
}

.tab-door{
	border: medium none !important;
	cursor:pointer;
	width: 100%;
	height: 40px;
	vertical-align: middle;
	text-align: left;
	font-size: 18px;
	padding-left: 60px;
	outline: none;
}
.tab-door:hover{
	background-color: #f8f8f8;
	font-weight: bold;
}
.tab-door-open{
	background: url("../img/garage/slider_open.svg") no-repeat 9% center;
	background-size: 30px auto;

}
.tab-door-close{
	background: url("../img/garage/slider_close.svg") no-repeat 9% center;
	background-size: 30px auto;
}
.tab-selected{
	background-color: #f8f8f8;
	font-weight: bold;
}

.warning-sensor{
	color: #e3000f;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
	transition: margin-left .5s;
}
#menu-bar {
	transition: margin-left .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}
