@charset "UTF-8";
/*!
 * Custom CSS file
 */

html {
  font-size: unset;
}
.yii-debug-toolbar__block.yii-debug-toolbar__title{
  display: none;
}

object {
  width: 100%;
  min-height: 100%;
}

.long-description-more {
  display: none;
}

@media (min-width: 992px) {
  .modal-xlg {
    width: 90%;
    max-width: 90%;
  }
}
.breadcrumb {
  border-radius: unset;
  border-bottom: unset;
  background-color: transparent;
  margin-bottom: 15px;
}

.form-horizontal .form-group {
  margin-right: unset;
  margin-left: unset;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: unset;
}
.brela {
  display: none;
}
.nonbrela {
  display: none;
}
.social-box ul li span {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
.chart-wrapper .title {
  font-size: 20px;
  color: #fff;
}
.social-box i {
  color: #fff;
  background: #3b5998;
  font-size: 23px;
}
.list-group-item-primary {
  color: #115770;
  background-color: #f0f3f5;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #c1e7f4;
  border-bottom: 1px solid #c2cfd6;
}
.quick-icon {
  margin: 4px;
  margin-right: 9px;
}
.quick-icon-next {
  margin: 4px;
  margin-left: 20px;
}
.list-group a:hover {
  text-decoration: none;
}
.value-item {
  margin-left: 20px;
  font-weight: bold;
}
.item-info a {
  color: #000;
}
.item-info a:hover {
  text-decoration: none;
}
.center_login {
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 15%;
}
.system_title {
  margin: auto;
  text-align: center;
  font-size: 22px;
  padding-bottom: 7px;
}
.system_slogan {
  margin: auto;
  text-align: center;
  font-size: 15px;
  padding-bottom: 14px;
}
.card_header_title {
  font-size: 17px;
}
.card-header_login {
  background-color: #f0f3f5;
}
.card-remove-border-right {
  border-right: none;
}
.card-remove-border-left {
  border-left: none;
}
.copyright {
  font-size: 11px;
  margin: 0 auto;
  padding: 10px 10px 0;
  text-align: center;
}
body {
  /*** background-image: url(../img/bg1.jpg); **/
  background-repeat: no-repeat;
}
.apply-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  list-style: none;
  background-color: #fff;
  padding-left: 30px;
}
.sidebar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  color: #fff;
  background: #274da8!important;
}
.sidebar .nav-link,
.sidebar .navbar .dropdown-toggle,
.navbar .sidebar .dropdown-toggle {
  display: block;
  padding: 0.75rem 1rem;
  color: #fff;
  text-decoration: none;
  background-color: #274da8;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
.apply_now {
  color: #000 !important;
  background-color: #4dbd74;
  border-color: #4dbd74;
}
.black_color {
  color: #000;
}
.list-group-item-primary_white {
  background-color: #fff;
}
.center-text {
  text-align: center;
}
@media (min-width: 576px) {
  .multiple-input-list__item .col-sm-2 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 576px) {
  .multiple-input-list__item .col-sm-10 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
/* hide mobile version by default */
.logo-mobile {
  display: none;
}
/* when screen is less than 600px wide
   show mobile version and hide desktop */
@media (max-width: 600px) {
  .logo-mobile {
    display: block;
  }
  .logo-web {
    display: none;
  }
}
.block-radio label {
  display: block;
  cursor: pointer;
}
form div.required label.control-label:after,
form div.required label.col-form-label:after {
  content: " * ";
  color: red;
}

.upload-kit .upload-kit-input,
.upload-kit .upload-kit-item {
  height: 50px !important;
}

.status .panel-title {
  font-size: 35px;
  font-weight: bold;
  line-height: 45px;
  padding: 5px;
  letter-spacing: -0.8px;
}
.application .form-group {
  background-color: #eee;
  padding: 10px;
}

.application .help-block {
  /*    display: none;*/
}

label {
  font-weight: normal;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #f4f4f4;
}
.modal-dialog {
  margin: 25rem auto;
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 20rem auto;
  }
}

.modal-header {
  display: block;
}

.container-fluid {
  padding-top: 15px;
}

/***MLF custom css **/
.navbar.navbar-default {
  border-top: 3px solid #3c8dbc;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
}
.home {
  background-color: #274da8 url(/img/bg.jpg) no-repeat center center;
  background-image: linear-gradient(180deg, #2865a3, #1b436c 50%, #2865a3);
  background-size: cover;
  position: relative;
  color: #eee;
}

#header,
#header .header-modifier {
  position: relative;
}
#topbg {
  background-color: #274da8;
  position: relative;
  display: inline-block;
  padding-bottom: 0;
  width: 100%;
}
#topbg {
  background-color: #274da8;
  position: relative;
  display: inline-block;
  padding-bottom: 0;
  width: 100%;
}
#header .banner-natural {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 130px;
  right: 0;
  /** background-image: url(../img/banner.png); **/
}
#header #logo {
  width: 128.5px;
  float: left;
  margin-right: 20px;
  margin: 12px 0 0 15px;
  position: relative;
}
#header h1,
#header h1 span {
  text-shadow: 1px 1px 0 #fff;
  font-weight: 600;
}
#header h1 {
  text-align: center;
  color: #196331;
  line-height: 1.4;
  font-size: 32px;
  position: relative;
  z-index: 4;
  margin-top: 20px;
  width: 871px;
  float: left;
  margin-right: 20px;
  height: 90px;
}
.language-switch a.active {
  color: #fff;
}
.language-switch {
  float: right;
}
.language-switch a {
  padding-left: 10px;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #274da8;
  border-bottom: 1px solid #2865a3;
  color: #fff;
}
.card a:hover {
  text-decoration: underline;
}

.center-all {
  width: 50%;
  margin: auto;
}
#header h5 {
  text-align: center;
  color: #a1afa6;
  /* line-height: 1.4; */
  position: relative;
  z-index: 4;
  margin-top: 30px;
  margin-left: 100px;
}

.md-stepper-horizontal {
  display: table;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 3px 8px -6px rgba(0, 0, 0, 0.5);
}
.md-stepper-horizontal .md-step {
  display: table-cell;
  position: relative;
  padding: 10px;
}
.process-failed
  .md-stepper-horizontal.green
  .md-step.inprogress
  .md-step-circle {
  background-color: #a93636;
}
.md-stepper-horizontal .md-step.active:hover,
.md-stepper-horizontal .md-step.inprogress:hover,
.md-stepper-horizontal .md-step.active:active,
.md-stepper-horizontal .md-step.active-nav {
  background-color: rgba(0, 0, 0, 0.04);
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 0 0;
}
.md-stepper-horizontal .md-step:active {
  border-radius: 15% / 75%;
}
.md-stepper-horizontal .md-step:first-child:active {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:hover .md-step-circle {
  background-color: #757575;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
  display: none;
}
.md-stepper-horizontal .md-step .md-step-circle {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background-color: #999999;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.md-stepper-horizontal.green .md-step.active .md-step-circle {
  background-color: #00ae4d;
}
.md-stepper-horizontal.green .md-step.inprogress .md-step-circle {
  background-color: #274da8;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
  background-color: #f96302;
}
.md-stepper-horizontal .md-step.active .md-step-circle {
  background-color: #00a65a;
}
.md-stepper-horizontal .md-step.done .md-step-circle:before {
  font-family: "FontAwesome";
  font-weight: 100;
  content: "\f00c";
}
.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
  display: none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
  font-family: "FontAwesome";
  font-weight: 100;
  content: "\f040";
}
.md-stepper-horizontal .md-step .md-step-title {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
  text-align: center;
  color: rgba(0, 0, 0, 0.26);
}
.md-stepper-horizontal .md-step.active .md-step-title,
.md-step.inprogress .md-step-title {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}
.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
  font-weight: 600;
}
.md-stepper-horizontal .md-step .md-step-optional {
  font-size: 12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
  position: absolute;
  top: 25px;
  height: 1px;
  border-top: 1px solid #eee;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
  right: 0;
  left: 50%;
  margin-left: 20px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
  left: 0;
  right: 50%;
  margin-right: 20px;
}

.process-widget {
  box-shadow: 0 3px 8px -6px rgb(0 0 0 / 50%);
  margin-bottom: 10px;
}
.process-widget .alert {
  padding: 10px;
  margin: 0;
}

.hint-block {
  padding: 10px 0;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f8fa;
  z-index: 9998;
  text-align: center;
}

.plane-container {
  position: absolute;
  top: 50%;
  left: 50%;
}
.header-fixed .app-header{
  background: #03a9f4;

}
.btn-primary {
  background-color: #03a9f4;
  border-color: #03a9f4;
}
.btn-success{
  background-color: #03a9f4;
  border-color: #03a9f4;
}
.btn-default {
  background-color: #393838;
  color: #f2eeee;
  border-color: #ddd;
}