div.report_meta
{
	margin-bottom: 10px;
}
.ui-jqgrid-bdiv tr.ui-state-highlight
{
	background:rgba(50,148,86,128);
}
.ui-jqgrid-bdiv tr.ui-state-highlight td
{
	color:#fff;
	border-color:#fff;
}
.ui-jqgrid-bdiv tr.ui-state-hover
{
	background:rgba(50,148,86,128);
}
.ui-jqgrid-bdiv tr.ui-state-hover td
{
	color:#fff;
	border-color:#fff;
}
div.cecutient_version
{
	margin-top: 5px;
	margin-left: 0px;
	float: left;
}
div.cecutient_version a.start_contrast_version
{
	display: block;
	margin-top: 30px;
	padding-left: 40px;
	padding-right: 15px;
	background-color: #254d61;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align:center;
	background-image: url("images/48/glasses_icon.png");
	background-repeat: no-repeat;
	background-position:  10px center;
}

.btnHeader {
    margin-top: 5px;
    margin-left: 12px;
    float: left;
    border-radius: 0;
    width: 211px;
}

a.btnHeaderLink {
    display: block;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #254d61;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}


div.module_title,
div.module.moduletype_dataview div.module_title
{
	font-size: 18px;
	margin-bottom:10px;
	color: #2d86ff;
	font-weight: normal;
}
h3
{
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 24px;
	color: #666;
}
div.container.breadcrumbs div.module.moduletype_breadcrumbs
{
	margin-top: 15px;
	padding: 0px;
}
/*Восстановление пароля*/
div.remind_pass
{
	margin-top: 20px;
}
div.remind_pass div.title
{
	background-color: #009640;
}
/*Авторизация*/
div.logincontainer {
    position: absolute;
    z-index: 15;
    padding: 0px;
    padding-top: 10px;
    right: 30px;
}
div.logincontainer a.login
{
	display: inline;
	line-height: 16px;
	text-decoration: underline;
	color: #559ef2;
	font-weight: bold;
	font-size: 14px;
}
.moduletable-login 
{
	display: none;
	z-index:15;
	position: absolute;
	padding: 0px 0px 0px 0px;
	top: 70px;
	right: 30px;
}
.moduletable-login form 
{
	margin-top: 2px;
	padding: 15px 14px 0px 14px;
	height: 115px;
}
.moduletable-login form
{
	background-color: #ffffff;
	border: 1px solid #28db7d;
}

.moduletable-login form table 
{
	border-collapse: collapse;	
}
.moduletable-login form table td 
{
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 12px;
	color: #444444;	
}
.moduletable-login form table td input[type=text],
.moduletable-login form table td input[type=password] 
{
	width: 158px;
	height: 19px;
	
}
.moduletable-login form table td input[type=text],
.moduletable-login form table td input[type=password] 
{
	border: 1px solid #28db7d;		
}

.moduletable-login form table td a.remindpass 
{
	color: #2d86ff;
	margin-top: 6px;
	margin-right: 15px;
	font-size: 12px;
}
.moduletable-login form .loginsubmit
{	
	border: none;
	padding: 0px;
	margin: 0px;
	width: 75px;
	height: 24px;
	font-size: 12px;
	float: right;
}
.moduletable-login.disable form .loginsubmit 
{
	background: url('images/69/login/login_dis_button.png') no-repeat top left;	
	color: #999999;
}
.moduletable-login.enable form .loginsubmit 
{
	background: url('images/69/login/login_ena_button.png') no-repeat top left;
	color: #555555;
}

/*Отчеты*/
div.report_title
{
	font-size: 18px;
	margin-bottom:10px;
	color: #333333;
	font-weight: normal;
}
div.report_meta div.actual_date
{
	font-size: 12px;
	color: #666;
	text-align: left;
}
div.report_meta div.actual_date select.period_switcher
{
	display: inline;
}
div.report_meta div.created_date
{
	font-size: 12px;
	color: #666;
	text-align: right;
}

/*Материалы*/
div.lastnews
{
	
}
div.lastnews ul li
{
    margin-bottom: 10px;
    display: box;
    box-orient: vertical;
    padding-bottom:0px;
    overflow:hidden;
    height:100%;
}
div.lastnews ul li+li
{
    padding-top:20px;
}
div.lastnews ul li.year_line+li
{
    padding-top:0px;
}
div.lastnews ul.with_images li+li.with_image
{
    margin-bottom: 0px;
    padding-top:50px;
    border-top:1px solid #eeeeee;
}
div.lastnews ul li.year_line
{
    margin-top:0px;
    margin-bottom:15px;
    padding:0px;
}
div.lastnews ul li+li.year_line
{
     margin-top: 35px;
}
div.lastnews ul li.year_line span
{
    display:inline-block;
    padding:2px;
    font-size:18px;
    font-weight:bold;
    color:#00a368;
    border-bottom:1px solid #00a368;
}
div.lastnews ul li span.date_line
{
	display: block;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	box-ordinal-group: 1;	
	margin-top: 0px;
	font-size: 14px;
	color: #444;
}
div.lastnews ul li.first span.date_line
{
	margin-top: 0px;
}
div.lastnews ul li span.title
{    	
	display: block;
	-webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
	
	margin-top: 4px;
	font-size: 18px;
	color: rgb(110,148,198);
}

div.lastnews ul li .module {
	margin-top: 10px;
}

div.lastnews ul li span.title a
{
	display: inline;
	color: #0151a4;	
	line-height: 30px;
	padding-bottom: 0px;
	border-bottom: 1px solid;
	border-bottom-color: #8dc0e3;
}
div.lastnews ul li span.title:hover a
{
	color: #0068d3;
	border-bottom-color: #559ef2;	
}
div.lastnews ul li span.title.unactive a
{
	border-bottom:0px;
}
div.lastnews ul li span.newsimage
{
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-box-ordinal-group: 3;
    	-moz-box-ordinal-group: 3;
	box-ordinal-group: 3;
	float:left;
}
div.lastnews ul li span.newsimage img
{
	max-height: 250px;
	max-width: 400px;
}

div.lastnews ul li span.contentimage
{
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-box-ordinal-group: 3;
   	-moz-box-ordinal-group: 3;
   	box-ordinal-group: 3;
	float: left;
}

div.lastnews ul li span.contentimage img
{
	max-height: 300px;
	max-width: 800px;
}

div.lastnews ul li span.desc
{
	display: block;
	-webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;	
	
	font-family: inherit;
	margin-top: 15px;
	color: #333;
	font-size: 15px;
	line-height: 20px;
}
div.lastnews ul li div.content_files_block
{
	margin-top: 5px;
}
div.lastnews ul li div.content_files_block:before
{
	content: "\0424\0430\0439\043b\044b:";
	font-size: 14px;
	color: rgb(140, 140, 140);	
	text-decoration:none;
	margin-right: 10px;
}
div.lastnews ul li div.content_files_block span
{
	font-size: 14px;
	border-bottom: 1px solid rgb(140, 140, 140);	
	color: rgb(140, 140, 140);
}
div.lastnews ul li div.content_files_block span img
{
	display: none;
}
div.lastnews ul li span.tags
{
	display: block;
	-webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    box-ordinal-group: 5;
    	
	margin-top: 10px;
	font-size: 14px;
	color: rgb(140, 140, 140);	
}
div.lastnews>ul>li>span.tags:before,
div.opendata>ul>li>span.tags:before 
{
	content: "\0422\0435\0433\0438:";
	font-size: 14px;
	font-weight:bold;
	color: rgb(140, 140, 140);	
	text-decoration:none;
	margin-right: 10px;
}
div.opendata>ul>li>span.tags>a
{
	color:#888;
	font-size:15px;
	text-decoration:underline;
	cursor:pointer;
}
html
{
	height:100%;
}
body 
{
	height:inherit;
	overflow: hidden;
	background-color: #ffffff;
	font-family: "PT Sans";
}
div.page
{
	background-color:rgb(245,245,245);
	height:100%;
	overflow: auto;
	min-width: 1230px;
}
div.page>div.center_content
{
	width: 1230px;
	display:table;
	height:auto;
	height:100%;
	overflow:hidden;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	position:relative;
}
div.page>div.center_content>div
{
	width: 1170px;
	display:table-row;
}
div.container
{
	display: block;
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/*Верхний блок*/
div#layout_header
{
	height: 170px;
	overflow: hidden;
	margin-bottom: 2px;
}
div#layout_header>div.container>a.logoblock
{
	margin-top: 15px;
	width: 615px;
	overflow: hidden;
	float: left;
}
div#layout_header>div.container>a.logoblock>img
{
	float: left;
}
div#layout_header>div.container>a.logoblock>div.motto
{
	float: left;
	margin-top: 15px;
	margin-left: 20px;
}
div#layout_header>div.container>a.logoblock>div.motto>span.title
{
	display: block;
	font-weight: bold;
	font-size: 24px;
	color: #333;
}
div#layout_header>div.container>a.logoblock>div.motto>span.caption
{
	display: block;
	margin-top: 7px;
	font-size: 16px;
	color: #666;
}
div#layout_header>div.container>div.tools
{
	width: 200px;
	float: right;
	margin-top: 45px;
	overflow: hidden;
}
div#layout_header>div.container>div.tools a.tool
{
	display: inline-block;
	width: 22px;
	height: 20px;
	margin-left: 18px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
}
div#layout_header>div.container>div.tools a.tool:first-child
{
	margin-left: 0px;
}
div#layout_header>div.container>div.tools a.tool.home { background-image: url("images/48/home.png"); }
div#layout_header>div.container>div.tools a.tool.home:hover { background-image: url("images/48/home-hover.png"); }
div#layout_header>div.container>div.tools a.tool.map { background-image: url("images/48/map.png"); }
div#layout_header>div.container>div.tools a.tool.map:hover { background-image: url("images/48/map-hover.png"); }
div#layout_header>div.container>div.tools a.tool.message { background-image: url("images/48/message.png"); }
div#layout_header>div.container>div.tools a.tool.message:hover { background-image: url("images/48/message-hover.png"); }
div#layout_header>div.container>div.tools a.tool.login { background-image: url("images/48/login.png"); }
div#layout_header>div.container>div.tools a.tool.login:hover { background-image: url("images/48/login-hover.png"); }

div#layout_header>div.top-content-block
{
	background-color: rgb(0, 150, 64);
}

div#layout_header div#container_search
{
	background-color: rgb(0, 122, 56);
	border-radius: 3px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-right: 20px;
	padding: 9px 5px 9px 15px;
	float: right;
}
div#layout_header div#container_search>form
{
	display: table;
}
div#layout_header div#container_search>form>div
{
	display: table-cell;
	vertical-align: middle;
}
div#layout_header div#container_search>form>div>input
{
	border: 0px;
	background-image: none;
	background-color: transparent;
}
div#layout_header div#container_search>form>div.input>input
{
	color: #d1eddd;
	width: 220px;
	font-weight: bold;
	font-size: 13px;
}
div#layout_header div#container_search>form>div.submit>input
{
	width: 30px;
	background: url("images/48/search.png") no-repeat center center;
}

/*Верхнее меню*/
div.render_block.top
{
	overflow: hidden;
}
div.render_block.top div.topmenu
{
	width: 100%;	
	margin-top: 0px;
	margin-bottom: 0px;
}
div.render_block.top div.topmenu div.module_body>table
{
	height: 60px;
	width: 100%;
	max-width: 761px;	
	border: 0px;
	border-collapse: collapse;
}
div.render_block.top div.topmenu div.module_body>table>tbody>tr>td
{
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #d1eedd;
	padding: 0px;
	white-space:nowrap;	
}
div.render_block.top div.topmenu div.module_body>table>tbody>tr>td:hover
{
	color: #fff;
	background-color: #007A38;
}
div.render_block.top div.topmenu div.module_body>table>tbody>tr>td>a
{
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 20px;
	padding-right: 20px;
}
div.render_block.top div.topmenu div.module_body>table>tbody>tr>td.separator
{
	width: 0px;
	display: none;
}
div.render_block.top div.topmenu div.module_body>table>tbody>tr>td ul.menuUl
{
	display: none;
	position: absolute;
	top: 155px;
	z-index: 10;
	background-color: #008939;	
}
div.render_block.top div.topmenu div.module_body>table>tbody>tr>td:hover ul.menuUl
{
	color: #fff;
	display: block;
}
div.render_block.top div.topmenu div.module_body>table>tbody>tr>td ul.menuUl>li
{
}
div.render_block.top div.topmenu div.module_body>table>tbody>tr>td ul.menuUl>li>div
{
	display: table;
	width: 100%;
	text-align: left;
	vertical-align: middle;	
}
div.render_block.top div.topmenu div.module_body>table>tbody>tr>td ul.menuUl>li>div>a
{
	display: table-cell;
	font-size: 14px;	
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 30px;	
	padding-right: 30px;
	cursor: pointer;	
}
div.render_block.top div.topmenu div.module_body>table>tbody>tr>td ul.menuUl>li>div>a:hover,
div.render_block.top div.topmenu div.module_body>table>tbody>tr>td ul.menuUl>li.opened>div>a,
div.render_block.top div.topmenu div.module_body>table>tbody>tr>td ul.menuUl>li.active>div>a
{
	background-color: #007A38;
}
div.render_block.top div.topmenu div.module_body>table>tbody>tr>td ul.menuUl>li>div>a:hover>span
{
	display: inline;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;	
}

/*Главный блок*/
div#layout_main
{

}
div#layout_main>div.main_content.showRightColumn>div.main_col
{
	margin-left: 5px;
	margin-right: 280px;
	margin-bottom:20px;
}
div.page.main div.main_content div.right_col
{
	display: none;
	margin-bottom:20px;
}
div.page.main div.main_content
{
	max-width: 100%;
}
div.page.main div.main_content div.main_col
{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:20px;
}
/*Хлебные крошки*/
div.breadcrumbs div.module_body
{
	margin-left: 5px;
}
div.breadcrumbs ul
{
	padding: 0px;
	margin: 0px;
}
div.breadcrumbs ul li
{
	display: inline-block;
}
div.breadcrumbs ul li a
{
	display: inline;
	font-size: 13px;
	padding-bottom: 0px;
	color: #0151a4;
	border-bottom: 1px solid rgb(157, 191, 223);
}
div.breadcrumbs ul li:after
{
	content: "/";
	color:#666;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 7px;
}
div.breadcrumbs ul li.last:after
{
	content: "";	
}
/*Главная страница*/
div#main_page_top
{
	display: block;
	width: 100%;
	/*height: 270px;
    background: url("images/48/main_page_bg.jpg") no-repeat center top*/
}
div.module.important_info
{
	margin-top: 0px;
	margin-left: 10px;
	overflow: hidden;
	height: 270px;
}
div.important_info div.module_title
{
	display: none;
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 2px;
	margin-bottom: 0px;
}
div.important_info ul
{
	max-width: 850px;
	height: 250px;
	overflow: hidden;
	display: table;
}
div.important_info ul li
{
	display: table-row;
	vertical-align: midlle;
}
div.important_info ul li span.date_line
{
	display: block;
	font-size: 14px;
	color: #e2f2fb;
}
div.important_info ul li.first span.date_line
{
	margin-top: 0px;
}
div.important_info ul li span.title
{
	display: block;
	margin-top: 4px;
	font-size: 16px;
	color: #0151a4;
}
div.important_info ul li span.title a
{
	color: #0151a4;
	display: inline;
	line-height: 22px;
	padding-bottom: 1px;
	border-bottom: 1px solid;
	border-bottom-color: #8dc0e3;
}
div.important_info ul li span.title:hover a
{
	color: #0068d3;
	border-bottom-color: #559ef2;	
}
div.important_info ul li span.desc,
div.important_info ul li span.tags
{
	display: none;
}

div#main_page_middle
{
	height: 100%;
	width: 100%;
	overflow: hidden;
}
div.widget
{
	margin-top: 15px;	
	height: 525px;
	padding-top: 20px;	
	padding-bottom: 30px;	
	overflow: hidden;
	border: 2px solid rgb(207,219,223);
	border-radius: 3px;
}
div.widget.big
{
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	width: 710px;
}
div.widget.small
{
	float: right;
	width: 370px;
	margin-left:20px;
	padding-left: 0px;
	padding-right: 0px;
}
div.widget.small div.module_title
{
	margin-left: 30px;
	margin-bottom: 20px;
}
div.widget.small div.meta
{
	margin-left: 30px;
	margin-right: 30px;
}
div.widget.small div.meta div.created_date
{
	display: none;
}
div.widget div.module_title
{
	font-size: 19px !important;
	font-weight: bold !important;
	color: #666 !important;
}
div.widget div.module.main_news
{
	overflow: hidden;
	height: 520px;
	padding-bottom: 20px;
	position: relative;
}
div.widget div.module.main_news ul
{
	display: table;
	height: 520px;
}
div.widget div.module.main_news ul li
{
	display: table-row;
	vertical-align: middle;
}
div.widget div.module.main_news ul li span.date_line
{
	display: block;
	font-size: 13px;
	color: #999;
}
div.widget div.module.main_news ul li span.title
{
	display: block;
	margin-top: 0px;
	font-size: 16px;
	color: #095faf;
}
div.widget div.module.main_news ul li span.desc,
div.widget div.module.main_news ul li span.tags
{
	display: none;
}
div.widget div.module.main_news ul li span.title a
{
	color: #095faf;
	display: inline;
	line-height: 25px;
	padding-bottom: 4px;
	border-bottom: 1px solid;
	border-bottom-color: #9dbfdf;
}
div.widget div.module.main_news ul li span.title:hover a
{
	color: #0068d3;
	border-bottom-color: #559ef2;	
}
div.widget div.module.main_news div.show_category_button
{
	position: absolute;
	bottom: 0px;
	right: 30px;
}
div.show_category_button
{
        margin-top:20px;
}
div.show_category_button a,
div.widget div.module.main_news div.show_category_button a
{
	color: #095faf;
	display: inline;
	font-size: 16px;
	padding-bottom: 4px;
	border-bottom: 1px solid;
	border-bottom-color: #9dbfdf;
}
div#layout_bottom
{
	height:224px;
}
div#layout_bottom div.bottom_content_bg
{
	background-color: #ffffff;
	width: auto;
}
    div#layout_bottom div.bottom_content {
        display: flex;
        margin: auto;
        justify-content: center;
    }	
}
/*Нижнее меню*/
div#layout_bottom div.bottom_menu
{
	margin-top: 30px;
}
div#layout_bottom div.bottom_menu div.links td
{
	
}
div#layout_bottom div.bottom_menu div.links table
{
	width: 100%;
}
div#layout_bottom div.bottom_menu div.links table td
{
	text-align: center;
	width: 130px;
	padding-bottom: 30px;
	font-size: 14px;
	color: #666;
}
div#layout_bottom div.bottom_menu div.links table td.separator
{
	width: auto;
}
div#layout_bottom div.bottom_menu div.links table td img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	min-height: 70px;
	width: auto;
}
div#layout_bottom div.bottom_menu div.links table td span
{
	display: inline;
	line-height: 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid #cdcfcf;	
	
}
div#layout_bottom div.bottom_menu div.links table td a:hover span
{
	color: #333;
	border-bottom-color: #a1a2a2;
}
/*Правый блок*/
div#layout_main>div.main_content>div.right_col
{
	float: right;
	width: 270px;
	margin-top: 60px;
	margin-bottom:20px;
}
/*Облако тегов*/
div#layout_main>div.main_content>div.right_col div.module.tags_cloud
{
	font-size: 15px;	
	margin-top: 30px;
	border: 2px solid rgb(238, 241, 242);	
}
div#layout_main>div.main_content>div.right_col div.module.tags_cloud div.module_body
{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
div#layout_main>div.main_content>div.right_col div.module.tags_cloud div.module_title
{
	color: #666;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 20px;
}
div#layout_main>div.main_content>div.right_col div.module.tags_cloud a
{
	display: inline;
	color: rgb(9, 75, 195);
	border-bottom:1px solid rgb(59,125,245)
}
div#layout_main>div.main_content>div.right_col div.module.tags_cloud a
{
	margin-right: 15px;
	line-height: 25px;
}
/*Правое меню*/
div.rightmenu
{
	border: 2px solid rgb(238, 241, 242);
}
div.rightmenu>div.module_body
{
	margin: 10px;
}
/*Для меню*/
div.rightmenu>div.module_body>ul
{
	width: 100%;
}

div.rightmenu>div.module_body>ul>li>div>a
{
	display: block;
	text-decoration: none;
	padding: 5px;
	text-align: left;
	cursor: pointer;
	border:2px solid #fff;
}
div.rightmenu>div.module_body>ul>li.opened>div>a,
div.rightmenu>div.module_body>ul>li.active>div>a
{
	background-color: rgb(238, 241, 242);
	border:2px solid rgb(238, 241, 242);
}
div.rightmenu>div.module_body>ul>li>div>a:hover
{
	border:2px solid rgb(208, 211, 212);
}
div#layout_main>div.main_content>div.right_col div.rightmenu>div.module_body>ul>li>div>a>span
{
	display: inline;
	line-height: 20px;
	font-size: 16px;
	color: #0068D3;
	text-decoration: none;
	border-bottom: 1px solid #559EF2;
}
div#layout_main>div.main_content>div.right_col div.rightmenu>div.module_body>ul>li.active>div>a>span,
div#layout_main>div.main_content>div.right_col div.rightmenu>div.module_body>ul>li.opened>div>a>span
{
	color: #666;
	border-bottom: 0px;
}

/*Для Списка подменю*/
div.rightmenu>div.module_body>div.menu_items_list>ul
{
	width: 100%;
}

div.rightmenu>div.module_body>div.menu_items_list>ul>li>a
{
	display: block;
	text-decoration: none;
	padding: 5px;
	text-align: left;
	cursor: pointer;
	border:2px solid #fff;
}
div.rightmenu>div.module_body>div.menu_items_list>ul>li.opened>a,
div.rightmenu>div.module_body>div.menu_items_list>ul>li.active>a
{
	background-color: rgb(238, 241, 242);
	border:2px solid rgb(238, 241, 242);
}
div.rightmenu>div.module_body>div.menu_items_list>ul>li>a:hover
{
	border:2px solid rgb(208, 211, 212);
}
div#layout_main>div.main_content>div.right_col div.rightmenu>div.module_body>div.menu_items_list>ul>li>a>span
{
	display: inline;
	line-height: 20px;
	font-size: 16px;
	color: #0068D3;
	text-decoration: none;
	border-bottom: 1px solid #559EF2;
}
div#layout_main>div.main_content>div.right_col div.rightmenu>div.module_body>div.menu_items_list>ul>li.active>a>span,
div#layout_main>div.main_content>div.right_col div.rightmenu>div.module_body>div.menu_items_list>ul>li.opened>a>span
{
	color: #666;
	border-bottom: 0px;
}
/*Второй уровень правого меню*/
div.rightmenu>div.module_body>div.menu_items_list>ul>li>ul
{
	margin-top: 2px;
	margin-left: 20px;
	background: #ffffff;
	display: none;	
}
div.rightmenu>div.module_body>div.menu_items_list>ul>li>ul>li
{
	margin-top: 5px;
	margin-bottom: 5px;
}
div.rightmenu>div.module_body>div.menu_items_list>ul>li>ul>li.first
{
	margin-top: 0px;
}
div.rightmenu>div.module_body>div.menu_items_list>ul>li.active>ul,
div.rightmenu>div.module_body>div.menu_items_list>ul>li.opened>ul
{
	display: block;
}
div.rightmenu>div.module_body>div.menu_items_list>ul>li>ul>li>a
{
	display: block;
	text-decoration: none;
	padding: 5px;
	text-align: left;
	cursor: pointer;
	border:2px solid #fff;
}
div.rightmenu>div.module_body>div.menu_items_list>ul>li>ul>li>a:hover
{
	border:2px solid rgb(208, 211, 212);
}
div.rightmenu>div.module_body>div.menu_items_list>ul>li>ul>li.active>a
{
	background-color: rgb(238, 241, 242);
	border:2px solid rgb(238, 241, 242);
}
div.rightmenu>div.module_body>div.menu_items_list>ul>li>ul>li>a>span
{
	display: inline;
	line-height: 20px;
	font-size: 16px;
	color: #0068D3;
	text-decoration: none;
	border-bottom: 1px solid #559EF2;
}
div.rightmenu>div.module_body>div.menu_items_list>ul>li>ul>li.active>a>span
{
	color: #666;
	border-bottom: 0px;
}
/*Футер*/
div.rightmenu>div.module_body>div.menu_items_list>ul>li.active>ul
{
	display: block;
}
div#footer
{
	height:65px;
	background-color: #213544;
}
div#footer div.container.footer
{
	padding-top: 24px;
	padding-bottom: 24px;
	width:auto;
	float:left;
}
div#footer div.container.footer span
{
	margin-left: 15px;
	font-size: 17px;
	font-weight: bold;
	color: #a5a7ac;
}
/*Материал*/
div.one_content
{
	font-size: 16px;
	line-height: 24px;
	color: #333;	
}

div.one_content div.desc
{
	display: none;
}

div.one_content span.tags
{
	display: block;
	-webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    box-ordinal-group: 5;
    	
	margin-top: 0px;
	font-size: 14px;
	color: rgb(140, 140, 140);	
}
div.one_content span.tags:before
{
	content: "\0422\0435\0433\0438:";
	text-decoration:none;
	margin-right: 10px;
}
div.one_content span.tags a
{
	font-size: 14px;
	color: rgb(140, 140, 140);
	text-decoration: underline;
}
div.one_content div.content_files_block
{
	margin-top: 5px;
}
div.one_content div.content_files_block:before
{
	content: "\0424\0430\0439\043b\044b:";
	font-size: 14px;
	color: rgb(140, 140, 140);	
	text-decoration:none;
	margin-right: 10px;
}
div.one_content div.content_files_block span.file_block
{
	margin-top:10px;
	font-size: 14px;
	color: rgb(140, 140, 140);
	display:block;
}
div.one_content div.content_files_block span.file_block img
{
	display: block;
	float:left;
	margin-top:3px;
}
div.one_content div.content_files_block span.file_block a
{
	display:inline-block;
	margin-left:5px;
	text-decoration:underline;
}
div.one_content a.goback
{
	display: inline;
	font-size: 15px;
	text-decoration: none;
	color: #0068D3;
	border-bottom: 1px solid #559EF2;
}
div.one_content a.goback:hover
{
	color: rgb(9, 75, 195);
	border-bottom:1px solid rgb(59,125,245)
}
div.heading_block div.heading_title
{
	color: #666666;
	text-decoration: underline;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}
div.nocontent,
div.moduletype_childcontents div.error
{
	font-size: 14px;
	margin-top: 20px;
	color: #666666;
}
div.ui-jqgrid-titlebar
{
	display:none;
}
/*MOViwer*/
div.moviewer.selector select
{
	background-color: #009640;
}
div#reception_link
{
  display:table;
  height:60px;
  width:100%;
}
div#reception_link span
{
  display:table-cell;
  vertical-align:middle;
  font-size:16px;
  font-weight:bold;
  color:#666;
  text-align:left;
  padding-left:15px;
}
div#reception_link span.button
{
  width:175px;
  text-align:right;
  padding-right:5px;
  
}
div#reception_link span.button a
{
  display:block;
  width:170px;
  text-align:center;
  height:16px;
  padding-top:11px;
  padding-bottom:12px;
  background-color:#00923F;
  border-radius:3px;
  color:#fff;
  font-size:17px;
  text-decoration:none;
}
.profile_admin
{
	padding-left:40px;
	padding-top:8px;
	padding-bottom:8px;
	font-family:Tahoma;
	font-size:14px;
	background:url('images/21/admin_button.png') no-repeat;
	color:#ffffff;
	width:203px;
	text-decoration:none;
	text-align:center;
}
.profile_admin A
{
	color:inherit;
	text-decoration:inherit;
}
.profile_admin:hover
{
	background:url('images/21/hover_admin_button.png') no-repeat;
}
#search-internal-results li
{
	margin-top: 10px;
	margin-bottom: 10px;
}
#search-internal-results div.ggtitle
{
	margin-bottom: 5px;
}
#search-internal-results div.ggtitle a
{
	color: #0068D3;
	font-size: 15px;
	text-decoration: underline;
}
#search-internal-results div.ggcontent
{
	font-size: 13px;
}
#search-internal-results div.ggcontent a
{
	text-decoration: none;
	color: #8a8a8a;
}
/*Jqgrid*/
.ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th
{
	background: #32B660;
	color: #ffffff;
}
div.module + div.module {
	margin-top: 5px;
	margin-left: 10px;
}
}
div.content_files_block div.file_block a
{
    text-decoration:none;
}

.module.news_slider 
{
    display: block;
    margin-top: 20px;
}


.module.news_slider .module_body 
{
    display: none;
}

#newsslider 
{
    box-shadow: 2px 2px 4px #a19a9a;
    max-width:1230px;
}

#newsslider .page 
{
    position: relative;
    height: 365px;
    background-color:#FFF;
}

#newsslider .page > .page_image > img 
{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
}

#newsslider .page > .page_info 
{
    float: left;
    width:45%;
    padding: 30px 36px 23px;
    border-radius: 4px;
    opacity: 0.9;
    z-index: 100;
    position: relative;
}

#newsslider .page .page_date 
{
    font-size: 12px;
    color: rgb(119,119,127);
}

#newsslider .page .page_title 
{
    margin-top: 18px;
    font-size: 24px;
    overflow: hidden;
    text-transform: uppercase;
    line-height: 1.17;
    margin-bottom: 11px;
}

#newsslider .page_link a 
{
    color: rgb(1,87,155);
    text-decoration: underline;
    font-size: 16px;
}

#newsslider .page_link a:hover 
{
    text-decoration: none;
}

#newsslider .slick-dots 
{
    bottom: -35px;
}

#newsslider .slick-dots li 
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

#newsslider .slick-dots li button 
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

#newsslider .slick-dots li button:hover,
#newsslider .slick-dots li button:focus 
{
    outline: none;
}

#newsslider .slick-dots li button:hover:before,
#newsslider .slick-dots li button:focus:before 
{
    opacity: 1;
}

#newsslider .slick-dots li button:before 
{
    font-size: 4px;
    line-height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 50%;
    border: 2px solid #009640;
    background: rgba(255,255,255,0);
}

#newsslider .slick-dots li.slick-active button:before 
{
    border: 2px solid #009640;
    background: #009640;
}