/* Search form */
.doc_search_label {
	margin:0 0 15px;
	font-weight:normal;
}
.doc_search_col_left,
.doc_search_col_right {
	float:left;
	width:294px;
	margin:0;
}
.doc_search_col_left {
	padding:0 6px 0 0;
}
.doc_search_col_left span {
	display:inline-block;
	text-align:center;
}
.doc_search_col_left span:last-child {
	
}
.doc_search_col_right {
	padding:0 0 0 6px;
}
.doc_inside_col_left,
.doc_inside_col_right {
	float:left;
	width:141px;
	margin:0;
}
.doc_inside_col_left {
	padding:0 6px 0 0;
}
.doc_inside_col_right {
	padding:0 0 0 6px;
}
.doc_search_type_icon {
	display:inline-block;
	margin:0 5px 0;
	padding:0;
	vertical-align:middle;
}
.doc_search_type {
	display:inline-block;
	margin:0 50px 10px 0;
	padding:0;
	color:#d3d3d3;
	cursor:pointer;
}
.active_search_type span {
	color:#7f528e;
	border-bottom:1px dashed #7f528e;
}
.simple_search .doc_search_type_icon {
	height:15px;
	width:15px;
	background:transparent url(../pic/form-elements/choose_search_simple_default.png) left center no-repeat;
}
.active_search_type.simple_search .doc_search_type_icon {
	height:15px;
	width:15px;
	background:transparent url(../pic/form-elements/choose_search_simple_active.png) left center no-repeat;
}
.full_search .doc_search_type_icon {
	height:15px;
	width:20px;
	background:transparent url(../pic/form-elements/choose_search_complex_default.png) left center no-repeat;
}
.active_search_type.full_search .doc_search_type_icon {
	height:15px;
	width:20px;
	background:transparent url(../pic/form-elements/choose_search_complex_active.png) left center no-repeat;
}
/* Form elements */
input[type="text"] {
	margin:0 0 24px;
	padding:12px;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	outline:none;
	border:none;
	border-radius:4px;
	background:#e1e2e7;
	color:#000;
	font-size:15px;
	cursor:pointer;
}
input[type="checkbox"] {
	display:none;
}
input[type="checkbox"] + label {
	display:inline-block;
	margin:0 0 7px;
	padding:0 0 0 28px;
	height:17px;
	width:auto;
	background:transparent url(../pic/form-elements/checkbox_default.png) left center no-repeat;
	cursor:pointer;
}
input[type="checkbox"]:checked + label {
	background:transparent url(../pic/form-elements/checkbox_default_checked.png) left center no-repeat;
}
input[type="checkbox"] + label:hover {
	background:transparent url(../pic/form-elements/checkbox_hover.png) left center no-repeat;
}
input[type="checkbox"]:checked + label:hover {
	background:transparent url(../pic/form-elements/checkbox_hover_checked.png) left center no-repeat;
}
input[type="text"].doc_text {
	padding-left:40px;
	background:#e1e2e7 url(../pic/form-elements/search_icon.png) 12px center no-repeat;
}
input[type="text"].doc_text_short {
	padding-left:40px;
	background:#e1e2e7 url(../pic/form-elements/search_icon.png) 12px center no-repeat;
	margin-right: 12px;
	width: 392px;
}
input[type="text"].doc_date_start,
input[type="text"].doc_date_end {
	width:108px;
	background:#e1e2e7 url(../pic/form-elements/calendar_icon.png) 73px center no-repeat;
}
input[type="text"].doc_select_form {
	cursor:pointer;
	padding:12px 45px 12px 12px;
	background:#e1e2e7 url(../pic/form-elements/select_icon.png) right center no-repeat;
}
.select_wrapper {
	position:relative;
}
.doc_options {
	position:absolute;
	top:40px;
	left:0;
	margin:0;
	padding:0;
	width:252px;
	border:1px solid #cbcccf;
	background:#e1e2e7;
	border-radius:0 0 4px 4px;
	display:none;
}
.doc_options p {
	margin:0 0 1px;
	padding:6px 20px;
	cursor:pointer;
	
}
.submit_button {
	display: inline-block;
	padding: 12px 72px 9px;

	font: 13px/1.5 'BS', sans-serif;
	text-transform: uppercase;
	text-decoration: none;

	border:none;
	outline:none;
	border-radius: 7px;
	
	color:#FFF;
	cursor: pointer;
}
.submit_button:hover {
	background: #fff;
}
	/* Mods */
	.b-layout__1 .submit_button {
		background: #7f528e;
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7f528e), to(#51355b));
		background-image: -webkit-linear-gradient(#7f528e, #51355b);
		background-image: -moz-linear-gradient(#7f528e, #51355b);
		background-image: -o-linear-gradient(#7f528e, #51355b);
		background-image: linear-gradient(#7f528e, #51355b);
	}
	.b-layout__2 .submit_button {
		color: #30825c;
	}
	.b-layout__3 .submit_button {
		color: #355baf;
	}
	.b-layout__4 .submit_button {
		color: #a63c20;
	}
.doc_search_text {

}	
/* Doc list */
.doc_info {
	margin:0 0 38px;
	text-align:left;
	font-size:14px;
}
.doc_date {
	float:left;
}
.doc_name {
	margin:0 0 0 88px;
}
.doc_clear {
	margin:0;
	padding:0;
	height:0;
	clear:both;
}

.pages p a {
	display:inline-block;
	text-decoration:underline;
	margin:0 20px 0 0;
	vertical-align:middle;
	text-align:center;
}
.pages p .prev,
.pages p .next {
	margin:0 10px 0 10px;
}
.pages p .nav_key {
	margin:0 10px 0 10px;
}
.pages p a.current {
	padding-top:5px;
	margin:0 10px 0 0;
	height:25px;
	width:30px;
	border-radius:30px;
}

.form_calendar {
	position:fixed;
	top:50%;
	left:50%;
	width:300px;
	margin:-145px 0 0 -150px;
	z-index:1000000;
}


	/* Mods */
	.b-layout__1 .doc_list_link, 
	.b-layout__1 .pages p a {
		color: #7f528e;
	}
	.b-layout__2 .doc_list_link,
	.b-layout__2 .pages p a {
		color: #30825c;
	}
	.b-layout__3 .doc_list_link,
	.b-layout__3 .pages p a {
		color: #355baf;
	}
	.b-layout__4 .doc_list_link,
	.b-layout__4 .pages p a {
		color: #a63c20;
	}
	
	.b-layout__1 .pages p a.current {
		background:#7f528e;
		color:#FFF;
	}
	.b-layout__2 .pages p a.current {
		background:#30825c;
		color:#FFF;
	}
	.b-layout__3 .pages p a.current {
		background:#355baf;
		color:#FFF;
	}
	.b-layout__4 .pages p a.current {
		background:#a63c20;
		color:#FFF;
	}