.clear{
	clear: both;
}

#locations_list{
	position: absolute;
	width: 350px;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
}

#locations_list #locations_list_close{ /*esto lo modifico mariano*/
	position: absolute;
	display: block;
	right: -30px;
	width: 30px;
	height: 60px;
	color: #fff;
	cursor: pointer;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
   padding: 7px;
   background-color: rgba(0,0,0,0.5);
   border-radius: 0 10px 10px 0;
}

#locations_list #locations_list_close:hover{ /*esto lo modifico mariano*/
	background-color: #3a66af;
}

#locations_list #locations_list_open{
	position: absolute;
	display: none;
	right: -30px;
	width: 30px;
	height: 60px;
	color: #fff;
	cursor: pointer;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
   padding: 7px;
   background-color: rgba(0,0,0,0.5);
   border-radius: 0 10px 10px 0;
}

#locations_list #locations_list_open:hover{ /*esto lo modifico mariano*/
	background-color: #3a66af;
}

#locations_list #locations_list_title{   /*esto lo agrego mariano*/
	display: block;
	text-align: center;
	width: 100%;
	height: 30px;
	color: #fff;
	font-size: 1em;
	cursor: pointer;
	border: 1px solid #fff;
   padding-top: 3px;

}

#locations_list #locations_list_title:hover{   /*esto lo agrego mariano*/
	background-color: #3a66af;
}


#locations_list #show_locations{
	width: 100%;
	border-right: 1px solid #fff;
	overflow-y: auto;
}


::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: #000000;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

::-webkit-scrollbar-track-piece {
	background-color: #ccc;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ccc; /*color barra*/
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb:hover {
	background: #3a66af;
}

::-webkit-scrollbar-thumb:active {
	background: #3a66af;
}

#locations_list #show_locations .wrapper_location_btn{
	display: table;
	width: 100%;
	border-bottom:1px solid #ccc;
}

#locations_list #show_locations .wrapper_location_btn .location_btn{
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 30px;
	background-color: #bbb;
	font-size: 16px;
	text-align: left;
	cursor: pointer;
}

#locations_list #show_locations .wrapper_location_btn .location_btn:hover{
	background-color: #3a66af;
}

#locations_list #show_locations .wrapper_location_btn .location_btn .location_type_icon{
	display: table-cell;
	width: 10%;
	height: 30px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	background-color: transparent;
}

#locations_list #show_locations .wrapper_location_btn .location_btn .location_type_icon img{
	width: 20px;
	margin: 5px auto 0 auto;
}

#locations_list #show_locations .wrapper_location_btn .location_btn .location_name{
	display: table-cell;
	vertical-align: middle;
	width: 89%;
	padding-left:1%;
	height: 30px;
	text-align: left;
	color: #fff;
}

#locations_list #show_locations .wrapper_location_btn .location_arrow{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 30px;
	height: 30px;
	/*color: #3a66af;*/
	color: #fff;
	background-color: #bbb;
	font-weight: normal;
	font-family: 'FontAwesome';
	cursor: pointer;
}

#locations_list #show_locations .wrapper_location_btn .location_arrow:hover{
	background-color: #3a66af;
}

#locations_list #show_locations .utr_btn{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 30px;
	display: none;
	color: #888 !important;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}

#locations_list #show_locations .utr_btn:hover{
	background-color:#ddd;
}

.error{
	background-color: #ff0000 !important;
}

#locations_list #show_locations .utr_btn .utr_icon{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 10%;
	height: 30px;
}

#locations_list #show_locations .utr_btn .utr_icon img{
	width: 20px;
	margin: 5px auto 0 auto;
}

#locations_list #show_locations .utr_btn .utr_data{
	display: table-cell;
	width: 89%;
	padding-left: 1%;
	vertical-align: middle;
	text-align: left;
	height: 30px;
	color: #888;
}

@media only screen and (max-width: 1023px){
	#locations_list{
		width: 100%;
		left: -100%;
	}

	#locations_list #locations_list_title{
		position: relative;
		display: inline-block;
		float: left;
		width: 90%;
	}

	#locations_list #locations_list_close{
		position: relative;
		right: 0;
		float: right;
		width: 10%;
		height: 30px;
		display: inline-block;
		border-radius: 0;
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	#locations_list #locations_list_open{
		display: block;
	}
}

/*-----Caja de información de utrs------*/
#utrs_info{
	margin: 0;
	position: absolute;
	width: 600px;
	right: -600px;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
}

#loadFrame{
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
	z-index: 100;
}

#loadFrame img{
	display: block;
	width: 150px;
}

.showLoadFrame{
	display: flex;
}

.hideLoadFrame{
	display: none;
}

#utrs_info_header{
	margin: 0;
	width: 100%;
	height: auto;
}

#utrs_info #utrs_info_header #utrs_info_close{
	margin: 0;
	display: block;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 7%;
	border: 1px solid #fff;
	float: left;
	cursor: pointer;
}

#utrs_info #utrs_info_header #utrs_info_close:hover{
	background-color: #3a66af;
}

#utrs_info #utrs_info_header #utrs_info_title{
	display: block;
	float: left;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 93%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

#utrs_info #utrs_info_tabs{
	display: table;
	color: #fff;
	font-size: 14px;
	text-align: center;
	height: 30px;
	width: 100%;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-collapse: collapse;
}

#utrs_info #utrs_info_tabs #utr_select{
	background: transparent;
	text-align: left;
	width: 100%;
	height:29px;
	color: #fff;
	background-color: #bbb;
	padding-left: 5px;
}

#utrs_info #utrs_info_tabs #utr_select select option{
	color: #fff;
	background-color: #bbb !important;
}


#utrs_info #utr_infoBox{
	position: relative;
	color: #000;
	font-size: 14px;
	width: 100%;
	height: 100%;
	border-left: 1px solid #fff;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
}


#utrs_info #utr_infoBox #table_box{
	display: block;
	width: 99%;
	margin: 0.25% auto 0.25% auto;
	border: 1px solid #ccc;
}

#utrs_info #utr_infoBox #table_box #table_header{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 20px;
	font-size: 14px;
	font-weight: bolder;
	color: #080808;
	background-color: #eee;
}

#utrs_info #utr_infoBox #table_box #utr_data_snapshot{
	margin: 0 auto 0 auto;
	display: table;
	width: 100%;
	border-collapse: collapse;
}

#utrs_info #utr_infoBox #table_box #utr_data_snapshot tr td{
	font-size: 10px;
	padding: 3px;
}

#utrs_info #utr_infoBox #table_box #utr_data_snapshot tr td:nth-child(1){
	width: 25%;
	color: #fff;
	background-color: #006aef;
	font-weight: bolder;
	border-top: 1px solid #ccc;
	border-left: 0;
	border-right: 1px solid #ccc;
	border-bottom: 0;
}

.sistema{
	background-color: #00b050 !important;
}

.comunicacion{
	background-color: #ff9900 !important;
}

.monitoreo{
	background-color: #365f91 !important;
}

.energia{
	background-color: #ff0000 !important;
}

.control{
	background-color: #92d050 !important;
}

.cloracion{
	background-color: #ffc000 !important;
}

.medicion{
	background-color: #4f81bd !important;
}

#utrs_info #utr_infoBox #table_box #utr_data_snapshot tr td:nth-child(2){
	width: 40%;
	font-weight: 700;
	border-top: 1px solid #ccc;
	border-left: 0;
	border-right: 1px solid #ccc;
	border-bottom: 0;
}

#utrs_info #utr_infoBox #table_box #utr_data_snapshot tr td:nth-child(3){
	width: 35%;
	font-weight: 700;
	border-top: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

#utrs_info #utr_infoBox #application_image{
	display: block;
	width: 99%;
	height: 140px;
	margin: 0 auto 0.25% auto;
	border: 1px solid #ccc;
}

#utrs_info #utr_infoBox #application_image img{
	display: block;
	width:  auto;
	height: 100%;
	margin: 0 auto 0 auto;
}

#utrs_info #utr_infoBox #chart_legends{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 99%;
	padding: 10px 10px 0px 10px;
	margin: 0 auto 0 auto;
	border: 1px solid #ccc;
}

#utrs_info #utr_infoBox #chart_legends span{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	margin-right: 5px;
	border-radius: 3px;
	padding: 3px 5px 3px 5px;
	font-size: 10px;
	font-weight: bold;
	background-color: #ccc;
	cursor: pointer;
}

#info_graph{
	display: block;
	width: 99%;
	margin: 0 auto 0.25% auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#inner_graph{
	width: 100%;
}

@media only screen and (max-width: 1023px){
	#utrs_info{
		margin: 0;
		position: absolute;
		width: 100%;
		right: -100%;
		background-color: rgba(0,0,0,0.5);
		z-index: 2;
	}

	#utrs_info #utr_infoBox #table_box{
		width: 99%;
		height: auto;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#utrs_info #utr_infoBox #table_box #utr_data_snapshot{
		width: 95%;
	}
}
