input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

hr{
	border-color: #0095ff;
}
th{
	font-weight: normal;
	text-align: initial;
}

@font-face {
	font-family: Satisfy;
    src: url("fonts/Satisfy-Regular.ttf") format("truetype");
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
}


html{
	font-size: 12pt;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #FFF;
}


.light_flavor{
	background-color: #1c9fff;
}

.dark_flavor{
	background-color: #023052;
}

ul{
	list-style-type: none;
	text-decoration:none;
	color:inherit;
}

#contenido > ul > li {
    list-style-type: none;
    font-size: 10pt;
    margin-bottom: 3px;
}

fieldset > ul > li {
    list-style-type: none;
    font-size: 10pt;
    margin-bottom: 3px;
}

/*
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	input[type=text],input[type=number], input[type=url], input[type=email], input[type=password], input[type=tel] {
	  -webkit-appearance: none; -moz-appearance: none;
	  margin: 0 auto;
	  width: 80%; height: 40px;
	  line-height: 40px; font-size: 17px;
	  border: 1px solid #bbb;
	}
}
*/

body{
	margin: 0;
	padding: 0;
	//height: 100%;
    width: 100%;
	background-repeat: repeat;
}

#wrapper{
	height: 100%;
    width: 100%;

}

.container{
/*	position:absolute; */
	background-attachment: fixed;
	width: 100%;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:hidden;
	margin-bottom: 100px;
	min-height: 100vh;
}
#notification_bar{
	display:none;
	position:fixed;
	height:30px;
	width:300px;
	top:0;
	background: #FF6600;
	left: 50%;
	-ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	text-align:center;
	line-height:30px;
	font-size:1.2em;
	z-index:900;
}


/*Top Head*/
#top_head{
	font-size: 1.2em;
	height: 30px;
	padding: 0;
	margin: 0;
	z-index:12;
	background-color: #000;
	border-bottom: 2px solid #404040;
}

#menu_button{
	float:left;
	background: url(images/menu-icon-main.png) no-repeat;
	width:32px;
	height:30px;
	margin-left:5px;
	background-size: 100% 100%;
}



#power_system{
	float:right;
	background: url(images/power-system-grey-icon.png) no-repeat;
	background-size: 100% 100%;
	width:30px;
	height:30px;
	margin-right:5px;
}

#power_system:hover{
	opacity: .6;
}

#sockconn{
	float:right;
	background-size: 100% 100%;
	width:8px;
	height:8px;
	background-color: #000;
	border-radius: 50%;
}

#bell_top_head{
	float:right;
	width:30px;
	height:30px;
	font-size:22px;
	line-height: 30px;
	color: #bcbcbc;
}

#bell_top_head:hover{
	color: #FFF;
}

#bell_alarm_number{
	font-family: 'Open Sans', sans-serif;
	font-size:10px;
	color:#bcbcbc;
	vertical-align:middle;
	position: absolute;
	margin-left: 23px;
    top: 0;
}

#expand_top_head{
	background: url(images/expand-top-head.png) no-repeat;
	background-size: 100% 100%;
	width:20px;
	height:30px;
	margin-right:auto;
	margin-left:auto;
}

#expand_top_head:hover{
		opacity: .6;
		cursor: move;
}

#power_system_container{
	display:none;
	position: absolute; 
	top: 30px; 
	right: 0px;
	float:right; 
	min-width: 200px;
	background-color:#262626;
	opacity:0.9;
	color:#bcbcbc;
	font-size: 0.8em;
	z-index:99;
}

#power_system_container ul{
	border-bottom: 2px solid #333333;
	padding-bottom: 5px;
    padding: 0;
    margin:0;
}

#power_system_container ul li{
	padding-top:10px;
	padding-bottom: 10px;
	padding-left:15px;
	line-height: 10px;
	cursor:default;
}


#power_system_container ul li:hover{
	
	background-color:#808080;
	color:#FFFFFF;
}

#power_system_container ul a,
#power_system_container li a
{
	text-decoration: none;
	color:#bcbcbc;
	cursor:default;
}

/*END Top Head*/


/*Loading gif inside Menu List container*/

#loading_icon_container{
	position:absolute;
	width:100%;
	text-align:center;
	display: block;
}

#loading_icon_container img{
	margin: auto auto;
	padding-top:10%;	
}


/*HEAD BUTTONS*/
#head_buttons{
	width:100%;
	//background-color:#3498db; 
	background-color: rgba(255, 255, 255, 0.1);
	border-bottom: #FFF solid 1px;
	height:40px;
	margin-bottom:1px;
	//overflow:auto;
}

#head_buttons_wrap{
	white-space: nowrap;
}

#head_buttons  div{
	float:right;
	//display: inline-block;	
}

#head_buttons  div:hover{
	//opacity: .6;
}

.h_title{
	position:absolute;
	left: 0;
	margin-left: 5px;
	height:40px;
	line-height: 40px;
	color:#FFFFFF;
	text-transform: uppercase;
	font-size:1em;
	z-index:10;
}

.h_button {
	height:40px;
	width:40px;
	margin-left:10px;
	/*font-family: 'Pacifico', cursive;*/
}

.button_add_new{
	background: url(images/add_icon.png) no-repeat;
	background-size: 100% 100%;
}

.button_add_new_submenu{
	display:none;
	position:fixed;
	top:70px;
	right:2px;
	background-color: #60d7a9;
	margin:0;
	cursor:default;
	margin:0;
    padding: 0;
}

.button_add_new_submenu li, .button_add_new_submenu li div {
	list-style-type: none;
    text-decoration: none;
	position:relative;
	padding:7px;
	color:#333;
	margin:0;
	display:flex;
}
.button_add_new_submenu li{
	border: 1px solid #FFF;
}


.button_delete{
	display:none;
	background: url(images/icon_trash.png) no-repeat;
	background-size: 100% 100%;
}

.button_edit{
	display:none;
	background: url(images/icon_edit.png) no-repeat;
	background-size: 100% 100%;
}
.button_view{
	display:none;
	background: url(images/view_icon.png) no-repeat;
	background-size: 100% 100%;
}
.button_export{
	background: url(images/icon_export.png) no-repeat;
	background-size: 100% 100%;
}

.button_back{
	background: url(images/icon_back.png) no-repeat;
	background-size: 100% 100%;
}
.button_filter{
	background: url(images/icon_filter.png) no-repeat;
	background-size: 100% 100%;
}
.button_fullscreen{
	background: url(images/icon_fullscreen.png) no-repeat;
	background-size: 100% 100%;
	z-index:1000;
}
.button_share{
	background: url(images/share_icon.png) no-repeat;
	background-size: 100% 100%;
	z-index:1000;
}
.button_camera{
	background: url(images/camera_icon.png) no-repeat;
	background-size: 100% 100%;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
.button_camera:active{
	opacity: .6;
}

.ui-widget-overlay.custom-overlay{
    background-color: black;
    background-image: none;
    opacity: 0.9;
    z-index: 1040;    
}

.search_tree{
	height:40px;
	margin-right: 5px;
}
.search_input{
	width:100px;
	height:37px;
	border:none;
	font-size:1.5em;
	display:none;
}

.search_icon{
	height: 40px;
    width: 40px;
	background: url(images/search_icon.png) no-repeat;
	background-size: 100% 100%;
	
}




/* SLIDE FORM CLASES */
.quark_form{
	width:100%;
}

.head_form{
	width:100%;
	background: #3498db;
	height: 40px;
	display:inline-block;
}
.title_form{
	float: left;
	display: inline;
	line-height:40px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	margin-left:10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size:0.8em;
}
.close_form{
	display: inline;
	float: right;
	font-size:30px;
	color:#333333;
	height: 40px;
	width: 40px;
	background: #ffffff;
	border-bottom: 1px solid #999;
	line-height:40px;
	text-align: center;
	vertical-align: middle;
	cursor:pointer;
}

.close_form:hover{
	opacity: .6;
	margin:0;
}


/*Spinner Loading*/
#content_loading {
	position:fixed;
    height: 100%;
    width: 100%;
	top: 50%;
	left: 50%;
	text-align: center;
	background-color:rgba(0, 0, 0, 0.5);
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
}	

.spinner {
  -webkit-transform: rotate(-90deg);
  position: relative;
  width: 120px;
  height: 120px;
  margin: 60px auto;
}
.spinner i {
  position: absolute;
  display: block;
  transform-origin: -50px;
  top: 50%;
  left: 50%;
}
.spinner i:after {
  position: absolute;
  content: '';
  display: block;
  border-radius: 50%;
  background: #3498db;
}
.spinner i:nth-child(1) {
  animation: spin 1.8s 0.1s infinite;
}
.spinner i:nth-child(1):after {
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
}
.spinner i:nth-child(2) {
  animation: spin 1.8s 0.2s infinite;
}
.spinner i:nth-child(2):after {
  top: -8px;
  left: -8px;
  width: 16px;
  height: 16px;
}
.spinner i:nth-child(3) {
  animation: spin 1.8s 0.3s infinite;
}
.spinner i:nth-child(3):after {
  top: -7px;
  left: -7px;
  width: 14px;
  height: 14px;
}
.spinner i:nth-child(4) {
  animation: spin 1.8s 0.4s infinite;
}
.spinner i:nth-child(4):after {
  top: -6px;
  left: -6px;
  width: 12px;
  height: 12px;
}
.spinner i:nth-child(5) {
  animation: spin 1.8s 0.5s infinite;
}
.spinner i:nth-child(5):after {
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
}
.spinner i:nth-child(6) {
  animation: spin 1.8s 0.6s infinite;
}
.spinner i:nth-child(6):after {
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
}
.spinner i.toggle-inflate {
  animation: inflate 1.3s ease;
}

@keyframes spin {
  0% {
    transform: translateX(50%) translateY(-50%) rotate(0deg);
  }
  20% {
    transform: translateX(50%) translateY(-50%) rotate(0deg);
  }
  80% {
    transform: translateX(50%) translateY(-50%) rotate(360deg);
  }
  100% {
    transform: translateX(50%) translateY(-50%) rotate(360deg);
  }
}
@keyframes inflate {
  0% {
    transform: scale(0.2);
  }
  100% {
    transform: scale(1);
  }
}
/*END SPINNER*/

/*PATTERN VALIDATION*/

/*
input[type="text"]:valid {
    color: green;
}



input[type="text"]:valid ~ .input-validation::before {
    content: "✓";
    color: green;
}

input[type="text"]:invalid ~ .input-validation::before{
    color: red;
    content: "⨉";
}
input[type="password"]:valid ~ .input-validation::before {
    content: "✓";
    color: green;
}

input[type="password"]:invalid ~ .input-validation::before{
    color: red;
    content: "⨉";
}

*/


input[type=number]::-webkit-inner-spin-button {
    transform: scale(2.5);
}
/*
input:valid, select:valid{
	color:green;
}

input:invalid{
	color:red;
	border: 2px solid red !important;
	height: 27px !important;
}
select:invalid{
    color: red;
    font-weight: bold;
    border: 2px solid red !important;
}
*/
.input-validation {
    color: red;
    font-style: italic;
    font-size: 0.9em;
}



/* END PATTERN VALIDATION*/

.body_form{
	margin: 0 auto;
}

@media only screen and (min-width:1281px){
	.body_form form{
		display: table;
	    margin: 0 auto;
	}
}

/*
.field{
	display: table;
    margin: 0 auto;
}
*/
.field{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.element_box_cont {
    margin: 10px;
    padding: 10px;
    border: #f2f2f2 solid 1px;
    display: grid;
}


input[type="submit"] {
 display: block;
 margin: 1.5em 0;
 font-size: 1em; 
 line-height: 2.5em;
 color: #fff;
 font-weight: bold;
 height: 2.5em; width: 100%;
 background: #3498db;
 border: 1px solid #bbb;
}

/*hide close on dialog*/
.no-close .ui-dialog-titlebar-close {display: none }



/*Submenu widgets*/

.menu_widget_container{
	display:table;
  	width: 100%;
	height:100%;
	
}

.menu_widget_cont_centered{
	display:                 flex;
	display:                 -webkit-flex; /* Safari 8 */
	flex-wrap:               wrap;
	-webkit-flex-wrap:       wrap;         /* Safari 8 */
	justify-content:         center;
	-webkit-justify-content: center;       /* Safari 8 */
	 align-items: center;
	 justify-content: center;
}

.menu_widget{
	position: relative;
	width: 12vw;
	height: 12vw;
	margin:10px;
}

.menu_widget:hover{
	opacity: .6;
}
	
/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {*/
@media only screen and (min-device-width : 320px) and (max-device-width : 780px) {
	.menu_widget{
			position: relative;
			width: 200px;
			height: 200px;
		    margin:10px;
		}
		
		.menu_widget_x{
		min-width: 0.5vw;	
		display:table-cell;
	}
}
.menu_widget_img, .menu_widget_img img{
	width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.menu_widget > .widget_name{
	color:#666666;
	position: absolute;
    bottom: 0;
	vertical-align:middle;
	text-align:center;
	background-color: white;
	width:100%;
	opacity: 0.8;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
}


/*END Submenu widgets*/

.highlight{
	color:red;
	font-size:2em;
}

/* remove first checkbox in jstree */
/*
.jstree-container-ul>li>a>i.jstree-checkbox
{
    display:none
}


.jstree-remove-checkbox i:first-child{
	display: none !important; 
}
*/
/*HIDE STATUS ICONS*/
/*
.jstree-no-icons_status .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}
*/

.touch_icon{
	background: url(images/touch_icon.png) no-repeat !important;
	background-size: 100% 100%;
	width: 20px;
    height: 20px;
}

.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button, html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
	background-color: #FFF !important; 

}

/*STEPS ADDITIONALS*/

section p{
	font-family: Satisfy;
	font-size: 1.5em;
	text-align: center;
	margin: 2px 0 10px 0;
}

/*
.wizard > .content > .body select{
	display: block;
    border: 1px solid #ccc;
    width: 171px;
    background:#FFF;
}
.wizard > .content > .body legend{
	font-family: Satisfy;
	font-size: 1.5em;
	text-align: center;
	margin: 0;
	padding-top: 3px;
}


.wizard > .content > .body button{
	font-family: Titillium Web;
	color: #FFF;
	background: #3498db;
	font-size: 1.3em;
	text-align: center;
	margin: 0;
}
.wizard > .content > .body ul > li {
    list-style: none !important;
}
.wizard > .content > .body actions {
    margin-top:10px;
}


.wizard > .content > .body ul > li.thumbnail:hover {
    //background-color: rgba(255, 255, 255, 0.1);
}


.wizard > .steps > ul{
    overflow: auto;
    white-space: nowrap;
}

.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    display: inline-block;
	float: initial !important;
}

.wizard > .actions {
	margin-bottom: 30px;
}

*/

/*SWITCH*/
/*http://www.htmllion.com/css3-toggle-switch-button.html */
.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 100px;
	height: 30px;
	padding: 3px;
	margin: 0 10px 10px 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #3498db;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
//	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	//border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 74px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
 
/* Transition
========================== */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}

/*SLIDER*/
input[type=range] {
    -webkit-appearance: none;
    background-color: #3498db;
    width: 200px;
    height:20px;
}

input[type="range"]::-webkit-slider-thumb {
     -webkit-appearance: none;
    background-color: #FFF;
    opacity: 0.5;
    width: 40px;
    height: 26px;
}
input[type=range]::-moz-range-thumb {
     -webkit-appearance: none;
    background-color: #FFF;
    opacity: 0.5;
    width: 40px;
    height: 26px;
}
input[type=range]::-ms-thumb {
     -webkit-appearance: none;
    background-color: #FFF;
    opacity: 0.5;
    width: 40px;
    height: 26px;
}

output{
	color:#666;
}
/*End SLIDER*/

.switch
{
	margin-top: 0.5em !important; display: table; line-height: 20px;
}

.button{
	background: #3498db;
	color: #fff;
	display: inline-block;
	padding: 0.5em 1em;
	margin: 0.5em 0 ;
	text-decoration: none;
	cursor:pointer;
	border: 1px solid #FFF;
	border-radius: 2px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.button:active{
	color:#b1b2b5;
	padding: 0.4em 0.8em;
}

.button_disabled{
	background: #999;
	color: #bdbbbb;
	border:none;
}

.input_help{
	height: 25px;
    width: 25px;
	background: url(images/help_icon.png) no-repeat;
	background-size: 100% 100%;
}


/*select2*/
.select2-results li{
	color:#666;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 2px !important;
}

