 		* {	
 			margin: 0px; 
 			padding: 0px;
			text-decoration: none;
   	    	/*font-family: 'segoe ui'; */
   	    	font-family: 'segoe ui', system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   	    	font-size: 12px; 
   	    	/*font-size: 0.875rem;*/
      		font-weight: 400;
   			font-style: normal; 
   			color: var(--basic-text-color); 
   		}
html, body {height: 100%; width: 100%; }

.pp {font: inherit;	white-space: nowrap; overflow-x: hidden; }
p{ 	font: inherit;	white-space: nowrap; overflow-x: hidden;}
p > * { }
.option > p{ overflow-x: hidden; }
.flex-line > p{ white-space: normal; overflow-x: hidden; overflow-wrap: anywhere; /*word-break: break-all;*/ }
.col_stand > .pp{ display: flex; flex: 1 100%; min-height: 16px;}


.container_full_size{
	display: flex;
	flex-direction: column;
    height: 100%; 		/* essensial for FLEX-properties */
    /*width: fit-content; /* change it to 100% when @media is set */
    min-width: 530px; 	/* essensial for FLEX-properties */ /* change it to 0 when @media is set */
    max-width: 2100px;
}
.column_wrap_on{	
    display: flex;
    flex-direction: column;
    min-width: 50px; 	/* essensial for FLEX-properties */
    max-width: 1500px;
}
.row_no_wrap{ display: flex; flex: 0 0 auto; } 		/* for major external elements */	
.stretch_row_like_column{  flex: 1; }
.wrap_on { flex-wrap: wrap; }
/*.grand_parent{position: relative;} /* ?????????????????????????????????????????????????????????????????????????????????????????????????????????????? */

.flex-line{ /*display: flex; flex: 1 100%; flex-wrap: nowrap; position: relative;*/ 
	display: grid;
	grid-template-columns: auto 1fr;

}  


/* position: relative;  for internal elements */ /* WRAP - for proper shrinking.... */
.flex_line_wrap_on { display: flex; flex: 1 100%; flex-wrap: wrap; position: relative;}
.flex_line_wrap_on2 { display: flex; flex: 1 1 0; flex-wrap: wrap; max-width: 190px;}
.flex_line_wrap_on2 > .flex-line{ justify-content: flex-end; }


.big-label-field-right > .flex-line{ flex: 0 0 auto;}
.header_style{
	background-color: var(--headerGround);
	color: white;
	align-items: center;
	padding: var(--commonPadding);
	padding-left: var(--headerPaddingSides);
	padding-right: var(--headerPaddingSides); 
}
.auxheader_style{
	background-color: var(--auxheaderGround);
	border: var(--borderWidth) solid var(--headerGround);
	border-radius: 2px 2px 0 0;
	color: black;
	align-items: center;
	padding-top: var(--commonPadding);
	padding-bottom: var(--commonPadding);
	padding-left: var(--headerPaddingSides);
	padding-right: var(--headerPaddingSides); 
}
.left_cut_header{ border-left: none; border-radius: 0 2px 0 0;}
.search_bars{width: 100%;}
.searchbar_style{
	background-color: var(--mainGround);
	padding: var(--commonPadding);
	padding-left: 0px;
	border-bottom: var(--borderWidth) solid var(--tabBorderColor);
	margin-bottom: var(--commonPadding);
}
/*#search_bar_line{display: none;}
#search_bar_line_dummy{}*/
.searchbar_hidden{ display: none;}
.search_field{
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    border-image: linear-gradient(to bottom, rgb(248, 249, 250) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.1) 89%, rgb(248, 249, 250) 98%) 1 100%;
    border-width: var(--borderWidth);
    border-style: solid;
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.content_block{ flex: 1 1 0; } 			/* to adjust features of COLUMN */
.grand_parent{ position: relative; }
.content_padding{  }
.container_common{ flex-grow: 1; flex-shrink: 1; min-width: 466px; padding-bottom: var(--commonPadding); padding-right: var(--commonPadding);}
.container_orders_table{ padding-bottom: 0px; padding-right: var(--commonPadding); padding-left: 0px;}	/* 320px */
.container_order_details{ } 	/* 400px 646 */
.container_documentation{ } /* 450 */
.container_person_details{ } 	/* 455px 646 */
#container_person_table{ padding-bottom: 0px; padding-right: var(--commonPadding); padding-left: 0px; }
.container_person_details_{ } 	/* 455px 646 */

.scroll_enabled{ overflow-y: scroll; }	/* to adjust features of CONTENT BLOCK */

.container_style{ 
	background-color: var(--mainGround);
	border: <?=$borderWidth?> solid var(--headerGround);
	border-top: none;
	border-radius: 0 0 2px 2px; 
	margin-bottom: var(--commonPadding);
}
/*.auto_width_height{ height: auto; width: auto; } /* ======================================== SEEMS TO HAVE NO SENSE ============================================ */
.statusline_style{
	border-top: var(--borderWidth) solid var(--tabBorderColor);
	padding: var(--commonPadding);
	min-height: 16px;
	/*box-shadow: 2px 2px 2px 2px black;*/
}
.undertab_line{ /* for vertical tabs*/
	background-color: white; 
	padding: var(--commonPadding);
	margin-left: calc(var(--commonPadding) * -1); 
	/*border-top: var(--borderWidth) solid var(--tabBorderColor); */
}
/* columns of ORDERS TABLE */
.order_table_body{ min-width: 200px; max-width: 1000px; }
.col_stand{	
	display: flex;
	flex-wrap: wrap;
	padding: var(--commonPadding); 
	padding-left: var(--headerPaddingSides); 
	/*padding-right: var(--headerPaddingSides);*/ }	
.col_order{	flex: 0 0 57px; min-width: 60px; width: 60px; align-items: flex-start; justify-content: flex-start; vertical-align: top;} /* maybe width & others are not required ??? */
.col_details{ flex: 1 1 45%; margin-right: 6px; overflow-x: hidden;}
.col_status{ flex: 0 0 45px; } /* min-width: 45px; */
.auxheader_style > .col_order{ margin-left: calc(var(--headerPaddingSides) * -1);}
.auxheader_style > .col_status{ padding-right: 10px; margin-right: calc(var(--headerPaddingSides) * -1);}
.auxheader_style > .col_stand{ padding-top: 1px; padding-bottom: 1px;}



.pers_photo{
    min-width: 90px; 
    min-height: 120px; 
    max-height: 120px; 
    margin-left: 3px; 
    margin-bottom: 2px;
    border: var(--borderWidth) solid rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

/* VISUAL aux fitures */

.scroll_hidden{	-ms-overflow-style: none;  /* IE 10+ */   scrollbar-width: none; /* Firefox */ }
.scroll_hidden::-webkit-scrollbar { /* chrome based */ width: 0px;  /* ширина scrollbar'a */ background: transparent;  /* опционально */ }
.hide_orders_subfields{display: none;}
.hide_order_details{display: none;}
.hide_documentation{display: none;}
.hide_person_details{display: none;}
#pers_detail_side_tab_1{display: none;}
#pers_detail_side_tab_2{display: none; margin-top: calc(var(--commonPadding) * -1); }

.gradient_border_left{
	border-image: var(--gradientBorder);  
	border-width: var(--borderWidth); 
	border-style: solid; 
	border-right: none; border-top: none; border-bottom: none;
}
.gradient_border_right{
	border-image: var(--gradientBorder);  
	border-width: var(--borderWidth); 
	border-style: solid; 
	border-left: none; border-top: none; border-bottom: none;
}
.gradient_border_sides{
	border-image: var(--gradientBorder);  
	border-width: var(--borderWidth); 
	border-style: solid; 
	border-top: none; border-bottom: none;
}

/* VISUAL the very minor issues */
.uma_icon{
	height: 16px;
	width: 11px;
	margin-right: 2px;
	margin-bottom: -1px;
	filter: drop-shadow(0px 0px 1px white);
}
.big-pin{
	text-shadow: 0px 0px 2px white; 
	display: flex; 
	margin-left: 6px; 
	margin-right: 8px; 
	padding-bottom: 3px;
	color: black; 
}
.header_icon{
	height: 16px;
	/*width: 16px;*/
	display: flex;
	filter: drop-shadow(0px 0px 0px black);
}
.noneactive {
	color: lightgrey;
}


.password-control {
    /*position: absolute;
    top: 0px;
    right: 6px;
	display: inline-block;*/

	position: absolute;
    cursor: pointer;
    height: 17px;
    max-height: 17px;
    width: 17px;
    max-width: 17px;
    top: -21px;
    left: 107px;
    z-index: auto;

    width: 20px;
	height: 20px;
    background-image: url("../pics/view.svg");
}
.password-control.view {
    background-image: url("../pics/no-view.svg"); /* 0 0 no-repeat */
}


/* MEDIA - changes */

@media screen and (min-width: 1880px){
	.hide_person_details{display: flex;}
	.hide_documentation{display: flex;}
	.hide_order_details{display: flex;}
	/*.hide_orders_subfields{display: flex;}*/
	/*.min_width_set{min-width: 444px;}*/
}
@media screen and (min-width: 1446px) and (max-width: 1879px){
	#pers_detail_side_tab_1{display: flex;}
	#pers_detail_side_tab_2{display: flex;}
	.hide_documentation{display: flex;}
	.hide_order_details{display: flex;} 
	#pdtab{display:flex;}
	#dotab{display:flex;}
}
@media screen and (min-width: 976px) and (max-width: 1445px){
	#pers_detail_side_tab_1{display: flex;}
	#pers_detail_side_tab_2{display: flex;}
	.hide_order_details{display: flex;}
	#pdtab{display:flex;}
	#dotab{display:flex;}
	#odtab{display:flex;}
	.container_person_docs_{display: none;}
	.search_bars{display: flex; flex-wrap: wrap;}
}
@media screen and (max-width: 975px){
	#pers_detail_side_tab_1{display: flex;}
	#pers_detail_side_tab_2{display: flex;}
	#pdtab{display:flex;}
	#dotab{display:flex;}
	#odtab{display:flex;}
	#lotab{display:flex;}
	.container_person_docs_{display: none;}
	.search_bars{display: flex; flex-wrap: wrap;}
}
@media screen and (max-width: 700px){
	#line2{justify-content: space-between;}
	.tab_button{ flex: 1 1 auto;}
	#line2 > .tab_dummy{display:none;}
}
@media screen and (max-width: 1600px){
	/*.rates_tab{display: none;}
	.comp_col{display: none;}*/
}


/* below is the OLD=original design*/

.big-label-field{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	padding: 7px;
	padding-bottom: 5px;
	padding-top: 6px;
}
.big-label-field-right{
	align-content: flex-start; 
	/*flex-direction: column;*/
	/*flex-wrap: nowrap;*/
	flex: 1 2 0%; order: 2; 
	/*border-image: linear-gradient(to bottom, rgb(248, 249, 250) 2%, #515c6b 5%, #515c6b 95%, rgb(248, 249, 250) 98%) 1 100%;  
	border-width: <?=$borderWidth?>; 
	border-style: solid; 
	border-right: none;
	border-top: none;
	border-bottom: none;
	margin-left: -1px;*/
}

.intermediate_label {padding-right: 6px; padding-left: 6px; justify-content: flex-end;} /* flex: 2 1 20%; */
.extendable_label {min-width: 95px; max-width: 95px; }/*flex: 1 1 50%; ============= change name ====================*/
.intermediate_input {flex: 1 1 0;} /*{flex: 3 1 30%;}*/
.pers_name_field_marg {flex-grow: 1; flex-basis: 0; margin-left: 21px;}
.pers_name_field {flex-grow: 1; flex-basis: 0;}
.number_field {min-width: 15px; max-width: 15px; text-align: center; margin-left: 0px; margin-right: 0px; padding-right: 0px;}

.insurance_related { display: none; align-self: center;}
.insurance_visible { display: flex; }
/* check whether all are in use ************************************************ */
.text-inq {min-width: 40px; max-width: 40px;}
.text-wage{min-width: 37px; max-width: 37px; text-align: right; overflow-x: hidden;}
.text-curr{min-width: 27px; max-width: 27px; text-align: center;}
.text-wagetype{min-width: 45px; max-width: 45px; text-align: left;}
.text-d1{min-width: 58px; max-width: 58px;}
.text-s0{min-width: 20px; max-width: 20px;}
.text-s05{min-width: 32px; max-width: 32px; text-align: right;}
.text-s1{min-width: 66px; max-width: 66px;}  /*width: 80px; min-width: 80px;}*/
.text-s2{min-width: 75px; max-width: 75px;}
.text-s3{max-width: 95px; min-width: 95px;}
.text-m1{width: 132px; min-width: 132px;}
.text-m2{width: 170px;}
.text-lg{width: 292px;}
.text-auto{flex: 1 1 auto;}

input, textarea, p, select {
	
	/*width: 100%; */
		background-color: white;
	border: var(--borderWidth) solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;	
	padding-left: 6px; padding-right: 6px;
	outline: 0 !important;
		overflow-x: hidden;
}
label, input, textarea, button, select {
	
	height: auto; /* 20px;*/
	min-height: 16px;
	min-width: 15px;
	padding-top: 1px; padding-bottom: 2px; 
	margin-bottom: 2px;
	cursor: default;
}
label{ white-space: nowrap; padding-right: var(--commonPaddingSides); padding-top: 2px;}
button {align-items: center; justify-content: center; padding-left: var(--commonPaddingSides); padding-right: var(--commonPaddingSides); margin-top: var(--bottomMargin); margin-left: auto;}
input {padding-left: var(--commonPaddingSides); padding-right: var(--commonPaddingSides);}
p {max-height: 80px; resize: none; height: auto;}

input[type="checkbox"]{
	background-color: white;
	margin: 0px;
	padding: 0px;
	align-self: center;
	max-width: fit-content;
}
input::-moz-placeholder { color: #D6DBDF; }
input::-webkit-input-placeholder { color: #D6DBDF; }

.margin_off > input{
	margin-right: 0px; margin-left: 0px; margin-bottom: 0px;
	border-radius: 0px; 
	border-right: var(--borderWidth) solid white; 
	border-left: none;	
	border-top: none;
	border-bottom: none;
}
.margin_off > p{
	margin-right: 0px; margin-left: 0px; margin-bottom: 0px;
	border-radius: 0px; 
	border-right: var(--borderWidth) solid white; 
	border-left: none;	
	border-top: none;
	border-bottom: none;
}
.margin_off > input:last-child{ border-right: none;}
.margin_off:last-child{
	border-bottom: var(--borderWidth) solid rgba(0, 0, 0, 0.1);
}
.last_row{
	border-bottom: var(--borderWidth) solid rgba(0, 0, 0, 0.1);
	margin-bottom: 2px;
}
.margin_off{
	border-top: var(--borderWidth) solid rgba(0, 0, 0, 0.1);
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
}
.margin_off:hover > input{background-color: #e5f3ff;}
.margin_off:hover > p{background-color: #e5f3ff;}
.border_on > .margin_off{
	border: none;
}
.border_on > .margin_off > input{
	border: var(--borderWidth) solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;	
	margin-bottom: -1px;
}
.float_right{
	/*justify-content: flex-end;*/
	margin-left: auto; 
}
.position_list{
	display: flex; 
	width: 100%; 
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 3px;
}
/*.position_list > .flex-line:lastchild{ margin-bottom:3px; }*/

.aux_header{
	/*background-color: white;*/
}
.aux_header > label{
	padding-top: 5px;
	padding-bottom: 6px;
	padding-right: 6px;
	padding-left: 6px;
	margin-bottom: 0px;
	color: var(--borderColor);
	border-image: linear-gradient(to bottom, var(--mainGround) 10%, var(--tabBorderColor) 25%, var(--tabBorderColor) 75%, var(--mainGround) 90%) 1 100%;  
	border-width: var(--borderWidth); 
	border-style: solid; 
	border-left: none; border-top: none; border-bottom: none;
	overflow-x: hidden;
}	
.aux_header > label:last-child{border:none;}
.aux_header > label:hover{ 
	background-color: #e5f3ff;
 }
.active_pers > input {
	background-color: #cce8ff;
}	
.active_pers:hover > input {
	background-color: #cce8ff;
}
/*.active_pers > input:hover{
	background-color: #cce8ff;
}*/
.text_ins_set{
	display: none;
}

/* TAB-BUTTONS ===================================================================================================== */
.tab_button{ 
	background-color: white;
	border-bottom: var(--borderWidth) solid var(--tabBorderColor);
	border-left: var(--borderWidth) solid white;
	border-right: var(--borderWidth) solid white;
	padding-top: var(--tabPaddingTop);
	padding-bottom: var(--tabPaddingBottom);
  	padding-left: var(--tabPaddingSides);
  	padding-right: var(--tabPaddingSides);
}
.tab_filters{
    background-color: var(--mainGround);
	border-left: var(--borderWidth) solid var(--tabBorderColor);
	border-right: var(--borderWidth) solid var(--tabBorderColor);
	border-bottom: var(--borderWidth) solid var(--mainGround);
}
.tab_active{
	background-color: var(--mainGround);
	border-left: var(--borderWidth) solid var(--tabBorderColor);
	border-right: var(--borderWidth) solid var(--tabBorderColor);
	border-bottom: var(--borderWidth) solid var(--mainGround);
}
.tab_button_vert{ 
    display:none;
	background-color: var(--mainGround);
	border-left: var(--borderWidth) solid var(--tabBorderColor);
}
.tab_active_vert{
	background-color: white;	
	border-top: var(--borderWidth) solid var(--tabBorderColor);	
	border-bottom: var(--borderWidth) solid var(--tabBorderColor);
	border-left: var(--borderWidth) solid white; 
}
.tab_active_vert:first-child{border-top: none;}
.tab_dummy{
    display:flex;
	/*width:100%; */ flex: 12;
}
.tab_button:hover{
	background-color: var(--elementHover);
	cursor: pointer;
}
.tab_active:hover{
	background-color: var(--mainGround);
	cursor: pointer;
}
.tab_dummy:hover{
	background-color: white;
	cursor: default;	
}
.tab_button_vert:hover{
	background-color: var(--elementHover);
	cursor: pointer;
}
.tab_active_vert:hover{
	background-color: var(--mainGround);
	cursor: pointer;
}
.tab_button_vert.tab_dummy:hover{
	background-color: var(--mainGround);
	cursor: default;	
}
.rotate{
  writing-mode: vertical-lr; /*vertical-lr;*/
  /*-webkit-transform: rotate(180deg); //Chrome, Safari // 180deg
  -moz-transform: rotate(180deg); //Firefox
  -o-transform: rotate(180deg); //Opera
  -ms-transform: rotate(180deg); //IE
  transform: rotate(180deg); //браузеры без префексов
  */
}
.tab_textv{
  padding-right: var(--tabPaddingTop);
  padding-left: var(--tabPaddingBottom);
  padding-top: var(--tabPaddingSides);
  padding-bottom: var(--tabPaddingSides);
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    width: auto;
    /*flex: 1 1 0;*/
}  
/* TAB-BUTTONS END ================================================================================================== */

.main_button{
	width: 100%;
	height: 40px;
	margin: 1px;
	padding: 2px; padding-left: 6px; padding-right: 6px;
	/*border: var(--borderWidth) solid rgba(0, 0, 0, 0.1);*/
}

.options{
	display: flex;
  width: auto;
  min-width: 27px;
  min-height: 16px;
  /*overflow-x: hidden; */
  white-space: nowrap;

  height: auto;
  font: inherit;
  padding-left: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 6px;
  border-top: var(--borderWidth) solid white;
  border-bottom: var(--borderWidth) solid white;
}
.options span{
  color: grey;
  float: right;
  margin-right: 6px;
}
.options:hover {
	background-color: #e5f3ff;
 	cursor: pointer;
 	border-top: var(--borderWidth) solid #e5f3ff;
  	border-bottom: var(--borderWidth) solid #e5f3ff;
 }
.option_active {
background-color: #cce8ff;
border-top: var(--borderWidth) solid #99d1ff;
border-bottom: var(--borderWidth) solid #99d1ff;
}
.option_active:hover {
background-color: #cce8ff;
border-top: var(--borderWidth) solid #99d1ff;
border-bottom: var(--borderWidth) solid #99d1ff;
}
.new_option {
	color: black;
	font-weight: 600;
	/*display: inline-block;*/
}
.option_hidden{
	display: inline-block; /* none;*/
}
.attachment_visible{ display: flex; width: fit-content;}
.u_select{
position:absolute; 
display: none; /* flex */
flex-direction: column;
width: auto;
/*flex-wrap: wrap;*/
overflow-y: auto;
/*overflow-x: hidden;
/*width: 250px;
/*max-height: 200px;*/
border: var(--borderWidth) solid rgba(0, 0, 0, 0.1); /*0.1*/
border-left: var(--borderWidth) solid rgba(0, 0, 0, 0.3);
border-right: var(--borderWidth) solid rgba(0, 0, 0, 0.3);
border-bottom: var(--borderWidth) solid rgba(0, 0, 0, 0.3);
/*border-top: var(--borderWidth) solid rgba(0, 0, 0, 0.1); /*0.1*/
margin-top:-1px;
background-color: white;
z-index: 300;
outline: 0 !important;
box-shadow: 5px 8px 5px -1px rgba(0, 0, 0, 0.1);
/*box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);*/
}
.u_select:focus{ /* разобраться */
	border: var(--borderWidth) solid rgba(0, 0, 0, 0.1);
}
.input_select{
	font: inherit;
 }
.toolTipBar{
  position:absolute; 
display: none;
width: auto;
height: auto;
border: var(--borderWidth) solid #F6FF8A;
background-color: #ffffb3; /*#faffbd;*/
border-radius: 5px;
z-index: 300;
  font: inherit;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 6px;
}




.sub_menu_list{
position:absolute; 
display: flex; 
flex-wrap: wrap;
overflow-y: auto;
overflow-x: hidden;
border: var(--borderWidth) solid black;
background-color: white;
z-index: 300;
border: var(--borderWidth) solid rgba(0, 0, 0, 0.2); /*0.1*/
outline: 0 !important;
}
.sub_menu_list:focus{ /* разобраться */
	border: var(--borderWidth) solid rgba(0, 0, 0, 0.1);
}
.menu_options{
	display: flex;
  min-width: 100%;
  white-space: nowrap;

  height: auto;
  font: inherit;
  padding-left: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 20px;
  border-top: var(--borderWidth) solid white;
  border-bottom: var(--borderWidth) solid white;
}
.menu_options:hover {
	background-color: #e5f3ff;
 	cursor: pointer;
 	border-top: var(--borderWidth) solid #e5f3ff;
  	border-bottom: var(--borderWidth) solid #e5f3ff;
 }



.u_calendar{
  position:absolute; 
  display: none; /* block */
/*overflow-y: auto;
overflow-x: hidden;*/
  width: auto;
  font: inherit;
  margin-top: -1px;
/*max-height: 200px;*/
    border-spacing: 0px 0px;
    border-top: var(--borderWidth) solid rgba(0, 0, 0, 0.1);
    border-left: var(--borderWidth) solid rgba(0, 0, 0, 0.1); 
    
    outline: 0 !important;   
background-color: white;
/*border: 1px solid rgba(0, 0, 0, 0.2); /*0.1*/
/*border-top: 1px solid rgba(0, 0, 0, 0.1); /*0.1*/
box-shadow: 12px 10px 14px 3px rgba(0, 0, 0, 0.1),
			-12px 10px 14px 3px rgba(0, 0, 0, 0.1);
z-index: 300;
}
.calendar_table_hidden{ /* разобраться */
}
.u_calendar:focus{ /* разобраться */
  /*border: 1px solid rgba(0, 0, 0, 0.1);*/
}

.u_calendar th {
    /* background-color: var(--lightGround);  /* #004E6B; */
    color: white;
    text-align: left;
    vertical-align: top;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;

  -webkit-user-select: none;
  -moz-user-select: none;  
  -ms-user-select: none;
      white-space: nowrap;
      overflow-x: hidden;
 }

.u_calendar td {
  min-width: 25px;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    /*padding-right: 0px;
    /*padding-right: 15px;*/
white-space: nowrap;
overflow-x: hidden;
text-align: center;
border-right: var(--borderWidth) solid rgba(0, 0, 0, 0.1);
border-bottom: var(--borderWidth) solid rgba(0, 0, 0, 0.1);

  -webkit-user-select: none;
  -moz-user-select: none;  
  -ms-user-select: none;
}

.u_calendar td:hover {
/*border-right: 1px solid #99d1ff;
border-bottom: 1px solid #99d1ff;*/
cursor: default; /*pointer;*/
}
.curr_days:hover{
background-color: #cce8ff;
}
.change_month:hover{
background-color: #cce8ff;
}
.picked_day{
background-color: #cce8ff;	
}
.past_days, .futu_days{
background-color:rgba(0, 0, 0, 0.1);
}

.new_item_window{
position: absolute; 

top: 0px;
left: 0px;
min-width: 100%;
min-height: 100%;
/*background-color: rgba(0, 0, 0, 0.3);*/
z-index: 400;
}
.new_item_form{
position: absolute; 
display: flex;
flex-wrap: wrap;
width : 400px;
height: auto;
padding: 0px;
border: var(--borderWidth) solid rgba(0, 0, 0, 0.2);
background-color: rgb(248, 249, 250);
box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.3);
/*margin: 0px auto;
/*padding-bottom: 10px;*/
}
.form_header{
display: inline-block;
position: relative; 	
background-color: var(--headerGround);
/*border-bottom: 1px solid #99d1ff;*/
padding-top: 5px;
padding-bottom: 4px;
padding-left: 5px;
width: 100%;
   -webkit-user-select: none;
    -moz-user-select: none;  
    -ms-user-select: none;
}
.save_button{
  display: flex;

  font: inherit;
  /*justify-content: center;*/
  /*padding-top: 5px;
  padding-bottom: 2px;*/
  padding-left: 15px;
  padding-right: 15px;
  min-width: 85px;
}
.u_button{
  display: flex;

  font: inherit;
  /*justify-content: center;*/
  /*padding-top: 5px;
  padding-bottom: 2px;*/
  padding-left: 15px;
  padding-right: 15px;
  min-width: 85px;
}

