﻿@charset "utf-8";

@font-face {
    font-family: "FregatRegular";
    src: url("../fonts/FregatRegular/FregatRegular.eot");
    src: url("../fonts/FregatRegular/FregatRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/FregatRegular/FregatRegular.woff") format("woff"),
    url("../fonts/FregatRegular/FregatRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "FregatBold"; */
@font-face {
    font-family: "FregatBold";
    src: url("../fonts/FregatBold/FregatBold.eot");
    src: url("../fonts/FregatBold/FregatBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/FregatBold/FregatBold.woff") format("woff"),
    url("../fonts/FregatBold/FregatBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "FregatItalic"; */
@font-face {
    font-family: "FregatItalic";
    src: url("../fonts/FregatItalic/FregatItalic.eot");
    src: url("../fonts/FregatItalic/FregatItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/FregatItalic/FregatItalic.woff") format("woff"),
    url("../fonts/FregatItalic/FregatItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "FregatBoldItalic"; */
@font-face {
    font-family: "FregatBoldItalic";
    src: url("../fonts/FregatBoldItalic/FregatBoldItalic.eot");
    src: url("../fonts/FregatBoldItalic/FregatBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/FregatBoldItalic/FregatBoldItalic.woff") format("woff"),
    url("../fonts/FregatBoldItalic/FregatBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

html, body{
	position:relative;
	display:block;
	padding:0;
	margin:0;
	height:100%;
	overflow:hidden;
	font-size:14px; 
	font-family:FregatRegular;
}

#header{
	position:absolute;
	display:block;
	z-index:99999;
	width:100%;
	height:40px;
	top:0;
	left:0;
	background:#000;
	box-shadow: 0 0px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.5);
}

#block_black{
	position:fixed;
	display:none;
	top:0;
	left:0;
	width:100%; 
	height:100%;
	background-color:#262626;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	z-index:99998;
}

#block_popup{
	position:fixed;
	display:none;
	top:30%;
	left:50%;
	width:440px;
	margin-left:-250px;
	z-index:99999;
	background:none;
	padding:0;
	text-align:left;
}

#lightbox{
	position:fixed;
	z-index:99999;
	background:#FFF;
	padding:20px;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}


#content{
	overflow:auto;
	position:relative;
	height:100%;
	background:#f5f5f5;
}

.all #content{position:absolute;width:100%;height:auto;top:0;right:0;bottom:0;left:0;}

.all #content{top:0px;_h:expression(function(t){var h = document.body.clientHeight;if(t.h!= h){t.h = h;t.style.height =(h-0)+'px';}}(this));}

#center {
	display:block;
	margin:0 auto;
}

#right{float:right;width:250px; height:100%; min-height:100%;}
#left{height:100%; min-height:100%; overflow:auto;}

.textarea{
	box-sizing:border-box;
	width:100%;
	font-size:15px; 
	font-family:FregatRegular;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 1px;
	background:#f5f5f5;
	outline:none;
	resize:none;
	padding:4px;
}

.textarea:focus{
	border: none;
	border-bottom: 2px solid #43A047;
	margin-bottom: 0;
}

@-moz-document url-prefix(){.but {padding-bottom:2px;}}


.but_a
{
	border: 0;
	position: relative;
	padding: 9px 16px 8px 16px;
	margin: 2px;
	font-family:FregatBold;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #43A047;
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
	outline: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	display: inline-block;
	text-shadow: 0 1px rgba(0,0,0,0.3);
}

.but_a:active
{
	transform: translate(0px,1px);
	-webkit-transform: translate(0px,1px);
	box-shadow: 0 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0px 3px rgba(0,0,0,0.3);
}

.but_a:hover, .but_a:focus{
	cursor: pointer;
	color: #FFF;
}

.but
{
	border: 0;
	position: relative;
	padding: 9px 16px 8px 16px;
	margin: 0px;
	float: left;
	font-family:FregatBold;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #43A047;
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
	outline: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow: 0 1px rgba(0,0,0,0.3);
}

.but:active
{
	transform: translate(0px,1px);
	-webkit-transform: translate(0px,1px);
	box-shadow: 0 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0px 3px rgba(0,0,0,0.3);
}

.but:hover, .but:focus{
	cursor: pointer;
	background-color: #388E3C;
}

.block_form_input{
	background:none;
	border: none;
	box-sizing:border-box;
}

.input{
	box-sizing:border-box;
	vertical-align:middle;
	width:100%;
	font-size:14px; 
	font-family:FregatRegular;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 1px;
	background:#F5f5f5;
	outline:none;
	resize:none;
	padding:9px 4px 7px 4px;
}

.input:focus{
	border: none;
	border-bottom: 2px solid #43A047;
	margin-bottom: 0;
}

::-webkit-input-placeholder {color:#e0e0e0; opacity:1;}/* webkit */
::-moz-placeholder          {color:#e0e0e0; opacity:1;}/* Firefox 19+ */
:-moz-placeholder           {color:#e0e0e0; opacity:1;}/* Firefox 18- */
:-ms-input-placeholder      {color:#e0e0e0; opacity:1;}/* IE */

:focus::-webkit-input-placeholder {opacity:0;}/* webkit */
:focus::-moz-placeholder          {opacity:0;}/* Firefox 19+ */
:focus:-moz-placeholder           {opacity:0;}/* Firefox 18- */
:focus:-ms-input-placeholder      {opacity:0;}/* IE */

.block_form_but{
	display:inline-block;
}

a{
	color:#388E3C;
}

a:hover{
	color:#2E7D32;
}

label{
	background:none;
	width: 100%;
	margin-bottom: 10px;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	padding: 4px 4px 1px 4px;
	box-sizing:border-box;
	font-size:13px;
	cursor:pointer;
	display:inline-block;
	position:relative;
}

.block_r{
	background:url(../img/trans.png);
	padding:16px;
}

.block_page{
	text-align:center;
	padding-top: 12px;
}

.block_text{
	text-align:left;
	margin: 16px 0 0 0;
	box-sizing:border-box;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.block_text_sub{
	padding:16px;
	font-size:14px;
	font-family:FregatRegular;
	background: #fff;
	line-height: 18px;
}

.block_title{
	width: 100%;
	line-height: 16px;
	display: inline-block;
	font-size:18px;
	font-family:FregatBold;
	background: #f5f5f5;
	color:#000;
	padding:12px 11px 10px 16px;
	text-transform: uppercase;
	box-sizing:border-box;
	text-shadow: 0px 1px #fff;
}

.block_title a{
	text-decoration:none;
}

.big_font{
	font-size:18px;
	font-family:FregatBold;
	text-transform: uppercase;
}

.small_font{
	font-size:13px;
	font-family:FregatRegular;
	color: #424242;
	line-height: 13px;
}

.block_help{
	position:relative;
	background:#F5F5F5;
	color: #000;
	padding:10px;
	box-sizing:border-box;
}

.block_news{
	position:relative;
	width:496px; 
	min-width:496px; 
	display: table-cell; 
	background-color: #fff; 
	vertical-align: top;
	color: #000;
	margin-bottom: 16px;
	box-sizing:border-box;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	cursor: pointer;
}

.news_col{
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
}

.block_help_top{
	position:relative;
	line-height: 16px;
	font-size:18px;
	font-family:FregatBold;
	color:#000;
	padding:12px 11px 7px 16px;
	text-transform: uppercase;
	box-sizing:border-box;
	text-shadow: 0px 1px #fff;
}

.block_help img{
	border:8px solid #fff;
	background:#fff;
}

.span_bottom{
	margin:30px;
	display:inline-block;
	height:60px;
	text-align:left;
	width:400px;
	color:#333;
	font-size:14px;
	font-family:FregatRegular;
	line-height: 18px;
}

.block_glass{
	text-align:left;
	border:none;
	background-color:#43A047;
	width:190px;
	display:none;
	position:absolute;
	z-index:99999;
	color:#FFF;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.block_glass div.bgs{
	padding: 10px;
}


.block_glass a{
	display:inline-block;
	margin:6px;
	z-index:10000;
	text-decoration:none;
}

.top_menu{
	color:#FFF;
	text-decoration:none;
}

.top_menu_td_logo{
	text-align:center;
	color: #fff;
	vertical-align:top;
	font-size:18px;
	font-family:FregatBold;
	width:170px;
	min-width:170px;
	white-space: nowrap;
	text-transform: uppercase;
}

.top_menu_td_logo a{
	color:#FFF;
	text-decoration:none;
}

.top_menu_td_logo a:hover{
	color:#FFF;
	text-decoration:none;
}
.top_menu_td{
	text-align:left;
	vertical-align:top;
	font-size:18px;
	font-family:FregatBold;
	padding-left:38px;
	padding-top:9px; 
	min-width:110px;
	width:110px;
	background-position:left;
	background-repeat:no-repeat;
	text-transform: uppercase;
}

.top_menu_td a:hover{
	color:#43A047;
}

.top_menu_td_auth{
	text-align:left;
	vertical-align:middle;
	font-size:14px;
	font-family:FregatRegular;
	color:#FFF;
	padding-left:10px;
}

.top_menu_td_focus{
	text-align:left;
	vertical-align:top;
	background-color:#43A047;
	font-size:18px;
	font-family:FregatBold;
	padding-left:38px;
	padding-top:9px;
	min-width:152px;
	width:152px;
	background-image: none;
	text-transform: uppercase;
}


.top_menu_td_focus a{
	color:#fff;
	text-decoration:none;
	text-shadow: 0px 1px #1B5E20;
}

.top_menu_td_focus a:hover{
	color: #C8E6C9;
}


.menu_hover{background: #76b900; text-shadow:none;}

img {
	border: none;
	margin:0;
}

table.data{
	width:100%;
	border:#CCC solid 1px;
	border-collapse:collapse;
	font-size:11px;
}

table.data td{
	padding:4px;
	border:#fff solid 2px;
	text-align:center;
	height:22px;
}

table.data thead tr{
	background:#555;
	color:#fff;
}

table.data a{
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dashed;
	font-size:11px;
}

table.data a:hover{
	color:#7a0;
}

table.data tbody tr{
	background:#f0f0f0;
}