.cv_page{
	font-size: 0;
    width: 100%;
    margin: 0 auto ;    
	box-shadow: 0px 0 10px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0 10px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0 10px 1px rgba(0, 0, 0, 0.2);
	min-height: 600px;
	display: table;
	overflow: hidden;
}
.cv_page * {
    font-family: iransans;
}
.cv_page .right_bar,
.cv_page .left_bar{
	display: table-cell;
	vertical-align: top;
	font-size: 16px;
}
.cv_page .left_bar{
	background-color: #fff;
}
.cv_page .right_bar{
	width: 250px;
	background-color: #003A6F;
	color: #fff;
	font-size: 12px;
}
.cv_page .right_bar .top{
	padding:  20px 0 10px 0;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.cv_page .right_bar .cover{
	background-color: #fff;
	width: 150px;
	height: 150px;
	margin: 0  auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow:hidden; 
}
.cv_page .right_bar .cover img{
	width: 155px;
padding:0 !important;
border:0 !important;
}
.cv_page .right_bar .top .name{
	font-weight: 500;
	font-size: 16px;
	margin: 10px 0;
}
.cv_page .right_bar .top .social{
	float: none!important;
}
.cv_page .right_bar .top .social a{
	display: inline-block;
	width: 25px;
	height:25px;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .7;
	margin: 0 5px;
}
.cv_page .right_bar .top .social a:hover{
	opacity: 1;
}

.cv_page .right_bar .top .social .scopus{
	background-image: url(images/cv_scopus.png);
}
.cv_page .right_bar .top .social .orcid{
	background-image: url(images/cv_orcid.png);
}
.cv_page .right_bar .top .social .website{
	background-image: url(images/cv_web.png);
}
.cv_page .right_bar .top .social .linkedin{
	background-image: url(images/cv_linkedin.png);
}
.cv_page .right_bar .top .social .telegram{
	background-image: url(images/cv_telegram.png);
}
.cv_page .right_bar .top .social .google{
	background-image: url(images/cv_google.png);
}
.cv_page .right_bar .top .social .twitter{
	background-image: url(images/cv_twitter.png);
}
.cv_page .right_bar .top .social .researchgate{
	background-image: url(images/cv_researchgate.png);
}
.cv_page .right_bar .top .social .scholar{
	background-image: url(images/cv_scholar.png);
}
.cv_page .right_bar .bottom .items .title{
	background-color: #2987bb;
    padding: 5px;
	border-bottom: 1px solid #003a6f;
	cursor:pointer;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.cv_page .right_bar .bottom .items .title:hover{
	opacity: .8;
}
.cv_page .right_bar .bottom .items .content{
	overflow: hidden;
	display: none;
}
.cv_page .right_bar .bottom .items .content div{
    padding: 6px 15px;
    margin-right: auto;
    width: 250px;
    color: #f3f2f2;
    background-color: #003A6F;
	cursor: pointer;
	font-size: 11px;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.cv_page .right_bar .bottom[data-status=fix]{
    position: fixed;
    top: 100px;
	width: 250px;
}
.cv_page .right_bar .bottom .items .content div:hover{
	background-color: rgba(10, 144, 189, 0.4);
}



.cv_page .right_bar .bottom .items .title span{
	content:"";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	cursor: pointer;
	left: 0;
}

.body_ltr .cv_page .right_bar .bottom .items .title span{
	right: 0;
	left: auto;
}
.cv_page .right_bar .bottom .items .title span{
    cursor: pointer;
	display: inline-block;
    vertical-align: middle;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
.cv_page .right_bar .bottom .items .title span:before,
.cv_page .right_bar .bottom .items .title span:after{
	content: "";
	position: absolute;
	background-color:rgba(0, 58, 111, 0.8);
	transition: transform 0.25s ease-out;
	-webkit-transition: transform 0.25s ease-out;
	-moz-transition: transform 0.25s ease-out;
}
.cv_page .right_bar .bottom .items .title span:before{
    top: 7px;
    left: 50%;
    width: 4px;
    height: 16px;
    margin-left: -2px;
}
.cv_page .right_bar .bottom .items .title span:after{
    top: 50%;
    left: 7px;
    width: 16px;
    height: 4px;
    margin-top: -2px;
}
.cv_page .right_bar .bottom .items[data-status=true] .title span:before{ transform: rotate(90deg); }
.cv_page .right_bar .bottom .items[data-status=true] .title span:after{ transform: rotate(180deg); }







.cv_page .left_bar .items{
	width: 90%;
	margin: 0 auto;
	padding:20px 0;
}
.cv_page .left_bar .top{
	border-bottom: 1px solid #003A6F;
	background-color: #2987bb;
	padding: 0  5%;
	height: 254px;
	width: 100% ;
	font-size: 0;
	display: table;
	box-sizing: border-box;
}
.cv_page .left_bar .about{
    font-size: 11px;
    color: #fff;
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
	padding-left: 20px;
}
.cv_page .left_bar .about .title{
	color: #003A6F;
	font-size: 20px;
	font-weight: 800;
	padding: 5px;
	margin-bottom: 10px;
}

.cv_page .left_bar .top .cell{
	display: table-cell;
	vertical-align: middle;
	width: 240px;
    font-size: 12px;
}
.cv_page .left_bar .info .item{
	line-height: 25px;
	font-weight: 400;
	font-size: 11px;
	color: #fff;
	min-height: 20px;
	display: block;
	position: relative;
	padding-right: 30px;
}
.cv_page .left_bar .info .fax,
.cv_page .left_bar .info .tell,
.cv_page .left_bar .info .mob{
	direction: ltr;
}
.body_rtl .cv_page .left_bar .info .item{
	text-align: right;
}
.body_ltr .cv_page .left_bar .info .item{
	padding-left: 30px;
	padding-right: 0;
	text-align: left;
}
.cv_page .left_bar .info .item:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
	right: 0;
}
.body_ltr .cv_page .left_bar .info .item:after{
	right: auto;
	left: 0;
}
.cv_page .left_bar .info .name:after{
	background-image: url(images/cv_profile.png);
}
.cv_page .left_bar .info .rank:after{
	background-image: url(images/cv_rank.png);
}
.cv_page .left_bar .info .tell:after{
	background-image: url(images/cv_tell.png);
}
.cv_page .left_bar .info .fax:after{
	background-image: url(images/cv_fax.png);
}
.cv_page .left_bar .info .email:after{
	background-image: url(images/cv_email.png);
}
.cv_page .left_bar .info .mob:after{
	background-image: url(images/cv_mob.png);
}
.cv_page .left_bar .info .web:after{
	background-image: url(images/cv_web.png);
}
.cv_page .left_bar .info .pdf:after{
	background-image: url(images/cv_pdf.png);
}
.cv_page .left_bar .change_lang{
	position: absolute;
	display: block;
	top: 20px;
}
.cv_page .left_bar .info .email img{
	top: 3px;
    margin: 0 1px;
}

.cv_page .left_bar .items .head{
    padding: 10px;
    font-weight: 600;
    font-size: 18px;
	color:  #003A6F;
}
.cv_page .left_bar .items .table{
	display: table;
	border: 1px solid #003A6F;
	width: 100%;
}
.cv_page .left_bar .items .table .row {
	display: table-row;
}
.cv_page .left_bar .items .table .row .cell{
	display: table-cell;
	padding: 5px 10px;
	text-align: center;
    line-height: 25px;
    font-size: 14px;
}
.cv_page .left_bar .items .table .row .cell:not(:last-child){
    border-left: 1px solid #003A6F;
}
.cv_page .left_bar .items .table .row:nth-child(odd) .cell{
	background-color: #f1f1f1;
}
.cv_page .left_bar .items .table .row:first-child .cell{
	background-color: #003A6F;
	color: #11e4ea;
}
.cv_page .left_bar .items .table .row:first-child .cell:not(:last-child){
    border-left: 1px solid #2987bb;
}




.cv-php{
	
}

.cv_list_page{
	
}
.cv_list_page .search_cv{
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cv_list_page .search_cv .item{
	width: 250px;
	position: relative;
	margin:10px;
}
 
 

.cv_list_page .search_cv .item select,
.cv_list_page .search_cv .item input{
	width: 100%;
	height: 40px;
	color: #003A6F;
}
.cv_list_page .search_cv .item input[type=submit]{
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	margin: 0;
	box-shadow:none;
	background-color: #003A6F;
	border: none;
	background-image: url(images/ic_magnifier.png);
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}
.body_rtl .cv_list_page .search_cv .item input[type=submit]{
	left: 0;
}
.body_ltr .cv_list_page .search_cv .item input[type=submit]{
	right: 0;
}

.cv_list_page .pages_number{
	margin-right: auto;
    background-color: #003A6F;
    width: 100%;
    text-align: center;
    font-size: 0;
    padding: 20px;
}
.cv_list_page .pages_number .item{
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 40px;
	text-align: center;
	border-right: 1px solid #003A6F;
	vertical-align: top;
	background-color: #2987BB;
	color:#fff;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
	opacity: .5;
}
.cv_list_page .pages_number .active,
.cv_list_page .pages_number .item:hover{
	opacity: 1;
}
.cv_list_page .pages_number .next{
	background-image: url(images/ic_page_next.png);
}
.cv_list_page .pages_number .prev{
	background-image: url(images/ic_page_prev.png);
}
.cv_list_page .pages_number .last{
	background-image: url(images/ic_page_last.png);
}
.cv_list_page .pages_number .first{
	background-image: url(images/ic_page_first.png);
}
.cv_list_page .pages_number .item:last-child{
	border-left: 1px solid #003A6F;
}

.cv_list_page .table{
	display: table;
	width: 100%;
	border: 1px solid #003A6F;
}
.cv_list_page .table .row{
	display: table-row;
}
.cv_list_page .table .row .cell{
	display: table-cell;
	padding: 5px 15px;
	font-size: 13px;
}
.cv_list_page .table .row:first-child .cell{
	background-color: #003A6F;
	color: #11e4ea;
	font-weight: 500;
	font-size: 16px;
}
.cv_list_page .table .row:first-child .cell:not(:first-child){
	border-right: 1px solid #2987BB;
}
.cv_list_page .table .row:not(:first-child) .cell:not(:first-child){
	border-right: 1px solid #003A6F;
}
.cv_list_page .table .row:not(:first-child) .cell{
	border-top: 1px solid #003A6F;
}

