﻿body {
	background: #dfe3e6;
	color: #000000;
	font-family: Arial, 'Tahoma', sans-serif;
	text-align: center;
	margin: 0;
}

body.white {
	background: #ffffff;
}

h1 {
	font-family: Arial, 'Tahoma', sans-serif;
	font-size: 18pt;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Arial, 'Tahoma', sans-serif;
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: Arial, 'Tahoma', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 0;
}

h4 {
	text-align: left;
	font-family: Arial, 'Tahoma', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin: 0;
}

img {
	border: none;
	padding: 0 1px;
	vertical-align: bottom;
}

img.middle {
	border: none;
	vertical-align: middle;
}

img.top {
	border: none;
	vertical-align: top;
}

iframe {
	border-radius: 4px 4px 4px 4px;
	padding: 4px;
	background-color: #ffffff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
	border: 1px solid #4d5c80;
}

a {
	font-size: 10pt;
	text-decoration: none;
	color: #00559c;
	cursor: hand;
}

a:hover {
	color: #1180ff;
}

a.curr {
	font-size: 10pt;
	text-decoration: none;
	color: #00559c;
	background-color: #dfe3e6;
	cursor: hand;
}

a.curr:hover {
	color: #1180ff;
}

a.green {
	font-size: 10pt;
	text-decoration: none;
	color: #09703A;
	cursor: hand;
}

a.green:hover {
	color: #0C8F4A;
}

div {
	padding: 0;
	margin: 0;
	text-align: left;
}

div.disabled {
	background-color: #dfe3e6;
	pointer-events: none;
	opacity: 0.5;
}

div.selected {
	background: #dfe3e6;
}

header {
	display: block;
}

form {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, 'Tahoma', sans-serif;
	font-size: 10pt;
	font-weight: normal;
	list-style: none;
}

ul.size1 {
	width: 80px;
}

ul.size2 {
	width: 130px;
}

ul.size3 {
	width: 180px;
}

ul.size4 {
	width: 260px;
}

ul.size5 {
	width: 380px;
}

ul.size6 {
	width: 430px;
}

ul.size7 {
	width: 500px;
}

ul.uch {
	width: 720px;
}

li {
	list-style-type: none;
}

li.curr {
	width: 100%;
	background-color: #dfe3e6;
}

ul.wide li {
	padding: 2px 0 2px 0;
}

ul.uch li {
	margin-bottom: 5px;
	width: 720px;
}

ul.usercateg li {
	height: 18px;
}

ul.uch li.branch {
	margin-left: 20px;
	width: 700px;
}

p {
	text-align: left;
	font-family: Arial, 'Tahoma', sans-serif;
	font-size: 10pt;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

p.footer {
	color: #344779;
	text-align: center;
	font-family: Arial, 'Tahoma', sans-serif;
	font-size: 10pt;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

p.right {
	text-align: right;
}

p.projectTitleMain {
	font-size: 22pt;
	font-weight: bold;
	padding-bottom: 10px;
}

p.msg_red {
	color: #F00;
	font-weight: bold;
}

p.msg_green {
	color: #1ED227;
	font-weight: bold;
}

span {
	padding: 0;
	margin: 0;
}

span.menu {
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 11pt;
}

span.sprRed {
	color: #aa0000;
}

span.sprGreen {
	color: #00aa00;
}

span.branch {
	color: #aaaa00;
}

span.red {
	background-color: #e8dfdf;
}

span.green {
	background-color: #dfe9e0;
}

span.blue {
	background-color: #dfe0e9;
}

span.brown {
	background-color: #e5dfdf;
}

a:hover span.menu {
	color: #d4f0ff;
}

span.dropMenu {
	text-align: left;
	font-size: 11pt;
	color: #ffffff;
}

a:hover span.dropMenu {
	color: #d4f0ff;
}

span.tabMenu {
	display: block;
	color: #ffffff;
	text-align: center;
	font-size: 11pt;
}

a:hover span.tabMenu {
	color: #d4f0ff;
}

li.selected a span.tabMenu {
	display: block;
	color: #00559c;
	text-align: center;
	font-size: 11pt;
}

li.selected a:hover span.tabMenu {
	color: #1180ff;
}

span.linkMenu {
	display: block;
	text-align: left;
	font-size: 10pt;
}

span.linkMenuRight {
	display: block;
	text-align: right;
	font-size: 10pt;
}

#page {
	margin: 5px auto 10px;
	width: 940px;
	min-height: 700px;
	background: #ffffff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
	padding: 15px 20px 10px;
}

div.projectTitle {
	text-align: center;
	width: 940px;
	color: #344779;
	margin: 2px auto 0;
}

nav {
	padding: 0;
	margin: 0;
	float: none;
	height: 35px;
	background-image: url("../images_dou/MainMenuBG.png");
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	border: 1px solid #2a70ab;
	width: 100%;
	display: block;
}

ul.menu {
	padding: 0;
	margin: 0;
	float: none;
	height: 35px;
	display: table;
}

li.menuItemBorder {
	padding: 0;
	margin: 0;
	width: 0;
	height: 35px;
	border-left: 1px solid #2a70ab;
	border-right: 1px solid #6aafd2;
	display: table-cell;
}

li.menuItemLogo {
	margin: 0;
	text-align: center;
	height: 35px;
	width: 40px;
	padding: 0 8px 0;
	display: table-cell;
	background-image: url("../images_dou/MainMenuBG.png")\0/;
	/* -   IE8*/
	vertical-align: middle;
}

li.menuItem {
	margin: 0;
	color: #ffffff;
	height: 35px;
	line-height: 0.9;
	display: table-cell;
	vertical-align: top;
	background-image: url("../images_dou/MainMenuBG.png");
}

li.menuItem:hover {
	background-image: url("../images_dou/MainMenuBGSelect.png");
}

li.menuItemLogo:hover {
	background-image: url("../images_dou/MainMenuBGSelect.png");
}

li.menuItem a {
	display: table-cell;
	vertical-align: middle;
	min-width: 80px;
	height: 35px;
	line-height: 0.9;
	margin: 0;
	padding: 0 10px;
}

div.dropMenu {
	width: 265px;
	background-color: #2f80b5;
	color: #436a4d;
	border: 1px solid #2a70ab;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 0 0 4px 4px;
	display: none;
	position: absolute;
}

ul.dropMenuList {
	list-style: none;
	padding: 0;
}

ul.dropMenuList li {
	display: block;
	border-top: 1px solid #6aafd2;
	width: 100%;
	padding: 2px 0;
}

ul.dropMenuList li a {
	display: block;
	width: 245px;
	padding: 3px 10px;
	background-color: #2f80b5;
}

ul.dropMenuList li a:hover {
	background-color: #44a0d0;
}

div.menuTitle {
	float: left;
	padding: 8px 0 0 20px;
}

div.userDateInfo {
	float: right;
	text-align: left;
	right: 10px;
	margin: 0 20px 0 0;
}

div.menuData {
	margin: 6px 0 0 0;
	width: 100%;
	min-height: 50px;
}

div.menuDataArx {
	margin: 6px 0 0 0;
	width: 100%;
	min-height: 50px;
	background: #ffcccc;
}

div.tabMenu {
	margin: 6px 0 0 0;
	padding: 0 0 0 10px;
	height: 35px;
	border-bottom: 1px solid #9ea299;
}

ul.tabMenuList {
	list-style: none;
	display: table;
	height: 34px;
	padding: 0;
	margin: 0;
}

ul.tabMenuList li {
	margin: 0;
	padding: 0;
	line-height: 0.9;
	display: table-cell;
	vertical-align: top;
	height: 100%;
	text-align: center;
	line-height: 0.9;
	background-image: url("../images_dou/MainMenuBG.png");
	border-radius: 6px 6px 0 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	border: 1px solid #2a70ab;
	border-left: 1px solid #6aafd2;
}

ul.tabMenuList li:hover {
	background-image: url("../images_dou/MainMenuBGSelect.png");
}

ul.tabMenuList li.selected {
	background-image: url("../images_dou/TabMenuBG.png");
	border-bottom: 1px solid #ffffff;
	box-shadow: none;
}

ul.tabMenuList li a {
	display: table-cell;
	min-width: 30px;
	height: 34px;
	margin: 0;
	padding: 0 8px;
	color: #c4d2ff;
	vertical-align: middle;
}

div.linkMenu {
	/*margin: 16px 0 0 0;*/
	width: 100%;
	padding: 10px 0;
	/*border-top: 1px solid #9ea2b5;*/
	border-bottom: 1px solid #9ea2b5;
}

div.border {
	margin: 8px 0 0 0;
	width: 100%;
	border-top: 1px solid #9ea2b5;
}

ul.linkMenuList {
	list-style: none;
	width: 100%;
	display: table;
	padding: 0;
	margin: 0;
}

ul.linkMenuList li {
	padding: 0 10px;
	margin: 0;
	min-width: 30px;
	line-height: 0.9;
	display: table-cell;
	vertical-align: middle;
}

ul.linkMenuList li.right {
	float: right;
	padding: 0 15px;
}

div.content {
	min-height: 400px;
	width: 100%;
	display: table;
	margin: 0;
	padding: 20px 0 0 0;
}

div.leftMenu {
	display: table-cell;
	vertical-align: top;
	width: 190px;
	border-right: 1px solid #9ea2b5;
	line-height: 1.3;
}

div.leftMenuBtnContainer {
	height: 30px;
	padding: 10px 0 0 0;
	display: table;
}

div.leftMenuContainer {
	height: 30px;
	padding: 10px 0 0 0;
	display: block;
}

div.leftMenuBtn {
	display: table-cell;
	width: 25px;
	padding: 0 10px 0 0;
}

div.data {
	display: table-cell;
	vertical-align: top;
	min-height: 300px;
	margin: 0;
	padding: 0 0 0 20px;
}

ul.leftMenuList {
	list-style: none;
	padding: 10px 0;
	margin: 10px 15px 0 0;
	border-top: 1px solid #9ea2b5;
}

ul.leftMenuListWide {
	list-style: none;
	padding: 10px 0;
	margin: 10px 15px 0 0;
	border-top: 1px solid #9ea2b5;
}

ul.leftMenuListWide li {
	padding: 2px 0 2px 0;
}

input {
	height: 18px;
	color: #000000;
	font-family: Arial, 'Tahoma', sans-serif;
	font-size: 10pt;
	border: 1px solid #9ea2b5;
	border-radius: 4px 4px 4px 4px;
	/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);*/
	/*border: none;
	background-image: url("../images_dou/input2.png");
	background-position: -20px 0px;*/
}

input:focus,
textarea:focus {
	outline: none;
}

input[type="checkbox"] {
	height: 10px;
	border: 1px solid #9ea2b5;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

input[type="radio"] {
	height: 10px;
	border: 1px solid #9ea2b5;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

input[disabled] {
	background-color: #dfe3e6;
	color: #000000;
}

input[readonly] {
	background-color: #dfe3e6;
	color: #000000;
}

input.readonly {
	background-color: #dfe3e6;
	color: #000000;
	caret-color: transparent !important;
}

input:invalid,
textarea:invalid {
	outline: none;
	border: 1px solid #ff0000;
	box-shadow: 0 0 2px #ff0000;
}

input:invalid:focus,
textarea:invalid:focus {
	outline: none;
}

input:valid,
textarea:valid {
	border: 1px solid #c3c3c3;
}

label.required:after {
	content: " *";
	color: red;
}

select {
	height: 22px;
	width: 80px;
	color: #000000;
	font-family: Arial, 'Tahoma', sans-serif;
	font-size: 10pt;
	border: 1px solid #9ea2b5;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	background-color : #ffffff;
}

select[disabled] {
	background-color: #dfe3e6;
}

select:focus {
	outline: none;
}

select.gr {
	width: auto;
	height: auto;
	overflow: auto;
	border-radius: 0 0 0 0;
}

select:invalid {
	border: 1px solid #ff0000;
	box-shadow: 0 0 2px #ff0000;
}

select:invalid:focus {
	outline: none;
}

select:valid {
	border: 1px solid #c3c3c3;
}

input[type="submit"] {
	color: #ffffff;
	font-family: Arial, 'Tahoma', sans-serif;
	font-size: 11pt;
	height: 35px;
	padding: 8px;
	background-image: url("../images_dou/MainMenuBG.png");
	border: 1px solid #2a70ab;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	float: right;
	cursor: pointer;
	margin: 0 0 0 10px;
}

input[type="submit"].left {
	float: left;
	margin: 0 10px 0 0;
}

input[type="submit"].center {
	float: none;
}

input[type="submit"]:hover {
	color: #d4f0ff;
	background-image: url("../images_dou/MainMenuBGSelect.png");
}

input[disabled][type="submit"] {
	color: #ffffff;
	border: 1px solid #8aaabb;
	background-image: url("../images_dou/MainMenuBGDisabled.png");
	cursor: default;
}

input[type="button"] {
	color: #ffffff;
	font-family: Arial, 'Tahoma', sans-serif;
	font-size: 11pt;
	height: 35px;
	padding: 8px;
	background-image: url("../images_dou/MainMenuBG.png");
	border: 1px solid #2a70ab;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	float: right;
	cursor: pointer;
}

input[type="button"].left {
	float: left;
}

input[type="button"].center {
	float: none;
}

input[type="button"]:hover {
	color: #d4f0ff;
	background-image: url("../images_dou/MainMenuBGSelect.png");
}

input[disabled][type="button"] {
	color: #ffffff;
	border: 1px solid #8aaabb;
	background-image: url("../images_dou/MainMenuBGDisabled.png");
	cursor: default;
}

input.size1 { width: 60px; }

input.size2 { width: 100px; }

input.size25 { width: 140px; }

input.size3 { width: 180px; }

input.size4 { width: 240px; }

input.size5 { width: 400px; }

input.size6 { width: 530px; }

input.size7 { width: 660px; }

select.size1 { width: 80px; }

select.size2 { width: 120px; }

select.size3 { width: 180px; }

select.size4 { width: 240px; }

select.size5 { width: 400px; }

select.size6 { width: 530px; }

select.size7 { width: 660px; }

select.hsize6 { height: 120px;}

textarea {
	width: 700px;
	height: 120px;
	color: #000000;
	font-family: Arial, 'Tahoma', sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 1px solid #9ea2b5;
	border-radius: 4px 4px 4px 4px;
	/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);*/
}

textarea.size5 {
	width: 400px;
}

section {
	color: #000000;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	min-height: 35px;
	display: block;
	width: 100%;
	border-bottom: 1px solid #9ea2b5;
}

section.last {
	border: none;
}

div.row {
	margin: 0;
	padding: 0;
	min-height: 25px;
	display: table;
}

div.column0 {
	width: 30px;
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

div.column1 {
	width: 100px;
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

div.column2 {
	width: 140px;
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

div.column3 {
	width: 200px;
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

div.column4 {
	width: 280px;
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

div.column5 {
	width: 450px;
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

div.column6 {
	width: 570px;
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

div.column7 {
	width: 640px;
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

div.cell {
	padding: 3px 0 0 0;
	margin: 0;
	min-height: 25px;
	display: block;
}

div.cell0 {
	/*width: 30px;*/
	min-height: 25px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 3px 0 0 0;
}

div.cell1 {
	width: 100px;
	min-height: 25px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 3px 0 0 0;
}

div.cell2 {
	width: 140px;
	min-height: 25px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 3px 0 0 0;
}

div.cell3 {
	width: 200px;
	min-height: 25px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 3px 0 0 0;
}

div.cell4 {
	width: 280px;
	min-height: 25px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 3px 0 0 0;
}

div.cell45 {
	width: 362px;
	min-height: 25px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 3px 0 0 0;
}

div.cell5 {
	width: 450px;
	min-height: 25px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 3px 0 0 0;
}

div.cell6 {
	width: 570px;
	min-height: 25px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 3px 0 0 0;
}

div.cell7 {
	width: 640px;
	min-height: 25px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 3px 0 0 0;
}

footer {
	margin: 0;
	padding: 0;
	height: 50px;
	width: 100%;
	text-align: center;
	display: block;
}

iframe.table {
	border-radius: 0 0 0 0;
	box-shadow: none;
	display: block;
	width: 730px;
	height: 30px;
	overflow-x: auto;
	overflow-y: visible;
	border: none;
	margin: 0;
	padding: 0;
}

iframe.wideTable {
	border-radius: 0 0 0 0;
	box-shadow: none;
	display: block;
	width: 920px;
	height: 30px;
	overflow-x: auto;
	overflow-y: visible;
	border: none;
	margin: 0;
	padding: 0;
}

iframe.spra {
	border-radius: 0 0 0 0;
	box-shadow: none;
	min-height: 700px;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

iframe.sprb {
	border-radius: 0 0 0 0;
	box-shadow: none;
	min-height: 700px;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #9ea2b5;
}

div.tableContainer {
	overflow-x: auto;
	max-width: 900px;
}

table.tree {
	width: 100%;
	cursor: default;
	border: none;
}

table.tree td {
	cursor: default;
	border: none;
}

div.projectInfo {
	padding: 0;
	margin: 30px auto;
	display: table;
}

div.bigLogo {
	min-width: 100px;
	height: 160px;
	display: table-cell;
	vertical-align: bottom;
	text-align: left;
}

div.projectTitleMain {
	min-width: 400px;
	height: 160px;
	display: table-cell;
	vertical-align: bottom;
	text-align: left;
}

div.version {
	margin: 10px auto;
	display: block;
	width: 130px;
	text-align: center
}

div.login {
	margin: 30px auto;
	display: table;
}

div.loginColumn1 {
	display: table-cell;
	width: 60px;
}

div.loginColumn2 {
	display: table-cell;
	width: 140px;
}

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input[type="file"] {
	position: relative;
	left: 24px;
	top: 2px;
	text-align: right;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

#notice {
	width: 27px;
	float: left;
	border-right: 1px solid #CCC;
	margin-right: 3px;
	vertical-align: middle;
}

#lgota {
	width: 21px;
	float: left;
	border-right: 1px solid #CCC;
	margin-right: 3px;
	font-weight: bold;
	vertical-align: middle;
}

#n_list {
	width: 100%;
	color: #333;
	overflow: auto;
	height: 400px;
	max-height: 400px;
}

#n_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#n_list li {
	margin: 0;
	list-style: none;
	list-style-image: none;
	height: 16px;
	text-align: left;
	cursor: pointer;
}

#n_list li a {
	display: block;
	padding: 1px 1px 5px 0.5em;
	background-color: #FFFFF5;
	color: #000;
	text-decoration: none;
	width: 100%;
	width: auto;
}

#n_list li:hover,
#n_list li a:hover {
	background-color: rgb(237, 239, 241);
}

.phone_prefix {
	position: relative;
}
.phone_prefix input {
	padding-left: 10px;
	width: 90px;
}
.phone_prefix span {
	position: absolute;
	padding: 2px 2px;
	pointer-events: none;
	color:#636363;
}

div.scroll_list {
	width: 100%;
	overflow:auto;
	border: 1px solid #c3c3c3;
	border-radius: 4px 4px 4px 4px;
}
.scroll_list .header {
	z-index: 100;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0;
	height: 20px;
	padding: 2px;
	text-align: center;
	background-color: #dfe3e6;
	border-bottom: 1px solid #c3c3c3;
}
.scroll_list .footer {
	z-index: 100;
	position: fixed;
	bottom:0px;
	left: 0;
	right: 0;
	height: 35px;
	padding:2px;
	text-align: center;
	background-color: #dfe3e6;
	border: 0px;
}
.scroll_list.noborder{
	border: 0;
}
.scroll_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	overflow: auto;
}
.scroll_list li {
	padding: 1px 10px 1px 1px;
	margin: 0px;
	text-align:left;
	width: auto;
	text-align: justify;
	word-wrap: break-word;
	white-space: normal;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	border-bottom: 1px solid #c3c3c3;
}
.scroll_list li input{
	width:10px;
	position:relative;
	left: 0px;
	vertical-align:middle;
}
.scroll_list li label{
	width:92%;
	position:relative;
	left: 10px;
	display:inline-block;
	vertical-align:middle;
}
.scroll_list li:hover {
	background-color: #efefef;
	background: linear-gradient(to top, #f7f7f7 0%, #efefef 100%);
	cursor: default;
}
.scroll_list li a:hover {
	background-color: #efefef;
	background: linear-gradient(to top, #f7f7f7 0%, #efefef 100%);
	cursor: default;
}
.scroll_list li a {
	display: block;
	color: #000;
	text-decoration: none;
	width: 100%;
}
.scroll_list li a {
	width: auto;
}
.child_obj {
	position: relative;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 800px;
	
}

fieldset {
	border: none;
	font:80%/1 sans-serif;
}

.loader_back {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0;
	bottom: 0;
	background-color:rgba(0, 0, 0, 0.0);
	opacity: 0;
	pointer-events: none;
	transition: 0.5s all;
}

.loader_back.active {
	background-color:rgba(0, 0, 0, 0.1);
	opacity: 1;
	pointer-events: all;
	transition: 0.5s all;
}

div.loader {
	border: 12px solid #f3f3f3;
	border-radius: 50%;
	border-top: 12px solid #444444;
	width: 70px;
	height: 70px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}

div.loader_progress {
	display: grid;
	align-items: center;
	text-align: center;
	width: 55px;
	height: 40px;
	background: #e5e5e5;
	text-shadow: #fff 1px 0 10px;
	opacity: 0;
}

div.loader_progress.active {
	opacity: 1;
}

div.center {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.progress-bar {
	width: 100%;
	background-color: #e0e0e0;
	padding: 2px;
	border-radius: 5px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
}

.progress-bar-fill {
	display: block;
	height: 22px;
	background-color: #2b71b9;
	background-image: url("../images_dou/MainMenuBG.png");
	border-radius: 3px;
	transition: width 500ms ease-in-out;
}
.progress-bar-indicator {
	padding: 1px;
	color: #ffffff;
	width: 100%;
	text-align: center;
}

.popup_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.2);
	opacity: 0;
	pointer-events: none;
	transition: 0.5s all;
}

.popup_bg.active {
	opacity: 1;
	pointer-events: all;
	transition: 0.5s all;
}

.popup {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: fadeIn 0.5s;
	background: #fff;
	transition: 0.5s all;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
	border: 1px solid #c3c3c3;
	border-radius: 4px 4px 4px 4px;
}

.popup.active {
	transform: translate(-50%, -50%);
	animation: fadeIn 2s;
	transition: 0.5s all;
}

@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

.popup_close {
	position: absolute;
	top: 0px;
	right: 17px;
	cursor: pointer;
	font-size: 26pt;
}

.popup_msg_wnd {
	min-width: 200px;
	max-width: 500px;
	padding: 10px 10px 0 10px;
}

.popup_msg {
	max-height: 200px;
	overflow:auto;
	padding: 20px 0 0 0;
	text-align: justify;
}

.popup_footer {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 35px;
	display: block;
}

.popup_footer a {
	display: table-cell;	
	vertical-align: middle;
	height: 35px;
	margin: 0;
	padding: 0 10px;
}
