@font-face {
	font-family: 'icomoon';
	src:url('/fonts/icomoon.eot?-dn1k1y&x=3');
	src:url('/fonts/icomoon.eot?#iefix-dn1k1y&x=3') format('embedded-opentype'),
		url('/fonts/icomoon.woff?-dn1k1y&x=3') format('woff'),
		url('/fonts/icomoon.ttf?-dn1k1y&x=3') format('truetype'),
		url('/fonts/icomoon.svg?-dn1k1y#icomoon&x=3') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
  background-color: #E8E8E8; //E8E8E8
}
.ui.inverted.menu .active.item {
    background: #333 !important;
}
.ui.selection.dropdown {
	min-width: 4em;
}
.ui.menu {
	background: #333;
}
#navbar {
	box-shadow: 0px -3px 0px 0px #FADE05 inset;
}
#navbar .active.item {
	border-right: 3px solid #FADE05;
	border-left: 3px solid #FADE05;
	box-shadow: 0px 3px 0px 0px #FADE05 inset;
	margin-left: -3px;
	margin-right: -3px;
}
.menu_logo{
	background-color: #FCDD05 !important;
}
  #page_login {
    height: 100%;
    background-color: #FCDD05;
    margin: 0;
  }
  #page_loading {
    height: 100%; 
    background-color: #FCDD05;
    margin: 0;
  }
  #page_loading #loading_progress img{
	position: relative;
	bottom: 55px;
  }
  #page_loading .ui.dimmer {
  	background-color: transparent !important;
  }
  #page_loading .ui.dimmer {
  	background-color: transparent !important;
  }
  #page_login .column {
    max-width: 350px;
  }
	.ui.stacked.segment::after {
		border: none !important;
	}
.ui.inverted.menu a {
  color: #FFF !important;
}
.ui.inverted.teal.menu {
	border-bottom: 3px solid #1E87DA;
}
#feeder_list .label {
	padding: 0.5833em 0.5833em;
}
#feeder_list  .ui.label {
	//margin:0;
}
#feeder_list {
	cursor: pointer;
}
#feeder_list .volt_td .label {
	width: 40px;
	text-align: center;
}
#feeder_list .volt_td .label.c_sum {
	width: 45px;
	text-align: center;
}


#feeder_list.teh .norm, #feeder_list.teh .sen, #feeder_list.teh .full{
	display: none;
}
#feeder_list.norm .teh, #feeder_list.norm .sen, #feeder_list.norm .full{
	display: none;
}
#feeder_list.sen .teh, #feeder_list.sen .norm, #feeder_list.sen .full{
	display: none;
}



#luminaire_list .label {
	padding: 0.5833em 0.5833em;
}
#luminaire_list  .ui.label {
	//margin:0;
}
#luminaire_list {
	cursor: pointer;
}
#feeder_luminaire_table tr{
	cursor: pointer;
}

.ol-zoom {
   left: unset;
   right: 8px;
}
#map {
   position: relative;
   z-index: 0;
}
#map > .map-wrapper {
    position: relative;
    z-index: 5;
}

#map:before {
    content: '';
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 10;
    pointer-events: none;
		-webkit-box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.19);
		-moz-box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.19);
		box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.19);
}

.navbar-xs { min-height:60px; height: 70px; }
.navbar-xs .navbar-brand{ padding: 0px 12px;font-size: 16px;line-height: 69px; }
.navbar-xs .navbar-nav > li > a {  padding-top: 0px; padding-bottom: 0px; line-height: 49px; margin-top: 10px; margin-bottom: 10px; }

.tooltip {
  position: relative;
  padding: 3px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  white-space: nowrap;
  font: 10pt sans-serif;
  border-radius: 3px;
}
.ui.inverted.teal.menu .active.item:after { 
  background-color: #2196F3 !important;
}
.slabel {
  margin-left: 0.1em;
  font-size: 0.8em;
  opacity: 0.5;
}
.ui.floating.label {
	top: 0.5em;
	left: 80%;
}
.ui.stacked.segment::after {
	border: none !important;
}
  #feeder_luminaire_slider .inner{
	   margin: 0px !important;
  }
#feeder_luminaires_menu .left.menu.gray .item:nth-child(1){
	padding-right:0px;
}
#feeder_luminaires_menu .left.menu.gray .item:nth-child(2){
	padding-left:0px;
}

.feeder_digital_inputs i.icon, i.icons{
	font-size: 16px;
}
.feeder_digital_inputs.ui.mini.menu{
	font-size: 12px;
}
.lum_status_table .item{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.lum_status_table .item .label{
    font-size:10px !important;
	font-weight: normal !important;
}

#rack_groups_list{
	min-width: -moz-max-content;
	min-width: -webkit-max-content;
	min-width: -ms-max-content;
	min-width: -o-max-content;
}

.lum_data_table td{
	padding: 0.2em 0.2em !important;
}


@media only screen and ( max-width: 1280px ) {
   #feeder_luminaire_slider{
	 width:120px !important;
  }

}
@media only screen and ( max-width: 1100px ) {
   .register_filter_user_id_select{
	 width:150px !important;
  }

}
@media only screen and ( max-width: 1000px ) {
   #feeder_luminaire_slider{
	 width:80px !important;
  }
   .register_filter_user_id_select{
	 width:100px !important;
  }
	.feeder_digital_inputs i.icon, i.icons{
		font-size: 12px;
	}
	.feeder_digital_inputs.ui.mini.menu{
		font-size: 10px;
	}

}

@media only screen and ( max-width: 767px ) {
	.lum_main_table .table tr{
		display:inline !important;
	}
  .not.mobile {
    display: none !important;
  }
  .menu.only.mobile {
    display: inherit !important;
  }
  .only.mobile {
    display: block !important;
  }
  .menu.only.mobile {
    display: inherit !important;
  }
  #map{display: none;}
  #top_user_name{display: none;}
  #main_clock_item{display: none;}
  #registers_table thead{display: none;}
  #line_profiles_table thead{display: none;}
  #luminaire_profiles_table thead{display: none;}
  #users_table thead{display: none;}
  
   .lum_opt_table .ui.labeled.icon.buttons .button, .lum_opt_table .ui.labeled.icon.button{
	  padding-left:0px !important;
	  padding-right:0px !important;
  }
  .lum_opt_table .model_content{
	  width:100%;
	  margin-bottom:0px;
  }
  .lum_opt_table .ui.form .model_content i{
	  display:none;
  }

  .group_content .ui button{
	 width:100%;
  }
  .group_content .ui.stackable.grid > .row > .wide.column, 
  .group_content .ui.stackable.grid > .wide.column, 
  .group_content .ui.stackable.grid > .column.grid > .column, 
  .group_content .ui.stackable.grid > .column.row > .column, 
  .group_content .ui.stackable.grid > .row > .column, 
  .group_content .ui.stackable.grid > .column:not(.row), 
  .group_content .ui.grid > .stackable.stackable.row > .column{
	  padding-top:0px !important;
	  padding-bottom:10px !important;
  }
  
  .model_content .ui button{
	 width:100%;
  }
  .model_content .ui.stackable.grid > .row > .wide.column, 
  .model_content .ui.stackable.grid > .wide.column, 
  .model_content .ui.stackable.grid > .column.grid > .column, 
  .model_content .ui.stackable.grid > .column.row > .column, 
  .model_content .ui.stackable.grid > .row > .column, 
  .model_content .ui.stackable.grid > .column:not(.row), 
  .model_content .ui.grid > .stackable.stackable.row > .column{
	  padding-top:0px !important;
	  padding-bottom:10px !important;
  }  
  
  .lum_opt_table .group_content{
	  width:100%;
	  margin-bottom:5px;
	  margin-bottom: 0px !important;
  }
  .lum_opt_table .ui.form .group_content i{
	  display:none;
  }
  .lum_opt_table .field{
	  margin:0px !important;
  }
   .lum_opt_table #status_slider{
	  margin-top:0px;
	  margin-bottom:5px;
	 width:100% !important;
  }
    .lum_opt_table #status_dimming_send_btn{
	  width:100%;
  }
 /* 
  .map_set_feeder_select, .map_lamp_profile {
	  width:100% !important;
	  
		cursor: pointer;
		word-wrap: break-word;
		line-height: 1em;
		white-space: normal;
		outline: 0;
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
		min-height: 2.82958462em;
		background: #FFFFFF;
		display: inline-block;
		padding: 0.84615385em 2.17692308em 0.84615385em 1.07692308em;
		color: rgba(0, 0, 0, 0.87);
		box-shadow: none;
		border: 1px solid rgba(34, 36, 38, 0.15);
		border-top-color: rgba(34, 36, 38, 0.15);
		border-right-color: rgba(34, 36, 38, 0.15);
		border-bottom-color: rgba(34, 36, 38, 0.15);
		border-left-color: rgba(34, 36, 38, 0.15);
		border-radius: 0.30769231rem;
		-webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
		transition: box-shadow 0.1s ease, width 0.1s ease;	  
  }
.map_lamp_profile img{
	  display: none !important;
  }

  #feeder_send_btn, #profile_send_btn{
	  width:100% !important;
	  margin-top:5px;
  }
  */
  .feeder_digital_inputs .item{
	  padding-left: 10px !important;
	  padding-right: 10px !important;
  }
  .lum_status_table{
	  width:100% !important;
  }
  .lum_main_table .ui.table:not(.unstackable) tr{
	 box-shadow:0px 0px 0px 0px !important;
  }
  #feeder_registers_table td:nth-child(2){
	  display:none;
  }
  #feeder_registers_table th:nth-child(2){
	  display:none;
  }
  #feeder_lamps_header th:nth-child(7){
	  display:none;
  }
  #feeder_luminaire_table td:nth-child(7){
	  display:none;
  }
  #feeder_lamps_header th:nth-child(5){
	  display:none;
  }
  #feeder_luminaire_table td:nth-child(5){
	  display:none;
  }
  #feeder_lamps_header th:nth-child(1){
	  display:none;
  }
  #feeder_luminaire_table td:nth-child(1){
	  display:none;
  }
  #feeder_luminaires_menu .item{
	  padding-left: 7px !important;
	  padding-right: 7px !important;
  }
	#feeder_luminaires_menu .left.menu.gray .item:nth-child(1){
		padding-right:0px !important;
	}
	#feeder_luminaires_menu .left.menu.gray .item:nth-child(2){
		padding-left:0px !important;
	}
	
  #feeder_luminaire_slider {
	   width:180px !important;
  }
   .register_filter_user_id_select{
	 width:150px !important;
  }
 .feeder_digital_inputs i.icon, i.icons{
	font-size: 16px;
}
.feeder_digital_inputs.ui.mini.menu{
	font-size: 12px;
}
 
}
@media only screen and ( min-width: 767px ) {
  .only.mobile {
    display: none !important;
  }
}
@media only screen and ( max-width: 570px ) {
  #rack_popup_relayline_table .line_profile .menu img{
	  display:block;
  }
  #luminaire_slider {
	   width:120px !important;
  }
    #feeder_luminaire_slider{
	 width:60px !important;
  }
	#feeder_luminaire_dimming_send_btn{
		padding-left:3px !important;
		padding-right:3px !important;
	}
	#luminaire_dimming_send_btn{
		padding-left:3px !important;
		padding-right:3px !important;
	}

}
@media only screen and ( max-width: 1400px ) {
   .lum_data_table{
		width: 100% !important;
	}
	#luminaire_chart{
		width: 100% !important;
	}

}
@media only screen and ( max-width: 425px ) {
  .max_425 {
    display: none !important;
  }
   #feeder_lamps_header th:nth-child(8){
	  display:none;
  }
  #feeder_luminaire_table td:nth-child(8){
	  display:none;
  }
.feeder_digital_inputs i.icon, i.icons{
	font-size: 12px;
}
.feeder_digital_inputs.ui.mini.menu{
	font-size: 10px;
}
 
}

.ui.dropdown .menu > .divider {
	margin: 0 !important;
}
.feeder_line_current {
	font-size: 18px;
	font-weight: 500;
	color: #333;
}
.feeder_lines_item{
	padding:5px 0px 5px 5px;
	float:left;
}
#feeder_lamps_header,#feeder_register{
	margin-top:0px;
}
.blinking {
	
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;

  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
/* ========================= Lamp popup ======================= */
div.lamp_chart_bullet {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #ccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 0px;
	cursor: pointer;
	float: right;
	margin-left: 5px;
}

div.lamp_chart_bullet_unactive {
	display: none;
	width: 15px;
	height: 15px;
	background-color: white;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 0px;
	float: right;
	margin-left: 5px;
}

div.lamp_chart_bullet_actv {
	background-color: #1E99BA;
}

#users table{
	table-layout: fixed;
	word-wrap: break-word !important; /* IE 5.5+ and CSS3 */
}
#users_list tr{
	cursor:context-menu;
}
#feeder_registers_list tr{
	cursor:pointer;
}
#feeder_registers_table{
	table-layout: fixed;
	word-wrap: break-word !important; /* IE 5.5+ and CSS3 */
}

#users_list .user_activity_log{
	cursor:pointer;
}
#registers table{
	table-layout: fixed;
	word-wrap: break-word !important; /* IE 5.5+ and CSS3 */
}
#registers_table tr{
	cursor:context-menu;
}

.ui.modal > .header {
    border-top-left-radius: .28571429rem;
    border-top-right-radius: .28571429rem;
    background: #FADE05;
}

.ui.modal.auto {
    width: auto;
	margin: 0em 0em 0em -200px;
}

.user_code_list{
	width:100%;
	border:1px solid gray;
}
.user_code_list td{
	padding:3px;
	text-align:center;
}

.user_code_list span{
	font-weight:bold;
}
#user_table_all1 th{
	cursor: pointer;
}
.ui.menu .item > i.icon {
  margin: 0em 0em 0em 0em;
}
.ui.menu > .item:first-child{
	border-radius:0;
}
.gb{
	display:none;
}
#cbox_phases th, #cbox_phases td{
	padding: 3px;
}
#cbox_lines th, #cbox_lines td{
	padding: 3px;
}
#cbox_phases h2, #cbox_lines h2{
	font-size: 1.2rem;
}
.ui.radio.checkbox{
	/*width:17px;*/
	height:17px;
}

.ui.checkbox.orange input:checked ~ .box:after,
.ui.checkbox.orange input:checked ~ label:after {
	opacity: 1;
	color: white;
}
.ui.checkbox.orange input ~ .box:before,
.ui.checkbox.orange input ~ label:before {
	background: #F2711C;
}
.ui.checkbox.orange input:checked:focus ~ .box:before,
.ui.checkbox.orange input:checked:focus ~ label:before {
  background: #F2711C;
}

/*Checkbox*/
.ui.checkbox.green input:checked ~ .box:after,
.ui.checkbox.green input:checked ~ label:after {
	opacity: 1;
	color: white;
}
.ui.checkbox.green input ~ .box:before,
.ui.checkbox.green input ~ label:before {
	background: #21BA45;
}
.ui.checkbox.green input:checked:focus ~ .box:before,
.ui.checkbox.green input:checked:focus ~ label:before {
  background: #21BA45;
}

/*Radio*/
.ui.radio.checkbox.green input:checked ~ .box:after,
.ui.radio.checkbox.green input:checked ~ label:after {
	background-color: #21BA45;
}
.ui.radio.checkbox.green input:checked:focus ~ .box:before,
.ui.radio.checkbox.green input:checked:focus ~ label:before {
	background: white;
}
.ui.radio.checkbox.green input ~ .box:before,
.ui.radio.checkbox.green input ~ label:before {
	background: white;
}

#map_legend_table .checkbox label{
	cursor:pointer;
}

.ui.modal .scrolling.content {
    max-height: calc(70vh);
    overflow: auto;
}

@media only screen and ( max-width: 450px ) {
  #map_type_menu .tab_menu span{
    /*display: none;*/
  }
}
@media only screen and ( max-height: 450px ) {
  #selected_luminaires{
    min-height: 200px;
  }
}

span.don {
	color: #AAA;
}
div.feeder_line_sparkline {
	width: 70px;
	height: 30px;
	float: right;
}
.jqstooltip{
	width:auto !important;
	height:auto !important;
}

.map_lamp_profile::before {
    background: rgba(34, 36, 38, 0.0) !important;
}

/* Map buttons */
div.add_luminaire {
	top: 80px;
	left: 7px;
}
div.add_luminaire button {
	font-size: 2em;
	height: 1.25em;
	width: 1.25em;
	font-weight: normal;
	font-style: normal;
	position: relative;
	background-color: rgba(0,60,136,.5) !important;
	background-size: 28px 28px;
	background-repeat: no-repeat;
	background-position: center; 
}

div.add_luminaire button:nth-child(1) {
	background-image: URL('/img/map_lamp.png');
}
div.add_luminaire button:nth-child(2) {
	background-image: URL('/img/map_cbox.png');
}
div.add_luminaire button:nth-child(3) {
	background-image: URL('/img/map_move.png');
}

div.add_luminaire button.active{
  background-color: rgba(0,60,136,.7) !important;
}

div.add_luminaire span {
	display: none;
	position: absolute;
	top: 0px;
	left: 40px;
	background:#FFF;
	background:rgba(255,255,255,.6);
	padding: 10px;
	font-family: 'Roboto';
	font-size: 12px;
	color: #333;
	white-space:nowrap;
}
div.add_luminaire:hover span {
	display: block;
}
div.ol-attribution {
	display: none;
}
div.ol-layer_switcher {
	bottom: 37px;
	left: 7px;
}
div.ol-layer_switcher button {
	font-size: 2em;
	height: 1.25em;
	width: 1.25em;
  font-weight: normal;
  font-style: normal;
  position: relative;
}
div.ol-layer_switcher div.layers {
	position: absolute;
	bottom: 0;
	left: 35px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-family: 'Roboto';
	font-size: 12px;
	text-align: left;
	line-height: 130%;
	white-space:nowrap;
}
div.ol-layer_switcher div.layers div {
	padding: 3px 15px 3px 5px;
}
div.ol-layer_switcher div.layers div.ltitle {
	background-color: #ddd;
}
.ol-zoom {
    left: 8px !important;
    right: unset !important;
}
/* Map buttons */

/* Profile */
#popup_profile > * {
	box-sizing: initial;
}
#popup_profile > ::before {
	box-sizing: initial;
}
#popup_profile > ::after {
	box-sizing: initial;
}
#program_slider {
	width:650px;
	height:200px;
	border-bottom: 1px solid #CCC;
	position:relative;
	margin-left:20px;
	
}
#special_dates .ui-datepicker{
	border-width:1px !important;
}
div.program_mode_handle {
	width:10px;
	height:185px;
	position:absolute;
	cursor:w-resize;
	margin-left:-5px;
	z-index:5;
}
div.program_mode_handle span {
	position:absolute;
	top:210px;
	left:-10px;
	width:30px;
	text-align:center;
	font-size:11px;
	background-color:#FFF;
}
div.program_mode_area {
	position:absolute;
	top:200px;
	height:1px;
	border:1px solid #333;
	/*background: linear-gradient(to bottom, #fff600 0%, #e8461e 70%, #2d2c2c 100%);*/
	/*background: linear-gradient(to bottom, rgba(255, 246, 0, 1) 0%, rgba(232, 70, 30, 0.7) 50%, rgba(45, 44, 44, 1) 100%);*/
	
	background-color: rgba(255, 255, 0, 0.7);
	background-image: linear-gradient(to bottom, rgba(255, 255, 0, 0.7) 0%,rgba(255, 38, 0, 0.8) 70%, rgba(45, 45, 45, 0.8) 100%);
	background-image: -o-linear-gradient(to bottom, rgba(255, 255, 0, 0.7) 0%, rgba(255, 38, 0, 0.8) 70%, rgba(45, 45, 45, 0.8) 100%);
	background-image: -moz-linear-gradient(to bottom, rgba(255, 255, 0, 0.7) 0%, rgba(255, 38, 0, 0.8) 70%, rgba(45, 45, 45, 0.8) 100%);
	background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 0, 0.7) 0%, rgba(255, 38, 0, 0.8) 70%, rgba(45, 45, 45, 0.8) 100%);
	background-image: -ms-linear-gradient(to bottom, rgba(255, 255, 0, 0.7) 0%, rgba(255, 38, 0, 0.8) 70%, rgba(45, 45, 45, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(171,153,180)', endColorstr='rgba(255, 38, 0, 0.8)');		
	
	background-position: bottom;
	background-size:100% 203px;		
	text-align:center;
}
div.program_mode_area span {
	color:#FFF;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	text-shadow: 1px 1px 1px #000;
	text-align:center;
}
div.program_dim_point {
	position:absolute;
	top:195px;
	left:-2px;
	background:url(/img/dim_point.png) top left no-repeat;
	width:14px;
	height:15px;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  cursor: pointer;
}
#popup_profile ul, #popup_profile li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#popup_profile div.slider {
	width:80px;
	margin-left:10px;
	margin-right:10px;
}
#popup_profile div.ui-slider-horizontal {
	border:1px solid #CCC !important;
	background-color:#EEE !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height:6px !important;
}
#popup_profile div.ui-slider-range-min {
	border:1px solid #CCC !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height:6px !important;
	padding:0 !important;
}
#popup_profile div.program_mode_timeline {
	position:absolute;
	top:204px;
	padding-top:6px;
	color:#aaa;
	font-size:11px;
	width:40px;
	text-align:center;
	background: url(/img/dim_hour_tik.png) top center no-repeat;
}
div.group_tab_bar {
	float:left;
	width:calc(100% - 30px);
	margin-bottom: 1px;
}
.program_lamp_fields .simplecolorpicker.icon{
	width: 33px !important;
	height: 33px !important;
	border: 1px solid #9E9E9E !important;
	border-radius: 0px 4px 4px 0px;
}
#program_group_tabs{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#program_group_tabs li {
	cursor: pointer;
	float: left;
	padding:10px 20px;
}
#program_group_tabs li:last-child {
}

#program_group_tabs li.active {
	background-color:#FFF;
	border-radius: 5px 5px 0px 0px;
}
ul.plus_minus_box {
	margin-top:5px !important;
}
ul.plus_minus_box li {
	float:left;
	border:1px solid #CCC;
	padding:5px !important;
	line-height:16px;
}
ul.plus_minus_box li.bt {
	background-color: #CCC;
	width:15px;
	font-weight:bold;
	color: #FFF;
	text-align:center;
	font-size:16px;
	cursor: pointer;
}
ul.plus_minus_box li.lb {
	width:70px;
	text-align:center;
	background-color: #fff;
}

table.program_stats_table {
	width:100%;
	height:100px;
	background:#EEE url(/img/program_info_shadow.png) top left repeat-x;
	border-top:1px solid #CCC;
}
table.program_stats_table td {
	padding-left:20px;
	border-right:1px solid #CCC;
	width:20%;
}
table.program_stats_table div.stats_val {
	font-size:30px;
	margin-top:5px;
}
table.program_stats_table div.stats_val span {
	font-size:20px;
	color: #999;
	margin-left:5px;
}


div.program_line #program_slider {
	height:50px !important;
}
div.program_line div.program_dim_point {
	top:45px !important;
}
div.program_line div.program_mode_timeline {
	top:54px !important;
}
div.program_line div.program_mode_handle {
	height:35px !important;
}
div.program_line div.program_mode_handle span {
	top:60px !important;
}
div.program_line div.program_mode_area {
	background:transparent !important;
	background-color: rgba(255, 223, 0, 0.7) !important;
}
div.program_line div.program_mode_area_nobg {
	background:transparent !important;
	background-color:rgba(97, 57, 44, 0.7) !important;
}
div.program_line div.program_mode_area span {
	line-height:45px !important;
}
/* Profile */
.map_lamp_profile{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.map_lamp_profile .text img{
	width: 100px !important;
	float: left;
}
.map_lamp_profile .text div{
	width: 50px !important;
	float: right;
	font-size: 10px;
	display: table;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	height: 21px;
	white-space: nowrap;
	overflow: hidden;
}



.ol-full-screen{
	bottom: .5em !important;
	top: auto !important;
}

.feeder_chart_menu2{
	color: rgb(153, 153, 153);
}

.p_def{
	float:left !important;
	margin-top:15px !important;
	background-color: transparent !important;
	color: #616261 !important;
	min-width: 50px !important;
	min-height: 44px !important;
	border: 3px solid #616261 !important;
}
.p_green{
	border-color: #21BA45 !important;
	color: #21BA45 !important;
}
.p_red{
	border-color: #DB2828 !important;
	color: #DB2828 !important;
}
.p_dot_green{
	color: white !important;
	background-color: #21BA45 !important;
	border-color: #21BA45 !important;
}
.p_dot_red{
	color: white !important;
	background-color: #DB2828 !important;
	border-color: #DB2828 !important;
}