@import url("reset.css");
@import url("icon.css");
@import url("fontiran.css");
@import url("pagination.css");
@import url("slick.css");
@import url("slick-theme.css");
@import url("trumbowyg.min.css");
@import url("viewbox.css ");  
@import url("persianDatepicker-default.css");  
#jxlznbqejxlzapfujzpeapfu{
	cursor: pointer;
    width: auto;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
}
body,input,button,select,label{
	font-family: IRANSans;  
}
img {
	vertical-align:middle;    
	/* display:block; */
} 
a{
	text-decoration: none;
}
body {
	background: dimgray;   
}
.icon-mid:before{
	vertical-align: middle
}
.loading {
	width: 16px;
	height: 16px;
	background-color: #d83c3c;
	position: absolute;
    top: 50%;
    right: 50%;
	-webkit-animation: loading 1.5s ease infinite;
			animation: loading 1.5s ease infinite;
	border-radius: 100%;
	z-index: 100;
}
@-webkit-keyframes loading {
  to {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@keyframes loading {
  to {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
/*-------------------- Header -----------------*/
#header{
    z-index: 20;
}
/*Header-search*/
.over-search {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}
.close{
    top: 15%;
    right: 15%;
    opacity: 1;
    font-size: 27px;
}
input.over-search-input {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-weight: 300;
    outline: none;
    width: 100%;
}
.over-search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
}
.over-search-inside {
	height:100vh;
}
.over-search-inside form {
	width: 680px;
}
.menu-shahid ul li{
    padding: 7px 18px 10px 18px;
    font-weight: 100;
    font-size: 12px;
}
.menu-shahid ul li a {
    color: #fff;
    transition: 0.3s ease;
}
.menu-shahid ul li a:hover{
    text-shadow: 2px 1px 9px #000;
    border-bottom: 0.05em solid #fff;
    padding-bottom: 13px;
}
.search-box input{
    width: 350px;
    padding: 5px 20px;
    border-radius: 5px 0 0 5px;
    border: none;
    height: 35px;
}
.search-box button{
	border: none;
    background: #d83c3c;
    height: 35px;
    width: 35px;
    color: #fff;
    margin-left: -5px;
    border-radius: 0 5px 5px 0;
    padding: 6px;
    font-size: 15px;
}
.circle-signin{
    width: 30px;
    height: 30px;
    background: #929292;
    border-radius: 100%;
    margin-top: 2px;
    padding: 6px 8px;
    cursor: pointer;
}
.circle-btn {
	width: 35px;
    height: 35px;
    border-radius: 100%;
    border:2px solid #657181;   
    cursor: pointer;
    text-align:center;
    margin-top:-10px;
    transition:all 0.3s;
}
.circle-btn:hover {
	border-color:#953134;
}
.circle-btn:hover i {
	color: #953134;
}
.circle-btn i {
	line-height:42px;
}
span.enter {
	line-height:35px;
}
.tooltip {
	background-color:rgba(0,0,0,0.8);
	padding: 3px 10px;
    border-radius: 10px;
    z-index: 1000;
   	white-space: nowrap;
}
.circle-btn:hover > .tooltip,
.header-btns:hover > .tooltip,
.more-data:hover .more-tooltip-data {
	display: block;
}

.edit-tooltip {
	left:85px; 
	top:30px;        
}
.more-tooltip-data { 
	top: 40px;   
    left: 20px;
}
.more-tooltip-bio {
    left: 25px;
    bottom: 15px;
}
.detail-btn-c .more-tooltip-data {
	transform: scale(-1, 1);
}
.grave-pic-tooltip {
	top:-25px;
	left:-10px;
}

.grave-pic-tab:hover .grave-pic-tooltip {
	display:block;
}
.share-socials {
    margin-top:-10px;    
}
.share-socials a {
	width:35px;
	height:35px;
	border-radius:100%;
	display:block;
	float: left;
	text-align:center;
	font-size:20px;
	color: white;
}
.share-socials a span {
	line-height: 48px;
}
.width-slider {
	width: 100%;
    height: 100%;
    top: 0px;
    background:#fbfcfe;
}
/*Header Mobile*/
.mobile {
    background-color: #222;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    transition: .2s;
    padding: 7px 15px;
    height: 65px;
    box-shadow: 0 1px 3px rgba(0,0,0,.7);
}
.mob-search-input {
    color: #f5f5f5;
    outline: none;
    border: none;
    background: transparent;
    font-size: 13px;
    letter-spacing: -.021em;
    height: 32px;
    position: absolute;
    width: 70%;
    margin: auto;
    left: 0;
    right: 0;
}
.mobile-menu{
    background-color: #222;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 5;
    top: 37px; 
 	right:0px;
 	left:0px;
    position: fixed;
    z-index: 10;
}
.mobile-menu ul{
    position: relative;
    display: block;
    padding: 0px 48px 0;
    text-align: center
}
.mobile-menu ul li {
    border-bottom: 1px solid #333;
    margin-top: 5px;
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.mobile-menu ul li a {
    display: block;
    position: relative;
    color: #FFF;
    font-weight: 100;
    text-decoration: none;
    font-size: 17px;
    line-height: 2.35;
    font-weight: 200;
    width: 100%;
    transition: 0.5s;
}
.text-site{
	color: yellow;
	text-shadow: 1px 1px 1px #000;
}
/*-------------------- INDEX ---------------------*/
#main{
	background: url(../images/background.jpg);
    background-size: cover;
  	height: calc(100vh - 38px); 
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.search-main {     
	overflow: hidden;
}
.search-main input{
	width: 486px;
    border: none;
    height: 45px;
    outline: none;
}
.search-main button {
	border: none;
    background: #d83c3c;
    height: 45px;
    width: 45px;
    outline: none;
}
.index-btns {
	display:table;
	margin:15px auto 0;
}
.index-btns a {
	background-color:rgba(255,255,255,.8);
	font-size:14px;
	font-weight:300;
	padding:10px 20px;
	display: block;
	border-radius:10px;
	color:#000;
} 
.appads {
	position: absolute;
    top: -160px;
    right: 17px;
    width: 110px;
}
/*-------------------- Single martyr ---------------------*/
/*------- single martyr -------*/
.shahid-visit{
	font-size: 13px;
    color: #657181;
    line-height: 34px;
}
#shahid-single,
.library,
#single-diary,
#single-will,
#single-book,
#location-page,
#advance-search,
#edit-shahid,
#single-isargaran,
#insert-shahid,
#page,
#print,
#single-mission {  
	padding-top: 30px;
	padding-bottom:10px;
}
.mart-content {  
	background:#fbfcfe;
} 
.mart-main { 
	padding:30px 40px; 
}
.mart-title {
	line-height:20px;    
}
.icon-alarm,
.single-edit .icon-pencil,
.shahid-delete {
	margin-top:-5px;
}
.mart-sec {
	background-color:#fff;
	border:1px solid #dbdfe2; 
}
.mart-img {
	height:300px;
	overflow:hidden;  
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.mart-img img {
	height: 100%;
    width: auto;
    top:15px;
    position: absolute;
}
#will .mart-img img {
	padding:0px;
}
.mart-data {
	border-top: 1px solid #dbdfe2;
	height:40.8px;
	line-height: 39px;
}
.mart-data .c-data {
	overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
}   
.mart-auto {
	height:inherit;
}
.exeption,
.mart-sec-head, 
.biowill-content,
.border-bottom {
	border-bottom: 1px solid #dbdfe2;
}  
.mart-data-first {
	border-top:0px;
}
.mart-detail .more-data-btn { 
	top:110px;
	left:0px;
	z-index: 10; 
	cursor:pointer;
} 
.mart-detail .detail-btn-c {
	left:-8px;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1); 
	transform: scale(-1, 1);
}
.biowill-content {
	min-height:204px;   
}
.bio-content p,
.will-content p,
.bio-content .link-content{
	font-weight: 300; 
}
.single-content {
	min-height:645px; 
}
.bio-content-text,
.will-content-text,
.death-content-text {
	height:165px;      
	overflow: hidden; 
} 
.biowill-extended .bio-content-text,
.biowill-extended .will-content-text,
.biowill-extended .death-content-text { 
	height:auto;   
}
.biowill-content .more-data-btn { 
	bottom:-52px;    
	left:75px;
	z-index: 10; 
	cursor:pointer;  
	transform: rotate(-90deg);
}
.biowill-content .biowill-btn-c {
	transform: rotate(90deg);
	bottom: -59px;
}
.mart-qr img {
	opacity:0.6;
}
.mart-word {
	color:#ce0000; 
}
.data-set span {  
	color: #d6d6d6;
	font-weight:300;
}
.mart-map,
.mart-cemetry {
	/* height:346px;      */
} 
.mart-cemetry img {
	margin: 0 auto;
	/* height:100%; */
	width:auto; 
}
#cer2 {
	height: 280px;
    overflow: hidden;
    padding: 15px 0;
}
.bio-tabview,
.cer-tabview,
.dia-tabview {
	cursor: pointer;
	transition:all 0.4s; 
	border-bottom:3px solid transparent;
}
.bio-tabview.active,
.dia-tabview.active,
.cer-tabview.active {
	color:#953134;
	border-bottom-color:#953134;  
}
.bio-tabview:hover, 
.dia-tabview:hover {
	color:#953134;
}
.grave-word {
	color:#007b1d; 
}
.gallery-section .slick-arrow {
	background-color:rgba(0,0,0,0.6); 
	color:white;
	width:40px;
	height:40px; 
	border-radius: 100%;
	position:absolute;
	z-index: 10;
}
.gallery-section .slick-arrow:hover {
	background-color:rgba(0,0,0,0.8); 
} 
.gallery-section .slick-next {
    left: 10px;
    top:50%;
}
.gallery-section .slick-prev {
    right: 10px;
    top:50%;
}
.diary-section select {
	font-family:IRANSans;
	width: 100%;
	padding:10px 20px;
	background:#f4f4f4;
	border-radius: 20px;
	border: none;
	outline: none;
	font-weight: 300;
} 
.book-section a img {
	height:auto;
	width:100%;
}
.single-book img {
	height:auto; 
}
.add-btn { 
	display: table; 
	padding:6px;
	border-radius:20px;
	cursor: pointer;
}
.add-diary {
	margin:30px auto 15px;           
}
.selectfilebtn { 
	background-color:#953134;
	font-weight: 300;
	padding:5px 10px;
	border-radius: 3px;
}  
#add-img button,
#report button,
.form-submit input.submit {  
	outline: none;
	border: none;
	padding:7px 20px; 
	border-radius:20px;
	font-weight:300;
}
.form-submit input.submit {
	background: #00a651;
	color:white;
	font-size:15px;
	margin-top:5px;  
}
span.mart-head-icon {
	display: flex;
    flex-direction: column;
    justify-content: center;
	width:30px;
	height:30px;
	text-align:center;
	border: 2px solid #657181;
	line-height: 10px;     
	border-radius: 100%;
	color: #657181;
}
.image-field input,
.search-type input {  
	background:transparent;
	vertical-align: middle;
	cursor:pointer;  
}
.image-field label:hover,
.search-type label:hover { 
	color:#953134;
}
.add-icn {
	display: flex;
    flex-direction: column;
    justify-content: center;
	width: 27px;
    height: 27px;
    border:2px solid #fff;
    line-height:8px;
    border-radius: 100%;
    text-align:center; 
}
.single-notificaion {
	padding:5px 20px;
	cursor:pointer; 
}
.single-notificaion i{
	vertical-align: middle;
    height: 17px;
    display: inline-block;
}
.btn-relate {
    border-radius: 5px; 
}
.shahid-category ul li a {
	color:#00a651; 
}
.single-pishkhan a {
	background:#100094; 
	padding:4px 10px;
	border-radius:5px;
	color:white;
}
.shahid-delete {
	border:none;
	border-radius:5px;
	padding: 4px 10px;  
	outline: none;
	display: block;
}
.data-send-telegram a {
	border-radius: 20px;
    padding: 6px 20px;
    margin-right: 10px;
    background-color: #0487d9;
    color: white;
    font-weight: 300;
    display:block;
}
.viewbox-header {
	color:#657181;
	font-size: 14px;
	font-weight: 300;    
}
/*----report failture-----*/  
.report-bg {
	position:fixed;
	top:0px;
	bottom:0px;
	left: 0px;
	right:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7);  
	z-index: 1000;
	display:flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 10px;
}
.report-main {
	background-color:rgba(255,255,255,0.95); 
	width: 600px;
	border-radius: 10px;
	box-shadow: 1px 1px 3px #6f6f6f;
	margin:0 auto;
}
.report-head {
	border-bottom: 1px solid #d1d1d1;  
}
.report-head .icon-cross {
	  cursor: pointer;
}
.rep-input,
.dia-input,
.adv-input,
.cat-selection select,
.comment-input {
	width:100%; 
    border: 1px solid #ddd;
    padding: 7px 10px;
    transition: border-color .1s ease-in;
    outline: none;
    border-radius: 5px;
    background:#fdfdfd; 
}
.icheckbox {
	width:20px;
	height:20px;
}
.cat-selection select, 
select.adv-input {
	padding:6px 10px; 
	
}
.search-section-shahid .colm3,
.search-section-shahid .colm2 {
	height: 75px;
    overflow: hidden;
}
.more-fields {
	cursor:pointer;
}
.more-fields-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 27px;
    height: 27px;
    text-align: center;
    border-radius: 100%;
    background:#00a651; 
    line-height:10px;
    transition:all 0.5s;
} 
.btn-rotation {
	background: #d70000;
	transform: rotate(45deg);
	transition:all 0.5s; 
}
.img-explane,
#rep-textbox,
textarea.comment-input  {
	height:140px; 
}
.report-success {
	color:#467101;
}
.comment-notes, 
.comment-reply-title,
h3.path {
	display:none;
}
/*---- search -----*/  
.clomun-mart{
	width: 20%;
}
.search-mart-img{
	height: 165px;
	overflow: hidden;
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.search-mart-img img{
	width: auto;
	height: 100%;
	position:absolute; 
}
.search-mart-title{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.search-mart-cat ul li a {
	color:#00a651;
	font-size:12px;   
}
/*------------ page -----------*/
.page-pic {
	margin-top: 40px;
}
.page-pic img {
	height:auto;
}
/*------------ location page -----------*/
.page-head {
	display: flex;
	justify-content:center;
}
.location-location {
	border:none;
	outline: none;
	padding: 10px 20px;
	border-radius: 20px;
	display: block;
	margin: 20px auto;
    background: #007fff;     
}
.location-btn,
.adv-btn {
	border:none;
	outline: none;
	padding: 10px 20px;
	border-radius: 20px;  
}
.auto-find-shahid label {
	display:none;
}
.adv-btn {
	display:block;
	margin:0 auto; 
}
#sws-result{
    position: absolute;
    z-index: 10;
    background: #fff;
    border-top-color: #d9d9d9;
    cursor: default;
    width: 34%;
    border-right:1px solid #d9d9d9;
    border-left:1px solid #d9d9d9;
} 
#sws-result ul li {
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
    padding:10px;
    transition: 0.3s;
    cursor: pointer;
    border-bottom: 1px solid #d9d9d9;
}
#sws-result ul li:hover{
	background-color: #f5f5f5;  
}
/*--------------- advance search ------------*/
.advance-head {
	display:flex;
	justify-content:center;
} 
.adv-pic-form {
	display: table;
	margin: 0 auto;
}
#adv-result-shahid tr,
#adv-result-isargar tr  {
	border-bottom:1px solid #dbdfe2; 
}
#adv-result-shahid tr td,
#adv-result-isargar tr td {
	vertical-align:middle;
}
#adv-result-isargar tr td {
	padding:10px 0px;
}  
thead tr th {
	padding-bottom:20px;
}
/*------------- Edit Shahid --------------*/
.edit-image {  
    background:#fdfdfd;
}
.edit-image img {
	height: auto;
}
.image-box {
	border-radius: 5px;
    border: 1px solid #ddd;
    /*height: 145px;*/ 
    overflow: hidden;
}
#edit-shahid #shahid-img,
#insert-shahid #shahid-img {
	border:none;
	height:38px; 
	margin-top:5px;
}
a.add-shahid:hover span {
	color:#007b1d;
	border-color: #007b1d;
}
a.add-shahid:hover div  {
	color:#007b1d;	
}
a.return-single:hover span {
	color:#953134;
	border-color: #953134;
}
a.return-single:hover div  {
	color:#953134;	
}
.cat-selection select {
	color: #f79264;
	font-size:14px;
	margin-top:5px;
}
.success {
	position:fixed;
	height:100%;
	right: 0;
	left: 0;
	top:0;
	bottom:0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 21;
}
.success-content {
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height:100vh;  
}
.success-text {
	background:#fff;
	border-radius:10px;
	padding:30px;
	color:#00a651
}
.textarea-editor {
	min-height:150px;
}
.edit-tab-btn {
	border-radius:5px;
	padding:5px 10px; 
	cursor: pointer;
	background:gray;
	width:13.36%;
	text-align:center;
}
.edit-tab-btn.active {
	background:#953134; 
}
.download-btn {
    box-shadow: 1px 1px 1px #969696;  
    display: block;
    bottom: 5px; 
    left: 5px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    line-height: 34px;
    opacity:0.6;
    transition:all 0.4s;
}
.download-btn:hover {
	opacity:1;
}
.gallery-download {
	 bottom: 10px; 
    left: 10px;
}
#grave-img {
	width:0px;
	overflow: hidden;
	position:absolute;
}
.grave-editbox {
	border-left:1px solid #dbdfe2;
	padding-left:10px;
}
/*------------ Isargaran -----------------*/
.isargaran-main {
	height:80vh;
}
.nickname {
	color:#7d7d7d;
	font-weight:400;
	padding-left:5px; 
}
#single-isargaran .circle-btn {
	margin-top:0;
} 
/*-------------- 404 ---------------------*/
.error-main {
	height:100vh;
	display:flex;
	flex-direction: column;
    justify-content: center;
}
.error-main div {
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}
/*--------------- Footer -----------------*/
#footer {
	background-color:#333;
}
.footer-txt,
.footer-menu ul li a {
	color:#9a9a9a;
}
.sws-link {
	color:#00cdaf;
}
.footer-menu ul li {
	margin-left:10px;
}
.footer-menu ul li a {
	padding-left:10px;
	border-left:1px solid #9a9a9a;
}
.footer-social {
	display: flex;
    justify-content: center;
}
.footer-social a {
	display: table;
	float: right; 
	padding:0px 5px;
	color: #9a9a9a;
	transition: all 0.3s;
}
.footer-social a:hover {
	color:white;
}
.footer-social a i {
	display: table; 
	line-height:0px;
}
.footer-logo img{
	opacity: 0.5;
	transition: 0.3s ease;
}
.footer-logo img:hover{
	opacity: 1;
}
/*------------ Scroll-top -----------*/
.scrollToTop {
    padding: 5px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 26px;
    right: 3%;
    width: 50px;
    height: 28px;
    background: #333333;
    border-radius: 4px;
}
.scrollToTop i {
	font-size: 16px;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}


/*---------------- Print --------------*/
#print .mart-img {
	height: 351.72px;
}  
#print .death-detail {
	height:344px;
}
#print .mart-img img {
	padding-left:0px; 
}
#print .mart-more-detail {
	padding: 0px;
}
#print .mart-detail {
	padding:0px 0px 0px 20px; 
}
.print-ex { 
	border-top: 0px;
}
.print-top-title {  
	display: flex;
	justify-content:center; 
}
.print {
	cursor:pointer;
}
@media print {
#header,#footer,
.mart-header,.mart-data-last,
#single-isargaran .circle-btn{
	display: none;
}
#print {
	padding-top:20px;
}
#single-will {
	padding-top:0px; 
}
.isargaran-main {
	height:inherit;
}
}
