html, body {
	height: 100%;
	margin: 0px;
}
*{
	margin:0;
	padding:0;
	box-sizing:border-box
}
body{
	margin:0px;
	background-color:#fff;
	color:#575757;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}
header{
	position:fixed;
	display:flex;
	justify-content:center;
	align-items:center;
	left:0;
	width:100%;
	height:50px;
	top:0;
	z-index:50;
	background-color:#fff;
	box-shadow:0 1px 5px 1px rgba(0,0,0,.2);
	border-bottom:1px solid #ccc;
}
.logo {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	position:fixed;
	z-index:70;
	top:0;
	left:0;
	height:50px;
	color:#1c75bc;
}
.logo img{
	width:147px;
	height:50px;
}
.logo .project{
	display:flex;
	flex-direction:column;
	justify-content: space-between;
	align-items:flex-start;
	font-size:130%;
	font-weight:700;
}
.logo .project .prolongation{
	display:flex;
	flex-direction:row;
	text-transform:lowercase;
	font-size:70%;
	font-weight:500;
}
.prolongation a{
	padding-left:10px;
	text-transform:lowercase;
	color:#1c75bc;
}
.divider {
	margin-top:20px;
}
.dws-menu *{margin:0;padding:0;z-index:55;}
.dws-menu ul,.dws-menu ol{list-style:none}
.dws-menu > ul{display:flex;justify-content:flex-start;}
.dws-menu > ul li{position:relative;border-right: 1px solid #c7c8ca;white-space:nowrap}
.dws-menu > ul li:first-child{border-left: 1px solid #b2b3b5;}
.dws-menu > ul li:last-child{border-right: 1px solid #babbbd;}
.dws-menu > ul li > a i.fa{position: absolute;top: 15px;left: 12px;font-size: 18px;}
.dws-menu > ul li a{
	display: block;
	background: rgb(201,201,201); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(201,201,201,1) 0%, rgba(246,246,246,1) 2%, rgba(196,197,199,1) 98%, rgba(117,117,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(246,246,246,1) 2%,rgba(196,197,199,1) 98%,rgba(117,117,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(201,201,201,1) 0%,rgba(246,246,246,1) 2%,rgba(196,197,199,1) 98%,rgba(117,117,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#757577',GradientType=0 ); /* IE6-9 */
	padding: 15px 20px;
	font-size: 14px;
	color: #454547;
	text-decoration: none;
	text-transform:uppercase;
	transition: all 0.3s ease;
}
.dws-menu li a:hover{
	background: rgb(224,225,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(224,225,229,1) 0%, rgba(69,69,71,1) 2%, rgba(69,69,71,1) 98%, rgba(224,225,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(224,225,229,1) 0%,rgba(69,69,71,1) 2%,rgba(69,69,71,1) 98%,rgba(224,225,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(224,225,229,1) 0%,rgba(69,69,71,1) 2%,rgba(69,69,71,1) 98%,rgba(224,225,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1e5', endColorstr='#e0e1e5',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	box-shadow: 1px 5px 10px -5px black;
	transition: all 0.3s ease;
}
.dws-menu .selected{
	background: rgb(224,225,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(224,225,229,1) 0%, rgba(69,69,71,1) 2%, rgba(69,69,71,1) 98%, rgba(224,225,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(224,225,229,1) 0%,rgba(69,69,71,1) 2%,rgba(69,69,71,1) 98%,rgba(224,225,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(224,225,229,1) 0%,rgba(69,69,71,1) 2%,rgba(69,69,71,1) 98%,rgba(224,225,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1e5', endColorstr='#e0e1e5',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	box-shadow: 1px 5px 10px -5px black;
	transition: all 0.3s ease;
}
/*************************** Выпадающие пункты первого уровня */
.dws-menu li ul{
	position: absolute;
	min-width: 100%;
	display: none;
}
.dws-menu li > ul li{
	border: 1px solid #c7c8ca;
}
.dws-menu li > ul li a{
	padding: 10px;
	text-transform: none;
	background: #e4e4e5;
}
.dws-menu li > ul li ul{
	position: absolute;
	right: -150px;
	top: 0;
}
.dws-menu li:hover > ul{
	display: block;
}
/*************************** Выпадающие пункты второго уровня */
.dws-menu li ul li ul {
	top: 0;
	left: 200px;
	margin: 0px;
	box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-o-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-ms-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);	
}
.dws-menu [type="checkbox"], .dws-menu label.toggleSubmenu{
	display: none;
}
.dws-menu label.toggleMenu{
	background: rgb(201,201,201); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(201,201,201,1) 0%, rgba(246,246,246,1) 2%, rgba(196,197,199,1) 98%, rgba(117,117,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(246,246,246,1) 2%,rgba(196,197,199,1) 98%,rgba(117,117,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(201,201,201,1) 0%,rgba(246,246,246,1) 2%,rgba(196,197,199,1) 98%,rgba(117,117,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#757577',GradientType=0 ); /* IE6-9 */
	display: none;
	padding: 15px 40px;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
	position: relative;
}
.dws-menu label.toggleMenu .fa{
	position: absolute;
	top: 15px;
	left: 12px;
	font-size: 18px;
}
.auth{
	display:block;
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	background:url('/img/bg.jpg') no-repeat center center fixed;
	background-size:cover;
	opacity:0.4;
	filter: alpha(opacity=40);
    overflow: auto;
}
.authanticate{
	width: 360px;
	height: 560px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity:1;
	filter: alpha(opacity=100);
	background-color:#fff;
	padding: 10px;
	color:#000;
	font-size:120%;
	border: 2px solid #dedede;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
}
p.head{
	text-align:center; /* Выравнивание по ширине */
	font-weight:bold;
}
p.text{
	text-indent:1.5em; /* Отступ первой строки */
	text-align:justify; /* Выравнивание по ширине */
}
table.main{
	padding: 3px 7px;
	border-spacing: 7px 10px;
    border-collapse: collapse;
	margin-top:25px;
}
.table{
	border-collapse:collapse;
}
.table tbody tr:nth-child(odd){
	height:30px;
	background:#bbf5fd
}
.table tbody tr:nth-child(even){
	height:30px;
	background-color: #ffffff
}
.table tbody td{
	padding:3px;
}
tr.title td{
	color:#23598c;
	font-size:100%;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#f9f9f7;
	border: 1px solid #c1c1bc;
}
tr.head{height:20px; font-size:90%; color:#1C75BC; font-weight:normal; text-align:center; vertical-align:middle}
tr.head td, th{
	padding:5px;
	text-align:center;
	vertical-align:middle;
	font-size: 90%;
	color: #1C75BC;
	text-decoration: none;
	background-color:#D3E4F2;
	border: 1px solid #c9c9c9;
}
tr.body td{font-size:90%; border: 1px solid #c9c9c9; padding:3px}
tr.body:hover{background-color:#e0e1e5;}
tr.body th{
	padding:5px;
	text-align:left;
	vertical-align:middle;
	font-size: 12px;
	color: #454547;
	text-decoration: none;
	border: 1px solid #c9c9c9;
}

td.bb{height:30px; text-align:right; vertical-align:middle; white-space:nowrap}
td.bb a{text-decoration:none}
tr.chfin td{height:30px; font-size:12px; border: 1px solid #c9c9c9; padding-left:5px; padding-right:5px; background-color:#fff}
.freeze-table{
	width:100%;
	height:750px;
}
.scroll-table{
	height: 750px; /* высота нашего блока */
	width: 1850px; /* ширина нашего блока */
	background: #fff; /* цвет фона, белый */
	border: 1px solid #c1c1c1; /* размер и цвет границы блока */
	overflow-x: scroll; /* прокрутка по горизонтали */
	overflow-y: scroll; /* прокрутка по вертикали */
}
.plan_tbl{display:table;width:1850px;position:relative;margin-top:60px}
.row_balance_top{display:table-row; position:fixed; top:50px; height:30px; background-color:#1C75BC}
.row_balance_bottom{display:table-row; position:relative; height:30px; background-color:#1C75BC}
.row_head{display:table-row; position:fixed; top:80px; height:30px; background-color:#1C75BC}
.col_head{display:table-column; height:30px; line-height:30px; color:#fff; border:1px solid #c9c9c9; float:left; font-size:90%; font-weight:bold}
.col_body{display:table-column; height:100%; font-size:90%; line-height:30px; border:1px solid #c9c9c9; float:left;}
.plan_form{
	height:100%;
	min-height:28px;
	margin:0;
	padding:0;
	width:100px;
	color:#3A5C84;
	text-align:right;
}
.sel{
	display:inline-block;
	width:360px;
	height:43px;
	line-height:52px;
	background:#f1f1f1;
	color:#777;
	text-align:center;
	font-weight:700;
	font-size:18px;
	cursor:pointer
}
tr.body td{
	border: 1px solid #C1C1BC;
	padding: 3px 7px;
	cursor:pointer;
}
tr.bbody td{
	border: 1px solid #C1C1BC;
	padding:2px;
	cursor:pointer;
	font-weight:bold;
}
.view_head{
	color:#23598C;
}
.hanging{position:fixed;top:70px;left:68%}
input[type=text], select, input[type=password]{
	overflow:hidden;
	box-shadow: 0 1px 0 #f5f5f5 inset;
	transition: all 0.5s linear;
	color:#3A5C84;
	border:1px solid #ccc;
	border-radius:3px;
	margin-top:2px;
	box-sizing:border-box;
	padding:3px;
	font-size:12px;
	line-height:20px;
}
.button{
	padding-top:2px;
	padding-right:8px;
	padding-bottom:2px;
	padding-left:8px;
}
.fieldName{
	text-align:left;
	padding-left:5px;
	font-weight:bold;
}
select{
	height:30px;
}
.empty {
	border: 1px solid red;
}
.money{
	white-space: nowrap;
	text-align:right;
}
.bold{
	font-weight:bold
}
.container{position:relative;margin:0 auto;padding:50px 15px 15px 15px;width:100%;box-sizing:border-box;background-color:#fff}
headline{display:block;margin:25px 15px 5px;padding-bottom:5px;color:#23598c;font-size:120%;font-weight:600;}
headline2{display:block;margin:20px auto;color:#23598c;font-size:100%;font-weight:600;}
.sbutton{width:150px;height:43px;line-height:43px;padding:10px 25px;text-align:center;text-decoration:none!important;cursor:pointer;text-shadow:1px 1px 1px rgba(0,0,0,.5);color:#fff;padding:0 8px;border-radius:4px;display:-moz-inline-box;display:inline-block;zoom:1;*display:inline;box-shadow:1px 1px 3px rgba(0,0,0,.5);background-color:#19d;border-bottom:1px solid #16b;border-right:1px solid #16b;background-image:linear-gradient(to bottom,#19d,#16b)}
.sbutton:active{color:#f80}
.sbutton:hover{border-radius:7px;background-color:#16b;background-image:linear-gradient(to bottom,#16b,#19d)}
.btn{padding:5px;text-align:center;border:1px solid #ccc;border-radius:5px;text-decoration:none;color:#000;background-color:#fff;text-decoration:none;height:30px}
.btn:hover, .btn:focus{background-color:#e6e6e6;color:#000; text-decoration:none;}
.input_form{
	width:180px;
	height:30px;
	overflow:hidden;
	box-shadow: 0 1px 0 #f5f5f5 inset;
	transition: all 0.5s linear;
	color:#3A5C84;
}
footer{margin:0 auto;padding:15px;max-width:1150px;min-width:280px;font-size:12px;box-sizing:border-box}
footer .copyright{display:block;position:relative; margin-left:10px;color:#aaa;padding-top:12px;font-size:11px;line-height:20px}
.comment{font-size:80%; color:#2F4F4F; line-height:1.3}
.hoverlist{
	background-color:#006699;
	cursor:pointer;
	margin-top:0px;
	z-index: 1000;
}
.help {
	position:fixed;
	height:50px;
	width:100%;
	top:0;
	left:0;
	background:#01a8bf;
	color:#fff;
	font-weight:normal;
	text-align:center;
	padding-top:10px;
	display:none;
	font-size:120%;
	z-index:1000
}
/*************************** Окно и меню для ввода персональных данных  */
.menuPersonal{
	border-bottom: 1px solid black; /* Линия снизу */
	font-weight: normal; /* Нормальное начертание */
	padding-top: 3px; /* Поля вокруг текста */
	padding-bottom: 3px; /* Поля вокруг текста */
	white-space: nowrap; /* Отменяем переносы текста */
	width: 220px;
}
.menuPersonalActive{
	border-bottom: 2px solid black; /* Линия снизу */
	font-weight: bold;
	padding-top: 3px; /* Поля вокруг текста */
	padding-bottom: 3px; /* Поля вокруг текста */
	white-space: nowrap;
	width: 220px;
}
.menuPersonal a{
	text-decoration:none;
}
.menuPersonalActive a{
	text-decoration:none;
}

.leftMenu td{
	vertical-align:top;
	border: 1px solid #ece9d8;
	padding-right:5px;
	line-height:20px;
}
.menuHead{
	background-color:#ffffff;
	font-weight: normal; /* Нормальное начертание */
	padding-top: 3px; /* Поля вокруг текста */
	padding-bottom: 3px; /* Поля вокруг текста */
	padding-left: 20px; /* Поля вокруг текста */
	white-space: nowrap; /* Отменяем переносы текста */
	background-image:url("/img/btn_doc.gif");
	background-position:left;
	background-repeat:no-repeat;
	width: 220px;
}
.menuHeadActive{
	background-color:#e7e7e7;
	font-weight: bold;
	padding-top: 3px; /* Поля вокруг текста */
	padding-bottom: 3px; /* Поля вокруг текста */
	padding-left: 20px; /* Поля вокруг текста */
	white-space: nowrap;
	background-image:url("/img/btn_doc.gif");
	background-position:left;
	background-repeat:no-repeat;
	width: 220px;
}
.menuHead a:link{
	text-decoration:none;
}
.menuHeadActive a:visited; a:hover, a:active, a:focus{
	text-decoration:none;
}
span.stretch {
    display:inline-block;
    -webkit-transform:scale(2,1); /* Safari and Chrome */
    -moz-transform:scale(2,1); /* Firefox */
    -ms-transform:scale(2,1); /* IE 9 */
    -o-transform:scale(2,1); /* Opera */
    transform:scale(2,1); /* W3C */
}