* {
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	height: 100%;
	font-family: "OpenSansLight", Verdana, Geneva, sans-serif;
	color: black;
}

.textInput{
	border: 1px solid #a7a9ac;
	height: 25px;
	vertical-align: middle;
	background-color: white;
}
.textInput.h20{
	height: 20px;
}

.btn {
	height: 30px;
	width: 70px;
	margin-top: 5px;
	border-radius: 0px;
	border: 1px solid #a7a9ac;

}

.b100{
	width: 100px;
}

label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
input[type='checkbox'] {
    padding: 0;
    margin:0;
    margin-right: 10px;
    vertical-align: bottom;
    position: relative;
    top: -2px;
}

.page{
	width: 100%;
}

.page-contents{
}

.menu-container{
	float: left;
	width: 250px;
	background-color: #efefef;
	overflow-y: auto;
	position: fixed;
	border-right: 1px solid #cccccc;
	top: 0px;
	bottom: 0px;
}

.menu-item{
	display: block;
	width: 100%;
	font-size: 12px;
	padding: 7px 3px 7px 5px;
	text-decoration: none;
	cursor: pointer;
	color: black;
}

.menu-item:hover{
	background-color: #dfdfdf;
}

span.menu-item{
	cursor: default;
}
span.menu-item:hover{
	background-color: transparent;
}

.menu-item.selected{
	font-weight: bold;
	background-color: #cccccc;
	cursor: default;
}

span.menu-item.selected{
	background-color: transparent;
}


.sub-item{
	padding: 5px 3px 5px 15px;
	font-size: 11px;
}

h1{
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	width: 100%;
	background-color: #f0f0f0;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 3px;
}


table{
	width: 100%;
	border: 1px solid #cccccc;
	border-spacing: 1px;
}

th{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #cccccc;
	padding: 5px;
}

td{
	font-size: 12px;
	background-color: #f0f0f0;
	padding: 3px;
}

tr:nth-child(even) td{
	background-color: #dfdfdf;
}


.row23 td{
	border-bottom: 1px solid gray;
}

.form{

}

.form .label{
	float: left;
	width: 49%;
	padding-right: 5px;
	text-align: right;
	height: 35px; line-height: 35px;
	vertical-align: top;
}

.form .inp-place{
	float: left;
	width: 49%;
	padding-left: 5px;
	min-height: 35px; line-height: 35px;
}

.form .inp-place input[type="text"]{
	width: 90%
}

.form .inp-place textarea{
	width: 90%;
	height: 50px;
	margin-top: 7px;
	margin-bottom: 3px;
	resize: none;
}


.form .row-error {
	clear: both;
	font-size: 10px;
	color: red;
	text-align: center;
	padding-left: 5px;

}

.form .row-error.left{
	text-align: left;
}

.silver{
	color: silver;
}

.news-date{
	font-size: 10px;
	color: gray;
	float: left;
}

.news-title{
	margin-left: 10px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

.news-title a{
	color: black;
}

.news-text{
	font-size: 12px;
	margin-left: 75px;
	margin-bottom: 20px;
	line-height: 20px;
}

.fl{
	float: left;
}

.p33{
	width: 33%
}

.date-skipper{
	font-size: 12px;
	font-weight: bold;
	color: black;
	padding: 10px 0px;
}
.date-skipper a{
	font-size: 11px;
	color: #555555;
	text-decoration: none;
}

th.off-day{
	color: red;
}

th.th-small{
	padding: 1px;
	font-size: 11px;
	font-weight: normal;
}

.cb-div{
	width: 20px;
	height: 20px;
	border: 1px solid #e0e0e0;
	cursor: pointer;
	padding: 0px;
}

.cb-td{
	padding: 0px;
	text-align: center;
}

.cb-label{
	padding: 0px;
	width: 20px;
	left: 50%;
	margin-left: -10px;
	position: relative;
}

.container{
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 250px;
	padding: 10px;
	overflow: auto;
}

.row23 td {
	border-bottom-color: red!important;
}


@font-face {
	font-family: 'HelveticaNeueCyr';
		src: url('/fonts/helveticaneuecyr-roman.woff')
		format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
		src: url('/fonts/helveticaneuecyr-bold.woff')
		format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'HeliosCond';
		src: url('/fonts/HeliosCondBold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
