﻿/* CSS Document */
@charset "UTF-8";

@font-face {
  font-family: 'Vazir';
  src: url('../fonts/Vazir.eot');
  src: local('../fonts/Vazir'), url('../fonts/Vazir.woff') format('woff'), url('../fonts/Vazir.ttf') format('truetype');
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body, html {
  height: 100%;
  font-family: 'Vazir';
  direction: rtl;
}

/* ------------------------------------ */
a {
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {margin: 0px;}

p {margin: 0px;}

ul, li {
  margin: 0px;
  list-style-type: none;
}


/* ------------------------------------ */
input {
  display: block;
  outline: none;
  border: none !important;
}

textarea {
  display: block;
  outline: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

/* ------------------------------------ */
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}




/*//////////////////////////////////////////////////////////////////
[ Utiliti ]*/






/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  min-height: 100vh;
  background: #c850c0;
  background: -webkit-linear-gradient(45deg, #4158d0, #c850c0);
  background: -o-linear-gradient(45deg, #4158d0, #c850c0);
  background: -moz-linear-gradient(45deg, #4158d0, #c850c0);
  background: linear-gradient(45deg, #4158d0, #c850c0);

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}

.wrap-table100 {
  width: 1170px;
}

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table * {
  position: relative;
}
table td, table th {
  padding-right: 8px;
}
table thead tr {
  height: 60px;
  background: #36304a;
}
table tbody tr {
  height: 50px;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: right;
}
table td.l, table th.l {
  text-align: left;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}


.table100-head th{
  font-family: 'Vazir';
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

tbody tr {
  font-family: 'Vazir';
  font-size: 15px;
  //color: #808080;
  color: #2e2e2e;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor: default;
}

.column1 {
  width: 420px;  /* default was 260 */
  padding-right: 40px;
}

.column2 {
  width: 200px;
padding-right: 40px;
}

.column3 {
  width: 175px;
padding-right: 40px;
}

.column4 {
  width: 150px;
  text-align: right;
	padding-right: 20px;
}

.column5 {
  width: 120px;
/*padding-right: 40px;*/
  text-align: right;
}

.column6 {
  width: 120px;
  text-align: right;
  /*padding-left: 40px;*/
}

.column7 {
  width: 120px;
  text-align: right;
	padding-left: 20px;
}


@media screen and (max-width: 992px) {
  table {
    display: block;
  }
  table > *, table tr, table td, table th {
    display: block;
  }
  table thead {
    display: none;
  }
  table tbody tr {
    height: auto;
    padding: 37px 0;
  }
  table tbody tr td {
    padding-right: 40% !important;
    margin-bottom: 24px;
  }
  table tbody tr td:last-child {
    margin-bottom: 0;
  }
  table tbody tr td:before {
    font-family: 'Vazir';
    font-size: 14px;
    //color: #999999;
  color: #595959;
    line-height: 1.2;
    font-weight: unset;
    position: absolute;
    width: 40%;
    right: 30px;
    top: 0;
  }
  table tbody tr td:nth-child(1):before {
    content: "نام متوفی:";
  }
	table tbody tr td:nth-child(2):before {
    content: "نام پدر:";
  }
  table tbody tr td:nth-child(3):before {
    content: "سال فوت:";
  }
  table tbody tr td:nth-child(4):before {
    content: "محل دفن:";
  }
  table tbody tr td:nth-child(5):before {
    content: "قطعه:";
  }
  table tbody tr td:nth-child(6):before {
    content: "ردیف:";
  }
  table tbody tr td:nth-child(7):before {
    content: "شماره:";
  }

  .column4,
  .column5,
	.column6,
  .column7 {
    text-align: right;
  }

  .column7,
  .column4,
  .column5,
  .column6,
  .column1,
  .column2,
  .column3 {
    width: 100%;
  }

  tbody tr {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .container-table100 {
    padding-right: 15px;
    padding-left: 15px;
  }
}










/* MY EDITS */


html {
scroll-behavior: smooth;
}



#myInput {
  background-image: url('../images/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 4px solid #36304a !important; /* Add a grey border */
	margin-top: 7px; /* Add some space below the input */
  margin-bottom: 12px; /* Add some space below the input */
	border-radius: 10px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}


input[type="text"] {
  font-family: Vazir;
  font-size: 16px;
  color: #36304a;
}


#submit {
font-family: Vazir;
height:48px;
border-radius: 10px;
background-color: #89B700;
float: right;
border: 2px solid #36304a !important;
 }
 
#submit:hover {
  background-color: #9CD100;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}



.top-b {
		font-family: 'Vazir';
		color: white;
		background-color: #36304a;
		cursor: pointer;
		border: 3px outset white; 
		width: 155px;
		padding: 3px;
		border-radius: 11px;
		}
		
.top-b:hover {
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.24)
}


h2{
  font-family: 'Vazir';
  direction: rtl;
	text-align:center;
	font-size: 19px;
	// text-shadow: 1px 1px 2px white, 0 0 25px gray, 0 0 5px white;
}

h3{
  font-family: 'Vazir';
  direction: rtl;
	text-align: center; /* justify; */
	font-size: 16px;
	color: white;
	//padding: 14px;
}


h4{
  font-family: 'Vazir';
  direction: rtl;
	text-align:center;
	font-size: 12px;
}




.footer {
   font-family: 'Vazir';
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: blue;
   color: white;
   text-align: center;
}



.btn {
  background-color: white;
  border: none;
  color: black;
  font-family: 'Vazir';
  padding: 12px 16px;
  font-size: 14px;
  cursor: pointer;
		border-radius: 40px;
		width: 50%;
		 margin-bottom: 12px; /* Add some space below the input */
		 border: 3px solid #36304a;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: #ccff33;
}






.btn-f {
  background-color: white;
  border: none;
  color: black;
	font-family: 'Vazir';
  padding: 12px 16px;
  font-size: 14px;
  cursor: pointer;
		border-radius: 40px;
		width: 100%;
		 margin-bottom: 12px; /* Add some space below the input */
		   border: 3px solid #36304a;
			   box-shadow: 0 1px #999;

}

/* Darker background on mouse-over */
.btn-f:hover {
  background-color: #ccff33;
}


.btn-f:active {
  background-color: #3e8e41;
  box-shadow: 0 3px #666;
  transform: translateY(2.5px);
}




.btn-f-c {
  background-color: white;
  border: none;
  color: black;
	font-family: 'Vazir';
  padding: 12px 16px;
  font-size: 14px;
  cursor: pointer;
		border-radius: 40px;
		width: 100%;
		 margin-bottom: 12px; /* Add some space below the input */
		 border: 3px solid #36304a;
}

.btn-f-c:hover {
  background-color: #ff4d4d;
}





.btn-c {
  background-color: #ff3535;
  border: none;
  color: black;
	font-family: 'Vazir';
  padding: 12px 16px;
  font-size: 14px;
  cursor: pointer;
		border-radius: 10px;
		width: 50%;
		height:48px;
		 margin-bottom: 12px; /* Add some space below the input */
		 border: 2px solid #36304a;
}

.btn-c:hover {
  background-color: #E52F2F;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}






/* Table 3 */


.column10 {
  width: 240px;  /* default was 260 */
  padding-right: 40px;
}

.column20 {
  width: 160px;
padding-right: 40px;
}

.column30 {
  width: 245px;
padding-right: 55px;
}

.column40 {
  width: 110px;
  text-align: right;
}

.column50 {
  width: 170px;
padding-right: 40px;
  text-align: center;
}


@media screen and (max-width: 992px) {
  table.myTable3 {
    display: block;
  }
  table.myTable3 > *, table.myTable3 tr, table.myTable3 td, table.myTable3 th {
    display: block;
  }
  table.myTable3 thead {
    display: none;
  }
  table.myTable3 tbody tr {
    height: auto;
    padding: 37px 0;
  }
  table.myTable3 tbody tr td {
    padding-right: 40% !important;
    margin-bottom: 24px;
  }
  table.myTable3 tbody tr td:last-child {
    margin-bottom: 0;
  }
  table.myTable3 tbody tr td:before {
    font-family: 'Vazir';
    font-size: 14px;
    //color: #999999;
  color: #595959;
    line-height: 1.2;
    font-weight: unset;
    position: absolute;
    width: 40%;
    right: 30px;
    top: 0;
  }
  table.myTable3 tbody tr td:nth-child(1):before {
    content: "فایل صوتی :";
  }
  table.myTable3 tbody tr td:nth-child(2):before {
    content: "نام سوره/ذکر :";
  }
  table.myTable3 tbody tr td:nth-child(3):before {
    content: "مدت زمان قرائت :";
  }
  table.myTable3 tbody tr td:nth-child(4):before {
    content: "تعداد کل قرائت :";
  }
  table.myTable3 tbody tr td:nth-child(5):before {
    content: "ثبت قرائت شما :";
  }

  .column40,
  .column50,
  .column60,
  .column10,
  .column20,
  .column30 {
    width: 100%;
		text-align: center;
  }

  tbody.myTable3 tr {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .container-table100 {
    padding-right: 15px;
    padding-left: 15px;
  }
}






.swal-text {
 /*  text-align: justify; */
  direction:rtl;
  background-color: #FEFAE3;
	font-family: 'Vazir';
  padding: 17px;
  border: 1px solid #F0E1A1;
  display: block;
  margin: 22px;
  text-align: center;
  color: #61534e;
}



.swal-button{
	font-family: 'Vazir';
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #4962B3;
  font-size: 14px;
  border: 1px solid #3e549a;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
		text-align: center;

}




 .blink {
      animation: blink 2s steps(5, start) infinite;
      -webkit-animation: blink 2s steps(5, start) infinite;
    }
    @keyframes blink {
      to {
        visibility: hidden;
      }
    }
    @-webkit-keyframes blink {
      to {
        visibility: hidden;
      }
    }
		
		
		
		
		
		
		.Mytable2 {

  border-radius: 1px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* Image Zoom on click */
#myImg {
    border-radius: 5px;
    cursor: zoom-in;
    transition: 0.3s;
    display: block;
    margin-left: auto;
    margin-right: auto
}

#myImg:hover {opacity: 0.9;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
		cursor: pointer;
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 75%;
    //max-width: 75%;
		 border-radius: 18px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.out {
  animation-name: zoom-out;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(1)}
    to {-webkit-transform:scale(2)}
}

@keyframes zoom {
    from {transform:scale(0.4)}
    to {transform:scale(1)}
}

@keyframes zoom-out {
    from {transform:scale(1)}
    to {transform:scale(0)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

	
	
	
	



/* printDiv */
@media print {

  .no-print{
      display : none !important;
           }
             }

	