div.topMenuDiv{

	position: absolute;	
	transition: 0.3;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px; 
	width: fit-content;
}
/* div.topMenuDiv:hover{
	position: absolute;	
	transition: 0.3;
} */
div.topMenuImage{
	width: 3vw;
	height: 1.5vw;
	background: url(../images/img-topMenu.png) no-repeat center 0px ;
	
	border-bottom-left-radius: 4px;
	/* border-bottom--radius: 4px; */
	transition: 0.7s;

	background-size: contain;
	cursor: pointer;
}
div.topMenuDiv:hover > .topMenuImage{
	background: url(../images/img-topMenuHover.png) no-repeat center 0px ;
	background-size: contain;
}

div.topMenuElements{
	user-select: none;
	-moz-user-select: none;
	cursor: default;	
	display: none;
}
div.topMenuElement{		
	color: #353e53;
	font-size:  var(--font-size-15-px);
	text-align: center;
	padding: 4%;
	transition: 0.2s;
	display: flex;
	justify-content: flex-end;
	gap: 3%;
	box-sizing: border-box;
	width: 100%;
}
div.topMenuElement:nth-last-child(1){
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
div.topMenuElement:hover{
	background-color: #353e53;
	color: #fff;	
	transition: 0.2s;
}

div.topMenuElement > span{
	display: inline-block;
	width: 100%;
	text-align: left;
}

div.addFizSubjectContainer{
	width: 100%;
	display: flex;
	padding: 2.5%;
	flex-wrap: wrap;
	text-align: left;
	position: relative;
	margin-bottom: 5px;
	/*padding-bottom: 20px;*/
	overflow-y: auto;
	box-sizing: border-box;
	justify-content: space-between;
}


input.newSubjectButton {	
	cursor: pointer;
	font:inherit;	
	padding: 5px 8px;
	border: 1px solid #81cff9;
	background-color: #81cff9;
	border-radius: 0px;	
	color: #fff;
	display:inline;
	vertical-align: middle;
}
input.newSubjectButton:last-child {	
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
input.newSubjectButton:nth-child(2) {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

input.newSubjectButton:hover {
	background-color: #519aca;
	border-color:#519aca;	
	transition: .1s;	
}
input.addSubjectButton {
}
input.editSubjectButton {
}

.topMenuElementsvisible{
	display: block !important;
	height: fit-content;
	width: 15vw;
	/* padding: 1vw; */
	z-index: 100;
	position: absolute;
	background: white;
	border-radius: 0.2vw;
	box-sizing: border-box;
}

div.searchIssuerToEditBlockHeader {
	text-align:center;
	font-size:  var(--font-size-15-px);
	color: #98a9b1;
	font-family: FontR;
	margin: 10px 20px;
	padding: 0px 10px;
	padding-bottom: 5px;
	background-color: inherit;
	border-radius: 5px;	
}
div.searchIssuerToEditBlock {
	width: 90%;
	text-align:center;
	margin: auto;
	/*padding: 55px 0px 55px 0;*/
	/*background-color: #eaf0f3;*/
	color: #313638;
	border-radius: 5px;		
	line-height: 1.5em;
	position: relative;

}

.qTipClassAddFiz .ui-icon {
	top: 3px;
}

.addFizSubjFieldLabel{
	text-align: left;
	display: inline-block;
	width: 48%;
	font-size: var(--font-size-15-px);
	margin-right: 3px;
	font-weight: bold;
	line-height: 1em;
}
.addFizSubjFieldLabel::after{
	content: ':';
}
.requiredFieldMark::before{
	color: #f00;
	content: '*';
	width: 10px;
	height: 10px;
}

.requiredField{
	color: #f00;
}

.valuePresent{
	font-weight: normal;
}

div.addFizSubjRowDiv{
	padding: 0.5vw 0;
	/*background-color: #f00;*/
	width: 30%;
	/*height: 40px;*/
	display: flex;
	justify-content: space-between;
	vertical-align: middle;
	position: relative;
	/*margin-left: 20px;*/
}

div.profileInfoContainer{
	width: 100%;
	/*height: 565px;*/
	text-align: left;
	position: relative;
	margin-bottom: 0px;
	/*padding-bottom: 20px;*/
	overflow-y: auto;
	overflow-x: hidden;
	white-space: initial;
	display: flex;
	flex-wrap: wrap;
	gap: 1vw;
}

div.profileInfoHeaderNote{
	line-height: 1.5em;	
	/* height: 20px; */
	text-align: center;
	/*margin: 10 0px 0 0px;*/
	font-size:  var(--font-size-15-px);
	color: #353e53;
	font-family: FontR;
	font-weight: bold;
	width: 100%;
}

div.profileInfoRowDiv{
	padding: 8px 2px;
	/*background-color: #f00;*/
	width: 30%;
	display: flex;
	justify-content: space-between;
	vertical-align: middle;
	position: relative;
	/*margin-left: 20px;*/
}
div.profileInfoRowDiv.short{
	width: 30%;
	position: relative;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: flex-start;
	height: fit-content;
}

div.profileInfoRowDiv.full{
	width: 99%;
	text-align: center;
	height: initial;
}

.profileInfoFieldLabel{
	text-align: right;
	display: inline-block;
	width: 48%;
	font-size: var(--font-size-14-px);
	margin-right: 3px;
	font-weight: bold;
	line-height: 1.5em;
}
.profileInfoFieldLabel::after{
	content: ':';
}

.profileInfoDelegateLableBlock{
	/*display: block;*/
	text-align: center;
	width: initial;
	font-size:  var(--font-size-15-px);
	font-weight: bold;
}
.profileInfoDelegateLableBlock::after{
	content: '';
}

.delegateInfoContainer {
	margin-bottom: 5px;
	width: 50%;
}

.delegateInfoContainer label {
	font-size: var(--font-size-14-px);
}

.delegateInfoLine {
	display: flex;
	justify-content: space-around;
}

input.inputFieldProfileInfo {
	/**/
	/*margin-top: 17px;*/
	border-radius: 4px;
	height: 1.5em;
	/*padding: 0px 10px;*/
	text-overflow: 	ellipsis;
	overflow: hidden;
	text-align:center;
	border: 0;
  	outline: 0;	
	border: 1px solid #a4abbb;
  	width: 50%;
  	transition: .1s;
  	font-size: var(--font-size-14-px);
	color: #353e53;	
	background-color: #dee6e9; 
	font-family: fontR;
	transform: scale(1.0);
}
input.inputFieldProfileInfo.short {
	width: 50%;
	box-sizing: border-box;
}
input.inputFieldProfileInfo.activeField {
	transform: scale(1.05);
	transform-origin: center left;	
	box-shadow: 0 0 6px rgba(0,0,0,0.5);
}

input.inputFieldProfileInfo[readonly='readonly'][type='text'] {
	background-color: #ededed;
	border: 1px solid #d5dbdd;
}

input.inputFieldProfileInfo.inputFieldRestricted{
	border: 2px solid rgba(255,90,102,0.7);
	border-radius: 5px;
	transition: .1s;
}

input.buttonStyleProfile{
	letter-spacing: -0.04em;
	text-shadow: 1px 1px 1px #c13f2c;
	margin: 7px 5px 0 5px;	
	padding: 0.5vw 1vw;	
	min-width: 20px;
	background-color: #ff5e5e;
	color: #fff;
	border-radius: 0.2vw;
	border: none;
	font-size: var(--font-size-14-px);
	font-family: FontR;
	transition: .2s;
	cursor: pointer;
	/* height: 38px; */
}
input.buttonStyleProfile:hover{
	background-color: #ff8383;
	border-color:#ff8383;
	color: #fff;
	transition: .2s;
}
input.buttonStyleProfile.backColor {
	background-color: #8c969b;
	text-shadow: none;
	color: white;
	cursor: pointer;
}
input.buttonStyleProfile.backColor:hover {
	background-color: #c6d3d8;
	text-shadow: none;
	color: white;
}

.profileInfoButtonDiv{
	text-align: center;
	white-space: initial;
	margin-top: 105px;
}

.passwordsHintsContainer {
	white-space: pre-line;
	width: 50%;
	position: relative;
	/* right: 10px; */
	/* top: 38px; */
	text-align: left;
	display: block;
	line-height: 60%;
	/*background-color: #c0c0c0;*/
	border-radius: 4px;
}

.passwordHintLine {
	/* white-space: nowrap; */
	text-align: left;	
	font-size: var(--font-size-13-px);
}
.passwordHintLine.requiredRule {
	/*color: #ff5e5e;*/
}

.passwordHintLine span {
	font-size:  var(--font-size-16-px);
}

.passwordHintLine:before {
	font-size:  var(--font-size-16-px);
	display: inline-block;
	width: 1vw;
	height: 1vw;
	content: "\2714";
	margin-right:6px;
	color: #4C9ED9;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}

.passwordHintLine.requiredRule:before {
	content: "\2718";	
	color: #ff5e5e;
}

.illegalChar {
	display:none;
}


div.addFizSubjDateDiv{
	/*margin-left: 2px;*/
}

.dateContainer{	
	/*vertical-align: middle;*/
	margin-left: 4px;
}
.singleSelectContainer{	
	/*vertical-align: middle;*/
	margin-left: 5px;
}
input.inputFieldAddSubject {
	border-radius: 0.2vw;
	text-overflow: 	ellipsis;
	overflow: hidden;
	text-align:center;
	border: 0;
  	outline: 0;	
	border: none;
  	width: 50%;
  	transition: .1s;
  	font-size: var(--font-size-14-px);
	color: #353e53;	
	background-color: #dee6e9; 
	border: 1px solid #a4abbb;
	font-family: fontR;
	height: 1.4em;
}
.addConfirmationCheckbox{
	top:8px;		
	border-radius: 3px;
	border: none;
    background-color: #fff;
    box-shadow: 0px 0px 4px #d3dbde;
	-webkit-appearance: none;
    -moz-appearance:none;
	cursor: pointer;
	width: 24px;
	height:24px;
	position: relative;
}
.addConfirmationCheckbox:checked{	
	background: url(../images/img-checkBoxChecked.png) center no-repeat #ffffff;	

}
.confirmationTextRed{
	color: #ff5e5e;	
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
    letter-spacing: 1px;
    
    line-height:5px;
    margin-top: 15px;    
}
input.addNewRegionButton {	
	position: relative;
	padding: 4px 22px 5px 22px;
	margin: 2px ;
	margin-top: 4px;
	background-color: #32a0d5;
	color: #fff;
	border-radius: 4px;
	border: 1px solid transparent;
	font-size:  var(--font-size-15-px);
	font-family: FontR;
}

input.addNewRegionButton:hover {
	background-color: #2495cc;
/*	border: 1px solid rgba(87, 159, 216, 1);*/
}

.addNewRegionPopupContent{
	display: block;
	text-align: center;
	padding: 20px;
	width: 88%;
	font-size: 80%;	
}
input.addNewRegionInput {
	/**/
	/*margin-top: 17px;*/
	margin-top: 10px;	
	border-radius: 4px;
	height: 25px;
	/*padding: 0px 10px;*/
	text-overflow: 	ellipsis;
	overflow: hidden;
	text-align:center;
	border: 0;
  	outline: 0;	
	border: none;
  	width: 150px;
  	transition: .1s;
  	font-size: var(--font-size-14-px);
	color: #353e53;	
	background-color: #dee6e9; 
	border: 1px solid #a4abbb;
	font-family: fontR;
}
input.addNewTownButton {	
	position: relative;
	padding: 4px 22px 5px 22px;
	margin: 2px ;
	margin-top: 4px;
	background-color: #32a0d5;
	color: #fff;
	border-radius: 4px;
	border: 1px solid transparent;
	font-size:  var(--font-size-15-px);
	font-family: FontR;
}

input.addNewTownButton:hover {
	background-color: #2495cc;
/*	border: 1px solid rgba(87, 159, 216, 1);*/
}

.addNewTownPopupContent{
	display: block;
	text-align: center;
	padding: 20px;
	width: 88%;
	font-size: 80%;	
}
input.addNewTownInput {
	/**/
	/*margin-top: 17px;*/
	margin-top: 10px;	
	border-radius: 4px;
	height: 25px;
	/*padding: 0px 10px;*/
	text-overflow: 	ellipsis;
	overflow: hidden;
	text-align:center;
	border: 0;
  	outline: 0;	
	border: none;
  	width: 150px;
  	transition: .1s;
  	font-size: var(--font-size-14-px);
	color: #353e53;	
	background-color: #dee6e9; 
	border: 1px solid #a4abbb;
	font-family: fontR;
}
input.addNewStreetButton {	
	position: relative;
	padding: 4px 22px 5px 22px;
	margin: 2px ;	
	background-color: #32a0d5;
	color: #fff;
	border-radius: 4px;
	border: 1px solid transparent;
	font-size:  var(--font-size-15-px);
	font-family: FontR;
	margin-top:10px;
}

input.addNewStreetButton:hover {	
	background-color: #2495cc;
/*	border: 1px solid rgba(87, 159, 216, 1);*/
}

.addNewStreetPopupContent{
	display: block;
	text-align: center;
	padding: 20px;
	width: 88%;
	font-size: 80%;	
}
input.addNewStreetInput {
	/**/
	/*margin-top: 17px;*/
	margin-top: 10px;	
	margin-bottom:8px;
	border-radius: 4px;
	height: 25px;
	/*padding: 0px 10px;*/
	text-overflow: 	ellipsis;
	overflow: hidden;
	text-align:center;
	border: 0;
  	outline: 0;	
	border: none;
  	width: 150px;
  	transition: .1s;
  	font-size: var(--font-size-14-px);
	color: #353e53;	
	background-color: #dee6e9; 
	border: 1px solid #a4abbb;
	font-family: fontR;
}
input.inputFieldAddSubjectError {
	background-color: #ff7f7f;
	border-color: #ff5e5e;
	border-radius: 5px;
	transition: .1s;	
}


select.selectAddSubject {	
	padding-left:8px;
	margin-right: 5px;
	font: var(--font-size-14-px) FontR;
	/*padding: 0px 20px;*/
	width: 48px;
    border-radius: 4px;
    color: #313638;    
	border: 1px solid #a4abbb;
    outline: none;    
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance:none;
	height: fit-content;
}
@-moz-document url-prefix() {
    select.selectAddSubject{
		padding-left:4px;
	}
}
select.selectDay{
	background: url(../images/img-littleArrowList.png) no-repeat 100% 50% #dee6e9;
	width: 14%;
	background-size: contain;
}
select.selectMonth{
	background: url(../images/img-littleArrowList.png) no-repeat  100% 50% #dee6e9;
	width: 14%;
	background-size: contain;
}
select.selectYear{
	background: url(../images/img-littleArrowList.png) no-repeat  100% 50% #dee6e9;
	width: 19%;
	background-size: contain;
}
select.selectType{
	background: url(../images/img-littleArrowList.png) no-repeat  100% 50% #dee6e9;
	width: 50%;
	background-size: contain;
}
select.selectTown{
	background: url(../images/img-littleArrowList.png) no-repeat  100% 50% #dee6e9;
	width: 40%;
	background-size: contain;
}
select.selectCountry{
	background: url(../images/img-littleArrowList.png) no-repeat  100% 50% #dee6e9;
	width: 50%;
	background-size: contain;
}
select.selectRegion{
	background: url(../images/img-littleArrowList.png) no-repeat  100% 50% #dee6e9;
	width: 40%;
	background-size: contain;
}
select.selectStreet{
	background: url(../images/img-littleArrowList.png) no-repeat  100% 50% #dee6e9;
	width: 40%;
	background-size: contain;
}
select.selectGender{
	background: url(../images/img-littleArrowList.png) no-repeat  100% 50% #dee6e9;
	width: 50%;
	background-size: contain;
}
select.selectAddSubject:hover{
	box-shadow: 0px 0px 4px #c3c6c7;
}

input.inputFieldAddSubject:hover {
	box-shadow: 0px 0px 4px #c3c6c7;
}

div.headerNoteAddSubject{
	width: 100%;
	margin: 2vw 0 0 0;
	height: 1em;
	text-align: center;
	font-size:  var(--font-size-15-px);
	color: #98a9b1;
	font-family: FontR;
	
}

.toBottom {	
	/*height: 40px;*/
	/*position: absolute;*/
	left:0px;
	right:0px;
	margin: 1vw auto;
}

.addNewRegion,
.addNewTown,
.addNewStreet{
	border-radius: 0.2vw;	
	padding: 0.3em;
	background: #ff5e5e;
	cursor: pointer;
	width: fit-content;
	height: fit-content;
}

.addNewStyle{
	background: url(../images/img-littlePlusikCustomFile.png) center no-repeat ;
	background-size: contain;
	transition: 0.2s;
	width: 0.8em;
	height:  0.8em;
	z-index: 1000;
}
.qTipClassAddNewAddressEntity{	
	/*height: 200px;*/
	width: 350px;
	font:FontR;
	font-size:inherit;
	background-color: #b1bac7;
	white-space: pre-line;
	color: #313638;
	border-radius: 5px;
	border-width: 1px;
	border-color: #646464;
}

input.selectEmployeeDelegateTrigger.backColor {
	background-color: #4d9ed7;	
}

.profileInfoDelegateSection {
	margin: 10px 0 10px 0;
	padding: 15px 0 15px 0;
	background-color: #eaf0f3;
	border-bottom: 1px solid #cfdee6;
	border-top: 1px solid #cfdee6;
}

.profileInfoChangePassSection {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.passChangeProfileSection {
	background-color: #c5d3d8;
}


.qTipClassAddFiz {
	background-color: #f9fafb !important;
	width: 50vw;
}