/* ================================================================================================================== */
/* ================================================================================================================== */
/* ================================================================================================================== */
/* ================================================================================================================== */
/* ================================================================================================================== */
/* ================================================================================================================== */
.bg-modal-html {
  background-color: #eeeeee;
  background: url("/web-client//images/subtle-bg2.jpg") repeat;
}
html,
body {
  height: 100%;
}
.ng-cloak {
  display: none !important;
}
/* ================================================================================================================== */
.btn .fa-spin {
  display: none;
}
.btn .loading .fa-spin {
  display: inline;
}
.command-link,
.command-link:hover,
.command-link:visited {
  font-size: 0.9em;
  color: #555555;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pull-right-sm {
    float: right !important;
  }
}
/* ================================================================================================================== */
.banner-title {
  color: white;
  background-color: #7fc241;
  text-transform: capitalize;
  background-image: url("/web-client//images/mz-icon-white.svg");
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: calc(100% - 16px) 45%;
}
.container .banner-title,
.container-fluid .banner-title {
  margin: 0 -16px 16px;
  padding: 6px 72px 6px 16px;
}
/* ================================================================================================================== */
.ribbon-title {
  position: relative;
  color: white;
  background-color: #7fc241;
  text-transform: capitalize;
  box-shadow: inset 0 -5px 15px 0 #68aa2b;
}
.container .ribbon-title,
.container-fluid .ribbon-title {
  margin-left: -27px;
  margin-right: -16px;
  margin-bottom: 20px;
  padding: 6px 27px;
}
.ribbon-title:before,
.ribbon-title:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  border-width: 3px 6px;
  border-style: solid;
  transform: rotate(1deg);
}
.ribbon-title:before {
  top: -6px;
  border-color: transparent #538425 #538425 transparent;
}
.ribbon-title:after {
  top: calc(100%);
  border-color: #538425 #538425 transparent transparent;
}
.panel-modal {
  border: 1px solid #c4c4c4;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: white;
}
@media (min-width: 992px) {
  .panel-modal {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 0;
  }
}
.login .spacer {
  display: none;
}
@media (min-width: 992px) {
  .login .spacer {
    display: block;
    height: calc(50% - 293.33333333px);
  }
}
.login .content {
  width: 100%;
}
@media (min-width: 992px) {
  .login .content {
    width: 800px;
    margin: 0 auto;
    height: 440px;
  }
}
.login .content .splash {
  display: none;
  overflow: hidden;
}
@media (min-width: 992px) {
  .login .content .splash {
    display: block;
    width: 502px;
    height: 352px;
  }
}
.login .content .mobile-splash {
  display: none;
  overflow: hidden;
}
@media (max-width: 992px) {
  .login .content .mobile-splash {
    display: block;
    max-width: 100%;
    margin: 0 auto 15px auto;
  }
}
@media (min-width: 992px) {
  .login .content .col-input {
    width: 260px;
    float: right;
  }
}
.login .content .col-input .logo {
  margin: 20px 16px;
}
.login .content .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .login .content .btn {
    width: auto;
    min-width: 100px;
  }
}
.login .content footer {
  width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  font-size: 0.85em;
  text-transform: lowercase;
  float: left;
}
@media (min-width: 992px) {
  .login .content footer {
    margin-top: 70px;
  }
}
.login .content footer .separator {
  padding-left: 1em;
  padding-right: 1em;
}
.login .content footer a,
.login .content footer a:hover,
.login .content footer a:visited {
  color: #555555;
  text-decoration: none;
}
.login .content footer .separator {
  color: #7fc241;
}
.login .splash,
.login .form {
  border: 1px solid #c4c4c4;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media (min-width: 992px) {
  .login .splash,
  .login .form {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 0;
  }
}
.login .mobile-splash {
  border: 1px solid #c4c4c4;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media (max-width: 992px) {
  .login .mobile-splash {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 0;
  }
}
.modal-page .spacer {
  display: none;
}
@media (min-width: 992px) {
  .modal-page .spacer {
    display: block;
    height: calc(50% - 293.33333333px);
  }
}
@media (min-width: 992px) {
  .modal-page .content {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .modal-page .content .panel-modal {
    min-height: 350px;
  }
}
.modal-page .content .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .modal-page .content .btn {
    width: auto;
    min-width: 100px;
  }
}
.modal-page .content footer {
  width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  font-size: 0.85em;
  text-transform: lowercase;
}
@media (min-width: 992px) {
  .modal-page .content footer {
    margin-top: 70px;
  }
}
.modal-page .content footer .separator {
  padding-left: 1em;
  padding-right: 1em;
}
.modal-page .content footer a,
.modal-page .content footer a:hover,
.modal-page .content footer a:visited {
  color: #555555;
  text-decoration: none;
}
.modal-page .content footer .separator {
  color: #7fc241;
}
