@charset "UTF-8";
/* ==========================================================================
 Validation Alerts Style
 ========================================================================== */
@import url("fabric-icons.css");
@import url("firasans.css");
@import url("gustan.css");
.alert {
  border: none;
  border-radius: 0;
  background: #EFEFEF;
  padding: 16px 12px;
  margin: 24px 0 16px;
  border-left: 3px solid #414042;
  width: 100%;
  display: table;
}
.alert div.cell:empty {
  display: none;
}
.alert .cell {
  display: table-cell;
  padding: 0 !important;
  width: auto;
}
.alert .cell:nth-child(2) {
  vertical-align: bottom;
  width: calc(100% - 0px);
}
.alert .cell i {
  font-size: 24px;
  line-height: 24px;
  margin-left: 0;
  float: left;
}
.alert .cell i.fa-check {
  color: #97D700;
}
.alert .cell .file-size i {
  color: #414042;
  float: none;
  margin: 0 8px;
  font-size: 16px;
}
.alert .cell h4 {
  display: flex;
  width: calc(100% - 30px);
}
.alert .cell p {
  padding: 0;
  margin: 0;
}
.alert .cell p + input {
  margin-top: 16px;
}
.alert .cell p + p {
  margin-top: 16px;
}
.alert .cell p + ul {
  margin-top: 16px;
}
.alert .cell p a {
  display: inline;
}
.alert .cell p a i {
  color: #075787;
}
.alert .cell p a:hover i {
  color: #007CAD;
}
.alert .cell p i.fab-ic {
  margin: 0 4px;
  font-size: 14px;
  float: none;
}
.alert .btn {
  margin-bottom: 0;
  padding: 12px 20px;
}
.alert .btn.btn-primary:hover {
  background: #fff;
}
.alert.blue {
  border-left-color: #007CAD;
}
.alert.blue i {
  color: #007CAD;
}
.alert.success {
  border-left-color: #227236;
}
.alert.success i {
  color: #227236;
}
.alert.purple {
  border-left-color: #414042;
}
.alert.purple h4 {
  color: #414042;
}
.alert.purple i {
  color: #A30000;
}
.alert.purple a i {
  color: #007CAD;
}
.alert.purple a:visited .fa-external-link {
  color: #936;
}
.alert.magenta {
  border-left-color: #936;
}
.alert.magenta h4 {
  color: #414042;
}
.alert.magenta i {
  color: #936;
}
.alert.magenta a i {
  color: #936;
}
.alert.magenta a:visited .fa-external-link {
  color: #936;
}
.alert.red {
  border-left-color: #A30000;
}
.alert.red h4 {
  color: #414042;
}
.alert.red i {
  color: #A30000;
}
.alert.red i.fa-external-link {
  color: #007CAD;
}
.alert.yellow {
  border-left: none;
  background: #FFF0D8;
  padding: 16px;
  margin-bottom: 40px;
  margin-top: 0;
}
.alert.yellow p.title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: -8px;
}
.alert.yellow i {
  color: #414042;
}
.alert .form-group {
  display: inline-block;
}
.alert .photo-container {
  width: 30px;
  min-width: 30px;
  height: 40px;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #fff;
  background: #fff;
  margin-right: 10px;
}
.alert .photo-container a {
  height: 100%;
}
.alert .photo-container img {
  height: 100%;
}
.alert .photo-container i.mbie-spinner {
  margin: auto;
  padding: 9px 4px;
  background: #fff;
}

p + .alert, .alert + input[type=button] {
  margin-top: 0;
}

.control + .alert {
  margin: 16px 0 16px;
}

.alert-danger,
div.message.error,
.alert.alert-info {
  border: none;
  color: #414042;
  padding: 20px;
  padding-left: 16px;
  border-color: #414042;
  background-color: #EFEFEF;
  border-left: 3px solid #414042;
}

.invalid {
  border-color: #A30000;
}

.error {
  clear: left;
  color: #A30000;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 8px;
  float: left;
  display: flex;
  font-weight: 300;
  align-items: flex-start;
}
.error:before {
  line-height: 1;
  font-weight: 400;
  font-family: "Fabric MDL2 Assets";
  content: "\f62f";
  font-size: 20px;
  margin-right: 4px;
  margin-top: 0px;
}

.msg-info {
  display: inline-block;
}
.msg-info .fab-ic {
  font-size: 20px;
  margin-left: 0;
  float: left;
  line-height: 20px;
  color: #075787;
}

.validation-summary {
  border: none;
  margin-top: 20px;
  border-left: 3px solid #414042;
}
.validation-summary.alert h3 {
  margin-top: 0;
}
.validation-summary.alert ul li {
  margin-bottom: 12px;
  display: flex;
}
.validation-summary.alert ul li::before {
  color: #A30000;
  top: 2px;
  position: relative;
  display: inline-block;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  font-family: "Glyphicons Halflings";
  -webkit-font-smoothing: antialiased;
  content: "\e209";
  font-size: 14px;
  margin-right: 8px;
}

header.header + .mbie-alert {
  margin-top: -37px;
  margin-bottom: 37px;
}
header.header + .mbie-alert + .info {
  margin-top: -24px;
}
header.header + .mbie-alert.info, header.header + .mbie-alert.warning, header.header + .mbie-alert.success {
  margin-top: -37px;
}
header.header + .hero-image {
  margin-top: -37px;
}
@media (max-width: 767px) {
  header.header + .hero-image {
    margin-top: -24px;
  }
}

.mbie-alert {
  margin-bottom: -1px;
  padding: 10px;
  background: #A30000;
  color: #fff;
  z-index: 3;
}
.mbie-alert.info {
  padding: 16px 10px;
  background: #007CAD;
}
.mbie-alert.warning {
  padding: 16px 10px;
  background: #A30000;
}
.mbie-alert.success {
  padding: 16px 10px;
  background: #227236;
}
.mbie-alert .alert {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  position: relative;
}
.mbie-alert .alert h4 {
  margin-bottom: 8px;
  font-weight: 500;
}
.mbie-alert .alert p {
  margin: 0;
}
.mbie-alert .alert a {
  color: #fff;
  text-decoration: underline;
}
.mbie-alert .alert a.splash-clear {
  color: #fff;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.mbie-alert .alert a.splash-clear i {
  color: #fff;
  float: none;
  font-size: 28px;
  display: inline-block;
  margin: 0 0 0 4px;
}
.mbie-alert .alert .cell i {
  margin-top: 0px;
}
.mbie-alert .alert .fa-info-circle::before {
  color: #fff;
}

.crmEntityFormView fieldset .picklist-cell .alert p.iconic-i {
  padding-left: 30px;
}

@media (min-width: 768px) {
  .alert {
    padding: 20px 16px;
  }
  .alert .form-group {
    margin-bottom: 0;
  }
  .alert.yellow {
    padding: 24px;
  }
  .alert.yellow p.title {
    font-size: 20px;
    margin-bottom: -4px;
  }
  .alert .cell h4 {
    width: calc(100% - 80px);
  }
  .doc-upload-container .alert {
    padding: 20px 16px !important;
  }
}
@media (max-width: 767px) {
  .alert.eligiblity-alert p {
    padding-left: 0;
  }
}
#logoutmessageid {
  background: #d9d9d9;
  padding: 16px 16px;
  border-left: 3px solid #007CAD;
  margin: 0 0 24px 0;
}
#logoutmessageid h2 {
  font-size: 20px;
  margin: 0;
  position: relative;
  padding-left: 30px;
}
#logoutmessageid h2::before {
  position: absolute;
  left: 0;
  content: "\f00c";
  font: normal normal normal 24px/1.2 FontAwesome;
  color: #97D700;
}
#logoutmessageid p {
  display: none;
}

.accordion.hub .panel-body .alert .cell p + p {
  margin-top: 0;
}

@media (max-width: 480px) {
  .mbie-alert.info {
    padding: 12px 10px;
  }
  .mbie-alert.info .container {
    padding: 0;
  }
  .mbie-alert.info .alert {
    padding: 0 0 0 15px;
  }
  .mbie-alert.info .alert h4 {
    width: calc(100% - 60px);
  }
  .mbie-alert.info .alert a {
    padding: 0px 10px;
  }
  .mbie-alert.info .alert a span {
    display: none;
  }
}
/* ==========================================================================
   Spacing margin/padding like bootstrap v4 but custom values
   ========================================================================== */
.m-0 {
  margin: 0px !important;
}

.m-h-a {
  margin: 0px auto !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-1 {
  margin: 8px !important;
}

.m-l-1 {
  margin-left: 8px !important;
}

.m-t-1 {
  margin-top: 8px !important;
}

.m-r-1 {
  margin-right: 8px !important;
}

.m-b-1 {
  margin-bottom: 8px !important;
}

.m-2 {
  margin: 16px !important;
}

.m-l-2 {
  margin-left: 16px !important;
}

.m-t-2 {
  margin-top: 16px !important;
}

.m-r-2 {
  margin-right: 16px !important;
}

.m-b-2 {
  margin-bottom: 16px !important;
}

.m-3 {
  margin: 24px !important;
}

.m-l-3 {
  margin-left: 24px !important;
}

.m-t-3 {
  margin-top: 24px !important;
}

.m-r-3 {
  margin-right: 24px !important;
}

.m-b-3 {
  margin-bottom: 24px !important;
}

.m-4 {
  margin: 32px !important;
}

.m-l-4 {
  margin-left: 32px !important;
}

.m-t-4 {
  margin-top: 32px !important;
}

.m-r-4 {
  margin-right: 32px !important;
}

.m-b-4 {
  margin-bottom: 32px !important;
}

.m-5 {
  margin: 40px !important;
}

.m-l-5 {
  margin-left: 40px !important;
}

.m-t-5 {
  margin-top: 40px !important;
}

.m-r-5 {
  margin-right: 40px !important;
}

.m-b-5 {
  margin-bottom: 40px !important;
}

.m-6 {
  margin: 48px !important;
}

.m-l-6 {
  margin-left: 48px !important;
}

.m-t-6 {
  margin-top: 48px !important;
}

.m-r-6 {
  margin-right: 48px !important;
}

.m-b-6 {
  margin-bottom: 48px !important;
}

.m-7 {
  margin: 56px !important;
}

.m-l-7 {
  margin-left: 56px !important;
}

.m-t-7 {
  margin-top: 56px !important;
}

.m-r-7 {
  margin-right: 56px !important;
}

.m-b-7 {
  margin-bottom: 56px !important;
}

.m-8 {
  margin: 64px !important;
}

.m-l-8 {
  margin-left: 64px !important;
}

.m-t-8 {
  margin-top: 64px !important;
}

.m-r-8 {
  margin-right: 64px !important;
}

.m-b-8 {
  margin-bottom: 64px !important;
}

.m-9 {
  margin: 72px !important;
}

.m-l-9 {
  margin-left: 72px !important;
}

.m-t-9 {
  margin-top: 72px !important;
}

.m-r-9 {
  margin-right: 72px !important;
}

.m-b-9 {
  margin-bottom: 72px !important;
}

.m-10 {
  margin: 80px !important;
}

.m-l-10 {
  margin-left: 80px !important;
}

.m-t-10 {
  margin-top: 80px !important;
}

.m-r-10 {
  margin-right: 80px !important;
}

.m-b-10 {
  margin-bottom: 80px !important;
}

/* margin end*/
/* padding start*/
.p-0 {
  padding: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-1 {
  padding: 8px !important;
}

.p-l-1 {
  padding-left: 8px !important;
}

.p-t-1 {
  padding-top: 8px !important;
}

.p-r-1 {
  padding-right: 8px !important;
}

.p-b-1 {
  padding-bottom: 8px !important;
}

.p-2 {
  padding: 16px !important;
}

.p-l-2 {
  padding-left: 16px !important;
}

.p-t-2 {
  padding-top: 16px !important;
}

.p-r-2 {
  padding-right: 16px !important;
}

.p-b-2 {
  padding-bottom: 16px !important;
}

.p-3 {
  padding: 24px !important;
}

.p-l-3 {
  padding-left: 24px !important;
}

.p-t-3 {
  padding-top: 24px !important;
}

.p-r-3 {
  padding-right: 24px !important;
}

.p-b-3 {
  padding-bottom: 24px !important;
}

.p-4 {
  padding: 32px !important;
}

.p-l-4 {
  padding-left: 32px !important;
}

.p-t-4 {
  padding-top: 32px !important;
}

.p-r-4 {
  padding-right: 32px !important;
}

.p-b-4 {
  padding-bottom: 32px !important;
}

.p-5 {
  padding: 40px !important;
}

.p-l-5 {
  padding-left: 40px !important;
}

.p-t-5 {
  padding-top: 40px !important;
}

.p-r-5 {
  padding-right: 40px !important;
}

.p-b-5 {
  padding-bottom: 40px !important;
}

.p-6 {
  padding: 48px !important;
}

.p-l-6 {
  padding-left: 48px !important;
}

.p-t-6 {
  padding-top: 48px !important;
}

.p-r-6 {
  padding-right: 48px !important;
}

.p-b-6 {
  padding-bottom: 48px !important;
}

.p-7 {
  padding: 56px !important;
}

.p-l-7 {
  padding-left: 56px !important;
}

.p-t-7 {
  padding-top: 56px !important;
}

.p-r-7 {
  padding-right: 56px !important;
}

.p-b-7 {
  padding-bottom: 56px !important;
}

.p-8 {
  padding: 64px !important;
}

.p-l-8 {
  padding-left: 64px !important;
}

.p-t-8 {
  padding-top: 64px !important;
}

.p-r-8 {
  padding-right: 64px !important;
}

.p-b-8 {
  padding-bottom: 64px !important;
}

.p-9 {
  padding: 72px !important;
}

.p-l-9 {
  padding-left: 72px !important;
}

.p-t-9 {
  padding-top: 72px !important;
}

.p-r-9 {
  padding-right: 72px !important;
}

.p-b-9 {
  padding-bottom: 72px !important;
}

.p-10 {
  padding: 80px !important;
}

.p-l-10 {
  padding-left: 80px !important;
}

.p-t-10 {
  padding-top: 80px !important;
}

.p-r-10 {
  padding-right: 80px !important;
}

.p-b-10 {
  padding-bottom: 80px !important;
}

/* ==========================================================================
   Button styles
   ========================================================================== */
.btn {
  outline: none;
  font-size: 16px;
  font-weight: 500;
  min-width: 100px;
  min-width: 160px;
  line-height: 18px;
  text-shadow: none;
  padding: 12px 16px;
  border-radius: 0;
  margin: 16px 0;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.btn:visited:hover {
  color: #fff;
}
.btn.btn-info:visited {
  color: #fff;
}
.btn.btn-info:visited:hover {
  color: #fff;
}
.btn .mbie-spinner {
  position: relative;
  align-items: center;
  width: 18px;
  height: 17px;
  display: inline-block;
  text-align: left;
}
.btn .mbie-spinner::after {
  border-left-color: #007CAD;
  border-right-color: #007CAD;
  border-width: 2px;
}
.btn i.fa-chevron-right {
  margin-right: 0;
  font-size: 14px;
  line-height: 20px;
}
.btn i.fa-chevron-left {
  margin-left: 0;
  font-size: 14px;
  line-height: 20px;
}
.btn.btn-dashed:visited:hover {
  color: #00719d;
}
.btn.btn-dashed:focus, .btn.btn-dashed:active, .btn.btn-dashed:visited, .btn.btn-dashed:active:focus, .btn.btn-dashed:active:hover, .btn.btn-dashed:active.focus, .btn.btn-dashed.active:hover, .btn.btn-dashed.active:focus, .btn.btn-dashed.active.focus, .btn.btn-dashed:visited:focus, .btn.btn-dashed:visited:hover {
  color: #00719d;
  border-color: #00719d;
  background-color: #fff;
}
.btn.btn-dashed:focus svg path, .btn.btn-dashed:active svg path, .btn.btn-dashed:visited svg path, .btn.btn-dashed:active:focus svg path, .btn.btn-dashed:active:hover svg path, .btn.btn-dashed:active.focus svg path, .btn.btn-dashed.active:hover svg path, .btn.btn-dashed.active:focus svg path, .btn.btn-dashed.active.focus svg path, .btn.btn-dashed:visited:focus svg path, .btn.btn-dashed:visited:hover svg path {
  fill: #00719d;
}
.btn.btn-icon {
  display: inline-block;
  min-width: auto;
  background-color: #fff;
  padding: 14px 14px;
}
.btn.btn-icon:hover, .btn.btn-icon:focus, .btn.btn-icon:active, .btn.btn-icon:active:focus {
  border-color: #fff;
  background-color: #EFEFEF;
}
.btn.btn-in-form {
  padding: 12px 24px;
  min-width: 200px;
}

.btn-group .btn + .btn {
  margin-left: 20px;
  margin-right: 0;
}

.form-action-container-left .btn + .btn {
  margin-left: 20px;
  margin-right: 0;
}

.btn-link {
  color: #007CAD;
  border-color: transparent;
  background-color: transparent;
  text-decoration: underline;
}
.btn-link:visited {
  color: #007CAD;
}
.btn-link:visited i {
  color: #007CAD;
}
.btn-link:visited:hover {
  color: #00719d;
}
.btn-link:visited:hover i {
  color: #007CAD;
}
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link:active:focus {
  color: #00719d;
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
  text-decoration: none;
}
.btn-link:hover:visited, .btn-link:focus:visited, .btn-link:active:visited, .btn-link:active:focus:visited {
  color: #007CAD !important;
}
.btn-link:hover:visited:hover, .btn-link:focus:visited:hover, .btn-link:active:visited:hover, .btn-link:active:focus:visited:hover {
  color: #00719d;
}
.btn-link[disabled] {
  color: #414042;
  opacity: 0.65;
  box-shadow: none;
  cursor: not-allowed;
  border-color: transparent;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled]:active, .btn-link[disabled]:active:focus {
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  text-decoration: underline;
}
.btn-link .fab-ic {
  display: inline-block;
  font-size: 20px;
  float: left;
  margin-left: 0;
}

.btn-primary, .form-horizontal.btn-confirm-email .btn-primary {
  color: #fff;
  border-color: #007CAD;
  background-color: #007CAD;
}
.btn-primary i, .form-horizontal.btn-confirm-email .btn-primary i {
  color: #fff;
}
.btn-primary .mbie-spinner::after, .form-horizontal.btn-confirm-email .btn-primary .mbie-spinner::after {
  border-left-color: #fff;
  border-right-color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .form-horizontal.btn-confirm-email .btn-primary:hover, .form-horizontal.btn-confirm-email .btn-primary:focus, .form-horizontal.btn-confirm-email .btn-primary:active, .form-horizontal.btn-confirm-email .btn-primary:active:focus, .form-horizontal.btn-confirm-email .btn-primary:active:hover, .form-horizontal.btn-confirm-email .btn-primary:active.focus, .form-horizontal.btn-confirm-email .btn-primary.active:hover, .form-horizontal.btn-confirm-email .btn-primary.active:focus, .form-horizontal.btn-confirm-email .btn-primary.active.focus {
  color: #fff;
  border-color: #00719d;
  background-color: #00719d;
}
.btn-primary:focus, .btn-primary:active, .btn-primary:active:focus, .form-horizontal.btn-confirm-email .btn-primary:focus, .form-horizontal.btn-confirm-email .btn-primary:active, .form-horizontal.btn-confirm-email .btn-primary:active:focus {
  box-shadow: 0 0 0px 3px #000;
  outline: 1px solid;
}
.btn-primary:visited, .form-horizontal.btn-confirm-email .btn-primary:visited {
  color: #fff;
}
.btn-primary:visited i, .form-horizontal.btn-confirm-email .btn-primary:visited i {
  color: #fff;
}
.btn-primary[disabled], .form-horizontal.btn-confirm-email .btn-primary[disabled] {
  color: #414042;
  opacity: 0.65;
  box-shadow: none;
  cursor: not-allowed;
  border-color: #414042;
  background-color: #d9d9d9;
}
.btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled]:active:focus, .form-horizontal.btn-confirm-email .btn-primary[disabled]:hover, .form-horizontal.btn-confirm-email .btn-primary[disabled]:focus, .form-horizontal.btn-confirm-email .btn-primary[disabled]:active, .form-horizontal.btn-confirm-email .btn-primary[disabled]:active:focus {
  border-color: #414042;
  background-color: #d9d9d9;
  box-shadow: none;
  outline: none;
}
.btn-primary.btn-dashed, .form-horizontal.btn-confirm-email .btn-primary.btn-dashed {
  width: 100%;
  text-align: left;
  border: 1px dashed #007CAD;
  background: #fff;
  color: #007CAD;
  margin: 0;
}
.btn-primary.btn-dashed:hover, .form-horizontal.btn-confirm-email .btn-primary.btn-dashed:hover {
  background-color: #d9d9d9 !important;
}

.btn-default, .btn-info {
  color: #007CAD;
  border-color: #007CAD;
  background-color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:focus, .btn-default:active:hover, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:active:focus, .btn-info:active:hover, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus {
  color: #00719d;
  border-color: #00719d;
  background-color: #fff;
}
.btn-default:hover:visited, .btn-default:focus:visited, .btn-default:active:visited, .btn-default:active:focus:visited, .btn-default:active:hover:visited, .btn-default:active.focus:visited, .btn-default.active:hover:visited, .btn-default.active:focus:visited, .btn-default.active.focus:visited, .btn-info:hover:visited, .btn-info:focus:visited, .btn-info:active:visited, .btn-info:active:focus:visited, .btn-info:active:hover:visited, .btn-info:active.focus:visited, .btn-info.active:hover:visited, .btn-info.active:focus:visited, .btn-info.active.focus:visited {
  color: #00719d;
}
.btn-default:hover:visited:hover, .btn-default:focus:visited:hover, .btn-default:active:visited:hover, .btn-default:active:focus:visited:hover, .btn-default:active:hover:visited:hover, .btn-default:active.focus:visited:hover, .btn-default.active:hover:visited:hover, .btn-default.active:focus:visited:hover, .btn-default.active.focus:visited:hover, .btn-info:hover:visited:hover, .btn-info:focus:visited:hover, .btn-info:active:visited:hover, .btn-info:active:focus:visited:hover, .btn-info:active:hover:visited:hover, .btn-info:active.focus:visited:hover, .btn-info.active:hover:visited:hover, .btn-info.active:focus:visited:hover, .btn-info.active.focus:visited:hover {
  color: #00719d;
}
.btn-default:focus, .btn-default:active, .btn-default:active:focus, .btn-info:focus, .btn-info:active, .btn-info:active:focus {
  box-shadow: 0 0 0px 3px #000;
  outline: 1px solid;
  border-color: #fff;
}
.btn-default:visited, .btn-info:visited {
  color: #00719d;
}
.btn-default:visited i, .btn-info:visited i {
  color: #00719d;
}
.btn-default:visited:hover, .btn-info:visited:hover {
  color: #00719d;
}
.btn-default[disabled], .btn-info[disabled] {
  color: #414042;
  opacity: 0.65;
  box-shadow: none;
  cursor: not-allowed;
  border-color: #414042;
  background-color: #d9d9d9;
}
.btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled]:active:focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled]:active:focus {
  color: #414042;
  border-color: #414042;
  background-color: #d9d9d9;
  box-shadow: none;
  outline: none;
}
.btn-default i, .btn-info i {
  color: #007CAD;
}

fieldset .btn {
  min-width: 160px;
}

.app-nav .btn {
  min-width: 230px;
}

@media (min-width: 480px) {
  .btn {
    line-height: 20px;
    margin: 24px 0;
    width: auto;
  }
  fieldset .btn {
    padding: 12px 20px;
    margin-top: 8px;
    margin-bottom: 0;
  }
  fieldset .btn.action {
    padding: 16px 20px;
  }
  fieldset .modal .btn {
    padding: 16px 20px;
  }
  .app-nav .btn {
    width: auto;
  }
  .app-footer .btn, .form-custom-actions .btn, .app-nav .btn {
    min-width: 230px;
  }
}
@media (max-width: 766px) {
  .app-nav .btn {
    min-width: 210px;
  }
}
@media (min-width: 767px) {
  .btn {
    padding: 16px 20px;
  }
  .btn.btn-block {
    width: 100%;
  }
  .btn.btn-lg {
    min-width: 300px;
    text-align: left;
  }
  .btn.btn-small {
    padding: 12px 16px;
    min-width: 110px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 570px) {
  .button-group.btn-landingpage .btn {
    width: 100%;
    min-width: inherit;
    margin-top: 0;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .btn {
    width: 100%;
  }
  .btn i.fa-chevron-right {
    float: none;
    line-height: 16px;
  }
  .btn.btn-lg {
    min-width: 100%;
    text-align: left;
  }
  fieldset .btn {
    width: auto;
  }
  .button-group .btn + .btn {
    margin-bottom: 0;
    margin-top: 0;
  }
  .app-footer.hub-footer {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 375px) {
  .app-footer, .form-custom-actions, .app-nav {
    display: flex;
    flex-direction: column-reverse;
  }
  .app-footer div + div {
    margin-left: 0px;
  }
}
.add-applicant svg {
  margin-bottom: -2px;
  float: right;
  width: 18px;
  height: 18px;
}
.add-applicant svg path {
  fill: #007CAD;
}

/* ==========================================================================
 Form style
 ========================================================================== */
legend {
  float: left;
  border: none;
}

label {
  color: #414042;
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 4px;
}
label span {
  font-weight: normal;
}
label span.label-text {
  margin: 0 8px 0 0;
}

input[type=text], input[type=textarea], select, .form-control {
  font-size: 16px;
}

h3 {
  position: relative;
  padding-right: 70px;
}
h3 .form-control-help {
  font-weight: normal;
  font-size: 16px;
  color: #075787;
  text-decoration: none;
}
h3 .form-control-help i {
  margin-right: 4px;
  color: #075787;
  display: inline-block;
  float: left;
  margin-left: 0;
}
h3 .form-control-help:visited {
  color: #075787;
}
h3 .form-control-help:visited i {
  color: #075787;
}

.form-control-help {
  font-weight: normal;
  font-size: 16px;
  color: #075787;
  text-decoration: none;
  margin-left: 8px;
}
.form-control-help i {
  margin-right: 4px;
  color: #075787;
  display: inline-block;
  float: left;
  margin-left: 0;
}
.form-control-help:visited {
  color: #075787;
}
.form-control-help:visited i {
  color: #075787;
}

.form-group .control a[readonly], .form-control-cell .control a[readonly], .picklist-cell .control a[readonly] {
  padding: 11px 12px;
  background-color: #E8E8E8;
  border: 1px solid #666666;
  display: block;
}
.form-group label, .form-control-cell label, .picklist-cell label {
  width: 100%;
  position: relative;
}
.form-group label.has-help, .form-control-cell label.has-help, .picklist-cell label.has-help {
  padding-right: 60px;
}
.form-group label a.form-control-help, .form-control-cell label a.form-control-help, .picklist-cell label a.form-control-help {
  font-weight: normal;
  font-size: 16px;
  color: #075787;
  text-decoration: none;
  margin-left: 8px;
}
.form-group label a.form-control-help i, .form-control-cell label a.form-control-help i, .picklist-cell label a.form-control-help i {
  margin-right: 4px;
  color: #075787;
  display: inline-block;
}
.form-group label a.form-control-help:visited, .form-control-cell label a.form-control-help:visited, .picklist-cell label a.form-control-help:visited {
  color: #075787;
}
.form-group label a.form-control-help:visited i, .form-control-cell label a.form-control-help:visited i, .picklist-cell label a.form-control-help:visited i {
  color: #075787;
}
.form-group p, .form-control-cell p, .picklist-cell p {
  padding: 0;
  margin-bottom: 4px;
}
.form-group .validators, .form-control-cell .validators, .picklist-cell .validators {
  display: none;
}

.picklist-table .picklist-cell {
  margin-bottom: 0;
  flex-direction: row;
}
.picklist-table .picklist-cell .info {
  width: calc(100% - 148px);
  margin-right: 8px;
  display: flex;
  flex-direction: column;
  vertical-align: middle;
}
.picklist-table .picklist-cell .info label {
  margin: auto;
}
.picklist-table .picklist-cell .info label span.label-text {
  font-weight: 400;
}
.picklist-table .picklist-cell .error {
  margin-bottom: 0;
}
.picklist-table .picklist-cell .picklist.horizontal input[type=radio] {
  margin-top: 0;
}
.picklist-table .picklist-cell .picklist.horizontal input[type=radio] + label {
  margin-top: 0;
}

.picklist-cell {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.picklist-cell .info label.has-help {
  padding-right: 0px;
}
.picklist-cell .info label.has-help a i {
  margin-left: 0;
}
.picklist-cell .info label a.form-control-help {
  position: relative;
}

.picklist-checkbox {
  padding-bottom: 8px;
}
.picklist-checkbox .form-group {
  margin: 0;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.crmEntityFormView .cell.checkbox-cell:first-child,
.checkbox-cell {
  padding: 0 15px 16px;
}
.crmEntityFormView .cell.checkbox-cell:first-child .info label,
.checkbox-cell .info label {
  padding-left: 12px;
  font-weight: normal;
  font-size: 16px;
}
.crmEntityFormView .cell.checkbox-cell:first-child .control input[type=checkbox],
.checkbox-cell .control input[type=checkbox] {
  opacity: 1;
  border-radius: 0;
}
.crmEntityFormView .cell.checkbox-cell:first-child .control .checkbox::before, .crmEntityFormView .cell.checkbox-cell:first-child .control .checkbox::after,
.checkbox-cell .control .checkbox::before,
.checkbox-cell .control .checkbox::after {
  display: none;
}

.form-group, .form-control-cell, .checkbox-cell {
  /*style and hide original checkbox*/
  /*position new box*/
  /*position new box*/
  /*reveal check for 'on' state*/
  /*focus styles*/
  /*disabled styles*/
}
.form-group label, .form-control-cell label, .checkbox-cell label {
  margin-top: 8px;
}
.form-group label i, .form-control-cell label i, .checkbox-cell label i {
  font-weight: normal;
}
.form-group label span, .form-control-cell label span, .checkbox-cell label span {
  font-weight: normal;
}
.form-group label span.label-text, .form-control-cell label span.label-text, .checkbox-cell label span.label-text {
  margin: 0 8px 0 0;
}
.form-group .checkbox-cell,
.form-group .checkbox, .form-group .radio, .form-control-cell .checkbox-cell,
.form-control-cell .checkbox, .form-control-cell .radio, .checkbox-cell .checkbox-cell,
.checkbox-cell .checkbox, .checkbox-cell .radio {
  margin-bottom: 16px;
  margin-top: 8px;
  position: relative;
}
.form-group .checkbox-cell label,
.form-group .checkbox label, .form-group .radio label, .form-control-cell .checkbox-cell label,
.form-control-cell .checkbox label, .form-control-cell .radio label, .checkbox-cell .checkbox-cell label,
.checkbox-cell .checkbox label, .checkbox-cell .radio label {
  margin-right: 20px;
  margin-top: 8;
  line-height: 24px;
}
.form-group .checkbox-cell .error,
.form-group .checkbox .error, .form-group .radio .error, .form-control-cell .checkbox-cell .error,
.form-control-cell .checkbox .error, .form-control-cell .radio .error, .checkbox-cell .checkbox-cell .error,
.checkbox-cell .checkbox .error, .checkbox-cell .radio .error {
  margin-top: 12px;
}
.form-group .checkbox input[type=checkbox],
.form-group .radio input[type=radio], .form-control-cell .checkbox input[type=checkbox],
.form-control-cell .radio input[type=radio], .checkbox-cell .checkbox input[type=checkbox],
.checkbox-cell .radio input[type=radio] {
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
  margin: 0;
}
.form-group .checkbox input[type=checkbox] ~ label,
.form-group .radio input[type=radio] ~ label, .form-control-cell .checkbox input[type=checkbox] ~ label,
.form-control-cell .radio input[type=radio] ~ label, .checkbox-cell .checkbox input[type=checkbox] ~ label,
.checkbox-cell .radio input[type=radio] ~ label {
  padding-left: 36px;
  font-size: 16px;
}
.form-group .checkbox input[type=checkbox] ~ label span.label-text,
.form-group .radio input[type=radio] ~ label span.label-text, .form-control-cell .checkbox input[type=checkbox] ~ label span.label-text,
.form-control-cell .radio input[type=radio] ~ label span.label-text, .checkbox-cell .checkbox input[type=checkbox] ~ label span.label-text,
.checkbox-cell .radio input[type=radio] ~ label span.label-text {
  font-weight: normal;
  margin: 0;
}
.form-group .checkbox input[type=checkbox] + label::before,
.form-group .radio input[type=radio] + label::before, .form-control-cell .checkbox input[type=checkbox] + label::before,
.form-control-cell .radio input[type=radio] + label::before, .checkbox-cell .checkbox input[type=checkbox] + label::before,
.checkbox-cell .radio input[type=radio] + label::before {
  border: 1px solid #414042;
  background: #fff;
  border-radius: 0;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.form-group .checkbox.invalid input[type=checkbox] + label::before,
.form-group .radio.invalid input[type=radio] + label::before, .form-control-cell .checkbox.invalid input[type=checkbox] + label::before,
.form-control-cell .radio.invalid input[type=radio] + label::before, .checkbox-cell .checkbox.invalid input[type=checkbox] + label::before,
.checkbox-cell .radio.invalid input[type=radio] + label::before {
  border: 1px solid #A30000;
}
.form-group .radio input[type=radio] + label::before, .form-control-cell .radio input[type=radio] + label::before, .checkbox-cell .radio input[type=radio] + label::before {
  border-radius: 20px;
}
.form-group .checkbox input[type=checkbox] + label::after,
.form-group .radio input[type=radio] + label::after, .form-control-cell .checkbox input[type=checkbox] + label::after,
.form-control-cell .radio input[type=radio] + label::after, .checkbox-cell .checkbox input[type=checkbox] + label::after,
.checkbox-cell .radio input[type=radio] + label::after {
  opacity: 0;
  content: "\ef80";
  font: normal normal normal 14px/1 "Fabric MDL2 Assets";
  font-weight: normal;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 24px;
  transition: opacity 0.2s ease-in-out;
}
.form-group .radio input[type=radio] + label::after, .form-control-cell .radio input[type=radio] + label::after, .checkbox-cell .radio input[type=radio] + label::after {
  content: "\f137";
  font-size: 10px;
  line-height: 24px;
  top: 0;
}
.form-group .checkbox input[type=checkbox]:checked + label::before,
.form-group .radio input[type=radio]:checked + label::before, .form-control-cell .checkbox input[type=checkbox]:checked + label::before,
.form-control-cell .radio input[type=radio]:checked + label::before, .checkbox-cell .checkbox input[type=checkbox]:checked + label::before,
.checkbox-cell .radio input[type=radio]:checked + label::before {
  border-color: #00719d;
  background-color: #007CAD;
}
.form-group .checkbox input[type=checkbox]:checked + label::after,
.form-group .radio input[type=radio]:checked + label::after, .form-control-cell .checkbox input[type=checkbox]:checked + label::after,
.form-control-cell .radio input[type=radio]:checked + label::after, .checkbox-cell .checkbox input[type=checkbox]:checked + label::after,
.checkbox-cell .radio input[type=radio]:checked + label::after {
  opacity: 1;
  color: #fff;
}
.form-group .checkbox input[type=checkbox]:focus + label::before,
.form-group .radio input[type=radio]:focus + label::before, .form-control-cell .checkbox input[type=checkbox]:focus + label::before,
.form-control-cell .radio input[type=radio]:focus + label::before, .checkbox-cell .checkbox input[type=checkbox]:focus + label::before,
.checkbox-cell .radio input[type=radio]:focus + label::before {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
  outline: 3px solid transparent; /* For Windows high contrast mode. */
}
.form-group.radio-group-h .radio, .form-group.radio-group-h .checkbox, .form-group.checkbox-group-h .radio, .form-group.checkbox-group-h .checkbox, .form-control-cell.radio-group-h .radio, .form-control-cell.radio-group-h .checkbox, .form-control-cell.checkbox-group-h .radio, .form-control-cell.checkbox-group-h .checkbox, .checkbox-cell.radio-group-h .radio, .checkbox-cell.radio-group-h .checkbox, .checkbox-cell.checkbox-group-h .radio, .checkbox-cell.checkbox-group-h .checkbox {
  display: inline-table;
}
.form-group .radio input[type=radio]:disabled + label::before, .form-control-cell .radio input[type=radio]:disabled + label::before, .checkbox-cell .radio input[type=radio]:disabled + label::before {
  border: 1px solid #666666;
  background: #E8E8E8;
  cursor: not-allowed;
}
.form-group .checkbox input[type=checkbox]:checked:disabled + label::before,
.form-group .radio input[type=radio]:checked:disabled + label::before, .form-control-cell .checkbox input[type=checkbox]:checked:disabled + label::before,
.form-control-cell .radio input[type=radio]:checked:disabled + label::before, .checkbox-cell .checkbox input[type=checkbox]:checked:disabled + label::before,
.checkbox-cell .radio input[type=radio]:checked:disabled + label::before {
  border-color: #666666;
  background-color: #E8E8E8;
  color: #000;
  cursor: not-allowed;
}
.form-group .checkbox input[type=checkbox]:checked:disabled + label::after,
.form-group .radio input[type=radio]:checked:disabled + label::after, .form-control-cell .checkbox input[type=checkbox]:checked:disabled + label::after,
.form-control-cell .radio input[type=radio]:checked:disabled + label::after, .checkbox-cell .checkbox input[type=checkbox]:checked:disabled + label::after,
.checkbox-cell .radio input[type=radio]:checked:disabled + label::after {
  color: #414042;
}

.picklist.vertical {
  /*style and hide original checkbox*/
  /*position new box*/
  /*reveal check for 'on' state*/
  /*focus styles*/
}
.picklist.vertical br {
  display: none;
}
.picklist.vertical label {
  margin: 8px 0;
  float: left !important;
  clear: both;
  line-height: 24px;
  position: relative;
  padding-left: 34px;
}
.picklist.vertical input[type=radio] {
  height: 24px;
  left: -3000px;
  opacity: 0;
  position: absolute;
  width: 24px;
  margin: 0;
}
.picklist.vertical input[type=radio] + label::before {
  border: 1px solid #414042;
  border-radius: 2px;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.picklist.vertical input[type=radio] + label::before {
  border-radius: 20px;
}
.picklist.vertical input[type=radio] + label::after {
  opacity: 0;
  content: "\f137";
  font: normal normal normal 14px/1 "Fabric MDL2 Assets";
  font-weight: normal;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0;
  top: 6;
  text-align: center;
  line-height: 24px;
  transition: opacity 0.2s ease-in-out;
}
.picklist.vertical input[type=radio] + label::after {
  content: "\f137";
  font-size: 10px;
  line-height: 24px;
  top: 0;
}
.picklist.vertical input[type=radio]:checked + label::before {
  border-color: #007CAD;
  background-color: #007CAD;
}
.picklist.vertical input[type=radio]:checked + label::after {
  opacity: 1;
  color: #fff;
}
.picklist.vertical input[type=radio]:focus + label::before {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
  outline: 3px solid transparent; /* For Windows high contrast mode. */
}
.picklist.vertical.radio-group-h .radio, .picklist.vertical.radio-group-h .checkbox, .picklist.vertical.checkbox-group-h .radio, .picklist.vertical.checkbox-group-h .checkbox {
  display: inline-table;
}

.crmEntityFormView fieldset .picklist-cell p {
  padding: 0;
}

.range-style {
  position: relative;
  z-index: 1000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  height: 7px;
  border-radius: 0;
  outline: none;
  margin: 0;
  padding: 0;
  width: 100%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
}

.slider-container {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 24px 0;
}
.slider-container .min {
  left: 0;
}
.slider-container .max {
  right: 0;
}
.slider-container .min, .slider-container .max {
  padding: 4px 0;
  position: absolute;
  top: -28px;
}

input[type=range] {
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  height: 5px;
  border-radius: 0px;
  outline: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.fill {
  position: absolute;
  z-index: 1;
  top: 0%;
  height: 5px;
  width: 0%;
  border-radius: 0px;
  background: #007CAD;
}

.base {
  position: absolute;
  width: 100%;
  background: #d9d9d9;
  height: 5px;
  top: 0;
}

.count {
  position: absolute;
  top: 24px;
  font-size: 14px;
  width: auto;
  min-width: 80px;
  display: inline-block;
  left: 0;
  border: 1px solid #007CAD;
  background: #007CAD;
  color: #fff;
  padding: 1px 5px;
  border-radius: 1px;
  text-align: center;
  margin-left: 0;
  font-weight: 500;
}
.count::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-bottom: 8px solid #007CAD;
  border-right: 4px solid transparent;
  border-top: 8px solid transparent;
  border-left: 4px solid transparent;
  top: -17px;
  left: 50%;
  margin-left: -4px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 7px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  background: #075787;
  cursor: pointer;
  margin-top: 0px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  box-shadow: 1px 1px 1px rgba(65, 64, 66, 0.4), 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */
}
input[type=range]::-webkit-slider-thumb:hover {
  background: #007CAD;
  width: 26px;
  height: 26px;
  transition: all 0.2s ease-in-out;
  cursor: grabbing;
}
input[type=range]::-webkit-slider-thumb:focus {
  cursor: grabbing;
  box-shadow: 1px 1px 5px rgba(65, 64, 66, 0.4), 0px 0px 5px #0d0d0d;
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px rgba(65, 64, 66, 0.4), 0px 0px 1px #0d0d0d;
  border: 7px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  background: #007F94;
  cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px rgba(65, 64, 66, 0.4), 0px 0px 1px #0d0d0d;
  border: 7px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  background: #075787;
  cursor: pointer;
}

.form-control,
input.form-control,
input[type=text] {
  height: 46px;
  border-radius: 0;
  border: 1px solid #414042;
  background-color: #fff;
  resize: vertical;
  transition: all 0.25s ease-in-out;
  color: #414042;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form-control:focus,
input.form-control:focus,
input[type=text]:focus {
  outline: none;
  border: 1px solid #fff;
  box-shadow: 0 0 0px 3px #000;
}
.form-control:focus.invalid,
input.form-control:focus.invalid,
input[type=text]:focus.invalid {
  outline: none;
  border-color: #A30000;
  box-shadow: 0 0 6px 0 #A30000;
}
.form-control.invalid,
input.form-control.invalid,
input[type=text].invalid {
  outline: none;
  border-color: #A30000;
  box-shadow: 0 0 6px 0 #A30000;
}
.form-control + a,
input.form-control + a,
input[type=text] + a {
  padding: 8px 0;
  margin-top: 4px;
}

textarea {
  height: auto;
  min-height: 100px;
}

::placeholder, .form-control::placeholder {
  color: #707070;
  font-weight: 300;
}
::placeholder:disabled, .form-control::placeholder:disabled {
  color: #414042;
}

::-ms-clear {
  display: none;
}

input[type=email] {
  text-decoration: none !important;
}

input:-webkit-autofill {
  background-color: #fff !important;
}

.form-control[readonly],
input[type=text][readonly],
input[type=text]:read-only:focus,
input[type=text]:read-only:hover,
input[type=text]:read-only:active:focus,
.crmEntityFormView .form-control.readonly,
.form-readonly .form-control,
.crmEntityFormView .form-control[readonly][disabled] {
  cursor: auto;
  padding: 6px 12px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #E8E8E8;
  border: 1px solid #666666;
  border-right-width: 1px;
}

.form-control[disabled],
fieldset[disabled] .form-control,
.form-control[readonly][disabled] {
  cursor: not-allowed;
  padding: 6px 12px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #E8E8E8;
  border: 1px solid #666666;
}
.form-control[disabled] + .input-group-addon,
fieldset[disabled] .form-control + .input-group-addon,
.form-control[readonly][disabled] + .input-group-addon {
  border: 1px solid #666666;
  border-left: 0;
}

.form-control[readonly][disabled] ~ .text-muted,
input[type=text][readonly] ~ .text-muted,
.form-control.readonly ~ .text-muted {
  display: none;
}

.text-muted {
  color: #414042 !important;
}

.select-wrapper {
  height: 46px;
  position: relative;
  background: #fff;
  /* box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);*/
}
.select-wrapper:after {
  content: "\e96e";
  position: absolute;
  font: normal normal normal 12px/1 "Fabric MDL2 Assets";
  top: -10px;
  width: 0;
  height: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.select-wrapper:before {
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: 30px;
  content: "";
  position: absolute;
  background: #fff;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
}
.select-wrapper select {
  border: none;
  width: 100%;
  min-width: 75px;
  height: 100%;
  outline: none;
  cursor: pointer;
  box-shadow: none;
  border-radius: 0;
  padding-left: 15px;
  padding-right: 30px;
  background: transparent;
  border: 1px solid #414042;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #414042;
}
.select-wrapper select:not(:focus):invalid, .select-wrapper select .placeholdertext {
  color: #707070;
}
.select-wrapper select:hover {
  box-shadow: none !important;
}
.select-wrapper select:focus {
  outline: none;
  border: 1px solid #00B5E2;
  box-shadow: 0 0 0px 2px #000;
}
.select-wrapper select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #414042;
}
.select-wrapper select::-ms-expand {
  display: none;
}
.select-wrapper select.invalid {
  border-color: #A30000;
}
.select-wrapper.disabled select {
  color: #414042;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #E8E8E8;
  border-color: #666666;
  cursor: not-allowed;
}
.select-wrapper.disabled:before {
  background-color: #E8E8E8;
}
.select-wrapper.disabled:after {
  background-color: #E8E8E8;
  color: #414042;
}

.mbie-datepicker {
  display: flex;
}
.mbie-datepicker .select-wrapper:nth-of-type(2) {
  margin: 0 15px;
  flex-grow: 2;
}
.mbie-datepicker .select-wrapper:nth-child(1) select {
  min-width: 70px;
}
.mbie-datepicker .select-wrapper:nth-child(2) select {
  min-width: 130px;
}
.mbie-datepicker .select-wrapper:nth-child(3) select {
  min-width: 85px;
}
.mbie-datepicker .error {
  width: 100%;
}
.mbie-datepicker:before {
  display: none;
}
.mbie-datepicker:after {
  display: none;
}

.one-many-section, .crmEntityFormView fieldset.one-many-section {
  background: #d9d9d9;
  border-top: 4px solid #007CAD;
  padding: 16px 15px;
  margin: 0 0 16px 0;
  display: inline-block;
  width: 100%;
}
.one-many-section + .alert, .crmEntityFormView fieldset.one-many-section + .alert {
  margin-top: 0;
}
.one-many-section .alert, .crmEntityFormView fieldset.one-many-section .alert {
  background: #fff;
  margin-bottom: 0;
}
.one-many-section.no-border, .crmEntityFormView fieldset.one-many-section.no-border {
  padding: 16px;
}
.one-many-section.no-border h3, .crmEntityFormView fieldset.one-many-section.no-border h3 {
  margin-top: 0;
  margin-bottom: 8px;
}
.one-many-section.no-border .btn, .crmEntityFormView fieldset.one-many-section.no-border .btn {
  margin: 12px 0 0 0;
}
.one-many-section.no-border .form-group, .crmEntityFormView fieldset.one-many-section.no-border .form-group {
  margin-bottom: 4px;
}
.one-many-section.no-border.app-summary, .crmEntityFormView fieldset.one-many-section.no-border.app-summary {
  display: block;
  margin-bottom: 4px;
}
.one-many-section.no-border.app-summary h3 a, .crmEntityFormView fieldset.one-many-section.no-border.app-summary h3 a {
  font-size: 16px;
  margin-left: 4px;
  font-weight: normal;
}
.one-many-section.no-border.app-summary h3 a i, .crmEntityFormView fieldset.one-many-section.no-border.app-summary h3 a i {
  margin-right: 0;
  margin-left: 4px;
}
.one-many-section.no-border.app-summary h3 a:visited, .crmEntityFormView fieldset.one-many-section.no-border.app-summary h3 a:visited {
  color: #007CAD;
}
.one-many-section.no-border.app-summary h3 a:visited i, .crmEntityFormView fieldset.one-many-section.no-border.app-summary h3 a:visited i {
  color: #007CAD;
}
.one-many-section.no-border.app-summary .applicant-type i, .crmEntityFormView fieldset.one-many-section.no-border.app-summary .applicant-type i {
  font-size: 14px;
  color: #414042;
  margin: 10px 0 0 0;
  display: inline-block;
}
.one-many-section.no-border.app-summary p, .crmEntityFormView fieldset.one-many-section.no-border.app-summary p {
  margin-bottom: 0;
  padding: 0;
}
.one-many-section.no-border.app-summary label, .crmEntityFormView fieldset.one-many-section.no-border.app-summary label {
  font-size: 16px;
}
.one-many-section > h3, .one-many-section > legend.section-title, .one-many-section fieldset:first-child .section-title, .crmEntityFormView fieldset.one-many-section > h3, .crmEntityFormView fieldset.one-many-section > legend.section-title, .crmEntityFormView fieldset.one-many-section fieldset:first-child .section-title {
  margin-top: 8px;
}
.one-many-section .btn, .crmEntityFormView fieldset.one-many-section .btn {
  margin-top: 8px;
}
.one-many-section .btn:hover, .one-many-section .btn:focus, .one-many-section .btn:active, .one-many-section .btn:active:focus, .one-many-section .btn:active:hover, .one-many-section .btn:active.focus, .one-many-section .btn.active:hover, .one-many-section .btn.active:focus, .one-many-section .btn.active.focus, .crmEntityFormView fieldset.one-many-section .btn:hover, .crmEntityFormView fieldset.one-many-section .btn:focus, .crmEntityFormView fieldset.one-many-section .btn:active, .crmEntityFormView fieldset.one-many-section .btn:active:focus, .crmEntityFormView fieldset.one-many-section .btn:active:hover, .crmEntityFormView fieldset.one-many-section .btn:active.focus, .crmEntityFormView fieldset.one-many-section .btn.active:hover, .crmEntityFormView fieldset.one-many-section .btn.active:focus, .crmEntityFormView fieldset.one-many-section .btn.active.focus {
  background-color: #fff;
  color: #414042;
}
.one-many-section .picklist.vertical input[type=radio] + label:before, .crmEntityFormView fieldset.one-many-section .picklist.vertical input[type=radio] + label:before {
  background-color: #fff;
}

.crmEntityFormView .one-many-section fieldset p {
  padding: 0;
}
.crmEntityFormView .one-many-section fieldset legend p {
  margin: 16px 0 0 0;
}
.crmEntityFormView .one-many-section fieldset .btn {
  padding: 12px 20px;
  margin-top: 8px;
}

.summary-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 14px;
}
.summary-footer .lead {
  display: flex;
  align-items: center;
  margin: 0;
  color: #414042;
}
.summary-footer .lead h2 {
  margin: 0 0 0 8px;
}

.crmEntityFormView fieldset.one-many-section {
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
  width: auto;
}

.crmEntityFormView td.cell.picklist-cell .one-many-section {
  width: 100%;
  display: inline-block;
  padding: 16px 15px 24px 15px;
}

.remove-btn-wrap {
  text-align: right;
  margin-bottom: 16px;
  margin: 0 15px 16px 15px;
  border-bottom: 1px dashed #707070;
}
.remove-btn-wrap .btn {
  display: inline-block;
  width: auto;
  min-width: inherit;
  border: none;
  background: none;
  color: #FF6900;
  font-size: 16px;
  margin: 0;
  text-align: right;
  padding: 0 0 12px 0;
  text-decoration: underline;
}
.remove-btn-wrap .btn i {
  font-size: 20px;
  margin-right: 0;
}
.remove-btn-wrap .btn:hover, .remove-btn-wrap .btn:focus, .remove-btn-wrap .btn:active, .remove-btn-wrap .btn:active:focus, .remove-btn-wrap .btn:active:hover, .remove-btn-wrap .btn:active.focus, .remove-btn-wrap .btn.active:hover, .remove-btn-wrap .btn.active:focus, .remove-btn-wrap .btn.active.focus {
  border: none;
  background: none;
  box-shadow: none;
  color: #d35800;
}

.crmEntityFormView .tab.one-many-section {
  margin: 0 0 16px 0;
}
.crmEntityFormView .tab .one-to-many-item {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  transition: all 0.3s ease-in-out;
}

@media all and (min-width: 0\0 ) and (min-resolution: 0.001dpcm) {
  .select-wrapper select {
    padding-right: 0;
  }
  .select-wrapper select:after, .select-wrapper select:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .RecipientEmailAddress {
    width: 50%;
  }
  label {
    font-size: 16px;
  }
  label span.label-text {
    font-weight: 500;
    margin: 0 8px 0 0;
  }
  .form-group {
    margin-bottom: 16px;
  }
  .crmEntityFormView td.cell .one-many-section {
    padding: 16px 15px 24px 15px;
  }
  .one-many-section.no-border {
    padding: 24px;
  }
  .one-many-section.no-border h3 {
    margin-top: 0;
  }
  .one-many-section.no-border .btn {
    margin: 0;
  }
  .one-many-section.no-border .form-group {
    margin-bottom: 16px;
  }
  .one-many-section.app-summary {
    padding: 16px 20px;
  }
  .one-many-section.app-summary .applicant-type, .one-many-section.app-summary .sum-cost {
    text-align: right;
  }
}
.crmEntityFormView td.cell .one-many-section {
  margin-bottom: 0;
}

/*Custom Radio buttons*/
.boolean-radio {
  margin-top: 15px;
  float: left;
  display: block;
}
.boolean-radio > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.boolean-radio .btn + .btn,
.boolean-radio .btn + .boolean-radio,
.boolean-radio .boolean-radio + .btn,
.boolean-radio .boolean-radio + .boolean-radio {
  margin-left: -1px;
}

.cell.boolean-radio-cell label {
  margin: 16px 0 8px 0;
}
.cell.boolean-radio-cell label.btn {
  display: inline;
  padding: 8px 20px;
  margin: 0;
}
.cell.boolean-radio-cell label + label {
  border-left: none;
}

.boolean-radio > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-secondary {
  width: auto;
  color: #414042;
  border-radius: 3px;
  background: #fff;
  border-color: #414042;
}
.btn-secondary input {
  display: none;
}
.btn-secondary:hover {
  color: #414042;
  background-color: #d9d9d9;
}
.btn-secondary.selected {
  color: #fff;
  background: #007CAD;
}

.picklist.horizontal {
  display: block;
  float: left;
  margin-top: 0;
  position: relative;
  min-width: 136px;
}
.picklist.horizontal input[type=radio] {
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #414042;
  width: 68px;
  height: 44px;
  margin: 4px 0 0 0;
  border-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  z-index: 0;
  float: left;
}
.picklist.horizontal input[type=radio]:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
  outline-color: rgba(0, 123, 255, 0.5);
}
.picklist.horizontal input[type=radio] + label {
  padding: 8px 20px;
  border: none;
  font-weight: normal;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  z-index: 2;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #414042;
  background: #fff;
  width: 68px;
  height: 44px;
  line-height: 28px;
  text-align: center;
  margin: 4px 0 0 -68px;
  border-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  transition: all 0.25s ease-in-out;
  white-space: nowrap;
}
.picklist.horizontal input[type=radio] + label:hover {
  background: #d9d9d9;
}
.picklist.horizontal input[type=radio]:checked, .picklist.horizontal input[type=radio]:checked + label {
  background: #007CAD;
  border-color: #007CAD;
}
.picklist.horizontal input[type=radio]:checked:hover, .picklist.horizontal input[type=radio]:checked + label:hover {
  background: #00719d;
}
.picklist.horizontal input[type=radio]:checked:focus, .picklist.horizontal input[type=radio]:checked + label:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
  outline-color: rgba(0, 123, 255, 0.5);
}
.picklist.horizontal input[type=radio]:checked + label, .picklist.horizontal input[type=radio]:checked + label + label {
  color: #fff;
}
.picklist.horizontal input[type=radio]:first-child, .picklist.horizontal input[type=radio]:first-child + label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
  left: 68px;
}
.picklist.horizontal.invalid input[type=radio] + label {
  border-color: #A30000;
}

/*disabled styles*/
.picklist.horizontal input[type=radio]:checked:disabled,
.picklist.horizontal input[type=radio]:checked:disabled + label {
  border-color: #666666;
  background-color: #666666;
  color: #fff;
  cursor: not-allowed;
}
.picklist.horizontal input[type=radio]:checked:disabled:hover,
.picklist.horizontal input[type=radio]:checked:disabled + label:hover {
  border-color: #666666;
  background-color: #666666;
  color: #fff;
  cursor: not-allowed;
}

.picklist.horizontal input[type=radio]:disabled + label {
  border: 1px solid #666666;
  background: #E8E8E8;
  cursor: not-allowed;
}
.picklist.horizontal input[type=radio]:disabled + label:hover {
  background: #E8E8E8;
  cursor: not-allowed;
}

.picklist.horizontal.vertical-checkbox {
  display: block;
  float: left;
  margin-top: 0;
  position: relative;
}
.picklist.horizontal.vertical-checkbox input[type=radio] {
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #414042;
  width: 24px;
  height: 24px;
  margin: 12px 0 0 0 !important;
  float: left;
  clear: left;
  border-radius: 3px;
  border-bottom-left-radius: 3;
  border-top-left-radius: 3;
  /*disabled styles*/
}
.picklist.horizontal.vertical-checkbox input[type=radio]:hover {
  background: #d9d9d9;
}
.picklist.horizontal.vertical-checkbox input[type=radio] + label {
  padding: 4px 0 4px 0;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  border: none;
  background: transparent;
  width: auto;
  height: auto;
  line-height: 20px;
  text-align: center;
  margin: 12px 0 0 12px;
  border-radius: 0px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.picklist.horizontal.vertical-checkbox input[type=radio]:checked {
  background: #007CAD;
  border-color: #414042;
}
.picklist.horizontal.vertical-checkbox input[type=radio]:checked:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
  outline-color: rgba(0, 123, 255, 0.5);
}
.picklist.horizontal.vertical-checkbox input[type=radio]:checked + label {
  color: #414042;
}
.picklist.horizontal.vertical-checkbox input[type=radio]:checked:after {
  position: absolute;
  content: "\ef80";
  font: normal normal normal 14px/1 "Fabric MDL2 Assets";
  line-height: 23px;
  color: #fff;
  width: 24px;
  height: 24px;
  left: 0;
  text-align: center;
  display: inline-block;
}
.picklist.horizontal.vertical-checkbox input[type=radio]:checked:disabled, .picklist.horizontal.vertical-checkbox input[type=radio]:checked:disabled + label {
  border-color: #666666;
  background-color: #E8E8E8;
  color: #fff;
  cursor: not-allowed;
}
.picklist.horizontal.vertical-checkbox input[type=radio]:checked:disabled:hover, .picklist.horizontal.vertical-checkbox input[type=radio]:checked:disabled + label:hover {
  border-color: #666666;
  background-color: #E8E8E8;
  color: #fff;
  cursor: not-allowed;
}
.picklist.horizontal.vertical-checkbox input[type=radio]:disabled + label {
  border: 1px solid #666666;
  background: #E8E8E8;
  cursor: not-allowed;
}
.picklist.horizontal.vertical-checkbox input[type=radio]:disabled + label:hover {
  background: #E8E8E8;
  cursor: not-allowed;
}
.picklist.horizontal.vertical-checkbox input[type=radio]:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-right: 1px solid;
}
.picklist.horizontal.vertical-checkbox input[type=radio]:first-child + label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: none;
}

.Count:after {
  content: "%";
}

.progress-bar {
  position: relative;
  display: block;
  margin-top: 20px;
  width: 100%;
  background: #d9d9d9;
  height: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}

.progress-bar-bar {
  height: 3px;
  width: 0px;
  background: #414042;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.progress-bar-percent {
  position: absolute;
  right: 10px;
  top: -25px;
  font-size: 11px;
  height: 3px;
  line-height: 35px;
  color: #fff;
  color: rgba(0, 0, 0, 0.4);
}

.datetimepicker.invalid input, .datetimepicker.invalid .input-group-addon {
  border-color: #A30000;
}

@media (max-width: 480px) {
  .form-group label a.form-control-help,
  .form-control-cell .info label a.form-control-help,
  .picklist-cell .info label a.form-control-help {
    font-size: 14px;
  }
  .one-many-section .mbie-datepicker {
    flex-wrap: nowrap;
  }
  .one-many-section .mbie-datepicker .select-wrapper select {
    padding-left: 8px;
    padding-right: 20px;
  }
  .one-many-section .mbie-datepicker .select-wrapper::before {
    right: 2px;
    width: 20px;
  }
  .one-many-section .mbie-datepicker .select-wrapper::after {
    right: 16px;
  }
  .one-many-section .mbie-datepicker .select-wrapper:nth-of-type(2) {
    margin: 0 9px;
  }
}
.lbl-confirm-email {
  text-align: left !important;
}
.lbl-confirm-email div {
  text-align: left !important;
}

.form-horizontal.btn-confirm-email .lead {
  padding: 0;
}

/* The input */
.tags-input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 46px;
}
.tags-input input {
  flex: 1;
  background: transparent;
  border: none;
  height: auto;
}
.tags-input input:focus {
  outline: none;
}
.tags-input input[type=text] {
  color: #495057;
}
.tags-input span {
  margin-right: 4px;
  margin-bottom: 2px;
  margin-top: 2px;
  font-size: 16px;
}

.keyword-max {
  float: right;
  padding: 4px 0;
  font-size: 14px;
}

.tags-input-remove:focus {
  outline: none;
}

.tags-input-remove:before {
  transform: rotate(45deg);
}

.tags-input-remove:after {
  transform: rotate(-45deg);
}

/* Tag badge styles */
.tags-input-badge {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Typeahead */
.typeahead-hide-btn {
  color: #999 !important;
  font-style: italic;
}

/* Typeahead - badges */
.typeahead-badges > span {
  cursor: pointer;
  margin-right: 0.3em;
}

/* Typeahead elements style/theme */
.tags-input-typeahead-item-default {
  color: #fff;
  background-color: #343a40;
}

.tags-input-typeahead-item-highlighted-default {
  color: #fff;
  background-color: #007bff !important;
}

.tags-input-wrapper-default {
  padding: 8px 8px 8px 8px;
  background: #fff;
  border: 1px solid #414042;
  border-radius: 0;
}
.tags-input-wrapper-default label.control-label {
  margin: 0;
}
.tags-input-wrapper-default.mb-focus {
  outline: none;
  border: 1px solid #00B5E2;
  box-shadow: 0 0 0px 3px #000;
  outline: 1px solid;
}
.tags-input-wrapper-default.mb-focus input.form-control {
  box-shadow: none;
}
.tags-input-wrapper-default.invalid {
  outline: none;
  border-color: #A30000;
  box-shadow: 0 0 6px 0 #A30000;
}
.tags-input-wrapper-default .tags-input-badge-pill {
  padding: 8px;
  padding-right: 24px;
  border-radius: 0;
  font-weight: normal;
}
.tags-input-wrapper-default .tags-input-badge-selected-default {
  color: #006272;
  background-color: #E5EFF0;
}
.tags-input-wrapper-default .tags-input-badge-selected-default .tags-input-remove {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  right: 4px;
  top: 4px;
  padding: 6px 6px;
  overflow: hidden;
  height: 24px;
  width: 24px;
}
.tags-input-wrapper-default .tags-input-badge-selected-default .tags-input-remove:after, .tags-input-wrapper-default .tags-input-badge-selected-default .tags-input-remove:before {
  content: "";
  position: absolute;
  width: 55%;
  left: 6px;
  right: 4px;
  background: #006272;
  height: 1px;
  margin-top: 5px;
  opacity: 0.8;
}
.tags-input-wrapper-default .tags-input-badge-selected-default .tags-input-remove:hover:after, .tags-input-wrapper-default .tags-input-badge-selected-default .tags-input-remove:hover:before {
  opacity: 1;
}
.tags-input-wrapper-default input[type=text] {
  border: none;
  height: auto;
  width: 100%;
  margin-left: 4px;
  padding-right: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tags-input-wrapper-default input[type=text]:focus {
  box-shadow: none;
  outline-color: none;
}
.tags-input-wrapper-default ~ .msg-info {
  margin-top: 4px;
}
.tags-input-wrapper-default.disabled {
  background-color: #E8E8E8 !important;
  border: 1px solid #666666;
}
.tags-input-wrapper-default.disabled input[type=text],
.tags-input-wrapper-default.disabled input[type=text][disabled] {
  cursor: not-allowed;
  padding: 2px 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #E8E8E8;
  border: 1px solid transparent;
}
.tags-input-wrapper-default.disabled .form-control[disabled],
.tags-input-wrapper-default.disabled fieldset[disabled] .form-control,
.tags-input-wrapper-default.disabled .form-control[readonly][disabled] {
  border: none;
  padding: 0;
  height: 28px;
}
.tags-input-wrapper-default.disabled .tags-input-badge-selected-default {
  color: #414042;
  padding: 8px;
  background-color: #fff;
}

.keyword-dropdown ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-left: 0;
  margin-top: -1px;
  padding: 0;
  border: 1px solid rgba(65, 64, 66, 0.4);
  box-shadow: 0px 4px 5px 0px rgba(65, 64, 66, 0.4);
  max-height: 280px;
  overflow-y: auto;
}
.keyword-dropdown ul li {
  color: #414042;
  text-align: left;
  background-color: transparent;
  margin: 0;
  font-size: 16px;
  padding: 12px 12px;
  font-weight: normal;
  border-radius: 0;
  cursor: pointer;
}
.keyword-dropdown ul li:hover {
  background-color: #EFEFEF;
}
.keyword-dropdown ul li.active {
  background: #E5EFF0;
  color: #006272;
}

.tags-input-root .tags-input-wrapper-default input[type=text] {
  margin: 0;
  padding-left: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
  min-width: 70px;
}
.tags-input-root .lookup-droprown {
  position: absolute;
}

.lookup-droprown, .mbie-autocomplete {
  background: #fff;
  position: relative;
  z-index: 3;
  width: 100%;
}
.lookup-droprown ul, .mbie-autocomplete ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-left: 0;
  margin-top: -1px;
  padding: 0;
  border: 1px solid #414042;
  box-shadow: 0px 4px 5px 0px rgba(65, 64, 66, 0.1);
  background: #fff;
  margin-bottom: 0;
}
.lookup-droprown ul.dropdown-scroll, .mbie-autocomplete ul.dropdown-scroll {
  max-height: 300px;
  overflow-y: auto;
  position: relative;
}
.lookup-droprown ul.dropdown-scroll li.lookup-dd-action, .mbie-autocomplete ul.dropdown-scroll li.lookup-dd-action {
  position: sticky;
  bottom: 0;
  width: 100%;
}
.lookup-droprown ul li, .mbie-autocomplete ul li {
  color: #414042;
  text-align: left;
  background-color: transparent;
  margin: 0;
  font-size: 16px;
  padding: 12px 12px;
  font-weight: normal;
  border-radius: 0;
  cursor: pointer;
}
.lookup-droprown ul li:hover, .mbie-autocomplete ul li:hover {
  background-color: #EFEFEF;
}
.lookup-droprown ul li.active, .mbie-autocomplete ul li.active {
  background: #E5EFF0;
  color: #006272;
}
.lookup-droprown ul li span, .mbie-autocomplete ul li span {
  font-size: 14px;
  color: #707070;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #707070;
  line-height: 14px;
  display: inline-block;
}
.lookup-droprown ul li.lookup-dd-action, .mbie-autocomplete ul li.lookup-dd-action {
  background: #fff;
  border-top: 1px solid #414042;
}
.lookup-droprown ul li.lookup-dd-action a:visited, .mbie-autocomplete ul li.lookup-dd-action a:visited {
  color: #075787;
}

.form-header-wrapper > .container {
  min-width: auto;
  width: 100%;
  padding: 0;
}
.form-header-wrapper.sticky {
  position: fixed;
  z-index: 1000;
  margin-top: 0;
  padding: 12px 15px;
  top: 0;
  left: 0;
  width: 100%;
  animation: smoothScroll 0.5s forwards;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
}
.form-header-wrapper.sticky h1 {
  margin: 0px;
  font-size: 24px;
  font-family: "Gustan";
  font-weight: 400;
}
.form-header-wrapper.sticky .btn {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-header-wrapper.sticky .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .form-header-wrapper.sticky .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .form-header-wrapper.sticky .container {
    width: 1170px;
  }
}
.form-header-wrapper .form-header {
  display: flex;
  align-items: center;
}
.form-header-wrapper .form-header h1 {
  display: inline-block;
  margin-top: 0;
}
.form-header-wrapper .form-header .form-header-actions {
  margin: 0 0 auto auto;
  position: relative;
}
.form-header-wrapper .form-header .form-header-actions .btn-group {
  display: flex;
}
.form-header-wrapper .form-header .form-header-actions .btn-link {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  min-width: auto;
}
.form-header-wrapper .form-header .form-header-actions .btn {
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px 16px;
  height: 52px;
}
.form-header-wrapper .form-header .form-header-actions .btn.btn-default {
  margin-right: 8px;
  margin-left: 0;
}
.form-header-wrapper .form-header .form-header-actions .btn.btn-default.btn-icon {
  width: 52px;
}
.form-header-wrapper .form-header .form-header-actions .btn.btn-default .fab-ic {
  width: 22px;
  height: 22px;
  position: relative;
  font-size: 24px;
  margin: 0;
}
.form-header-wrapper .form-header .form-header-actions .btn.btn-default:hover {
  border-color: #00719d;
  color: #00719d;
  background: #fff;
}
.form-header-wrapper .form-header .form-header-actions .btn.btn-save {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  min-width: 130px;
  margin-left: 16px;
  margin-right: 0px;
}
.form-header-wrapper .form-header .form-header-actions .btn.btn-save .fab-ic {
  width: 18px;
  height: 22px;
  position: relative;
  font-size: 20px;
}
.form-header-wrapper .form-header .form-header-actions .btn.btn-save .fab-ic::after {
  content: "\e74e";
}
.form-header-wrapper .form-header .form-header-actions .btn.btn-save.btn-unsaved {
  box-shadow: inset 1px 0 0 0 #fff, inset 0 0 0 2px #007CAD, inset 1px 0 0 2px #007CAD;
}
.form-header-wrapper .form-header .form-header-actions .btn.btn-save.btn-saving {
  background: #00719d;
}
.form-header-wrapper .form-header .form-header-actions .btn.btn-save.btn-saving .mbie-spinner {
  background: #00719d;
  display: inline-block;
}
.form-header-wrapper .form-header .form-header-actions .btn.btn-save.btn-saving .mbie-spinner::after {
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-color: transparent;
  border-left-color: #fff;
  border-right-color: #fff;
}
.form-header-wrapper .form-header .form-header-actions .btn.btn-save.btn-saving .mbie-spinner::before {
  width: 18px;
  height: 18px;
  background: #00719d;
  border-color: #00719d;
}
.form-header-wrapper .form-header .form-header-actions .btn.btn-save.btn-saving .fab-ic {
  display: none;
}
.form-header-wrapper .form-header .form-header-actions .btn.btn-save.btn-saving .fab-ic::before {
  content: none;
  font-size: 0;
  color: transparent;
}
.form-header-wrapper .form-header .form-header-actions .btn.btn-save.btn-saved {
  background: #F3F8F9;
  color: #007CAD;
}
.form-header-wrapper .form-header .form-header-actions .btn.btn-save.btn-saved .fab-ic::after {
  content: "\e559";
  color: #007CAD;
}
.form-header-wrapper .form-header .form-header-actions .btn.btn-save[disabled] {
  color: #414042;
  opacity: 0.65;
  box-shadow: none;
  cursor: not-allowed;
  border-color: #414042;
  background-color: #d9d9d9;
}
.form-header-wrapper .form-header .form-header-actions .btn.btn-save[disabled] i {
  color: #414042;
}
.form-header-wrapper .form-header .form-header-actions .btn.btn-save[disabled]:hover, .form-header-wrapper .form-header .form-header-actions .btn.btn-save[disabled]:focus, .form-header-wrapper .form-header .form-header-actions .btn.btn-save[disabled]:active, .form-header-wrapper .form-header .form-header-actions .btn.btn-save[disabled]:active:focus {
  color: #414042;
  border-color: #414042;
  background-color: #d9d9d9;
  box-shadow: none;
  outline: none;
}
.form-header-wrapper .form-header .form-header-actions .btn.btn-save[disabled]:hover i, .form-header-wrapper .form-header .form-header-actions .btn.btn-save[disabled]:focus i, .form-header-wrapper .form-header .form-header-actions .btn.btn-save[disabled]:active i, .form-header-wrapper .form-header .form-header-actions .btn.btn-save[disabled]:active:focus i {
  color: #414042;
}
.form-header-wrapper .form-header .form-header-actions button {
  display: flex;
  justify-content: center;
}
.form-header-wrapper .form-header .form-header-actions button i {
  margin-left: 0;
}
.form-header-wrapper .form-header .form-header-actions .tooltipy {
  background: #EFEFEF;
  position: absolute;
  right: 0;
  margin-top: 10px;
  padding: 12px;
  border-left: 3px solid transparent;
  display: flex;
  align-items: center;
  min-width: 240px;
  box-shadow: 1px 5px 10px 0px rgba(65, 64, 66, 0.1);
  font-weight: 500;
}
.form-header-wrapper .form-header .form-header-actions .tooltipy.status-failed {
  border-left: 3px solid #A30000;
}
.form-header-wrapper .form-header .form-header-actions .tooltipy.status-failed .fab-ic {
  color: #A30000;
}
.form-header-wrapper .form-header .form-header-actions .tooltipy.status-saved {
  border-left: 3px solid #227236;
}
.form-header-wrapper .form-header .form-header-actions .tooltipy.status-saved .fab-ic {
  color: #227236;
}
.form-header-wrapper .form-header .form-header-actions .tooltipy .fab-ic {
  font-size: 24px;
  margin-left: 0;
}
.form-header-wrapper .form-header .form-header-actions .tooltipy .fab-ic.close {
  color: #414042;
  font-size: 14px;
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  opacity: 1;
  text-decoration: none;
}
.form-header-wrapper .form-header .form-header-actions .tooltipy span.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #EFEFEF transparent;
  position: absolute;
  top: -10px;
  right: 20%;
}

.form-footer-wrapper > .container {
  min-width: auto;
  width: 100%;
  padding: 0;
}
.form-footer-wrapper .form-footer-actions {
  margin: 20px 0 auto auto;
  border-top: 1px solid #EFEFEF;
}
.form-footer-wrapper.sticky {
  position: fixed;
  z-index: 1000;
  margin-top: 0;
  padding: 12px 15px;
  top: 0;
  left: 0;
  width: 100%;
  animation: smoothScroll 0.5s forwards;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
}
.form-footer-wrapper.sticky h1 {
  margin: 0px;
  font-size: 24px;
  font-family: "Gustan";
  font-weight: 400;
}
.form-footer-wrapper.sticky .btn {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-footer-wrapper.sticky .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .form-footer-wrapper.sticky .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .form-footer-wrapper.sticky .container {
    width: 1170px;
  }
}
.form-footer-wrapper .form-footer-actions {
  margin: 0 0 12px auto;
  position: relative;
  width: 100%;
  background: white;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  justify-content: start;
  box-shadow: 0px -2px 30px 0 rgba(65, 64, 66, 0.2);
  padding: 12px 0;
  transition: all 0.5s ease-in-out;
}
.form-footer-wrapper .form-footer-actions .btn-group {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.form-footer-wrapper .form-footer-actions .btn-link {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  min-width: auto;
}
.form-footer-wrapper .form-footer-actions .btn {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: -1px;
  padding: 12px 12px;
  height: 48px;
  min-width: auto;
}
.form-footer-wrapper .form-footer-actions .btn.btn-default {
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-footer-wrapper .form-footer-actions .btn.btn-default.btn-icon {
  width: 52px;
}
.form-footer-wrapper .form-footer-actions .btn.btn-default .fab-ic {
  width: 18px;
  height: 18px;
  position: relative;
  font-size: 20px;
  margin: 0 8px 0 0;
}
.form-footer-wrapper .form-footer-actions .btn.btn-default:hover {
  border-color: #00719d;
  color: #00719d;
  background: #fff;
}
.form-footer-wrapper .form-footer-actions .btn.btn-save {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  min-width: 90px;
  margin-left: 0;
  margin-right: 1px;
}
.form-footer-wrapper .form-footer-actions .btn.btn-save .fab-ic {
  width: 18px;
  height: 22px;
  position: relative;
  font-size: 20px;
}
.form-footer-wrapper .form-footer-actions .btn.btn-save .fab-ic::after {
  content: "\e74e";
}
.form-footer-wrapper .form-footer-actions .btn.btn-save.btn-unsaved {
  box-shadow: inset 1px 0 0 0 #fff, inset 0 0 0 2px #007CAD, inset 1px 0 0 2px #007CAD;
}
.form-footer-wrapper .form-footer-actions .btn.btn-save.btn-saving {
  background: #00719d;
}
.form-footer-wrapper .form-footer-actions .btn.btn-save.btn-saving .mbie-spinner {
  background: #00719d;
  display: inline-block;
}
.form-footer-wrapper .form-footer-actions .btn.btn-save.btn-saving .mbie-spinner::after {
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-color: transparent;
  border-left-color: #fff;
  border-right-color: #fff;
}
.form-footer-wrapper .form-footer-actions .btn.btn-save.btn-saving .mbie-spinner::before {
  width: 18px;
  height: 18px;
  background: #00719d;
  border-color: #00719d;
}
.form-footer-wrapper .form-footer-actions .btn.btn-save.btn-saving .fab-ic {
  display: none;
}
.form-footer-wrapper .form-footer-actions .btn.btn-save.btn-saving .fab-ic::before {
  content: none;
  font-size: 0;
  color: transparent;
}
.form-footer-wrapper .form-footer-actions .btn.btn-save.btn-saved {
  background: #F3F8F9;
  color: #007CAD;
}
.form-footer-wrapper .form-footer-actions .btn.btn-save.btn-saved .fab-ic::after {
  content: "\e559";
  color: #007CAD;
}
.form-footer-wrapper .form-footer-actions .btn.btn-save[disabled] {
  color: #414042;
  opacity: 0.65;
  box-shadow: none;
  cursor: not-allowed;
  border-color: #414042;
  background-color: #d9d9d9;
}
.form-footer-wrapper .form-footer-actions .btn.btn-save[disabled] i {
  color: #414042;
}
.form-footer-wrapper .form-footer-actions .btn.btn-save[disabled]:hover, .form-footer-wrapper .form-footer-actions .btn.btn-save[disabled]:focus, .form-footer-wrapper .form-footer-actions .btn.btn-save[disabled]:active, .form-footer-wrapper .form-footer-actions .btn.btn-save[disabled]:active:focus {
  color: #414042;
  border-color: #414042;
  background-color: #d9d9d9;
  box-shadow: none;
  outline: none;
}
.form-footer-wrapper .form-footer-actions .btn.btn-save[disabled]:hover i, .form-footer-wrapper .form-footer-actions .btn.btn-save[disabled]:focus i, .form-footer-wrapper .form-footer-actions .btn.btn-save[disabled]:active i, .form-footer-wrapper .form-footer-actions .btn.btn-save[disabled]:active:focus i {
  color: #414042;
}
.form-footer-wrapper .form-footer-actions button {
  display: flex;
  justify-content: center;
}
.form-footer-wrapper .form-footer-actions button i {
  margin-left: 0;
}
.form-footer-wrapper .form-footer-actions .tooltipy {
  background: #EFEFEF;
  position: absolute;
  left: 0;
  top: -88px;
  margin-top: 10px;
  padding: 12px;
  border-left: 3px solid transparent;
  display: flex;
  align-items: center;
  min-width: 240px;
  box-shadow: 1px 5px 10px 0px rgba(65, 64, 66, 0.1);
  font-weight: 500;
  border: 1px solid #414042;
}
.form-footer-wrapper .form-footer-actions .tooltipy.status-failed {
  border-left: 3px solid #A30000;
}
.form-footer-wrapper .form-footer-actions .tooltipy.status-failed .fab-ic {
  color: #A30000;
}
.form-footer-wrapper .form-footer-actions .tooltipy.status-saved {
  border-left: 3px solid #227236;
}
.form-footer-wrapper .form-footer-actions .tooltipy.status-saved .fab-ic {
  color: #227236;
}
.form-footer-wrapper .form-footer-actions .tooltipy .fab-ic {
  font-size: 24px;
  margin-left: 0;
}
.form-footer-wrapper .form-footer-actions .tooltipy .fab-ic.close {
  color: #414042;
  font-size: 14px;
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  opacity: 1;
  text-decoration: none;
}
.form-footer-wrapper .form-footer-actions .tooltipy span.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #414042 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 20%;
}

.supporting-materials {
  margin-top: 16px;
}
.supporting-materials p {
  margin-bottom: 8px;
}
.supporting-materials .alert {
  margin-top: 0px;
  margin-bottom: 4px;
}

.form-container {
  display: flex;
  flex-wrap: wrap;
}
.form-container .form-body {
  flex-basis: 0;
  flex-grow: 999;
  min-width: 40%;
}
.form-container .form-body > h2 {
  margin-top: 0;
}
.form-container .form-nav {
  max-width: 345px;
  width: 345px;
  --offset: 30px;
  flex-grow: 1;
  flex-basis: 300px;
  align-self: start;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  animation: smoothScroll 0.5s forwards;
}
.form-container .form-nav h5 {
  margin-top: 4px;
}
.form-container .form-nav .form-nav-tite {
  font-family: "Gustan";
  margin: 0;
  padding: 14px 0;
  border-bottom: 3px solid #97D700;
}
.form-container .form-nav ul {
  padding: 0;
  list-style: none;
}
.form-container .form-nav ul li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #E2E2E2;
}
.form-container .form-nav ul li.active {
  font-weight: 500;
}
.form-container .form-nav ul li.active a::before, .form-container .form-nav ul li.active a::after {
  border-color: #007CAD;
}
.form-container .form-nav ul li.active a::after {
  color: #007CAD;
  content: "\ea47";
  font-family: "Fabric MDL2 Assets";
  text-align: center;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  line-height: 23px;
  text-indent: 0px;
}
.form-container .form-nav ul li.completed a::before, .form-container .form-nav ul li.completed a::after {
  border-color: #227236;
}
.form-container .form-nav ul li.completed a::after {
  border-color: #227236;
  color: #227236;
  content: "\f13e";
  font-family: "Fabric MDL2 Assets";
  font-weight: bold;
  text-align: center;
  display: inline-block;
  font-size: 24px;
  line-height: 18px;
  text-indent: -1px;
}
.form-container .form-nav ul li.static a {
  padding-left: 0;
}
.form-container .form-nav ul li.static a::before, .form-container .form-nav ul li.static a::after {
  display: none;
}
.form-container .form-nav ul li:hover a {
  text-decoration: underline;
}
.form-container .form-nav ul li a {
  text-decoration: none;
  color: #414042;
  padding: 16px 20px 16px 32px;
  display: block;
  position: relative;
}
.form-container .form-nav ul li a::before, .form-container .form-nav ul li a::after {
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  left: 0px;
  top: 15px;
  display: inline-block;
  background: #fff;
  border: 2px solid #707070;
  border-radius: 100%;
}
.form-container .form-nav + .form-body {
  padding: 0 0 0 40px;
}

.mbie-status {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.mbie-status i {
  font-size: 20px;
  margin: 0 8px 0 0;
  width: 20px;
}
.mbie-status.blue i {
  color: #00719d;
}
.mbie-status.bright-blue i {
  color: #00B5E2;
}
.mbie-status.green i {
  color: #227236;
}
.mbie-status.teal i {
  color: #006272;
}
.mbie-status.red i {
  color: #A30000;
}
.mbie-status.grey i {
  color: #707070;
}
.mbie-status.orange i {
  color: #FF6900;
}

.multiselect-native-select {
  position: relative;
}
.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container li {
  padding: 0;
}
.multiselect-container li .multiselect-all label {
  font-weight: 700;
}
.multiselect-container li a {
  padding: 0;
}
.multiselect-container li a label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px;
}
.multiselect-container li a label input[type=checkbox] {
  margin-bottom: 5px;
}
.multiselect-container li a label.radio {
  margin: 0;
}
.multiselect-container li a label.checkbox {
  margin: 0;
  font-weight: normal;
  padding-right: 0;
  white-space: normal;
}
.multiselect-container li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 500;
}
.multiselect-container li.multiselect-group-clickable label {
  cursor: pointer;
}

.multiselect-container label.checkbox {
  padding: 3px 20px 3px 32px;
}
.multiselect-container label.radio {
  padding: 3px 20px 3px 32px;
}
.multiselect-container li a {
  text-decoration: none;
}
.multiselect-container li a label.checkbox input[type=checkbox] {
  margin-left: -20px;
  margin-right: 0;
}
.multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0;
}

.btn.multiselect {
  height: 44px;
  border: 1px solid #414042;
  text-align: left;
  margin: 0;
  padding: 0px 12px;
  color: #414042;
  font-weight: normal;
  background: transparent;
}
.btn.multiselect.dropdown-toggle {
  box-shadow: none;
}
.btn.multiselect.dropdown-toggle:focus, .btn.multiselect.dropdown-toggle:active, .btn.multiselect.dropdown-toggle:active:focus {
  border-color: #00719d;
  background-color: transparent;
  border: 1px solid #00B5E2;
  box-shadow: 0 0 0px 2px #000;
  text-decoration: none;
  outline: none;
}
.btn.multiselect .caret {
  display: none;
}

.multielect-wrapper .btn-default.active, .multielect-wrapper .btn-default:active, .multielect-wrapper .open > .dropdown-toggle.btn-default {
  color: #414042;
  background-color: #fff;
  box-shadow: 0 0 0px 2px #000;
  border-color: #007CAD;
}

.multiselect-container.dropdown-menu {
  width: 100%;
  padding: 12px 12px 4px 12px;
  max-height: 250px;
  overflow-y: auto;
  /*style and hide original checkbox*/
  /*position new box*/
  /*position new box*/
  /*reveal check for 'on' state*/
  /*focus styles*/
  /*disabled styles*/
}
.multiselect-container.dropdown-menu li:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
  outline: 3px solid transparent; /* For Windows high contrast mode. */
}
.multiselect-container.dropdown-menu .checkbox input[type=checkbox],
.multiselect-container.dropdown-menu .radio input[type=radio] {
  height: 24px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 24px;
  margin: 0;
}
.multiselect-container.dropdown-menu .checkbox input[type=checkbox] ~ label,
.multiselect-container.dropdown-menu .radio input[type=radio] ~ label {
  padding-left: 36px;
  font-size: 16px;
}
.multiselect-container.dropdown-menu .checkbox input[type=checkbox] ~ label span.label-text,
.multiselect-container.dropdown-menu .radio input[type=radio] ~ label span.label-text {
  font-weight: normal;
  margin: 0;
}
.multiselect-container.dropdown-menu .checkbox input[type=checkbox]::before,
.multiselect-container.dropdown-menu .radio input[type=radio]::before {
  border: 1px solid #414042;
  background: #fff;
  border-radius: 0;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.multiselect-container.dropdown-menu .checkbox.invalid input[type=checkbox]::before,
.multiselect-container.dropdown-menu .radio.invalid input[type=radio]::before {
  border: 1px solid #A30000;
}
.multiselect-container.dropdown-menu .radio input[type=radio]::before {
  border-radius: 20px;
}
.multiselect-container.dropdown-menu .checkbox input[type=checkbox]::after,
.multiselect-container.dropdown-menu .radio input[type=radio]::after {
  opacity: 0;
  content: "\ef80";
  font: normal normal normal 14px/1 "Fabric MDL2 Assets";
  font-weight: normal;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 24px;
  transition: opacity 0.2s ease-in-out;
}
.multiselect-container.dropdown-menu .radio input[type=radio]::after {
  content: "\f137";
  font-size: 10px;
  line-height: 24px;
  top: 0;
}
.multiselect-container.dropdown-menu .checkbox input[type=checkbox]:checked::before,
.multiselect-container.dropdown-menu .radio input[type=radio]:checked::before {
  border-color: #00719d;
  background-color: #007CAD;
}
.multiselect-container.dropdown-menu .checkbox input[type=checkbox]:checked::after,
.multiselect-container.dropdown-menu .radio input[type=radio]:checked::after {
  opacity: 1;
  color: #fff;
}
.multiselect-container.dropdown-menu .checkbox input[type=checkbox]:focus::before,
.multiselect-container.dropdown-menu .radio input[type=radio]:focus::before {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
  outline: 3px solid transparent; /* For Windows high contrast mode. */
}
.multiselect-container.dropdown-menu .checkbox input[type=checkbox]:disabled::before,
.multiselect-container.dropdown-menu .radio input[type=radio]:disabled::before {
  border: 1px solid #666666;
  background: #E8E8E8;
  cursor: not-allowed;
}
.multiselect-container.dropdown-menu .checkbox input[type=checkbox]:checked:disabled::before,
.multiselect-container.dropdown-menu .radio input[type=radio]:checked:disabled::before {
  border-color: #666666;
  background-color: #E8E8E8;
  color: #000;
  cursor: not-allowed;
}
.multiselect-container.dropdown-menu .checkbox input[type=checkbox]:checked:disabled::after,
.multiselect-container.dropdown-menu .radio input[type=radio]:checked:disabled::after {
  color: #414042;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background: transparent;
}

/* ==========================================================================
 Table style
 ========================================================================== */
.table > tbody > tr > td .btn,
.table > tbody > tr > th .btn,
.table > tfoot > tr > td .btn,
.table > tfoot > tr > th .btn,
.table > thead > tr > td .btn,
.table > thead > tr > th .btn {
  margin: 0;
}
.table > tbody > tr > td .btn.btn-small,
.table > tbody > tr > th .btn.btn-small,
.table > tfoot > tr > td .btn.btn-small,
.table > tfoot > tr > th .btn.btn-small,
.table > thead > tr > td .btn.btn-small,
.table > thead > tr > th .btn.btn-small {
  min-width: 100px;
  padding: 10px 16px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th,
.picklist-table .picklist-cell {
  padding: 16px 12px;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: top;
}

.table thead th.sort-enabled a {
  color: #414042;
}
.table thead th.sort-enabled .fa {
  font-family: "Fabric MDL2 Assets";
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin-left: 4px;
}
.table thead th.sort-enabled .fa-arrow-up::before {
  content: "\ee68";
}
.table thead th.sort-enabled .fa-arrow-down::before {
  content: "\ee69";
}

.table > thead > tr > th, .picklist-table .table-header {
  padding: 20px 12px;
  border-bottom: 2px solid #006272;
  font-weight: 500;
}

.table > tfoot > tr > td {
  font-weight: 500;
  vertical-align: top;
}
.table > tfoot > tr > td h5 {
  margin: 0;
}

.input-group-addon:first-child {
  border: 1px solid #414042;
  border-right: 0;
  border-radius: 0;
  width: 40px;
  background: #EFEFEF;
  font-weight: 300;
  font-size: 16px;
}

.currency-input-wrapper {
  position: relative;
  display: inline-block;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.currency-input-wrapper:before {
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 40px;
  content: "";
  position: absolute;
  background: #EFEFEF;
  border: 1px solid #414042;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
}
.currency-input-wrapper:after {
  content: "$";
  position: absolute;
  top: -20px;
  width: 0;
  height: 0;
  left: 16px;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  font-weight: 300;
}
.currency-input-wrapper input {
  padding-left: 48px;
  max-width: 200px;
  min-width: 152px;
  padding: 6px 8px;
}
.currency-input-wrapper input::-webkit-outer-spin-button,
.currency-input-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.currency-input-wrapper input[type=number] {
  -moz-appearance: textfield;
}

.percent-headerText {
  width: 100px;
  text-align: right;
  float: right;
  white-space: nowrap;
}

.percentage-input-wrapper {
  position: relative;
  width: 100px;
  display: inline-block;
}
.percentage-input-wrapper:before {
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 40px;
  content: "";
  position: absolute;
  background: #EFEFEF;
  border: 1px solid #414042;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
}
.percentage-input-wrapper:after {
  content: "%";
  position: absolute;
  top: -20px;
  width: 0;
  height: 0;
  right: 26px;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  font-weight: 300;
}
.percentage-input-wrapper input {
  padding-right: 48px;
}
.percentage-input-wrapper input:disabled {
  padding-right: 48px;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #007CAD !important;
  cursor: default;
  height: 24px;
  width: 24px;
  text-align: center;
  border-radius: 2px;
  line-height: 24px;
  font-weight: 500;
}

.pagination {
  float: right;
  border: none;
  padding: 8px;
}
.pagination li.disabled a {
  opacity: 0.65;
}
.pagination li.disabled a:hover {
  background: #fff;
}
.pagination li.disabled a::before:hover {
  background: #fff;
}
.pagination li > a {
  border: none;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
  padding: 0px 7px;
  color: #414042;
}
.pagination li > a:hover {
  background: #EFEFEF;
}
.pagination li > a:hover::before {
  color: #00719d;
}
.pagination > li:first-child > a, .pagination > li:last-child > a {
  position: relative;
  color: #fff;
  width: 24px;
  overflow: hidden;
  height: 24px;
  padding: 0px 7px;
  line-height: 24px;
}
.pagination > li:first-child > a::before, .pagination > li:last-child > a::before {
  font-family: "Fabric MDL2 Assets";
  font-size: 14px;
  color: #414042;
  transition: all 0.3s ease-in-out;
}
.pagination > li:first-child > a:hover, .pagination > li:last-child > a:hover {
  background: #fff;
}
.pagination > li:first-child > a:hover::before, .pagination > li:last-child > a:hover::before {
  color: #007F94;
}
.pagination > li:first-child > a::before {
  content: "\e96f";
}
.pagination > li:last-child > a::before {
  content: "\e970";
}

/* ==========================================================================
   Financial Table style
   ========================================================================== */
.z-financial-table {
  max-width: 100%;
  overflow-x: scroll;
  border-top: 1px solid #d9d9d9;
}
.z-financial-table .first-column {
  position: fixed;
  top: 0;
  left: 0;
}
.z-financial-table .last-column {
  position: fixed;
  top: 0;
  right: 0;
}
.z-financial-table .sticky-col {
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
  z-index: 500;
}
.z-financial-table .table {
  margin-bottom: 10px;
  border-collapse: separate;
}
.z-financial-table .table td {
  border-bottom: 0px solid #d9d9d9;
}
.z-financial-table .table .row-head.first-column.sticky-col {
  box-shadow: 5px 1px 5px -7px rgba(112, 112, 112, 0.42), inset -1px 0 0 0 #d9d9d9;
}
.z-financial-table .table .row-head.last-column {
  text-align: right;
}
.z-financial-table .table .row-head.last-column.sticky-col {
  background: #F3F8F9;
  box-shadow: -5px 1px 5px -7px rgba(112, 112, 112, 0.42), inset 1px 0 0 0 #d9d9d9;
}
.z-financial-table .table thead th {
  padding: 20px 10px;
  border-bottom: 2px solid #006272;
  font-weight: 500;
}
.z-financial-table .table thead th.first-column.sticky-col {
  box-shadow: 5px 1px 5px -7px rgba(112, 112, 112, 0.42), inset -1px 0 0 0 #d9d9d9;
}
.z-financial-table .table thead th.last-column {
  text-align: right;
}
.z-financial-table .table thead th.last-column.sticky-col {
  background: #F3F8F9;
  box-shadow: -5px 1px 5px -7px rgba(112, 112, 112, 0.42), inset 1px 0 0 0 #d9d9d9;
}
.z-financial-table .table tbody td {
  padding: 16px 10px;
}
.z-financial-table .table tbody td.first-column.sticky-col {
  box-shadow: 5px 1px 5px -7px rgba(112, 112, 112, 0.42), inset -1px 0 0 0 #d9d9d9;
}
.z-financial-table .table tbody td.last-column {
  text-align: right;
}
.z-financial-table .table tbody td.last-column.sticky-col {
  background: #F3F8F9;
  box-shadow: -5px 1px 5px -7px rgba(112, 112, 112, 0.42), inset 1px 0 0 0 #d9d9d9;
}
.z-financial-table .table tfoot {
  padding: 16px 10px;
}
.z-financial-table .table tfoot td {
  text-align: right;
  padding-right: 22px;
  background: #F3F8F9;
}
.z-financial-table .table tfoot td.first-column {
  padding-right: 8px;
}
.z-financial-table .table tfoot td.first-column.sticky-col {
  box-shadow: 5px 1px 5px -7px rgba(112, 112, 112, 0.42), inset -1px 0 0 0 #d9d9d9;
}
.z-financial-table .table tfoot td.last-column {
  padding-right: 8px;
}
.z-financial-table .table tfoot td.last-column.sticky-col {
  box-shadow: -5px 1px 5px -7px rgba(112, 112, 112, 0.42), inset 1px 0 0 0 #d9d9d9;
}

.pager {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 16px 0 12px 0;
}
.pager .col-count {
  font-size: 14px;
}
.pager .paging {
  margin: 0 0 0 12px;
}
.pager .paging .btn {
  margin: 0;
  background: #fff;
  border: 1px solid #414042;
  font-family: "Fabric MDL2 Assets";
  min-width: auto;
  padding: 3px 6px;
  text-align: center;
  font-size: 14px;
  color: #414042;
}
.pager .paging .btn + .btn {
  margin-left: 8px;
}
.pager .paging .btn + .btn i {
  margin: 0 0 0 2px;
}
.pager .paging .btn i {
  margin: 0 2px 0 0;
  display: inline-block;
  color: #414042;
}
.pager .paging .btn:hover {
  background: #fff;
  border-color: #007F94;
}
.pager .paging .btn:hover i {
  color: #007F94;
}
.pager .paging .btn:focus {
  outline: none;
}
.pager .paging .btn:disabled {
  background: #E2E2E2;
}
.pager .paging .btn:disabled:hover {
  background: #E2E2E2;
  border-color: #414042;
}
.pager .paging .btn:disabled:hover i {
  color: #414042;
}

.financial-table-total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -10px;
  padding: 16px 8px;
}
.financial-table-total span {
  margin: 0;
  line-height: 1.43;
  font-weight: 500;
  font-size: 18px;
}

/* ==========================================================================
   Header style
   ========================================================================== */
header.header {
  margin-bottom: 24px;
  margin-top: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
  position: relative;
}
header.header::before {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: linear-gradient(90deg, #006272, #97d700);
}
header.header .brand-logo .brand-name {
  border-left: 1px solid rgba(65, 64, 66, 0.4);
  padding: 10px 0 10px 12px;
  margin-left: 16px;
  color: #414042;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Gustan";
  font-weight: 500;
  text-decoration: none;
}
header.header .dropdown .fa-chevron-down {
  font-size: 14px;
  margin-left: 20px;
  float: right;
  line-height: 20px;
  margin-bottom: 4px;
  will-change: transform;
  transform-style: preserve-3d;
  transform: rotate3d(0, 0, 0, 0);
  transition: 0.25s ease all;
}
@media (max-width: 480px) {
  header.header .dropdown .fa-chevron-down {
    margin-left: 12px;
    line-height: 32px;
  }
}
header.header .dropdown.open .fa-chevron-down {
  transform: rotate3d(0, 0, 1, -180deg);
}
header.header .dropdown.open .dropdown-menu {
  max-height: 400px;
  opacity: 1;
}
header.header .dropdown .dropdown-menu {
  background: #fff;
  min-width: 250px;
  padding: 0;
  margin-top: 0 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  right: 0;
  left: auto;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}
header.header .dropdown .dropdown-menu .divider {
  margin: 0;
  background-color: #E2E2E2;
}
header.header .dropdown .dropdown-menu .role-switcher {
  margin-bottom: 8px;
  padding: 0;
}
header.header .dropdown .dropdown-menu .role-switcher .title {
  padding: 14px 16px;
  font-weight: 500;
  font-family: "Gustan";
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 8px;
}
header.header .dropdown .dropdown-menu .role-switcher li a {
  font-family: "Gustan Book";
  padding: 8px 16px;
}
header.header .dropdown .dropdown-menu .role-switcher li a .fab-ic {
  display: none;
  font-size: 18px;
}
header.header .dropdown .dropdown-menu .role-switcher li.active a {
  color: #007CAD;
  font-family: "Gustan";
  font-weight: 500;
}
header.header .dropdown .dropdown-menu .role-switcher li.active a .fab-ic {
  color: #007CAD;
  display: inline-table;
  vertical-align: middle;
}
header.header .dropdown .dropdown-menu ul {
  margin: 0;
  padding: 0 12px;
}
header.header .dropdown .dropdown-menu ul:nth-child(2) {
  background: #f9f9f9;
  padding: 0 16px;
  border-top: 1px solid #d9d9d9;
}
header.header .dropdown .dropdown-menu ul:nth-child(2) a {
  padding: 16px 0;
}
header.header .dropdown .dropdown-menu li {
  margin: 0;
  list-style: none;
  padding: 0;
}
header.header .dropdown .dropdown-menu a {
  text-decoration: none;
  padding: 16px 16px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #414042;
  display: block;
}
header.header .dropdown .dropdown-menu a:hover {
  color: #007CAD;
  text-decoration: underline;
}
header.header .dropdown .dropdown-menu a:visited {
  color: #414042;
}
header.header .dropdown .dropdown-menu a:focus {
  box-shadow: 0 0 0 3px #000;
  outline: 1px solid;
}
header.header .dropdown-toggle:focus {
  border: none !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
header.header .dropdown.user-name {
  font-size: 14px;
  margin: auto 0 auto auto;
  font-family: "Gustan Book";
  float: right;
  transition: all 0.3s ease-in-out;
}
header.header .dropdown.user-name:hover {
  background: #EFEFEF;
}
header.header .dropdown.user-name a.dropdown-toggle {
  text-decoration: none;
  color: #414042;
  position: relative;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
}
header.header .dropdown.user-name a.dropdown-toggle .user-title {
  background: #007CAD;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  width: 42px;
  margin-right: 4px;
  font-family: "Gustan Book";
  font-weight: bold;
}
@media (max-width: 480px) {
  header.header .dropdown.user-name a.dropdown-toggle .user-title {
    font-size: 14px;
    height: 32px;
    width: 32px;
  }
}
header.header .dropdown.user-name a.dropdown-toggle::before {
  height: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  left: 0;
  content: "";
  background: #006272;
}
header.header .dropdown.user-name a.dropdown-toggle:hover::before {
  height: 4px;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 480px) {
  header.header .dropdown.user-name a.dropdown-toggle {
    float: right;
    padding: 10px 0;
    margin: 0;
  }
}
header.header .dropdown.user-name.open a.dropdown-toggle::before {
  height: 4px;
  background: #97D700;
}
header.header .dropdown.user-name .us-container {
  display: flex;
  flex-direction: column;
  font-family: "Gustan Book";
}
header.header .dropdown.user-name .us-container .username {
  font-weight: 600;
  font-family: "Gustan";
}
header.header a {
  margin: 0;
}
header.header a:hover:visited {
  color: #fff;
}
header.header a:visited {
  color: #fff;
}
header.header a:visited:hover {
  color: #fff;
}
header.header a:visited i {
  color: #fff;
}
header.header .realme_theme_light {
  float: right;
  margin: 24px 0;
  border: 1px solid rgba(65, 64, 66, 0.2);
}

.secondary-nav {
  position: static;
  margin: -8px 0 24px 0;
}
.secondary-nav .btn.btn-back {
  padding: 0;
  min-width: auto;
  margin: 0;
}
.secondary-nav .btn.btn-back i {
  font-size: 12px;
}

@media (min-width: 768px) {
  header.header {
    margin-bottom: 36px;
    border-bottom: 1px solid rgba(65, 64, 66, 0.2);
  }
  header.header .container {
    flex: inherit;
  }
  header.header .container .dropdown.user-name .dropdown-toggle {
    margin: 0;
    width: auto;
  }
  header.header .navbar .container .navbar-collapse {
    border-top: 1px solid rgba(65, 64, 66, 0.2);
  }
  header.header .dropdown.user-name .dropdown-toggle {
    padding: 35px 20px 35px 20px;
  }
  header.header .brand-logo img {
    width: 239px;
  }
  header.header .side-nav img {
    padding: 4px;
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 767px) {
  header.header {
    padding: 0;
  }
  header.header .container {
    display: block;
    align-items: center;
  }
}
@media (max-width: 480px) {
  header.header {
    padding: 0;
  }
  header.header .container {
    flex: auto;
  }
  header.header .brand-logo {
    width: 100%;
  }
  header.header .brand-logo img {
    width: 185px;
  }
  header.header .brand-logo .brand-name {
    margin-left: 8px;
    margin-top: 2px;
    float: right;
  }
}
/* ==========================================================================
   Footer style
   ========================================================================== */
.footer {
  background: #2A2A2A;
  color: #fff;
  padding: 0;
  margin-bottom: 0;
  margin-top: 16px;
  position: relative;
}
.footer .row {
  flex-direction: column;
}
.footer .row.f-nav {
  display: flex;
  padding-bottom: 34px;
  font-size: 16px;
  flex-wrap: wrap;
}
.footer .row.f-nav a {
  padding-right: 40px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .footer .row.f-nav a {
    width: 50%;
    float: left;
  }
}
@media (max-width: 768px) {
  .footer .row.f-nav a {
    width: 100%;
    text-align: left;
  }
}
.footer .row.f-nav a i {
  margin-left: 4px;
  margin-right: 0;
}
.footer .row.f-logos {
  padding: 40px 0 35px 0;
}
@media (max-width: 768px) {
  .footer .row.f-logos {
    padding-top: 0;
  }
}
.footer .row.f-logos .col-md-6:last-child a {
  margin-top: 6px;
}
@media (max-width: 768px) {
  .footer .row.f-logos .col-md-6:last-child a.pull-right {
    float: left !important;
    margin-top: 32px;
  }
}
.footer .row.fs-nav {
  padding: 15px 0 24px 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .footer .row.fs-nav {
    padding-bottom: 32px;
  }
}
.footer .row.fs-nav div.col-md-6:first-child {
  text-transform: uppercase;
  text-align: left;
}
.footer .row.fs-nav div.col-md-6:first-child a {
  padding-left: 0;
  padding-right: 32px;
  font-family: "Gustan Book";
}
.footer .row.fs-nav div.col-md-6:first-child a i {
  margin-left: 4px;
  margin-right: 0;
}
.footer .row.fs-nav div.col-md-6:last-child {
  text-align: right;
  font-size: 14px;
}
.footer .row.fs-nav div.col-md-6:last-child i {
  font-size: 16px;
  display: inline-block;
  float: left;
  line-height: 22px;
}
.footer hr {
  margin: 0;
  border-color: #414042;
  width: 100%;
}
.footer span.copy-right {
  float: right;
  margin-top: 8px;
}
.footer span.copy-right i {
  margin-left: 0;
  font-style: normal;
}
@media (max-width: 992px) {
  .footer span.copy-right {
    float: left;
    text-align: left;
    margin-top: 12px;
  }
}
.footer a {
  margin: 0;
  float: none;
  color: #fff;
  padding: 8px 12px;
  text-decoration: none;
  display: inline-block;
}
.footer a:visited {
  color: #fff;
}
.footer a:visited:hover {
  color: #fff;
}
.footer a:visited i {
  color: #fff;
}
.footer a:focus {
  color: #fff;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer a.govt-nz-logo {
  max-width: 187px;
}
.footer a.govt-nz-logo img {
  width: 100%;
}
.footer a.govt-nz-logo i {
  display: none;
}
.footer a.bk-to-tp {
  position: fixed;
  right: 15px;
  bottom: 0px;
  min-width: auto;
  height: 40px;
  width: 40px;
  padding: 10px 4px 8px 4px;
  border: 1px solid hsla(0deg, 0%, 100%, 0.3);
  border-bottom: none;
  text-align: center;
  z-index: 2;
}
.footer a.bk-to-tp i {
  transform: rotate(180deg);
  display: inline-block;
  margin: auto;
}

@media (min-width: 768px) {
  .footer {
    margin-bottom: 0;
    margin-top: 60px;
    padding-top: 60px;
  }
  .footer .row {
    flex-direction: row;
  }
  .footer .container {
    display: block;
    align-items: center;
  }
  .footer a {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .footer {
    margin-top: 40px;
    padding-top: 40px;
  }
  .footer .row {
    display: flex;
  }
  .footer hr {
    width: 100%;
    display: block;
  }
  .footer a {
    padding: 8px 16px;
  }
}
@media (max-width: 375px) {
  .footer {
    margin-top: 16px;
    padding: 20px 0;
  }
  .footer .row {
    display: flex;
  }
  .footer hr {
    width: 100%;
    display: block;
  }
  .footer a {
    padding: 8px 16px;
  }
  .footer .govt-nz-logo {
    margin-bottom: 16px;
  }
}
html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
/* ==========================================================================
   Global Styles
   ========================================================================== */
body {
  font-family: "Fira Sans", Helvetica, Arial, Sans-serif;
  color: #414042;
  font-weight: 400;
  line-height: 1.43;
  overflow: unset !important;
  word-break: break-word;
  background: #fff;
  margin: 0;
}

html, body {
  height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  min-width: 992px;
}

header,
footer,
.container,
.site-content {
  min-width: 992px;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer {
  flex: none;
}

.site-content {
  flex: 1 0 auto;
  position: relative;
}
.site-content .page-content {
  margin: 0;
}

a, a.text-primary {
  outline: none;
  display: inline-block;
  color: #075787;
  text-decoration: underline;
}
a:hover, a.text-primary:hover {
  text-decoration: none;
  color: #007CAD;
}
a:focus, a.text-primary:focus {
  color: #007CAD;
  outline: unset;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
a:visited, a.text-primary:visited {
  color: #936;
}
a:visited:hover, a.text-primary:visited:hover {
  color: #6A2347;
}
a:visited i, a.text-primary:visited i {
  color: #936;
}
a:visited .fa-external-link, a.text-primary:visited .fa-external-link {
  color: #936;
}

i {
  margin: 0 8px;
  text-shadow: none;
}

.fa-external-link {
  margin: 0 4px;
  font-size: 14px;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: normal;
  clear: left;
}

strong {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

dl,
ol,
ul,
ul ul {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 36px;
}
dl li,
ol li,
ul li,
ul ul li {
  margin-bottom: 8px;
}

ul {
  list-style-type: disc;
}

hr {
  border-color: #707070;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #006272;
}

::selection {
  color: #fff;
  background: #006272;
}

fieldset, .crmEntityFormView fieldset {
  margin-top: 0;
  margin-bottom: 0;
}
fieldset .modal p, .crmEntityFormView fieldset .modal p {
  padding: 0;
}

/* ==========================================================================
   Container
   ========================================================================== */
.flex {
  display: flex;
}

.f-h {
  height: 100%;
}

.f-w {
  width: 100%;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

.f-no {
  float: none;
}

.mbie-clearfix {
  clear: both;
}

.fix-height {
  max-height: 550px;
  overflow: auto;
}

.ui-form {
  display: none;
}

.previewCMS {
  display: none;
}

/* ==========================================================================
   Text alignment 
    ========================================================================== */
.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-info {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
}

/* ==========================================================================
   Icon fonts
   ========================================================================== */
.fab-ic {
  font-family: "Fabric MDL2 Assets";
  font-style: normal;
  display: inline-block;
  font-weight: normal;
}
.fab-ic.bold {
  font-weight: bold;
}
.fab-ic.fa-14 {
  font-size: 14px;
}
.fab-ic.fa-16 {
  font-size: 16px;
}
.fab-ic.fa-18 {
  font-size: 18px;
}
.fab-ic.fa-20 {
  font-size: 20px;
}
.fab-ic.fa-24 {
  font-size: 24px;
}
.fab-ic.fa-26 {
  font-size: 26px;
}
.fab-ic.fa-28 {
  font-size: 28px;
}
.fab-ic.fa-32 {
  font-size: 32px;
}
.fab-ic.fa-38 {
  font-size: 38px;
}
.fab-ic.red {
  color: #A30000;
}
.fab-ic.ic-delete {
  color: #A30000;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

/* ==========================================================================
   background colors and borders
   ========================================================================== */
.bg-teal {
  background-color: #006272;
}

.bg-teal-dark {
  background-color: #007F94;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #007CAD;
}

.bg-blue-dark {
  background-color: #075787;
}

.bg-orange {
  background-color: #FF6900;
}

.bg-red {
  background-color: #A30000;
}

.bg-magenta {
  background-color: #936;
}

.bg-green {
  background-color: #97D700;
}

.bg-dark-green {
  background-color: #227236;
}

.bg-dove {
  background-color: #d9d9d9;
}

.bg-grey {
  background-color: #707070;
}

.bg-dark-grey {
  background-color: #414042;
}

.bg-black {
  background-color: #000;
}

.bg-transparent {
  color: #707070;
  background: transparent;
}

.no-border {
  border: none;
}

.badge.mbie-badge {
  font-size: 14px;
  display: inline-block;
  padding: 8px;
  margin: 2px auto;
  border-radius: 2px;
  color: #fff;
}

/* ==========================================================================
   Page loading Style
   ========================================================================== */
.loading {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  animation: none;
}
.loading img {
  margin: auto;
}
.loading .mbie-spinner {
  display: flex;
  z-index: 2;
}
.loading .mbie-spinner::before, .loading .mbie-spinner::after {
  width: 60px;
  height: 60px;
}

.loading-linear {
  position: relative;
}
.loading-linear .loader {
  width: 18px;
}
.loading-linear .loader .path {
  stroke-width: 8;
  stroke: #075787 !important;
}

.mbie-spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.mbie-spinner:before {
  background: transparent;
  border-radius: 40px;
  width: 20px;
  height: 20px;
  border: 3px solid transparent;
  position: absolute;
  content: "";
}
.mbie-spinner:after {
  border-radius: 0 3px 3px 0;
  border: 1px solid transparent;
  margin: auto;
  position: absolute;
  content: "";
  border-radius: 40px;
  width: 20px;
  height: 20px;
  border-color: transparent;
  border-width: 3px;
  font-size: 0;
  border-left-color: #007CAD;
  border-right-color: #007CAD;
  animation: rotating 0.6s 0s linear infinite;
}

.searching-wrapper {
  background: #fff;
  border: 1px solid rgba(65, 64, 66, 0.4);
  padding: 8px 0 8px 32px;
  margin-top: -1px;
  font-size: 14px;
}
.searching-wrapper .mbie-spinner {
  display: flex;
  width: 24px;
  margin: 0 0 0 4px;
}
.searching-wrapper .mbie-spinner:after, .searching-wrapper .mbie-spinner:before {
  width: 16px;
  height: 16px;
  border-width: 2px !important;
}
.searching-wrapper .fab-ic {
  margin-left: -20px;
  font-size: 18px;
  float: left;
  line-height: 18px;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loader {
  position: relative;
  margin: 0 auto;
  width: 64px;
}
.loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.loader .loading-label {
  width: 64px;
  display: inline-block;
  white-space: nowrap;
  margin-top: 36px;
  font-size: 14px;
  text-align: center;
  padding-left: 4px;
}
.loader.right {
  margin-right: 0;
}
.loader.left {
  margin-left: 0;
}
.loader .circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
  stroke-width: 2.5;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #006272;
  }
  40% {
    stroke: #007CAD;
  }
  66% {
    stroke: #97D700;
  }
  80%, 90% {
    stroke: #97D700;
  }
}
/* ==========================================================================
   Form field search loading
   ========================================================================== */
/* ==========================================================================
   Hero Style
   ========================================================================== */
.hero-image .hero-holder h1, .hero-image .hero-holder h2, .hero-image .hero-holder p {
  color: #fff;
}

.hero-image {
  position: relative;
  display: block;
  width: 100%;
  min-height: 367px;
}
.hero-image .graphic-holder {
  position: absolute;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 62%;
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(homepage-hero-graphic.svg);
}
@media (min-width: 1400px) {
  .hero-image .graphic-holder {
    width: 56%;
  }
}
.hero-image .img-holder {
  position: absolute;
  right: 0;
  z-index: -1;
  height: 100%;
  width: calc(45% + 250px);
  background: #EFEFEF;
}
.hero-image .hero-image-holder {
  height: 100%;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 30px;
  z-index: 2;
  position: relative;
}
.hero-image .hero-image-holder .secondary-nav {
  position: static;
  margin: -32px 0 24px 0;
}
.hero-image .hero-holder {
  max-width: 90%;
}
@media (min-width: 992px) {
  .hero-image .hero-holder {
    max-width: 80%;
  }
}
.hero-image .hero-holder .hero-subheading {
  margin: 0;
  font-weight: 400;
  border-bottom: 2px solid #fff;
  padding-bottom: 16px;
  font-family: "Gustan";
  max-width: 375px;
}
.hero-image .hero-holder .hero-content {
  font-size: 40px;
  font-family: "Gustan Book";
  margin-top: 19px;
  margin-bottom: 0;
}
.hero-image.sub-hero {
  min-height: auto;
  margin-bottom: 12px;
}
.hero-image.sub-hero h1, .hero-image.sub-hero p {
  color: #414042;
}
.hero-image.sub-hero .hero-holder .hero-content {
  border: none;
  color: #414042;
  padding: 0;
  margin: 0 0 16px 0;
}
.hero-image.sub-hero .graphic-holder {
  background-image: url(hero-graphic2.svg);
  width: 73%;
  background-size: covder;
  background-position: top right;
}
.hero-image.sub-hero .img-holder {
  background-color: #EDF2F2;
}
.hero-image.sub-hero .hero-image-holder {
  padding-bottom: 60px;
}
.hero-image.authenticated-home {
  min-height: 232px;
}
.hero-image.authenticated-home .hero-image-holder {
  padding-top: 36px;
}
.hero-image.authenticated-home .graphic-holder {
  background-image: url(homepage-hero-graphic-cover.svg);
}

.hero-image .realme-holder {
  max-width: 364px;
}
.hero-image .realme-holder .whats_realme {
  font-size: 14px;
  text-decoration: underline;
  margin-top: 8px;
}
.hero-image .realme-holder .request-holder {
  padding: 0 1.22em 1.22em 1.22em;
}
.hero-image .realme-holder .request-holder h5 {
  margin-bottom: 8px;
  margin-top: 8px;
}
.hero-image .realme-holder .request-holder button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  width: 100%;
  font-weight: 500;
  border-color: #414042;
  color: #414042;
}
.hero-image .realme-holder .request-holder button:hover {
  background: #fff;
  color: #2A2A2A;
  border-color: #2A2A2A;
}

.content-block-1 {
  display: flex;
  padding: 32px 0 24px 0;
  margin: 40px 0 40px 0;
  border-top: 3px solid #97D700;
  border-bottom: 3px solid #97D700;
}
.content-block-1 p.lead {
  margin-top: 0;
}

.content-block-2 {
  background: #F3F8F9;
  border: 1px solid #006272;
  padding: 0 20px;
}

.info-section {
  background: #EFEFEF;
  width: 100%;
  padding: 16px 0 100px 0;
  margin-bottom: -60px;
}
.info-section .col-xs-12 {
  display: flex;
  justify-content: space-between;
}
.info-section .card {
  border-color: #E2E2E2;
  background: #fff;
  padding: 24px 32px;
  margin-top: 16px;
  flex: 1;
}
.info-section .card:first-child {
  margin-right: 15px;
}
.info-section .card:last-child {
  margin-left: 15px;
}
.info-section h4 {
  border-bottom: 3px solid #eaeff5;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.info-section h4 .fab-ic {
  font-size: 28px;
  font-weight: 100;
  line-height: 27px;
  margin-left: 0;
}
.info-section h4 img {
  margin: 0 8px 0 0;
}

/* ==========================================================================
   Document Upload Style
   ========================================================================== */
.doc-upload-container {
  padding: 20px;
  margin-bottom: 32px;
  border: 1px solid #707070;
}
.doc-upload-container.unavailable {
  padding: 0;
  transition: all 0.3s linear;
  background: transparent;
}
.doc-upload-container.unavailable .alert {
  background: #d9d9d9;
}
.doc-upload-container.unavailable .alert:first-child {
  margin-top: 0;
}
.doc-upload-container.unavailable .alert:only-of-type {
  margin: 0;
}
.doc-upload-container .drop-zone {
  position: relative;
  background: #fff;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.doc-upload-container .drop-zone label {
  font-weight: normal;
  display: none;
}
.doc-upload-container .drop-zone p {
  font-size: 12px;
  margin: 0;
  color: #2A2A2A;
}
.doc-upload-container .drop-zone .btn {
  font-size: 16px;
  margin: 0 auto;
  margin-left: 0;
  height: 47px;
  position: relative;
  max-width: 180px;
}
.doc-upload-container .drop-zone .btn.btn-default {
  padding: 0;
}
.doc-upload-container .drop-zone .btn.btn-default::before {
  left: 0;
  content: "Browse to upload";
  position: absolute;
  background: #007CAD;
  color: #fff;
  text-align: center;
  padding: 12px 16px;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.doc-upload-container .drop-zone .btn.btn-default[disabled]::before {
  cursor: not-allowed;
  background: #d9d9d9;
  color: #414042;
}
.doc-upload-container .drop-zone .btn input[type=file] {
  display: block;
  color: transparent;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-top: -20px;
  cursor: pointer;
}
.doc-upload-container .drop-zone .btn input[type=file]:disabled {
  cursor: not-allowed;
}
.doc-upload-container .drop-zone.dropable, .doc-upload-container .drop-zone.upload-block {
  background: rgba(0, 124, 173, 0.1);
}
.doc-upload-container .drop-zone.dropable .btn, .doc-upload-container .drop-zone.dropable svg, .doc-upload-container .drop-zone.dropable p, .doc-upload-container .drop-zone.dropable label, .doc-upload-container .drop-zone.upload-block .btn, .doc-upload-container .drop-zone.upload-block svg, .doc-upload-container .drop-zone.upload-block p, .doc-upload-container .drop-zone.upload-block label {
  opacity: 0.2;
}
.doc-upload-container .drop-zone.dropable .ic-docup-arrow, .doc-upload-container .drop-zone.upload-block .ic-docup-arrow {
  animation: float 2s ease-in-out infinite;
}
.doc-upload-container .drop-zone.upload-block {
  cursor: not-allowed;
}
.doc-upload-container .drop-zone.upload-block .mbie-spinner {
  display: flex;
  z-index: 1;
}
.doc-upload-container .drop-zone.upload-block .mbie-spinner::after {
  width: 40px;
  height: 40px;
}
.doc-upload-container .drop-zone.upload-block .mbie-spinner::before {
  width: 40px;
  height: 40px;
}
.doc-upload-container .drop-zone + .alert {
  margin-top: 20px;
}
.doc-upload-container .alert {
  font-size: 16px;
  background: #EFEFEF;
  box-shadow: 0 0 0 0 rgba(50, 102, 153, 0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: 0 0 4px 0;
  position: relative;
  display: flex;
}
.doc-upload-container .alert:last-child {
  margin-bottom: 0;
}
.doc-upload-container .alert h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}
.doc-upload-container .alert i {
  font-size: 24px;
}
.doc-upload-container .alert p {
  width: calc(100% - 40px);
  float: left;
  word-break: break-word;
  display: inline-flex;
  align-items: center;
}
.doc-upload-container .alert p strong {
  font-weight: 500;
}
.doc-upload-container .alert p a {
  margin-right: 8px;
}
.doc-upload-container .alert p .error-msg {
  display: block;
  font-size: 14px;
  color: #2A2A2A;
}
.doc-upload-container .alert .img-details {
  width: calc(100% - 80px);
  display: block;
}
.doc-upload-container .alert .file-size {
  font-size: 14px;
  font-weight: normal;
  color: #2A2A2A;
  padding-left: 8px;
  display: inline-block;
}
.doc-upload-container .alert .file-size i {
  color: #414042;
  float: none;
  margin: 0 8px 0 0;
}
.doc-upload-container .alert .file-name {
  font-weight: 500;
  margin: 0;
}
.doc-upload-container .alert .remove-onetomany-item {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  padding-right: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  text-decoration: none;
}
.doc-upload-container .alert .remove-onetomany-item i {
  margin: -2px 0 0 4px;
  font-size: 16px;
  color: #A30000;
  width: 24px;
  text-align: center;
}
.doc-upload-container .alert .remove-onetomany-item span {
  text-decoration: underline;
  color: #A30000;
  font-size: 16px;
}
.doc-upload-container .alert .remove-onetomany-item i::before {
  color: #FF6900;
  font-size: 18px;
}
.doc-upload-container .alert .remove-onetomany-item:hover {
  color: #940000;
  text-decoration: none;
}
.doc-upload-container .alert .remove-onetomany-item:hover i {
  color: #940000;
}
.doc-upload-container .alert .remove-onetomany-item.btn-clear i, .doc-upload-container .alert .remove-onetomany-item.btn-clear span {
  color: #414042;
}
.doc-upload-container .alert .remove-onetomany-item.btn-clear i.clear {
  font-weight: bold;
}
.doc-upload-container .alert.upload-success i.fa-check {
  color: #97D700;
}
.doc-upload-container .alert.upload-failed .remove-onetomany-item, .doc-upload-container .alert .doc-uploading .remove-onetomany-item {
  color: #414042;
}
.doc-upload-container .alert.upload-failed .remove-onetomany-item i::before, .doc-upload-container .alert .doc-uploading .remove-onetomany-item i::before {
  color: #414042;
}
.doc-upload-container .alert.doc-uploading .mbie-spinner {
  display: inline-block;
  position: relative;
  width: 24px;
  margin-top: 0px;
}
.doc-upload-container .alert.doc-uploading .mbie-spinner::after {
  border-width: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
}
.doc-upload-container .alert.doc-uploading .mbie-spinner::before {
  width: 16px;
  height: 16px;
}
.doc-upload-container .alert.upload-success i.fa-check {
  margin-top: 0;
}

.confirmation h1 .fab-ic {
  margin: 0 8px 0 0;
  float: left;
  color: #227236;
}
.confirmation h1 .fab-ic.red {
  color: #A30000;
}
.confirmation hr {
  border-color: #EFEFEF;
}

/* ==========================================================================
   Accordion Style
   ========================================================================== */
p + .accordion {
  margin-top: 0;
}

.accordion {
  margin-top: 16px;
  margin-bottom: 16px;
  display: inline-block;
  width: 100%;
}
.accordion .panel {
  border: 0;
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #006272;
}
.accordion .panel:first-child {
  border-top: 1px solid #ABABAB;
}
.accordion .panel + .panel {
  margin-top: 0;
}
.accordion .panel:focus {
  box-shadow: 0 0 0 3px rgba(0, 113, 157, 0.5);
}
.accordion .panel .panel-body {
  padding: 12px 8px;
}
.accordion .panel.panel-default > .panel-heading {
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
}
.accordion .panel.panel-default > .panel-heading + .panel-collapse > .list-group, .accordion .panel.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.accordion .panel.panel-default > .panel-heading a, .accordion .panel.panel-default > .panel-heading button[data-toggle=collapse] {
  margin: 0;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 400;
  list-style: none;
  line-height: 23px;
  position: relative;
  text-decoration: none;
  color: #075787;
  padding: 16px 16px 16px 44px;
  transition: transform 500ms ease, all 0.25s ease-in-out;
}
.accordion .panel.panel-default > .panel-heading a:hover, .accordion .panel.panel-default > .panel-heading button[data-toggle=collapse]:hover {
  text-decoration: underline;
  color: #075787;
}
.accordion .panel.panel-default > .panel-heading a:hover:after, .accordion .panel.panel-default > .panel-heading a:hover:before, .accordion .panel.panel-default > .panel-heading button[data-toggle=collapse]:hover:after, .accordion .panel.panel-default > .panel-heading button[data-toggle=collapse]:hover:before {
  background: #075787;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s ease-in-out;
}
.accordion .panel.panel-default > .panel-heading a:focus, .accordion .panel.panel-default > .panel-heading button[data-toggle=collapse]:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
.accordion .panel.panel-default > .panel-heading a:before, .accordion .panel.panel-default > .panel-heading a:after, .accordion .panel.panel-default > .panel-heading button[data-toggle=collapse]:before, .accordion .panel.panel-default > .panel-heading button[data-toggle=collapse]:after {
  background: #006272;
  content: "";
  height: 2px;
  left: 8px;
  position: absolute;
  top: 50%;
  width: 24px;
  transition: transform 500ms ease;
  border-radius: 2px;
}
.accordion .panel.panel-default > .panel-heading a:after, .accordion .panel.panel-default > .panel-heading button[data-toggle=collapse]:after {
  transform-origin: center;
}
.accordion .panel.panel-default > .panel-heading a .chevron, .accordion .panel.panel-default > .panel-heading button[data-toggle=collapse] .chevron {
  display: none;
}
.accordion .panel.panel-default > .panel-heading a[aria-expanded=false]:after {
  transform: rotate(90deg);
}
.accordion .panel.panel-default > .panel-heading a[aria-expanded=false]::before {
  transform: rotate(180deg);
}
.accordion.widget-1 {
  margin-top: 0;
}
.accordion.widget-1 + .btn {
  margin-top: 0;
}
.accordion.widget-1 .panel {
  border: 1px solid #006272;
  margin-bottom: 8px;
}
.accordion.widget-1 .panel.panel-default {
  position: relative;
}
.accordion.widget-1 .panel.panel-default > .panel-heading {
  position: relative;
}
.accordion.widget-1 .panel.panel-default > .panel-heading a, .accordion.widget-1 .panel.panel-default > .panel-heading button[data-toggle=collapse] {
  font-size: 18px;
  padding: 16px 16px 16px 16px;
}
.accordion.widget-1 .panel.panel-default > .panel-heading a:before, .accordion.widget-1 .panel.panel-default > .panel-heading a:after, .accordion.widget-1 .panel.panel-default > .panel-heading button[data-toggle=collapse]:before, .accordion.widget-1 .panel.panel-default > .panel-heading button[data-toggle=collapse]:after {
  display: none;
}
.accordion.widget-1 .panel.panel-default > .panel-heading a .fab-ic.chevron, .accordion.widget-1 .panel.panel-default > .panel-heading button[data-toggle=collapse] .fab-ic.chevron {
  font-size: 16px;
  margin-right: 12px;
  margin-top: 4px;
  float: left;
  line-height: 16px;
  will-change: transform;
  transform-style: preserve-3d;
  transform: rotate3d(0, 0, 0, 0);
  transition: 0.25s ease all;
  display: inline-block;
}
.accordion.widget-1 .panel.panel-default > .panel-heading a[aria-expanded=true], .accordion.widget-1 .panel.panel-default > .panel-heading button[data-toggle=collapse][aria-expanded=true] {
  background: #F3F8F9;
}
.accordion.widget-1 .panel.panel-default > .panel-heading a[aria-expanded=true] .fab-ic.chevron, .accordion.widget-1 .panel.panel-default > .panel-heading button[data-toggle=collapse][aria-expanded=true] .fab-ic.chevron {
  transform: rotate(90deg);
}
.accordion.widget-1 .panel.panel-default > .panel-heading a[aria-expanded=false] .fab-ic.chevron, .accordion.widget-1 .panel.panel-default > .panel-heading button[data-toggle=collapse][aria-expanded=false] .fab-ic.chevron {
  transform: rotate(0deg);
}
.accordion.widget-1 .panel.panel-default > .panel-heading a .role, .accordion.widget-1 .panel.panel-default > .panel-heading button[data-toggle=collapse] .role {
  text-decoration: none;
}
.accordion.widget-1 .panel.panel-default > .panel-heading a .mb-seperator, .accordion.widget-1 .panel.panel-default > .panel-heading button[data-toggle=collapse] .mb-seperator {
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  color: #075787;
}
.accordion.widget-1 .panel.panel-default > .panel-heading a .mb-seperator:visited, .accordion.widget-1 .panel.panel-default > .panel-heading button[data-toggle=collapse] .mb-seperator:visited {
  color: #075787;
}
.accordion.widget-1 .panel.panel-default > .panel-heading a:hover .mb-seperator, .accordion.widget-1 .panel.panel-default > .panel-heading a:hover .role, .accordion.widget-1 .panel.panel-default > .panel-heading button[data-toggle=collapse]:hover .mb-seperator, .accordion.widget-1 .panel.panel-default > .panel-heading button[data-toggle=collapse]:hover .role {
  text-decoration: none;
  display: inline-block;
}
.accordion.widget-1 .panel.panel-default > .panel-heading a.remove-onetomany-item, .accordion.widget-1 .panel.panel-default > .panel-heading button[data-toggle=collapse].remove-onetomany-item {
  font-size: 14px;
  color: #A30000;
  display: inline-block;
  padding-right: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  text-decoration: underline;
  width: auto;
}
.accordion.widget-1 .panel.panel-default > .panel-heading a.remove-onetomany-item i, .accordion.widget-1 .panel.panel-default > .panel-heading button[data-toggle=collapse].remove-onetomany-item i {
  margin: 0 0 0 4px;
  font-size: 14px;
  color: #A30000;
  width: 24px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  float: right;
}
.accordion.widget-1 .panel.panel-default > .panel-heading a.remove-onetomany-item span, .accordion.widget-1 .panel.panel-default > .panel-heading button[data-toggle=collapse].remove-onetomany-item span {
  text-decoration: underline;
  color: #A30000;
  font-size: 16px;
}
.accordion.widget-1 .panel.panel-default > .panel-heading a.remove-onetomany-item i::before, .accordion.widget-1 .panel.panel-default > .panel-heading button[data-toggle=collapse].remove-onetomany-item i::before {
  color: #FF6900;
  font-size: 18px;
}
.accordion.widget-1 .panel.panel-default > .panel-heading a.remove-onetomany-item:hover, .accordion.widget-1 .panel.panel-default > .panel-heading button[data-toggle=collapse].remove-onetomany-item:hover {
  color: #940000;
  text-decoration: none;
}
.accordion.widget-1 .panel.panel-default > .panel-heading a.remove-onetomany-item:hover i, .accordion.widget-1 .panel.panel-default > .panel-heading button[data-toggle=collapse].remove-onetomany-item:hover i {
  color: #940000;
}
.accordion.widget-1 .panel.panel-default > .panel-heading a.remove-onetomany-item.btn-clear i, .accordion.widget-1 .panel.panel-default > .panel-heading a.remove-onetomany-item.btn-clear span, .accordion.widget-1 .panel.panel-default > .panel-heading button[data-toggle=collapse].remove-onetomany-item.btn-clear i, .accordion.widget-1 .panel.panel-default > .panel-heading button[data-toggle=collapse].remove-onetomany-item.btn-clear span {
  color: #414042;
}
.accordion.widget-1 .panel.panel-default > .panel-heading a.remove-onetomany-item.btn-clear i.clear, .accordion.widget-1 .panel.panel-default > .panel-heading button[data-toggle=collapse].remove-onetomany-item.btn-clear i.clear {
  font-weight: bold;
}
.accordion.widget-1 .panel.panel-default .remove-onetomany-item {
  font-size: 14px;
  color: #A30000;
  display: inline-block;
  padding: 16px 12px 16px 0;
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  text-decoration: underline;
  width: auto;
}
.accordion.widget-1 .panel.panel-default .remove-onetomany-item i {
  margin: 0 0 0 4px;
  font-size: 14px;
  color: #A30000;
  width: 24px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  float: right;
}
.accordion.widget-1 .panel.panel-default .remove-onetomany-item span {
  text-decoration: underline;
  color: #A30000;
  font-size: 16px;
}
.accordion.widget-1 .panel.panel-default .remove-onetomany-item i::before {
  color: #FF6900;
  font-size: 18px;
}
.accordion.widget-1 .panel.panel-default .remove-onetomany-item:hover {
  color: #940000;
  text-decoration: none;
}
.accordion.widget-1 .panel.panel-default .remove-onetomany-item:hover i {
  color: #940000;
}
.accordion.widget-1 .panel.panel-default .remove-onetomany-item.btn-clear i, .accordion.widget-1 .panel.panel-default .remove-onetomany-item.btn-clear span {
  color: #414042;
}
.accordion.widget-1 .panel.panel-default .remove-onetomany-item.btn-clear i.clear {
  font-weight: bold;
}
.accordion.widget-1 .panel.panel-default .panel-collapse.collapse.in, .accordion.widget-1 .panel.panel-default .panel-collapse.collapsing {
  background: #F3F8F9;
}
.accordion.widget-1 .panel .panel-body {
  padding: 18px 20px;
}
.accordion.widget-1 .panel .panel-body .modal-header, .accordion.widget-1 .panel .panel-body .modal-body, .accordion.widget-1 .panel .panel-body .modal-footer {
  padding: 0;
  border: none;
}
.accordion.widget-1 .panel .panel-body .modal-footer .btn + .btn {
  margin-left: 20px;
}
.accordion.widget-1 .panel .panel-body .modal-title {
  margin-top: 0;
}
.accordion.widget-1 .panel .panel-body .modal .modal-dialog .modal-header, .accordion.widget-1 .panel .panel-body .modal .modal-dialog .modal-body, .accordion.widget-1 .panel .panel-body .modal .modal-dialog .modal-footer {
  padding-left: 40px;
  padding-right: 40px;
  border-bottom: none;
}
.accordion.widget-1 .panel .panel-body .modal .modal-dialog .modal-header {
  padding-top: 16px;
}
.accordion.widget-1 .panel .panel-body .modal .modal-dialog .modal-footer {
  padding-bottom: 16px;
}
.accordion.widget-1 .panel .panel-body .modal .modal-dialog .modal-title {
  margin: 24px 0 16px;
}
.accordion.widget-1 .doc-upload-container {
  margin: 0;
  background: #fff;
}
.accordion.widget-1 .conditional-data {
  padding: 0 20px;
  float: left;
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 8px;
  background: #EFEFEF;
  border: 1px solid #707070;
}
.accordion.widget-1 .conditional-data h4 a {
  font-size: 16px;
}

.widget-deliverables {
  background: #F3F8F9;
  border: 1px solid #006272;
  padding: 20px;
  position: relative;
}
.widget-deliverables .panel-group .panel {
  margin-left: 32px;
}
.widget-deliverables .panel-group .panel:first-child {
  margin-left: 0;
  margin-bottom: 16px;
}
.widget-deliverables > .btn {
  margin-left: 32px;
}
.widget-deliverables .accordion.widget-1 .panel.panel-default > .panel-heading a {
  padding-right: 100px;
  display: flex;
  align-items: flex-start;
}
.widget-deliverables .accordion.widget-1 .panel.panel-default > .panel-heading a.remove-onetomany-item {
  padding-right: 12px;
}
.widget-deliverables .accordion.widget-1 .panel.panel-default > .panel-heading a[aria-expanded=true] {
  background: #fff;
}
.widget-deliverables .accordion.widget-1 .panel.panel-default .panel-collapse.collapse.in,
.widget-deliverables .accordion.widget-1 .panel.panel-default .panel-collapse.collapsing {
  background: #fff;
}
.widget-deliverables + .widget-deliverables {
  margin-top: 16px;
}

.widget-kpi {
  background: #F3F8F9;
  border: 1px solid #006272;
  padding: 20px;
  position: relative;
  margin-bottom: 8px;
}
.widget-kpi .performance-aname {
  font-size: 18px;
  color: #006272;
}
.widget-kpi strong {
  font-weight: normal;
}
.widget-kpi .accordion.widget-1 .panel.panel-default > .panel-heading a {
  padding-right: 100px;
  display: flex;
  align-items: flex-start;
}
.widget-kpi .accordion.widget-1 .panel.panel-default > .panel-heading a.remove-onetomany-item {
  padding-right: 12px;
}
.widget-kpi .accordion.widget-1 .panel.panel-default > .panel-heading a[aria-expanded=true] {
  background: #fff;
}
.widget-kpi .accordion.widget-1 .panel.panel-default > .panel-heading a[aria-expanded=true] strong {
  font-weight: bold;
}
.widget-kpi .accordion.widget-1 .panel.panel-default .panel-collapse.collapse.in,
.widget-kpi .accordion.widget-1 .panel.panel-default .panel-collapse.collapsing {
  background: #fff;
}
.widget-kpi .cell.form-control-cell {
  padding: 0;
}

/* ==========================================================================
   Application landing page
   ========================================================================== */
.noty-panel-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(65, 64, 66, 0.4);
  z-index: -2;
  opacity: 0;
  transition: all ease-in 0.2s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.panel-notifications {
  width: 450px;
  height: 100vh;
  right: -450px;
  left: auto;
  position: absolute;
  background: #fff;
  box-shadow: -9px -10px 50px 0 rgba(65, 64, 66, 0.02);
  transition: all ease-in-out 0.3s;
}
.panel-notifications .title {
  font-weight: 500;
  border-bottom: 3px solid #97D700;
  padding: 12px 8px;
  display: flex;
  align-items: center;
  margin: 0;
}
.panel-notifications .title .btn-close {
  margin-right: 8px;
  margin-left: auto;
  font-size: 16px;
  text-decoration: none;
  color: #414042;
}
.panel-notifications .noty-container {
  height: calc(100% - 64px);
  overflow: auto;
  padding: 20px;
}
.panel-notifications .noty-container .mbie-noty {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 16px;
  font-size: 14px;
}
.panel-notifications .noty-container .mbie-noty a.noty-title {
  font-weight: 500;
  font-size: 16px;
}
.panel-notifications .noty-container .mbie-noty p {
  margin-bottom: 12px;
  font-size: 14px;
}
.panel-notifications .noty-container .mbie-noty:last-child {
  margin: 0;
}

.applications-wrapper {
  margin-top: 20px;
}
.applications-wrapper > .col-xs-8 {
  padding-right: 60px;
}
.applications-wrapper .title {
  font-weight: 500;
  border-bottom: 3px solid #97D700;
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.applications-wrapper .title .fab-ic {
  margin-left: 0;
}
.applications-wrapper .title .mbie-badge {
  margin: auto 0 0 auto;
  white-space: nowrap;
}
.applications-wrapper .title .mbie-badge.bg-transparent {
  color: #707070;
  padding-right: 0;
}
.applications-wrapper .app-item {
  background: #E5EFF0;
  padding: 20px;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  min-height: 88px;
}
.applications-wrapper .app-item h4 {
  margin: 0;
  float: left;
  width: calc(100% - 116px);
  font-weight: 500;
}
.applications-wrapper .app-item a {
  font-size: 14px;
}
.applications-wrapper .app-item a .fab-ic {
  margin-left: 0;
  margin-right: 4px;
  margin-top: -2px;
}
.applications-wrapper .app-item a + a {
  margin-left: 20px;
}
.applications-wrapper .app-item .btn {
  float: right;
  min-width: 115px;
  margin: 0;
  padding: 12px 16px;
}
.applications-wrapper .app-item:hover {
  border: 1px solid #006272;
  box-shadow: 0 10px 39px -5px rgba(0, 98, 114, 0.15);
}
.applications-wrapper .mbie-noty {
  margin-top: 16px;
  border-bottom: 1px solid #E8E8E8;
}
.applications-wrapper .mbie-noty .noty-title {
  font-weight: 500;
  margin-bottom: 4px;
}
.applications-wrapper .mbie-noty p {
  font-size: 14px;
  margin-bottom: 8px;
}
.applications-wrapper .mbie-noty .noty-time {
  margin-bottom: 10px;
}
.applications-wrapper .view-all {
  padding: 16px 0;
}
.applications-wrapper.review h5 {
  margin-top: 0;
  padding-top: 0;
}
.applications-wrapper.review .app-item {
  margin-bottom: 8px;
  background: #f9f9f9;
  border-color: #E2E2E2;
  display: flex;
  align-items: flex-start;
}
.applications-wrapper.review .app-item .error {
  margin-bottom: 0;
}
.applications-wrapper.review .app-item .rv-content {
  flex: auto;
}
.applications-wrapper.review .app-item .rv-content h5 {
  margin: 0 0 4px 0;
  padding: 0;
  border: none;
}
.applications-wrapper.review .app-item .rv-content p {
  margin: 0;
}
.applications-wrapper.review .app-item .fab-ic {
  margin-left: 0;
  color: #ababab;
  line-height: 30px;
  font-size: 31px;
}
.applications-wrapper.review .app-item.inprogress .fab-ic, .applications-wrapper.review .app-item.inprogress p {
  color: #00719d;
}
.applications-wrapper.review .app-item.completed .fab-ic {
  color: #227236;
  font-size: 30px;
}
.applications-wrapper.review .app-item.completed p {
  color: #227236;
}

_::-webkit-full-page-media, _:future, :root .app-nav-header {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 767px) {
  dl, ol, ul {
    margin-top: 0;
    padding-left: 28px;
    margin-bottom: 16px;
  }
}
/* ==========================================================================
   Base Fonts Typography
   ========================================================================== */
h1 + h2,
h1 + .h2,
h1 + h3,
h1 + h4,
h1 + h5 {
  margin-top: 36px;
}

.h2 + h3,
.h2 + h4,
.h2 + h5,
h2 + h3,
h2 + h4,
h2 + h5,
h3 + h3,
h3 + h4,
h3 + h5,
h4 + h4,
h4 + h5,
p + .h2,
p + h2,
p + h3,
p + h4,
p + h5,
ul + .h2,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ol + .h2,
ol + h2,
ol + h3,
ol + h4,
ol + h5 {
  margin-top: 32px;
}

ul + p.lead,
ol + p.lead {
  margin-top: 24px;
}

h3 .help-text {
  font-size: 18px;
  font-weight: normal;
}
h3 .help-text.red {
  color: #FF6900;
}

fieldset legend {
  border: none;
}

h1,
h2, .h2, legend.h2, .tab-column > div:first-child fieldset legend.section-title {
  font-family: "Gustan Book";
  color: #414042;
  margin: 16px 0;
  line-height: 1.43;
  font-weight: bold;
}

h3, fieldset legend, .modal-title, .accordion.hub .panel.panel-default .panel-heading h3.panel-title, .manage-access-container label.field-label, .heading3,
h4,
h5,
h6 {
  font-family: "Fira Sans", Helvetica, Arial, Sans-serif;
  color: #414042;
  margin: 16px 0;
  line-height: 1.43;
  font-weight: 500;
}

h1 {
  font-size: 25.62890625px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  h1 {
    font-size: calc( 25.62890625px + 13.43359375 * ( ( 100vw - 768px) / 432 ) );
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 39.0625px;
  }
}

h2, .h2, legend.h2, .tab-column > div:first-child fieldset legend.section-title {
  font-size: 22.78125px;
  border: none;
}
@media (min-width: 768px) and (max-width: 1200px) {
  h2, .h2, legend.h2, .tab-column > div:first-child fieldset legend.section-title {
    font-size: calc( 22.78125px + 8.46875 * ( ( 100vw - 768px) / 432 ) );
  }
}
@media (min-width: 1200px) {
  h2, .h2, legend.h2, .tab-column > div:first-child fieldset legend.section-title {
    font-size: 31.25px;
  }
}

h3, p.lead, fieldset legend, .modal-title, .accordion.hub .panel.panel-default .panel-heading h3.panel-title, .manage-access-container label.field-label, .heading3 {
  font-size: 20.25px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  h3, p.lead, fieldset legend, .modal-title, .accordion.hub .panel.panel-default .panel-heading h3.panel-title, .manage-access-container label.field-label, .heading3 {
    font-size: calc( 20.25px + 4.75 * ( ( 100vw - 768px) / 432 ) );
  }
}
@media (min-width: 1200px) {
  h3, p.lead, fieldset legend, .modal-title, .accordion.hub .panel.panel-default .panel-heading h3.panel-title, .manage-access-container label.field-label, .heading3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  h4 {
    font-size: calc( 18px + 2 * ( ( 100vw - 768px) / 432 ) );
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 16px;
  font-size: 18px !important;
}
@media (min-width: 768px) and (max-width: 1200px) {
  h5 {
    font-size: calc( 16px + 0 * ( ( 100vw - 768px) / 432 ) );
  }
}
@media (min-width: 1200px) {
  h5 {
    font-size: 16px;
  }
}

p {
  font-size: 16px;
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 1200px) {
  p {
    font-size: calc( 16px + 0 * ( ( 100vw - 768px) / 432 ) );
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}

p.lead {
  margin: 8px 0 16px;
  font-family: "Gustan";
  font-weight: 300;
}
p.lead .code-tag {
  display: inline-block;
}
p.lead .code-tag .fab-ic {
  line-height: 20px;
  margin: 0;
  font-size: 20px;
  margin-top: 4px;
}
@media (min-width: 992px) {
  p.lead .code-tag .fab-ic {
    margin-top: 8px;
  }
}

@media (min-width: 768px) {
  h1 + .h2 h1 + h2,
  h1 + h3,
  h1 + h4,
  h1 + h5 {
    margin-top: 56px;
  }
  h2 + h3,
  h2 + h4,
  h2 + h5,
  h3 + h3,
  h3 + h4,
  h3 + h5,
  ul + p.lead,
  ol + p.lead {
    margin-top: 32px;
  }
  h4 + h4,
  h4 + h5 {
    margin-top: 48px;
  }
  p + .h2,
  p + h2,
  p + h3,
  p + h4,
  p + h5,
  ul + .h2,
  ul + h2,
  ul + h3,
  ul + h4,
  ul + h5,
  ol + .h2,
  ol + h2,
  ol + h3,
  ol + h4,
  ol + h5 {
    margin-top: 40px;
  }
  h1,
  h2, .h2, legend.h2,
  .tab-column > div:first-child fieldset legend.section-title h3,
  fieldset legend, .modal-title, .heading3,
  h4,
  h5,
  h6 {
    margin: 24px 0 16px;
  }
  h1 {
    font-size: 25.62890625px;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  h1 {
    font-size: calc( 25.62890625px + 13.43359375 * ( ( 100vw - 768px) / 432 ) );
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  h1 {
    font-size: 39.0625px;
  }
}
@media (min-width: 768px) {
  h2, .h2, legend.h2, .tab-column > div:first-child fieldset legend.section-title {
    font-size: 22.78125px;
    border: none;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  h2, .h2, legend.h2, .tab-column > div:first-child fieldset legend.section-title {
    font-size: calc( 22.78125px + 8.46875 * ( ( 100vw - 768px) / 432 ) );
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  h2, .h2, legend.h2, .tab-column > div:first-child fieldset legend.section-title {
    font-size: 31.25px;
  }
}
@media (min-width: 768px) {
  h3, p.lead, fieldset legend, .modal-title, .accordion.hub .panel.panel-default .panel-heading h3.panel-title, .heading3 {
    font-size: 20.25px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  h3, p.lead, fieldset legend, .modal-title, .accordion.hub .panel.panel-default .panel-heading h3.panel-title, .heading3 {
    font-size: calc( 20.25px + 4.75 * ( ( 100vw - 768px) / 432 ) );
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  h3, p.lead, fieldset legend, .modal-title, .accordion.hub .panel.panel-default .panel-heading h3.panel-title, .heading3 {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  h4 {
    font-size: calc( 18px + 2 * ( ( 100vw - 768px) / 432 ) );
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  h5 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  h5 {
    font-size: calc( 16px + 0 * ( ( 100vw - 768px) / 432 ) );
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  h5 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  p {
    font-size: 16px;
    font-weight: normal;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  p {
    font-size: calc( 16px + 0 * ( ( 100vw - 768px) / 432 ) );
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  p.lead {
    margin: 16px 0;
  }
}
legend h2 {
  margin: 0;
}

/* ==========================================================================
Overrides
========================================================================== */
/* Bootstrap override
========================================================================== */
#skippy {
  background: #414042;
  color: #fff;
  height: auto;
  width: 100%;
}
#skippy .container {
  text-align: center;
  padding: 16px;
}
#skippy .container span {
  padding: 6px 12px;
  border: 1px dotted #fff;
}

.container .container {
  padding: 0;
  width: 100%;
  min-width: auto;
  clear: both;
}
.container .container.container-default {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container .container.container-default {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container .container.container-default {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container .container.container-default {
    width: 1170px;
  }
}
.container.form-builder {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  min-width: auto;
}

.nav-tabs {
  margin-bottom: 12px;
  margin-top: 32px;
  border: none;
}
.nav-tabs::before {
  height: 48px;
  border-bottom: 1px solid #d9d9d9;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (min-width: 480px) {
  .nav-tabs::before {
    height: 51px;
  }
}
@media (min-width: 768px) {
  .nav-tabs::before {
    height: 52px;
  }
}
.nav-tabs > li > a {
  color: #414042;
  margin-right: 4px;
  padding: 14px 20px 9px;
  background: #EFEFEF;
  text-decoration: none;
  min-width: 120px;
  text-align: center;
  border-radius: 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:visited {
  color: #006272;
}
@media (max-width: 320px) {
  .nav-tabs > li > a {
    min-width: auto;
  }
}
@media (min-width: 768px) {
  .nav-tabs > li > a {
    padding: 14px 34px 10px 34px;
  }
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #006272;
  font-weight: 500;
  border: 1px solid #d9d9d9;
  border-top: 4px solid #006272;
  padding: 11px 20px 11px;
  border-bottom-color: transparent;
}
@media (min-width: 768px) {
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    padding: 11px 34px 11px;
  }
}

.navbar-toggle {
  border: none;
  margin-right: 0;
  margin-left: -12px;
  margin-bottom: 0;
  border-radius: 0;
  float: left;
  background-color: #fff;
}
.navbar-toggle:hover {
  background-color: transparent;
}
.navbar-toggle:focus {
  box-shadow: 0 0 0px 3px #000;
  outline: 1px solid;
}
.navbar-toggle .sr-only {
  position: absolute;
  left: 20px;
  top: 9px;
  width: 80px;
  height: auto;
  line-height: normal;
  display: inline-block;
  text-indent: inherit;
  color: #414042;
  font-size: 14px;
  clip: auto;
}
.navbar-toggle .icon-bar {
  transition: opacity, top, -webkit-transform;
  transition: opacity, top, transform;
  transition: opacity, top, transform, -webkit-transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
  transition-delay: 0, 200ms, 0;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out;
  background: #414042;
  border: none;
}
.navbar-toggle:not(.collapsed) .icon-bar {
  transition-delay: 0, 0, 200ms;
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  opacity: 0;
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
  top: -6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar {
  min-height: auto;
  margin-bottom: 0;
}
.navbar.navbar-default {
  background-color: transparent;
  border: none;
  margin: auto;
}
.navbar.navbar-default .dropdown .fa-chevron-down {
  font-size: 14px;
  margin-left: 8px;
  float: right;
  line-height: 19px;
  will-change: transform;
  transform-style: preserve-3d;
  transform: rotate3d(0, 0, 0, 0);
  transition: 0.25s ease all;
}
.navbar.navbar-default .dropdown.open .fa-chevron-down {
  transform: rotate3d(0, 0, 1, -180deg);
}
.navbar.navbar-default .dropdown.open .dropdown-menu {
  max-height: 200px;
  opacity: 1;
}
.navbar.navbar-default .dropdown .dropdown-menu {
  background: #d9d9d9;
  min-width: 200px;
  padding: 0 15px;
  margin-top: -1px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  right: 0;
  left: auto;
}
.navbar.navbar-default .dropdown .dropdown-menu .divider {
  margin: 0;
  background-color: #c7c7c7;
}
.navbar.navbar-default .dropdown .dropdown-menu li {
  margin: 0;
}
.navbar.navbar-default .dropdown .dropdown-menu a {
  text-decoration: none;
  padding: 18px 12px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.navbar.navbar-default .dropdown .dropdown-menu a:hover {
  background: #fff;
  color: #414042;
}
.navbar.navbar-default .dropdown .dropdown-menu a:visited {
  color: #414042;
}
.navbar.navbar-default .dropdown .dropdown-menu a:focus {
  box-shadow: 0 0 0 3px #000;
  outline: 1px solid;
}
.navbar.navbar-default .dropdown-toggle:focus {
  border: none !important;
  border: 0;
  border-bottom-right-radius: 0;
}
.navbar.navbar-default .navbar-nav {
  margin: 0;
}
@media (max-width: 767px) {
  .navbar.navbar-default .container-fluid {
    padding: 0;
  }
}

.nav > li {
  margin-top: 3px;
  margin-bottom: 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #fff;
  color: #414042;
  border: none !important;
}

.navbar-default .navbar-nav > li > a {
  color: #414042;
  border: none;
  border-radius: 0;
  background: transparent;
  text-decoration: none;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 0;
  font-family: "Gustan Book";
}
.navbar-default .navbar-nav > li > a i {
  margin: 0 0 0 8px;
}
.navbar-default .navbar-nav > li > a:hover {
  background: #fff;
  border: none;
  color: #414042;
  box-shadow: inset 0px 0px 0px 1px #fff;
}
.navbar-default .navbar-nav > li > a:hover i {
  color: #414042;
}
.navbar-default .navbar-nav > li > a:focus {
  box-shadow: 0 0 0 3px #000;
  outline: 1px solid;
}

.container > .navbar-header {
  margin-right: 0;
  margin-left: 0;
}

.navbar-default .navbar-nav > li.login-link a {
  color: #fff;
  display: flex;
  align-items: center;
  padding-right: 8px;
  box-shadow: inset 0px 0px 0px 1px #fff;
}
.navbar-default .navbar-nav > li.login-link a:hover {
  color: #414042;
  background: #fff;
}
.navbar-default .navbar-nav > li.login-link a:focus {
  box-shadow: inset 0px 0px 0px 1px #fff, 0 0 0 3px #000;
}

.mobile-login {
  display: inline-block;
  float: right;
}

.navbar-default .navbar-nav > li.login-link img {
  width: 32px;
  height: 32px;
  background: #fff;
  padding: 4px;
  margin-left: 12px;
  border-radius: 0;
  float: right;
}

.nav > li.user-name {
  display: none;
}

@media (min-width: 1440px) {
  .container {
    width: 1280px;
  }
}
@media (min-width: 1200px) {
  .navbar-toggle {
    display: inherit;
  }
  .navbar-header {
    float: none;
  }
}
@media (min-width: 768px) {
  .mobile-login {
    display: none;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 8px;
    transition: all 0.3s ease-in-out;
  }
  .navbar-nav > li > a:hover {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navbar-header {
    float: left;
  }
  .navbar-header a.brand-logo {
    padding: 24px 0 24px 0;
    text-decoration: none;
  }
  .navbar-right {
    float: right;
  }
  .navbar-right .menu-bar {
    float: right;
  }
  .navbar-nav > li {
    float: left;
    margin: 0;
  }
  .navbar-collapse.collapse {
    display: block;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible;
    visibility: visible;
    width: auto;
    box-shadow: none;
  }
  .navbar-default .navbar-nav > li > a {
    color: #414042;
    padding: 18px 0;
    margin: 0 40px 0 0;
    line-height: 1.5;
    position: relative;
    border-radius: 0;
  }
  .navbar-default .navbar-nav > li > a::before {
    height: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    content: "";
    background: #006272;
  }
  .navbar-default .navbar-nav > li > a:hover::before {
    height: 4px;
    transition: all 0.1s ease-in-out;
  }
  .navbar-default .navbar-nav > li > a.dropdown-toggle {
    box-shadow: inset 0px 0px 0px 1px #fff;
    min-width: 140px;
  }
  .navbar-default .navbar-nav > li > a.dropdown-toggle:focus {
    box-shadow: inset 0px 0px 0px 1px #fff, 0 0 0 3px #000;
  }
  .navbar-default .mobile-login a {
    box-shadow: inset 0px 0px 0px 1px #fff;
  }
  .nav > li.user-name {
    display: block;
  }
  .user-actions {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    width: auto;
    border: 1px solid #ccc;
    margin-top: 0;
    background-color: #d9d9d9;
  }
  .navbar-default .navbar-nav .open .dropdown-menu .divider {
    background-color: #c7c7c7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #414042;
    background-color: #fff;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 12px 12px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #414042;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    background: #d9d9d9;
    overflow: hidden;
    padding: 0;
  }
  .navbar-default .navbar-form {
    background: #d9d9d9;
  }
  .navbar-nav .open .dropdown-menu {
    position: relative;
    width: 100%;
    border-width: 1px 0 1px 0;
  }
}
@media (max-width: 480px) {
  .navbar-default .navbar-toggle {
    margin-top: 0;
  }
  .nav > li {
    margin-top: 0px;
  }
  .navbar-default .navbar-nav > li.login-link {
    margin: 0;
  }
  .navbar-default .navbar-nav > li.login-link a {
    padding: 5px 5px 5px 8px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 0;
  }
  .navbar-default .navbar-nav > li.login-link a i {
    margin: 0;
  }
  .navbar-default .navbar-nav > li.login-link img {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 0;
    float: right;
  }
  .mobile-login {
    margin-top: 1px;
  }
  .navbar-default .navbar-toggle {
    margin-top: 0;
  }
  .nav > li {
    margin-top: 0px;
  }
  .navbar-default .navbar-nav > li.login-link {
    margin: 0;
  }
  .navbar-default .navbar-nav > li.login-link a {
    padding: 5px 5px 5px 8px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 0;
  }
  .navbar-default .navbar-nav > li.login-link a i {
    margin: 0;
  }
  .navbar-default .navbar-nav > li.login-link img {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 0;
    float: right;
  }
  .mobile-login {
    margin-top: 1px;
  }
  .modal .modal-dialog .modal-content .modal-footer .btn {
    min-width: inherit;
  }
}
.modal .modal-dialog {
  margin: 20px auto 30px auto;
  height: auto;
}
.modal .modal-dialog .modal-content {
  border: 1px solid #414042;
  border-radius: 0;
  height: auto;
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 16px 40px 0 40px;
  border-bottom: none;
  position: relative;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0px 40px 0 40px;
}
.modal .modal-dialog .modal-content .modal-footer {
  padding: 0 40px 16px 40px;
  border-top: none;
  display: flex;
  margin-top: 40px;
}
.modal .modal-dialog .modal-content .modal-footer button.close {
  width: 24px;
  height: 24PX;
  font-weight: normal;
  color: #414042;
  overflow: hidden;
  /*test commits and push changes*/
  opacity: 1;
  position: absolute !important;
  right: 16px !important;
  top: 20px !important;
}
.modal .modal-dialog .modal-content .modal-footer button.close span {
  line-height: 22px;
  font-size: 40px;
  display: inline-block;
}
.modal .modal-dialog .modal-content .modal-footer button.close span.fab-ic {
  font-size: 16px;
}
.modal .modal-dialog .modal-content .modal-footer button.close:hover span {
  text-decoration: none;
}
.modal .modal-dialog .modal-content .modal-footer .btn {
  float: left;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.modal .modal-dialog .modal-content .modal-footer .btn + .btn {
  margin-left: 20px;
}
.modal.session-expire .modal-header {
  padding: 8px 40px;
}
.modal.session-expire .modal-header h4 {
  margin: 24px 0 16px;
}
.modal.session-expire .modal-footer {
  padding: 8px 40px;
}
.modal.onboarding-modal .modal-dialog .modal-content .modal-header h3 {
  width: calc(100% - 40px);
}
.modal.onboarding-modal .tour-step {
  position: absolute;
  right: 40px;
  top: 36px;
  font-size: 16px;
  color: #414042;
}
.modal.onboarding-modal .tour-step i {
  margin: 0;
}
.modal.onboarding-modal .modal-footer {
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap-reverse;
}
.modal.onboarding-modal .modal-footer span {
  flex: 1;
  white-space: nowrap;
  text-align: left;
  padding: 12px 0;
}
.modal.onboarding-modal .modal-footer button i {
  font-size: 14px;
}
.modal.onboarding-modal .modal-footer button .fa-chevron-left {
  margin-left: 0;
}
.modal.onboarding-modal .modal-footer button .fa-chevron-right {
  margin-right: 0;
}
.modal.onboarding-modal .media-container {
  width: 100%;
  min-height: 300px;
  background: #414042;
  display: flex;
  margin: 0 0 16px 0;
}
.modal.onboarding-modal .media-container .btn-play {
  cursor: pointer;
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 0;
  font-size: 24px;
  text-indent: 5px;
  color: #007CAD;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4), 0 0 0px 12px rgba(255, 255, 255, 0.19);
}
.modal.onboarding-modal .media-container .btn-play:hover {
  width: 65px;
  height: 65px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 5px 50px rgba(255, 255, 255, 0);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #414042;
  background: #fff;
}

@media (max-width: 767px) {
  .modal {
    padding-right: 0 !important;
  }
  .modal .modal-dialog {
    width: 90%;
  }
  .navbar-default .navbar-nav > li > a {
    box-shadow: inset 0px -1px 0px 0px rgba(65, 64, 66, 0.2);
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 0;
    display: block;
  }
  .navbar-default .navbar-nav > li > a.realme-logo {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (max-width: 640px) {
  .modal.onboarding-modal .modal-dialog .modal-content .modal-footer button {
    min-width: auto;
  }
  .modal.onboarding-modal .modal-dialog .modal-content .modal-footer button:only-of-type {
    min-width: 100px;
  }
}
@media (max-width: 380px) {
  .modal.onboarding-modal .modal-dialog .modal-content .modal-footer span {
    text-align: center;
  }
  .modal.onboarding-modal .modal-dialog .modal-content .modal-footer div {
    width: 100%;
  }
  .modal.onboarding-modal .modal-dialog .modal-content .modal-footer div button {
    width: calc(50% - 10px);
    min-width: 80px;
  }
  .modal.onboarding-modal .modal-dialog .modal-content .modal-footer div button:only-of-type {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .modal {
    padding: 0 !important;
  }
  .modal .modal-dialog {
    border-radius: 0;
    margin: 0;
    width: 100%;
    height: 100%;
  }
  .modal .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
    height: 100%;
  }
  .modal .modal-dialog .modal-content .modal-header {
    padding: 24px 24px 0 24px;
    border-bottom: none;
  }
  .modal .modal-dialog .modal-content .modal-body {
    padding: 0px 24px;
  }
  .modal .modal-dialog .modal-content .modal-footer {
    padding: 0px 24px;
    display: inherit;
  }
  .modal .modal-dialog .modal-content .modal-footer button.close {
    margin: -6px -8px 0 0;
  }
  .modal .modal-dialog .modal-content .modal-footer .btn {
    width: calc(50% - 10px);
    margin-top: 12px;
  }
  .modal .modal-dialog .modal-content .modal-footer .btn + .btn {
    margin-left: 20px;
  }
  .modal.onboarding-modal .tour-step {
    right: 20px;
  }
  .modal.onboarding-modal .modal-dialog .modal-content .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap-reverse;
  }
  .modal.onboarding-modal .modal-dialog .modal-content .modal-footer span {
    flex: 1;
    white-space: nowrap;
    padding: 12px 0;
  }
}
@media (max-width: 320px) {
  .modal .modal-dialog .modal-content .modal-footer .btn {
    width: 100%;
  }
  .modal .modal-dialog .modal-content .modal-footer .btn + .btn {
    margin-left: 0px;
    margin-top: 0;
  }
  .modal.onboarding-modal .modal-dialog .modal-content .modal-footer .btn + .btn {
    margin-left: 20px;
    margin-top: 12px;
  }
}
.main-widgets {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
.main-widgets .card {
  flex: 1;
}
.main-widgets .card p.lead {
  margin: 0 0 16px 0;
  font-weight: 500;
}
.main-widgets .card.basic-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card {
  padding: 0px ​16px;
  border: 1px solid #707070;
}
@media (min-width: 768px) {
  .card {
    padding: 8px 30px;
  }
}
@media (max-width: 480px) {
  .card {
    padding: 8px 20px;
  }
}
.card.basic-card {
  margin: 48px 0 24px 0;
  padding: 16px 20px;
}
.card.basic-card h3 {
  margin: 0 0 4px 0;
  padding: 0;
}
.fade-enter-active,
.fade-leave-active {
  transition: all 1s;
  transition-timing: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.tooltip.in {
  opacity: 1;
}
.tooltip .tooltip-inner {
  max-width: 200px;
  padding: 8px 12px;
  background-color: #414042;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #414042;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #414042;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #414042;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #414042;
}

/* Hack UI Fixes
========================================================================== */
.crmEntityFormView table.section.cbg-customized,
.cbg-customized {
  overflow: visible;
}

.text-normal {
  font-weight: normal !important;
}

.media-container .ytp-large-play-button {
  width: 60px;
  height: 60px;
  border-radius: 0;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4), 0 0 0px 12px rgba(255, 255, 255, 0.19);
  background: #fff;
}
.media-container .ytp-large-play-button path.ytp-large-play-button-bg {
  fill: transparent !important;
}
.media-container .ytp-large-play-button path {
  fill: #007CAD;
}

/* Inline disabled */
.disabled[data-v-ec3bfe22] {
  background-color: #E8E8E8;
}

/* OOB Controls
========================================================================== */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  padding: 0;
  border: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  padding: 0;
  border: none;
}

.filter-vertical {
  margin-top: 272px;
}
.filter-vertical .panel-body {
  padding: 15px 20px;
  background: #f9f9f9;
}
.filter-vertical .panel-body .btn {
  padding: 12px 20px;
  margin: 0;
  min-width: auto;
}
.filter-vertical .panel-body .entitylist-filter-option-group .h4 {
  font-weight: 600;
  margin-bottom: 16px;
}
.filter-vertical .panel-body .entitylist-filter-option {
  /*style and hide original checkbox*/
  /*position new box*/
  /*position new box*/
  /*reveal check for 'on' state*/
  /*focus styles*/
  /*disabled styles*/
}
.filter-vertical .panel-body .entitylist-filter-option .radio {
  margin-top: 12px;
  margin-bottom: 16px;
}
.filter-vertical .panel-body .entitylist-filter-option .checkbox input[type=checkbox],
.filter-vertical .panel-body .entitylist-filter-option .radio input[type=radio] {
  height: 24px;
  left: 3px;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 24px;
  margin: 0;
}
.filter-vertical .panel-body .entitylist-filter-option .radio label {
  padding-left: 36px;
  font-size: 16px;
  margin-top: 0;
}
.filter-vertical .panel-body .entitylist-filter-option .radio label span.label-text {
  font-weight: normal;
  margin: 0;
}
.filter-vertical .panel-body .entitylist-filter-option .radio input[type=radio]::before {
  border: 1px solid #414042;
  background: #fff;
  border-radius: 0;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.filter-vertical .panel-body .entitylist-filter-option .radio.invalid input[type=radio]::before {
  border: 1px solid #A30000;
}
.filter-vertical .panel-body .entitylist-filter-option .radio input[type=radio]::before {
  border-radius: 20px;
}
.filter-vertical .panel-body .entitylist-filter-option .radio input[type=radio]::after {
  opacity: 0;
  content: "\ef80";
  font: normal normal normal 14px/1 "Fabric MDL2 Assets";
  font-weight: normal;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 24px;
  transition: opacity 0.2s ease-in-out;
}
.filter-vertical .panel-body .entitylist-filter-option .radio input[type=radio]::after {
  content: "\f137";
  font-size: 10px;
  line-height: 24px;
  top: 0;
}
.filter-vertical .panel-body .entitylist-filter-option .radio input[type=radio]:checked::before {
  border-color: #00719d;
  background-color: #007CAD;
}
.filter-vertical .panel-body .entitylist-filter-option .radio input[type=radio]:checked::after {
  opacity: 1;
  color: #fff;
}
.filter-vertical .panel-body .entitylist-filter-option .radio input[type=radio]:focus::before {
  box-shadow: 0 0 0px 3px #000;
  outline: 1px solid;
}
.filter-vertical .panel-body .entitylist-filter-option .radio input[type=radio]:disabled::before {
  border: 1px solid #666666;
  background: #E8E8E8;
  cursor: not-allowed;
}
.filter-vertical .panel-body .entitylist-filter-option .radio input[type=radio]:checked:disabled::before {
  border-color: #666666;
  background-color: #E8E8E8;
  color: #000;
  cursor: not-allowed;
}
.filter-vertical .panel-body .entitylist-filter-option-group-box-overflow {
  max-height: inherit;
}

.repeater {
  margin: 0;
  padding: 20px 24px !important;
}
.repeater .remove-wrapper .btn-danger.repeater-btn {
  margin: 0 -16px 0 0;
  padding: 12px 16px 12px 16px;
  background: transparent;
  color: #A30000;
  border: none;
  text-align: right;
  display: inline-block;
  min-width: auto;
  width: auto;
  font-weight: 400;
  text-decoration: underline;
}
.repeater .remove-wrapper .btn-danger.repeater-btn .glyphicon-remove-circle {
  font-family: "Fabric MDL2 Assets" !important;
  margin-left: 4px;
}
.repeater .remove-wrapper .btn-danger.repeater-btn .glyphicon-remove-circle:before {
  font-size: 14px;
  content: "\e8bb" !important;
  color: #A30000;
}
.repeater + .repeater {
  border-top: 0 !important;
}

.repeater[data-v-7fee6da0] {
  margin: 0 !important;
}

thead.thead-light[data-v-764f25d7] {
  background: #fff !important;
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}

.flex-center[data-v-764f25d7], .repeater-btn[data-v-764f25d7] {
  display: table-cell !important;
  align-items: center;
}

.flex-center[data-v-764f25d7] {
  padding: 16px 12px !important;
}

.zero-padding[data-v-764f25d7] {
  padding: 16px 12px !important;
}

.table-bordered > thead > tr > th div p {
  margin: 0 !important;
}

.remove-row-btn {
  background: transparent !important;
  border: none !important;
}
.remove-row-btn .glyphicon-remove {
  font-family: "Fabric MDL2 Assets" !important;
}
.remove-row-btn .glyphicon-remove:before {
  font-size: 16px;
  content: "\e8bb" !important;
  color: #A30000;
}
.remove-row-btn:hover {
  background: #EFEFEF !important;
}

/* CRM override
========================================================================== */
.crmEntityFormView .cell.crmquickform-cell:first-child {
  border-right: none;
}

.custom-tabs-container {
  margin-top: 16px;
}
.custom-tabs-container .view-toolbar.grid-actions {
  padding-bottom: 0;
}
.custom-tabs-container .view-toolbar.grid-actions::before {
  height: 52px;
  border-bottom: 1px solid #d9d9d9;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  z-index: 0;
}
.custom-tabs-container .view-toolbar.grid-actions .view-select.nav.nav-pills.pull-left {
  width: 100%;
  margin: 0 0 40px 0;
}
.custom-tabs-container .view-toolbar.grid-actions .view-select.nav.nav-pills.pull-left li {
  margin: 0;
  border: none;
}
.custom-tabs-container .view-toolbar.grid-actions .view-select.nav.nav-pills.pull-left li a.selected-view.dropdown-toggle {
  display: none;
}
.custom-tabs-container .view-toolbar.grid-actions .view-select.nav.nav-pills.pull-left li .dropdown-menu {
  display: flex;
  align-items: baseline;
  position: relative;
  box-shadow: none;
  padding: 0;
  border: none;
}
.custom-tabs-container .view-toolbar.grid-actions .view-select.nav.nav-pills.pull-left li .dropdown-menu li {
  margin: 0 0 -1px 0;
}
.custom-tabs-container .view-toolbar.grid-actions .view-select.nav.nav-pills.pull-left li .dropdown-menu li.active {
  margin: 0 0 -1px 0;
}
.custom-tabs-container .view-toolbar.grid-actions .view-select.nav.nav-pills.pull-left li .dropdown-menu li.active a {
  color: #006272;
  text-decoration: none;
  outline: 0;
  background-color: #fff;
  font-weight: 500;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-top: 3px solid #006272;
}
.custom-tabs-container .view-toolbar.grid-actions .view-select.nav.nav-pills.pull-left li .dropdown-menu li a {
  display: block;
  padding: 13px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  min-width: 140px;
  text-align: center;
  white-space: nowrap;
  background: #E8E8E8;
  text-decoration: none;
  margin-right: 8px;
  margin-left: 0;
}

table td .dropdown.action {
  float: right;
}
table td .dropdown.action .btn-default.btn-xs {
  min-width: auto;
  padding: 8px 10px 4px 13px;
}
table td .dropdown.action .dropdown-menu {
  padding: 0;
  margin: 0;
}
table td .dropdown.action .dropdown-menu li {
  margin: 0;
}
table td .dropdown.action .dropdown-menu li a {
  padding: 12px 20px;
  margin: 0;
}
table td .dropdown.action.open .fa-chevron-circle-down::before {
  content: "\e113";
}

.manage-access-container {
  margin-top: 40px;
}
.manage-access-container .view-empty.message {
  margin: 0;
}
.manage-access-container .view-empty.message .alert {
  display: block;
  padding: 20px 16px 20px 46px;
  margin-top: 0;
  position: relative;
}
.manage-access-container .view-empty.message .alert::before {
  position: absolute;
  content: "\e55a";
  font-family: "Fabric MDL2 Assets";
  font-size: 24px;
  line-height: 24px;
  color: #007CAD;
  left: 12px;
  top: 18px;
}
.manage-access-container .view-empty.message .alert.alert-warning {
  border-left-color: #007CAD;
}
.manage-access-container .grid-actions a.btn.action {
  margin-top: -58px;
}
.manage-access-container .modal .crmEntityFormView .tab {
  margin-bottom: 0px;
}
.manage-access-container .modal .form-close {
  position: absolute;
  top: 24px !important;
  right: 24px !important;
  width: 24px;
}
.manage-access-container .modal .form-close span:first-child {
  color: #fff;
  font-size: 0;
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.manage-access-container .modal .form-close span:first-child::before {
  font-family: "Fabric MDL2 Assets";
  font-size: 14px;
  content: "\e8bb";
  line-height: 24px;
  color: #414042;
}
.manage-access-container .modal .lookup {
  background: yellowgreen !important;
}
.manage-access-container .modal fieldset td.cell {
  padding-left: 0 !important;
}
.manage-access-container .modal fieldset .lookup {
  padding-left: 0;
}
.manage-access-container .modal fieldset .lookup .control .form-control.lookup {
  border-right-width: 0;
}
.manage-access-container .modal fieldset .lookup .control.select-wrapper .form-control.lookup {
  border-right-width: 1px;
}
.manage-access-container .modal fieldset .lookup .control .btn {
  min-width: auto !important;
  margin: 0;
  padding: 11px 14px 11px 14px;
}

.entity-grid .view-grid > table > tbody > tr.info > td > a {
  color: #075787;
}
.entity-grid .view-grid > table > tbody > tr.info > td > a:hover {
  color: #007CAD;
}

.modal-footer .remove-value {
  display: none !important;
}

#content-container.container {
  padding: 0;
  min-width: auto;
  width: 100%;
}
#content-container.container .crmEntityFormView .tab {
  margin-bottom: 0;
}

.modal-lookup .modal-lg.modal-dialog, .modal-form.modal-form-insert .modal-lg.modal-dialog {
  width: 95%;
}
.modal-lookup .modal-lg.modal-dialog .form-close, .modal-form.modal-form-insert .modal-lg.modal-dialog .form-close {
  position: absolute;
  top: 24px !important;
  right: 24px !important;
  width: 24px;
}
.modal-lookup .modal-lg.modal-dialog .form-close span:first-child, .modal-form.modal-form-insert .modal-lg.modal-dialog .form-close span:first-child {
  color: white;
  font-size: 0;
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.modal-lookup .modal-lg.modal-dialog .form-close span:first-child::before, .modal-form.modal-form-insert .modal-lg.modal-dialog .form-close span:first-child::before {
  font-family: "Fabric MDL2 Assets";
  font-size: 14px;
  content: "\e8bb";
  line-height: 24px;
  color: #414042;
}
.modal-lookup .pull-right.toolbar-actions, .modal-form.modal-form-insert .pull-right.toolbar-actions {
  float: left !important;
}
.modal-lookup .pull-right.toolbar-actions .entitylist-search, .modal-form.modal-form-insert .pull-right.toolbar-actions .entitylist-search {
  width: 300px;
}
.modal-lookup .pull-right.toolbar-actions .entitylist-search .form-control, .modal-form.modal-form-insert .pull-right.toolbar-actions .entitylist-search .form-control {
  border-right: 0 !important;
}
.modal-lookup .pull-right.toolbar-actions .entitylist-search .btn, .modal-form.modal-form-insert .pull-right.toolbar-actions .entitylist-search .btn {
  min-width: auto !important;
  margin: 0;
  padding: 15px 16px 15px 16px;
}
.modal-lookup .pull-right.toolbar-actions .launchentitylookup, .modal-form.modal-form-insert .pull-right.toolbar-actions .launchentitylookup {
  min-width: auto !important;
  margin: 0;
  padding: 11px 14px 11px 14px;
}

.lookup .lookup.form-control {
  border-right-width: 0;
}
.lookup .control.select-wrapper .form-control.lookup {
  border-right-width: 1px;
}
.lookup .launchentitylookup {
  min-width: auto !important;
  margin: 0;
  padding: 11px 14px 11px 14px;
}
.lookup .clearlookupfield {
  min-width: auto !important;
  margin: 0;
  padding: 11px 14px 6px 14px;
  border-left: 0;
}
.lookup .clearlookupfield .fa-times {
  color: white;
  font-size: 0;
  position: relative;
  width: 24px;
  height: 24px;
}
.lookup .clearlookupfield .fa-times::before {
  font-family: "Fabric MDL2 Assets";
  font-size: 14px;
  content: "\e8bb";
  color: #A30000;
}

.crmEntityFormView table.table td:first-child, .crmEntityFormView table.table td {
  padding: 16px 12px;
}

span[role=checkbox] {
  border: 1px solid #414042;
  width: 24px;
  display: block;
  height: 24px;
}
span[role=checkbox].fa-fw {
  color: #414042;
}
span[role=checkbox].fa-fw.fa-check {
  color: #fff;
  line-height: 21px;
  background: #007CAD;
  border-color: #075787;
}
span[role=checkbox].fa-fw.fa-check:before {
  content: "\ef80";
  font: normal normal normal 16px/1.4 "Fabric MDL2 Assets";
  margin-left: 1px;
}

.tab-column > div:first-child {
  margin-right: -15px;
  margin-left: -15px;
}

.crmEntityFormView .cell,
.cell.form-control-cell {
  padding: 0 15px 16px;
}

.crmEntityFormView .cell {
  margin-bottom: 0;
}

.crmEntityFormView .tab.one-many-section .tab-column {
  margin-bottom: 0;
}

.crmEntityFormView .actions {
  border-top: none;
  margin: 0;
  padding: 0;
}

.crmEntityFormView, .entitylist, .modal-content, .popover-content {
  background-color: #ffffff;
  color: #414042;
  border: none !important;
}

.crmEntityFormView .actions .btn:first-child {
  margin-right: 20px;
}

.tab-column > div:first-child fieldset legend {
  padding: 0 15px;
}

.view-toolbar.grid-actions {
  border: none;
  margin-top: 40px;
  margin-bottom: 0;
}
.view-toolbar.grid-actions a.btn.action {
  margin-top: 0;
}
.view-toolbar.grid-actions .view-select {
  padding: 0 15px 0 0;
  width: 180px;
}
.view-toolbar.grid-actions .view-select .dropdown {
  border: 1px solid #414042;
  width: 100%;
  margin: 0;
}
.view-toolbar.grid-actions .view-select .dropdown .dropdown-menu > .active > a,
.view-toolbar.grid-actions .view-select .dropdown .dropdown-menu > .active > a:hover,
.view-toolbar.grid-actions .view-select .dropdown .dropdown-menu > .active > a:focus {
  background-color: #007CAD;
}
.view-toolbar.grid-actions .view-select .dropdown .fab-ic {
  margin-left: 0;
}
.view-toolbar.grid-actions .view-select .dropdown .dropdown-toggle {
  padding: 12px;
  text-decoration: none;
  margin: 0;
}
.view-toolbar.grid-actions .view-select .dropdown .dropdown-toggle .caret {
  float: right;
  color: transparent;
  position: relative;
}
.view-toolbar.grid-actions .view-select .dropdown .dropdown-toggle .caret:after {
  content: "\e96e";
  color: #414042;
  position: absolute;
  font: normal normal normal 12px/1 "Fabric MDL2 Assets";
  top: 5px;
  width: 0;
  height: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.view-toolbar.grid-actions .view-select .dropdown .dropdown-toggle .caret:before {
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: 30px;
  content: "";
  position: absolute;
  background: #fff;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
}
.view-toolbar.grid-actions .view-select .dropdown .dropdown-toggle:hover {
  background: none;
}
.view-toolbar.grid-actions .view-select .dropdown .dropdown-toggle:focus {
  background-color: #fff;
}
.view-toolbar.grid-actions .view-select .dropdown .dropdown-menu {
  padding: 0;
  width: 165px;
}
.view-toolbar.grid-actions .view-select .dropdown .dropdown-menu li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d9d9d9;
}
.view-toolbar.grid-actions .view-select .dropdown .dropdown-menu li a {
  margin: 0;
  padding: 12px 20px;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.view-toolbar.grid-actions .view-select .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.view-toolbar.grid-actions .view-select .dropdown .open > a:focus {
  background-color: #fff;
}
.view-toolbar.grid-actions .entitylist-search input {
  height: 54px;
  border-right: 0;
}
.view-toolbar.grid-actions .entitylist-search button {
  margin: 0;
  padding: 15px 16px;
  border-left: none;
  border-color: #414042;
  min-width: auto;
}
.view-toolbar.grid-actions .entitylist-search .insert-Action-link {
  margin-left: 20px;
}

/* Devs override
========================================================================== */
td.toa-percentage .form-group {
  margin: 0;
  display: flex;
  align-items: flex-end !important;
}
td.toa-percentage .form-group .percent-headerText .f-no {
  float: right !important;
}

/* Enquiries override
========================================================================== */
.enq-sum {
  margin-bottom: 16px;
}
.enq-sum p {
  margin-bottom: 4px;
}
.enq-sum p strong {
  margin-right: 4px;
}
.enq-sum .fab-ic {
  height: 22px;
  line-height: 22px;
  margin-left: 4px;
}

.CancelEnquire-container {
  border-bottom: 2px solid #006272;
  margin-top: -30px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.CancelEnquire-container .col-sm-6 {
  padding: 0;
}
.CancelEnquire-container .cancel-case-link {
  font-size: 14px;
  color: #A30000;
  margin: 0;
  padding: 0 24px 12px 0;
  border: none;
  min-width: auto;
  text-decoration: underline;
  position: relative;
}
.CancelEnquire-container .cancel-case-link::before {
  font-family: "Fabric MDL2 Assets";
  content: "\e8bb";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #A30000;
}

#notescontrol .page-header {
  display: none;
}
#notescontrol .timelineheader {
  padding: 12px 0 12px 0;
}
#notescontrol .timelineheader .title label {
  font-size: 18px;
}
#notescontrol .timelineheader .buttoncontainer .btn {
  margin: 0;
}

.notes {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #006272;
}
.notes div:nth-of-type(even).note {
  background: #E5EFF0 !important;
}
.notes div:nth-of-type(even).note-mbie {
  background: #EFEFEF !important;
}
.notes .note {
  padding: 15px;
  background: #E5EFF0;
  border-radius: 11px;
  margin: 20px 0;
  width: 85%;
}
.notes .note.note-mbie {
  align-self: flex-end;
  background: #EFEFEF;
}
.notes .note > .row {
  display: flex;
  flex-direction: column;
  position: relative;
}
.notes .note > .row .header {
  display: flex;
  padding-top: 0;
  align-self: flex-end;
  width: auto;
  position: absolute;
}
.notes .note > .row .header .portalcommenticon {
  width: auto;
  padding: 0;
  font-size: 14px;
  display: flex;
}
.notes .note > .row .header .portalcommenticon span {
  font-size: 16px;
}
.notes .note > .row .header .metadata {
  padding: 0 0 0 8px;
  display: flex;
}
.notes .note > .row .header .metadata .postedon {
  padding: 0;
  font-family: "Gustan";
  font-size: 14px;
}
.notes .note > .row .header .metadata .modifiedon {
  padding: 0;
  line-height: 22px;
  margin-left: 8px;
}
.notes .note > .row .content {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}
.notes .note > .row .content .from {
  display: flex;
}
.notes .note > .row .content .from h5 {
  margin: 0;
  font-size: 14px !important;
  color: #006272;
  font-family: "Gustan";
}
.notes .note > .row .content .from h5 .glyphicon-arrow-right::before {
  content: "\e970";
  font-family: "Fabric MDL2 Assets";
  font-size: 12px;
  margin: 0 4px;
}
.notes .note > .row .content .description {
  margin-top: 16px;
}
.notes .note > .row .content .attachment-outer-border {
  display: none;
}

.enq-sum {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 3rem;
}

.info-line {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
}

.info-title {
  margin: 0 10px 0 0;
  font-weight: 500;
  flex: 1;
  min-width: 130px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.ck-editor .ck-editor__editable.ck-read-only {
  background: #E8E8E8;
  color: #414042 !important;
  cursor: not-allowed;
}

.btn.btn-default.new-realme-btn {
  border-radius: 14px !important;
  background: #d64309;
  border-color: #d64309;
  color: #fff;
  padding: 10px 16px !important;
  text-align: left;
}
@media (min-width: 767px) {
  .btn.btn-default.new-realme-btn {
    padding: 12px 16px !important;
    border-radius: 16px !important;
  }
}
.btn.btn-default.new-realme-btn img {
  width: 20px;
  margin-right: 8px;
}
.btn.btn-default.new-realme-btn:hover {
  background: #d64309;
  border-color: #d64309;
  opacity: 1;
  color: #fff;
}
.btn.btn-default.new-realme-btn:focus, .btn.btn-default.new-realme-btn:active, .btn.btn-default.new-realme-btn:active:focus {
  box-shadow: 0 0 0 3px #000;
  outline: none;
}

header.header .dropdown .dropdown-menu a.btn-realme-logout {
  background: #FBECE7;
  color: #d64309;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 10px 20px 12px 20px;
  border: none;
}
header.header .dropdown .dropdown-menu a.btn-realme-logout svg {
  width: 20px;
  height: 20px;
  margin: 2px 12px 0 0;
}
header.header .dropdown .dropdown-menu a.btn-realme-logout svg path {
  fill: #d64309;
  transition: all 0.3s ease-in-out;
}
header.header .dropdown .dropdown-menu a.btn-realme-logout:hover {
  background: #d64309;
  opacity: 1;
  color: #fff;
}
header.header .dropdown .dropdown-menu a.btn-realme-logout:hover svg path {
  fill: #fff;
}
header.header .dropdown .dropdown-menu a.btn-realme-logout:focus, header.header .dropdown .dropdown-menu a.btn-realme-logout:active, header.header .dropdown .dropdown-menu a.btn-realme-logout:active:focus {
  box-shadow: 0 0 0 3px #000;
  outline: none;
}
@media (max-width: 767px) {
  header.header .dropdown .dropdown-menu a.btn-realme-logout {
    margin: 12px 0 12px 12px;
    display: inline-flex;
  }
}

/*# sourceMappingURL=theme.css.map */
