
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/iransuns/eot/IRANSansWeb.eot');
	src: url('../fonts/iransuns/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/iransuns/woff2/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/iransuns/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/iransuns/iransuns/ttf/IRANSansWeb.ttf') format('truetype');
}

@font-face {
	font-family: yekannumb;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/yekannumbers-regular.eot');
	src: url('../fonts/yekannumbers-regular.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/yekannumbers-regular.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/yekannumbers-regular.ttf') format('truetype');
}

body {
	font-family: IRANSans;
    background-color: #011571;
}
.eq_main{
    width: 95%;
    max-width: 480px;
    min-height: 300px;
    margin-top: 2%;
}
.eq_bgtop {
    background-color: #00b5be;
    padding: 4px;
    border: 4px solid #f1a700;
    border-radius: 55px 55px 0 0;
    border-bottom: 0;
}
.eq_bgmain {
    background-color: #00b5be;
    padding: 4px;
    border: 4px solid #f1a700;
    border-top: 0;
    padding-top: 2px;
}
.eq_bgtop2 {
    background-color: #fde9ae;
    border: 3px solid white;
    border-radius: 50px 50px 0 0;
    margin: 0;
    padding: 0;
}
.eq_bgmain2 {
    background-color: #fde9ae;
    border: 4px solid white;
}
.bg_header_img{
    width: 97%;
    margin: 8px 0;
}
.bg_footer_img{
    width: 97%;
}
.eq_header h2 {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    color: white;
}
.top_img {
    width: 72%;
    text-align: center;
    margin: auto;
    margin-bottom: -4px;
}

.noe {
    display: block;
    margin: 15px 25px 15px 25px;
    border-bottom: 1px dashed #ce9e34;
    background-color: #f3ecd7;
    padding: 11px 5px;
    color: #820808;
    font-size: 17px;
    font-weight: bold;
}
.eq_report span{
    font-size: 11px;
    color: #011571;
    font-weight: bold;
}
.eq_report .col-4{
   padding-right: 5px;
    padding-left: 5px; 
}
.eq_repcount {
    //top: 25%;
    font-size: 14px !important;
    font-family: yekannumb;
        padding-top: 2px;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    color: white !important;    
}
.eq_input {
    background: #fde9ae url(../img/input_bg.png) center no-repeat;
    width: 100%;
    background-size: 100%;
    height: 60px;
    text-align: center;
    margin-top: -4px;
    margin-bottom: 5px;
    padding: 0 12%;
    border: 0;
    outline: none;
    display: block;
}
.eq_report {
    margin-bottom: 10px;
}
.eq_submit{
    background: #fde9ae url(../img/submit_botton.png) center no-repeat;
    width: 90%;
    background-size: 100%;
    max-width: 260px;
    height: 60px;
    text-align: center;
    margin-top: 15px;
    padding: 0;
    border: 0;
    outline: none;
}
label {
    display: inline-block;
    margin-bottom: 0;
}
.eq_modal .modal-content {
    background-color: #f9e5ac;
    border: 3px solid rgb(0, 181, 190);
    border-radius: 15px;
}
.eq_modal .modal-header{
    padding: 5px 15px;
    background-color: #00b5be;
    border-top-left-radius: calc(10px - 1px);
    border-top-right-radius: calc(10px - 1px);
}
.eq_modal .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem auto -1rem -1rem;
}
.close {
    color: #f00;
}
.eq_modal #ok {
    display: table-cell;
    background: #f9e5ac url(../img/ok.png) center no-repeat;
    width: 150px;
    height: 48px;
    text-align: center;
    border: 0;
    margin: 0 auto;
}

.eq_modal #can {
    background: #f9e5ac url(../img/cancell.png) center no-repeat;
    width: 150px;
    height: 48px;
    text-align: center;
    float: right;
    margin-right: 25px;
    border: 0;
    margin: 0 auto;
}
.sahm {
    color: #ac3427;
    background-color: #efd691;
    font-weight: bold;
    padding: 10px 20px 10px 10px;
    margin: 0 -15px;
}
.eq_modal p{
     text-align: right;
}
.eq_modal #eq_name{
     font-weight: bold;
}
p {
    margin-top: 0;
    margin-bottom: 0rem;
}

.pup{
    top: 50%;
    left: 50%;
    width: 360px;
    height: 200px;
    position: fixed;
    background-color: rgba(253, 233, 174, 0.97);
    margin-left: -180px;
    margin-top: -100px;
    border: 2px solid #02b4c2;
    border-radius: 14px;
    overflow: hidden;
	}
.backp{
    display:none;
	    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(61, 65, 86, 0.64);
    top: 0;
	}
	.alert{
	    background-color: #02b4c2;
    padding: 0 20px;
	}
	.altext{
    padding: 0 20px;
	   // height: 105px;
	}

