@font-face {
    font-family: "yekan";
    src: url(../fonts/Yekan.eot);
    src: url(../fonts/Yekan.eot?#iefix) format("embedded-opentype"), url(../fonts/Yekan.woff) format("woff"), url(../fonts/Yekan.ttf) format("truetype"), url(../fonts/Yekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face{
    font-family:'DroidNaskh';
    src:url("../fonts/DroidNaskh-Regular.eot");
    src:url("../fonts/DroidNaskh-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidNaskh-Regular.woff") format("woff"), url("../fonts/DroidNaskh-Regular.ttf") format("truetype");
    font-weight:400;
    font-style:normal;
}
@font-face {
  font-family: 'pooya-fonts';
  src:  url('../fonts/pooya-fonts.eot?ficof');
  src:  url('../fonts/pooya-fonts.eot?ficof#iefix') format('embedded-opentype'),
    url('../fonts/pooya-fonts.ttf?ficof') format('truetype'),
    url('../fonts/pooya-fonts.woff?ficof') format('woff'),
    url('../fonts/pooya-fonts.svg?ficof#pooya-fonts') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
    font-family: yekan;
    font-size: 12px;
    direction: rtl;
}
body {
    background: rgba(202, 225, 244, 5) url("../images/bg-noise.png") repeat scroll 0 0;

}
.main-login-form {
	margin-bottom:0;
}
.hfooter {
    background:#0b486b;
    color:#f2f4f8;
    text-align: center;
    padding:0 0 30px;
}
.hfooter_1 {
    font-size: 11px;
    opacity: 0.5;
    width: 70%;
    margin: 0 auto 5px;
	border-top:1px solid #7799AD;
	padding-top:10px;
}
.hfooter_2 {
    font-size: 10px;
    opacity: 0.5;
}
.hwrp_2 {
    background: #0c486c;
    color:#f2f4f8;
    padding:30px 0 10px;

}
.inrow {
    margin: 10px 30px;
}
.hform input[type=text], .hform input[type=password] {
    background: rgba(93, 128, 150, 0.8) !important;
    color: #b3bdc7 !important;
    border-color: #5d8096 !important;
    border-radius: 25px;
    line-height: 40px;
    height: 40px;
}
.form-control-feedback {
    left:5px;
    top:5px;
    right:auto;
    background: #2a5f7f;
    border-radius: 20px;
    font-size:11px;
    color:#bbc8d1;
    height: 30px;
    width:30px;
    line-height: 30px;
}
.btn-sbm {
    background: transparent;
    color: #f6f4f4;
    min-height: 40px;
    padding: 0 99px;
    width: 100%;
	font-size:17px;
}
.btn-orange {
    background: url(../images/list.png) no-repeat center #fa9a25;
    min-width: 40px;
    min-height: 40px;
    margin: 0 10px;
}
.btn-yellow {
    background: url(../images/info.png) no-repeat center #fdc00f ;
    min-width: 40px;
    min-height: 40px;
}
.btns a {
    color:#ffffff;
}
.hnews {
    margin-top: 40px;
    opacity: 0.7;
}
.hnews ul {
    padding-right:10px;
}
.hbanner {
    min-height: 247px;
    background: url(../images/wbanner.gif) no-repeat center #29948c;
}
.hbanner a {
    display: block;
    min-height: 150px;
    min-width: 100px;
    position: relative;
    top: 50px;
}
.container {
}
.has-feedback .form-control {
    padding-left: 42.5px;
    padding-right: 15px;
}
.link-wrp {
    display: inline;
}
.container h2 {
    margin:0;
}
.hbanner img {
    display: none;
}
@media (max-width: 400px) {
    .btn-sbm {
        display: block;
        width: 100%;
    }
    .link-wrp {
        display: block;
        margin-top:10px;
        text-align: center;
    }
    .btn-orange {
        margin-right: 0;
    }
    hbanner {
        background: none;
        min-height: auto;
    }
    hbanner img {
        display: block;
    }
    .hbanner a {
        display: block;
        min-height: auto;
        min-width: auto;
        position: relative;
        top: auto;
    }
}
@media (max-width: 401px) {
	.mobile-btn-sec .box1 a {
		padding-right:6px;
	}
	.mobile-btn-sec .box1 {
		padding-left:3px;
	}
	.mobile-btn-sec .box2 {
		padding-right:3px;
	}
}
@media (min-width: 401px) {


}
@media (min-width: 520px) {
    .container {
        width: 550px;
    }

}
@media (min-width: 768px) {
    .container {
        width: 450px;
    }

}
@media (min-width: 992px) {
    .container {
        width: 450px;
    }

}
@media (min-width: 1200px) {
    .container {
        width: 450px;
    }

}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: right;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    left:12px;
    right:auto;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    text-align: right;
}
.dropdown-toggle.btn-default,
.dropdown-menu.open,
.dropdown-menu.inner,
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: #857a81;
    border-color:#857a81;
    color: #f6f4f4;
}
.dropdown-menu a:hover {
    background: none;
}
input::-moz-placeholder {  /* Firefox 19+ */
    color: #b0bdc6 !important;
}
.bootstrap-select > .dropdown-toggle {
    padding-right:15px;
}
.bootstrap-select button span{
    font-size:14px !important;
}
.btns {
    background: #06344e;
    margin-top: 40px;
    height: 50px;
    line-height: 50px;
}
.plogo {
    background: #f6f4f5;
    height:50px;
    color:#29948a;
    text-align: center;
}
.plogo a {
    color:#29948a;
    font-family: "Droid Arabic Naskh";
    font-weight:bold;
    font-size:16px;
}
.plogo a:hover {
    text-decoration: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #ced5dd;
    text-decoration: none;
}
.form-group .fa {
    font-size:18px;
}
.fa-keyboard-o {
    position:absolute;
    left:40px;
    top:10px;
    color:#b7c8d2;
    font-size:17px !important; ;
}
.form_sec .form-control {
	height:40px;
}
.plogo {
	line-height:45px;
}
.form-group.btns {
	margin-top:25px;
}
.hwrp_2 {
	padding-top:15px;
}
.mstxt {
	padding-bottom: 10px; 
	font-size: 15px; 
	margin-bottom: 15px;
}
.mstxt span {
	vertical-align: middle; 
	font-size: 13px;
}
.mobile-btn-sec {
	padding: 20px 15px 30px;
	color:#ccc;
}
.mobile-btn-sec .box1 {
	margin-bottom:7px;
	float:right;
	width: 50%;
}
.mobile-btn-sec .box1 a {
	display: block; 
	line-height: 25px; 
	font-size: 15px;
	color:#ccc;
}
.mobile-btn-sec .box1 a:hover,
.mobile-btn-sec .box1 a:hover .fa-download,
.mobile-btn-sec .box1 a:hover .pf-android-symbol {
	color:#DB5E44;
}
.mobile-btn-sec .box1 a span {
	font-size: 25px; 
	vertical-align: middle;
	margin-left:5px;
}
.mobile-btn-sec .box2 {
	margin-bottom:7px;
	float:right;
	width: 50%;
}
.mobile-btn-sec .box2 a {
	display: block; 
	line-height: 25px; 
	font-family: yekan; 
	font-size: 15px;
	color:#ccc;
}
.mobile-btn-sec .box2 a:hover,
.mobile-btn-sec .box2  a:hover .fa-download,
.mobile-btn-sec .box2 a:hover .pf-android-symbol
 {
	color:#CFAC2B;
}
.mobile-btn-sec .box2 a span {
	font-size: 25px; 
	vertical-align: middle;
	margin-left:5px;
}
.fa-download {
	color:#29948C;
}
.pf-android-symbol {
	color:#99CC00;
}
[class^="pf-"], [class*=" pf-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pooya-fonts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pf-android-symbol:before {
  content: "\e900";
}

