@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 700;
  src: url(../../../../fonts/IRANSans/eot/IRANSansWeb_Bold.eot);
  src: url(../../../../fonts/IRANSans/eot/IRANSansWeb_Bold.eot?#iefix) format("embedded-opentype"), url(../../../../fonts/IRANSans/woff2/IRANSansWeb_Bold.woff2) format("woff2"), url(../../../../fonts/IRANSans/woff/IRANSansWeb_Bold.woff) format("woff"), url(../../../../fonts/IRANSans/ttf/IRANSansWeb_Bold.ttf) format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url(../../../../fonts/IRANSans/eot/IRANSansWeb_Medium.eot);
  src: url(../../../../fonts/IRANSans/eot/IRANSansWeb_Medium.eot?#iefix) format("embedded-opentype"), url(../../../../fonts/IRANSans/woff2/IRANSansWeb_Medium.woff2) format("woff2"), url(../../../../fonts/IRANSans/woff/IRANSansWeb_Medium.woff) format("woff"), url(../../../../fonts/IRANSans/ttf/IRANSansWeb_Medium.ttf) format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url(../../../../../fonts/IRANSans/eot/IRANSansWeb_Light.eot);
  src: url(../../../../../fonts/IRANSans/eot/IRANSansWeb_Light.eot?#iefix) format("embedded-opentype"), url(../../../../fonts/IRANSans/woff2/IRANSansWeb_Light.woff2) format("woff2"), url(../../../../fonts/IRANSans/woff/IRANSansWeb_Light.woff) format("woff"), url(../../../../fonts/IRANSans/ttf/IRANSansWeb_Light.ttf) format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url(../../../../fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot);
  src: url(../../../../fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot?#iefix) format("embedded-opentype"), url(../../../../fonts/IRANSans/woff2/IRANSansWeb_UltraLight.woff2) format("woff2"), url(../../../../fonts/IRANSans/woff/IRANSansWeb_UltraLight.woff) format("woff"), url(../../../../fonts/IRANSans/ttf/IRANSansWeb_UltraLight.ttf) format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 400;
  src: url(../../../../fonts/IRANSans/eot/IRANSansWeb.eot);
  src: url(../../../../fonts/IRANSans/eot/IRANSansWeb.eot?#iefix) format("embedded-opentype"), url(../../../../fonts/IRANSans/woff2/IRANSansWeb.woff2) format("woff2"), url(../../../../fonts/IRANSans/woff/IRANSansWeb.woff) format("woff"), url(../../../../fonts/IRANSans/ttf/IRANSansWeb.ttf) format("truetype");
}

html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: IRANSans, Tahoma, sans-serif;
  font-size: 0.9rem;
  background-color: #eaeaea;
  margin-bottom: 40px;
  /* Margin bottom by footer height */
}
::placeholder {
  font-size: 0.8rem;
  color: #90A4AE !important;
}
.pointer {
  cursor: pointer;
}
.hidden {
  display: none;
}
.captcha img {
  height: 38px;
}
.overlay {
  background: #1b1b1b;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  z-index: 111;
}
.overlay img {
  position: absolute;
  opacity: 1;
  z-index: 112;
  right: 45%;
  top: 33%;
}
/* Box */
.box {
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #ffffff;
}
.box .box-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #326e8a;
}


.box.login {
  border-bottom: 1px dashed #dadada;
}
.box.header {
  background-color: #326e8a;
}
.box.no-border-top {
  border-top: initial;
}
.box h1 {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 300;
}
.box h1.title {
  padding-right: 15px;
  margin-bottom: 0;
  color: #ffffff;
}
.box h1.ministry,
.box h1.system {
  color: #dadada;
  font-size: 0.9rem;
}
/* Shadow */
.effect2 {
  position: relative;
}
.effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: auto;
  width: 50%;
  top: 40%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
}
.effect2:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 40%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
/* Footer */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  /* Set the fixed height of the footer here */
  line-height: 40px;
  /* Vertically center the text there */
  background-color: #f5f5f5;
}
.footer .copyright {
  font-size: 12px;
}
.footer .copyright a {
  color: #546E7A;
}
.footer .copyright a:hover {
  color: #dc9006;
}
/* Buttons */
.btn-create-account a,
.btn-forgot a {
  color: #90A4AE;
  text-decoration: none;
  font-size: 12px;
}
.btn-create-account a i,
.btn-forgot a i {
  margin-left: 5px;
  font-size: 14px;
}
.btn-create-account a:hover,
.btn-forgot a:hover {
  color: #546E7A;
}
/*
 * Bootstrap Overwrite
 */
.navbar-brand {
  padding: initial;
}
.container.first {
  margin-top: 110px;
  margin-bottom: 60px;
}
/* Bootstrap - Card */
.card {
  border-radius: initial;
  border-right: initial;
  border-left: initial;
}
.card-header {
  background-color: #ffffff;
  padding: 0.35rem 1.25rem;
  border-right: 5px solid #326e8a;
}
.card-header .title {
  color: #326e8a !important;
  font-weight: 500 !important;
  font-size: 0.9rem;
}
.card-header .title i {
  color: #326e8a;
}
.card-header:first-child {
  border-radius: initial;
}
.card-header[aria-expanded=true] {
  border-right: 5px solid #dc9006;
}
.card-header[aria-expanded=true] .title,
.card-header[aria-expanded=true] .title i {
  color: #dc9006 !important;
}
.card-body {
  height: 201px;
  max-height: 201px;
  overflow-y: auto;
  font-size: 12px;
  line-height: 24px;
}
.card-body h2 {
  border-right: 5px solid #dc9006;
  padding-right: 10px;
  color: #455A64;
  font-size: 18px;
}
.card-body h3 {
  color: #90A4AE;
  font-size: 14px;
  padding-right: 15px;
}
.card-body p {
  color: #546E7A;
}
.card-body ul {
  list-style-type: circle;
  color: #90A4AE;
}
input-group .custom-file,
.input-group .custom-select,
.input-group .form-control,
.input-group > .input-group-prepend > .input-group-text {
  border-radius: initial;
}
.input-group-text i {
  color: #90A4AE;
}
.btn {
  border-radius: initial;
}
.btn-primary {
  color: #fff !important;
  background-color: #326e8a !important;
  border-color: #397d9d !important;
}
.btn-secondary {
  color: #fff !important;
  background-color: #dc9006 !important;
  border-color: #f5a007 !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #326e8a;
}
li.nav-item a {
  color: #546E7A;
}
/* Bootstrp - Modal */
#forgotPasswordModal .modal-body {
  padding: initial;
}
#forgotPasswordModal .modal-body form a {
  font-size: 12px;
}
#forgotPasswordModal .modal-content {
  border-radius: initial;
}
#forgotPasswordModal .modal-header {
  padding: 0.5rem 1rem;
  background-color: #326e8a;
  border-radius: initial;
}
#forgotPasswordModal .modal-header .close {
  margin: -0.5rem auto -0.5rem -1rem;
  padding: 0.5rem;
  color: #ffffff;
  text-shadow: 0 1px 0 #1b1b1b;
}
#forgotPasswordModal .modal-header .close:not(:disabled):not(.disabled):focus,
#forgotPasswordModal .modal-header .close:not(:disabled):not(.disabled):hover {
  color: #ffffff;
}
#forgotPasswordModal .modal-header .modal-title {
  font-size: 1rem !important;
  color: #ffffff;
  font-weight: 300;
}
#forgotPasswordModal .modal-footer :not(:last-child) {
  margin-right: initial;
  margin-left: 0.25rem;
}
#forgotPasswordModal .modal-footer :not(:first-child) {
  margin-right: 0.25rem;
  margin-left: initial;
}


#ApplicantModal .modal-body {
  padding: initial;
}
#ApplicantModal .modal-body form a {
  font-size: 12px;
}
#ApplicantModal .modal-content {
  border-radius: initial;
}
#ApplicantModal .modal-header {
  padding: 0.5rem 1rem;
  background-color: #326e8a;
  border-radius: initial;
}
#ApplicantModal .modal-header .close {
  margin: -0.5rem auto -0.5rem -1rem;
  padding: 0.5rem;
  color: #ffffff;
  text-shadow: 0 1px 0 #1b1b1b;
}
#ApplicantModal .modal-header .close:not(:disabled):not(.disabled):focus,
#ApplicantModal .modal-header .close:not(:disabled):not(.disabled):hover {
  color: #ffffff;
}
#ApplicantModal .modal-header .modal-title {
  font-size: 1rem !important;
  color: #ffffff;
  font-weight: 300;
}
#ApplicantModal .modal-footer :not(:last-child) {
  margin-right: initial;
  margin-left: 0.25rem;
}
#ApplicantModal .modal-footer :not(:first-child) {
  margin-right: 0.25rem;
  margin-left: initial;
}


#registerModal .modal-body {
  padding: initial;
}
#registerModal .modal-body form a {
  font-size: 12px;
}
#registerModal .modal-content {
  border-radius: initial;
}
#registerModal .modal-header {
  padding: 0.5rem 1rem;
  background-color: #326e8a;
  border-radius: initial;
}
#registerModal .modal-header .close {
  margin: -0.5rem auto -0.5rem -1rem;
  padding: 0.5rem;
  color: #ffffff;
  text-shadow: 0 1px 0 #1b1b1b;
}
#registerModal .modal-header .close:not(:disabled):not(.disabled):focus,
#registerModal .modal-header .close:not(:disabled):not(.disabled):hover {
  color: #ffffff;
}
#registerModal .modal-header .modal-title {
  font-size: 1rem !important;
  color: #ffffff;
  font-weight: 300;
}
#registerModal .modal-footer :not(:last-child) {
  margin-right: initial;
  margin-left: 0.25rem;
}
#registerModal .modal-footer :not(:first-child) {
  margin-right: 0.25rem;
  margin-left: initial;
}
/* Bootstrap - Tabs */
.nav-tabs .nav-link {
  border-radius: initial;
  color: #326e8a;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #dc9006;
  border: initial;
  border-bottom: 4px solid #dc9006;
  border-top: initial;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #ffffff #ffffff #dc9006;
}


/***Customized Bootstrap Tabs 
***/
/* Tabs and pills */

.nav-tabs,
.nav-pills {
  margin-bottom: 10px;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  font-size: 14px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a > .badge,
.nav-pills > li > a > .badge {
  margin-top: -6px;
}
.nav-tabs > li .dropdown-menu:before, .nav-tabs > li .dropdown-menu:after,
.nav-pills > li .dropdown-menu:before,
.nav-pills > li .dropdown-menu:after {
  display: none;
}
.nav-tabs.nav-tabs-sm > li > a, .nav-tabs.nav-pills-sm > li > a,
.nav-pills.nav-tabs-sm > li > a,
.nav-pills.nav-pills-sm > li > a {
  font-size: 13px;
}
.nav-tabs .dropdown.open > .dropdown-toggle,
.nav-pills .dropdown.open > .dropdown-toggle {
  background: #eee;
  color: #0d638f;
  border-color: transparent;
}

/* Left and right tabs */
.tabs-right.nav-tabs,
.tabs-left.nav-tabs {
  border-bottom: 0;
}
.tabs-right.nav-tabs > li,
.tabs-left.nav-tabs > li {
  float: none;
}
.tabs-right.nav-tabs > li > a,
.tabs-left.nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}

/* Left tabs */
.tabs-left.nav-tabs {
  border-right: 1px solid #ddd;
}
.tabs-left.nav-tabs > li > a {
  display: block;
  margin-right: -1px;
}
.tabs-left.nav-tabs > li > a:hover, .tabs-left.nav-tabs > li > a:focus {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left.nav-tabs > li.active > a,
.tabs-left.nav-tabs > li.active > a:hover
> li.active > a:focus {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

/* Right tabs */
.tabs-right.nav-tabs {
  border-left: 1px solid #ddd;
}
.tabs-right.nav-tabs > li > a {
  display: block;
  margin-left: -1px;
}
.tabs-right.nav-tabs > li > a:hover, .tabs-right.nav-tabs > li > a:focus {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right.nav-tabs > li.active > a,
.tabs-right.nav-tabs > li.active > a:hover
> li.active > a:focus {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

/* Below tabs */
.tabs-below > .nav-tabs,
.tabs-below > .nav-pills {
  border-bottom: 0;
  margin-bottom: 0px;
  margin-top: 10px;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
  margin-bottom: 0;
  margin-top: 10px;
}
.tabs-below > .nav-tabs > li > a {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > li > a .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.tabs-below > .nav-tabs .active a,
.tabs-below > .nav-tabs .active a:hover
.active a:focus {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  border-color: transparent #ddd #ddd #ddd  !important;
}



/* Basic portlet */


.portlet >div> .nav-tabs {
  background: #dee2e6;
  margin: 0;
  float: right;
  display: inline-block;
  border: 0;
  width:100%;
}
.portlet >div> .nav-tabs > li {
  background: none;
  margin: 0;
  border: 0;
}
.portlet >div> .nav-tabs > li > a {
  background: none;
  margin: 5px 1px 0 0;
  border: 0;
  padding: 8px 10px;
  color: #326e8a;
  float:right
}
.portlet >div> .nav-tabs > li.active > a {
  color: #dc9006;
  background: #fff;
  border: 0;
  border-bottom:4px solid #dc9006;
}

 .portlet >div> .nav-tabs > li:hover > a {
  color: #326e8a;
  background: #fff;
  border: 0;
  border-bottom:2px solid #dc9006;
  text-decoration:none;
}

.portlet > .nav-tabs {
  background: #dee2e6;
  margin: 0;
  float: right;
  display: inline-block;
  border: 0;
  width:100%;
}
.portlet > .nav-tabs > li {
  background: none;
  margin: 0;
  border: 0;
  
}
.portlet > .nav-tabs > li > a {
  background: none;
  margin: 5px 1px 0 0;
  border: 0;
  padding: 8px 10px;
  color: #326e8a;
}
.portlet >  .nav-tabs > li.active > a {
  color: #dc9006;
  background: #fff;
  border: 0;
  border-bottom:4px solid #dc9006;
}

 .portlet > .nav-tabs > li:hover > a {
  color: #326e8a;
  background: #fff;
  border: 0;
  border-bottom:2px solid #dc9006;
  text-decoration:none;
}

/***
Bootstrap Wizard
***/
.form-wizard .progress {
  margin-bottom: 30px;
}
.form-wizard .steps {
  padding: 10px 0;
  margin-bottom: 15px;
  background-color: #fff;
  background-image: none;
  filter: none;
  border: 0px;
  box-shadow: none;
}
.form-wizard .steps > li > a.step {
  background-color: #fff;
  background-image: none;
  filter: none;
  border: 0px;
  box-shadow: none;
}
.form-wizard .steps > li > a.step:hover {
  background: none;
}
.form-wizard .steps > li > a.step > .number {
  background-color: #eee;
  display: inline-block;
  text-align: center !important;
  font-size: 16px;
  font-weight: 300;
  padding: 11px 15px 13px 15px;
  margin-right: 10px;
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.form-wizard .steps > li > a.step > .desc {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
}
.form-wizard .steps > li > a.step > .desc > i {
  display: none;
}
.form-wizard .steps > li.active > a.step .number {
  background-color: #45B6AF;
  color: #fff;
}
.form-wizard .steps > li.active > a.step .desc {
  color: #333;
}
.form-wizard .steps > li.done > a.step .number {
  background-color: #dfba49;
  color: #fff;
}
.form-wizard .steps > li.done > a.step .desc {
  color: #333;
}
.form-wizard .steps > li.done > a.step .desc i {
  font-size: 12px;
  font-weight: normal;
  color: #999;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 1200px) {
  /* 768px & 1200px */
  .form-wizard .step .desc {
    margin-top: 10px;
    display: block;
  }
}
@media (max-width: 768px) {
  /* 768px */
  .form-wizard .steps > li > a {
    text-align: left;
  }
}

.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    max-width: 600px;
    margin: 20px auto 26px;
    border: none;
    z-index: 0;
}
.process-model li::after {
    background: #e5e5e5 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    margin: 0 auto;
    position: absolute;
    right: 30px;
    top: 44px;
    width: 85%;
    z-index: -1;
}
.process-model li.visited::after {
    background: #57b87b;
}
.process-model li:last-child::after {
    width: 0;
}
.process-model li {
    display: inline-block;
    width: 18%;
    text-align: center;
    float: none;
}
.nav-tabs.process-model > li.active > a, .nav-tabs.process-model > li.active > a:hover, .nav-tabs.process-model > li.active > a:focus, .process-model li a:hover, .process-model li a:focus {
    border: none;
    background: transparent;

}
.process-model li a {
    padding: 0;
    border: none;
    color: #606060;
}
.process-model li.active,
.process-model li.visited {
    color: #57b87b;
}
.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
    color: #57b87b;
}
.process-model li.active p,
.process-model li.visited p {
    font-weight: 600;
}
.process-model li i {
    display: block;
    height: 68px;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    background: #f5f6f7;
    border: 2px solid #e5e5e5;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
}
.process-model li.active i, .process-model li.visited i  {
    background: #fff;
    border-color: #57b87b;
}
.process-model li p {
    font-size: 14px;
    margin-top: 11px;
}
.process-model.contact-us-tab li.visited a, .process-model.contact-us-tab li.visited p {
    color: #606060!important;
    font-weight: normal
}
.process-model.contact-us-tab li::after  {
    display: none; 
}
.process-model.contact-us-tab li.visited i {
    border-color: #e5e5e5; 
}
.has-error
{
    border:2px solid red;
}



@media screen and (max-width: 560px) {
  .more-icon-preocess.process-model li span {
        font-size: 23px;
        height: 50px;
        line-height: 46px;
        width: 50px;
    }
    .more-icon-preocess.process-model li::after {
        top: 24px;
    }
}
@media screen and (max-width: 380px) { 
    .process-model.more-icon-preocess li {
        width: 16%;
    }
    .more-icon-preocess.process-model li span {
        font-size: 16px;
        height: 35px;
        line-height: 32px;
        width: 35px;
    }
    .more-icon-preocess.process-model li p {
        font-size: 8px;
    }
    .more-icon-preocess.process-model li::after {
        top: 18px;
    }
    .process-model.more-icon-preocess {
        text-align: center;
    }
}


/*# sourceMappingURL=style.css.map */