@charset "utf-8";
/* CSS Document */

/*@import url("/templates/header_footer.css");*/

@font-face {
    font-family: "Montserrat";
    src: url("/templates/fonts/Montserrat-Regular.ttf");
}

@font-face {
    font-family: "Montserrat";
    src: url("/templates/fonts/Montserrat-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "Montserrat";
    src: url("/templates/fonts/Montserrat-Italic.ttf");
    font-weight: italic;
}

BODY{
	margin: 5px auto;
/*	max-width: 1200px;*/
/*	width: 1000px;*/
	min-width: 600px;
/*	font-family: Arial, Helvetica, sans-serif;*/
/*	font-family: Arial, Helvetica; */
	font-family: "Montserrat";
	color:#4D3123; 
	/*#0c4700;  4D3123*/
	font-size: 14px;
	background-color: #FFFFFF;
	word-wrap: break-word; /* Перенос слов */ 
	line-height: 1.5;
}

/*******************/
/**** STRUCTURE ****/
/*******************/

/*HEADER - Logo area*/
#header{
/*	font-family:Verdana, Geneva, sans-serif;*/
/*		font-family:Verdana, Geneva;*/
	font-family: Montserrat;
	color: #0000FF;
/*#976db3; #ffa500*/
	clear: both;
/*	height: 200px;  ffa500*/
	border-bottom: solid #8B4513 2px;
/*#67358c 2px;*/
	margin-top: 11px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#logo{
	margin: 0px 35px 0 20px;
	float: left;
	border: none;
	height: 130px;
}
#conf_label{
	font-size: 25px;
	color: #0000CD;
/*	color: #432357; #a85019*/
}
#conf_title{
	padding: 0 20px 0 0;
	font-size: 15px;
	color: #0000CD;
}
#conf_name{
	padding: 0 20px 0 0;
	font-size: 25px;
}
#conf_name span.dark{
	color: #0000CD;
}
#conf_desc{
	font-size: 16px;
	margin-top: 14px;
	font-weight: bold;
}
/*HEADER - Menu*/

#menu{
/*	border-bottom: solid #67358c 2px;*/
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Montserrat";
	padding: 10px 0 10px 20px;
}
.menu_block{
	float: left;
	margin-right: 12px;
/*	width: 188px;*/
	width: 218px;
}
.menu_block .menu_title{
	/* font-family: Verdana, Geneva, sans-serif;*/
	/*font-family: Verdana, Geneva;*/
	font-family: "Montserrat";
	font-size: 20px;
	color: #0000CD;
	/*#7ca600; #5c3113  00008B*/
	padding: 0;
	margin: 0 0 2px 0;
}

.menu_block UL{
	padding-left: 24px;
}
.menu_block LI{
	list-style-image: url(/img/design/menu_marker.png);
	margin-top: 4px;
}
.menu_block A{
/*	font-family: Verdana, Geneva;*/
	font-family: Montserrat;
	/*, sans-serif*/
	font-size: 14px;
	color: #00008B;
/*#35ccc4; 8f4510*/
	text-decoration: none;
	padding: 0;
	font-weight: bold;
}
.menu_block A:hover{
	color:#4169E1;
	/* #7045d6; ffa500*/
}

.menu_block HR, .info_block HR{
	border: none;
	height: 1px;
	margin: 3px 0 2px 0;;
}

.info_block{
	float: left;
	font-size: 14px;
	font-weight: normal;
	margin-right: 20px;
	width: 190px;
	color: #00008B;
/* 432357  0000CD*/
	margin-bottom: 20px;
}

.info_block A{
	color: #000080;
	/*#35ccc4; 5c3a0a*/
}
.info_block A:hover{
	color: #4169E1;
	/*#7045d6;*/
}
.info_block .date{
	color: #0000CD;
	/*#9bbf30;*/
	margin-left: 0px;
 	font-weight: bold;
}

.info_block .news_content{
	margin-left: 14px;
	margin-bottom: 5px;
	color: #8B0000;
	font-weight: bold;
	background-color: #C0C0C0;
}

.info_block .info_title{
	/*font-family: Verdana, Geneva;*/
	font-family: "Montserrat";
	/*, sans-serif*/
	font-size: 20px;
	color: #0000CD;
	/*#7ca600; 9e5724*/
	padding: 0;
	margin: 0 0 2px 0;
}

/*HEADER - User menu*/

#user_menu{
	clear: both;
	background-color: #C0C0C0;
	/*#e3ffc7; f5ddc6  87CEFA*/
	border-bottom: solid #4f360e;
	/*#67358c 2px;*/
	padding: 3px 20px 3px 20px;	
	margin-bottom: 20px;
	max-width: 850px;
}

#user_menu_title{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#9e5724;
	/* #7ca600;*/
}

#user_name{
	font-weight: bold;
}

/* CONTENT */
#content{
	padding: 12px 20px 60px 20px;
}

/* FOOTER */

#footer{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 100%;
}

#in_footer{
	padding: 3px 12px 3px 18px;
}


/*************************/
/**** SERVICE ELEMENTS****/
/*************************/
.closes, .clearBox{
	overflow : hidden;
	zoom: 1;
}

.clear{
	clear:both;
	}

.null{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.hide{
	display: none;
}
/*************************/
/**** COMMON ELEMENTS ****/
/*************************/

A{
	color: #0C3B86;
	/*8c8551; DB7725   0000FF;*/
	/*#029c96;*/
	text-decoration: none;
	/*font-weight: bold;*/
}
A:hover{
	color: #00BFFF;
	/*#3a10ad; ffa500*/
}
.form_pat{
	font-weight: bold;
}
.button{
	display: inline-block;
	border: solid #8B4513 1px;
	border-radius: 5px;
	/*432357  !important*/
	background-color:#FFFFFF;
	/* #98f5f2; e8ab56 B0C4DE*/
	font-weight: bold;
	font-size: 14px;
	color: #8B4513;
	/*#30506b; 9e5724  #00008B*/
	padding: 0px 5px 0px 5px;
	margin: 0;
	text-decoration:none;
	overflow: visible;
    	text-indent: 0;
	cursor: pointer;
}
.button:hover{
	background-color: #ADD8E6;
	/*#ad6bd6; cfff40 ffa500*/
	color: #00BFFF;
	border: solid #557004 1px !important;
}

.disabled_button{
	display: inline-block;
	border: solid #888989 1px !important;
	background-color: #e8e8e8;
	font-weight: normal;
	font-size: 12px;
	color: #9e5724;
	/*#30506b;*/
	padding: 0px 5px 0px 5px;
	margin: 0;
	text-decoration:none;
	overflow: visible;
}

H1 {
/*	font-family: Verdana, Geneva, sans-serif;*/
	font-family: Montserrat;
	font-size: 25px;
	margin: 0 0 15px 0;
	color: #0000CD;
	/*#7ca600; 703c16*/
}
H2 {
/*	font-family: Verdana, Geneva, sans-serif; */
	font-family: Montserrat;
	font-size: 18px;
	color: #00008B;
	/*#9bbf30; 9e5724*/
	margin: 20px 12px 10px 18px;
}
H3 {
/*	font-family: Arial, Helvetica, sans-serif; */
	font-family: Montserrat;
	font-style: italic;
	font-size: 16px;
	color: #7f5f2a;
	/*#7ca600;*/
	margin: 15px 12px 8px 27px;
}
P {	
	margin: 1px 0px 5px;	/*margin: 0px 0px 10px;*/
        text-indent: 0px; /*20px;*/
}

.highlight{
	color: #754e0f;
	/*#976db3;*/	
	font-weight: bold;
}

TABLE.decor{
	background:#FFFFFF;
	border: solid #8B4513 1px;
	color:#8B4513;
	/*622e82*/
	margin-bottom: 10px;
}
TABLE.decor TH{
	border: solid #8B4513;
	/*#622e82 1px; #523c1d*/
	background-color: #DCDCDC;
	/*#ffa500;  ffdba8 #87CEFA */
	/*#b6c1f7;*/
	color:#8B4513;
	/*4D3123 */
	padding: 5px;
	/* font-family: Verdana, Geneva, sans-serif; */
	font-family: "Montserrat";
	font-weight: bold;
}

TABLE.decor TD{
	border: solid #622e82 1px;
	color:#8B4513;
	padding: 5px;
	background-color: #FFFFFF;
}

/* ACNS-2013 improvements */
TABLE.decor TH.y{
	background-color: #FFD673;
}

TABLE.decor TD.y{
	background-color: #e0d1b1;
/*#e3ffc7;*/
}
TABLE.decor TD.sh, TABLE.decor Th.sh{
	background-color: #f0f5f7; /*CCC*/
        text-align: center;
}

TABLE.decor TD.b{
	background-color: #f1f3fc;
}
/* end of improvements */

IMG {
	border: solid #67358c 2px;
}

IMG.as_is {
	background: none;
	padding: 0;
	border: none;
}

.left_align {
	float: left;
	clear: left;
	margin-right: 10px;
}

.right_align {
	float: right;
	clear: right;
	margin-left: 10px;
}

.center{
	text-align: center;
}

UL{
	list-style-position: outside;
	margin-left: 22px;
	padding-left: 18px;
}

LI {
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
}

HR{
	background-color: #30506b;
	border-color: #30506b;
	margin: 15px 0 10px 0;
	height: 3px;
}

.ok{
	color: #067100;
	font-weight: bold;
}

.attention{
	color: #E30006;
	font-weight: bold;
}

.grey{
	color: #666666;	
}

.unchecked{
	background-color: yellow;
}

DIV.download_doc{
	background-image: url(/img/design/download.png);
	padding-left: 40px;
	background-repeat:no-repeat;
}

/* Form */
FORM {
	background-color: #e0d1b1;
	/*#e3ffc7;*/
	border: solid #30506b 1px;
	padding: 8px 8px 8px 8px;
	float: left;
	max-width: 900px;
}

INPUT, SELECT, TEXTAREA{
	border: solid #432357 1px;
	background-color: #FFFFFF;
	color: #0c4700;
}

INPUT[disabled], SELECT[disabled], TEXTAREA[disabled]{
	border: solid #432357 1px;
	background-color: #eeeeee;
	color: #0c4700;
}

FORM.as_is {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	float: none;
}

SPAN.req{
	color: #FF0007;
}


LABEL, LEGEND, .label {
	color: #4f360e;
	/*#432357;*/
	
	font-weight: bold;
}

.example{
	color: #87714e;
	/*#30506b;*/
}

.comment{
	margin: 0;
	padding: 0;
}

.label_td {
	margin-top: 10px;
}

INPUT.attention, SELECT.attention, TEXTAREA.attention{
	border: solid #FF6266 1px;
	background-color: #FFF1F1;
	font-weight: normal !important;
	color: #FF0007;
}

INPUT.yellow, INPUT.yellow , INPUT.yellow{
	border: solid #8C703F 1px;
	background-color: #FFEFD3;
	color: #5E3C00;
}

TABLE.form TD{
	vertical-align: top;
}

TABLE.editable TR:hover TD{
	background-color: #fcefdc;
	/*#FFB1B3;*/
}

TABLE.editable SELECT, TABLE.editable INPUT{
	border: none;
}

IMG.ui-datepicker-trigger{
	padding: 0;
	margin: 0 2px -2px 2px;
	border: none;
	background: none;
}

.colorable .ok{
	color: green;
}


.colorable .yellow{
    background-color: #FAFFB1;
    color: #6A7100;
	 border-color: #6A7100;
}

.ascendant{
	padding-left: 15px;
	background-image: url(/img/ascendant.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.descendant{
	padding-left: 15px;
	background-image: url(/img/descendant.gif);
	background-repeat: no-repeat;
	background-position: left;
}
/********************************/

/*  ACNS current progect Style settings  */

.pages_start_post{
	width: 800px;	/*было 800*/
}
.normal1{
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 2px
}
.normal2{
	margin-top: 2px; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px
}

.nointend {
    text-indent: 0;
}

main {
	width: 100%;
	padding: 1em 0 1em 0;
	margin: 0;
	min-height: 300px;
	display: table;
	table-layout: fixed;
}

aside {
	display: table-cell;
	vertical-align: top;
	width: 240px;
	min-width: 240px;
	padding: 0;
}

article {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 1em;
	width: 100%;
}

.float-left {
        float: left;
}


@media(max-width: 768px){
	body {
		min-width: 0;
	}
	.pages_start_post{
		width: auto;	
	}
	aside {
		display: block;
		padding: 0;
	}
	
	article {
		display: block;
		width: auto;
	}

	.content_image_with_description {
		max-width: 200px;
		
	}

	.float-left {
		float: none;
	}
	#logo {
		float: none;
	}
	#content {
		padding: 0;
		margin-right: 15px;
	}
	#conf_label, #conf_title, #conf_name, #conf_desc {
		padding: 0 10px 0 10px;
	}
}

#users_table_form #table_form {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
