#archive_doc .ur-frontend-form {
	padding: 0;
	border: none;
}

#archive_doc .ur-frontend-form form .ur-form-row .ur-form-grid {
	width: 100% !important;
	padding: 0;
}

#archive_doc .ur-frontend-form form .ur-form-row .ur-form-grid input[type=date], 
#archive_doc .ur-frontend-form form .ur-form-row .ur-form-grid input[type=email], 
#archive_doc .ur-frontend-form form .ur-form-row .ur-form-grid input[type=number], 
#archive_doc .ur-frontend-form form .ur-form-row .ur-form-grid input[type=password], 
#archive_doc .ur-frontend-form form .ur-form-row .ur-form-grid input[type=phone], 
#archive_doc .ur-frontend-form form .ur-form-row .ur-form-grid input[type=text], 
#archive_doc .ur-frontend-form form .ur-form-row .ur-form-grid input[type=timepicker], 
#archive_doc .ur-frontend-form form .ur-form-row .ur-form-grid input[type=url], 
#archive_doc .ur-frontend-form form .ur-form-row .ur-form-grid select, 
#archive_doc .ur-frontend-form form .ur-form-row .ur-form-grid textarea { height: auto; }

#archive_doc .ur-frontend-form form button[type=submit] { 
	float: none; 
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
}

#archive_doc #loginform { font-size: 13px; }


#archive_doc {
	width: auto;
	float: none;
}

#archive_doc h4 {
	font-size: 12px;
	border-bottom: 1px solid #e4f6e9;
	padding-bottom: 10px;
	margin: 0;
}

#archive_doc #doc_files { margin-top: 20px; }

#archive_doc .list {
	background-repeat: no-repeat;
	background-position: 15px center;
	border-bottom: 1px solid #e4f6e9;
	display: block;
	padding: 20px 0 20px 65px;
	color: #000;
}

#archive_doc .list:hover { background-color: #e4f6e9; }
#archive_doc .folder { background-image: url('../images/icon_folder.svg'); }
/*#archive_doc .file { background-image: url('../images/icon_file.png'); }*/

#archive_doc #doc_breadcrumb { 
	margin: 0 0 30px;
	padding: 0;
}

#archive_doc #doc_breadcrumb li {
	list-style: none;
	display: inline-block;
	font-size: 13px;
}

#archive_doc #doc_breadcrumb li.home { font-weight: bold; }
#archive_doc #doc_breadcrumb li.active { color: #33994e; }
#archive_doc #doc_breadcrumb li a:hover { color: #33994e; }

#archive_doc .filetype {
	background: #113219;
	color: #FFF;
	padding: 6.15px;
	font-size: 9px;
	text-transform: uppercase;
	border-radius: 5px;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}

#archive_doc .file { 
	position: relative; 
	padding: 0;
	overflow: hidden;
}

#archive_doc .file .download { 
	display: block; 
	padding: 20px 0 20px 15px; 
}

#archive_doc .file.has_readmore .download {
	width: calc(100% - 95px);
	float: left;
}

#archive_doc .file .filebreadcrumb { 
	display: block;
	margin-left: 48px;
	font-size: 12px;
}

#archive_doc .file .readmore_label { 
	color: #FFF;
	padding: 6.15px;
	font-size: 9px;
	text-transform: uppercase;
	border-radius: 5px;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
	background: #33994e;
	float: right;
	margin-top: 20px;
}

#archive_doc .file .readmore_label:hover { background-color: #113219; }

#archive_doc .file .readmore_content { 
	display: none;
	padding: 25px 15px 0 0;
	margin-right: -95px;
}

#archive_doc .file.show .readmore_content { display: block; }

#archive_doc .file .readmore_content .caption {
	display: block;
	font-weight: bold;
	font-size: 12px;
} 

#archive_doc .file .readmore_content .caption {
	display: block;
	font-size: 12px;
	margin: 10px 0;
} 

#archive_doc .search_box { 
	padding-bottom: 60px; 
	overflow: hidden;
}

#archive_doc .search_box form { width: 100%; }

#archive_doc .search_box .search_field {
	float: left;
	width: calc(80% - 20px);
	margin: 0 20px 0 0;
}

#archive_doc .search_box .search_submit {
	float: left;
	width: 20%;
	padding: 8px 10px;
	margin: 0;
	height: auto;
	text-indent: 0;
	vertical-align: middle;
	top: auto;
	background-image: none;
}

#archive_doc #logout {
	margin: 35px 0;
	text-align: right;
}

#archive_doc #logout a {
	background: url(../images/icon_logout.png) no-repeat 15px center #113219;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 15px 25px 15px 50px;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	background-size: 22px;
}

#archive_doc #logout a:hover { background-color: #33994e; }

.single-documentation .meta-in-content { display: none; }