﻿
.sectionsubtitle {
	font-size: 24px;
	font-family: "Open Sans";
	color: #000;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	-moz-transform: scale(0.98, 1);
	-webkit-transform: scale(0.98, 1);
	-ms-transform: scale(0.98, 1);
	/*margin-bottom: 30px;
	margin-top: 30px;
	margin-left: 30px !important;*/
}

.manageTable {
	margin-top: 20px;
}

.fieldname, .fieldname_validator, .fieldname_config, .fieldname_content {
	font-size: 15px;
	font-family: "Open Sans";
	color: rgb(84, 82, 86);
	line-height: 1.2;
	text-align: left;
}

.caption_fieldname {
	font-size: 15px;
	font-family: "Open Sans";
	color: #000;
	font-weight: bold;
	text-align: center !important;
	height: 40px !important;
}

.caption_config_field {
	display: table-cell;
	vertical-align: middle;
	width: 435px;
}

.fieldname_config, .manageTable td {
	height: 50px;
	width: 350px;
}


.fieldname, .fieldname_validator, .caption_fieldname {
	-moz-transform: scale(0.98, 1) !important;
	-webkit-transform: scale(0.98, 1) !important;
	-ms-transform: scale(0.98, 1) !important;
}

.fieldname {
	height: 50px;
	width: 165px;
}

.fieldname_validator {
	height: 20px;
	width: 165px;
}

.dxeEditAreaSys {
	width: 100% !important;
	height: 100% !important;
}

.required_sign {
	color: rgb(255, 0, 0);
}

.error_required {
	font-family: "Open Sans";
}

.error_required, .hint_required {
	font-size: 15px;
	font-family: "Open Sans";
	text-align: left;
	-moz-transform: scale(0.98, 1);
	-webkit-transform: scale(0.98, 1);
	-ms-transform: scale(0.98, 1);
	padding-left: 10px;
}

.error_required {
	color: rgb(255, 0, 0);
}

.hint_required {
	color: rgb(128, 128, 128);
}

.tree_caption {
	text-align: center;
}

.tree_caption {
	font-size: 18px;
	font-family: "Open Sans";
	color: #000;
	font-weight: bold;
	line-height: 1.2;
	-moz-transform: scale(0.98, 1) !important;
	-webkit-transform: scale(0.98, 1) !important;
	-ms-transform: scale(0.98, 1) !important;
}

.tree_caption_div {
	margin: 245px 0px 45px 0px;
}

.caption_div {
	margin: 20px 0px 45px 0px;
}

.gm-style, .gm-style-iw,
.input_text_common, .header_popup {
	font-size: 12px;
	font-family: "Open Sans";
	font-weight: normal;
	line-height: 1.2;
}

.gm-style, .gm-style-iw,
.input_text_common {
	color: #000;
}

	.input_text_common span {
		padding: 0px !important;
		font-size: 12px;
		font-family: "Open Sans";
		font-weight: normal;
		color: #000;
		line-height: 1.2;
	}

	.input_text_common.dxp-comboBox {
		margin: 0 0 0 2px !important;
	}

	.input_text_common.dxgvCommandColumn a {
		padding: 0 2px 5px 2px !important;
		margin: 0 0 0 0 !important;
	}


.table_graph_sett {
	text-align: center;
	padding: 3px 0px 3px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: grey !important;
}

.table_loggers_role_cell {
	text-align: left;
	border-style: solid;
	border-top-width: 1px !important;
	border-left-width: 1px !important;
	border-right-width: 0px !important;
	border-bottom-width: 1px !important;
	border-bottom-color: lightgray !important;
	border-color: grey !important;
}

.combo_graph_sett {
	width: 130px;
	height: 25px;
}

.date_graph_sett {
	width: 124.5px;
	height: 23.5px;
	border-style: solid;
	border-width: 1px;
	background-color: rgb(255, 255, 255);
	border-color: grey;
}

.display_inline_block {
	display: inline-block !important;
}

.input_text_config {
	font-size: 15px !important;
	font-family: "Open Sans";
	color: #000;
	line-height: 1.467;
	-moz-transform: scale(0.98, 1);
	-webkit-transform: scale(0.98, 1);
	-ms-transform: scale(0.98, 1);
	padding-left: 0px;
}

.user_profile_text, .table.dxeTextBoxSys.dxeTextBox {
	width: 430px;
	height: 45px;
}

.input_text, .input_text_search, .input_multiline_text, .input_text_combo, .dxeListBoxItem, table.dxeTextBoxSys.dxeTextBox {
	font-size: 15px;
	font-family: "Open Sans";
	color: #000;
	line-height: 1.467;
	-moz-transform: scale(0.98, 1);
	-webkit-transform: scale(0.98, 1);
	-ms-transform: scale(0.98, 1);
	padding-left: 5px;
}


.input_text, .input_text_config, .input_multiline_text, .input_text_combo, .input_text_search, 
table.dxeTextBoxSys.dxeTextBox {
	border-style: solid;
	border-width: 1px;
	border-color: #adadad;
	background-color: rgb(255, 255, 255);
}

.combo_graph_sett {
	background-color: rgb(255, 255, 255);
}


.input_text:hover, .input_text_config:hover, .input_text_search:hover, .input_multiline_text:hover,
table.dxeTextBoxSys.dxeTextBox:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 0 6px rgba(45,164,74,.87), inset 0 0 0 50px #fff !important;
	-moz-box-shadow: 0 0 6px rgba(45,164,74,.87), inset 0 0 0 50px #fff !important;
	box-shadow: 0 0 6px rgba(45,164,74,.87), inset 0 0 0 50px #fff !important;
	border: solid 1px rgba(0,0,0,.17);
	border-style: solid;
	border-width: 1px;
	border-color: #adadad;
	background-color: rgb(255, 255, 255);
}

.input_text_combo:hover, .combo_graph_sett:hover, .date_graph_sett:hover,
.input_search_panel .select2-container--default .select2-selection--single:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 0 6px rgba(45,164,74,.87);
	-moz-box-shadow: 0 0 6px rgba(45,164,74,.87);
	box-shadow: 0 0 6px rgba(45,164,74,.87);
	border: solid 1px rgba(0,0,0,.17);
	border-style: solid;
	border-width: 1px;
	border-color: #adadad;
	background-color: rgb(255, 255, 255);
}

.input_left_panel, .input_left_textbox, .input_left_textarea, .input_left_date {
	height: 45px !important;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.input_left_panel {
	width: 250px !important;
}

.input_left_textbox {
	width: 241.4px !important;
}

.input_left_date {
	width: 243.4px !important;
}

.input_left_textarea {
	width: 241.4px !important;
}

.left_panel_padding {
	margin-left: 20px;
	margin-top: 10px;
}

.input_multiline_text {
	width: 430px;
	height: 90px;
	resize: none;
}

.input_textarea {
	width: 410px;
	height: 60px;
	resize: none;
}

.config_input_multiline_text {
	width: 435px;
	height: 60px;
	resize: none;
}

.userProfileTable {
	margin-left: 3em;
}

.common_label {
	font-size: 15px;
	font-family: "Open Sans";
	color: #000;
	font-weight: normal;
	line-height: 1.222;
}

.text_align_left {
	text-align: left !important;
}

.common_label_link a:link {
	color: #000;
}

.header_popup {
	color: #fff !important;
}

.common_label_link a:hover {
	color: rgb(45, 164, 74);
	text-decoration: none;
}


.period_label_all_loggers {
	width: 100%;
}

.period_label {
	width: 300px;
}


.filter_label {
	font-size: 12px;
	font-family: "Open Sans";
	color: #000;
	line-height: 1.222;
	-moz-transform: scale(0.98, 1);
	-webkit-transform: scale(0.98, 1);
	-ms-transform: scale(0.98, 1);
}

.gm-style, .gm-style-iw {
	font-size: 14px;
	font-family: "Open Sans";
	font-weight: normal;
	color: #000;
}

.warning_label {
	font-size: 12px;
	font-family: "Open Sans";
	font-weight: normal;
	color: rgb(113, 7, 7);
	line-height: 1.2;
	-moz-transform: scale(0.98, 1);
	-webkit-transform: scale(0.98, 1);
	-ms-transform: scale(0.98, 1);
}

.warning_color {
	color: #0066CC;
}

.error_color {
	color: red;
}

.cut_label {
	background-color: #eff587;
	font-weight: bold;
}

.sound_label {
	font-size: 14px !important;
	font-family: "Open Sans" !important;
	color: #000;
	font-weight: bold !important;
	line-height: 1.222 !important;
	-moz-transform: scale(0.98, 1) !important;
	-webkit-transform: scale(0.98, 1) !important;
	-ms-transform: scale(0.98, 1) !important;
}

.globalConfigValueCombo {
	height: 45px !important;
	width: 430px !important;
}

.globalConfigValueCheckCombo {
	height: 45px !important;
	width: 405px !important;
}

.globalConfigValueText {
	height: 45px !important;
	width: 430px !important;
}

.globalConfigValueAspText {
	height: 45px !important;
	width: 420px !important;
}


.globalConfigTable {
	margin-top: 30px;
	margin-bottom: 30px;
}

.left_panel_cfg_info {
	text-align: center;
}


.logged_user_label, .logged_user_name {
	font-size: 18px;
	font-family: "Open Sans";
	line-height: 1.2;
	text-align: left;
	-moz-transform: scale(0.98, 1);
	-webkit-transform: scale(0.98, 1);
	-ms-transform: scale(0.98, 1);
}

.logged_user_label, .logged_user_name {
	font: 19px "Open Sans";
}

.logged_user_label {
	color: #2e2d2c;
}

.logged_user_name {
	color: #2e2d2c;
}

.logged_user_div {
	margin-left: 20px;
}

.logged_user_div1 {
	margin-top: 40px;
}

.logged_user_div2 {
	margin-bottom: 20px;
}

.siteMap_level1_current, .siteMap_level2_current {
	color: #000;
}

.siteMap_level1 a:hover, .siteMap_level2 a:hover {
	text-decoration: none;
}

.siteMap_level1, .configLoggerMap_level1 {
	font-size: 18px;
	font-family: "Open Sans";
	color: #000;
	background-color: transparent !important;
	border: hidden;
	line-height: 1.2;
	text-align: left;
}

.configLoggerMap_level1 {
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 10px;
	width: 95%;
	height: 30px !important;
}


.siteMap_level1 a:link, .siteMap_level1 a:visited,
.siteMap_level2 a:link, .siteMap_level2 a:visited {
	color: #000;
}

.siteMap_level1:hover, .siteMap_level2:hover,
.configLoggerMap_level1_hover, .configLoggerMap_level1:hover,
.configLoggerMap_level2_hover, .configLoggerMap_level2:hover {
	box-shadow: 0 0 6px rgba(45, 164, 74,0.87);
	-webkit-box-shadow: 0 0 6px rgba(45, 164, 74,0.87);
	-moz-box-shadow: 0 0 6px rgba(45, 164, 74,0.87);
}

.siteMap_level2, .configLoggerMap_level2 {
	font-size: 15px;
	font-family: "Open Sans";
	color: #000;
	border: hidden;
	line-height: 2;
	text-align: left;
	vertical-align: middle;
	background: url("../image/siteMap_bullet.png") no-repeat;
	background-position-y: center;
	background-position-x: 10px;
	padding-left: 30px;
	margin-right: 10px;
	width: 88%;
	height: 30px;
}


.configLoggerMap_level2 {
	margin-top: 5px;
	margin-left: 30px;
}

.disable_textbox {
	background-color: gainsboro !important;
	color: #454545 !important;
}

.config_logger_combo {
	height: 45px;
	width: 445px;
}

.config_logger_checkcombo {
	height: 45px;
	width: 419px;
}

.config_logger_check_dropdownlist {
	height: 45px;
	width: 412px;
}

.config_logger_checkcombo_textarea {
	width: 411px;
	height: 60px;
	resize: none;
}

.config_logger_text {
	height: 40px;
	width: 435px;
}

.config_logger_check_text {
	height: 40px;
	width: 404px;
}

.config_logger_text_ip {
	height: 40px;
	width: 250px;
}

.config_logger_text_ip_port {
	height: 40px;
	width: 113px;
}

.config_logger_check_multiline_text {
	margin-left: 31.5px;
	height: 60px;
	width: 404px;
	resize: none;
}

.config_logger_text_left {
	text-align: left !important;
}

.config_logger_multiline_text {
	height: 60px;
	width: 410px;
}

.graph_sett_combo {
	height: 35px;
	width: 120px;
}

.some_input {
	-webkit-box-shadow: inset 0 0 0 50px #fff !important;
	-webkit-text-fill-color: #000 !important;
	box-shadow: inset 0 0 0 50px #fff !important;
}

.passwordEntry {
	width: 250px;
	height: 45px;
}

.active_cfg_btn {
	color: lightgreen;
}

.alternating_row {
	color: #EBEBE8;
}

.text_align_center {
	text-align: center !important;
}

.text_align_left {
	text-align: left !important;
}

input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	cursor: pointer;
	display: block;
	width: 8px;
	color: #333;
	text-align: center;
	position: relative;
}

input[type=number]:hover::-webkit-inner-spin-button {
	background: #eee url("../image/spin.png") no-repeat 50% 50%;
	width: 28px;
	height: 28px;
	padding: 4px;
	position: relative;
	right: 4px;
	border-radius: 28px;
}

.date_picker {
	background: rgb(255, 255, 255) url("../image/combo_button.png") no-repeat 100% 50%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	height: 10px !important;
	left: 0 !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
	top: 12px !important;
	width: 15px !important;
	border-width: 0 !important;
	background-image: url("../image/combo_button.png");
	background-repeat: no-repeat, no-repeat !important;
	background-position: center !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	background: url("../image/combo_button_up.png");
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	color: #F00 !important;
	font-size: 20px;
	margin-top: -1px;
}

.custom_combobox_not_flick {
	display: none !important;
}

.input_search_panel {
	height: 35px !important;
}

	.input_search_panel .select2 {
		width: 100% !important;
		height: 35px !important;
	}

.type_report_panel .select2 {
	width: 220px !important;
	height: 45px !important;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 17px;
	font-size: 15px;
	font-family: "Open Sans";
	color: #000 !important;
	line-height: 1.467;
	-moz-transform: scale(0.98, 1);
	-webkit-transform: scale(0.98, 1);
	-ms-transform: scale(0.98, 1);
	border-style: solid;
	border-width: 1px;
	border-color: #adadad;
	background-color: rgb(255, 255, 255);
}

.type_report_panel .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 45px;
}

.type_report_panel .select2-container .select2-selection--single {
	height: 45px;
}

.type_report_panel .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px;
	position: absolute;
	top: 5px;
	right: 1px;
	width: 20px;
}

.table_header {
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: grey !important;
	background-color: #DCDCDC;
}

.table_header th, .table_header td {
	padding: 5px 5px 5px 5px;
}

.table_header th {
	font-weight: normal;
}

.table_row {
	text-align: center;
}

.table_header th, .table_header td {
	padding: 5px 5px 5px 5px;
}

.group_custom_input_container {
	display: block;
	width: 25px;
}

.GridPager {
	display: inline-block;
	height: 20px;
	width: 22px;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	color: #000 !important;
	border: 0px solid #000;
}

.GridPager span {
	font-weight: bold;
}

.GridPagerRow {
	background-color: #ECECEC !important;
	color: #2e2d2c !important;
}

.table_selected_row, .selected  td{
	background-color: #8d8d8d !important;
}

.hiddencol {
	display: none;
}
