* {
  margin: 0;
  padding: 0;
}
@font-face {
	font-family: "r-Condensed-Regular";
	src: url(../fonts/RobotoCondensed-Regular.ttf) format("truetype");
}
@font-face {
	font-family: "r-Bold";
	src: url(../fonts/Roboto-Bold.ttf) format("truetype");
}
@font-face {
	font-family: "r-Regular";
	src: url(../fonts/Roboto-Regular.ttf) format("truetype");
}
body { margin:0; padding:0;}
input, select {
	border: 1px solid #BBB;
	font-size: 1.1em;
	border-radius: 7px;
	background-color: #fff;
}
input {
	height: 30px;
}
select {
	height: 34px;
}
hr {
  color: #3d6b99;
  background-color: #3d6b99;
  height: 1px; border: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearboth {
	clear: both;
}
.header {
	position:fixed;
	width:100%;
	height: 35px;
	left: 0px;
	top: 0px;
	background-color: #eef7fb;
}
.headerImg {
	margin-left: 20px;
	width: 55px;
	height: inherit;
	float: left;
	background-image: url('../pic/hlogo_nmfo.png');
	background-repeat: no-repeat;
	background-position: center;
}
.headerTxt {
  line-height: 35px;
  float: left;
  font-family: r-Condensed-Regular, sans-serif;
  font-size: 1em;
  color: #3d6b99;
  padding-left: 5px;
  white-space: nowrap;
}
.msgTxt {
  font-family: r-Condensed-Regular, sans-serif;
  font-size: 1.5em;
  text-align: center;
  color: #3d6b99;
  white-space: nowrap;
}
.msgTxt  p {
  font-size: 2em;
}
.outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 85%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  /*whatever width you want*/
}
.inner2 {
  margin-left: auto;
  margin-right: auto;
  width: 660px;
  /*whatever width you want*/
}
.tabBlock {
  margin-top: 35px;
  width:100%;
  height: 36px;
  border: 1px #3d6b99 solid;
  border-top:none;
  border-right:none;
  border-left:none;
  background-color: #eef7fb;
}
.headerLog {
	height: inherit;
  background-color: #fff;
  #border-right:none !important;
  width: 133px !important;
	line-height:35px;
}
.headerLogPic {
  background: url(../pic/login_arrow.png) no-repeat scroll left center;
  background-size: 20px;
  float: left;
  width: 20px;
  display: block;
  margin-left: 3px;
  height: 35px;
}
.headerLogTxt {
  color: #3d6b99;
  font-family: r-Condensed-Regular, sans-serif; font-size: 1em;
  float: left;
  display: block;
  width: calc(100% - 26px);
  text-align: center;
  margin-right: 3px;
}
.headerReg {
  width: 120px !important;
	height: inherit;
  background-color: #fff;
	line-height:35px;
}
.headerRegPic {
  background: url(../pic/add-square-button.png) no-repeat scroll left center;
  background-size: 22px;
  float: left;
  width: 22px;
  display: block;
  margin-left: 5px;
  height: 35px;
}
.headerRegTxt {
  color: #3d6b99;
  font-family: r-Condensed-Regular, sans-serif; font-size: 1em;
  float: left;
  display: block;
  width: calc(100% - 30px);
  text-align: center;
  margin-right: 3px;
}
.headerRem {
  width: 180px !important;
	height: inherit;
  background-color: #fff;
  #border-left:none !important;
	line-height:35px;
}
.headerRemPic {
  background: url(../pic/key-logic.png) no-repeat scroll left center;
  background-size: 20px;
  float: left;
  width: 20px;
  display: block;
  margin-left: 3px;
  height: 35px;
}
.headerRemTxt {
  color: #3d6b99;
  font-family: r-Condensed-Regular, sans-serif; font-size: 1em;
  float: left;
  display: block;
  width: calc(100% - 28px);
  text-align: center;
  margin-right: 3px;
}
.tabBlock > a > div {
  width: 180px;
	float:right;
  background-color: #d0d0d0;
  border: 1px #3d6b99 solid;
  border-bottom: none;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
	cursor: pointer;
  margin-right: 10px;
}
}
.tabBlock > a > div:hover {
	color: #3d6b99;
	background-color: #dbedff;
}
.show {
	color: #3d6b99;
	background-color: #fff !important;
	border: 1px #3d6b99 solid;
  padding-bottom: 1px;
}
.body {
	position: absolute;
	margin-top: 72px;
	width: 100%;
	height: calc(100% - 142px);
	#background-image: url("../pic/bc_lines.jpg");
  background-color: #fff;
	background-position: center top;
	background-repeat: repeat;
  overflow-y: auto;
	clear: both;
}
.formtd {
	background-image: url("../pic/form.png");
	background-position: center;
	background-repeat: no-repeat;
	margin: auto;
	width:360px;
	height: 200px;

}
.intxt {
	font-family: r-Regular, sans-serif;
	font-size: 1.3em;
	text-align: center;
	color: #3d6b99
}
.helptxt {
	margin: auto;
	background: rgba(0, 0, 0, 0) url("../pic/triangle.png") no-repeat scroll left center;
	width: 100px;
	height:30px;
	padding: 10px 10px 10px 25px;
	font-size: 1.1em;
	font-family: r-Medium, sans-serif;
	color: #3d6b99;
	text-decoration: none;
}

#tabLogDiv {
	display: none;
	margin: auto;
	position: absolute;
	width: 100%;
  background-color: #fff;
}
#tabRegDiv {
	display: none;
	margin: auto;
	position: absolute;
	width: 100%;
  background-color: #fff;
}
#tabRemDiv {
	display: none;
	margin: auto;
	position: absolute;
	width: 100%;
  background-color: #fff;
}
#recaptchaReg, #recaptchaRem {
	display: block;
	margin: 15px auto 0px;
	width:302px;
	height: 78px;
}
#recaptchaReg[rr="true"], #recaptchaRem[rr="true"] {
	border: 1px solid  #ff7979;
}
.footer {
	position:fixed;
	width: 100%;
	height: 65px;
	left: 0px;
    bottom: 0;
	text-align: center;
	background-color: #252828;

}
.footerDiv {
	background-color: #252828;
	width: 700px;
	height: inherit;
	margin: 0 auto;
}
.footerImg1 {
	background: #252828 url('../pic/hlogo_nmfo.png') no-repeat scroll left center;
  background-size: 45px;
	width: 45px;
	height: inherit;
	float: left;
	margin-left: 30px;
}
.footerDiv1 {
	float: left;
	width: 235px;
	height: inherit;
}
.footerP {
	font-family: r-Regular, sans-serif;
	font-size: 12px;
	color: white;
	text-align: left;
}
.fP1 {
	margin-top: 21px;
	margin-left: 10px;
}
.fP2 {
	margin-top: 19px;
	margin-left: 10px;
}
.footerImg2 {
	background: #252828 url('../pic/vertical_line.png') no-repeat scroll left center;
	width: 2px;
	height: inherit;
	float: left;
	margin-left: 7px;
}
.footerImg3 {
	background: #252828 url('../pic/footer_embl.png') no-repeat scroll left center;
  background-size: 50px;
	width: 50px;
	height: inherit;
	float: left;
	margin-left: 32px;
}
#j_username, #j_password {
	display: block;
	margin: 10px auto 0px;
	width: 300px;
	padding: 2.5px;
}
.buttOk {
	display: block;
	background-color: #3d6b99;
	border: 1px solid #252828;
	color: white;
	cursor: pointer;
	border-radius: 5px;
	height: 40px;
}
.buttOk:focus {
	background-color: #3d6b99;
	border: 1px solid #252828;
}
.inButt {
	width: 116px;
}
.regButt {
	width: 300px;
	height: 150px;
}
.remButt {
	width: 250px;
}
.guButt {
  background: #66b2ff url(../pic/gu.png) no-repeat scroll left center;
  background-size: 43px;
  width: 243px;
  text-align: right;
  padding-right: 5px;
}
.hrReg {
	width: 300px;
	margin: 30px
	auto 0px;
}
.divTable {
	display: table;
	#width: 608px;
	margin:auto;
}
#tabLogDiv > .divTable {
	margin-top: 12%;
}
#tabRegDiv > .divTable {
	margin-top: 105px;
}
#tabRemDiv > .divTable {
	margin-top: 12%;
}
.divCaption {
	display: table-caption;
	font-family: r-Regular, sans-serif;
	font-size: 1.3em;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	color: #3d6b99
}
.divRow {
	display: table-row;
	height: 45px;
}
.divCell {
	display: table-cell;
	#width: 608px;
	vertical-align: middle;
}
.mWidth {
	width: 598px;
	height: 85px;
	margin-top: 5px;
	text-align: justify;
}
#snils {
	width: 598px;
	text-align: center;
}
#region {
	width: 600px;
}
.divCell > #surname, #name, #patronymic {
	width: 190px;
	padding-left: 5px;

}
#birth_date, #email, #phone {
	width: 291px;
	padding-left: 5px;
}
#ui-datepicker-div {
	width: 291px;
}
#sex {
	width: 298px;
}
#snilsRem {
	width: 300px;
	text-align: center;
}
#infoHandleAgree {
	width: 25px;
	height: 25px;
	vertical-align: bottom;
	top: -3px;
}

.divCell > select>option:checked  {
    color: #3d6b99;
}
.agreement {
	text-align: justify;
}
.warning {
	width: 580px;
	font-family: 'Times New Roman';
	font-size: 1.1em;
	text-align: justify;
	display: block;
	background-color: #dbedff;
	border: 1px solid #BBB;
	border-radius: 10px;
	padding: 10px;
	position: relative;
	margin: -158px 0px 0px;
	visibility: hidden;
}
.warning::before, .warning::after {
    content: '';
    position: absolute;
    left: 290px; bottom: -31px;
    border: 15px solid transparent;
    border-top: 15px solid #BBB;
   }
.warning::after {
    border-top: 15px solid #dbedff;
    bottom: -30px;
   }
input[rr="true"], select[rr="true"], div[rr="true"] {
	border: 1px solid  #ff7979;
	background-color: rgba(255, 121, 121, 0.15);
}
input:focus, select:focus {
	outline: none;
	border: 1px solid #3d6b99;
	background-color: rgba(61, 107, 153, 0.15);
}
.msgToUser {
  visibility:hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  background-color: #687d90d9;
  cursor: pointer;
}
.msgToUser > div {
	width: 100%;
	min-height: 20px;
  position: static;
	display: block;
	font-size: 1.5em;
	#color: #6f0000;
	text-align: center;
	clear: both;
	margin-top: 200px;
}
.msgToUser > div[mtype="info"] {
	background-color: rgba(17, 146, 1, 0.30);
}
.msgToUser > div[mtype="error"] {
	background-color: rgba(187, 57, 57, 0.79);
}
