@CHARSET "UTF-8";
/**
 * @package    manifile
 * @subpackage CSS
 * @author     Mohammad Miri {@link themeiran.com}
 * @author     Created on 19-Sep-2017
 * @license    GNU/GPL
 */


/********************************
			categories
*******************************/
.manifile_categories{
	width: 100%;
	float: right;
	margin: 15px 0;
	padding: 15px;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.3);
}
.manifile_categories ul,
.manifile_files ul{
	width: 100%;
	float: right;
	margin: 0;
	padding: 0;
}
.manifile_categories li{
	list-style:none;
	padding: 5px !important;
}

.manifile_categories li > div{
	color: #333;
	border: solid 1px #eee;
	padding: 15px;
	display: block;
    text-align: center;
}
.manifile_categories li a{
	color: #333; 
	display: inline-block;
}
.manifile_categories li a:hover{
	background: none !important;
}
a,
a:hover,
a:focus{
	text-decoration: none !important;
} 
.manicategory_image{
	overflow: hidden;
} 
.manifile_categories img{
	border-radius: 2px;
	display: block;
	margin: 0 auto;
}
.manifile_files h3,
.manifile_categories h3{
	margin: 0;
	padding: 10px;
	line-height: normal;
	font-size: 16px;
	text-align: center;
}
.manifile_categories h3 span{
	color: #666;
	font-size: 14px;
	display: inline-block;
}
.manifile_categories .category_desc{
	font-size: 13px;
	text-align: center;
	color: #666;
}
.manifile_categories .category_desc p{
	margin: 0; 
}

/********************************
			category
*******************************/
.manifile_category{
	padding: 15px;
	width: 100%;
	float: right;
	margin: 15px 0;
}
.manifile_category > h1{
	width: 100%;
	float: right;
	margin:0 0 15px !important;
	padding: 15px !important;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.3);
	color: #333 !important;
	font-size: 18px !important;
}
.manifile_category_header{
	width: 100%;
	float: right;
	margin-bottom: 15px;
	padding: 15px;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.3);
	position: relative;
}
.manifile_back {
    position: absolute;
    top: 15px;
    left: 15px;
    text-align: left;
}
.manifile_file .manifile_back {
    top: 5px;
}
.manifile_back a{
	color: #fff !important;
}
.manifile_category .manifile_category_image{
	float: right;
}
.manifile_category .manifile_category_image img{
	border-radius: 2px;
}
.manifile_category .manifile_category_header_info{
	float: right;
	padding: 10px 0;
}
.manifile_category .manifile_category_header_info h3{
	padding-right: 15px;
	line-height: normal;
	margin: 0 0 10px;
	font-size: 18px;
}
.manifile_category .manifile_category_header_info > div{
	padding-right: 15px;
}
.manifile_category .manifile_category_header_info > div p{
	margin: 0;
}

.manifile_category .manifile_category_empty_content{
	background: #ffedee;
	color: #e7494d;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
	padding: 15px;
	border-radius: 2px;
	font-size: 16px;
	text-align: center;
	width: 100%;
	float: right;
}
.manifile_files{
	width: 100%;
	float: right;
	margin: 15px 0;
	padding: 15px;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.3);
}
.manifile_files li{
	float: right;
	list-style:none;
	padding: 10px !important;  
}
.manifile_files li > div{
	float: right;
	width: 100%;
	list-style:none;
	padding: 0px 0 10px;
	color: #333;
	border: solid 1px #eee;
    background: #fff;
}
.manifile_files li h3 {
    margin: 0;
    padding: 10px;
    line-height: 27px;
    font-size: 14px;
    text-align: center;
/*    height: 62px;*/
    overflow: hidden;
}
.manifile_files li h3 a{
	display: inline-block;
	color: #333;
}
.manifile_files li h3 a:hover{
	background: none !important;
}
.manifile_category .manifile_box{
	width: 100%;
	float: right;
	border-bottom: solid 1px #eee;
	overflow: hidden;
	padding-bottom: 10px;
} 
.manifile_category .manifile_box > div{
	overflow: hidden;
	padding:0 10px;	
} 
.manifile_category .manifile_image{
	width: 100%;
	float: right;  
	overflow: hidden;
}   
.manifile_category .manifile_image a{
	display: block;
	width: 100%;
	height: 100%;
} 
.manifile_category .manifile_image img{
	display: block;
	margin: 0 auto;
} 
.manifile_files .manifile_created{
	padding: 10px 50px 10px 10px !important;
	background: url(../images/calendar.png) no-repeat 95% center;
	background-size: 23px;
	width: 100%;
	float: right;
} 
.manifile_files .manifile_downloads{
	padding: 10px 50px 10px 10px !important;
	background: url(../images/download.png) no-repeat 95% center;
	background-size: 23px;
	width: 100%;
	float: right;
} 
.manifile_files .manifile_hits{
	padding: 10px 50px 10px 10px !important;
	background: url(../images/hits.png) no-repeat 95% center;
	background-size: 23px;
	width: 100%;
	float: right;
}
.manifile_category .manifile_box{
	border: solid 1px #eee;
	border-radius: 2px;
	padding: 15px;
	margin-bottom: 15px;
}
.manifile_files .manifile_desc p{
	margin: 0; 
}

.manifile_search{
	width: 100%;
	float: right;
	margin: 15px 0;
	padding: 15px;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.3);
}
.manifile_search input[type="text"] {
    float: right;
    width: 250px;
    height: 30px;
    margin: 0 0 0 5px;
	max-width: 100%;
}
.manifile_search input[type="submit"]{
	width: auto !important;
	float: right;
    margin: 0 0 0 5px;
}
.manifile_sort{
	text-align: left;
}
.each_col_desc {
    color: #666;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
	width: 100%;
	float: right;
	padding: 10px;
	border-top: solid 1px #eee;
}
.each_col_desc * {
    display: inline;
} 
.each_col_read span {
    display: inline-block;
    position: relative;
    top: 2px;
    border-radius: 1px;
    cursor: pointer;
    font-size: 15px;
    margin-right: 10px;
    padding: 0 10px;
    color: #fff;
    background: #337ab7 url(../images/left-arrow.png) no-repeat center;
    width: 40px;
    height: 17px;
    background-size: contain;
}
.each_col_longdesc {
    background: #fff none repeat scroll 0 0;
    font-size: 13px;
    margin: 0 auto;
    padding: 35px;
    width: 60%;
} 
.dialogModal .dialogModal_container .close {
    background: #e91e63 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-family: serif;
    font-size: 30px;
    font-weight: bold;
    height: 50px;
    line-height: 12px;
    opacity: 1;
    outline: 0 none;
    padding: 4px 0 0;
    position: absolute;
    right: 18.5%;
    text-align: center;
    text-shadow: none;
    top: -22px;
    width: 50px;
} 
.manifile_files .file_readmore{
	padding: 0 0 0 10px;
	text-align: left;
	float: left !important;
}
.manifile_files .file_readmore a{
	color: #fff !important;
	background: #0345bf !important;
}
.manifile_category .manifile_files table td,
.manifile_category .manifile_files table th{
	text-align: center;
	vertical-align: middle;
}
.manifile_category .manifile_files table .manifile_image img{
	max-height: 100%;
}
.manifile_category .manifile_files table h3{
	padding: 0 !important;
	font-size: 13px;
}
.manifile_category .manifile_files table .each_col_desc{
	width: auto;
	float: none;
	color: #fff !important;
	padding: 6px 12px !important;
	line-height: normal !important;
}
.manifile_category .manifile_files .file_btn a{
	color: #fff !important;
	line-height: normal !important;
}
/**/
.manifile div.pagination {
	width: 100%;
	float: right;
	margin-bottom: 0;
}
.manifile div.pagination > ul{
	width: 100%;
	float: right;
	margin-bottom: 0;
	text-align: center !important;
}
.manifile div.pagination > ul li {
    min-width: 35px;
    height: 35px;
    margin: 5px !important;
    float: right;
	padding: 0 !important;
} 
.manifile div.pagination > ul li > span,
.manifile div.pagination > ul li > a{
    border: solid 1px #ddd;
    padding: 8px 0 !important;
	width: 100%;
	height: 100%;
	display: block;
	transition: all linear 0.3s;
	text-align: center !important;
	line-height: normal !important;
}
.manifile div.pagination > ul li > a:hover,
.manifile div.pagination > ul li.active{
	background: #ddd;
	color: #333;
}
.manifile div.pagination > ul .pagination-start a ,
.manifile div.pagination > ul .pagination-start span {
	background: url(../images/backward.png) no-repeat center;
	background-size: 13px;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0 !important;
}
.manifile div.pagination > ul .pagination-prev a ,
.manifile div.pagination > ul .pagination-prev span {
	background: url(../images/step-backward.png) no-repeat center;
	background-size: 13px;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0 !important;
}
.manifile div.pagination > ul .pagination-next a ,
.manifile div.pagination > ul .pagination-next span {
	background: url(../images/step-forward.png) no-repeat center;
	background-size: 13px;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0 !important;
}
.manifile div.pagination > ul .pagination-end span ,
.manifile div.pagination > ul .pagination-end a {
	background: url(../images/forward.png) no-repeat center;
	background-size: 13px;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0 !important;
} 
