@charset "utf-8";
/* CSS Document */
* {
	outline:none;
	margin:0px;
	padding:0px;
}
body {
	font-family:sans-serif;
	font-size:13px;
	background: #cfcfcf;
	min-width:1060px;
}
a {
	color:#204A93;
}
a:hover {
	color:#6182bc;
	text-decoration: none;
}
.children_body {
	width:100%;
	margin:0 auto;
}
.main {
	width:97%;
	background: url(img/shadow.png) left no-repeat, url(img/shadow2.png) right no-repeat;
	margin:0px auto;
	text-align:center;
}
.body_page {
	background: #ffffff url(img/area.png) right bottom no-repeat;
	min-height:100%;
	width:97%;
	margin:0 auto;
	padding-bottom:18px;
}
input[type="text"],input[type="password"],input[type="number"]{
	border-radius:3px;
	padding:5px;
	border:1px solid #c5c5c5;
	margin:3px;
}
.cup {
	height:155px;
	background: #5d2727 url('img/cup_bg.png') no-repeat left;
	position:relative;
	overflow:hidden;
}
.cup .logo {
	width:60px;
	height:98px;
	display:block;
	position:absolute;
	left:30px;
	top:0px;
	background: url('img/logo.png');
}
.cup .header_name {
	color:white;
	text-align:left;
	font-size: 20px;
	font-weight:bold;
	position:relative;
	top:35px;
	display:inline-block;
	padding:10px 20px;
    color:#063d67;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 5px;
}
.second_menu {
	min-width:1061px;
	text-align:center;
	margin: 0px;
	padding: 0px;
	display: table-row;
	width: 100%;
	background: rgb(69,111,184); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(69,111,184,1) 0%, rgba(28,70,143,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,111,184,1)), color-stop(100%,rgba(28,70,143,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(69,111,184,1) 0%,rgba(28,70,143,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(69,111,184,1) 0%,rgba(28,70,143,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(69,111,184,1) 0%,rgba(28,70,143,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(69,111,184,1) 0%,rgba(28,70,143,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#456fb8', endColorstr='#1c468f',GradientType=0 ); /* IE6-9 */
}
.second_menu li {
	list-style: none;
	position: static;
	margin: 0px;
	display: table-cell;
	width:auto;
	vertical-align:middle;
	height:25px;
	z-index:3;
	position: relative;
}
.second_menu li a {
	color:#ffffff;
	width:1000px;
	display: table-cell;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	height:25px;
	vertical-align:middle;
	background: url(img/border_menu_mini.png) no-repeat right center;
}
.second_menu li:hover{
	background: rgb(111,144,201); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(111,144,201,1) 0%, rgba(41,103,209,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(111,144,201,1)), color-stop(100%,rgba(41,103,209,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(111,144,201,1) 0%,rgba(41,103,209,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(111,144,201,1) 0%,rgba(41,103,209,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(111,144,201,1) 0%,rgba(41,103,209,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(111,144,201,1) 0%,rgba(41,103,209,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f90c9', endColorstr='#2967d1',GradientType=0 ); /* IE6-9 */
}
/*Сортировка*/
#sort_menu {
	position:relative;
	height:47px;
	background: rgb(161,68,69); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(161,68,69,1) 0%, rgba(106,12,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,68,69,1)), color-stop(100%,rgba(106,12,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(161,68,69,1) 0%,rgba(106,12,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(161,68,69,1) 0%,rgba(106,12,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(161,68,69,1) 0%,rgba(106,12,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(161,68,69,1) 0%,rgba(106,12,13,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a14445', endColorstr='#6a0c0d',GradientType=0 ); /* IE6-9 */
}
#sort_menu tr {
	cursor:move;
	color:#ffffff;
	font-size: 13px;
	vertical-align:middle;
	width:1000px;
}
.sort_submenu {
	position:absolute;
	display:block;
	top:47px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 1);
	box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 1);
	background: #f6f6f6;
	border-radius: 0px 0px 5px 5px;
	border: 1px solid #ababab;
	border-top: 0px;
	overflow: hidden;
}
.sort_submenu li {
	list-style: none;
	color: #000000;
	padding-top:10px; padding-bottom: 10px;
}
.sort_submenu li:hover{
	background: #DBDBDB;
}
.first_menu {
	text-align:center;
	margin: 0px;
	padding: 0px;
	display: table-row;
	width: 100%;
	background: rgb(161,68,69); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(161,68,69,1) 0%, rgba(106,12,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,68,69,1)), color-stop(100%,rgba(106,12,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(161,68,69,1) 0%,rgba(106,12,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(161,68,69,1) 0%,rgba(106,12,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(161,68,69,1) 0%,rgba(106,12,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(161,68,69,1) 0%,rgba(106,12,13,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a14445', endColorstr='#6a0c0d',GradientType=0 ); /* IE6-9 */
}
.first_menu li {
	list-style: none;
	position: static;
	margin: 0px;
	display: table-cell;
	width:auto;
	vertical-align:middle;
	height:47px;
	z-index:3;
	position:relative;
}
.first_menu li a {
	color:#ffffff;
	width:1000px;
	display: table-cell;
	font-size: 13px;
	text-decoration: none;
	margin: 0px;
	height:47px;
	vertical-align:middle;
	background: url(img/border_menu_big.png) right center no-repeat;
}
.first_menu li a:hover{
	background: url(img/border_menu_big.png) right center no-repeat, url(img/bg_hover_big_menu.png) repeat-x;
}
.last_menu {
	background:none !important;
}
.last_menu:hover{
	background: url(img/bg_hover_big_menu.png) repeat-x !important; 
}
.first_menu li ul {
	display:none;
	position:absolute;
	z-index:100;
	margin:0px;
	padding:0px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 1);
	box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 1); 
	background: #f6f6f6; 
	border-radius: 0px 0px 5px 5px; 
	border: 1px solid #ababab;
	border-top:0px;
	overflow:hidden;
}
.first_menu li ul li {
	display:inline-block;
	height:35px;
}
.first_menu li ul li  a {
	height:35px;
	background: none;
	color: #002059;
}
.first_menu li ul li a:hover{
	background: #dbdbdb !important;
}
.submenu_block {
	margin-left:20px;
	text-align:left!important;
	list-style-type:none;
}
.submenu_block li {
	text-align:left!important;
}
.main_content {
	display:table;
	width:100%;
	border-collapse: separate;
	border-spacing: 5px 0px;
	margin-bottom:25px;
}
.all_blocks {
	display: table-cell;
	width:300px;
}
.content {
	display:table-cell;
	vertical-align: top;
}
.text {
	padding:5px;
	margin-top:10px;
}
.block {
	width:300px;
	border-radius:6px;
	border:1px solid #060651;
	margin-bottom:20px;
}
.header_block {
	border-bottom:1px solid #060651;
	border-radius: 5px 5px 0px 0px;
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	position:relative;
	padding-top:8px;
	padding-bottom:8px; 
	background: rgb(69,111,184); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(69,111,184,1) 0%, rgba(28,70,143,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,111,184,1)), color-stop(100%,rgba(28,70,143,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(69,111,184,1) 0%,rgba(28,70,143,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(69,111,184,1) 0%,rgba(28,70,143,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(69,111,184,1) 0%,rgba(28,70,143,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(69,111,184,1) 0%,rgba(28,70,143,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#456fb8', endColorstr='#1c468f',GradientType=0 ); /* IE6-9 */
}
.ico_block {
	position:absolute;
	left:5px;
	bottom:5px;
}

/*Для конструктора*/
.constructor {
	width:100%;
	height:100px;
	display:inline-block;
	background-color: gray;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
}
#preload {
	position: absolute;
	right:8px;
	bottom:8px;
	display:none;
}
#preload img {
	width:20px;
}
.content_block {
	padding:3px;
	font-size: 13px !important;
}
.content_block table {
	font-size: 13px !important;
	width:100%;
}
.click {
	cursor:pointer;
	text-decoration: underline;
	color: #1f4583;
}
.click:hover{
	text-decoration:none;
}
.button_one {
	cursor:pointer;
	display: inline-block;
	border:1px solid #bfbfbf;
	color: #666;
	font-weight: bold;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	font-family: Verdana;
	width: auto;
	height: auto;
	font-size: 13px;
	padding: 5px 12px;
	box-shadow: inset 0 1px 0 0 #fff,inset 0 -1px 0 0 #d9d9d9,inset 0 0 0 1px #f2f2f2,0 2px 4px 0 #f2f2f2;
	-moz-box-shadow: inset 0 1px 0 0 #fff,inset 0 -1px 0 0 #d9d9d9,inset 0 0 0 1px #f2f2f2,0 2px 4px 0 #f2f2f2;
	-webkit-box-shadow: inset 0 1px 0 0 #fff,inset 0 -1px 0 0 #d9d9d9,inset 0 0 0 1px #f2f2f2,0 2px 4px 0 #f2f2f2;
	text-shadow: 0 1px 0 #fff;
	background-image: linear-gradient(to top, #f2f2f2, #f2f2f2);
	background-color: #f2f2f2;
}
.button_one:hover{
	border:1px solid #8c8c8c;
	color: #8c8c8c;
	box-shadow: inset 0 1px 0 0 #ffffff,inset 0 -1px 0 0 #d9d9d9,inset 0 0 0 1px #f2f2f2;
	-moz-box-shadow: inset 0 1px 0 0 #ffffff,inset 0 -1px 0 0 #d9d9d9,inset 0 0 0 1px #f2f2f2;
	-webkit-box-shadow: inset 0 1px 0 0 #ffffff,inset 0 -1px 0 0 #d9d9d9,inset 0 0 0 1px #f2f2f2;
	background-color: #f2f2f2;
}
.content_txt {
	min-height:100%;
	border: 1px solid #afafaf;
	margin-left:10px;
	border-radius:6px;
	overflow:hidden;
	text-align:left;
}
.header_content {
	padding:5px;
	font-weight:bold;
	font-size:16px;
	border-bottom: 1px solid #afafaf;
	background: rgb(224,224,224);
	text-align: center; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(212,212,212,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,1)), color-stop(100%,rgba(212,212,212,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(212,212,212,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(212,212,212,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(212,212,212,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(224,224,224,1) 0%,rgba(212,212,212,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#d4d4d4',GradientType=0 ); /* IE6-9 */
}
.bottom_menu {
	text-align:center;
	margin: 0px;
	padding: 0px;
	display: table-row;
	margin-top:10px;
	width: 100%;
	background: rgb(161,68,69); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(161,68,69,1) 0%, rgba(106,12,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,68,69,1)), color-stop(100%,rgba(106,12,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(161,68,69,1) 0%,rgba(106,12,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(161,68,69,1) 0%,rgba(106,12,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(161,68,69,1) 0%,rgba(106,12,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(161,68,69,1) 0%,rgba(106,12,13,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a14445', endColorstr='#6a0c0d',GradientType=0 ); /* IE6-9 */
}
.bottom_menu li {
	list-style: none;
	margin: 0px;
	display: table-cell;
	width:auto;
	vertical-align:middle;
	height:20px;
	z-index:3;
	position:relative;
}
.bottom_menu li a {
	color:#ffffff;
	width:1000px;
	display: table-cell;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	height:20px;
	vertical-align:middle;
	background: url(img/border_menu_big.png) right center no-repeat;
}
.bottom_menu li a:hover{
	background: url(img/border_menu_big.png) right center no-repeat, url(img/bg_hover_big_menu.png) repeat-x;
}
.answer, #answer {
	display:none;
	display: inline-block;
	width:100%;
	font-style: normal;
}
.error, .true {
	background: #fff3f3;
	border: 1px dashed #b05656;
	border-radius: 10px;
	padding: 5px;
	padding-top:2px;
	padding-bottom: 2px;
	margin: 5px;
}
.error table, .true table {
	color: #942626;
	font-weight: bold;
}
.error img, .true img {
	margin-left:5px;
}
.true {
	background: #e4ffda;
	border: 1px dashed #6bb056;
}
.user_func {
	margin:0px; 
	padding:0px;
	list-style: none;
}
.user_func li{
	position:relative;
	cursor:pointer; padding:5px; padding-top:10px; padding-bottom:10px; margin:5px; font-weight:bold; font-size:14px; border: 1px solid #afafaf; background: rgb(224,224,224); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(212,212,212,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,1)), color-stop(100%,rgba(212,212,212,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(212,212,212,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(212,212,212,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(212,212,212,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(224,224,224,1) 0%,rgba(212,212,212,1) 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#d4d4d4',GradientType=0 ); /* IE6-9 */
}
.user_func li:hover{
	border: 1px solid #d3d3d3;
	background: rgb(244,244,244); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(244,244,244,1) 0%,rgba(240,240,240,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}
.user_func li img {
	position:absolute;
	right:5px;
	top:2px;
	border:1px solid #999999;
	background: #ffffff;
	border-radius: 25px;
	padding:2px;
	width:25px;
}
.user_func a {
	color: #000000;
	text-decoration: none;
}
#avatar_form {
	display:none;
	border:1px dashed #b24343;
	margin:5px;
	border-radius:10px;
	padding:5px;
}
.adminpanel {text-align:center;
	z-index:5000;
	position:fixed;
	margin: 0px;
	padding: 0px;
	display: table;
	width: 100%;
	top:0px;
	left:0px;
	background: rgb(86,86,86); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(86,86,86,1) 0%, rgba(10,10,10,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,86,86,1)), color-stop(100%,rgba(10,10,10,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(86,86,86,1) 0%,rgba(10,10,10,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(86,86,86,1) 0%,rgba(10,10,10,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(86,86,86,1) 0%,rgba(10,10,10,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(86,86,86,1) 0%,rgba(10,10,10,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#0a0a0a',GradientType=0 ); /* IE6-9 */
}
.adminpanel li {
	list-style: none;
	position: static;
	margin: 0px;
	display: table-cell;
	width:auto;
	vertical-align:middle;
	height:25px;
	position:relative;
}
.adminpanel li a, .adminpanel li span{
	color:#ffffff;
	width:1000px;
	display: table-cell;
	font-size: 13px;
	text-decoration: none;
	margin: 0px;
	height:25px;
	vertical-align:middle;
}
.adminpanel li a:hover, .adminpanel li span:hover{
	cursor:pointer;
	background: rgb(111,111,111); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(12,12,12,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(111,111,111,1)), color-stop(100%,rgba(12,12,12,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(111,111,111,1) 0%,rgba(12,12,12,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(111,111,111,1) 0%,rgba(12,12,12,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(111,111,111,1) 0%,rgba(12,12,12,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(111,111,111,1) 0%,rgba(12,12,12,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#0c0c0c',GradientType=0 ); /* IE6-9 */
}
.adminpanel li ul {
	position:absolute;
	border-radius: 0px 0px 5px 5px;
	background: #2d2d2d;
	margin:0px;
	padding:0px;
	display:none;
	border: 1px solid #ababab;
	border-top:0px;
	overflow:hidden;
}
.adminpanel li ul li {
	display:table-row;
	height:25px;
}
.adminpanel li ul li  a, .adminpanel li ul li span{
	height:25px;
	background: none;
	color: white;
}
.adminpanel li ul li a, .adminpanel li ul li span:hover{
/*background: #4c4c4c;*/
}
.adminpanel li ul li .spec_span:hover{
	background: rgb(111,111,111); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(12,12,12,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(111,111,111,1)), color-stop(100%,rgba(12,12,12,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(111,111,111,1) 0%,rgba(12,12,12,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(111,111,111,1) 0%,rgba(12,12,12,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(111,111,111,1) 0%,rgba(12,12,12,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(111,111,111,1) 0%,rgba(12,12,12,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#0c0c0c',GradientType=0 ); /* IE6-9 */
}
.adminpanel li:hover ul, .adminpanel li:hover ul{
	display: table;
}
.content_news {
	text-align:left;
	margin: 5px;
	padding:3px;
	border: 1px dashed #c1c1c1;
	margin-bottom: 15px;
	border-radius: 5px;
	font-size:12px;
}
.main_img_news {
	width:100px;
	height:65px;
	border-radius:10px;
	overflow:hidden;
	border:2px solid #e2e2e2;
	text-align:center;
	margin-right:8px;
	background-size:cover;
}
.header_news {
	font-size:14px;
	text-align:left;
	font-weight:bold;
	margin:8px;
	position: relative;
	padding-left:15px;
}
.datetime {
	right: 0px;
	float: right;
	font-size: 10px;
	color:#585858;
}
.mini_admin_panel {
	text-align:right;
	margin-top:3px;
}
.mini_admin_panel img{
	position:relative;
	margin-left:5px;
	background: #f2f2f2;
	padding:3px;
	border-radius:5px;
	border:1px solid #dedede;
	cursor:pointer;
}
.mini_admin_panel img:hover{
	top:3px;
}
/*Jquery confirm*/
#confirmOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url('img/ie.png');
	background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
	z-index:100000;
}
#confirmBox{
	background:url('img/body_bg.jpg') repeat-x left bottom #e5e5e5;
	width:460px;
	max-height:90%;
	position:fixed;
	left:50%;
	top:50%;
	border: 1px solid rgba(33, 33, 33, 0.6);
	-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}
#confirmBox h1, #confirmBox p{
	font:26px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background:url('img/header_bg.jpg') repeat-x left bottom #f5f5f5;
	padding: 18px 25px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	color:#666;
}
#confirmBox h1{
	letter-spacing:0.3px;
	color:#888;
}
#confirmBox p{
	background:none;
	font-size:16px;
	line-height:1.4;
	padding-top: 35px;
}
#confirmButtons{
	padding:15px 0 25px;
	text-align:center;
}
#confirmBox .button{
	display:inline-block;
	background:url('img/buttons.png') no-repeat;
	color:white;
	position:relative;
	height: 33px;
	font:17px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	margin-right: 15px;
	padding: 0 35px 0 40px;
	text-decoration:none;
	border:none;
}
#confirmBox .button:last-child{
	margin-right:0;
}
#confirmBox .button span{
	position:absolute;
	top:0;
	right:-5px;
	background:url('img/buttons.png') no-repeat;
	width:5px;
	height:33px
}
#confirmBox .blue{
	background-position:left top;
	text-shadow:1px 1px 0 #5889a2;
}
#confirmBox .blue span{
	background-position:-195px 0;
}
#confirmBox .blue:hover{
	background-position:left bottom;
}
#confirmBox .blue:hover span{
	background-position:-195px bottom;
}
#confirmBox .gray{
	background-position:-200px top;
	text-shadow:1px 1px 0 #707070;
}
#confirmBox .gray span{
	background-position:-395px 0;
}
#confirmBox .gray:hover{
	background-position:-200px bottom;
}
#confirmBox .gray:hover span{
	background-position:-395px bottom;
}
#close_window {
	width:34px;
	height:34px;
	position:absolute;
	right:10px;
	background: url('img/ico/close_window.png');
	cursor:pointer;
	top:15px;
}
#close_window:hover {
	opacity: 0.8;
}
/*Визуальный HTML редактор начало*/
#hidden_pole {
	border:1px solid #000000;
}
.text_editor {
	display:block;
	border-radius:10px;
	padding-left:8px;
	padding-right:8px;
	height:35px;
	border:1px solid #121212;
	background: url(visual_redactor/bg.png);
}
.text_editor button {
	width:35px;
	height:35px;
	cursor:pointer;
	border:0px;
	padding:0px;
	margin:0px;
}
.text_editor span {
	width:35px;
	height:35px;
	display:inline-block;
	padding:0px;
	margin:0px;
	float:left;
}
.text_editor span:hover{
	background: url(visual_redactor/bg2.png);
}
.content_window {
	height:auto;
	padding:3px;
}
.modal_window {
	width:350px;
	border-radius:5px;
	position:fixed;
	border:1px solid #121212;
	overflow:hidden;
	display:none;
	left:50%;
	top:50%;
	background:#ffffff;
	z-index: 5000;
}
.cup_modal_window {
	text-align: center;
	padding:5px;
	font-weight:bold;
	border-bottom:1px solid #121212;
	background: url(visual_redactor/bg.png);
	color: #ffffff;
}
.exit_window {
	float:right;
	width:15px;
	height:15px;
	background: url(visual_redactor/buttons/exit.png) no-repeat top left;
	margin-top:6px;
	margin-right:6px;
	opacity:0.8;
	cursor:pointer;
	border:none;
}
.exit_window:hover {
	opacity:1;
	background: url(visual_redactor/buttons/exit.png) no-repeat top left;
	border:none;
}
.other_size {
	width:100%;
	padding:0px;
	border:0px;
	margin:0px;
	background: none;
}
.other_size:hover {
	background: #dddddd;
	cursor:pointer;
}
#b {
	background: url(visual_redactor/buttons/b.png) no-repeat top left;
}
#i {
	background: url(visual_redactor/buttons/i.png) no-repeat top left;
}
#u {
	background: url(visual_redactor/buttons/u.png) no-repeat top left;
}
#aa {
	background: url(visual_redactor/buttons/aa.png) no-repeat top left;
}
#colors {
	background: url(visual_redactor/buttons/colors.png) no-repeat top left;
}
#all_colors td{
	width:15px;
	height:15px;
	padding:0px;
	margin:2px;
	text-align:center;
}
#all_colors button, .save_color {
	border:1px solid #ffffff;
	padding:0px;
	margin:0px;
	background: none;
	width:23px;
	height:23px;
	cursor:pointer;
}
#all_colors button:hover, .save_color:hover {
	border:1px solid #000000;
}
#indent {
	background: url(visual_redactor/buttons/indent.png) no-repeat top left
}
#outdent {
	background: url(visual_redactor/buttons/outdent.png) no-repeat top left;
}
#insertorderedlist {
	background: url(visual_redactor/buttons/insertorderedlist.png) no-repeat top left;
}
#insertunorderedlist {
	background: url(visual_redactor/buttons/insertunorderedlist.png) no-repeat top left;
}
#justifycenter {
	background: url(visual_redactor/buttons/justifycenter.png) no-repeat top left;
}
#justifyleft {
	background: url(visual_redactor/buttons/justifyleft.png) no-repeat top left;
}
#justifyright {
	background: url(visual_redactor/buttons/justifyright.png) no-repeat top left;
}
#link {
	background: url(visual_redactor/buttons/link.png) no-repeat top left;
}
#unlink {
	background: url(visual_redactor/buttons/unlink.png) no-repeat top left;
}
#link_paste {
	border: 1px solid #000000;
	width:100%;
	padding:2px;
}
#img {
	background: url(visual_redactor/buttons/img.png) no-repeat top left;
}
#table {
	background: url(visual_redactor/buttons/table.png) no-repeat top left;
}
#code {
	background: url(visual_redactor/buttons/code.png) no-repeat top left;
}
#text {
	background: url(visual_redactor/buttons/text.png) no-repeat top left;
}
#latch {
	position:relative;
	top:-10px;
	left:10px;
	cursor:pointer;
	opacity: 0.8;
}
#latch:hover {
	opacity: 1;
}
#hr {
	background: url(visual_redactor/buttons/hr.png) no-repeat top left;
}
#strip_tags {
	background: url(visual_redactor/buttons/strip_tags.png) no-repeat top left;
}
#form {
	background: url(visual_redactor/buttons/form.png) no-repeat top left;
}
#save_old_statti_width, #save_old_statti_height {
	display:none;
}
.example_block {
	padding:5px;
	border: 1px dashed #23850d;
	text-align: center;
}
.bg_color_form {
	cursor:pointer;
	opacity:0.8;
}
.bg_color_form:hover{
	opacity:1;
}
.model_table {
	width:20px;
	height:20px;
	cursor:pointer;
}
#row_and_column {
	height:20px;
}
/*Стили ajax загрузчика*/
.preview{
	width:200px;
	border:solid 1px #dedede;
	padding:10px;
}
#preview{
	color:#cc0000;
	font-size:12px;
	text-align: center;
}
#preview img{
	width:250px;
	cursor:pointer;
}
#preview_color {
	display:  none;
}
/*Визуальный html редактор конец*/
.admin_block {
	margin:8px;
	margin-bottom:25px;
	border-bottom:1px solid #AFAFAF;
	padding-bottom:25px;
}
.style_tags, .style_files {
	background: red;
	margin-right:15px;
	display:inline-block;
	border-radius: 15px;
	margin-bottom:10px;
	margin-top:10px;
	border:1px solid #060651;
	padding:8px;
	padding-top:2px;
	padding-bottom:2px;
	background: rgb(69,111,184);
	background: -moz-linear-gradient(top, rgba(69,111,184,1) 0%, rgba(28,70,143,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,111,184,1)), color-stop(100%,rgba(28,70,143,1)));
	background: -webkit-linear-gradient(top, rgba(69,111,184,1) 0%,rgba(28,70,143,1) 100%);
	background: -o-linear-gradient(top, rgba(69,111,184,1) 0%,rgba(28,70,143,1) 100%);
	background: -ms-linear-gradient(top, rgba(69,111,184,1) 0%,rgba(28,70,143,1) 100%);
	background: linear-gradient(to bottom, rgba(69,111,184,1) 0%,rgba(28,70,143,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#456fb8', endColorstr='#1c468f',GradientType=0 );
	color: #ffffff; 
	cursor:pointer;
}
.style_placeholder {
	background: #c2c2c2; /* Old browsers */
	background: -moz-linear-gradient(top, #c2c2c2 0%, #aeaeae 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c2c2c2 0%,#aeaeae 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c2c2c2 0%,#aeaeae 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c2c2', endColorstr='#aeaeae',GradientType=0 ); /* IE6-9 */
	border:1px solid grey;
	opacity:0.4;
	display:inline-block!important;
	margin-bottom:-7px;
}
.style_tags:hover, .style_files:hover {
	background: rgb(147,172,215); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(147,172,215,1) 0%, rgba(91,139,223,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(147,172,215,1)), color-stop(100%,rgba(91,139,223,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(147,172,215,1) 0%,rgba(91,139,223,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(147,172,215,1) 0%,rgba(91,139,223,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(147,172,215,1) 0%,rgba(91,139,223,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(147,172,215,1) 0%,rgba(91,139,223,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93acd7', endColorstr='#5b8bdf',GradientType=0 ); /* IE6-9 */
	border:1px solid #212191;
}
.group1, .photoeffect{
	display: inline-block;
	overflow: hidden;
}
.group1 img, .photoeffect img{
	opacity: 1;
	transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
}
.group1 img:hover, .photoeffect img:hover{
	opacity: 1;
	transform:scale(1.3);
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-o-transform:scale(1.3);
}
.all_tags {
	float:left;
}
.share_news {
	float:right;
}
.all_tags, .all_files{
	clear:both;
	font-size:12px;
	background: url('img/ico/tags.png') no-repeat left;
	height:20px;
	padding-left:25px;
	padding-top:5px;
}
.all_files, .tags_share_form {
	margin-top:20px; border-top: 1px solid #9BB6E7;
}
.tags_share_form {
	padding-top:5px;
	padding-bottom:5px;
}
.all_tags a, .all_files a {
	margin-left:10px;
}
.text_news {
	padding:8px;
	clear:both;
}
.text_news ul{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left:10px;
}
.text_news ol{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left:10px;
}
.text_news li {
	margin-left:20px;
}
.text_news table {
	font-family:cambria!important; 
	font-size:15px!important;
}
.photo_news {
	display:block;
	padding:5px;
	display: inline-block;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.2), inset 0 0 1px 0 rgba(255,255,255,1);
	margin:10px;
	background: #ffffff;
}
#save span{
	display:none;
	font-weight: bold;
	margin-right:10px;
}
.ban_option {
	display:none;
}
.explanations[contenteditable]{
	width:400px;
	border: 1px dashed #d2bf94;
	background: #fff5d7;
	padding:5px;
	margin:5px;
}
.explanations[contenteditable]:focus {
	border: 1px solid #d2bf94;
	background: #fff;
}
.explanations[data-work=tired]{
	border: 1px dashed #949bd2;
	background: #d7dbff;
}
.all_sanctions {
	display:none;
	max-height: 100px;
	padding-top:2px;
	overflow:auto;
}
.now_created {
	background: #ffd7d7;
}
#hierarchy_submenu {
	margin-left:25px;
}
#hierarchy {
	margin-left:25px;
}
.fon {
	background: rgba(0,0,0,0.3);
	height:100%;
	width:100%;
	position:fixed;
	display:none;
	z-index: 9999999;
}
.unload{
	position:fixed;
	height:100px;
	background: #f5f5f5;
	border: 2px solid #dadada;
	z-index: 50;
	left:50%;
	top:50%;
	padding-left:10px;
	padding-right:10px;
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
}
.unload div {
	display:table-cell;
	vertical-align: middle;
	height:100px;
}
.special_code {
	margin-top:30px;
	margin: 8px;
	margin-bottom: 25px;
	background: #f4f4f4;
	border: 1px solid #dddddd;
	padding: 15px;
}
.codeN {
	background: #e8e8e8;
	border:1px solid #aaaaaa;
	text-align: center;
}
.codebacklight {
	background: #d4d4d4;
	border:1px solid #8b8b8b;
	text-align: center;
}
.special_code div {
	margin-bottom:10px;
}
.del_menu {
	position:absolute;
	top:5px;
	right:5px;
}
.first_menu li ul li .del_menu {
	top:0px;
}
.avatar_form {
	position:relative;
	display:inline-block;
}
.panel_avatar {
	display:none;
	background: rgba(0,0,0,0.7);
	position:absolute;
	bottom:0px;
	width:100%;
	color: #ffffff;
}
.panel_avatar div {
	padding-top:3px;
	padding-bottom: 3px;
	color: #cccccc;
	cursor:pointer;
	width:100%;
}
.panel_avatar div:hover{
	color: #ffffff;
}
.panel_avatar div a {
	color:#cccccc;
	text-decoration:none;
	display:inline-block;
	width:100%;
}
.panel_avatar div a:hover {
	color:#ffffff;
}
.comm {
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
	text-align: center;
	border-top: dashed #bfbfbf 1px;
}
.comm h2{
	text-align:center;
	color: #335DA6;
	margin:3px;
}
#comment_form {
	margin:10px;
	height:180px;
	overflow:auto;
	text-align:left;
	resize: none;
	padding:5px;
	border:1px solid #bfbfbf;
	background: #f6f6f6 url('img/ico/vounb.png') no-repeat center center;
}

/*Кнопка*/
.spec_button {
	display: inline-block;
	vertical-align: middle;
	margin: .4em;
	font-weight: bold;
	padding: 1em;
	cursor: pointer;
	background: #f6f6f6;
	text-decoration: none;
	color: #666;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	border:1px solid #bfbfbf;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.spec_button:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 100%;
	right: 0;
	bottom: 0;
	background: #c64244;
	height: 4px;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.spec_button:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	top: 0;
	background: #436DB6;
	height: 4px;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.spec_button:hover:before, .spec_button:hover:after {
	left: 0;
	right: 0;
}
/*Комментарии*/
.shell_comm {
	border:1px solid #bfbfbf;
	background: #f6f6f6; 
	min-height:70px;
	margin-bottom:20px;
}
.shell_avatar {
	margin-left:5px;
	margin-top:5px;
	float: left;
	clear: both;
}
.content_com {
	text-align:left;
	position:relative;
	margin-left: 70px;
	margin-top:5px;
	margin-right:5px;
	margin-right:5px;
	margin-bottom:5px;
	min-height:52px;
	background:#ffffff;
	padding:3px;
	border:1px solid #bfbfbf;
}
.shell_user_info {
	font-size:14px;
}
.group_com {
	text-align:center;
	font-size:11px;
	font-weight:bold;
}
.comm_login {
	font-size:14px;
	font-weight:bold;
	color: #335DA6;
}
.html_com {
	margin-bottom:2px;
	margin-top:2px;
	padding-top:3px;
	padding-bottom:3px;
}
.html_com_change {
	border:1px solid #bfbfbf;
	background: #f6f6f6;
	padding-left:3px;
}
.new_com {
	display:none;
}
.calendar_date {
	border:1px solid #bfbfbf;
	background: #f6f6f6;
}
.news_day {
	border:1px solid #5c77a8;
	background: #e1ebff;
	color:#234788;
	cursor:pointer;
}
.news_day:hover {
	background: #436DB6;
	color:white;
	border: 1px solid #234177;
}
.date_news_calendar_parent {
	position: absolute;
	padding-left:10px;
	display:none;
	z-index:9999;
}
.date_news_calendar {
	max-width: 300px;
	margin:0px;
	position:relative;
	background: rgb(69,111,184);
	background: -moz-linear-gradient(top, rgba(69,111,184,1) 0%, rgba(28,70,143,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,111,184,1)), color-stop(100%,rgba(28,70,143,1)));
	background: -webkit-linear-gradient(top, rgba(69,111,184,1) 0%,rgba(28,70,143,1) 100%);
	background: -o-linear-gradient(top, rgba(69,111,184,1) 0%,rgba(28,70,143,1) 100%);
	background: -ms-linear-gradient(top, rgba(69,111,184,1) 0%,rgba(28,70,143,1) 100%);
	background: linear-gradient(to bottom, rgba(69,111,184,1) 0%,rgba(28,70,143,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#456fb8', endColorstr='#1c468f',GradientType=0 );
	color:white;
	padding:5px;
	border-radius:5px;
}
.date_news_calendar li {
	margin-top:8px;
	margin-bottom:8px;
}
.adate_news_calendar:after, .date_news_calendar:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.date_news_calendar:after {
	border-right-color: #305AA3;
	border-width: 5px;
	margin-top: -5px;
}
.date_news_calendar:before {
	border-right-color: #305AA3;
	border-width: 6px;
	margin-top: -6px;
}
.date_news_calendar li {
	margin:5px;
	text-align:left;
	list-style:none;
	color:#ffffff;
}
.date_news_calendar a {
	color: #ffffff;
}
#shell_calendar .ui-state-default {
	cursor: pointer;
}
#help_user_mananger {
	padding:3px;
	display: inline-block;
	width:100%;
}
.help_user_mananger {
	border:1px solid #bfbfbf;
	background: #f6f6f6;
	height:35px !important;
}
#input_mananger{
	border:none;
	background: none;
	width:100%;
}
#func_mananger {
	cursor:pointer;
}
#return_mananger{
	cursor:pointer;
}
.partners {
	margin-bottom:25px;
}
.news_day_in_history {
	background: #ffe1e1;
	border: 1px solid #a85c5c;
	color:#882323;
}
.news_day_in_history:hover{
	background: #b64343;
	color:white;
	border: 1px solid #772323;
}
.news_day_in_history a {
	display:inline-block;
	width:100%;
	height:100%;
	color:#882323;
	text-decoration: none;
}
.news_day_in_history:hover a {
	color:white;
}
#view_calendar_history {
	padding-bottom:20px;
	border-bottom:1px solid grey;
	margin-bottom:20px;
}
.photo_his {
	max-width:100px;
	max-height:100px;
	margin:3px;
}
.help_form {
	resize:none;
	margin:5px;
	width:290px;
	padding:2px;
	height:80px;
}
.textarea_form {
	resize:none;
	width:90%;
	margin:5px;
	padding:5px;
	height:100px;
}
.view_form {
	display:none;
}
.input_form {
	width:100%;
}
.table_created_form {
	border-collapse:collapse;
	margin-top:25px;
}
.table_created_form tr {
	border-top:1px solid #AFAFAF;
}
.table_created_form td {
	padding: 10px;
	border-right: 1px solid #AFAFAF;
}
.table_created_form select {
	
}
.if_select_form {
	margin-top:8px;
	margin-bottom:8px;
	display:none;
	padding:3px;
	border: 1px solid #AFAFAF;
}
.if_select_form input{
	margin:5px;
	width:90%;
	margin-left:0px;
}
.if_select_form img {
	width:15px;
	margin-bottom:-3px;
}
#form_question div {
	margin-top:20px;
	padding:8px;
	border-radius: 10px;
}
#form_question div textarea {
	width:450px;
	height:150px;
	resize:none;
	padding:3px;
}
#form_question div input[type="text"]{
	width:450px;
	padding:3px;
}
.necessarily_form {
	font-size:12px;
	color: #e41818;
	font-weight: bold;
}
.necessarily_form_star{
	font-size:15px;
	color: #e41818;
	font-weight: bold;
}
.table_result_form {
	border-collapse: collapse;
	border:1px solid #AFAFAF;
}
.table_result_form tr {
	overflow: hidden;
}
.table_result_form tr td {
	padding:5px;
	overflow: hidden;
}
.change_result_form {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:3px;
	padding-left:3px;
	border:1px solid #ffffff;
	width:100%;
	box-sizing: border-box;
}
.change_form_contenteditable {
	background: #f2f6ff;
	border:1px solid #91a8d3;
}
.footer_menu {
	display: inline-block;
	border-radius:5px;
	color: #333;
	border:1px solid #d3d3d3;
	padding:5px;
	margin:5px;
	text-decoration: none;
	background:#f8f8f8;
	font-weight:bold;
	width:20px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.05);
}
.footer_menu:hover {
	color: inherit;
	border-color: #c6c6c6;
	background: #f0f0f0;
}
.footer_menu:active{
	background: #e8e8e8;
	border-color: #b8b8b8;
}
.location_page {
	display: inline-block;
	border-radius:5px;
	color: white;
	border:1px solid #600f10;
	padding:5px;
	margin:5px;
	text-decoration: none;
	font-weight:bold; 
	width:20px; 
	box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	background: rgb(161,68,69); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(161,68,69,1) 0%, rgba(106,12,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,68,69,1)), color-stop(100%,rgba(106,12,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(161,68,69,1) 0%,rgba(106,12,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(161,68,69,1) 0%,rgba(106,12,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(161,68,69,1) 0%,rgba(106,12,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(161,68,69,1) 0%,rgba(106,12,13,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a14445', endColorstr='#6a0c0d',GradientType=0 ); /* IE6-9 */
}
/*Изменение ФИО пользователя*/
.FIO_us {
	font-size:12px;
}
/*блок контакты*/
.ico_elements {
	margin-bottom:20px;
}
.ico_elements a {
	display:inline-block;
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
	opacity: 0.8;
}
.ico_elements a:hover{
	opacity: 1;
}
#content_select_menu {
	border:1px dashed grey;
	display:none;
	padding:5px;
	margin:10px;
	border-radius:10px;
	background: #E8E8E8;
}
.spec_span {
	background: #2D2D2D;
}

/*Онлайн комментарии*/
#new_comments {
	overflow:hidden;
	padding:0px!important;
}
.this_new_comment {
	padding:10px;
	color:#204d8c;
	border-bottom:1px solid #c4d8f7;
	clear:both;
	display:table;
	width:100%;
	cursor:pointer;
}
.this_new_comment span{
	display: table-cell;
	vertical-align: top;
}
.this_new_comment:hover{
	background: #e2edff;
}
.this_new_comment a{
	text-decoration:none;
	color: #3a70be;
}
.this_new_comment a:hover{
	text-decoration:none;
	color: #1a488c;
}
.img_comment_online {
	width:45px;
}
.this_new_comment img {
	max-width:35px;
	max-height:35px;
	padding-right:10px;
}

/*Стиль кнопок*/
.button2 {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button2:hover {
	text-decoration: none;
}
.button2:active {
	position: relative;
	top: 1px;
}
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
/* color styles 
---------------------------------------------- */
/* black */
.black2 {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black2:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black2:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}
/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
/* pink */
.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}
/*прикрепленные фаилы к новости*/
#news_file_down {
	background: #ebebeb;
	border: 1px solid #d3d3d3;
	margin-top:25px;
	padding:5px;
}
/*стили галереи*/
.photo_0_form {
	display:inline-block;
	margin:5px;
	font-size: 18px;
    font-weight: bold;
	max-width:300px;
}
.photo_1_form {
	width:285px;
	height:234px;
	background: url('img/gallery_form.png');
	background-position: center center;
	background-repeat: no-repeat;
	display:inline-block;
}
.photo_2_form {
	position:relative;
	top:34px;
	width:216px;
	height:169px;
	overflow:hidden;
	text-align:center;
}
.curtain_gallery {
	width:216px;
	height:169px;
	position:absolute;
	z-index:5;
}
.photo_1_form .photo_2_form img{
transition:all 0.6s ease-in-out;
-webkit-transition:all 0.6s ease-in-out;
-moz-transition:all 0.6s ease-in-out;
-o-transition:all 0.6s ease-in-out;}
.photo_1_form:hover .photo_2_form img{
	transform:scale(1.3);
-webkit-transform:scale(1.3);
-moz-transform:scale(1.3);
-o-transform:scale(1.3);
}
.album {
	display:inline-block;
	border:1px solid #1f82e1;
	margin-top:25px;
}

.pin_checkbox {
    width: 20px;
    height: 20px;
    position: relative;
    bottom: 2px;
}
.admin_com p{
	margin:0px;
}
/*просмотри rss ленты*/
.rss_viewer {
	padding:0px!important;
	background:#f9f9f9;
}
.rss_viewer ul{
	margin:0px;
	padding:0px;
	text-align:left;
	width:100%;
	height:258px;
	overflow:hidden;
}
.rss_viewer ul a {
	text-decoration:none;
	display:inline-block;
}
.rss_viewer ul img {
	width:55px;
	border-radius:8px;
	overflow:hidden;
	border:solid 1px #c3c3c5;
	margin:3px;
	float:left;
}
.rss_viewer ul li {
	list-style:none;
	margin:0px;
	padding:0px;
	clear:both;
	height:50px;
	overflow:hidden;
	padding-bottom:1px;
	background: url(img/rss_bg.png) repeat-x bottom;
	padding-right:3px;
	padding-top:1px;
}
.rss_viewer ul li:hover{
	background:#efefef;
}
.scrollbat_news {
	position:absolute;
	right:10px;
	width:13px;
	top:5px;
}
.scrollbat_news span {
	cursor:pointer;
	display:block;
	margin:4px;
	opacity:0.7;
}
.scrollbat_news span:hover {
	opacity:1;
}
#top_rss {
	width:13px;
	height:8px;
	background: url(img/ico/top_news.png);
}
#bottom_rss {
	width:13px;
	height:8px;
	background: url(img/ico/bottom_news.png);
}
/*партнеры*/
.partners {
	border:1px solid #e0e0e0;
	padding:3px;
}
.admin_blog {
	font-size:11px!important;
	margin-bottom:15px!important;
	margin-top:15px!important;
}
/*блог, о авторе*/
.about_author {
	padding:10px;
	border:1px solid #9bb6e7;
	border-right:0px;
	border-left:0px;
	max-height:300px;
	overflow:auto;
	background:#eaf4fd;
	margin-top:5px;
}
/*блок с блогами*/
.blogs {
	list-style-type: none;
	margin:0px;
	padding:0px;
	width:100%;
}
.blogs li {
	padding:3px;
}
.blogs li a {
	cursor:pointer;
}
/*лучшая партия*/
.main_block {
	text-align:center;
	height:75px;
	overflow:hidden;
	
	-webkit-transition: all 0.7s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 0.7s ease-in-out; /** Firefox **/
    -o-transition: all 0.7s ease-in-out; /** Opera **/
	position:relative;
	transition-delay: 0.2s;
	background: #fffbea url(img/bg_main_block.png);
}
.main_block:hover {
	height:450px;
}
.shadow_main_block {
	position:absolute;
	bottom:0px;
	right:0px;
	width:100%;
	background: url(img/shadow_main_block.png) ;
	height:30px;
}
.logo {
	position:absolute;
	top:5px;
	right:10px;
	height:95px;
	width:151px;
	background:url(img/logo.png);
	z-index:100;
	background-size:100% 100%;
}
.group1, .photoeffect{
	display:inline-block;
	margin:15px;
	padding:8px;
	background: #eeeeee;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f7f7 0%, #e6e6e6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f7f7f7 0%,#e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
				
	border: 1px solid #e1e1e1;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .06) inset;
	overflow:hidden;
}
.group1 span, .photoeffect span{
	display:inline-block;
	overflow:hidden;
}

/*Голосование*/
#vote_answer_form p{
	margin-top:8px;
	margin-bottom:8px;
}
.vote {
	width: 100%;
	max-width: 250px;
	padding: 5px;
}
.vote_option {
	float: left;
	font-size: 12px;
}
.header_vote {
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.line_vote {
	border: 1px solid #266aac;
	height: 20px;
	overflow: hidden;
	margin-left: 5px;
}
.color_vote {
	background: #8fc4f9; /* Old browsers */
	background: -moz-linear-gradient(top, #8fc4f9 48%, #7bbaf8 50%);/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #8fc4f9 48%,#7bbaf8 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #8fc4f9 48%,#7bbaf8 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc4f9', endColorstr='#7bbaf8',GradientType=0 ); /* IE6-9 */
	width: 65%;
	height: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
}
#admin_vote {
	max-height:600px;
	overflow:auto;
}
#admin_vote .vote_table tr td{
	border:1px dashed grey;
	text-align: center;
}
#admin_vote .vote_table tr td button {
	margin:8px;
}
#admin_vote .vote_table tr td table tr td {
	border: none;
}
.vote_wrap {
	display:inline-block;
}
.news_form .vote_wrap , .access_com{
	background: #fff9ec;
	border: 1px solid #ebd5aa;
	padding: 5px;
	margin: 5px;
}


.author {
	left:10px;
	font-size:12px;
	top:12px;
	color:#043665;
	font-weight:bold;
}
.scroll_to_top {
	width:25px!important;
}
.scroll_to_top a {
	display:inline-block;
	width:25px;
	background: url("img/ico/scroll_to_top.png") center center no-repeat !important;
	cursor:pointer;
}
.scroll_to_top_left {
	width:27px!important;
}
.scroll_to_top_left a {
	background: url("img/ico/scroll_to_top.png") center center no-repeat, url(img/border_menu_big.png) right center no-repeat !important;
}
.scroll_to_top a:hover{
	background: rgba(255,255,255,0.2) url("img/ico/scroll_to_top.png") center center no-repeat!important;
}

/*стилизированный checkbox*/
.toggle{
	cursor:pointer;
	width:70px;
	height:30px;
	border-radius:40px;
	position:relative;
	-webkit-appearance: none;
	top:26px;
	right:30px;
	margin:-39px 0 0 -89px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);
	background: -webkit-linear-gradient(#c6c6c6,#e3e3e3);
}
.toggle:checked{
	background: -webkit-linear-gradient(#bfe09c,#c8eca0);
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.toggle:before {
	content:"|||";
	letter-spacing:1px;
	color: rgba(0,0,0,.15);
	font-size:12px;
	font-weight:100;
	text-shadow:1px 1px 1px rgba(255,255,255,1);
	width:10px;
	height:10px;
	padding:7px;
	top:3px;
	left:4px;
	position:absolute;
	border-radius:40px;
	background: -webkit-linear-gradient(#ebebeb,#f1f1f1);
	box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2), 
				-1px 1px 2px rgba(0, 0, 0, 0.3), 
				inset 1px 1px 1px #ffffff;
	-webkit-transition: all 1s;
	
}
.toggle:checked:before {
	left:43px;
	background:#f1f1f1;
}
.toggle:after {
	content:"";
	width:14px;
	height:14px;
	top:9px;
	right:-28px;
	position:absolute;
	border-radius:40px;
	background: -webkit-linear-gradient(#fcc4c5,#e12c2d);
	box-shadow: inset -1px -1px 4px #8d0808, 
				inset 1px 1px 2px #bb1313;			
}
.toggle:checked:after {
	background: -webkit-linear-gradient(#d8eec4,#5fa718);
	box-shadow: inset -1px -1px 4px #417f0b, 
				inset 1px 1px 2px #5b9f1a;			
}


/*сортировка альбомов*/
.photo_al_wrap {
	display:inline-block;
	margin:10px;
	width:auto;
}

.sort_album_placheholder {
	display:inline-block;
	margin:10px;
	margin-bottom:-10px;
	background: #eeeeee;
	border: 1px solid #c7c7c7;
}


/*подложка модального окна*/
#confirmBoxP {
	margin:15px;
	margin-top:25px;
}

/*окно ожидания менеджера фаилов*/
#curtain_manager {
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.6);
	top:0px;
	left:0px;
	text-align:center;
}

#curtain_manager:after {
	content: " ";  
	position:absolute;
	background: url(img/colorbox/loading.gif) center center no-repeat rgba(251, 251, 251, 1);
	border-radius:100px;
	top:50%;
	left:50%;
	margin-left:-35px;
	margin-top:-35px;
	width:70px;
	height:70px;
}

#curtain_manager #percent_upload {
	left:0px;
	width:100%;
	text-align:center;
	position:absolute;
	top:50%;
	margin-top:-90px;
	font-size:40px;
	color:white;
}

#size_upload {
	display:inline-block!important;
	width:auto;
	padding-top:5px;
}
#size_upload img {
	margin-top:-5px;
}

/*Прелоадер в бэкапе*/
#noTrespassingOuterBarG{
	height:16px;
	width:132px;
	border:1px solid rgb(4,54,101);
	overflow:hidden;
	background-color:rgba(255,255,255,0.98);
	margin:auto;
	margin-bottom:55px;
}

.noTrespassingBarLineG{
	background-color:rgb(4,54,101);
	float:left;
	width:12px;
	height:99px;
	margin-right:20px;
	margin-top:-23px;
	transform:rotate(45deg);
		-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
}

.noTrespassingAnimationG{
	width:195px;
	animation-name:noTrespassingAnimationG;
		-o-animation-name:noTrespassingAnimationG;
		-ms-animation-name:noTrespassingAnimationG;
		-webkit-animation-name:noTrespassingAnimationG;
		-moz-animation-name:noTrespassingAnimationG;
	animation-duration:1.165s;
		-o-animation-duration:1.165s;
		-ms-animation-duration:1.165s;
		-webkit-animation-duration:1.165s;
		-moz-animation-duration:1.165s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-timing-function:linear;
		-o-animation-timing-function:linear;
		-ms-animation-timing-function:linear;
		-webkit-animation-timing-function:linear;
		-moz-animation-timing-function:linear;
}



@keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-31px;
	}
}

@-o-keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-31px;
	}
}

@-ms-keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-31px;
	}
}

@-webkit-keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-31px;
	}
}

@-moz-keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-31px;
	}
}

.descr_news {
	font-size:12px;
}
#cookie_notification{
	display: none;
	justify-content: space-between;
	align-items: flex-end;
	position: fixed;
	z-index: 999;
	bottom: 15px;
	left: 50%;
	width: 900px;
	max-width: 90%;
	transform: translateX(-50%);
	padding: 25px;
	background-color: white;
	border-radius: 4px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_notification p {
	margin: 0;
	font-size: 12px;
	text-align: left;
	color: black;
}

#cookie_notification button {
	border: 0px;
	background: #ffcc00;
	font-family: 'exo2-light';
	text-transform: uppercase;
	border-radius: 5px;
	font-size: 12px;
	padding: 10px;
	outline: none;
	cursor: pointer;
	color: black;
	z-index: 1;
	transition: background 0.3s ease-in;
}

#cookie_notification.show{
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 576px){
	.cookie_accept{
		margin: 0 0 0 25px;
	}
}

@media (max-width: 575px){
	.cookie_accept{
		margin: 10px 0 0 0;
	}
}