/* geomery css*/

body, map, dt, isindex, form, header, aside, section, section, article, footer {  
    display: block;  
} 

pre, p {margin:0; padding:0;}
/*
html {
    height: 100%;
}
body {
    min-height: 100%;
}
*/

body {
    height: 100%;
}

html, body {
margin: 0;
padding: 0;
font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
background: var(--geocms_main_bg_color);
font-size: 12px;
min-height: 100vh;
/*height: 100%;*/
}

.clear {
clear: both;
}

.spacer {
height: 20px;
}

span:focus, a:focus{
    outline:  none;
}

textarea, input, select{
	outline: none;
	border: 1px solid var(--geocms_field_border_color);
}

textarea:focus, input:focus, select:focus{
	background: var(--geocms_field_backgrounf_focus_color);
	outline: none;
 /*   outline:  1px solid #aaa;*/
	border: 1px solid #9b9b9b;
}

textarea:invalid, input:invalid, select:invalid{
	background: var(--geocms_field_background_invalid_color);
	color: #590101;
	outline: none;
	border: 1px solid #e89696;
}

textarea::placeholder 
{
	color: #7b0000;
	font-size: 11px;
	font-style: italic;
}

.geocms_SortList_Head
{
	margin: 5px;
	padding: 5px;
	list-style-type: none;
}
.geocms_SortList_Item
{
margin: 0 0px 5px 0px;
padding: 5px;
cursor: pointer;
}

/******************************************************************************************************************************/

a:link{
/*color: #77BACE;
color: #113E62;*/
text-decoration: none;
}

a:visited {
color: #BD5000;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.geocms_hyperlink{
	color:#000099;
	cursor: pointer;
	text-decoration: underline;
}

.geocms_SortList_Border
{
border:1px #eee solid;
}

.ui-datepicker-trigger{
	cursor:pointer;
}
/**********************************************************************************************************************************/
/* Header */

#header {
/*height: 55px;*/
width: 100%;
}

.geocms_Metric_RTable_Table {display: table;}
.geocms_Metric_RTable_Row {display: table-row;}
.geocms_Metric_RTable_PhoneTable {display: table;}
.geocms_Metric_RTable_PhoneRow {display: table-row;}
.geocms_Metric_RTable_Cell {display: table-cell;}
.geocms_Metric_RTable_PhoneCell {display: table-cell;}
.geocms_Metric_RTable_RightCell {text-align:right;}
.geocms_Metric_RTable_LeftColumn { width: 18%;}
.geocms_Metric_RTable_LeftPhoneColumn { width: 18%;}
.geocms_Metric_RParamTable_Table {border: 1px #ddd solid; border-collapse: collapse;}
.geocms_Metric_RParamTable_TitleColumn{display: table-cell;width:200px;}
.geocms_Metric_RParamTable_ValueColumn{display: table-cell;}
.geocms_Metric_RParamTable_TitlePhoneColumn{display: table-cell;width:200px;}
.geocms_Metric_RParamTable_ValuePhoneColumn{display: table-cell;}
.geocms_Metric_PhoneMargin{margin:20px;}

.geocms_Metric_RTable_ContentHeigh{height:100vh;}

.geocms_Metric_FlexContent_Container{display: flex;flex-direction: row;justify-content: space-between;align-content: space-between;}
.geocms_Metric_FlexContent_Title{order: 1;flex-grow:2;}
.geocms_Metric_FlexContent_Selectors{order: 2;flex-grow:5;}
.geocms_Metric_FlexContent_Tools{order: 3;}

.geocms_Metric_FlexRow_Container{display: flex;flex-direction: row;justify-content: space-between;align-content: space-between;}

.geocms_Metric_FlexGroupFields_ContainerContent_Flex{flex-wrap:wrap;  justify-content:space-between;  display:flex; /*  gap: 10px;*/}
.geocms_Metric_FlexGroupFields_ContainerContent_Block{display:block;}
-/*.geocms_StructPageGroup_Contaner_Class>div:not(:last-child){padding-right:15px;}*/
/***********************************************************************************************/
ul.geocms_UL_LineList{}
ul.geocms_UL_LineList li{display: inline-block; padding: 5px; margin:3px; /*cursor:pointer;*/ cursor: grab; vertical-align: top;}
/***********************************************************************************************/
.geocheckbox_element{
display: inline-block;
cursor:pointer;
background:#ff0000;
background: linear-gradient(to bottom, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%);
box-shadow: inset 1px 1px 3px 0px rgba(100,100,100,0.65);

padding: 0;
margin:0;
border-radius: 8px;
height:26px;
border: #aaa 1px solid;

}

.geocheckbox_element.gcheck_true{
background: linear-gradient(to bottom, #e0f3fa 0%,#d8f0fc 50%,#b8e2f6 51%,#b6dffd 100%);
}

.geocheckbox_element.gcheck_false{
background: linear-gradient(to bottom, #f5f5f5 0%,#f2f2f2 50%,#eee 51%,#fff 100%);
}

.geocheckbox_element.gcheck_true_mono, .geocheckbox_element.gcheck_false_mono{
background: linear-gradient(to bottom, #f5f5f5 0%,#f2f2f2 50%,#eee 51%,#fff 100%);
}

.geocheckbox_element>div.geocheckbox_flexrow
{
display: flex;flex-direction: row;justify-content: space-between;align-content: space-between;align-items:center;padding:0;margin:0;
}

.geocheckbox_element>div>span.geocheckbox_dot {
height: 24px;
width: 32px;
border-radius: 8px;
display: inline-block;
background-color: rgb(226,226,226);
background: linear-gradient(to bottom, rgb(226, 226, 226) 0%,rgb(219, 219, 219) 50%,rgb(183, 183, 183) 51%, rgb(254, 254, 254) 100%);
border: #8a8a8a 1px solid;
padding:0;
margin:0;
}

.geocheckbox_element.gcheck_true>div>span.geocheckbox_dot, .geocheckbox_element.gcheck_true_mono>div>span.geocheckbox_dot {
order:2;
}
.geocheckbox_element.gcheck_false>div>span.geocheckbox_dot, .geocheckbox_element.gcheck_false_mono>div>span.geocheckbox_dot {
order:3;
}

.geocheckbox_element>div>span.geocheckbox_text{
white-space: nowrap;
font-size: 1.2em;
font-weight: bold;
text-transform: uppercase;
padding-top: 1px;
padding-right: 10px;
padding-left: 10px;
}

.geocheckbox_element.gcheck_true>div>span.geocheckbox_text{
order:3;

color:var(--geocms_main_color_hiper_title);
/*text-shadow: 1px 1px 2px rgb(180, 180, 180);*/
}

.geocheckbox_element.gcheck_false>div>span.geocheckbox_text{
order:1;
color: var(--geocms_button_item_false_color);
}

.geocheckbox_element.gcheck_false_mono>div>span.geocheckbox_text, .geocheckbox_element.gcheck_true_mono>div>span.geocheckbox_text, {

color: var(--geocms_button_item_false_color);
}

.geocheckbox_element.gcheck_true_mono>div>span.geocheckbox_text{order:3;}
.geocheckbox_element.gcheck_false_mono>div>span.geocheckbox_text{order:1;}
/***********************************************************************************************/

.geocms_field_icon{
font-size: 1.6em;
  color: var(--geocms_text_hyperlink_color);
  cursor: pointer;
  text-decoration: none;
}	
}

.divUnFrame{
margin: 5px 3% 0 0%;
text-align: left;
}

#toTop {
position:fixed;
bottom:10px;
right:10px;
cursor:pointer;
background:url(../geocms_images/totop.png) no-repeat;
text-indent:-9999px;
width:51px;
height:71px;
}

/* Secondary Header Bar */

.secondary_bar {
min-height: 33px;
width: 100%;

	background: linear-gradient(#ffffff, #e0e0e0);
	border-bottom: 1px solid #aaa;
}

.user_bar{
color: var(--geocms_navigation_text_color);
font-weight: bold;
text-shadow: 0 1px 0 #fff;
display:inline-block;
/*vertical-align: top;*/
}

.user p{
margin: 0;
padding: 0;
color: var(--geocms_navigation_text_color);
font-weight: bold;
display: block;
float: left;
width: 85%;

text-indent: 25px;
text-shadow: 0 1px 0 #fff;
background: url(../geocms_images/icn_user.png) no-repeat center left;
margin-left: 6%;
}

.user_bar a {
text-decoration: none;
color: var(--geocms_navigation_text_color);
}

.user_bar a:hover {
color: #77BACE;
}

.user_bar a.logout_user {
float: left;
display: block;
width: 1em;

text-indent: -5000px;
background: url(../geocms_images/icn_logout.png) center no-repeat;
}

article.breadcrumbs {
padding: 0 10px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 1px 0 #fff;
height: 23px;
margin: 2px/*4px 3%*/;
display: inline-block;
}

.breadcrumbs a {
display: inline-block;
float: left;
height: 24px;
line-height: 23px;
}

.breadcrumbs a.current, .breadcrumbs a.current:hover {
color: #9E9E9E;
font-weight: bold;
text-shadow: 0 1px 0 #fff;
text-decoration: none;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
color: #44474F;
text-decoration: none;
text-shadow: 0 1px 0 #fff;
font-weight: bold;}

.breadcrumbs a:hover {
color: #222222;
}

.breadcrumb_divider {
display: inline-block;
width: 1em;
height: 24px;
background: url(../geocms_images/breadcrumb_divider.png) no-repeat;
float: left;
margin: 0 5px;
}

.geo_dropdownmenu_launcherContainerClass {
    padding-bottom: 1px;
	display:inline-block;
}
/*
.geo_dropdownmenu_launcherClass {
    padding: 2px;
}
*/

.geo_dropdownmenu_menuClass {
    position: absolute;
    width: 180px;
    margin-top: 3px !important;
}
 
 

/* Sidebar */

#sidebar {
background: var(--geocms_main_navigation_bg); 
/*background: #E0E0E3; */
/*float: left;*/
/*height: 1900px;*/
margin-top: 0px;
/*z-index:500;*/
border-right: 1px solid #aaa;
/*box-shadow: 5px 1px 5px 0px rgba(0,0,0,0.53);*/
vertical-align: top;
border-bottom: none;
}

#sidebar hr {
border: none;
outline: none;
background: url(../geocms_images/sidebar_divider.png) repeat-x;
display: block;
width: 100%;
height: 2px;
}


.geocms_error_text{
color: var(--geocms_text_error_color);
}

/* Search */

.quick_search {
padding: 0px 0 0px 0;
}

.quick_search input[type=text] {
border-radius: 20px;
/*border: 1px solid #bbb;*/
width: 70%;
color: #195466;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
}

.tab_container{

}

.tab_container input[type=text] { 
	padding: 4px 2px;
/*	border: 1px solid #ccc;
	background: #f0f5ff; */
	color: var(--geocms_text_combo_color);
}

/*
.tab_container input:focus, .tab_container textarea:focus  { 
border: #80b8ea solid 1px;
background-color: #e7faff;
color:#000;
}
*/
.geocms_edit_filter_column_conteiner {
	display: inline-block;
	padding: 0px 0px; 
	border: 1px solid #ccc; 
	border-radius: 2px; background: #f5f5f5; vertical-align: middle;
	-webkit-box-shadow: inset 0 1px 3px #ddd; box-shadow: inset 0 1px 3px #ddd; color: #666;
}

.geocms_edit_element_hiddencombo {
	display: inline-block;
	padding: 0px;
/*	padding: 4px; */
/*	width:90%;*/
	border: 1px solid #ccc; /*width: 85%; */-moz-border-radius: 0px; -webkit-border-radius: 0px; 
	border-radius: 0px; background: #f0f5ff/*#fcfcfc*/; vertical-align: middle; -moz-box-shadow: inset 0 1px 3px #ddd; 
	-webkit-box-shadow: inset 0 1px 3px #ddd; box-shadow: inset 0 1px 3px #ddd; color: #666;
}

.geocms_edit_element_hiddencombo div input {
/*	font-size:1.16em;
	border: none;*
	/*background: rgba(0, 150, 190, 0.15) none repeat scroll 0 0;
	background:none;
	background: #f0f5ff;*/
	
	min-height: 24px;
	width:100%;
	color: var(--geocms_text_combo_color);
	padding: 0px;
}

.geocms_HiddenCombo_Searching{
	color:#00f !important;
	background: #B8C9FC !important;
}



.tab_container textarea { 
	padding: 2px 5px; border: 1px solid #ccc; width: 85%;
	border-radius: 2px; 
	box-shadow: inset 0 1px 3px #ddd; background: #f0f5ff; color: #666; 
}
.tab_container input[type=radio], .stdform input[type=checkbox] { width: auto; margin: 0; vertical-align: middle; }
.tab_container input[type=submit] { 
	width: auto; margin: 0; font-weight: bold; color: #eee; background: #FB9337; border: 1px solid #F0882C; padding: 7px 10px; 
	box-shadow: none; -webkit-box-shadow: none; box-shadow: none; cursor: pointer; 
	border-radius: 2px;
}
.tab_container input[type=submit]:hover { background: #485B79; border: 1px solid #3f526f; }
.tab_container input[type=reset] {
	width: auto; margin: 0; font-weight: bold; color: #666; border: 1px solid #ccc; background: #eee; padding: 7px 10px;	
	box-shadow: none; -webkit-box-shadow: none; box-shadow: none; margin-left: 5px;
	border-radius: 2px;
}
.tab_container input[type=reset]:hover { background: #ddd; cursor: pointer; color: #333; }

.tab_container textarea:focus/*, .tab_container select:focus */{ 
/*	background: #fff; box-shadow: inset 1px 1px 2px #eee; */
}



/*
#sidebar footer {margin-top: 20px;}
*/

/* Main Content */

.geocms_Metric_RFlex_ContentRow{
width:100%; display: flex;flex-direction: row;justify-content: space-between; align-content: space-between;
}

.geocms_Metric_RFlex_LeftColumn{
	width:18%;
}

.geocms_Metric_RFlex_RightColumn{
	width:82%;
}

#main {
	margin: 0px;

	padding: 0px;
	background-image:url('../geocms_images/background/hd_background6.jpg ');
	background-repeat:no-repeat;
	background-position: left bottom;
	background-size: auto, cover;
	vertical-align: top;
/*	background-size: contain, cover;*/
}

.module_section {
border: 1px solid #9BA0AF;
margin-left: 10px;
margin-top: 20px;
margin-bottom: 0px;
float: left;
}


#main .module_section header h3 {
display: block;
/*width: 90%;*/
float: left;
}

.module_section header {
height: 33px;
/*width: 100%;*/
background: #F1F1F4 url(../geocms_images/secondary_bar.png) repeat-x;
border-top-left-radius: 5px; border-top-right-radius: 5px;
}

.module_section footer {
min-height: 32px;
border-top: 1px solid #9CA1B0;
background: #e5e6ec;
}

.footer_section {
border-top: 1px solid #9CA1B0;
background: #e5e6ec /*url(../geocms_images/module_footer_bg.png) repeat-x top*/;
}

.module {
border: 1px solid #9BA0AF;
/*width: 50%;
/*min-width:500px;*/
margin: 0px;
border-radius: 0px;
background:#fff;
box-shadow:         0px 0px 3px 0px rgba(50, 50, 80, 0.35);
}

.geocms_form_element_header {
	min-height: 20px;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	border-bottom: 1px solid #aaa;
	background-color: var(--geocms_form_header_background);

/*
background: linear-gradient(#f5f5f5, #d2d2d2);
*/
}

.geocms_Metric_FlexGroupFields_StringIrems_ContainerRow {
	align-items: center;
	
}

.geocms_Metric_FlexGroupFields_StringIrems_Title {
	flex-grow: 4;
}
.geocms_Metric_FlexGroupFields_StringIrems_Tabs {
	flex-grow: 4;
	text-align: right;
}

.geocms_Metric_FlexGroupFields_StringIrems_ToolsItems {
	order: 50;
}



.geocms_form_element_header_blue_gradient {
min-height: 20px;
background: linear-gradient(top, #f5f5f5, #e0e0e0);
border-bottom: 1px solid #aaa;
}

.geocms_form_element_blueheader {
	min-height: 30px;
	background: linear-gradient(top, #e6f0ff, #7180b4);
	border-bottom: 1px solid #aaa;
}

.geocms_form_element_bottom_header {
	min-height: 30px;
	background: linear-gradient(#e8e8e8, #d5d5d5);
	border-top: 1px solid #d0d0d0;
}

.geocms_form_element_footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: space-between;
	min-height: 1em;
	padding: 5px 7px;
	/*width: 100%;*/
	border-top: 1px solid #9CA1B0;
	background: #dfdfdf;
}


.geocms_form_element_single_left_footer {
	justify-content: flex-start;
}

.geocms_form_element_single_right_footer {
	justify-content: flex-end;
}

.geocms_form_element_double_footer {
	justify-content: space-between;
}

.module_content {
margin: 4px;
color: #2f2f2f;
}

.module_content_no_space {
margin: 0pх;
}
/* Module Widths */

.width_full {
width: 100%;
/*min-height: 92vh;*/
}

.width_half {
width: 46%;
margin-right: 0;
float: left;
}

.width_quarter {
width: 26%;
margin-right: 0;
/*float: left;*/
}

.width_3_quarter {
width: 98%;
margin-right: 0;
/*float: left;*/
}

/* Stats Module */


.subform_section {
background: #F6F6F6;
border: 1px solid #ccc;
width: 100%;
border-radius: 5px;
}



table.tablesorter {
	font-family:arial;
	background-color: #eee;
	margin:0px 0pt 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
 /* width: fit-content;*/
 /* max-width: 100%;*/
    overflow-x: auto;
 /* display: block;*/
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th, table.tablesorter tbody th {
	background-color: var(--geocms_table_background_color);
	border: 1px solid var(--geocms_field_border_color);
	padding: 4px 4px 4px 4px;
	text-align: center;
	color: var(--geocms_text_black_color);/*#2B2B2B;*/
}

table.tablesorter thead tr .header {
	cursor: pointer;
}

table.tablesorter tbody td {
/*	color: #3D3D3D;*/
	padding: 4px;
	border: 1px solid #999;
/*	background-color: #FFF;*/
	vertical-align: top;
/*	cursor: pointer;*/
	text-align: center;
}

table.tablesorter tbody td p{
	word-wrap: anywhere;
	white-space: pre-wrap;
}
 



table.tablesorter tbody tr:nth-child(2n):not(.referencelist_row_mark):not(.referencelist_row_oppened_card):has(.geocms_ListRow_CheckBoxRow:checked).referencelist_row_standard_row{
	background-color:#C9DFF2;
}
table.tablesorter tbody tr:nth-child(2n+1):not(.referencelist_row_mark):not(.referencelist_row_oppened_card):has(.geocms_ListRow_CheckBoxRow:checked).referencelist_row_standard_row{
	background-color:#B5D6F4;
}

table.tablesorter tbody tr:nth-child(2n):not(.referencelist_row_mark):not(.referencelist_row_oppened_card):has(.geocms_ListRow_CheckBoxRow:checked).referencelist_row_standard_row:hover{
	background: #9DC7DB;
}

table.tablesorter tbody tr:nth-child(2n+1):not(.referencelist_row_mark):not(.referencelist_row_oppened_card):has(.geocms_ListRow_CheckBoxRow:checked).referencelist_row_standard_row:hover{
	background: #9DC7DB;
		color: #000;
}

table.tablesorter tbody tr:nth-child(2n):not(.referencelist_row_mark):not(.referencelist_row_oppened_card):not(:has(.geocms_ListRow_CheckBoxRow:checked)).referencelist_row_standard_row{
	color: #000;
}
table.tablesorter tbody tr:nth-child(2n+1):not(.referencelist_row_mark):not(.referencelist_row_oppened_card):not(:has(.geocms_ListRow_CheckBoxRow:checked)).referencelist_row_standard_row{
	background-color:#E3E3E3;
	color: #000;
}

.tablesorter tbody tr:nth-child(2n+1):not(.referencelist_row_mark):not(.referencelist_row_oppened_card):not(:has(.geocms_ListRow_CheckBoxRow:checked)).referencelist_row_standard_row:hover{
	background: #ddd;
}

table.tablesorter tbody tr:not(.referencelist_row_mark):not(.referencelist_row_oppened_card).referencelist_row_custom_row {
	background: var(--custom_css_row_background);
}    

table.tablesorter tbody tr:not(.referencelist_row_mark):not(.referencelist_row_oppened_card).referencelist_row_custom_row:hover {
    background: var(--custom_css_row_hover_background);
}

table.tablesorter tbody tr:nth-child(2n).referencelist_row_fail {
	background-color:#FF7373;
	color: #333;
}    
 
table.tablesorter tbody tr:nth-child(2n+1).referencelist_row_fail {
    background: #F9AEAE; 
}
 
table.tablesorter tbody tr:nth-child(2n).referencelist_row_fail:hover {
	background-color:#F96060;
	color: #333;
}    
 
table.tablesorter tbody tr:nth-child(2n+1).referencelist_row_fail:hover {
    background: #F57070; 
}



table.tablesorter tbody tr.odd_lightgray{
	background-color:#F4F4F4;
}

table.tablesorter tbody tr.referencelist_row_mark{
	background-color:#FF0;
	font-weight:bold;
	color: #000;
}

table.tablesorter tbody tr.referencelist_row_mark:hover{
	background: #dd0;
	color: #000;
}

table.tablesorter tbody tr.geocms_disabled{
	background-color:#FF0;
	font-decoration:line-through;
}


table.tablesorter tbody tr.referencelist_row_oppened_card > td{
	background-color:#748697;
	color:#fff;
}


table.tablesorter tbody tr.referencelist_row_oppened_card a{
/*	color:#fff; */
	color: #031c29;
	text-decoration: underline;
}


table.tablesorter tbody tr.current{
	background-color:#05F;
	font-weight:bold;
}

table.tablesorter tbody tr.markood{
	background-color:#FF6;
	font-weight:bold;
}
/*
.tablesorter tbody td{
margin: 0;
padding: 0;
border-bottom: 1px dotted #ccc;
padding: 15px 10px;
cursor: pointer;
}
*/
.tablesorter thead tr{
min-height: 34px;
}

.tablesorter thead td{
padding: 2px;
border-bottom: 1px dotted #ccc;

}

.tablesorter_select tbody tr{
cursor: pointer;	
}

.tablesorter tbody tr:hover{
background: #ddd;
}



.tablesorter tbody tr.odd_lightgray:hover{
background: #e0e0e0;
}



.tablesorter tbody tr.referencelist_row_oppened_card:hover{
background: #61707e;
color:#fff;
}


table.geocms_classTableList_Table { 
	width: 100%; 
	border-spacing: 0;
	font-family: arial;
	text-align: left;
	border-collapse: collapse;
}
   
table.geocms_classTableList_Table tbody td 
{
	padding: 4px;
	vertical-align: top;
}


   table.geocms_classTableList_Table tbody tr.geocms_classTableList_Row_HeadStandard,
   .geocms_classTableList_Row_HeadStandard,
   table.geocms_classTableList_Table thead tr.geocms_classTableList_Row_HeadStandard,
   {
    background-color: #d4e7eb;
	text-transform: uppercase;
	color:#000;
   } 
   
   table.geocms_classTableList_Table thead tr.geocms_classTableList_Row_HeadBig,
   table.geocms_classTableList_Table tbody tr.geocms_classTableList_Row_HeadBig {
    background-color: #d4e7eb; 
	font-size:16px;
	text-transform: uppercase;
		color:#000;

   } 
   
/* geocms_classTableList_Row_Standard */
 
   table.geocms_classTableList_Table tbody tr:nth-child(2n).geocms_classTableList_Row_Standard {
    background: #e4e4e4;
   }    
 
	table.geocms_classTableList_Table tbody tr:nth-child(2n+1).geocms_classTableList_Row_Standard {
    background: #f0f0f0; 
   } 
   
   table.geocms_classTableList_Table tbody tr:nth-child(2n).geocms_classTableList_Row_Standard:hover {
    background: #d7d7d7;
   } 
   
   table.geocms_classTableList_Table tbody tr:nth-child(2n+1).geocms_classTableList_Row_Standard:hover {
    background: #d7d7d7; 
   }  
   
   table.geocms_classTableList_Table tbody tr:nth-child(2n).geocms_classTableList_Row_Mark_Selected {
    background: #c9ffc5; 
   }    
   table.geocms_classTableList_Table tbody tr:nth-child(2n+1).geocms_classTableList_Row_Mark_Selected {
    background-color: #afffaa; 
   } 
   
   table.geocms_classTableList_Table tbody tr:nth-child(2n).geocms_classTableList_Row_Mark_Selected:hover {
    background-color: #92dd8d; 
   } 
   
   table.geocms_classTableList_Table tbody tr:nth-child(2n+1).geocms_classTableList_Row_Mark_Selected:hover {
    background-color: #92dd8d; 
   }  
   
   table.geocms_classTableList_Table tbody tr:nth-child(2n).geocms_classTableList_Row_Mark_Error {
    background: #F8B7B7; 
   } 
   
   table.geocms_classTableList_Table tbody tr:nth-child(2n).geocms_classTableList_Row_Mark_Error:hover {
    background: #FFA5A5;
   }  
   
   table.geocms_classTableList_Table tbody tr:nth-child(2n+1).geocms_classTableList_Row_Mark_Error {
    background: #FB9898;
   } 
   
   table.geocms_classTableList_Table tbody tr:nth-child(2n+1).geocms_classTableList_Row_Mark_Error:hover {
    background: #FF8484;
   }  

table.geocms_classTableList_Table tbody tr:nth-child(2n+1).geocms_classTableList_Row_Mark_Inactive {
background-color: #b2e6ff; 
} 

table.geocms_classTableList_Table tbody tr:nth-child(2n+1).geocms_classTableList_Row_Mark_Inactive:hover {
background-color: #79d3ff; 
}  

table.geocms_classTableList_Table tbody tr:nth-child(2n).geocms_classTableList_Row_Mark_Inactive {
background: #cfefff; 
} 

table.geocms_classTableList_Table tbody tr:nth-child(2n).geocms_classTableList_Row_Mark_Inactive:hover {
background: #a2defa; 
}  


/*******************************************************/
table.geocms_classTableList_Table tbody tr:nth-child(2n+1).geocms_classTableList_Row_UnMark {
/*background-color: #b2e6ff; */
} 

table.geocms_classTableList_Table tbody tr:nth-child(2n+1).geocms_classTableList_Row_UnMark:hover {
background-color: #c5c5c5; 
}  

table.geocms_classTableList_Table tbody tr:nth-child(2n).geocms_classTableList_Row_UnMark {
background: #e2e2e2; 
} 

table.geocms_classTableList_Table tbody tr:nth-child(2n).geocms_classTableList_Row_UnMark:hover {
background: #c0c0c0; 
}  
/*******************************************************/
table.geocms_classTableList_Table thead tr th {
	background: #cecece; 
	border: 1px solid #909090;
	padding: 4px 4px 4px 4px;
	text-align: center;
}

table.geocms_classTableList_Table tbody tr th {
	background: #d5d5d5;
	border: 1px solid #909090;
	padding: 4px 4px 4px 4px;
	text-align: center;
} 

table.geocms_classTableList_Table tbody tr td {
	border: 1px solid #c8c8c8;
	padding: 4px 4px 4px 4px;
	text-align: center;
} 

/************************************************************************************************************************/
ul.tabs {
	margin: 3px 5px 0 0;
	padding: 0;
	list-style: none;
	min-height: 24px; /*--Set height of tabs--*/
	border-radius: 5px;
	box-shadow: 0 1px 0 #fff;
	border: 1px solid #ccc;
	font-weight: bold;
/*	text-shadow: 0 1px 0 #fff;*/
	display:inline-block;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 24px;
}

ul.tabs li a, ul.tabs li span 
{
	text-decoration: none;
	color: var(--geocms_main_color_hiper_title);/*#636363;*/
	display: block;
	padding: 0 10px;
	height: 24px;
}

ul.tabs li a, ul.tabs li:not(:last-child) span 
{
	border-right: 1px solid #cecece;
}

ul.tabs li a:hover, ul.tabs li span:hover 
{
	color: var(--geocms_text_hyperlink_hover_color);/*#003086;*/
	cursor:pointer;
}

html ul.tabs li.active a , ul.tabs li.active span 
{
		border-right: none;
}

html ul.tabs li.active, html ul.tabs li.active a:hover , html ul.tabs li.active span:hover  {
	background: #c5cdd0;
	box-shadow: inset 0 2px 3px #818181;
}

html ul.tabs li.active span  {
	background: #c5cdd0;
	box-shadow: inset 0 2px 3px #818181;
}

html ul.tabs li:first-child, html ul.tabs li:first-child a , html ul.tabs li:first-child spnan  {
	border-top-left-radius: 5px; border-bottom-left-radius: 5px;
}

html ul.tabs li:last-child, html ul.tabs li:last-child a , html ul.tabs li:last-child span {
	border-top-right-radius: 5px; border-bottom-right-radius: 5px;
}

.geocms_tab_selector{
	display:none;
}


/*****************************************************************************************************************/
.geocms_tabsteps_list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display:flex;
}

.geocms_tabsteps_list div div.geocms_tabsteps_step_title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
.geocms_tabsteps_list div div.geocms_tabsteps_step_subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.geocms_tabsteps_list div div.geocms_tabsteps_step_comment {
  display: block;
  font-size: 12px;
  font-weight: bold;
}

.geocms_tabsteps_list div.geocms_tabsteps_step_tab {
/*  float: left;*/
  margin-left: 0;
 /* width: 150px; */
  min-height: 35px; 
/*  list-style-type: none;*/
  padding: 5px 5px 5px 30px; /* padding around text, last should include arrow width */
  border-right: 3px solid white; /* width: gap between arrows, color: background of document */
  position: relative;
}
/* remove extra padding on the first object since it doesn't have an arrow to the left */
.geocms_tabsteps_list div.geocms_tabsteps_step_tab:first-child {
  padding-left: 5px;
}
/* white arrow to the left to "erase" background (starting from the 2nd object) */
.geocms_tabsteps_list div.geocms_tabsteps_step_tab:nth-child(n+2)::before {
  position: absolute;
  top:0;
  left:0;
  display: block;
  border-left: 25px solid white; /* width: arrow width, color: background of document */
  border-top: 23px solid transparent; /* width: half height */
  border-bottom: 23px solid transparent; /* width: half height */
  width: 0;
  height: 0;
  content: " ";
}

/* colored arrow to the right */
.geocms_tabsteps_list div.geocms_tabsteps_step_tab::after {
  z-index: 1; /* need to bring this above the next item */
  position: absolute;
  top: 0;
  right: -25px; /* arrow width (negated) */
  display: block;
  border-left: 25px solid #7c8437; 
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  width:0;
  height:0;
  content: " ";
}

/* Setup colors (both the background and the arrow) */

.geocms_tabsteps_list div.geocms_tab_allowed { background-color: #61cdde; 	color: var(--geocms_main_color_hiper_title); cursor: pointer;}
.geocms_tabsteps_list div.geocms_tab_allowed::after { border-left-color: #61cdde;  cursor: pointer;}

.geocms_tabsteps_list div.geocms_tab_locked { background-color: #bbbcb4; 	color: var(--geocms_main_color_hiper_title);}
.geocms_tabsteps_list div.geocms_tab_locked::after { border-left-color: #bbbcb4; }

/* geocms_tab_current */
.geocms_tabsteps_list div.geocms_tab_current { background-color: #E3781C; 	color: var(--geocms_text_combo_color);}
.geocms_tabsteps_list div.geocms_tab_current::after { border-left-color: #E3781C; }

.geocms_tabsteps_list div.geocms_tab_allowed:hover { background-color: #E89146; }
.geocms_tabsteps_list div.geocms_tab_allowed:hover::after { border-left-color: #E89146; }
/*****************************************************************************************************************/
#main .module header h3.tabs_involved {
display: inline-block;
}

/* Messages */

.message {
border-bottom: 1px dotted #cccccc;
}

input[type=button].btn_post_message {
display: block;
width: 37px;
border: none;
height: 24px;
cursor: pointer;
text-indent: -5000px;
}

input[type=button].btn_post_message:hover {
background-position: 0 -24px;
}

.post_message {
text-align: left;
padding: 5px 0;
}

.post_message input[type=text] {
border-radius: 5px;
border: 1px solid #bbb;
height: 20px;
width: 70%;
color: #ccc;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
text-indent: 10px;
background-position: 10px 2px;
float: left;
margin: 0 3.5%;
}

.post_message input[type=text]:focus {
outline: none;
border: 1px solid #77BACE;
box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
color: var(--geocms_navigation_text_color);
}

.post_message input[type=image] {
float: left;
}

input[type=button], input[type=submit]{
	position: relative;
    border: 1px solid #aaa;
    padding: 4px 2px 5px;
	font-size: 1em;

/*    text-shadow: 0 1px 0 #fff;*/
	
/*	box-shadow:  0 0 2px rgba(0, 0, 0, 0.8);*/
	

	cursor: pointer;
	border-radius: 2px;

	width: auto;
	font-weight: bold; color: #333; 
	
    text-decoration: none;
	background: linear-gradient(#ffffff, #cccccc);
}

input[type=button]:hover, input[type=submit]:hover
{
	/*background: linear-gradient(#cccccc, #dddddd); */
	background: linear-gradient( #d9eaff, #76b9d3);
	text-decoration: none;
}

input[type=submit].btn_standard_reference, input[type=button].btn_standard_reference, div.btn_standard_reference, span.btn_standard_reference{

/*	background: linear-gradient( #ffffff, #ddd); */
	border: 1px solid #7c97a4; /* #b9b9b9; */
	background: linear-gradient( #c3e2ff, #93aabf); 
	font-size: 1em;
	padding: 5px;
}

input[type=submit].btn_save_reference, input[type=button].btn_save_reference, div.btn_save_reference, span.btn_save_reference{
	background: #93aabf;
	background: linear-gradient( #c3e2ff, #93aabf); /* Standard syntax */
	border: 1px solid #93aabf; 
	color: #2d2d2d;

	font-weight: bold;
	font-size: 1em;
}

div.btn_save_reference, span.btn_save_reference{
padding: 4px 2px 5px;
cursor:pointer;
}

input[type=submit].btn_save_reference:hover, input[type=button].btn_save_reference:hover, div.btn_save_reference:hover, span.btn_save_reference:hover{
	background: linear-gradient(#93aabf, #c3e2ff); /* Standard syntax */
}


input[type=button].btn_delete_reference{
	background: #fbc596;
	color: #333; 
	background: linear-gradient( #fdf6f0, #ffae66);
	border: 1px solid #ff9030;
	font-weight: bold; 
	font-size: 1em;

}

input[type=submit].btn_delete_reference:hover, input[type=button].btn_delete_reference:hover{
	background: linear-gradient( #fdf6f0, #ffcc9e); /* Standard syntax */
}

input[type=button].btn_develop_help{
	background: #a9fb96;
	width: auto; margin: 5px; font-weight: bold; color: #333; 
	background: linear-gradient( #fdf6f0, #a9fb96); /* Standard syntax */
	border: 1px solid #a9fb96;
}





input[type=button].btn_post_message:active{position: relative;
    top: 1px;
    left: 1px;
}

.geo_dropdownmenu_menu {
  position: absolute;
 /* width: 400px !important;*/
  margin-top: 3px !important;
  display:none;
}
.geo_dropdownmenu_menu li{cursor:pointer; padding:0px;}

.message_list {
height: 60vh;
/*overflow-x:hidden;*/
overflow-x: auto;
overflow-y: scroll;
}

.geocms_messagelist_inframe {
overflow-x: auto;
max-height: 450px;
overflow-y: auto;
}

.reference_card_socket {
overflow-x: auto;
overflow-y: hidden;
}


.message_list_fullheight, .geocms_content_container {
overflow-x:auto;

}
	
		 
 .drop-hover{background:#0cc;},
/* New/Edit Article Module */

.submit_link {
float: right;
margin-right: 3%;
padding: 5px 0;
}

.submit_link select {
width: 150px;
border: 1px solid #bbb;
height: 20px;
color: var(--geocms_navigation_text_color);
}

#main .module_content h1 {
color: #333333;
text-transform: none;
text-shadow: 0 1px 0 #fff;
font-size: 20px;
margin: 8px 0px;
}

#main .divUnFrame h1, .geocms_body_title_page {
color: var(--geocms_main_color_hiper_title);
text-transform: none;
/*text-shadow: 0 1px 0 #fff;*/
/*text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.6); */
font-weight:400;
margin: 0px 0px 5px 0;
text-transform:uppercase;
}

.geocms_body_title_stardsize
{
font-size: 20px;	
}

.geocms_body_subtitle_article {
padding: 2px;
/*color: #003b6a;*/
color: var(--geocms_main_color_hiper_title);
font-size: 1.5em;
/*text-shadow: 1px 1px 1px rgba(123, 152, 166, 0.6);*/
text-transform: uppercase;

display: flex;
justify-content: left;
align-content: flex-start;
align-content: space-between;
flex-wrap: wrap;
}

.geocms_body_subtitle_subarticle {
color: #095EB9;
text-shadow: 1px 1px 1px rgba(77, 55, 55, 0.5);
}

.geocms_body_title_property {
    color: #29618F;
    font-size: 1.33em;
 /*   margin: 6px;*/
	padding:0px;
	text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.4);
	text-transform: uppercase;
	background-color: #eee;
	border-top: #ccc 1px solid;

}

.geocms_body_subtitle_frame 
{
	border: 1px solid #c8c8c8;
	background-color: #CDD3D7;
}

.geocms_filter_field_container
{
	display: inline-block;
	background: #dadcdd;
	padding: 5px;
	border: 1px solid #969c9f;
	box-shadow: 2px 2px 2px 0px rgba(142, 160, 174, 0.61);
	border-radius: 5px;
}

.geocms_filter_field_container input
{
  border-radius: 6px;
  border: 1px solid #bbb;
  width: 70%;
  color: #ccc;
/*  box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;*/
  background: #fff;
  background-position: 10px 2px;
  border-color: #acacac;
  color: #757575;
}

#main .module_content h2 {
color: #444444;
text-transform: none;
text-shadow: 0 1px 0 #fff;
font-size: 18px;
margin: 8px 0px;
}
/*
#main .module_content h3 {
    color: #222;
    font-size: 13px;
    margin: 0;
    text-shadow: 0 2px 1px #999;
    text-transform: uppercase;
}
*/
#main .module_content li {
line-height: 150%;
}

.geocms_pageblock_object {
    border: 1px solid #999;
    box-shadow: 0 0 3px 0 rgba(50, 50, 80, 0.35);
    padding: 0;
}

.geocms_title_blue {
	color: #29618F;
	text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.4);
	text-transform: uppercase;
}

/* Alerts */
.geocms_notifyitemcontainer_notifies
{
	display: block;
	overflow: hidden;
	width: 100%;

	margin: 0;
	padding: 0;
	border-radius: 5px;
	font-size: 1.16em;
}

.geocms_notifyitemcontainer_page
{
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	border-radius: 5px;
	font-size: 1.16em;
}

.geocms_notifyitemcontainer_fitcontent
{
	border-radius: 5px;
	font-size: 1.16em;
	width: fit-content;
}

.alert_notify {
	background: #E2F8FD ;
	border: 1px solid #58a3a0;
	color: #156662;
}


.alert_notify .alert_title.alert_standard_size{
	font-size: 1.6em;
}
.alert_notify .alert_title.alert_slim_size{
	font-size: 1.2em;
}

.alert_notify .alert_title{
	margin: 0;
	padding: 0 0 0 5px;
	background: #CCECFF;


	border-bottom-color: #58a3a0; 
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.alert_notify .alert_subtitle{
	margin: 0;
	padding: 0 0 0 5px;
	background: #CCECFF;
	font-size: 1.2em;

	border-bottom-color: #58a3a0; 
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.alert_notify .alert_footer{
	margin: 0;
	padding: 0 0 0 5px;
	background: #CCECFF;
	font-size: 1em;

	border-top-color: #58a3a0; 
	border-top-style: solid;
	border-top-width: 1px;
}

.alert_info {
	background: #E7FFC9 ;
	border: 1px solid #8DB55A;
/*	color: #0D5715;*/
	color: #937501;
}

.alert_info .alert_title{
	margin: 0;
	padding: 0 0 0 5px;
	background: #DFFFB8;
	font-size: 1.6em;

	border-bottom-color: #8DB55A; 
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.alert_info .alert_subtitle{
	margin: 0;
	padding: 0 0 0 5px;
	background: #DFFFB8;
	font-size: 1.2em;

	border-bottom-color: #8DB55A; 
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.alert_info .alert_footer{
	margin: 0;
	padding: 0 0 0 5px;
	background: #DFFFB8;
	font-size: 1em;

	border-top-color: #8DB55A; 
	border-top-style: solid;
	border-top-width: 1px;
}

.alert_warning {
	background: #FFFCB3 ;
	border: 1px solid #C7A20D;
	color: #937500;
}

.alert_warning .alert_title{
	margin: 0;
	padding: 0 0 0 5px;
	background: #FFFB9A;
	font-size: 1.6em;

	border-bottom-color: inherit; 
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.alert_warning .alert_subtitle{
	margin: 0;
	padding: 0 0 0 5px;
	background: #FFFB9A;
	font-size: 1.2em;

	border-bottom-color: inherit; 
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.alert_warning .alert_footer{
	margin: 0;
	padding: 0;
	background: #FFFB9A;
	font-size: 1em;

	border-top-color: inherit; 
	border-top-style: solid;
	border-top-width: 1px;
}

.alert_error
{
	background: #FFE1E1;
	border: 1px solid #D6484E;
	color: #a71320;
}

.alert_error .alert_title{
	margin: 0;
	padding: 0 0 0 5px;
	background: #FFDBDB;
	font-size: 1.2em;

	border-bottom-color: #D6484E; 
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.alert_error .alert_subtitle{
	margin: 0;
	padding: 0 0 0 5px;
	background: #FFDBDB;
	font-size: 1.2em;

	border-bottom-color: #D6484E; 
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.alert_error .alert_footer{
	margin: 0;
	padding: 0;
	background: #FFDBDB;
	font-size: 1em;

	border-top-color: #D6484E; 
	border-top-style: solid;
	border-top-width: 1px;
}


.topnav { float:left; width:420px; margin:0; padding:40px 0 0 0; font:normal 1.16em Arial, Helvetica, sans-serif;}
.topnav ul { list-style:none; padding:3px 0 0 0; margin:0; }
.topnav li { float:left; padding:0; }
.topnav li a {
	font-size:1.16em;
	border-right:1px solid #e8e8e8;
	color:#737373;
	display:block;
	padding:8px 18px;
	text-decoration:none;
	text-transform:none;
}
.topnav li small { display:block;}
.topnav li small a { font-size:11px; color:#868686;}
.topnav li a:hover { color:#000; }
.topnav li.current_page_item a {
	color:#F00;
	font-weight: bold;
}

.divSection {padding-left:20px;}

.contenttitle2 { margin-bottom: 5px; border-bottom: 2px solid #FB9337; padding-bottom: 5px; padding-right: 20px; display: inline-block; }
.contenttitle2 h3 { font-size: 1em; font-weight: normal; text-transform: uppercase; }



/*************** geocms_pagination_head ****************/
.geocms_pagination_head{
	padding-right:2px ; 
}

.geocms_pagination_head > .geocms_pagination_item_metric {
	border-radius: 5px;
	display:inline-block; 
	font-size: 14px;
	height: 16px;
	margin: 0px;
	padding: 4px;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	text-rendering: optimizelegibility;
	user-select: none;
}


.geocms_pagination_head > .geocms_pagination_item_theme_light {
/*	background: #93aabf;
	background: linear-gradient( #fff, #bdbdbd);*/
	color: var(--geocms_main_color_hiper_title);
	border: #a0a0a0 solid 1px;

}

.geocms_pagination_head > .geocms_pagination_item_theme_light:hover {
    color: var(--geocms_text_select_color);
    outline: none;	
	background: #93aabf;
	background: linear-gradient(#fff, #FF9898); /* Standard syntax */
	border: #f66 solid 1px;
}


.geocms_pagination_head > .geocms_pagination_currentitem_theme_light{
	background: linear-gradient( #fff, #8BC9FF);
	border: #6670ff solid 1px;
}

.geocms_pagination_head > .geocms_pagination_currentitem_theme_light:hover{
	background: linear-gradient(  #FF9898, #fff); /* Standard syntax */
	border: #f66 solid 1px;
}


.label_filtr {
color: var(--geocms_main_color_hiper_title);
text-transform: lowercase;
text-shadow: 0 1px 0 #FFF;
font-size: 1.2em;
}

.widetable{

}

.widetable>thead>tr>td, .widetable>tbody>tr>td {
 border: 1px #b0b0b0 solid;
 padding: 0.2em; 
}

.widetable>thead>tr, .widetable>tbody>tr{
background: #fff; 
}

.widetable>body>tr:hover {
background: #ddd; 
}


.widetable .field_fail{
background: #FFdddd;
}

.widetable>thead>tr>th, .widetable>tbody>tr>th {
/*
 background: #f3f3f3;
 border: 1px #ddd solid;
 */
    background: none repeat scroll 0 0 #d6d6d6;
    border: 1px solid #b0b0b0;
 padding: 0.2em; 
 font-weight: normal;
 	font-family: Tahoma, Geneva, sans-serif;

}

.geocms_container_zebra
{
	background: #B0E3FF linear-gradient(-45deg, rgba(0, 0, 0, 0.21) 25%, #fffbfb 25%, #fff 50%, rgba(0, 0, 0, 0.21) 50%, rgba(0, 0, 0, 0.21) 75%, white 75%, #fff) repeat scroll 0 0 / 40px 40px;	
}
/**************************************************************************/
.sumtable {
 border: 1px #ddd solid; /* стиль рамки */
 border-collapse: collapse ; 
}

.sumtable td {
 border: 1px #ddd solid; /* стиль рамки ячеек */
 padding: 0.2em;
text-align: center;
font-size: 1em;
}

.sumtable td.dark{
 border: 1px #ccc solid; /* стиль рамки ячеек */
 padding: 0.2em;
text-align: center;
font-size: 1em;
 background: #f0f0f0;
}


.sumtable tr:hover {
background: #ddd; 
}

.sumtable tr:hover td.dark{
background: #ddd; 
}

.sumtable th {
 background: #ddd;
 border: 1px #ccc solid; /* стиль рамки заголовков */
 padding: 0.2em; 
 font-weight: bold;
}

/**************************************************************************/
.referencetable{
 border: 1px #ddd solid; /* стиль рамки */
 border-collapse: collapse ; 
}

.referencetable > tbody > tr > td, .referencetable > thead >  tr > td, .referencetable >  tr > td, .geocms_Metric_RParamTable_ValueColumn{
 border: 1px #ddd solid; /* стиль рамки ячеек */
 padding: 0.2em;
text-align: center;
font-size: 1em;
text-align: left;
 font-weight: normal;
 background: #fff; 
}

.geocms_Metric_RParamTable_ValuePhoneColumn{
 border: 1px #b0b0b0  solid; /* стиль рамки ячеек */
 padding: 0.2em;
text-align: left;
font-size: 1em;
text-align: left;
 font-weight: normal;
}

.geocms_Metric_RParamTable_StylePhoneColumn_Default{
 background: #fff; 
}

.geocms_Metric_RParamTable_StylePhoneColumn_Alert{
 background: #ffc6c6; 
}

.geocms_Metric_RParamTable_StylePhoneColumn_Notify{
 background: #fffbc6;
}

.geocms_FieldContainerValue_Requered
{
background-color: #e1fae1;	
}

.geocms_FieldContainerValue_Fail
{
	animation-name: geocms_error_animate;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: linear;
	background-color:#ffdede;	
}

@keyframes geocms_error_animate {
	to {
		background-color: #f5fff5;
	}
}

.referencetable > tbody > tr:hover, .referencetable > tr:hover {
background: #ddd; 
}

.referencetable > tbody >  tr > td:hover, .referencetable >  tr > td:hover {
background: #ddd; 
}

geocms_Metric_RParamTable_TitlePhoneColumn .referencetable > thead > tr > th, .referencetable > tbody >  tr > th, .referencetable >  tr > th, .geocms_Metric_RParamTable_TitleColumn, .geocms_Metric_RParamTable_TitlePhoneColumn 
{
	padding: 0.2em; 
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #e1e1e1;
	border: 1px solid #c8c8c8;
	font-size: 1.1em;
}

.geocms_Theme_RParamTable_TitleColumn_Default {
	 background: #e1e1e1;
	 border: 1px #ccc solid; 
}

.geocms_Theme_RParamTable_TitleColumn_Blue {
	background: #18507c;
	border: 1px #ccc solid;
	color: var(--geocms_title_on_dark_color);
	text-transform: uppercase;
	font-size: 15px;
}

.geocms_Theme_RParamTable_TitleColumn_Alert
{
	 background: linear-gradient(to bottom, #bd7474 0%,#c16060 100%);
	 color:  var(--geocms_title_on_dark_color);
	 border: 1px #803535  solid; /* стиль рамки заголовков */
}

.geocms_Theme_RParamTable_TitleColumn_Notify
{
	color: #644f00;
	border: 1px #9d9d9d solid;
	background: #ffd5a0;
}


/**************************************************************************/
.whitetable {
 border: 1px #ddd solid; /* стиль рамки */
 border-collapse: collapse ; 
}

.whitetable td {
 border: 1px #ddd solid; /* стиль рамки ячеек */
 padding: 0.2em;
text-align: center;
font-size: 1em;
text-align: left;
 font-weight: normal;
 background: #fff; 
}

.whitetable tr:hover {
background: #ddd; 
}

.whitetable td:hover {
background: #ddd; 
}

.whitetable th {
 background: #f5f5f5;
 border: 1px #ccc solid; /* стиль рамки заголовков */
 padding: 0.2em; 
 font-weight: bold;
 text-align: left;
}

table.whitetable tbody tr.mark{
	background-color:#FF0;
	font-weight:bold;
}
table.whitetable tbody tr.mark td{
	background-color:#FF0;
	font-weight:bold;
}

#reference_sortable { list-style-type: none; margin: 0; padding: 0; width: 400px;}
#reference_sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em;cursor:pointer;   }
#reference_sortable li span { position: absolute; margin-left: -1.3em;cursor:pointer;  }

.geocms_list_sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
.geocms_list_sortable li {
	margin: 0 0px 5px 0px; 
	padding: 5px; 
/*	cursor:pointer;*/
	cursor: grab;
/*	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);*/
	border: 1px solid #aaa;
}
		
.geocms_list_sortable li.geocms_list_li_gray{color: #0a6795; font-weight: bold;background:#e3e3e3;color: #055151;font-weight: bold; border: 1px solid #959595;}
.geocms_list_sortable li.geocms_list_li_gray:hover{color: #0a6795; font-weight: bold; background:#c8dae6;}
		
.geocms_list_sortable li.geocms_list_li_lightgray{color: #0a6795; font-weight: bold;background:#f0f0f0;color: #055151;font-weight: bold;border: 1px solid #aaa;}
.geocms_list_sortable li.geocms_list_li_lightgray:hover{color: #0a6795; font-weight: bold; background:#dcf4f3;}
		
.geocms_list_sortable li.geocms_list_li_marked{color: #0a6795; font-weight: bold;background:#FFFF4F;color: #055151;font-weight: bold;border: 1px solid #aaa;}
.geocms_list_sortable li.geocms_list_li_marked:hover{color: #0a6795; font-weight: bold; background:#FFFF3C;}


.geocms_list_sortable li.geocms_list_li_lightyellow{background: #FFF6C9;border: 1px solid #CCB025;color: #363636;}
.geocms_list_sortable li.geocms_list_li_lightyellow:hover {background: #FFE357;}

.geocms_list_sortable li.geocms_list_li_darkyellow{background: #ffc75c;border: 1px solid #C6AE38;color: #4A3E01;}
.geocms_list_sortable li.geocms_list_li_darkyellow:hover{background: #dfca5e;}

.geocms_list_sortable li.geocms_list_li_lightblue{background: #B1DAFF; border: 1px solid #276386; color: #000;}
.geocms_list_sortable li.geocms_list_li_lightblue:hover{background: #90CAFF; border: 1px solid #094073;}

.geocms_list_sortable li.geocms_list_li_darkblue{background: #89BBE8; border: 1px solid #5288A8; color: #031a2f;}
.geocms_list_sortable li.geocms_list_li_darkblue:hover{background: #5F9FD9; border: #094073;}


.geocms_list_sortable li.geocms_list_li_green{background: #b2ffc0;border: 1px solid #3cfb60;color: #363636;}
.geocms_list_sortable li.geocms_list_li_green:hover{background: #a9f3b7;}

.geocms_list_sortable li.geocms_list_li_red {background: #ffc8c8;border: 1px solid #fc826a;color: #363636;}
.geocms_list_sortable li.geocms_list_li_red:hover{background: #ff8a8a;}

/*------------------------------ALL BAR BACKGROUND SPRITE--------------------------------*/
.sc-icon {
	background:url(../geocms_images/icon-sprite.png) no-repeat;
}
.shortcur-bar {
	margin-left:2px;

	width:100%;

}
.shortcur-bar ul {
	width:100%;
	/*margin:auto;*/
	padding-left:5px;
	margin:0px 0px 0px 0px;
}
.shortcur-bar ul li {
	height:90px;
	width:100px;
	float:left;
	list-style:none;
	margin:10px 0 0 17px;
}
.shortcur-bar ul li a {
	height:23px;
	width:100px;
	display:block;
	text-align:center;
	position:relative;
	padding-top:50px;
	color:#1f1f1f;
	font-weight:bold;
	border:1px solid #333;
	border-radius: 20px; 
	background: #e3e3e3;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6); 
}
.shortcur-bar ul li a:hover {
	font-weight:bold;
	background: #fff;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 1); 
}

.shortcur-bar ul li   a.shortcur-bar_active{
	background: #fff;
	border:1px solid #666;
	box-shadow: 0 2px 4px rgba(20, 117, 128, 1); 
}


.sc-icon {
	width:42px;
	height:42px;
	position:absolute;
	left:30px;
	top: 10px;
}


/*****************************************************************************************/

.cellsBlock {
  width: 100%;
  display: table;
}
.cellsRow{
  display: table-row;
}

.cellLeft, .cellMiddle, .cellRight {
  display: table-cell ;
  border: 1px solid #DDDDDD;
 	margin:0px;
	padding:5px;
}

.cellLeft, .cellRight {
  width:20%;
}
.cellMiddle {
  width:80%;
/*  height: 100px;*/
}

.cellRight {
  background: #9CF;
}

.cellLeft p, .cellRight p, .cellMiddle p{
 margin:0; padding:0;
}

.cellLeft h2, .cellRight h2, .cellMiddle h2{
 margin:0; padding:0;
}

.cellMiddle {
  background: #FFF;
}

.cellMiddle:hover {
  background: #ddd;
}

.geocms_group_header{
font-weight:bold;
}

.geocms_VerticalMenu_SubMenuHead{cursor:pointer;display: flex;justify-content: space-between;padding: 4px 0 4px 0;}
.geocms_VerticalMenu_SubMenuHead>span {font-size: 14px; text-transform: uppercase; /*font-weight: bold;*/ color: var(--geocms_text_black_color); text-shadow: 1px 1px 1px rgba(183, 183, 183, 0.53);}
.geocms_VerticalMenu_SubMenu_UL {padding: 0; margin: 0;}
.geocms_VerticalMenu_SubMenu_UL li{list-style: none;}

/* Sidebar Menu */
/*
.sidebar_objectmenu h3 {
color: #1F1F20;
text-transform: uppercase;
text-shadow: 0 1px 0 #fff;
font-size: 13px;
margin: 10px 0 10px 6%;
display: block;
width: 90%;
}
*/

.sidebar_objectmenu .toggleLink {
/*color: #999999;*/
font-size: 11px;
text-decoration: none;
display: block;
/*float: right;*/
margin-right: 2%
}

.sidebar_objectmenu .toggleLink:hover {
/*color: #77BACE;*/
text-decoration: none;
}

.sidebar_objectmenu ul {
clear: both;
margin: 0;
padding: 0 10px 0 10px;
}

.sidebar_objectmenu li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.sidebar_objectmenu li span.sidebar_icon
{
font-size:12px; 
text-shadow: 0 1px 0 #fff; text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.6);
}
	
.sidebar_objectmenu li a:hover, .sidebar_objectmenu li span:hover {
color: #444488;
text-decoration: underline;
}


.sidebar_objectmenu p {
color: var(--geocms_navigation_text_color);
padding-left: 6%;
text-shadow: 0 1px 0 #fff;
margin: 10px 0 0 0;}

.sidebar_objectmenu a, .geoelement_link {
color: var(--geocms_text_combo_color);
text-decoration: none;
cursor:pointer;
/*text-shadow: 1px 1px 1px rgba(174, 174, 174, 0.48);*/
}

.sidebar_objectmenu a:hover, .geoelement_link:hover {
text-decoration: underline;
}

.geocms_sorting_elemenents { list-style-type: none; margin: 0; padding: 0; width: 100%; }
.geocms_sorting_elemenents > li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; }
.geocms_sorting_elemenents > li > span { position: absolute; margin-left: -1.3em; }

div#ajaxloader
{
/*    display: none;*/
    width:220px;
    height: 220px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align:center;
    margin-left: -62px;
    margin-top: -62px;
    z-index:20000;
  /*  overflow: auto;*/
	 overflow:hidden;
	 padding-top: 40px;
}  

.ui_icon_inline_16_16 {
    height: 1em;
    width: 1em;
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
    text-indent: -99999px;
    background-image: url("../geocms_images/ui-icons_222222_256x240.png");
}

.f-nav{ z-index: 9999; position: fixed; top: 0; width: 100%;
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.38);
}


.a_button_mini_default {


	background: linear-gradient( #ffffff, #c6c6c6);
	background-color:#ededed;
	border-radius: 2px;
	cursor: pointer;

	text-indent:0;
	border: 1px solid #ddd;
	display:inline-block;
/*	color:#000; */
	color:var(--geocms_text_black_color);
	font-family:arial;
	font-size:1em;
	font-weight:bold;
	font-style:normal;
	min-height:14px;
/*	line-height:14px;*/
	border: 1px solid #b7b7b7;
	text-decoration:none;
	text-align:center;

	padding: 2px;
}

.a_button_mini_default:hover {
	background: linear-gradient( #d6f7ff, #c6c6c6);

	background-color:#dfdfdf;
}

.a_buttonicon{
	font-size:18px;
}

.a_button_default {
	border: 1px solid #7c97a4; /*#b7b7b7;*/
	background: linear-gradient( #ffffff, #c6c6c6);
	background-color:#ededed;
	border-radius: 2px;
	cursor: pointer;
	text-indent:0;
	display:inline-block;
	color:var(--geocms_text_black_color);
	font-size:1em;
	font-weight:bold;
	font-style:normal;
	min-height:14px;

	text-decoration:none;
	text-align:center;

	padding: 4px;
}

.a_button_default:hover {
	/*background: linear-gradient(  #ddd, #acacac);*/
	background: linear-gradient( #d9eaff, #76b9d3);
	text-decoration: none;
}

.a_button_default:active {
	position:relative;
	top:1px;
}


a.a_button_default{
	color: #000;
/*	color: #333;*/
}

.a_button_default_red {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
	text-shadow: 0 1px 0 #FFFFdd;
	background: linear-gradient(#ffffee, #daa); /* Standard syntax */
	background-color:#ededed;
	border-radius: 2px;

	text-indent:0;
	border: 1px solid #ddd;
	display:inline-block;
	color:#000;
	font-family:arial;
	font-size:1em;
	font-weight:bold;
	font-style:normal;
	min-height:18px;
	line-height:18px;
	text-decoration:none;
	text-align:center;

	padding: 3px 7px;
}
.a_button_default_red:hover {
	background:linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background-color:#dfdfdf;
}

.a_button_default_red:active {
	position:relative;
	top:1px;
}


a.a_button_default_red{
	color: #333;
}


.a_button_default_green {
/*	box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
	text-shadow: 0 1px 0 #FFFFdd;*/
	background: linear-gradient(#a9fb96, #86c777); 
	background-color:#ededed;
	border-radius: 2px;

	text-indent:0;
	border: 1px solid #ddd;
	display:inline-block;
	color:#000;
	font-family:arial;
	font-size:1em;
/*	font-weight:bold;*/
	font-style:normal;
	min-height:18px;
	line-height:18px;
	text-decoration:none;
	text-align:center;

	padding: 3px 7px;
}

.a_button_default_green:hover {
	background: linear-gradient(#86c777, #a9fb96); 

	background-color:#dfdfdf;
}

.a_button_default_green:active {

}


a.a_button_default_green{
	color: #000;
}


.a_button_default_not_work {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
	text-shadow: 0 1px 0 #FFFFdd;

	background: linear-gradient(#FAF0F9, #F2D8EE);
	background-color:#ededed;
	border-radius: 2px;

	text-indent:0;
	border: 1px solid #ddd;
	display:inline-block;
	color:#000;
	font-family:arial;
	font-size:1em;
	font-weight:bold;
	font-style:normal;
	min-height:18px;
	line-height:18px;
	text-decoration:none;
	text-align:center;

	padding: 3px 7px;
}

.a_button_default_not_work:hover {
	background:linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background-color:#dfdfdf;
}

.a_button_default_not_work:active {
	position:relative;
	top:1px;
}


a.a_button_default_not_work{
	color: #000;
}

.a_button_dark_light_blue {
box-shadow: 0 0 2px rgba(182, 204, 223, 0.61);
background: linear-gradient(#b9e8ff, #0080ce);
background-color: #ededed;
border-radius: 2px;
text-indent: 0;
border: 1px solid #537197;
display: inline-block;
color: #072a48;
font-family: arial;
font-size: 1em;
font-weight: bold;
font-style: normal;
min-height: 18px;
/*line-height: 18px;*/
text-decoration: none;
text-align: center;
padding: 2px 3px;
cursor: pointer;
/*text-shadow: 0 1px 0 #d1fbff;*/
}

.a_button_dark_light_blue:hover {
background: linear-gradient(#afe9ff, #1eaaff);
}

.a_button_mono_blue {
box-shadow: 0 0 3px rgba(1, 26, 47, 0.61);
  background-color: #8ac4f2;
border-radius: 2px;
text-indent: 0;
border: 1px solid #1e395b;
display: inline-block;
color: #072a48;
font-family: arial;
font-size: 1em;
/*font-weight: bold;*/
font-style: normal;
min-height: 18px;
/*line-height: 18px;*/
text-decoration: none;
text-align: center;
padding: 2px 3px;
cursor: pointer;
/*text-shadow: 0 1px 0 #d1fbff;*/
}

.a_button_mono_blue:hover {
background: linear-gradient(#afceff, #1e6bff);
}

.geocms_element_goto_setup{display:none;}
.geocms_element_inline_goto_setup{display:none;}

.geocms_SortableLinesList { margin: 5px; padding: 0px; /*width: 95%;*/ }
.geocms_SortableLinesList li { margin: 5px; padding: 5px; font-size: 1em; cursor:pointer; }

/*
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .geocms_ui_cancelButtonClass{background: #fac0c0;}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .geocms_ui_saveButtonClass{
	background: #93aabf;
	background: linear-gradient( #c3e2ff, #93aabf); 
	border: 1px solid #93aabf;
}
*/

.geocms_contextblock_metric {
	text-decoration:none;
	text-align:center;
	display:inline-block;
	padding: 4px 4px;
/*	border-radius: 10px;	*/
	text-indent:0;
	/*	cursor: pointer;*/
}

.geocms_contextblock_theme_default {
	background: linear-gradient( #e7e7e7, #dedede);
	color: #000;
	border: 1px solid #c5c5c5;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 5px;
}

.geocms_contextblock_theme_default:hover {
	background: linear-gradient(#e9e9e9, #c9c9c9);
/*	 border-image: linear-gradient(45deg, #6b6b6b, #5d898f) 1;*/
/*	border: 1px solid #6d8fb3; */ 
}



.geocms_preloader_ball_outsite {
  background-color: rgba(0,0,0,0);
  border:5px solid rgba(0,70,255,1);
  opacity:1;
  border-top:5px solid rgba(0,0,0,0);
  border-left:5px solid rgba(0,0,0,0);
  border-radius:120px;
  box-shadow: 0 0 35px #0046ff;
  width:120px;
  height:120px;
  margin:0 auto;
  animation:spin .9s infinite linear;
}

.geocms_preloader_ball_inside {
  background-color: rgba(0,0,0,0);
  border:5px solid rgba(0,70,255,1);
  opacity:1;
  border-top:5px solid rgba(0,0,0,0);
  border-left:5px solid rgba(0,0,0,0);
  border-radius:90px;
  box-shadow: 0 0 15px #0046ff;  
  width:90px;
  height:90px;
  margin:0 auto;
  position:relative;
  top:-115px;
  animation:spinoff 1.5s infinite linear;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spinoff {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.geocms_cardelement_frame {
    clear: both;
    margin-top: 0;
    padding: 0;

    border: 1px solid #9f9f9f;
 /*   border-radius: 4px;*/
}
/*
.geocms_cardelement_frame.border, .geocms_cardelement_frame.solid {

}
*/

.geocms_cardelement_frame .geocms_cardelement_text_title_total{
    margin-bottom: 0;
    padding: 2px 5px 2px;
    font-size: 1.6em;
    text-transform: uppercase;	
	display: flex;
	justify-content: space-between;
}

.geocms_cardelement_frame .geocms_cardelement_text_title_small_total{
    margin-bottom: 0;
    padding: 2px 5px 2px;
    font-size: 1.3em;
    text-transform: uppercase;	
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.geocms_cardelement_frame .box-body {
    border-radius: 0 0 4px 4px;
    padding: 3px;
	overflow-x:auto;
}

.geocms_cardelement_frame.geocms_cardelement_theme_subframe > .geocms_cardelement_text_title_total{
color: #fff;
text-shadow: 1px 1px 1px rgb(42, 59, 81);
background-color: var(--geocms_main_subtitle_backcolor);
text-transform: uppercase;
}

.geocms_cardelement_frame.geocms_cardelement_theme_subframe .box-body {
    background-color: #ffffff;
}

.geocms_cardelement_frame.geocms_cardelement_theme_subframe .toolbox.bottom {
    background-color: #f4f4f4;
    border-bottom: medium none;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #c4c4c4;
}

.geocms_cardelement_frame.geocms_cardelement_theme_default > .geocms_cardelement_text_title_total{
	color: var(--geocms_title_on_dark_color);
/*	text-shadow: 1px 2px 2px rgb(34, 58, 115); */

	background-color: var(--geocms_main_color_hiper_title);
	text-transform: uppercase;
}

.geocms_cardelement_frame.geocms_cardelement_theme_default .box-body {
 /*   background-color: #ffffff; */
    background-color: var(--geocms_framebox_content_backcolor);;
}

.geocms_cardelement_frame.geocms_cardelement_theme_default .toolbox.bottom {
    background-color: #f4f4f4;
    border-bottom: medium none;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #c4c4c4;
}

.geocms_cardelement_frame.geocms_cardelement_theme_alert .box-body {
    background-color: #fff6f6;
}

.geocms_cardelement_frame.geocms_cardelement_theme_alert .geocms_cardelement_text_title_total{
    background-color: #4287C1;
	background: linear-gradient(to bottom, #d98f8f 0%,#a64545 100%);
    border-bottom: 1px solid #5e87b0;

    color: #FFF;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
/*    text-transform: uppercase;*/
}

.geocms_cardelement_frame.geocms_cardelement_theme_alert .toolbox.bottom {
    background-color: #f4f4f4;
    border-bottom: medium none;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #c4c4c4;
}


.geocms_cardelement_frame.geocms_cardelement_theme_notify .box-body {
    background-color: #fff6f6;
}

.geocms_cardelement_frame.geocms_cardelement_theme_notify .geocms_cardelement_text_title_total,
.geocms_cardelement_frame.geocms_cardelement_theme_notify .geocms_cardelement_text_title_small_total
{
/*	background: linear-gradient(to bottom, #d9c78f 0%,#c1af4c 100%);*/
	background: #ffca85;
	color: #A23500;
	text-shadow: 1px 1px 2px rgba(255, 209, 175, 0.7);

/*    text-transform: uppercase;*/
}

.geocms_cardelement_frame.geocms_cardelement_theme_notify .toolbox.bottom {
    background-color: #f4f4f4;
    border-bottom: medium none;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #c4c4c4;
}
.geocms_cardelement_frame.geocms_cardelement_theme_info .box-body {
    background-color: #fff6f6;
}

.geocms_cardelement_frame.geocms_cardelement_theme_info .geocms_cardelement_text_title_total{
    background-color: #4287C1;
	background: linear-gradient(to bottom, #d98f8f 0%,#a64545 100%);
    border-bottom: 1px solid #5e87b0;

    color: #FFF;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
/*    text-transform: uppercase;*/
}

.geocms_cardelement_frame.geocms_cardelement_theme_info .toolbox.bottom {
    background-color: #f4f4f4;
    border-bottom: medium none;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #c4c4c4;
}


.geocms_cardelement_frame .geocms_cardelement_text_title_total.geocms_cardelement_text_subtitle
{
    display: inline-block;
    font-weight: 400;
    margin: 0px;
    padding: 0;
    color: #fff;
    display: inline-block;
	text-shadow: 1px 1px 2px #000;
}


.geocms_cardelement_frame .toolbox.bottom {
     padding: 5px;
}



.geocms_cardelement_toolframe {
    clear: both;
    display: inline-block;
    float: right;
    margin-bottom: 0px;
    min-height: 25px;
    padding: 0;
}

.geocms_pageblock_object footer{
    background: #e5e6ec none repeat scroll 0 0;
    padding: 7px 5px;
    border-top: 1px solid #9ca1b0;
}

.geolist_autocomplete_zebra{
	background: #ddd;
}

.geocms_StructCard_TitleFieldGroup{
	color: var(--geocms_main_color_hiper_title);
	font-size:1.5em;
	padding-bottom:3px;
}


.geocms_FontIcon_SmallUnframed{
	font-size:1.33em;
	cursor:pointer;
	color: #6d6e6f;
	text-shadow: 0 1px 0 #fff;
/*	text-shadow: 1px 1px 1px rgba(100, 100, 100, 0.6); */
}
/************************************************************************/
table.geocms_Calendar_Table		{ border-left:1px solid #999; width:100%;}
tr.geocms_Calendar_Row	{  }
td.geocms_Calendar_Day_Cell	{ min-height:80px; font-size:11px; position:relative; } * html div.geocms_Calendar_Day_Cell { height:80px; }
td.geocms_Calendar_Day_Cell:hover	{ background:#eceff5; }
td.geocms_Calendar_NP	{ background:#eee; min-height:80px; } * html div.geocms_Calendar_NP { height:80px; }
th.geocms_Calendar_Day_Head { background:#ccc; font-weight:bold; text-align:center; width:14%; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; }
div.day-number		{ background:#10a1fe; padding:5px; color:#fff; font-weight:bold;  margin:0;  text-align:center; }
td.geocms_Calendar_Day_Cell, td.geocms_Calendar_NP { width:14%; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999; vertical-align: top;}
.geocms_Calendar_Weekend {color: red;}
.geocms_Calendar_WorkDay {background: #fff;}

/**********************************************************************************/

/*body > article { box-sizing: border-box; padding: 10vmin; height: 100vh; }*/

.geocms_FlexBoxCalendarContainer { box-sizing: border-box; width: 100%; height: 100%; display: flex; flex-direction: column;background: #fff; }
.geocms_FlexBoxCalendarContainer > header { flex-grow: 7; display: flex; align-items: center; justify-content: center; }
.geocms_FlexBoxCalendarContainer .day-names { flex-grow: 5; display: flex; align-items: center; }
.geocms_FlexBoxCalendarContainer .day-names p { flex-grow: 1; text-align: center; }
.geocms_FlexBoxCalendarContainer .geocms_FlexBoxCalendarDays { flex-grow: 88; display: flex; flex-direction: row; flex-wrap: wrap; }
.geocms_FlexBoxCalendarContainer .geocms_FlexBoxCalendar_WidthWeek > div { width: calc(100% * 1/7); }
.geocms_FlexBoxCalendarContainer .geocms_FlexBoxCalendar_WidthdDay > div { width: 100%; }

/* Appearance */
.geocms_FlexBoxCalendarContainer { font-family:  Arial, sans-serif; /*font-weight: 900; */text-transform: uppercase; border: 1px solid #D5D5D5; }
.geocms_FlexBoxCalendarContainer > header { background: #FCFCFC; }
.geocms_FlexBoxCalendarContainer > header h1 { font-size: 2em; color: #333; }
.geocms_FlexBoxCalendarContainer .day-names { background: #D5D5D5;padding: 5px; }
.geocms_FlexBoxCalendarContainer .day-names, #geocms_FlexBoxCalendarContainer .geocms_FlexBoxCalendarDays { font-size: 0.825em; color: #666; }
.geocms_FlexBoxCalendarContainer .geocms_FlexBoxCalendarSpacer { background: #F5F5F5; }
.geocms_FlexBoxCalendarContainer .geocms_FlexBoxCalendarDays > div { box-sizing: border-box; border: 1px solid #D3D3D3; border-width: 1px 0 0 1px; min-height:50px;}/*background: #e3e3e3;*/
.geocms_FlexBoxCalendarContainer .geocms_FlexBoxCalendarDays > div.geocms_Calendar_Weekend {  background: #FFEAEA; }
.geocms_FlexBoxCalendarContainer .geocms_DayNumber {padding: 2px; background: #e4e3b9; border-bottom: 1px solid #abdae9;}/*background: #f5fdff;*/

.geocms_task--info {
    border-left-color: #4786ff;
/*    grid-column: 6/span 2;
    grid-row: 5;*/
    margin-top: 15px;
    background: rgba(218, 231, 255, 0.7);
    align-self: end;
    color: #0a5eff;
}

.geocms_task--primary {
	margin: 4px;
	padding: 3px;
	margin-top: 10px;  
	border: 0;
	border-radius: 2px;
 /*   grid-column: 6/span 1;
    grid-row: 4;
    align-self: end;*/
    color: #1f40a8;
 /*   box-shadow: 0 10px 14px rgba(71, 134, 255, 0.4);*/
}
.geocms_task--primary.geocms_task_odinary{
background: rgba(190, 214, 255, 0.86);
border: 1px solid rgb(186, 200, 255);

}
.geocms_task--primary.geocms_task_full{
  background: rgba(255, 206, 206, 0.86);
  border: 1px solid rgba(244, 148, 148, 0.86);
}

.geocms_task--primary>ul>li a{
color: inherit;
}
.geocms_task_record {
	background:#fff;
	margin:2px;	
}



.meter {
  box-sizing: content-box;
  height: 14px; /* Can be anything */
  position: relative;
  margin: 0; /* Just for demo spacing */
  background: #719ed7;
  border-radius: 0px;
  padding: 2px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
.meter > span {
  display: block;
  height: 100%;
  border-radius: 3px;
  background-color: rgb(43, 123, 194);
  background-image: linear-gradient(
    center bottom,
    rgb(43, 194, 83) 37%,
    rgb(84, 240, 84) 69%
  );
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
/*  overflow: hidden;*/
  position: relative;
/*z-index: 2;*/
}

.meter > .meter_value{position: absolute;text-align:center;z-index: 2; color:var(--geocms_text_alert_color); font-weight:bold;width: 100%;}

.geocms_FieldList_Edit_Frame{
border: 2px dashed #005d73;
padding: 3px;
margin: 2px 0px;

/*
font-weight:bold;
box-shadow: inset 0 0 3px #04998d;
*/
}


.geocms_BottomBar_Container{
/*display:none;*/
z-index: 2;
position:fixed;
bottom:0px;
left:0px;
width:100%;
padding:5px;
height:30px;
box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.38);
background: #e2e2e2; /* Old browsers */
background: linear-gradient(to bottom,  #e2e2e2 0%,#d1d1d1 15%,#dbdbdb 15%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

border-top: #888 solid 1px;
}

.geo_dropdownmenu_launcherClass
{
	padding: 4px;
	border: #a1a1a1 1px solid;
	border-radius: 4px;
	background: #93aabf;
	background: linear-gradient( #c3e2ff, #93aabf); /* Standard syntax */
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
	font-weight: bold;
}

.button-71 {
  background-color: #0078d0;
  border: 0;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
/*  font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;*/
  font-size: 26px;
/*  font-weight: 600;*/
  outline: 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  touch-action: manipulation;
}

.button-71:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 105px;
  content: "";
  height: 50%;
  left: 2%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 96%;
}

.button-71:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.02);
}

 @media screen and (max-width: 1200px) {
	.geocms_Metric_FlexGroupFields_ContainerContent_Flex{flex-direction: column;}
 }
 
 @media screen and (max-width: 1025px) {
	 .ui-dialog .ui-dialog-content {padding: 1px;}
	 
.geocms_Metric_RFlex_ContentRow{
width:100%; display: flex;flex-direction: column;
}

.geocms_Metric_RFlex_LeftColumn{
	width:100%;
}

.geocms_Metric_RFlex_RightColumn{
		width:100%;
}

.geocms_Metric_FlexGroupFields_StringIrems_Title {
/*	width: 100%;*/
max-width: 92%;
	flex-grow: 0;
}

.geocms_Metric_FlexGroupFields_StringIrems_Tabs {
	width: 100%;
	flex-grow: 0;
	text-align: left;
}
.geocms_Metric_FlexGroupFields_StringIrems_ToolsItems {
	order: 5;
}

#main {padding:0;}
.geocms_Metric_FlexContent_Container{flex-wrap: wrap;}
.geocms_Metric_FlexContent_Selectors{order: 3;}
.geocms_Metric_FlexContent_Tools{order: 2;}	

.geocms_Metric_FlexRow_Container{justify-content: flex-start;flex-direction: column;}

	.geocms_Metric_RTable_Table, .geocms_Metric_RTable_Row, .geocms_Metric_RTable_Cell, .geocms_Metric_RParamTable_TitleColumn, .geocms_Metric_RParamTable_ValueColumn{
		display:block;
		width:100%;
	}
	
	.geocms_Metric_RTable_LeftColumn{width:100%;}
	.f-nav .geocms_FloatNav_Hide{
		display:none;
	}
	
	.geocms_Metric_RTable_RightCell{
		text-align:left;
	}
	
	.geocms_Metric_PhoneMargin{
		margin:0;
	}
	
	.quick_search{text-align:left;}


	.geocms_Metric_Visible_MobileHide{
		display:none;
	}
	

	
	.module_content {
		overflow-x: auto;
		}
	
	#sidebar {
		border-bottom: 1px solid #666;
	}
	
	.geocms_Metric_RTable_ContentHeigh{height:auto;}
	
	ul.tabs 
	{
		margin:0;
		border-radius: 0px;
		border-left: none;
		border-right: none;
		background: #e0e0e7;
	}
 }
  
@media screen and (max-width: 500px) {
.ui-dialog .ui-dialog-content {padding: 1px;}

.geocms_Metric_RFlex_ContentRow{
width:100%; display: flex;flex-direction: column;
}

.geocms_Metric_FlexGroupFields_StringIrems_ContainerRow {
	align-items: flex-start;
}




.geocms_Theme_RParamTable_TitleColumn_Default, .geocms_Theme_RParamTable_TitleColumn_Blue {
 background: #dfdfdf;
/* border: 1px #ccc solid;*/
}

.geocms_Metric_RFlex_LeftColumn{
	width:100%;
}

.geocms_Metric_RFlex_RightColumn{
		width:100%;
}

.geocms_Metric_RTable_PhoneTable, .geocms_Metric_RTable_PhoneRow,.geocms_Metric_RTable_PhoneCell,  .geocms_Metric_RParamTable_TitlePhoneColumn, .geocms_Metric_RParamTable_ValuePhoneColumn{
	display:block;
	width:99%;
}
.geocms_Metric_RTable_LeftPhoneColumn{width:100%;}

.geocms_Metric_RParamTable_TitlePhoneColumn{
	font-weight:bold;
	color:#990000;
}


.message_list{
	height: 700px;
}

.button-71 {
padding: 16px 48px;
}	

.geocms_FlexBoxCalendarContainer .geocms_FlexBoxCalendarDays > div { width: 100%; }
.geocms_FlexBoxCalendarContainer .day-names { display: none; }

}