html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 14px;
	font-family: pt_sansregular;
}

@font-face {
    font-family: 'pt_sansnarrow';
    src: url('fonts/PTN57F-webfont.eot');
    src: url('fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTN57F-webfont.woff') format('woff'),
         url('fonts/PTN57F-webfont.ttf') format('truetype'),
         url('fonts/PTN57F-webfont.svg#pt_sans_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansregular';
    src: url('fonts/PTS55F-webfont.eot');
    src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS55F-webfont.woff') format('woff'),
         url('fonts/PTS55F-webfont.ttf') format('truetype'),
         url('fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'dosis-medium';
  src: url('fonts/dosis-medium.eot');
  src: url('fonts/dosis-medium.eot?#iefix') format('embedded-opentype'),
       url('fonts/dosis-medium.woff') format('application/x-font-woff'),
       url('fonts/dosis-medium.ttf') format('truetype'),
       url('fonts/dosis-medium.svg#dosis-medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dosis-regular';
  src: url('fonts/dosis-regular.eot');
  src: url('fonts/dosis-regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/dosis-regular.woff') format('application/x-font-woff'),
       url('fonts/dosis-regular.ttf') format('truetype'),
       url('fonts/dosis-regular.svg#dosis-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

#page {
	display: none;
	position:relative;
	min-height:100%;
	/*-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;*/	
}

.clear {
	clear: both;
}

fieldset {
	clear: both;
}

/********************************************
 ***************** TOP AREA ***************** 
 ********************************************/

#top {
	height: 75px;
	border-bottom: 1px solid #AAAAAA;
	background-color: #111;
	position: relative;
	overflow: hidden;
	z-index: 10;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 85%, #eeeeee 88%, #dfdfdf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(85%,#efefef), color-stop(88%,#eeeeee), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 85%,#eeeeee 88%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#efefef 85%,#eeeeee 88%,#dfdfdf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 85%,#eeeeee 88%,#dfdfdf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#efefef 85%,#eeeeee 88%,#dfdfdf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */ 
}

#top_widgets {
	/*background: transparent url('../img/left_border.png') no-repeat right top;*/
}

#mobile_menu {
	display: none;
}

#widget_group {
	float: left;
}

#widget_area {
	margin-left: 48px;
}

.widget_item {
	/*float: left;*/
	position: relative;
	display: inline-block;
	height: 75px;
	width: 185px;
	padding-left: 13px;
	padding-right: 29px;
}

#widget_left_arrow {
	background-image: url(../img/pm_menu_tiled.png);
	background-position: -24px 6px;
	width: 48px;
	height: 71px;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
}

#widget_left_arrow:hover {
	background-position-y: -109px;
}

#top_widgets .disable{
	background-position-y: -280px;
}

#top_widgets .disable:hover{
	background-position-y: -280px;
}

#widget_right_arrow {
	background-image: url(../img/pm_menu_tiled.png);
	background-position: -696px 9px;
	width: 48px;
	height: 71px;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
}

#widget_right_arrow:hover {
	background-position-y: -106px;
}

#top_buttons {
	float: right;
	height: 75px;
}

.mm_mobile_menu {
	display: none;
}

text[class^='chart_title_'] {
	fill: #FF6600;
}

.legendItem {
	fill: #0098CC;
}

.tabs {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 5px !important;
}

.tabs dd.active, .tabs li.active {
	border-top: 3px solid #FF6600;
}

.tabs dd a:hover {
	color: #FF6600;
}

.tabs dd a, .tabs li a {
	color: #0098CC;
	padding-left: 35px;
	border-top: 2px solid transparent;
	font-family: pt_sansregular;
}

.tabs dd a.tab_top_widgets, .tabs li a.tab_top_widgets, .editor_template {
	background: #FFFFFF url(../img/tab_top_widgets.png) no-repeat 10px center;	
}

.tabs dd a.tab_overview_settings, .tabs li a.tab_overview_settings {
	background: #FFFFFF url(../img/tab_overview_settings.png) no-repeat 10px center;	
}

.tabs dd a.tab_tech_info, .tabs li a.tab_tech_info {
	background: #FFFFFF url(../img/ico_tech_info.png) no-repeat 10px center;	
}

.tabs dd a.tab_templates_editor, .tabs li a.tab_templates_editor {
	background: #FFFFFF url(../img/tab_templates_editor.png) no-repeat 10px center;	
}

.tabs dd a.tab_electricity_meters {
	background: #FFFFFF url(../img/ico_electricity_meters.png) no-repeat 10px center;
}

.tabs dd a.tab_profile, .tabs li a.tab_profile {
	background: #FFFFFF url(../img/tab_profile.png) no-repeat 10px center;	
}

.tabs dd a.tab_syslog, .tabs li a.tab_syslog {
	background: #FFFFFF url(../img/tab_syslog.png) no-repeat 10px center;	
}

.tabs dd a.tab_list, .tabs li a.tab_list {
	background: #FFFFFF url(../img/tab_list.png) no-repeat 10px center;	
}

.tabs dd a.tab_userlist, .tabs li a.tab_userlist {
	background: #FFFFFF url(../img/tab_userlist.png) no-repeat 10px center;	
}

.tabs dd a.tab_firm_list, .tabs li a.tab_firm_list, .firm_list {
	background: #FFFFFF url(../img/firm_list.png) no-repeat 10px center;	
}

.tabs dd a.tab_powerplantlist, .tabs li a.tab_powerplantlist {
	background: #FFFFFF url(../img/tab_powerplantlist.png) no-repeat 10px center;	
}

.tabs dd a.tab_customer_settings, .tabs li a.tab_customer_settings {
	background: #FFFFFF url(../img/tab_customer_settings.png) no-repeat 10px center;	
}

.tabs dd a.tab_block, .tabs li a.tab_block {
	background: #FFFFFF url(../img/tab_block.png) no-repeat 10px center;	
}

.tabs dd a.tab_cogeneration_unit, .tabs li a.tab_cogeneration_unit {
	background: #FFFFFF url(../img/ico_cogeneration_unit.png) no-repeat 10px center;	
}

.tabs dd a.tab_accumulation_tank, .tabs li a.tab_accumulation_tank {
	background: #FFFFFF url(../img/ico_accumulation_tank.png) no-repeat 10px center;	
}

.tabs dd a.tab_sahara, .tabs li a.tab_sahara {
	background: #FFFFFF url(../img/ico_sahara.png) no-repeat 10px center;	
}

.tabs dd a.tab_device_list, .tabs li a.tab_device_list {
	background: #FFFFFF url(../img/tab_device_list.png) no-repeat 10px center;	
}

.tabs dd a.tab_elements, .tabs li a.tab_elements, .elements {
	background: #FFFFFF url(../img/tab_elements.png) no-repeat 10px center;	
}

.tabs dd a.tab_inverter_list, .tabs li a.tab_inverter_list {
	background: #FFFFFF url(../img/tab_inverter_list.png) no-repeat 10px center;	
}

.tabs dd a.tab_inverter_list, .tabs li a.tab_inverter_list {
	background: #FFFFFF url(../img/tab_inverter_list.png) no-repeat 10px center;	
}

.tabs dd a.tab_meteostation, .tabs li a.tab_meteostation {
	background: #FFFFFF url(../img/tab_meteostation.png) no-repeat 10px center;	
}

.tabs dd a.tab_strings, .tabs li a.tab_strings {
	background: #FFFFFF url(../img/tab_strings.png) no-repeat 10px center;	
}

.tabs dd a.tab_help, .tabs li a.tab_help {
	background: #FFFFFF url(../img/tab_help.png) no-repeat 10px center;	
}

.tabs dd, .tabs li {
	-webkit-border-top-left-radius: 5px;
  	border-top-left-radius: 5px;
  	-webkit-border-top-right-radius: 5px;
  	border-top-right-radius: 5px;
  	border-top: 3px solid transparent;
}

.tabs dd > a {
	width: auto;
	margin: 0px;
	padding: 0px;
	padding-right: 15px;
	height: 50px;
	line-height: 50px;
	display: block;
	padding-left: 35px;	
}

.tabs dd.active a, .tabs li.active a {
	-webkit-border-top-left-radius: 5px;
  	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
  	border-top-right-radius: 5px;
	color: #FF6600;
	font-weight: normal;
	border: 1px solid #DDDDDD;
	border-top: 0px;
	border-bottom: 0px;	
	font-family: pt_sansregular;
}

.tabs dd {
	top: 0px;
}

.tabs dd.active {
	top: 2px;
}

.button {
	-webkit-border-radius: 5px;
  	border-radius: 5px;
  	background-color: #0098CC;
  	margin: 0px;
}

ul.accordion_pm{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.accordion_pm .acc_link {
	/*border-top: 1px solid #BBBBBB;*/
	background: #EEEEEE;
	color: #0098CC;
	height: 37px;
}

.accordion_pm .acc_link:hover, .accordion_pm .active .acc_link {
	/*background: -moz-linear-gradient(top,  rgba(255,235,145,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,235,145,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,235,145,1) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,235,145,1) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,235,145,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,235,145,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeb91', endColorstr='#00ffffff',GradientType=0 );*/
	cursor: pointer;
	background-color: #FBDDBF;
}

.accordion_pm li:last-child .acc_link {
	border-bottom: 1px solid #BBBBBB;
}

.accordion_pm li.active:last-child .acc_link {
	border-bottom: 0px;
}

.accordion_pm .content_acc {
	display: none;
	padding: 10px;
}

.accordion_pm .active .content_acc {
	display: block;
}

#previous_data a.previous {
	background: #0098CC url(../img/white_arrow_left.png) no-repeat center;
	height: 39px;
}

#next_data a.next {
	background: #0098CC url(../img/white_arrow_right.png) no-repeat center;
	height: 39px;
}

#chartToolsTable .day_next, #chartToolsTable .week_next, #chartToolsTable .month_next, #chartToolsTable .year_next {
	height: 39px;
	width: 39px;
	margin: 0px;
	padding: 0px;
	background: #0098CC url(../img/white_arrow_down.png) no-repeat center;
}

#chartToolsTable a:hover, #chartToolsTable button:hover {
	background-color: #2285a2;	
}

.selected_editor_item {
	-webkit-box-shadow : 0 0 0 3px #FFCC00;
	box-shadow : 0 0 0 3px #FFCC00;
}

#tools_table {
	width: 100%;
	margin: 0px;
	border: 0px;
}

#tools_table td:not(:first-child) {
	display: none;
}

#tools_table fieldset {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}

#object_height_area, #object_width_area {
	display: none;
}

.ui-selectmenu-button {
	border-radius: 0;
	background: #FFF;
	font-size: 12px;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	color: #000;
	width: 100% !important;
	margin-bottom: 10px;
	height: 32px;
}

.ui-selectmenu-button span.ui-selectmenu-text {
	line-height: 1.7;
}

.templates_element[element_icon="valve"] {
	background: transparent url(../img/template_editor/valve_112.png) no-repeat center -9px;
}

.templates_element[element_type="outputs_sensors"] {
	z-index: 2;
}

.templates_element[element_type="cogeneration_unit_karla"] {
	z-index: 3;
}

.templates_element[element_icon="cogeneration_unit_karla"] {
	background: transparent url(../img/template_editor/cogeneration_unit_karla_112.png) no-repeat center;
}

.templates_element[element_icon="sahara"] {
	background: transparent url(../img/template_editor/sahara_112.png) no-repeat center -13px;
}

.templates_element[element_icon="axy_control"] {
	background-color: #F1F1F1;
}

.templates_element[element_icon="valve2"] {
	background: transparent url(../img/template_editor/valve2_112.png) no-repeat center -9px;
}

.templates_element[element_icon="electric_boiler"] {
	background: transparent url(../img/template_editor/electric_boiler_112.png) no-repeat center;
}

.templates_element[element_icon="gas_boiler"] {
	background: transparent url(../img/template_editor/gas_boiler_112.png) no-repeat center;
}

.templates_element[element_icon="refilling_pressure"] {
	background: transparent url(../img/template_editor/refilling_pressure_112.png) no-repeat center;
}

.templates_element[element_icon="flaps"] {
	background: transparent url(../img/template_editor/flaps_112.png) no-repeat center;
}

.templates_element[element_icon="pump"] {
	background: transparent url(../img/template_editor/pump_112.png) no-repeat center -1px;
}

.templates_element[element_icon="accumulation_tank"] {
	background: transparent url(../img/template_editor/accumulation_tank_112.png) no-repeat center -10px;
}

.templates_element[element_icon="not_assigned"] {
	background: transparent url(../img/template_editor/not_assigned.png) no-repeat center;
}

.templates_element[element_icon="temperature_sensors"] {
	background: transparent url(../img/temperature_sensors.png) no-repeat 7px 7px;
}

.templates_element[element_icon="pressure_sensors"] {
	background: transparent url(../img/pressure_sensors.png) no-repeat 7px 7px;
}

.templates_element[element_icon="alarms_sensors"] {
	background: transparent url(../img/alarms_sensors.png) no-repeat 7px 7px;
}

.templates_element[element_icon="failures_sensors"] {
	background: transparent url(../img/failures_sensors.png) no-repeat 7px 7px;
}

.templates_element[element_icon="humidity_sensors"] {
	background: transparent url(../img/humidity_sensors.png) no-repeat 7px 7px;
}

.templates_element[element_icon="gas_leak_sensors"] {
	background: transparent url(../img/gas_leak_sensors.png) no-repeat 7px 7px;
}

.templates_element[element_icon="smoke_detector_sensors"] {
	background: transparent url(../img/smoke_detector_sensors.png) no-repeat 7px 7px;
}

.templates_element[element_icon="opening_detector_sensors"] {
	background: transparent url(../img/opening_detector_sensors.png) no-repeat 7px 7px;
}

.templates_element[element_icon="motion_detector_sensors"] {
	background: transparent url(../img/motion_detector_sensors.png) no-repeat 7px 7px;
}

.templates_element[element_icon="flooding_sensors"] {
	background: transparent url(../img/flooding_sensors.png) no-repeat 7px 7px;
}

.templates_element[element_icon="electricity_meters"] {
	background: transparent url(../img/ico_electricity_meters.png) no-repeat 7px 7px;
}

.templates_element[element_icon="water_meters"] {
	background: transparent url(../img/ico_water_meters.png) no-repeat 7px 7px;
}

.templates_element[element_icon="gas_meters"] {
	background: transparent url(../img/ico_gas_meters.png) no-repeat 7px 7px;
}

.templates_element[element_icon="heat_meters"] {
	background: transparent url(../img/ico_heat_meters.png) no-repeat 7px 7px;
}

#temperature_top, #temperature_middle, #temperature_bottom {
	display: none;
}

#temperature_middle {
	margin-top: 14px;
}

#temperature_bottom {
	margin-top: 14px;
}
.temperature_item {
	font-size: 16px;
	color: #9E9B9B;
	font-family: pt_sansnarrow;
	border-bottom: 1px solid #9E9B9B;
	margin-left: 7px;
	width: 75px;
}

#displayed_item_area fieldset {
	border-left: 0px;
	border-right: 0px;
}

#displayed_item_area legend {
	background-color: transparent;
	font-size: 12px;
}

.templates_element .element_name {
	position: absolute;
	bottom: 2px;
	display: block;
	text-align: left;	
	width: 100%;
	font-size: 14px;
	font-family: pt_sansnarrow;
	font-weight: bold;
	color: #767476;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 32px;
	text-shadow: 0px 0px #FFF;
}

.templates_element[element_type="temperature_sensors"] .element_name {
	padding-left: 0px;
	text-align: center;
}

.templates_element .element_value {
	display: block;
	text-align: center;
	color: #333333;
	text-shadow: 1px 1px #999999;
	font-weight: bold;
}

.templates_element .element_value .element_unit {
	display: block;
	font-size: 11px;
	color: #666666;
}

.templates_element .status_icon, .loadingBackground .status_icon {
	/*width: 32px;
	height: 32px;*/
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0px;
	top: 0px;
	/*background: transparent url(../img/template_editor/status_icons.png) no-repeat center;*/
	background: transparent url(../img/template_editor/status_icons16.png) no-repeat 16px 16px;
}

.loadingBackground .status_icon {
	position: relative;
	float: right;
}

/*.loadingBackground .value_text {
	font-size: 24px;
	font-weight: bold;
}*/

.loadingBackground .tabs-content > .content {
	width: 100%;
}

.templates_element .status_icon.ok, .loadingBackground .status_icon.ok {
	background-position: 0px 0px;
}

.templates_element .status_icon.warning, .loadingBackground .status_icon.warning {
	background-position: -16px 0px;
}

.templates_element .status_icon.failure, .loadingBackground .status_icon.failure {
	/*background-position: -64px 0px;*/
	background-position: -32px 0px;
}

.templates_element .status_icon.no_connection, .loadingBackground .status_icon.no_connection {
	width: 32px;
	background-position: -112px 0px;
}

.templates_element .status_icon.service, .loadingBackground .status_icon.service {
	background-position: -48px 0px;
} 

.templates_element[displayed_item^="0"]:not([element_type="line"],[element_type="accumulation_tank"]):after {
	content: "";
	position: absolute;
	background-color: rgba(255,0,0,0.2);
	width: 100%;
	height: 100%;
	top: 0px;
}

.ui-selectmenu-menu {
	overflow-y: scroll;
	height: 120px;
	z-index: 9999999999;
}

.value_bar_area {
	position: absolute;
	top: 0px;
	left: 0px;
}

.templates_element[element_type="outputs_sensors"] .value_bar_area {
	left: 12px;
}

.templates_element[element_type="outputs_sensors"] .value_bar {
	height: 96px;
}

.templates_element[element_type="outputs_sensors"] .inner_bar {
	height: 96px;
}

.value_bar {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #00AAF7;
	width: 5px;
	height: 112px;
	overflow: hidden;
}

.templates_element[element_type="cogeneration_unit_karla"] .value_bar {
	height: 96px;
}

.inner_bar {
	content: "";
	background-color: #E6E6E6;
	width: 5px;
	height: 112px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.templates_element[element_type="cogeneration_unit_karla"] .inner_bar {
	height: 96px;
}

.value_message {
	position: absolute;
	background: transparent url(../img/template_editor/value_message.png) no-repeat;
	width: 66px;
	height: 43px;
	margin-left: -64px;
	z-index: 1;
	text-align: left;
	padding-top: 13px;
	padding-left: 9px;
	font-family: pt_sansnarrow;
	font-weight: bold;
	font-size: 17px;
}

.value_status_icon_area {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.templates_element[element_type="cogeneration_unit_karla"] .value_status_icon_area {
	left: 76px;
	top: 46px;
}

.value_status_icon_area .no_value_status {
	width: 32px;
	height: 32px;
	background: none;
}

.value_status_icon_area .on_status {
	width: 32px;
	height: 32px;
	background: transparent url(../img/template_editor/status_icons.png) no-repeat -128px top;
}

.value_status_icon_area .off_status {
	width: 32px;
	height: 32px;
	background: transparent url(../img/template_editor/status_icons.png) no-repeat -128px bottom;
}

.value_status_icon_area .open_status {
	width: 32px;
	height: 32px;
	background: transparent url(../img/template_editor/status_icons.png) no-repeat -160px top;
}

.value_status_icon_area .close_status {
	width: 32px;
	height: 32px;
	background: transparent url(../img/template_editor/status_icons.png) no-repeat -198px top;
}

#icon_area {
	margin-top: 20px;
	margin-bottom: 20px;
}

.noOrgTable {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

table.noOrgTable tr.even, table.noOrgTable tr.alt, table.noOrgTable tr:nth-of-type(even) {
	background: none;
}

.info_main_name {
	text-align: center;
	font-size: 30px;
	font-weight: bold; 
}

.info_half_div {
	float: left;
	width: 48%;
	margin: 1%;
}

.filter_btn {
	float: left;
	padding-right: 10px;
	width: 19%;
	overflow: hidden;
}
/*
.checkbox_fb {
	float: left;
	background-color: #0098CC;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	border: 0px;
	color: #FFFFFF;
	padding-top: 0.875rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5575rem;
	padding-left: 0.75rem;
	font-size: 0.8125rem;
	cursor: pointer;
	border-left: 1px solid #2285a2;
}

.checkbox_fb input[type="checkbox"] {
	margin: 0px;
}

.button_fb {
	float: left;
}

.button_fb input[type="button"] {
	background-color: #0098CC;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	border: 0px;
	color: #FFFFFF;
	padding-top: 0.875rem;
	padding-right: 0.75rem;
	padding-bottom: 0.9375rem;
	padding-left: 0.55rem;
	font-size: 0.8125rem;
	cursor: pointer;
	border-left: 1px solid #2285a2; 
}

.button_fb input[type="button"]:hover, .button_fb input[type="button"].active {
	background-color: #2285a2;
}
*/

.checkbox_fb {
	float: left;
	border-radius: 5px;
	padding: 4px;
	padding-bottom: 0px;
	width: 20%;
	text-align: right;
}

.checkbox_fb input[type="checkbox"] {
	margin: 0px;
	width: 19px;
	height: 19px;
	
}

.button_fb {
	float: left;
	width: 80%;
}

.button_fb input[type="button"] {
	border: 0px;
	color: #999999;
	padding-right: 0.75rem;
	padding-left: 0.15rem;
	font-size: 0.8125rem;
	cursor: pointer;
	background-color: transparent; 
	/*border-bottom: 3px solid #2285a2;*/
	border-bottom: 3px solid #999999;
	text-transform: uppercase;
	font-weight: bold;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis; 
	text-align: left;
}

.button_fb input[type="button"].active {
	color: #000000;
	border-bottom: 3px solid #2285a2;
}

.button_fb input[type="button"]:hover {
	color: #666666;
} 

.share_btn {
	width: 100%;
	height: 50px;
	padding-left: 35px;
	padding-right: 15px;
	text-align: left;
	line-height: 50px;
	color: #0098CC;
	cursor: pointer;
	display: none;
	font-size: 16px;	
}

.share_btn:hover {
	color: #333333;
	background-color: #FBDDBF;
}

.share_btn:before {
	content: "";
	background: transparent url(../img/share_btns.png) no-repeat 10px center;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 6px;
	margin-top: 13px;
}

#pdf_btn.share_btn:before {
	background-position: 0px 0px; 
}

#pdf_btn.share_btn:hover:before {
	background-position: 0px -24px; 
}

#excel_btn.share_btn:before {
	background-position: -336px 0px; 
}

#excel_btn.share_btn:hover:before {
	background-position: -336px -24px; 
}

#csv_btn.share_btn:before {
	background-position: -24px 0px;
}

#csv_btn.share_btn:hover:before {
	background-position: -24px -24px; 
}

#mail_btn.share_btn:before {
	background-position: -48px 0px;
}

#mail_btn.share_btn:hover:before {
	background-position: -48px -24px;
}

#print_btn.share_btn:before {
	background-position: -48px 0px;
}

#print_btn.share_btn:hover:before {
	background-position: -48px -24px;
}

#screenshot_btn.share_btn:before {
	background-position: -72px 0px;
}

#screenshot_btn.share_btn:hover:before {
	background-position: -72px -24px;
}

#screenshot_editor_btn.share_btn:before {
	background-position: -96px 0px;
}

#screenshot_editor_btn.share_btn:hover:before {
	background-position: -96px -24px;
}

#ticket_btn.share_btn:before {
	background-position: -120px 0px;
}

#record_btn.share_btn:before {
	background-position: -144px 0px;
}

#ticket_btn.share_btn:hover:before {
	background-position: -120px -24px;
}

#note_btn.share_btn:before {
	background-position: -144px 0px;
}

#note_btn.share_btn:hover:before {
	background-position: -144px -24px;
}

#task_btn.share_btn:before {
	background-position: -168px 0px;
}

#task_btn.share_btn:hover:before {
	background-position: -168px -24px;
}

#calculator_btn.share_btn:before {
	background-position: -192px 0px;
}

#calculator_btn.share_btn:hover:before {
	background-position: -192px -24px;
}

#template_editor_btn.share_btn:before {
	background-position: -216px 0px;
}

#template_editor_btn.share_btn:hover:before {
	background-position: -216px -24px;
}

.hiddenButton {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	opacity: 0;
	cursor: pointer;
	z-index: 1;
}

.hiddenFileArea {
	position: relative;
}

.user_foto {
	width: 48%;
	padding-left: 2%;
	float: left;
	position: relative;
}

.user_foto input[type="file"] {
	/*visibility: hidden;*/ 
}

.user_foto img {
	border: 2px solid #DDDDDD;
	height: 157px;
	width: 121px;
}

.user_foto img:hover {
	border: 2px solid #AAAAAA;
}

.has_subitems:after {
	content: "";
	background: transparent url(../img/showHideBtn.png) no-repeat right top;
	width: 12px;
	height: 11px;
	position: absolute;
	right: -1px;
	top: 30px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.share_caption:first-child {
	border-top: 0px;
}

.share_caption {
	text-align: right;
	padding-right: 5px;
	background-color: #FAFAFA;
	font-size: 16px;
	font-family: pt_sansregular;
	color: #333333;
	height: 30px;
	line-height: 30px;
	background: #ffffff;
	border-bottom: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
}

.avatarFotoTopRight {
	width: 40px;
	position: absolute;
	top: -3px;
	left: 0px;
	height: 40px;
}

#remove_avatar_bg {
	background: #0098CC url("../img/template_editor/ei_remove.png") no-repeat center;
	position: absolute;
	bottom: -3px;
	left: 122px;
	width: 20px;
	height: 20px;
	padding: 0px;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

.date_performance {
	font-weight: bold;
}

.text_performance {
	padding: 5px;
}

.footer_performance {
	text-align: right;
	font-style: italic;
}

.bgc2 {
	background-color: #EEEEEE;
}

.shutdown {
	background-color: #c60f13;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
}

#email_form {
	display: none;
}

#email_form textarea {
	width: 500px;
	height: 300px;
	color: #333333;
}

#desktop_modules .module_objects_columns {
	width: 33%;
	float: left;
}

.module_object {
	margin: 10px;
	background: #FAFAFA;
}

.module_object .header {
	padding: 5px;
	background: none;
	color: #FF6600;
	font-size: 16px;
	border-bottom: 1px solid #BBB;
	font-weight: bold;
}

.module_object .alarmsLink {
	color: #0098CC;
}

.value_info {
	font-size: 16px;
	font-weight: bold;
}

#el_energy_caption {
	clear: both;
}

#lds_info_caption {
	clear: both;
	padding-top: 15px;
}

#meteoIframe {
	overflow: hidden;
}

.tabs a[href="#t4"].tab_list {
	/*display: none;*/
} 

.axy_status_area {
	position: relative;
	border-top: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
}

.axy_status_area_q {
	position: relative;
}

.axy_text {
	display: inline-block;
	height: 60px;
	width: 25%;
	color: #333333;
	text-align: center;
	position: relative;
	line-height: 60px;
	border-right: 1px solid #CCCCCC;
}

.axy_status_area_q .axy_text {
	width: 20%;
}

.axy_text.active {
	color: #FF6600;
	background-color: #FFFFFF;
}

.axy_text.active:after { 
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 12px;
	top: 0px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #FF6600;
}

.axy_text.active:before { 
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 12px;
	top: 45px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #FF6600;
}

.axy_status_area_q .axy_text.active:after, .axy_status_area_q .axy_text.active:before {
	left: 6px;
}

.top_area_q {
	height: 14px;
	background-color: #FF6600;
	position: relative;
	width: 100%;
	font-size: 10px;
}

.capacity_q {
	height: 14px;
	display: inline-block;
	float: left;
	width: 40%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF; 
}

.induction_q {
	height: 14px;
	display: inline-block;
	float: right;
	width: 40%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}

.axy_control_caption {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
}

.axy_control .top_area_q {
	height: 20px;
}

.templates_element .axy_text {
	height: 58px;
}

.templates_element .axy_notassigned {
	height: 58px;
	line-height: 58px;
	text-align: center;
}

.templates_element .axy_control {
	border: 1px solid #FF6600;
	background-color: #F1F1F1;
}

.templates_element .axy_text.active:after {
	left: 4px;
}

.templates_element .axy_text.active:before {
	left: 4px;
	top: 44px;
}

.templates_element .axy_status_area_q .axy_text.active:after, .templates_element .axy_status_area_q .axy_text.active:before {
	left: 0px;
} 

.temperature_id_area {
	display: none;
	float: left;
	width: 10%;
}

.required {
	color: #CC0000;
	font-size: 14px;
}

.alert-box .refreshBtn {
	content: "";
    position: absolute;
    right: 3px;
    top: 15px;
    width: 16px;
    height: 16px;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAACmSURBVDiNpZPBDcMgDEVN1XtGSDdhFEZiBEZgJNoJMsLroUYylCQiedIXkRN+jG0cIHd46JpMzItIFhE6ZX3XAgg/EhA5J+oeARoDSwEC4FVBY38mI4MCLPYvqkWzrPijDNLAoJrUTPKRwZFJMN/IU2vpJjr3HrXxKusVg5d5/vQFijvnPi3iCmymeNNtFNopLEwO0shkj+EoW3k9X0+uaVs5bl7nL4IuNtpkRslvAAAAAElFTkSuQmCC') no-repeat top left;
    z-index: 202;
    cursor: pointer;
}

@media only screen and (min-width : 1280px) {
  
	#left_firm_info {
		position:relative;
		top: 10px;
		height: 65px;
		float: left;
		width: 325px;
		border-left: 2px solid #EF7E12;
		left: 24px;
	}
	
	#firm_name {
		color: #333333;
		padding-left: 4px;
		font-size: 28px;
		font-family:dosis-medium;
	}
	
	#firm_description {
		color: #333333;
		padding-left: 4px;
		font-size: 14px;
		font-family: dosis-regular;
		padding-top: 10px;             
	}
	
	#pm_logo {
		background: transparent url('../img/logo.png') no-repeat center;
		height: 75px;
		width: 250px;
		float: right;
	}
	
	#top_widgets {
		overflow: hidden;
		position: absolute;
		left: 325px;
	}
}   

@media only screen and (min-width : 1280px) and (max-width : 1400px){
	#pm_logo {
		background: transparent url('../img/logo.png') no-repeat 10px;
		height: 75px;
		width: 75px;
		float: right;
	}
	
	#chartToolsTable .previous, #chartToolsTable .next, #chartToolsTable .day_next, #chartToolsTable .week_next, #chartToolsTable .month_next, #chartToolsTable .year_next {
		height: 30px;
		width: 30px;
		margin: 0px;
		padding: 0px;
		background: #0098CC url(../img/white_arrow_down.png) no-repeat center;
		background-size: 20px;
	}
	
	#chartToolsTable button.small, #chartToolsTable .button.small {
		padding: 8px;
		height: 30px;
	}
}


@media only screen and (min-width : 960px) and (max-width : 1280px){
  #left_firm_info {
		width:195px;
		position:relative;
		top: 10px;
		height: 65px;
		float: left;
		border-left: 2px solid #EF7E12;
		left: 24px;
	}
	
	#pm_logo {
		display: none;
	}
	
	#firm_name {
		color: #333333;
		padding-left: 4px;
		font-size: 24px;
		font-family:dosis-medium;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	
	#firm_description {
		color: #333333;
		padding-left: 4px;
		font-size: 12px;
		font-family: dosis-regular;
		padding-top: 10px;             
	}
	
	#top_widgets {
		overflow: hidden;
		position: absolute;
		left: 195px;
	}
	
	#main_menu_area {
		/*margin-left: 81px;
		margin-right: 81px;*/
	}
	
	#breadscrumb {
		/*margin-left: 81px;
		margin-right: 81px;*/
	}
}

@media only screen and (min-width : 640px) and (max-width : 960px){
	#left_firm_info {
		width: 128px;
		position:relative;
		top: 10px;
		height: 65px;
		float: left;
		border-left: 2px solid #EF7E12;
		left: 24px;
	}
	
	#firm_name {
		color: #333333;
		padding-left: 4px;
		font-size: 18px;
		font-family:dosis-medium;
	}
	
	#firm_description {
		color: #333333;
		padding-left: 4px;
		font-size: 11px;
		font-family: dosis-regular;
		padding-top: 10px;             
	}
	
	#top_widgets {
		overflow: hidden;
		position: absolute;
		left: 152px;
	}
	
	#pm_logo {
		display: none;
	}
	
	#main_menu_area {
		/*margin-left: 81px;
		margin-right: 81px;*/
	}
	
	#breadscrumb {
		/*margin-left: 81px;
		margin-right: 81px;*/
	}
	
	.footer_text {
		display: none;
	}
	
	#desktop_modules .module_objects_columns {
		width: 50%;
		float: left;
	}
	
	#module_objects_column_3 {
		clear: both;
		float: left;
	}
}

@media only screen and (max-width : 640px){
  	#top_buttons {
		display: none;
	}
	
	.footer_text {
		display: none;
	}
	
	.mm_mobile_menu {
		display: block;
	}
	
	#left_firm_info {
		display: block;
		height: 18px;
		line-height: 29px;			
	}
	
	#firm_name {
		padding-left: 40px;
		background: transparent url(../img/eye_small.png) no-repeat 8px 5px;
	}
	
	#firm_description {
		display: none;		
	}
	
	#top {
		height: 92px;
	}
	
	#pm_logo {
		display: none;
	}
	
	#widget_group {
		display: none;
	}
	
	#left_tools {
		display: none;
	}
	
	#right_tools {
		display: none;
	}
	
	#bottom_tools {
		display: none;
	}
	
	#breadscrumb {
		display: none;
	}
	
	#main_menu {
		display: none;
		margin-left: 0px;
	}
	
	.mm_left_arrow {
		display: none;
	}
	
	.mm_right_arrow {
		display: none;
	}
	
	#mobile_menu {
		display: block;
	}

	.tmm_item {
		width: 48px;
		height: 48px;
		float: left;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-color: transparent;
		padding-top: 48px;
		margin: 10px;
		font-family: pt_sansregular;
		font-size: 12px;
		text-align: center;
		line-height: 15px;
		cursor: pointer;
		color: #333333;
	}

	.tmm_item:hover {
		background-position: 0px -96px;
		color:#EF7E12; 
	}

	#mobile_menu .disabled { 
		background-position: 0px -48px;
		color: #666666
	}

	#tree_item {
		background-image: url(../img/tree.png);
	}
	
	#menu_item {
		background-image: url(../img/menu.png);
	}
	
	#table_item {
		background-image: url(../img/table.png);
	}
	
	#filter_item {
		background-image: url(../img/filter.png);
	}
	
	#top_widgets {
		display: none;
	}
	
	#chartToolsTable .button {
		padding: 0px;		
	}
	
	#chartToolsTable a.previous, #chartToolsTable a.next {
		width: 19px;
		height: 19px;
	}
	
	#chartToolsTable table tbody tr td {
		padding: 0px;
	}
	
	.window table tbody tr td {
		padding: 2px;
	}
	
	#tree span.dynatree-node {
		display: inline-block;
		height: 32px;
		line-height: 34px;
		background-position: 35px 10px !important;
	}
	
	#tree span.dynatree-expander {
	    width: 32px;
	    height: 32px;
		
	}
	
	#tree ul.dynatree-container li {
		background-position: 7px -9px;
	}
	
	#tree .dynatree-exp-edl span.dynatree-expander {
		background-position: -32px -160px;
	}
	
	#tree .dynatree-exp-e span.dynatree-expander, #tree .dynatree-exp-el span.dynatree-expander {
		background-position: -33px -160px;
	}
	
	#tree .dynatree-exp-cl span.dynatree-expander, #tree .dynatree-exp-c span.dynatree-expander, #tree .dynatree-exp-cdl span.dynatree-expander {
		background-position: 0px -160px;
	}
	
	#tree .dynatree-exp-cd span.dynatree-expander {
		background-position: -1px -160px;
	}	
	
	#tree span.dynatree-connector {
		background-position: -64px -157px;
		width: 32px;
		height: 32px;
	}
	
	#desktop_modules .module_objects_columns {
		width: 100%;
		clear: both;
		float: none;
	}
}

.widget_caption {
	font-family: pt_sansregular;
	font-size: 14px;
	color: #666666;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	position: absolute;
	top: 5px;
}

.widget_value { 
	font-size: 28px;
	font-family: dosis-medium;
	color: #333333;
	position: absolute;
	top: 27px;
}

.widget_info { 
	font-size: 14px;
	font-family: pt_sansregular;
	color: #666666;
	position: absolute;
	top: 58px;
}

.main_color {
  color: #EF7E12;
}

.widget_day_name {
	font-size: 20px;
	position: absolute;
	top: 14px;
	color: #666666;
}

.widget_day_month {
 	font-size: 18px;
 	position: absolute;
	top: 40px;
	color: #666666;
}

.widget_time {
	font-size: 28px;
	position: absolute;
	right: 0px;
	top: 18px;
	color: #666666;
	/*-webkit-box-shadow: inset 1px 1px 1px 1px #CCCCCC;
	box-shadow: inset 1px 1px 1px 1px #CCCCCC;*/
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 4px;	
	-webkit-border-radius: 5px;
  	border-radius: 5px;
}

.polojasno {
	width: 51px;
	height: 27px;
	background: transparent url('../img/polojasno.png') no-repeat right top;
}

/********************************************
 *************** CONTENT AREA *************** 
 ********************************************/
#left_tools {
	/*overflow:hidden;*/
	position: absolute;
	z-index: 8;
}

.tools_window {
	-webkit-box-shadow: 0px 0px 15px 3px #CCCCCC;
  	box-shadow: 0px 0px 15px 3px #CCCCCC;
  	height: 100%;
  	background-color:#F6F6F6;
	padding-bottom: 15px;
	display: none;    
}

.tools_window .handler {
	position: absolute;
	background: transparent url('../img/left_handler.png') no-repeat top left;
	width: 55px;
	height: 83px;
	top: 45%;
	right:-55px;
	cursor: pointer;
}

#tree {
	/*width: 500px;-*
	float: right;
	/*margin-right: 30px;*/
	color: #0098CC;
	padding-top: 20px;
	font-size: 14px;
	font-family:pt_sansregular;
	padding-bottom: 20px;
	height: 100%;
	overflow: auto;
	padding-left: 20px;
	padding-right: 20px;
}

#tree .dynatree-container {
	padding-right: 20px;
}

#tree ul{
	list-style: none;
	margin: 0px; 
}

#tree .unpack {
	background: transparent url('../img/unpack.png') no-repeat 3px 5px;
}

#tree .pack {
	background: transparent url('../img/pack.png') no-repeat 3px 5px;
}

#tree .customer, .customer {
	background: transparent url('../img/ico_company.png') no-repeat 20px center;
}

#tree .temperature_sensors, .temperature_sensors {
	background: transparent url('../img/temperature_sensors.png') no-repeat 20px center;
}

#tree .pressure_sensors, .pressure_sensors {
	background: transparent url('../img/pressure_sensors.png') no-repeat 20px center;
}

#tree .humidity_sensors, .humidity_sensors {
	background: transparent url('../img/humidity_sensors.png') no-repeat 20px center;
}

#tree .gas_leak_sensors, .gas_leak_sensors {
	background: transparent url('../img/gas_leak_sensors.png') no-repeat 20px center;
}

#tree .mar, .mar {
	background: transparent url('../img/mar.png') no-repeat 20px center;
}

#tree .security, .security {
	background: transparent url('../img/security.png') no-repeat 20px center;
}

#tree .camera, .camera {
	background: transparent url('../img/camera.png') no-repeat 20px center;
}

#tree .opening_detector_sensors, .opening_detector_sensors {
	background: transparent url('../img/opening_detector_sensors.png') no-repeat 20px center;
}

#tree .alarms_sensors, .alarms_sensors {
	background: transparent url('../img/alarms_sensors.png') no-repeat 20px center;
}

#tree .failures_sensors, .failures_sensors {
	background: transparent url('../img/failures_sensors.png') no-repeat 20px center;
}

#tree .outputs_sensors, .outputs_sensors {
	background: transparent url('../img/outputs_sensors.png') no-repeat 20px center;
}

#tree .inputs_sensors, .inputs_sensors {
	background: transparent url('../img/inputs_sensors.png') no-repeat 20px center;
}

#tree .motion_detector_sensors, .motion_detector_sensors {
	background: transparent url('../img/motion_detector_sensors.png') no-repeat 20px center;
}

#tree .switchboard, .switchboard {
	background: transparent url('../img/switchboard.png') no-repeat 20px center;
}

#tree .status_variable, .status_variable {
	background: transparent url('../img/status_variable.png') no-repeat 20px center;
}

#tree .smoke_detector_sensors, .smoke_detector_sensors {
	background: transparent url('../img/smoke_detector_sensors.png') no-repeat 20px center;
}

#tree .flooding_sensors, .flooding_sensors {
	background: transparent url('../img/flooding_sensors.png') no-repeat 20px center;
}

.user {
	background: transparent url('../img/user.png') no-repeat 20px center;
}

#tree .partner {
	background: transparent url('../img/ico_partner.png') no-repeat 20px center;
}

#tree .powerplant, .powerplant {
	background: transparent url('../img/ico_powerplant.png') no-repeat 20px center;
}

#tree .block-fve, .block-fve {
	background: transparent url('../img/ico_block_fve.png') no-repeat 20px center;
}

.device {
	background: transparent url('../img/device.png') no-repeat 20px center;
}

#tree .group {
	background: transparent url('../img/ico_string.png') no-repeat 20px center;
}

#tree .subobject, .subobject {
	background: transparent url('../img/ico_subobject_1.png') no-repeat 20px center;
}

#tree .cogeneration_unit, .cogeneration_unit {
	background: transparent url('../img/ico_cogeneration_unit.png') no-repeat 20px center;
}

#tree .gas_boiler, .gas_boiler {
	background: transparent url('../img/ico_gas_boiler.png') no-repeat 20px center;
}

#tree .electric_boiler, .electric_boiler {
	background: transparent url('../img/ico_electric_boiler.png') no-repeat 20px center;
}

#tree .accumulation_tank, .accumulation_tank {
	background: transparent url('../img/ico_accumulation_tank.png') no-repeat 20px center;
}

#tree .sahara, .sahara {
	background: transparent url('../img/ico_sahara.png') no-repeat 20px center;
}

#tree .group.ico_1 {
	background: transparent url('../img/ico_1.png') no-repeat 20px center;
}

#tree .group.ico_2 {
	background: transparent url('../img/ico_2.png') no-repeat 20px center;
}

#tree .subobject.ico_1 {
	background: transparent url('../img/ico_subobject_1.png') no-repeat 20px center;
}

#tree .subobject.ico_2 {
	background: transparent url('../img/ico_subobject_2.png') no-repeat 20px center;
}

#tree .meteostation, .meteostation {
	background: transparent url('../img/ico_meteostation.png') no-repeat 20px center;
}

#tree .electricity_meters, .electricity_meters {
	background: transparent url('../img/ico_electricity_meters.png') no-repeat 20px center;
}

#tree .water_meters, .water_meters {
	background: transparent url('../img/ico_water_meters.png') no-repeat 20px center;
}

#tree .gas_meters, .gas_meters {
	background: transparent url('../img/ico_gas_meters.png') no-repeat 20px center;
}

#tree .heat_meters, .heat_meters {
	background: transparent url('../img/ico_heat_meters.png') no-repeat 20px center;
}

#tree .settings {
	background: transparent url('../img/ico_settings.png') no-repeat 20px center;
}

#tree .managment {
	background: transparent url('../img/ico_managment.png') no-repeat 20px center;
}

#tree .alarms {
	background: transparent url('../img/ico_alert.png') no-repeat 20px center;
}

#tree .cogeneration_unit {
	background: transparent url('../img/ico_cogeneration_unit.png') no-repeat 20px center;
}

#tree .invertor, .invertor {
	background: transparent url('../img/ico_invertor.png') no-repeat 20px center;
}

#tree .string {
	background: transparent url('../img/ico_string.png') no-repeat 20px center;
}

#tree .alarm {
  	background: transparent url('../img/ico_alarm.png') no-repeat 20px center !important;
}

.ico_format {
	background-position: 5px center;
	padding-left: 35px;
	background-color: transparent;
	height: 16px;  	
}

#page .alarm_all {
  	background: transparent url('../img/ico_alarm.png') no-repeat left center;
  	padding-left: 25px;
  	color: #FF0000;
}

.failAlarm {
  	width: 100%;
  	height: 16px;
	background: transparent url('../img/ico_alarm.png') no-repeat 5px center;
}

#page #scene .alarm_all {
	background: transparent url('../img/ico_alarm.png') no-repeat 130px 0px;
  	color: #FF0000;
  	border: 1px solid #FF0000;
  	padding-left: 0px;
}

#tree ul li span.alarm a{
  	color: #FF0000;
}

#tree ul li a:hover, #tree ul li span.dynatree-active a {
	color:#FF6600;
}

#tree ul li a {
	padding-left: 20px;
	color: #0098CC;
	font-family: pt_sansregular;
}

#right_tools {
	position: absolute;
	width: 155px;
  	z-index: 8;
  	right: 0px;
  	overflow:hidden;
  	top: 75px;
}

#rt_items {
	position:absolute;
	width: 100px;
  	height: 100%;
  	-webkit-box-shadow: 0px 0px 15px 3px #CCCCCC;
  	box-shadow: 0px 0px 15px 3px #CCCCCC;
	background-color: #F6F6F6;
	right:0px;
}

#rt_items .handler {
	position: absolute;
	background: transparent url('../img/right_handler.png') no-repeat top left;
	width: 55px;
	height: 83px;
	left: -55px;
	top: 45%;
	z-index:9;
	cursor: pointer;
}

#content {
	overflow:hidden;
}

#middle_content {
	position: relative;
	/*border: 1px solid #00FF00;*/
	/*overflow: auto;*/
	background-color: #FFFFFF;
	width: 100%;
	z-index: 7;
}

.rt_item div:first-child {
	height:48px;
	margin-top:5px;
	margin-bottom:3px;
	cursor: pointer;
}

.rt_item div:first-child:hover, #rt_items_area .rt_selected div:first-child{
	background-position:center -48px; 
}

.rt_item div:first-child:hover+div, #rt_items_area .rt_selected div:first-child+div {
	color:#EF7E12;
}

.rt_item_text {
	font-size:12px;
	font-family:pt_sansregular;
	color:#666666;
	text-align:center;
}

.rt_weather {
	background: transparent url('../img/ico_right_weather.png') no-repeat top center;
}

.rt_gas_leak, .rt_gas_alarm {
	background: transparent url('../img/rm/rt_gas_leak.png') no-repeat top center;
}

.rt_opening_detector {
	background: transparent url('../img/rm/rt_opening_detector.png') no-repeat top center;
}

.rt_alarms_sensors {
	background: transparent url('../img/rm/rt_alarms_sensors.png') no-repeat top center;
}

.rt_failures_sensors, .rt_warning, .rt_fail_fu3, .rt_fail_gf1, .rt_fail_gf2, .rt_sec_wtr_pump, .rt_fail_vzt, .rt_engine_state, .rt_kgj_status {
	background: transparent url('../img/rm/rt_failures_sensors.png') no-repeat top center;
}

.rt_outputs_sensors {
	background: transparent url('../img/rm/rt_outputs_sensors.png') no-repeat top center;
}

.rt_inputs_sensors {
	background: transparent url('../img/rm/rt_inputs_sensors.png') no-repeat top center;
}

.rt_motion_detector {
	background: transparent url('../img/rm/rt_motion_detector.png') no-repeat top center;
}

.rt_status_variable, .rt_diris_thd_v1, .rt_diris_thd_v2, .rt_diris_thd_v3, .rt_diris_thd_l1, .rt_diris_thd_l2,
.rt_diris_thd_l3, .rt_diris_thd_ln {
	background: transparent url('../img/rm/rt_status_variable.png') no-repeat top center;
}

.rt_counter, .rt_counter_mi, .rt_counter_mi50 {
	background: transparent url('../img/rm/rt_counter.png') no-repeat top center;
}

.rt_smoke_detector {
	background: transparent url('../img/rm/rt_smoke_detector.png') no-repeat top center;
}

.rt_flooding_sensors, .rt_pi_exhaust {
	background: transparent url('../img/rm/rt_flooding_sensors.png') no-repeat top center;
}

.rt_ac_voltage1_peak, .rt_ac_voltage2_peak, .rt_ac_voltage3_peak {
	background: transparent url('../img/rm/pm_ico_rm_58.png') no-repeat top center;
}

.rt_dc_voltage, .rt_dc_voltage_input_1 {
	background: transparent url('../img/rm/pm_ico_rm_19.png') no-repeat top center;
}

.rt_ac_current1, .rt_ac_current2, .rt_ac_current3, .rt_diris_phase_current_1, .rt_diris_phase_current_2, .rt_diris_phase_current_3, .rt_diris_neutral_current,
.rt_obis_317, .rt_standard_317, .rt_standard_517, .rt_standard_717, .rt_standard2_317, .rt_standard2_517, .rt_standard2_717, .rt_obis_517, .rt_obis_717 {
	background: transparent url('../img/rm/pm_ico_rm_13.png') no-repeat top center;
}

.rt_dc_current, .rt_dc_current_input_1 {
	background: transparent url('../img/rm/pm_ico_rm_17.png') no-repeat top center;
}

.rt_ac_current_sum {
	background: transparent url('../img/rm/pm_ico_rm_35.png') no-repeat top center;
}

.rt_ac_freq1, .rt_ac_freq2, .rt_ac_freq3, .rt_gen_freq, .rt_mains_freq, .rt_diris_frequency, .rt_standard_1470, .rt_standard2_1470 {
	background: transparent url('../img/rm/pm_ico_rm_59.png') no-repeat top center;
}

.rt_work_time, .rt_power_supply_time {
	background: transparent url('../img/rm/pm_ico_rm_56.png') no-repeat top center;
}

.rt_internal_temp1, .rt_internal_temp2, .rt_invertor_temperature {
	background: transparent url('../img/rm/pm_ico_rm_74.png') no-repeat top center;
}

.rt_add_desktop {
	background: transparent url('../img/ico_right_docs.png') no-repeat top center;
}

.rt_ac_power, .rt_ac_power_all, .rt_el_power_all {
	background: transparent url('../img/rm/pm_ico_rm_55.png') no-repeat top center;
}

.rt_act_power, .rt_act_pwr_l1, .rt_act_pwr_l2, .rt_act_pwr_l3, .rt_mar_pw_req, .rt_diris_sum_active_power_plus_minus, .rt_diris_sum_reactive_power_plus_minus, .rt_diris_sum_power_factor,
.rt_diris_active_power_phase_1_plus_minus, .rt_diris_active_power_phase_2_plus_minus, .rt_diris_active_power_phase_3_plus_minus,
.rt_diris_reactive_power_phase_1_plus_minus, .rt_diris_reactive_power_phase_2_plus_minus, .rt_diris_reactive_power_phase_3_plus_minus,
.rt_diris_power_factor_phase_1, .rt_diris_power_factor_phase_2, .rt_diris_power_factor_phase_3, .rt_diris_active_energy_plus,
.rt_diris_reactive_energy_plus, .rt_diris_apparent_apparente, .rt_diris_active_energy_minus, .rt_diris_active_energy_plus_2,
.rt_diris_s_predicted_active_power, .rt_diris_s_predicted_reactive_power, .rt_diris_avg_sum_active_power_plus,
.rt_diris_avg_sum_active_power_minus, .rt_diris_avg_sum_reactive_power_plus, .rt_diris_avg_sum_reactive_power_minus,
.rt_diris_max_avg_sum_active_power_plus, .rt_diris_max_avg_sum_active_power_minus, .rt_diris_max_avg_sum_reactive_power_plus,
.rt_diris_max_avg_sum_reactive_power_minus,
.rt_diris_energy_active_energy_plus, .rt_diris_energy_reactive_energy_plus, .rt_diris_energy_apparent_apparente, .rt_diris_energy_active_energy_minus, .rt_diris_energy_reactive_energy_minus,
.rt_obis_energy_180, .rt_standard_energy_180, .rt_standard_energy_280, .rt_standard2_energy_180, .rt_standard2_energy_280, .rt_obis_energy_280, .rt_obis_180, .rt_obis_181, .rt_obis_182, .rt_obis_183, .rt_obis_280,
.rt_obis_1670, .rt_obis_13170, .rt_obis_137, .rt_standard_137, .rt_standard_180, .rt_standard_280, .rt_standard_170, .rt_standard_270, .rt_standard2_137, .rt_standard2_180, .rt_standard2_280, .rt_standard2_170, .rt_standard2_270,
.rt_el_power_fve, .rt_el_power_kgj,
.rt_power_heat_meter_0, .rt_power_heat_meter_1 {
	background: transparent url('../img/rm/pm_ico_rm_53.png') no-repeat top center;
}

.rt_ubat, .rt_diris_phase_to_phase_voltage_u12, .rt_diris_phase_to_phase_voltage_u23, .rt_diris_phase_to_phase_voltage_u31, .rt_diris_phase_to_neutral_voltage_phase_1, .rt_diris_phase_to_neutral_voltage_phase_2, .rt_diris_phase_to_neutral_voltage_phase_3,
.rt_obis_327, .rt_standard_327, .rt_standard_527, .rt_standard_727, .rt_standard2_327, .rt_standard2_527, .rt_standard2_727, .rt_obis_527, .rt_obis_727 {
	background: transparent url('../img/rm/pm_ico_rm_5.png') no-repeat top center;
}

.rt_ac_voltage, .rt_gen_v_l1_n, .rt_gen_v_l2_n, .rt_gen_v_l3_n, .rt_gen_v_l1_l2, .rt_gen_v_l2_l3, .rt_gen_v_l3_l1, .rt_mains_v_l1_n, .rt_mains_v_l2_n, .rt_mains_v_l3_n, .rt_mains_v_l1_l2, .rt_mains_v_l2_l3, .rt_mains_v_l3_l1 {
	background: transparent url('../img/rm/pm_ico_rm_15.png') no-repeat top center;
}

.rt_req_pwr {
	background: transparent url('../img/rm/rt_req_pwr.png') no-repeat top center;
}

.rt_flow {
	background: transparent url('../img/rm/rt_flow.png') no-repeat top center;
}

.rt_volume {
	background: transparent url('../img/rm/rt_volume.png') no-repeat top center;
}

.rt_rem_start_stop {
	background: transparent url('../img/rm/rt_rem_start_stop.png') no-repeat top center;
}

.rt_oil_barrel_low {
	background: transparent url('../img/rm/rt_oil_barrel_low.png') no-repeat top center;
}

.rt_pwr_technology {
	background: transparent url('../img/rm/rt_pwr_technology.png') no-repeat top center;
}

.rt_pwr_wtr_pump {
	background: transparent url('../img/rm/rt_pwr_wtr_pump.png') no-repeat top center;
}

.rt_emergency_stop {
	background: transparent url('../img/rm/rt_emergency_stop.png') no-repeat top center;
}

.rt_gcb {
	background: transparent url('../img/rm/rt_gcb.png') no-repeat top center;
}

.rt_remote_aut_man {
	background: transparent url('../img/rm/rt_remote_aut_man.png') no-repeat top center;
}

.rt_dc_power, .rt_dc_power_all {
	background: transparent url('../img/rm/pm_ico_rm_76.png') no-repeat top center;
}

.rt_power_for_day {
	background: transparent url('../img/rm/pm_ico_rm_37.png') no-repeat top center;
}

.rt_power {
	background: transparent url('../img/rm/pm_ico_rm_38.png') no-repeat top center;
}

.rt_comparator, .rt_pwr_factor {
	background: transparent url('../img/rm/pm_ico_rm_79.png') no-repeat top center;
}

.rt_num_starts, .rt_run_hours, .rt_rpm {
	background: transparent url('../img/rm/pm_ico_rm_7.png') no-repeat top center;
}

.rt_power_for_all {
	background: transparent url('../img/rm/pm_ico_rm_38.png') no-repeat top center;
}

.rt_humidity {
	background: transparent url('../img/rm/rt_humidity.png') no-repeat top center;
}

/* .rt_pressure, .rt_pi_fuel_mix_lt, .rt_pi_eng_out, .rt_pi_exhaust, .rt_oil_pressure_a, .rt_oil_pressure_b { */
.rt_pressure, .rt_pi_fuel_mix_lt, .rt_pi_eng_out, .rt_oil_pressure_a, .rt_oil_pressure_b {
	background: transparent url('../img/rm/rt_pressure.png') no-repeat top center;
}

.rt_energy, .rt_energy50 {
	background: transparent url('../img/rm/rt_energy.png') no-repeat top center;
}

.rt_quarter_hour, .rt_quarter_hour2, .rt_14_consumption_lds, .rt_60_consumption_lds {
	background: transparent url('../img/rm/pm_ico_rm_33.png') no-repeat top center;
}

.rt_exposure {
	background: transparent url('../img/rm/rt_exposure.png') no-repeat top center;
}

.rt_temperature, .rt_ti_tech_in, .rt_ti_tech_out, .rt_ti_fuel_mix_lt, .rt_ti_eng_out, .rt_ti_eng_ln, .rt_ti_exhaust, .rt_ti_room, .rt_oil_temp_a, .rt_oil_temp_b, .rt_exhaust_temp_a, .rt_exhaust_temp_b {
	background: transparent url('../img/rm/rt_temperature.png') no-repeat top center;
}

.rt_wind_speed {
	background: transparent url('../img/rm/rt_wind_speed.png') no-repeat top center;
}

.rt_wind_direction {
	background: transparent url('../img/rm/rt_wind_direction.png') no-repeat top center;
}

.rt_dew_point {
	background: transparent url('../img/rm/rt_dew_point.png') no-repeat top center;
}

.rt_precipitation {
	background: transparent url('../img/rm/rt_precipitation.png') no-repeat top center;
}

.rt_weather {
	background: transparent url('../img/rm/pm_ico_rm_1.png') no-repeat top center;
}

#rt_top_arrow {
	cursor: pointer;
	height: 58px;
	background: transparent url('../img/vertical_arrows.png') no-repeat 12px 0px;
	width: 100px;
}

#rt_items .disable{
	background-position-y: -57px;
}

#rt_items .disable:hover {
	background-position-y: -57px;
}

#rt_top_arrow:hover {
	background-position-y: -114px;
}

#rt_bottom_arrow {
	cursor: pointer;
	height: 58px;
	background: transparent url('../img/vertical_arrows.png') no-repeat -57px 0px;
	bottom: 0px;
	position: absolute;
	margin-bottom: 10px;
	width: 100px;
}

#rt_bottom_arrow:hover {
	background-position-y: -114px;
}

#rt_items_area {
	overflow: hidden;
	width:100%;
}

#bottom_tools {
	z-index: 9;
	width: 100%;
	position: absolute;
	bottom: 10px;      
}

#bottom_info {
	-webkit-box-shadow: 0px 0px 10px 3px #CCCCCC;
  	box-shadow: 0px 0px 10px 3px #CCCCCC;
  	background-color:#F6F6F6;
	padding-top:10px;
	overflow: hidden;
	height:0px;
}

#bottom_info table {
	width: 100%;
	text-align:center;
	height:0px;	
	display: none;
}

.top_shadow {
	height:10px;
	background: transparent url('../img/table_top_shadow.png') no-repeat top center;
}

#bottom_tools table th {
	font-size: 14px;
	font-family: pt_sansregular;
	color: #333333;
	border:1px solid #999999;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 87%, #eeeeee 90%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(87%,#efefef), color-stop(90%,#eeeeee), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 87%,#eeeeee 90%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#efefef 87%,#eeeeee 90%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 87%,#eeeeee 90%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#efefef 87%,#eeeeee 90%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
	height: 40px;
}

#bottom_tools table th span.asc {
	background-image: url('../img/asc_desc_arrow.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	float:right;
	width:12px;
	height:11px;
}

#bottom_tools table th span.desc {
	background-image: url('../img/asc_desc_arrow.png');
	background-repeat: no-repeat;
	background-position: top left;
	float:right;
	width:12px;
	height:11px;
}

#bottom_tools table td { 
	border: 1px solid #999999;
}

#bottom_tools table td:first-child {
	border-left: 0px;
}

#bottom_tools table td:last-child {
	border-right: 0px;
}

#bottom_tools table tr:nth-of-type(even) {
	background-color: #CCCCCC;
}

#bottom_tools table tr:nth-of-type(odd) {
	background-color: #ECECEC;
}

#bottom_tools table th:first-child {
	border-left: 0px;
}

#bottom_tools table th:last-child {
	border-right: 0px;
}

#bottom_tools table tr:hover, #bottom_tools table tr.selected {
	background-color: #FBDDBF; 
}

#bottom_tools table tr:first-child {
	/*width: 100%;*/
}

#bottom_info .handler {
	position: absolute;
	background: transparent url('../img/bottom_handler.png') no-repeat top left;
	width: 85px;
	height: 55px;
	top: -55px;
	z-index: 9;
	cursor: pointer;
}

#bottom_info .handler:hover {
	background-position: top right;
}

#breadscrumb {
	background: transparent url('../img/breadscrumb.png') no-repeat center left;
	height: 31px;
	font-size: 14px;
	font-family: pt_sansregular;
	color: #0098CC;
	padding-left: 20px;
	line-height: 31px;	
}

#breadscrumb a:hover {
	color: #EE7E12;
}

.breadscrumb_text {
	color: #EE7E12;
}

#main_menu {
	margin-left: 48px;	
}

#main_menu_area {
	height: 78px;
}

.mm_left_arrow {
	background-position:-23px 0px;
	position: absolute;
	left: 0px;
	top: 7px;
	width: 48px;
	background-image: url('../img/pm_menu_tiled.png');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 70px;
	cursor: pointer;
	z-index: 3;
}

#main_menu_area .mm_left_arrow.disable, #top_widgets #widget_left_arrow.disable{
	background-position: -23px -51px;	
}

#main_menu_area .mm_right_arrow.disable, #top_widgets #widget_right_arrow.disable{
	background-position: -700px -50px;
}

.mm_overview {
	background-position:-70px top;
}

.mm_layout {
	background-position:-140px top;
}

.mm_charts {
	background-position:-210px top;
}

.mm_alerts {
	background-position:-280px top;
}

.mm_tickets {
	background-position:-770px top;
}

.mm_security {
	background-position:-420px top;
}

.mm_settings {
	background-position:-490px top;
}

.mm_operlog {
	background-position:-347px top;
	margin-right: 12px;
}

.mm_icon.mm_help {
	color: #258faf;
}

.mm_icon.mm_help:hover {
	color: #FF6600;
}

#avatar .mm_item {
	display: block;
	float: none;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	padding-right: 15px;
	font-size: 16px;
}

#avatar .mm_item .mm_icon:before {
	content: "";
	background: transparent url('../img/share_btns.png') left top no-repeat;
	position: absolute;
	left: 6px;
	margin-top: 14px;
	width: 24px;
	height: 24px;
}

#avatar .mm_icon.mm_help:before {
	background-position: -312px 0px;
}

#avatar .mm_icon.mm_help:hover:before {
	background-position: -312px -24px;
}

#avatar .mm_icon.mm_profile:before {
	background-position: -264px 0px;
}

#avatar .mm_icon.mm_profile:hover:before {
	background-position: -264px -23px;
}

#avatar .mm_icon.mm_logout:before {
	background-position: -288px 0px;
}

#avatar .mm_icon.mm_logout:hover:before {
	background-position: -288px -24px;
}

#avatar .mm_item .mm_icon {
	padding-left: 35px;
	height: 40px;
	width: 100%;
	text-align: left;
	background: none;
}

#avatar .mm_item:hover {
	background-color: #FBDDBF;
}

.mm_icon.mm_profile {
	
}

.mm_icon.mm_profile:hover a {
	color: #FF6600;
}

.mm_share {
	background: transparent url('../img/share_ico.png') top center;
	height: 74px;
	width: 70px;
	float: left;
	cursor: pointer; 
}

.mm_share:hover {
	background-position: bottom center;
}

.share_btns {
	display: none;
	position: absolute;
	z-index: 9;
	border: 1px solid #BCBCBC;
	margin-top: -1px;
	background: #fdfdfd;
	line-height: 20px;
	/*animation: avatarMove 1s;
	-webkit-animation: avatarMove 1s;*/
	right: 85px;
}

.share_btns:before {
	/*content: "";
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 10px solid #AAAAAA;
	position: absolute;
	margin-top: -10px;
	right: 25px;*/	
}

.mm_icon.mm_logout {
	background:transparent url('../img/logout_btn.png') 10px center no-repeat;
	height: 30px;
	width: auto;
	cursor: pointer;
	padding-left: 18px;
	text-align: left;
}

.mm_icon.mm_logout:hover a {
	color: #FF6600; 
}

.mm_right_arrow {
	background-position:-700px 0px;
	position: absolute;
	right: 0px;
	top: 7px;
	width: 48px;
	background-image: url('../img/pm_menu_tiled.png');
	background-repeat: no-repeat;
	background-color: transparent;
	background-color: #FFFFFF;
	height: 70px;
	cursor: pointer;
	z-index: 3;
}

.mm_left_arrow:hover {
	background-position:-23px -115px;
}

.mm_overview:hover {
	background-position:-70px -115px;
}

.mm_overview.mm_selected{
	background-position:-70px -57px;
}

.mm_layout:hover {
	background-position:-140px -115px;
}

.mm_layout.mm_selected{
	background-position:-140px -57px;
}

.mm_charts:hover {
	background-position:-210px -115px;
}

.mm_charts.mm_selected{
	background-position:-210px -57px;
}

.mm_alerts:hover {
	background-position:-280px -115px;
}

.mm_alerts.mm_selected{
	background-position:-280px -57px;
}

.mm_tickets:hover {
	background-position:-770px -57px;
}

.mm_tickets.mm_selected{
	background-position:-770px -113px;
}

.mm_security:hover {
	background-position:-420px -115px;
}

.mm_security.mm_selected{
	background-position:-420px -57px;
}

.mm_settings:hover {
	background-position:-490px -115px;
}

.mm_settings.mm_selected{
	background-position:-490px -57px;
}

.mm_operlog:hover {
	background-position: -347px -115px;
}

.mm_operlog.mm_selected{
	background-position:-347px -57px;
}

.mm_help:hover {
	background-position:-560px -115px;
}

.mm_right_arrow:hover {
	background-position:-700px -115px;
}

.mm_icon {
	background-image: url('../img/pm_menu_tiled.png');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 70px;
	height: 57px;
	cursor: pointer;
}

.mm_selected {
	background-position-y: -57px;
}

.mm_selected .mm_text{
	color: #FF6600;
}

.mm_text {
	padding-top: 55px;
	font-size:12px;
	font-family:pt_sansregular;
	color: #0098CC;
	text-align:center;
}

.mm_item:hover .mm_text{
	color: #333333;
	cursor: pointer;
}

.mm_selected:hover .mm_text, .mm_item:hover .mm_selected .mm_text {
	color: #FF6600;
	cursor: default;
}

.mm_item {
	float: left;
	position: relative;
}

#login_area {
	margin-left: auto;
	margin-right: auto;
	border:1px solid #AAAAAA;
	border-top: 0px;
	width: 400px;	
}

select[name="language"]  {
	margin: 0px;
}

.login_padding {
	padding: 10px;
}

.top_header {
	height: 40px;
	margin-top: 40px;
	color: #FFFFFF;
	background: #AAAAAA url(../img/lock.png) no-repeat 20px center;
	text-align: center;
	line-height: 40px; 
}

#login_area table {
	width: 100%;
	margin: 0px;
}

#login_area form {
	margin: 0px;
	padding: 0px;
}

#login_area table tr{
	background-color: #FFFFFF;
}

#login_area table input {
	margin: 0px;
}

.message {
	text-align: center;
}

.error {
	background-color: #ce280b;
	color: #FFFFFF;
	list-style: none;
}

#choiced_content {
	overflow: auto;
	overflow-x: hidden;
	height:75%;	    
}

.loading {
	width: 100%;
	height: 100%;
	text-align: center;
}

.loadingBackground {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0px;
	left: 0px;
	background-color: rgba(51,51,51,0.5);	
}

.loader_area {
	position: absolute;
	width: 50%;
	height: 70%;
	background-color: #FFFFFF;
	padding: 15px;
	
}

.loader_area .tabs-content {
	overflow-y: auto;
	overflow-x: hidden;
	height: 90%;
}

.loader_area fieldset, .loader_area table {
	margin: 0px;
}

/*#close_btn {
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
  	border-radius: 5px;
  	position: absolute;
  	width: 32px;
  	height: 32px;
  	right: -10px;
	top: -10px;
}*/

#close_btn {
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 32px;
	height: 32px;
	position: absolute;
	top: -10px;
	right: -10px;
	border: none;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	font: normal 8em/normal Arial, Helvetica, sans-serif;
	color: rgba(0,0,0,1);
	-o-text-overflow: clip;
	text-overflow: clip;
	background: #333333;
	cursor: pointer;
}

#close_btn::before {
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 8px;
	height: 22px;
	position: absolute;
	content: "";
	top: 5px;
	left: 12px;
	border: none;
	font: normal 100%/normal Arial, Helvetica, sans-serif;
	color: rgba(0,0,0,1);
	-o-text-overflow: clip;
	text-overflow: clip;
	background: #ffffff;
	text-shadow: none;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

#close_btn::after {
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 8px;
	height: 22px;
	position: absolute;
	content: "";
	top: 5px;
	left: 12px;
	border: none;
	font: normal 100%/normal Arial, Helvetica, sans-serif;
	color: rgba(0,0,0,1);
	-o-text-overflow: clip;
	text-overflow: clip;
	background: #ffffff;
	text-shadow: none;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.loader {
	width: 100%;
	height: 200px;
	background: transparent url(../img/loader.gif) no-repeat center;
}

#rt_items_area {
	display: block;
}

.avatarLink {
	display: block;
	height: 38px;
	position: relative;
	padding-top: 38px;
	font-size: 12px;
	font-family: pt_sansregular;
	margin-top: 7px;
	cursor: pointer;
}

.avatarLink:before {
    content: '';
    background: transparent url(../img/avatar.png) no-repeat top left;
    position: absolute;
    width: 74px;
    height: 38px;
    z-index: -1;
    margin-top: -40px;
}

.avatarLink:hover:before {
    background-position: bottom left;
}

.avatarLink:hover {
	color: #333333;
}

.avatarLink.active { 
	color: #FF6600;
}

.avatarLink.active:before {
    background-position: 0px -38px;
}

#temp_tooltip {
	position: absolute;
	width: 150px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #333333;
	padding: 5px;
	z-index: 8;	
}

#rotate_item_area {
	display: none;
}

#charts_area_info {
	margin: 1%;
}

#editor img[src=""] {
	display: none;
}

.alarms_table th {
	text-align: left;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	height: 36px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	height: 2.4em;
}

.ticket_status {
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	background-color: #DCDCDC;
}

.ticket_status_1 {
   	background-color: #FF8800;
}

.ticket_status_2 {
    background-color: #556B2F;
}

.ticket_status_3 {
   	background-color: #708090;
}

.ticket_status_50 {
	background-color: #333333;
}

#module_inverters {
	width: 47%;
	float: left;
}

#overview_block_module {
	width: 47%;
	float: left;
}

#overview_block_module .info_box1 {
	float: none;
	width: 100%;
	border-right: 0px;
	background-color: transparent;
}

#overview_block_module .info_box1:nth-child(4) {
	background-color: #EEEEEE;
}

#overview_block_module .info_box1:hover {
	background-color: #FBDDBF;
}

.mm_item .counter {
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #FF6600;
	color: #FFFFFF;
	font-size: 11px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

.mm_item .mm_operlog .counter {
	background-color: #CCCCCC;
}

@media only screen and (min-width : 640px) and (max-width : 1280px){
	#choiced_content {
		margin-left:80px;
		/*margin-right:90px;*/
	}
	
	#right_tools {
		width: 80px;
	}
	
	#mc_top_area {
		margin-left: 81px;
		margin-right: 81px;
	}
	
	#chartToolsTable .previous, #chartToolsTable .next, #chartToolsTable .day_next, #chartToolsTable .week_next, #chartToolsTable .month_next, #chartToolsTable .year_next {
		height: 30px;
		width: 30px;
		margin: 0px;
		padding: 0px;
		background: #0098CC url(../img/white_arrow_down.png) no-repeat center;
		background-size: 20px;
	}
	
	#chartToolsTable button.small, #chartToolsTable .button.small {
		padding: 8px;
		height: 30px;
	}
}

@media only screen and (max-width : 640px){
	.info_half_div {
		width: 98%;
	}
	
	.loader_area {
		width: 100%;
		height: 97%;
	}
	
	#close_btn {
		top: 0px;
		right: 0px;
		z-index: 1;
	}
	
	#login_area {
		width: 100%;
		border-left: 0px;
		border-right: 0px;
	}
	
	#rt_top_arrow {
		display: none;
	}
	
	#rt_bottom_arrow {
		display: none;
	}
	
	#rt_items_content {
		margin-top: 35px;
	}
	
	#choiced_content {
		height: 100%;
	}
	
	.tabs {
		height: auto;
	}
	
	.tabs dd, .tabs li {
		float: none;
	}
	
	.tabs dd.active a, .tabs li.active a {
		border-bottom: 1px solid #e6e6e6;
	}
	
	#right_tools {
		right: auto;
		width: 100%;
		top: 57px;
		display: none;
	}
	
	#rt_items {
		right: auto;
		width: 100%;
		overflow: auto;
	}
	
	#rt_items .rt_item {
	  	border: 1px solid #BBBBBB;
	  	height: 54px;
	  	cursor: pointer;
	  	float: left;
		width: 100%;
		margin-top: 2px;
		margin-left: 2px;
	}
	
	#rt_items .rt_item .rt_ico{
		float: left;
		width: 48px;
		margin-top: 2px;
		margin-left: 2px;
	}
	
	#rt_items .rt_item:hover {
	  border: 1px solid #EF7E12;
	}
	
	#rt_items .rt_item:hover .rt_item_text {
	  color: #EF7E12;
	}
	
	#rt_items .rt_item_text {
		width: 100%;
		line-height: 52px;
		text-align: left;
		padding-left: 58px;
	}
	
	#chartToolsTable a.previous, #chartToolsTable a.next, #chartToolsTable .day_next, #chartToolsTable .week_next, #chartToolsTable .month_next, #chartToolsTable .year_next {
		height: 25px;
		width: 25px;
		margin: 0px;
		padding: 0px;
		background-size: 13px;
	}
	
	#chartToolsTable a.previous, #chartToolsTable a.next {
		background-size: 9px;
	}
	
	#chartToolsTable button.small, #chartToolsTable .button.small {
		padding: 6px;
		height: auto;
		min-height: 25px;
	}
	
	#module_inverters {
		width: 100%;
		float: none;
	}
	
	#overview_block_module {
		width: 100%;
		float: none;
	}
}

.pm_tabs div:first-child {
	overflow:hidden;
	position: relative;
}

.pm_tabs div:first-child a {
	float: left;
	width: 169px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: transparent url(../img/tabs.png) no-repeat -169px 0px;
	color: #333333;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left:10px;
	padding-right:20px;
	font-size: 14px;
}

.pm_tabs div:first-child a.selected {
	background-position-x: 0px;
	color: #0098CC;
}

.pm_tabs div:first-child a:hover {
	color: #EF7E12;
}

.pm_tabs div:first-child a.disabled {
	color: #CCCCCC;
	cursor: default;  
}

.pm_tabs div:nth-child(2) {
	clear: both;
	padding: 10px;
}

.pm_tabs .bg_shadow {
	-webkit-box-shadow: 0px 0px 15px 1px #333333;
	box-shadow: 0px 0px 15px 1px #333333;
	position: absolute;
	height: 0px;
	width: 100%;
	margin-top: 50px;
	margin-left: 10px;
	z-index: -1;
	bottom: 0px;
}

table {
	width: 100%;
}

.tools_area {
	width: auto;
	padding: 5px;
}

#chc_area {
	padding: 5px;
	padding-bottom:100px;
}

#type_invertor_area {
	display: none;
}

.assign_item {
	border: 1px solid #CCCCCC;
	height: 35px;
	line-height: 35px;
	padding-left: 5px;
	margin-bottom: 3px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	/*white-space: nowrap;*/
	overflow: hidden;
	position: relative;
}

.connected {
	width:100%;
	color: #999;
	font-style: italic;
}

#left_area_ai {
	border: 1px solid #333333;
	border-top: 0px;
	padding:10px;
	width: 60%;
	float:left;
}

#right_area_ai {
	border: 1px solid #333333;
	border-top: 0px;
	padding:10px;
	width: 39%;
	float:right;
}

#right_area_ai .assign_item {
	float: right;
	width: 100%;
}

#right_area_ai .assign_item:hover:not(.connected) {
	background-color: #ffeb91;
	cursor: pointer;
}

#assign_wizard_table .assign_item.allowToConnect {
	background-color: #ffeb91;
	border: 2px dotted #333333;
}

#left_area_ai .assign_item.allowToConnect {
	background-color: #84FF00;
	border: 2px dotted #333333;
}

#left_area_ai .assign_item.allowToConnect:hover {
    -webkit-animation-name: thumb;
    -webkit-animation-duration: 500ms;
    -webkit-transform-origin:50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-name: thumb;
    animation-duration: 1000ms;
    transform-origin:50% 50%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    cursor: pointer;
}

@keyframes thumb {
    0% { transform: scale(1,1); }
    50% { transform: scale(1.05,1.05); }
    100% { transform: scale(1,1); }
}

@-webkit-keyframes thumb {
    0% { -webkit-transform: scale(1,1); }
    50% { -webkit-transform: scale(1.05,1.05); }
    100% { -webkit-transform: scale(1,1); }
}

#assign_wizard_table .assign_item.disabled {
	border: 1px solid #AAAAAA;
	color: #AAAAAA;
}

.connector_drag {
	border: 1px solid #333333;
	position: absolute;
	width: 35px;
	height: 35px;
	margin-top: -1px;
	margin-right: -1px;
	background: #0098CC url(../img/connector_drag.png) no-repeat center center;
	z-index:3;
	right: 0px;
}

.connector_drop {
	border: 1px solid #333333;
	float: left;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	margin-left: -6px;
	margin-top: -1px;
	background: #0098CC url(../img/disconnect.png) no-repeat center center;
	z-index: 1;
}

.connector_drop_connected {
	background: #84FF00 url(../img/connected.png) no-repeat center center;
}

.connector_drop_allowed {
	background-color: #FFBB00;
}

#connected_line_area {
	background-color: #333333;
	padding: 0px;
}

#assign_wizard_table {
	border: 1px solid #333333;
}

#assign_wizard_table th {
	position:relative;
	height: 30px;
	color: #FFFFFF;
	background-color: #333333;
}

#assign_wizard_table td:first-child { 
	padding-top: 0px;
}

#line_canvas {
	width: 150px;
	margin-top:12px;
}

.delete_connection {
	background: #84FF00 url(../img/delete_item.png) no-repeat center center;
	cursor: pointer;
}

.handle {
	cursor: move;
}

.deleteBtn {
	float: right;
}

.smallInfo {
	font-size: 11px;
	color: #888888;
}

#powermonitor_mt {
	padding-left: 23px;
	background: transparent url(../img/ico_powermonitor.png) no-repeat 3px center;	
}

#powermonitor_mt:hover {
	color: #FF6600; 
}

#powermonitor_mt.selected {
	color: #FF6600;
}

#ico_gallery .ico {
	float: left;
	padding: 12px;	
}

/********************************************
 *************** BOTTOM AREA **************** 
 ********************************************/
 
#footer {
	background-color: #666666;
	height: 22px;
	color: #FFFFFF;
	font-size: 13px;
	font-family: pt_sansregular;
	position: absolute;
	bottom: 0px;
  width: 100%;
	z-index:10;
	text-align:center;	
}

#footer_area {
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.footer_text {
	line-height: 22px;
	margin-right: 50px;
	padding-left: 30px;
	display: inline;
}

.footer_text:first-child {
  	padding-left: 0px;
  	margin-right: 0px;
}

#phone {
	padding-left:20px;
	background: transparent url('../img/phone.png') no-repeat left center;
	display: inline;
}	

#email {
	padding-left:20px;
	background: transparent url('../img/letter.png') no-repeat left center;
	display: inline;
}

#service {
	background: transparent url('../img/service.png') no-repeat left center;
	display: inline;
}

.footer_text a {
	color: #FFFFFF;
}

.footer_text a:hover {
	color: #EF7E12;
}

select.finder {
	position: relative;
}

input[type="text"].inputFind {
	margin-top: -15px;
	width: 150px !important;
}

@media only screen and (max-width : 640px){
  #service, #phone, #email {
		display: none;
	}
}

#chart {
	border:1px solid #BCBCBC;
	-webkit-border-radius: 5px;
  	border-radius: 5px;
  	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(left,  #fdfdfd 0%, #ffffff 13%, #f5f5f5 41%, #f5f5f5 51%, #f3f3f3 51%, #f3f3f3 54%, #f5f5f5 54%, #f3f3f3 55%, #f4f4f4 60%, #f2f2f2 61%, #f4f4f4 63%, #f2f2f2 64%, #f3f3f3 68%, #ececec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fdfdfd), color-stop(13%,#ffffff), color-stop(41%,#f5f5f5), color-stop(51%,#f5f5f5), color-stop(51%,#f3f3f3), color-stop(54%,#f3f3f3), color-stop(54%,#f5f5f5), color-stop(55%,#f3f3f3), color-stop(60%,#f4f4f4), color-stop(61%,#f2f2f2), color-stop(63%,#f4f4f4), color-stop(64%,#f2f2f2), color-stop(68%,#f3f3f3), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #fdfdfd 0%,#ffffff 13%,#f5f5f5 41%,#f5f5f5 51%,#f3f3f3 51%,#f3f3f3 54%,#f5f5f5 54%,#f3f3f3 55%,#f4f4f4 60%,#f2f2f2 61%,#f4f4f4 63%,#f2f2f2 64%,#f3f3f3 68%,#ececec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #fdfdfd 0%,#ffffff 13%,#f5f5f5 41%,#f5f5f5 51%,#f3f3f3 51%,#f3f3f3 54%,#f5f5f5 54%,#f3f3f3 55%,#f4f4f4 60%,#f2f2f2 61%,#f4f4f4 63%,#f2f2f2 64%,#f3f3f3 68%,#ececec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #fdfdfd 0%,#ffffff 13%,#f5f5f5 41%,#f5f5f5 51%,#f3f3f3 51%,#f3f3f3 54%,#f5f5f5 54%,#f3f3f3 55%,#f4f4f4 60%,#f2f2f2 61%,#f4f4f4 63%,#f2f2f2 64%,#f3f3f3 68%,#ececec 100%); /* IE10+ */
	background: linear-gradient(to right,  #fdfdfd 0%,#ffffff 13%,#f5f5f5 41%,#f5f5f5 51%,#f3f3f3 51%,#f3f3f3 54%,#f5f5f5 54%,#f3f3f3 55%,#f4f4f4 60%,#f2f2f2 61%,#f4f4f4 63%,#f2f2f2 64%,#f3f3f3 68%,#ececec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ececec',GradientType=1 ); /* IE6-9 */
}

.chartHeader {
	/*font-size: 16px;
	font-family: Arial;
	color: #2795b6;
	padding-left: 15px;
	padding-top: 10px;
	*/
	color: #FF6600;
	font-size: 16px;
	margin-left: 15px;
	margin-top: 15px; 
}

#comparator_tools {
	padding-left: 20px;
	padding-right: 20px;
}

label {
	display: inline;
	margin-left: 10px;
}

.paging a {
	margin: 1px;
}


.paging .first_item {
	margin-left: 25px;
}

.paging .last_item {
	margin-right: 25px;
}

.paging .first {
	background-color: #666666;
}

.paging .last {
	background-color: #666666;
}

.paging .first:hover {
	background-color: #333333;
}

.paging .last:hover {
	background-color: #333333;
}

.paging .previous {
	background-image: url(../img/white_arrow_left.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #666666;
}

.paging .previous:hover {
	background-color: #333333;
}

.paging .next {
	background-image: url(../img/white_arrow_right.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #666666;
}

.paging .next:hover {
	background-color: #333333;
}

.info {
	font-size: 12px;
	color: #999999;
}

table tbody tr.placeholder {
	border: 1px solid #FF6600;
	background-color: #ffeb91;
}

#avatarPos {
	float: right;
	position: relative;
}

#avatar {
	display: none;
	position: absolute;
	z-index: 9;
	border: 1px solid #AAAAAA;
	border-right: 0px;
	margin-top: -1px;
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(left,  #fdfdfd 0%, #ffffff 13%, #f5f5f5 41%, #f5f5f5 51%, #f3f3f3 51%, #f3f3f3 54%, #f5f5f5 54%, #f3f3f3 55%, #f4f4f4 60%, #f2f2f2 61%, #f4f4f4 63%, #f2f2f2 64%, #f3f3f3 68%, #ececec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fdfdfd), color-stop(13%,#ffffff), color-stop(41%,#f5f5f5), color-stop(51%,#f5f5f5), color-stop(51%,#f3f3f3), color-stop(54%,#f3f3f3), color-stop(54%,#f5f5f5), color-stop(55%,#f3f3f3), color-stop(60%,#f4f4f4), color-stop(61%,#f2f2f2), color-stop(63%,#f4f4f4), color-stop(64%,#f2f2f2), color-stop(68%,#f3f3f3), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #fdfdfd 0%,#ffffff 13%,#f5f5f5 41%,#f5f5f5 51%,#f3f3f3 51%,#f3f3f3 54%,#f5f5f5 54%,#f3f3f3 55%,#f4f4f4 60%,#f2f2f2 61%,#f4f4f4 63%,#f2f2f2 64%,#f3f3f3 68%,#ececec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #fdfdfd 0%,#ffffff 13%,#f5f5f5 41%,#f5f5f5 51%,#f3f3f3 51%,#f3f3f3 54%,#f5f5f5 54%,#f3f3f3 55%,#f4f4f4 60%,#f2f2f2 61%,#f4f4f4 63%,#f2f2f2 64%,#f3f3f3 68%,#ececec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #fdfdfd 0%,#ffffff 13%,#f5f5f5 41%,#f5f5f5 51%,#f3f3f3 51%,#f3f3f3 54%,#f5f5f5 54%,#f3f3f3 55%,#f4f4f4 60%,#f2f2f2 61%,#f4f4f4 63%,#f2f2f2 64%,#f3f3f3 68%,#ececec 100%); /* IE10+ */
	background: linear-gradient(to right,  #fdfdfd 0%,#ffffff 13%,#f5f5f5 41%,#f5f5f5 51%,#f3f3f3 51%,#f3f3f3 54%,#f5f5f5 54%,#f3f3f3 55%,#f4f4f4 60%,#f2f2f2 61%,#f4f4f4 63%,#f2f2f2 64%,#f3f3f3 68%,#ececec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ececec',GradientType=1 ); /* IE6-9 */
	line-height: 20px;
	/*animation:avatarMove 0.5s;
	-webkit-animation:avatarMove 0.5s;*/
	right: 0px;
}

#avatar:before {
	content: "";
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 10px solid #AAAAAA;
	position: absolute;
	margin-top: -10px;
	right: 25px;	
}

@keyframes avatarMove {
	0%   {margin-top: -50px;}
	100% {margin-top: 10px;}
}

@-webkit-keyframes avatarMove /* Safari and Chrome */ {
	0%   {margin-top: -50px;}
	100% {margin-top: 10px;}
}

#avatarArea {
	border-left: 2px solid #EF7E12;
	height: 75px;
	float: right;
}

#avatarBtnArea {
	float: right;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	padding-top: 4px;
	top: 6px;
	right: 0px;
}

#avatarBtn {
	font-size: 48px;
	color: #333333;
	width: 12px;
	height: 11px;
	text-align: center;
	line-height: 48px;
	background:transparent url(../img/asc_desc_arrow.png) no-repeat bottom left;
}

#avatarBtn:hover {
	cursor: pointer;
	background:transparent url(../img/asc_desc_arrow_h.png) no-repeat bottom left;
}

#avatarArea table:first-child {
	margin-top: 5px;
}

#avatarArea table, #avatar table {
	border: 0px;
	background: none;
	margin: 0px;
	padding: 0px;
}

#avatarArea table tr{
	background: none;
}

#avatarArea table td{
	padding-top: 0px;
	padding-bottom: 0px;
}

#avatar .mm_item:last-child {
	margin-bottom: 0px;
}

#bottomChartTop {
	position: absolute;
	border-top: 15px;
	border-color: #FFFFFF;
	padding-top: 21px;
	background-color: #F6F6F6; 
}

table.notrbg tbody tr:nth-child(even) {
	background: none;
}

table.notrbg fieldset {
	margin: 3px;
}

.showHideBtn {
	width: 12px;
	height: 11px;
	background:transparent url(../img/asc_desc_arrow.png) no-repeat top left;
	cursor: pointer;
}

.showHideBtn.hidden {
	background-position:bottom left;
}

.header {
	background-color: #EEEEEE;
	padding: 3px;
	text-align: center; 
}

#noscript {
	text-align: center;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -200px;
    width: 400px;
    height: 100px;
    border:1px solid #AAAAAA;
	display: table; 
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}   

#noscript .error {
	display: table-cell; 
	vertical-align: middle;
	border: 10px solid #FFFFFF;	
}

#noscript .error div{
	font-size: 16px;
	padding: 10px;	
}

.sh1 {
	display: none;
}

.coItem {
	float: left;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.noDef {
	padding: 0px;
	margin: 0px;
}

.noDef tr, table.noDef tbody tr:nth-child(even){ 
	background: none;
}

.noDef td {
	vertical-align: top;
	padding: 0px;
}

.loadingSendBox {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0px;
	left: 0px;
	background-color: rgba(51,51,51,0.5);	
}

.loadingSendBox .loader {
	text-align: center;
	background-color: #FFFFFF;
	position: absolute;
	width: 200px;
	padding: 15px;
	height: auto;
	padding-top: 70px;
	background-position: center 20px;
	-webkit-box-shadow: 2px 2px 1px 1px #333333;
    box-shadow: 2px 2px 1px 1px #333333;
}

.status_50.error {
	position: absolute;
	padding: 5px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 1;
	height: 100%;
	background-color: rgba(206,40,11,0.6);
	text-align: center;
	line-height: 60px;
}

@media only screen and (min-width : 640px) and (max-width : 960px){
  	.footer_text {
		display: none;
	}
}