/*--- FONTS ---*/
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../OpenSans-Regular.ttf"); /* IE9 Compat Modes */
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../OpenSans-SemiBold.ttf"); /* IE9 Compat Modes */
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  src: url("../OpenSans-Bold.ttf"); /* IE9 Compat Modes */
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../OpenSans-ExtraBold.ttf"); /* IE9 Compat Modes */
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../materialdesignicons-webfont.ttf");
}
/*--- COMMON ---*/
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-bottom: 0px !important;
  overflow-x: hidden;
}

.checkbox {
  accent-color: #3a3c45;
}

.fluid-container {
  position: relative;
}

.tooltip.top {
  padding-left: 55px;
}

.download-btn {
  border: none;
  background: transparent;
  outline: none;
}

.download-doc {
  cursor: pointer;
}

.page-header {
  margin-top: 10px;
}

a:focus {
  outline: none;
  border: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: none;
  background: #489fdf;
  color: #fff;
}

.btn:hover,
.btn:active {
  background: #489fdf;
  color: #fff;
}

form .btn-primary {
  color: #fff;
  background: #489fdf;
}

form .btn-primary:hover {
  color: #fff;
  background: #489fdf;
}

.modal-dialog .btn-primary {
  color: #fff;
  background: #489fdf;
}

.modal-dialog .btn-primary:hover,
.modal-dialog .btn-primary:focus,
.modal-dialog .btn-primary:active {
  color: #fff;
  background: #489fdf;
}

#mainContent .alert.alert-danger a {
  text-decoration: underline;
}

#overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}

.overlay-inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay-content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 10px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #489fdf;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/* Breadcrumb */
.custom-breadcrumb {
  margin: 10px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #698396;
}

.custom-breadcrumb a,
.custom-breadcrumb a:hover,
.custom-breadcrumb a:focus {
  color: #0F5B8A;
}

.custom-breadcrumb-layer {
  background: #C3CDD5;
  height: 36px;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 74px;
}

.details-layer {
  background: url(homelayer.png) repeat top left;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 35px;
  height: 162px;
}

/* Details Header */
.details-header {
  border: none;
  background-color: transparent;
  margin: 22px 15px;
}

.details-header fieldset[aria-label=General] input {
  background-color: transparent !important;
  color: #F8F9FC;
  font-size: 36px;
  font-weight: bold;
  height: 60px;
}

.details-header fieldset[aria-label=General] select {
  background-color: transparent !important;
}

.details-header .control input:focus {
  outline: none;
}

.details-header fieldset[aria-label=Additional] input {
  background-color: transparent !important;
  color: #F8F9FC;
  font-size: 22px;
  font-weight: bold;
}

.details-header fieldset[aria-label=Additional] table td:first-of-type {
  vertical-align: top;
}

.details-header fieldset[aria-label=Additional] table td:first-of-type input {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #C3CDD5;
}

.details-header fieldset[aria-label=Additional] .info label {
  color: #C3CDD5;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.details-header .crmEntityFormView .cell {
  padding: 10px;
  vertical-align: bottom;
}

/* Details Body */
.details-body {
  padding: 0px;
  margin: 0 15px;
  border-bottom: 1px solid #C3CDD5;
}

.details-body .col-md-10, .details-body .col-md-2 {
  padding: 20px 0;
}

.details-body .control input:focus {
  outline: none;
}

.details-body input {
  background-color: transparent !important;
  color: #2B4050;
  font-size: 22px;
  font-weight: bold;
}

.details-body input:-moz-read-only {
  background: 0 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  cursor: auto;
  padding-left: 0;
  padding-right: 0;
}

.details-body input:read-only {
  background: 0 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  cursor: auto;
  padding-left: 0;
  padding-right: 0;
}

.details-body .info label {
  color: #698396;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.details-body .grey-value {
  color: #698396;
}

.details-body .end-alignment {
  text-align: end;
}

@media (max-width: 991px) {
  .details-body .end-alignment {
    text-align: start;
  }
}
input[type=radio] {
  display: none;
}

input[type=radio] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1rem;
  border-color: gray;
  margin-right: 15px;
  color: #9DA8B1;
}

input[type=radio]:checked + * {
  color: #489fdf;
}

input[type=radio]:checked + *::before {
  background: radial-gradient(#489fdf 0%, #489fdf 40%, transparent 50%, transparent);
  border-color: #489fdf;
  margin-right: 15px;
}

label span {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

input[type=radio] + label {
  margin-right: 20px;
  margin-top: 5px;
}

.breadcrumb-back-btn {
  margin: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #698396;
  display: flex;
  align-items: center;
  border: none;
  background-color: transparent;
  padding: 6px 0px;
  margin-left: 10px;
}

.breadcrumb-back-btn:hover {
  color: #0F5B8A;
  background: none;
}

/*--- FOOTER ---*/
footer.navbar {
  margin: 0;
  margin-top: auto;
  border: none;
}
footer.navbar .footer-bottom {
  min-height: 55px;
  padding: 10px;
}

footer .container {
  padding-left: 30px;
}
footer .social-media img {
  width: 100%;
}
footer .footer-logo img {
  width: 42%;
}
footer .row {
  align-items: center;
  display: flex;
}
footer .row > .col-md-4:nth-of-type(1) {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
footer .row > .col-md-4:nth-of-type(2) {
  margin-top: 0px;
}
footer .row > .col-md-4:nth-of-type(3) {
  margin-top: 0px;
}
footer .footer-bottom p {
  margin: 0px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  footer .social-media img {
    width: 50% !important;
  }
  footer .footer-logo img {
    width: 25% !important;
  }
  footer .row {
    display: block;
  }
}
@media (max-width: 600px) {
  footer .social-media img {
    width: 95% !important;
  }
  footer .footer-logo img {
    width: 70% !important;
  }
}
@media (max-width: 991px) {
  footer .row > .col-md-4:nth-of-type(1),
  footer .row > .col-md-4:nth-of-type(3) {
    padding: 10px 10% 10px;
  }
}
.navbar-inverse .navbar-nav > li > a:hover {
  border: none;
}

.navbar-static-top .navbar-brand,
.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family: "Open Sans";
  font-weight: 600;
  background: transparent;
}

.navbar-static-top .navbar-brand {
  padding-top: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: transparent;
}

.sidebar-home .panel-default > .panel-heading {
  padding-left: 15px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #F8F9FC !important;
  margin-left: 0;
  padding: 10px 15px;
  border: none;
}

.dropdown-menu .divider {
  margin: 0;
}

.dropdown-menu {
  padding: 0;
  border: none;
}

@media (max-width: 778px) {
  .navbar-static-top .navbar-brand {
    padding-bottom: 0;
  }
}
.navbar-static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
  display: none;
}

.navbar .menu-bar {
  margin-right: 0;
}

.navbar-static-top .navbar-brand, .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a[title="Sign in"] {
  margin: 8px 5px;
  padding: 7px 15px;
  background-color: #489fdf;
  border-radius: 4px;
  color: #fff;
  border: 2px solid #489fdf;
}

.navbar-static-top .navbar-brand, .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a[title=Register] { 
  margin: 8px 5px;
  padding: 7px 15px;
  background-color: #fff;
  border-radius: 4px;
  color: #489fdf;
  border: 2px solid #489fdf;
}


.navbar-static-top .navbar-brand {
  margin: 8px 5px;
  padding: 7px 15px;
  background: #489fdf;
  border-radius: 4px;
  color: #fff;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a[title="Sign in"]:hover {
  background: #2675b0;
  padding-bottom: 7px;
  color: #fff;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a[title=Register]:hover {
    color: #2675b0;
    border: none;
    padding-bottom: 7px;
}


.navbar-static-top.navbar-inverse {
  min-height: unset;
  border: none;
}

.nav-tabs > li {
  min-width: 160px;
  text-align: center;
}

@media (max-width: 991px) {
  .nav-tabs > li {
    min-width: 100%;
  }
}
.nav-tabs > li > a {
  font-weight: 600;
  color: #698396;
  margin-right: 0;
  margin-left: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  border-bottom: 3px solid #0F5B8A;
  border-bottom-color: none;
  color: #2B4050;
  font-weight: 600;
}

.navbar .menu-bar {
  margin-top: 12px;
  margin-bottom: 12px;
}

.navbar .navbar-header .navbar-brand {
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: #fff;
}

.navbar .navbar-header .navbar-brand img {
  padding-top: 2px;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a:hover,
.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a:focus {
  background: transparent;
  border: none;
  outline: none;
  color: #489fdf;
}

.navbar-inverse menu-bar > .navbar-nav > .open > a {
  background: transparent;
}

.navbar-static-top .navbar-brand,
.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a:hover {
  color: #489fdf;
  border: none;
  padding-bottom: 14.5px;
}

/*--- ENTITY LIST ---*/
.entitylist .entitylist {
  border: none;
  outline: none;
  margin-left: 5px;
}

.tab-content .entitylist {
  border: none;
}

#Statements .entitylist,
#Documents .entitylist {
  margin: 0 5px;
}

.entitylist .grid-actions {
  border: 0;
}
.entitylist .entitylist-filter {
  display: none;
}
.entitylist #filterDropdownId .dropdown-toggle {
  margin-left: 0;
  padding-left: 15px;
  color: #3a3c45;
  font-weight: 600;
  font-size: 16px;
}
.entitylist #filterDropdownId .dropdown-toggle span {
  margin-left: 5px;
}
.entitylist .toolbar-actions {
  display: none;
  margin-top: 3px;
}
.entitylist .table > thead > tr > th,
.entitylist .table > thead > tr > td,
.entitylist .table > tbody > tr > th,
.entitylist .table > tbody > tr > td,
.entitylist .table > tfoot > tr > th,
.entitylist .table > tfoot > tr > td {
  vertical-align: middle;
}
.entitylist .table > thead > tr > th {
  border-top: 0.5px solid #C3CDD5 !important;
  border-bottom: 1px solid #C3CDD5;
}
.entitylist .table > thead > tr > th > a, .entitylist .table > thead > tr > th > span {
  font-weight: 600;
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
  color: #698396;
}
.entitylist .table > tbody > tr > td {
  font-weight: 600;
  line-height: 22px;
  color: #3a3c45;
  padding-left: 10px !important;
}
.entitylist .table > tbody > tr > td > a {
  font-weight: 600;
  line-height: 22px;
  color: #489fdf;
}
.entitylist .table > thead > tr > th > a > span {
  font-size: 10px;
}
.entitylist .table > thead > tr > th:nth-of-type(1),
.entitylist .table > tbody > tr > td:nth-of-type(1) {
  padding-left: 10px !important;
}
.entitylist .btn {
  font-size: 15px;
}
.entitylist .toolbar-actions #refresh {
  padding: 6px;
}
.entitylist .toolbar-actions #refresh span {
  font-size: 22px;
  line-height: 0;
  padding-bottom: 4px;
  vertical-align: middle;
  color: #fff;
}
.entitylist .dropdown-menu {
  background: #fff;
  color: #3a3c45;
  border-radius: 2px;
  font-weight: 400;
  margin-top: 10px;
  z-index: 1040;
  left: unset;
  right: 0;
}
.entitylist .dropdown-menu.dropdown-actions-question {
  right: 0;
}
.entitylist .dropdown-menu li a {
  margin-left: 0;
  text-align: left;
}
.entitylist .btn-primary {
  outline: none;
  background: #489fdf;
  border: 2px solid #489fdf;
  box-sizing: border-box;
  border-radius: 4px;
}
.entitylist .btn-primary:focus,
.entitylist .btn-primary:active,
.entitylist .btn-primary:hover {
  outline: none;
}
.entitylist .btn-secondary {
  background: #fff;
  border: 2px solid #489fdf;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px rgba(0, 59, 82, 0.2);
  border-radius: 4px;
  color: #489fdf;
  font-weight: 600;
}
.entitylist .btn-secondary:focus,
.entitylist .btn-secondary:active,
.entitylist .btn-secondary:hover {
  outline: none;
  background: rgba(59, 171, 184, 0.08);
  border: 2px solid #489fdf;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px rgba(0, 59, 82, 0.2);
  color: #489fdf;
}
.entitylist .btn-secondary i:hover {
  transform: rotate(180deg);
  transition-duration: 1s;
}
.entitylist .btn-primary.create-action {
  background: transparent;
  border: none;
  border-radius: 0;
  text-align: left;
  padding: 10px 20px 3px 10px;
  color: #3a3c45;
}
.entitylist .toolbar-actions .create-action:nth-last-of-type() {
  padding-bottom: 15px;
}
.entitylist .btn-primary.create-action:hover {
  font-weight: 600;
}
.entitylist .btn-group {
  margin-left: 5px;
}
.entitylist .btn-group i {
  font-size: 12px;
  padding-left: 5px;
}
.entitylist .no-records {
  padding-left: 20px;
  min-height: 50px;
}
.entitylist .refresh-btn {
  background: #489fdf;
  border: 2px solid #489fdf;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 6px;
  margin-top: 3px;
}
.entitylist .refresh-btn > span {
  font-size: 22px;
  line-height: 0;
  padding-bottom: 4px;
  vertical-align: middle;
  color: white;
}
.entitylist #filterDropdownId .dropdown-menu {
  width: unset;
  padding-bottom: 0;
}

div[show-upload-button=false] .entitylist button[name=uploadBtn] {
  display: none;
}

.dropdown-actions-request a {
  width: 100%;
}

.tooltip.top {
  padding-left: 55px;
  margin-top: 0;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #698396;
  background-color: #698396;
}

.tooltip-inner {
  background: #698396;
  border-color: #698396;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #489fdf;
}

.expand-button {
  background-color: transparent;
  color: black;
  font-size: 20px;
  border: none;
  margin: 1% 1% 1% 90%;
  float: right;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
  .tooltip.top {
    display: none !important;
  }
}
/*--- CASE CREATE ---*/
.case-create #EntityFormPanel {
  border: none;
}
.case-create .down-layer {
  background: url("homelayer.png") no-repeat left;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 36px;
  height: 86px;
}
.case-create .breadcrumb-back-btn {
  margin: 0;
}
.case-create .page-header > h1 {
  color: #3a3c45;
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
}
.case-create .page-description {
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
}
.case-create fieldset[aria-label=Overview] {
  display: none;
}
.case-create fieldset[aria-label=Description] {
  margin-bottom: 0;
}
.case-create #counter {
  float: right;
}
.case-create .crmEntityFormView .tab {
  margin-bottom: 0;
}
.case-create .crmEntityFormView .cell:first-of-type {
  padding-left: 0;
}
.case-create .crmEntityFormView .cell:nth-last-of-type(2) {
  padding-right: 0;
}
.case-create .crmEntityFormView .cell .field-label {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
}
.case-create .crmEntityFormView .cell input[type=text] {
  margin-bottom: 0px;
}
.case-create #EntityFormControl_EntityFormView > div.row > div:first-of-type {
  padding-left: 43px;
}
.case-create #EntityFormControl_EntityFormView > div.row > div:last-of-type {
  padding-right: 43px;
}
.case-create input[type=button] {
  color: #fff;
}
.case-create .row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.case-create input[type=button] {
  float: right;
}

@media screen and (max-width: 992px) {
  .case-create .down-layer {
    height: 120px;
  }
  .case-create .crmEntityFormView .tab {
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 469px) {
  .case-create .row {
    flex-wrap: wrap;
  }
  .case-create .page-header > h1 {
    font-size: 28px;
  }
  .case-create .col-sm-6.col-xs-6.clearfix {
    width: auto;
    margin-bottom: 5%;
  }
  .case-create .col-xs-6 {
    width: auto;
  }
}
/*--- CASE DETAILS ---*/
.case-details-layer {
  background: url("homelayer.png") no-repeat left;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 36px;
  height: 156px;
}

.case-details-container #UpdateButton {
  margin-left: 25px;
  color: white;
}

.case-details > .row {
  margin-bottom: 60px;
}
.case-details #EntityFormPanel {
  border: none;
  background: none;
}
.case-details .breadcrumb {
  margin: 4px 0 0 0px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #698396;
  display: flex;
  align-items: center;
  border: none;
  background-color: transparent;
  padding: 5px 0 10px;
}
.case-details .breadcrumb span {
  color: #2B4050;
  font-size: 16px;
  padding-right: 5px;
}
.case-details .breadcrumb:hover,
.case-details .breadcrumb:focus,
.case-details .breadcrumb:focus-visible,
.case-details .breadcrumb:active {
  color: #0F5B8A;
  background: none;
}
.case-details #EntityFormControl_0a2a4e48faffeb1194ef00224803bfd2_EntityFormView #statuscode {
  color: #ac1f1f;
}
.case-details .text-muted {
  color: #fff;
}
.case-details .addnote {
  background: #489fdf;
  border: 2px solid #489fdf;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px rgba(0, 59, 82, 0.2);
  border-radius: 2px;
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  width: 65%;
}
.case-details .addnote:hover,
.case-details .addnote:focus,
.case-details .addnote:active,
.case-details .addnote.focus {
  color: #fff;
  background-color: #2675b0;
  border-color: #2675b0;
}
.case-details .addnote span {
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
}
.case-details fieldset[aria-label=Title] {
  background-color: transparent;
  color: #3a3c45;
  margin-bottom: 0;
}
.case-details fieldset[aria-label=Title] input {
  background: transparent !important;
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  height: 46px;
  color: #3a3c45;
}
.case-details fieldset[aria-label=Overview] {
  background-color: transparent;
  color: #3a3c45;
  margin-bottom: 0;
}
.case-details fieldset[aria-label=Timeline] {
  margin-top: 20px;
}
.case-details #Timeline .notes {
  margin-top: 0px;
}
.case-details .notes > .note > .row > .col-md-9 {
  float: left;
}
.case-details .notes > .note > .row > .col-md-9 .description > p {
  margin-bottom: 0;
}
.case-details .notes > .note > .row > .col-md-3 {
  float: right;
}
.case-details .notes > .note > .row > .col-md-3 .postedon {
  text-align: right;
}
.case-details > .container > .col-md-12 > .col-md-12 {
  margin-left: 5px;
}
.case-details .crmEntityFormView .cell {
  padding-top: 15px;
  padding-bottom: 0;
  padding-left: 0;
}
.case-details #EntityFormPanel .tab {
  margin-bottom: 0;
}
.case-details #ownerid_name {
  display: none;
}
.case-details #statuscode {
  padding: 0;
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #078222;
}
.case-details abbr[title] {
  text-decoration: none;
  border: none;
}
.case-details fieldset[aria-label=Additional] tr td:nth-of-type(2) {
  text-align: end;
  vertical-align: middle;
  font-weight: bold;
}
.case-details fieldset[aria-label=Overview] input {
  background-color: transparent !important;
  color: #3a3c45;
}
.case-details fieldset[aria-label=Overview] td.datetime {
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #3a3c45;
}
.case-details fieldset[aria-label=Overview] tr td:nth-of-type(3) {
  padding-left: 0px;
  padding-right: 0px;
}
.case-details fieldset[aria-label=Overview] #ticketnumber,
.case-details fieldset[aria-label=Overview] #createdon_datepicker_description {
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #3a3c45;
}
.case-details fieldset[aria-label=Overview] select {
  background-color: transparent !important;
  color: #3a3c45;
  font-size: 18px;
  font-weight: bold;
}
.case-details .crmEntityFormView .cell .field-label {
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  color: #3a3c45;
}
.case-details .crmEntityFormView table.table td:first-child {
  padding: 8px 0;
}
.case-details #EntityFormControl_EntityFormView > div.row > div:first-of-type {
  padding-left: 60px;
}
.case-details #EntityFormControl_EntityFormView > .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-details .form-custom-actions {
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: end;
}
.case-details .form-action-container-right .workflow-link {
  background: #489fdf;
  border: 2px solid #489fdf;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px rgba(0, 59, 82, 0.2);
  border-radius: 2px;
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #3a3c45;
  margin-top: 0px;
}
.case-details .form-action-container-right .workflow-link:hover,
.case-details .form-action-container-right .workflow-link:focus {
  color: #3a3c45;
  background-color: #2675b0;
  border-color: #2675b0;
}
.case-details .form-action-container-right .cancel-case-link {
  background: #FFFFFF;
  border: 2px solid #489fdf;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px rgba(0, 59, 82, 0.2);
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  color: #489fdf;
  margin-top: 0px;
}
.case-details .form-action-container-right .cancel-case-link:hover,
.case-details .form-action-container-right .cancel-case-link:focus {
  background-color: rgba(59, 171, 184, 0.08);
}
.case-details .note .portalcommenticon,
.case-details .note .modifiedon,
.case-details .note .createdby,
.case-details .note .attachment .img {
  display: none;
}
.case-details .note .from h5 {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}
.case-details .note .timeago {
  font-size: 14px;
  text-align: justify;
}
.case-details .note > .row {
  padding: 0 12px 0 0;
  margin: 10px 0;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(0, 59, 82, 0.25);
  border-radius: 5px;
  border-left: 5px solid #489fdf;
  background-color: #fff;
}
.case-details .entity-timeline .note .attachment-outer-border {
  border: none;
  padding: 0;
}
.case-details .timelineheader .buttoncontainer {
  margin-right: 16px;
}
.case-details .timelineheader .buttoncontainer a {
  color: white;
}
.case-details .entity-timeline .timelineheader .title {
  padding-left: 28px;
}
.case-details .entity-timeline .timelineheader .form-custom-actions > .col-sm-12 {
  padding-right: 0;
}
.case-details .notes .note .attachment-separator {
  display: none;
}
.case-details .entity-timeline .notes .note .from {
  margin-bottom: 15px;
}
.case-details .entity-timeline .note-attachment .row .attachment {
  padding-top: 0px;
}
.case-details .entity-timeline .note-attachment .row .attachment .attachment-file {
  font-weight: 600;
  font-size: 16px;
  color: #1BA9B1;
}
.case-details .entity-timeline .note-attachment .row .attachment .link {
  margin-top: 10px;
}
.case-details #timeline_label {
  display: none;
}
.case-details .notes {
  margin-top: 20px;
}
.case-details #EntityFormControl_EntityFormView > .tab.clearfix {
  margin-bottom: 0;
}
.case-details #EntityFormPanel .form-action-container-left {
  display: none;
}
.case-details .crmEntityFormView fieldset {
  margin-bottom: 0;
}
.case-details .back-btn:focus {
  outline: none;
}
.case-details .back-btn:active {
  box-shadow: none;
}
.case-details .tooltip.top {
  padding-left: 55px;
}
.case-details .nav-item .nav-link {
  margin: 5px 0px 0;
  font-weight: 600;
  color: #2B4050;
}
.case-details .nav-justified {
  padding: 36px 0 0;
  border-bottom: 1px solid #C3CDD5;
}
.case-details .nav-item {
  width: 200px;
}
.case-details .nav-pills > li.active > a,
.case-details .nav-pills > li.active > a:hover,
.case-details .nav-pills > li.active > a:focus {
  background-color: transparent;
  border-bottom: #0F5B8A solid 3px;
}
.case-details .nav-pills > li.active > a,
.case-details .nav-pills > li.active > a:focus,
.case-details .nav-pills > li.active > a:active {
  color: #0F5B8A;
  margin-bottom: -1px;
}
.case-details .table > thead > tr > th,
.case-details .table > thead > tr > td,
.case-details .table > tbody > tr > th,
.case-details .table > tbody > tr > td,
.case-details .table > tfoot > tr > th,
.case-details .table > tfoot > tr > td {
  border-top: none;
}
.case-details #Timeline > fieldset > table > tbody > tr {
  display: none;
}
.case-details #Timeline > fieldset > table > tbody > tr:first-of-type {
  display: table-row;
}
.case-details #Timeline > fieldset > table > tbody > tr:first-of-type > td.zero-cell {
  display: none;
}
.case-details #Timeline > fieldset > table > tbody > tr > td {
  padding: 0;
}

@media (max-width: 767px) {
  .case-details .crmEntityFormView .cell {
    margin-top: 15px;
    padding-top: 0;
    margin-bottom: 0;
  }
  .case-details fieldset[aria-label=Title] input {
    font-size: 4vw;
  }
  .case-details #notescontrol > div > div.timelineheader > div.col-sm-3.col-xs-3 {
    width: 55%;
  }
  .case-details .addnote {
    width: 100%;
  }
  .case-details .nav-item {
    width: 100%;
  }
  .case-details fieldset[aria-label=Overview] tr td:nth-of-type(2) {
    display: none;
  }
  .case-details .notes > .note > .row > .col-md-3 > .metadata {
    padding-right: 0;
  }
  .case-details-layer {
    height: 210px;
  }
}
/*--- FORGOT PASSWORD ---*/
.forgot-password {
  height: 100%;
  color: #3a3c45;
}
.forgot-password .text-start {
  text-align: left;
}
.forgot-password #content {
  padding: 0;
}
.forgot-password #content > .page-content.row {
  margin: 20px 0 0;
}
.forgot-password .forgot-password-heading {
  border: none;
  margin-bottom: 20px;
}
.forgot-password .form-horizontal .form-group {
  margin-bottom: 10px;
}
.forgot-password label.control-label.required:before {
  display: none;
}
.forgot-password #content > .page-content > form {
  background: #fff;
  box-shadow: 0px 8px 24px rgba(0, 59, 82, 0.25);
  border-radius: 12px;
}
.forgot-password #content .form-horizontal {
  padding: 4% 7% 2%;
}
.forgot-password #content .form-control {
  background: #fff;
  border: 2px solid #C3CDD5;
  box-sizing: border-box;
  border-radius: 4px;
}
.forgot-password #content .form-horizontal > fieldset > legend {
  border: none;
}
.forgot-password #content .form-horizontal > .forgot-password-heading > span > span {
  font-weight: 600;
  font-size: 22px;
  color: #3a3c45;
}
.forgot-password label span {
  font-weight: 600;
  color: #3a3c45;
}
.forgot-password button {
  margin-top: 10px;
  margin-right: 0;
  width: 20%;
  background: #489fdf;
  box-shadow: 0px 4px 12px rgba(0, 59, 82, 0.2);
  border-radius: 4px;
  height: 45px;
  font-weight: 600;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .forgot-password {
    padding-left: 20px;
    padding-right: 20px;
  }
  .forgot-password button {
    width: 40%;
  }
}
/*--- HOME ---*/
/* SECTION KNOWLEDGE */
.section-knowledge .col-md-8 {
  padding: 0;
  padding-right: 20px;
}
.section-knowledge .col-md-4 {
  padding: 0;
}
.section-knowledge p {
  color: #3a3c45;
  border: none;
  padding-top: 0;
}
.section-knowledge h2 {
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  //font-weight: 600;
  font-size: 16px;
  color: #3a3c45;
  line-height: 141.5%;
  margin-left: 0;
}
.section-knowledge h3 {
  color: #3a3c45;
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 141.5%;
  margin-top: 30px;
  margin-bottom: 0;
}
.section-knowledge .additional-info {
  text-align: end;
}
.section-knowledge ul {
  margin-top: 30px;
  margin-bottom: 20px;
  //padding-left: 18px;
}
.section-knowledge ul.basic {
  list-style: none;
  padding-left: 0;
}
.section-knowledge ul.basic li {
  color: #3a3c45;
  margin-bottom: 5px;
}
.section-knowledge li {
  color: #2B4050;
  margin-bottom: 10px;
}
.section-knowledge .disclaimer {
  font-style: italic;
}
.section-knowledge .list-group a.list-group-item {
  color: #3a3c45;
  font-family: "Open Sans";
}
.section-knowledge .sign-buttons {
  margin: 25px 0;
}
.section-knowledge .sign-buttons a[title="Sign in"] {
  margin: 15px 0px;
  padding: 7px 15px;
  background-color: #489fdf;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  border: 2px solid #489fdf;
}
.section-knowledge .sign-buttons a[title=Register] {
  margin: 15px 0px;
  padding: 7px 15px;
  background-color: #fff;
  border-radius: 4px;
  color: #489fdf;
  font-weight: 600;
  border: 2px solid;
}

/* SECTION LANDING */
.section-landing {
  background: url("homelayer.png") no-repeat left;
}
.section-landing .row > div .section-landing-sub-heading {
  margin-bottom: 30px;
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 36px;
  line-height: 49px;
  letter-spacing: 0.04em;
  margin-top: 30px;
  color: #3a3c45;
}
.section-landing .row > div .section-landing-heading {
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 54px;
  color: #3a3c45;
  margin-top: 20px;
  margin-bottom: 30px;
}

/*-- RESPONSIVE --*/
@media (max-width: 490px) {
  .section-knowledge .col-md-8 {
    padding: 0;
  }
}
/* .content-home .title,
.sidebar-home .panel-title {
    color: #2B4050;
    font-family: "Open Sans"
} */
/* .list-group .title {
    color: #2B4050;
    font-family: "Open Sans";
} */
/* #installApp {
    display: none;
} */
/*--- MEMBERSHIP SUMMARY ---*/
/* carousel */
.carousel-container {
  width: 102%;
  margin: 0 auto 10px;
  min-height: 200px;
  position: relative;
}

.carousel-container .carousel-inner {
  margin-right: 0;
  overflow: hidden;
}

.carousel-container .track {
  display: inline-flex;
  transition: transform 0.5s;
}

.carousel-container .card-container {
  width: 568px;
  flex-shrink: 0;
  padding: 0;
  padding-right: 38px;
  box-sizing: border-box;
}

.carousel-container .card-container .card {
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.nav button {
  background: none;
  width: 90px;
  height: 60px;
  border: none;
  position: absolute;
  top: 275px;
  cursor: pointer;
}
.nav .prev {
  left: 0px;
  display: none;
}
.nav .prev.show {
  display: block;
}
.nav .next {
  right: 0px;
}
.nav .next.hide {
  display: none;
}

.membership-card {
  padding: 0 15px;
  border: #E7EBEF solid 1px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 15px;
  border-radius: 10px;
}
.membership-card .btn:active {
  box-shadow: none;
}
.membership-card .card-title {
  background-color: #E7EBEF;
  padding: 15px;
  border-radius: 10px 10px 0px 0px;
}
.membership-card .view-details-button {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  background: #489fdf;
  box-shadow: 0px 4px 12px rgba(0, 59, 82, 0.2);
  border-radius: 4px;
  width: 100%;
  text-align: center;
  border: none;
  margin-bottom: 5px;
}
.membership-card .view-details-button:hover,
.membership-card .view-details-button:focus,
.membership-card .view-details-button:active {
  background: #2675b0;
}
.membership-card .card-title .type {
  font-weight: bold;
  line-height: 26px;
  color: #3a3c45;
}
.membership-card .card-title .allocation {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #3a3c45;
}
.membership-card .card-title .number {
  text-align: right;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #3a3c45;
}
.membership-card .card-text {
  padding: 5px 0 5px 0;
  font-family: #3a3c45;
  font-weight: 600;
  text-transform: uppercase;
  color: #3a3c45;
}
.membership-card .quick-links p {
  margin: 0;
  padding: 2px 0;
}
.membership-card .quick-links a {
  color: #489fdf;
  font-weight: 600;
  font-family: #3a3c45;
  font-size: 18px;
}
.membership-card .recurring-date.card-text {
  padding: 0;
}
.membership-card .balance-row {
  padding: 0px 15px 15px;
  display: flex;
  align-items: flex-end;
}
.membership-card .balance-row .col-xs-4 {
  padding-left: 0;
  margin-top: 5px;
}
.membership-card .title-balance {
  padding-top: 15px;
}
.membership-card .balance {
  font-family: #3a3c45;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  color: #0F5B8A;
}

.balance-date-row {
  padding: 0px 15px 15px;
  display: flex;
}

.title-funding {
  float: right;
}

.membership-summary-layer {
  background: url("homelayer.png") repeat left;
  width: 100%;
  height: 270px;
  position: absolute;
  z-index: -1;
  top: -15px;
  left: 0px;
}

.summary > .row {
  margin-bottom: 20px;
}

.summary h2 {
  margin: 15px;
  color: #3a3c45;
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
}

.summary .section-knowledge .col-md-8 {
  padding: 0 20px 0 30px;
}
.summary .section-knowledge .col-md-4 {
  padding: 0;
}
.summary .section-knowledge p {
  color: #3a3c45;
  border: none;
  margin-top: 30px;
  padding-top: 0;
  font-size: 16px;
}
.summary .section-knowledge p a {
  color: #0F5B8A;
  font-weight: 600;
}
.summary .section-knowledge h3 {
  color: #3a3c45;
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 141.5%;
  margin-top: 20px;
  margin-bottom: 0;
}
.summary .section-knowledge .row {
  margin: 15px 0;
}
.summary .section-knowledge .row img {
  max-width: 100%;
  height: 250px;
  margin-right: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* RESPONSIVE */
@media screen and (max-width: 1200px) {
  .container.summary {
    width: 100%;
  }
  .nav button {
    display: none;
  }
  .carousel-container .card-container {
    width: 100%;
    padding: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .carousel-container .track {
    display: block;
  }
  .carousel-container .card-container .card {
    width: unset;
  }
  .membership-summary-layer {
    height: 380px;
  }
}
@media screen and (max-width: 510px) {
  .balance-date-row {
    flex-wrap: wrap;
  }
  .title-funding {
    float: left;
  }
  .summary .section-knowledge .col-md-8 {
    padding: 0;
  }
  .summary .section-knowledge .row img {
    margin-right: 0;
  }
}
.overlay-heading {
  font-size: 20px;
  margin-top: 15px;
  margin-left: 5px;
}

.identity-confirmation > .container > .col-md-12 {
  background: #fff;
  box-shadow: 0px 8px 24px rgba(0, 59, 82, 0.25);
  border-radius: 12px;
}
.identity-confirmation > .container > .col-md-12 > #EntityFormPanel {
  padding: 4% 7%;
  background: none;
  border: none;
}
.identity-confirmation table {
  width: 100%;
}
.identity-confirmation input,
.identity-confirmation select {
  background: #fff;
  border: 1px solid #C3CDD5;
  box-sizing: border-box;
  border-radius: 4px;
}
.identity-confirmation #form-button-submit, .identity-confirmation #form-button-refresh {
  margin-top: 15px;
  width: 20%;
  margin-right: 0;
  background: #489fdf;
  box-shadow: 0px 4px 12px rgba(0, 59, 82, 0.2);
  border-radius: 4px;
  height: 45px;
  font-weight: 600;
  color: #fff;
}
.identity-confirmation .identity-confirm-heading {
  font-weight: 600;
  font-size: 22px;
  color: #3a3c45;
  border: none;
  margin-bottom: 20px;
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  line-height: 140%;
}
.identity-confirmation .field-label {
  font-weight: 600;
  color: #3a3c45;
  padding: 10px 0;
  margin-bottom: 0;
}
.identity-confirmation .alert.alert-danger {
  background-color: rgba(75, 158, 215, 0.2);
  border-color: rgba(75, 158, 215, 0.2);
  border-radius: 4px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* RESPONSIVE */
@media (max-width: 572px) {
  .identity-confirmation #form-button-submit, .identity-confirmation #form-button-refresh {
    width: 45%;
  }
  .identity-confirmation > .container > .col-md-12 > #EntityFormPanel {
    margin: 0 15px;
  }
}
/*--- KNOWLEDGE CARD ---*/
.knowledge-card {
  background: #fff;
  box-shadow: 0px 8px 24px rgba(0, 59, 82, 0.25);
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 5px;
}
.knowledge-card img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px 10px 0px 0px;
}
.knowledge-card .card-title {
  font-size: 20px;
  padding: 15px;
  font-weight: bold;
}
.knowledge-card .card-text {
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.knowledge-card .card-title > div:last-of-type {
  text-align: right;
}
.knowledge-card .card-body {
  margin-bottom: 15px;
}
.knowledge-card a {
  padding: 15px;
  color: #0F5B8A;
  font-weight: 600;
}

.articles-title {
  background-color: #0F5B8A;
  color: #fff;
  padding: 10px;
  margin: 0 15px;
}

/*--- KNOWLEDGE SUMMARY ---*/
.knowledge-summary {
  position: relative;
}
.knowledge-summary .case-deflection {
  margin-bottom: 0;
}
.knowledge-summary .case-deflection .panel-body > div > input {
  background: #fff;
  border: 1px solid #C3CDD5;
  box-sizing: border-box;
  border-radius: 2px;
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 35px;
  height: 36.5px;
  color: #698396;
}
.knowledge-summary .case-deflection .panel-body,
.knowledge-summary .case-deflection .panel {
  background-color: transparent;
  border: none;
}
.knowledge-summary .case-deflection .panel-body > div > input::-moz-placeholder {
  color: #698396;
}
.knowledge-summary .case-deflection .panel-body > div > input::placeholder {
  color: #698396;
}
.knowledge-summary .case-deflection .panel-body {
  padding: 30px 13px 20px;
}
.knowledge-summary .case-deflection .btn-default,
.knowledge-summary .case-deflection .btn-default:hover,
.knowledge-summary .case-deflection .btn-default:focus,
.knowledge-summary .case-deflection .btn-default:active {
  border-color: #C3CDD5;
  color: #C3CDD5;
}
.knowledge-summary .nav-item .nav-link {
  margin: 0;
  font-weight: 600;
  color: #3a3c45;
}
.knowledge-summary .nav-justified {
  padding: 0;
  border-bottom: 1px solid #C3CDD5;
  margin: 0 13px 20px;
  width: unset;
}
.knowledge-summary .nav-pills > li.active > a,
.knowledge-summary .nav-pills > li.active > a:hover,
.knowledge-summary .nav-pills > li.active > a:focus {
  background-color: transparent;
  border-bottom: #0F5B8A solid 3px;
}
.knowledge-summary .nav-pills > li.active > a,
.knowledge-summary .nav-pills > li.active > a:focus,
.knowledge-summary .nav-pills > li.active > a:active {
  color: #0F5B8A;
  margin-bottom: -1px;
}
.knowledge-summary #categoriesContent {
  margin: 10px 13px;
}
.knowledge-summary .tab-pane > ul {
  padding-left: 0;
}
.knowledge-summary .tab-pane > ul > li {
  list-style: none;
  padding: 10px 0 0;
}
.knowledge-summary .tab-pane > ul > li > a {
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 766px) {
  .knowledge-summary #content-container {
    width: 97%;
  }
  .knowledge-summary img {
    height: 60% !important;
    width: 95% !important;
  }
}
/*--- MEMBERSHIP DETAILS ---*/
  /* BREADCRUMPS */
  /* HEADER */
  /* CASES TAB */
  /* SECONDARY NAVIGATION TABS */
  /* Cards tab */
  /* DETAILS TAB */
.membership-details {
  margin-bottom: 100px;
}
.membership-details .crmEntityFormView fieldset {
  margin-bottom: 0;
}
.membership-details .crmEntityFormView .tab {
  margin-bottom: 0;
}
.membership-details .nav-pills > li.active > a:hover,
.membership-details .nav-pills > li.active > a:focus {
  background-color: transparent;
  border-bottom: #0F5B8A solid 3px;
}
.membership-details .breadcrumb {
  margin: 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #698396;
}
.membership-details .breadcrumb a,
.membership-details .breadcrumb a:hover,
.membership-details .breadcrumb a:focus {
  color: #0F5B8A;
}
.membership-details .breadcrumbs-layer {
  background: #C3CDD5;
  height: 36px;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.membership-details #liquid_form .details-layer {
  background: url(homelayer.png) repeat top left;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 35px;
  height: 167px;
  left: 0;
}
.membership-details #myTabContent {
  padding-bottom: 30px;
}
.membership-details fieldset[aria-label=GeneralInfo] input {
  background-color: transparent !important;
  color: #F8F9FC;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}
.membership-details fieldset[aria-label=GeneralInfo] select {
  background-color: transparent !important;
}
.membership-details fieldset[aria-label=GeneralInfo] .control input:focus {
  outline: none;
}
.membership-details fieldset[aria-label=Balance] .control input:focus {
  outline: none;
}
.membership-details fieldset[aria-label=Balance] input {
  background-color: transparent !important;
  color: #3a3c45;
  font-size: 22px;
  font-weight: bold;
}
.membership-details fieldset[aria-label=Balance] .info label {
  color: #3a3c45;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.membership-details #Claims p.entitylist-description {
  font-size: 15px;
  line-height: 130%;
  margin: 10px 20px;
}
.membership-details #ametros_membershiptype {
  font-size: 36px;
  font-weight: bold;
  color: #3a3c45;
  height: 60px;
}
.membership-details #scnsoft_allocationtype {
  color: #3a3c45;
  font-weight: 600;
  line-height: 22px;
}
.membership-details .crmEntityFormView .cell {
  padding: 10px;
  vertical-align: bottom;
  width: 100%
}
.membership-details #EntityFormPanel {
  border: none;
  background-color: transparent;
}
.membership-details .text-muted,
.membership-details span.input-group-addon {
  color: #3a3c45;
  font-weight: bold;
}
.membership-details span.input-group-addon {
  font-size: 30px;
  padding-top: 3px;
}
.membership-details .text-muted {
  font-size: 20px;
}
.membership-details #Cases h3 {
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #3a3c45;
  line-height: 141.5%;
  text-align: justify;
  margin: 10px 20px;
}
.membership-details .nav-item .nav-link {
  margin: 10px 0px 0;
  font-weight: 600;
  color: #3a3c45;
}
.membership-details .nav-justified {
  padding: 10px 0 0;
  border-bottom: 1px solid #C3CDD5;
  margin: 0 6px 20px;
}
.membership-details .nav-pills > li.active > a,
.membership-details .nav-pills > li.active > a:hover,
.membership-details .nav-pills > li.active > a:focus {
  background-color: transparent;
  border-bottom: #0F5B8A solid 3px;
}
.membership-details .nav-pills > li.active > a,
.membership-details .nav-pills > li.active > a:focus,
.membership-details .nav-pills > li.active > a:active {
  color: #0F5B8A;
  margin-bottom: -1px;
}
.membership-details .table > thead > tr > th,
.membership-details .table > thead > tr > td,
.membership-details .table > tbody > tr > th,
.membership-details .table > tbody > tr > td,
.membership-details .table > tfoot > tr > th,
.membership-details .table > tfoot > tr > td {
  border-top: none;
}
.membership-details .validators {
  display: none;
}
.membership-details .card {
  position: absolute;
  height: 300px;
}
.membership-details .back-card {
  position: relative;
  height: 332px;
}
.membership-details .back-card img,
#card-back-svg-container
 {
  position: absolute;
  box-shadow: 0px 8px 24px rgba(0, 59, 82, 0.25);
  border-radius: 12px;
  width: 90%;
  right: 0;
  padding: 2px;
}
.membership-details .front-card {
  position: relative;
  height: 332px;
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}
.membership-details .front-card img,
#card-front-svg-container {
  position: absolute;
  width: 90%;
  box-shadow: 0px 8px 24px rgba(0, 59, 82, 0.25);
  border-radius: 12px;
  padding: 2px;
}
.membership-details .front-card .fullname {
  margin: 190px 0 0 20px;
  font-weight: 600;
  font-size: 1.2em;
  color: #3a3c45;
}
.membership-details .front-card .medical {
  margin: 88px 0 0 41px;
}
.membership-details .front-card .prescriptions {
  margin: 68px 0 0 41px;
}
.membership-details .front-card .number,
.membership-details .front-card .allocationtype {
  margin-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1em;
  color: #3a3c45;
}
.membership-details .medical p,
.membership-details .prescriptions p {
  color: #479cd6;
  font-weight: 600;
  margin: 0;
  font-size: 0.8em;
}
.membership-details .details-cell {
  padding: 8px;
}
.membership-details input:-moz-read-only {
  background: rgba(195, 205, 213, 0.28) !important;
  border: 1px solid #C3CDD5;
  box-sizing: border-box;
  border-radius: 2px;
}
.membership-details input:read-only {
  background: rgba(195, 205, 213, 0.28) !important;
  border: 1px solid #C3CDD5;
  box-sizing: border-box;
  border-radius: 2px;
}
.membership-details fieldset[aria-label=Details] {
  display: none;
}
.membership-details fieldset[aria-label=Details] .btn-primary,
.membership-details fieldset[aria-label=Details] .btn-primary:active:hover,
.membership-details fieldset[aria-label=Details] .btn-primary:active:focus,
.membership-details fieldset[aria-label=Details] .btn-primary:active.focus {
  color: #fff;
}
.membership-details fieldset[aria-label=Details] .form-control[disabled],
.membership-details fieldset[aria-label=Details] .form-control[readonly] {
  background: rgba(195, 205, 213, 0.28) !important;
  border: 1px solid #C3CDD5;
  box-sizing: border-box;
  border-radius: 2px;
}
.membership-details fieldset[aria-label=Details] label {
  font-weight: 600;
}
.membership-details .table .zero-cell {
  display: none;
}
.membership-details fieldset[disabled] .form-control {
  background: rgba(195, 205, 213, 0.28) !important;
  border: 1px solid #C3CDD5;
  box-sizing: border-box;
  border-radius: 2px;
}
.membership-details .sendStatement {
  margin-right: 25px;
  margin-top: 5px;
}
.membership-details #ametros_sendpaperstatement {
  display: none;
}

#liquid_form {
  position: relative;
}

.summary .section-knowledge .container {
  padding-left: 30px;
  padding-right: 42px;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .membership-details .medical {
    margin: 63px 0 0 29px;
  }
  .membership-details .prescriptions {
    margin: 40px 0 0 29px;
  }
  .membership-details .fullname {
    margin: 140px 0 0 20px;
    font-weight: bold;
    font-size: 1em;
  }
}
@media screen and (max-width: 991px) {
  .membership-details .front-card .medical {
    margin: 47px 0 0 22px;
  }
  .membership-details .front-card .prescriptions {
    margin: 28px 0 0 22px;
  }
  .membership-details .front-card .medical p,
  .membership-details .front-card .prescriptions p {
    font-size: 0.6em;
  }
  .membership-details .front-card .fullname {
    margin: 112px 0 0 20px;
    font-size: 0.6em;
  }
  .membership-details .front-card .number,
  .membership-details .front-card .allocationtype {
    margin-left: 20px;
    font-size: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  .down-layer.details-layer {
    height: 440px;
  }
  .membership-details .medical p,
  .membership-details .prescriptions p {
    font-size: 0.8em;
  }
  .membership-details .front-card {
    height: 260px;
    width: 410px;
    margin: 0 auto;
  }
  .membership-details .front-card img {
    width: 90%;
  }
  .membership-details .front-card .medical {
    margin: 60px 0 0 29px;
  }
  .membership-details .front-card .prescriptions {
    margin: 42px 0 0 29px;
  }
  .membership-details .front-card .fullname {
    margin: 140px 0 0 20px;
    font-weight: bold;
    font-size: 1em;
  }
  .membership-details .front-card .number,
  .membership-details .front-card .allocationtype {
    margin-left: 20px;
    font-size: 0.8em;
  }
  .membership-details .back-card {
    width: 410px;
    margin: 0 auto;
  }
  .membership-details .back-card img {
    width: 90%;
    right: unset;
  }
  .membership-details #Cases table > tbody > tr {
    position: relative;
  }
  .membership-details #Cases table > tbody > tr > td:last-of-type {
    padding: 0;
  }
  .membership-details #Cases table > tbody > tr > td:last-of-type > .dropdown.action {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .membership-details #Documents .table-fluid td {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 468px) {
  .membership-details .front-card {
    width: 300px;
    margin: 0 auto;
    height: 200px;
  }
  .membership-details .front-card img {
    width: 90%;
  }
  .membership-details .front-card .medical {
    margin: 46px 0 0 21px;
  }
  .membership-details .front-card .prescriptions {
    margin: 28px 0 0 21px;
  }
  .membership-details .front-card .medical p,
  .membership-details .front-card .prescriptions p {
    font-size: 0.6em;
  }
  .membership-details .front-card .fullname {
    margin: 110px 0 0 15px;
    font-size: 0.7em;
  }
  .membership-details .front-card .number,
  .membership-details .front-card .allocationtype {
    margin-left: 15px;
    font-size: 0.6em;
  }
  .membership-details .back-card {
    width: 300px;
    margin: 0 auto;
  }
  .membership-details .back-card img {
    width: 90%;
    right: unset;
  }
}
/*--- PROFILE ---*/
#ProfileFormView {
  padding-top: 20px;
  border: none;
}
#ProfileFormView table > tbody > tr > td:first-of-type {
  padding-left: 0;
}
#ProfileFormView table > tbody > tr > td:nth-last-of-type(2) {
  padding-right: 0;
}
#ProfileFormView .cell input[type=text],
#ProfileFormView .cell select,
#ProfileFormView .cell textarea {
  background: #fff;
  border: 1px solid #C3CDD5;
  box-sizing: border-box;
  border-radius: 2px;
}

.profile {
  position: relative;
}
.profile .panel {
  background-color: transparent;
  border: none;
}
.profile .list-group.weblinks {
  background: #fff;
  border: none;
  color: #698396;  
  margin-left: 0;
}

.profile .list-group-item { 
  color: #698396;
  border: none;
  margin-bottom: 0; 
}

.profile .list-group-item.activelink,
.profile .list-group-item:hover,
.profile .list-group-item:focus {  
  color: #3a3c45; 
  border: 1px solid #ddd;
  border-left: 3px solid #0F5B8A;
}

.page-heading {
  padding-top: 7px;
  position: relative;
}

.list-group.nav-profile,
.list-group.weblinks {
  margin-bottom: 0;
  background: transparent;
  border: none;
  border-color: #C3CDD5;
}

.nav-profile .list-group-item {
  border: none;
  margin-bottom: 0px;
  border-bottom: 1px solid #C3CDD5;
  color: #698396;
  font-weight: 600;
  font-size: 16px;
  margin-left: 3px;
}

.list-group.weblinks a {
  color: #698396;
  font-weight: 600;
  font-size: 16px;
}

.nav-profile .list-group-item.active,
.nav-profile .list-group-item.active:hover,
.nav-profile .list-group-item.active:focus {
  background-color: transparent;
  color: #3a3c45;
  border: none;
  border-left: 3px solid #0F5B8A;
  margin-left: 0;
}

.breadcrumbs-layer {
  background: #C3CDD5;
  height: 36px;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0px;
}

.profile-layer {
  background: url("homelayer.png") no-repeat left;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 35px;
  height: 100px;
}

.page-header {
  color: #3a3c45;
  border: none;
}
.page-header > .col-md-2 > span > span {
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: #3a3c45;
  font-weight: bold;
  font-size: 44px;
}
.page-header > h1 > span > span {
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: #3a3c45;
  font-weight: bold;
  font-size: 44px;
}
.page-header #header-page-title {
  margin-top: 30px;
}

.page-copy {
  padding-top: 20px;
  display: none;
}

.panel-heading {
  display: none;
}
.panel-heading .breadcrumb {
  font-weight: 600;
  text-transform: uppercase;
  color: #698396;
  margin-bottom: 0;
}
.panel-heading .breadcrumb a,
.panel-heading .breadcrumb a:hover,
.panel-heading .breadcrumb a:focus {
  color: #0F5B8A;
}

#mainContent > fieldset > legend {
  margin-bottom: 0;
  border: 0;
  font-weight: 600;
  font-size: 26px;
  color: #3a3c45;
}

#mainContent .alert {
  background: rgba(59, 171, 184, 0.25);
  border-radius: 4px;
  font-weight: 600;
  color: #3a3c45;
}

#mainContent .alert .pull-right a {
  background: #fff;
  border: 2px solid #489fdf;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px rgba(0, 59, 82, 0.2);
  border-radius: 2px;
  font-weight: 600;
  color: #489fdf;
}

#mainContent .alert .pull-right a .fa {
  float: right;
  padding-left: 5px;
}

.well {
  display: none;
}

.crmEntityFormView .section-title {
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #698396;
  padding-bottom: 10px;
}

.crmEntityFormView .cell.boolean-radio-cell input[type=radio] {
  margin: 5.4px 10px 5px 15px;
}

.crmEntityFormView fieldset {
  margin-bottom: 0;
}

#mainContent {
  margin-bottom: 50px;
}

#mainContent input[type=button],
#sendCardBtn {
  float: right;
  background: #489fdf;
  border: 2px solid #489fdf;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px rgba(0, 59, 82, 0.2);
  border-radius: 2px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

#mainContent input[type=button]:hover,
#sendCardBtn:hover {
  background-color: #2675b0;
}

.crmEntityFormView .cell.checkbox-cell:first-child {
  padding: 0 28px 10px;
}

form[action="/en-US/Account/Manage/ChangePassword"] label span {
  display: block;
  float: left;
}
form[action="/en-US/Account/Manage/ChangePassword"] input.form-control {
  background: #fff;
  border: 1px solid #C3CDD5;
  box-sizing: border-box;
  border-radius: 2px;
}
form[action="/en-US/Account/Manage/ChangePassword"] button.btn-primary {
  float: right;
  background: #489fdf;
  border: 2px solid #489fdf;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px rgba(0, 59, 82, 0.2);
  border-radius: 2px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

#mainContent > div.form-horizontal > fieldset > ul > li.clearfix.list-group-item {
  background: #fff;
  border: 1px solid #C3CDD5;
  box-sizing: border-box;
}

#mainContent > div.form-horizontal > fieldset > ul > li.clearfix.list-group-item button.btn-default {
  background: #489fdf;
  border: 2px solid #489fdf;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px rgba(0, 59, 82, 0.2);
  border-radius: 2px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}

.btn.btn-danger:hover {
  color: #fff;
  background-color: #843534;
  border-color: #7d3231;
}

.btn.btn-danger {
  font-size: 12px;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .navbar-inverse .navbar-toggle {
    margin-top: 18px;
  }
}
@media (max-width: 992px) {
  .profile-layer {
    height: 8.5%;
  }
  .page-copy {
    background: transparent;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .crmEntityFormView .cell.checkbox-cell:first-child {
    padding: 0;
  }
  .crmEntityFormView .section-title {
    padding: 0;
  }
}
@media (max-width: 330px) {
  .breadcrumbs-layer {
    height: 54px;
  }
}
/*--- REDEEM INVITATION ---*/
.redeem-invite {
  height: 100%;
  color: #3a3c45;
}
.redeem-invite .text-start {
  text-align: left;
}
.redeem-invite #content {
  display: none;
  padding: 0;
}
.redeem-invite #content > .page-content.row {
  margin: 20px 0 0;
}
.redeem-invite #content > .page-content > form {
  background: #fff;
  box-shadow: 0px 8px 24px rgba(0, 59, 82, 0.25);
  border-radius: 12px;
}
.redeem-invite #content .form-control {
  background: #fff !important;
  border: 2px solid #C3CDD5;
  box-sizing: border-box;
  border-radius: 4px;
}
.redeem-invite #content .form-horizontal {
  padding: 4% 7% 2%;
}
.redeem-invite #content .form-horizontal > fieldset > legend {
  border: none;
}
.redeem-invite #content .form-horizontal > fieldset > legend span > span {
  font-weight: 600;
  font-size: 22px;
  color: #3a3c45;
}
.redeem-invite label.control-label.required:before {
  display: none;
}
.redeem-invite label span {
  font-weight: 600;
  color: #3a3c45;
}
.redeem-invite label.control-label {
  padding-top: 0;
  margin-bottom: 5px;
}
.redeem-invite .checkbox input[type=checkbox] {
  margin-top: 5px;
}
.redeem-invite .checkbox label span > span {
  font-weight: normal;
  color: #698396;
}
.redeem-invite button {
  margin-top: 10px;
  margin-right: 0;
  width: 20%;
  background: #489fdf;
  box-shadow: 0px 4px 12px rgba(0, 59, 82, 0.2);
  border-radius: 4px;
  height: 45px;
  font-weight: 600;
  color: #fff;
}
.redeem-invite button:hover {
  background: #2675b0;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .redeem-invite {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 572px) {
  .redeem-invite {
    padding-left: 20px;
    padding-right: 20px;
  }
  .redeem-invite button {
    width: 40%;
  }
  .redeem-invite #content .form-horizontal > fieldset > legend > span > span {
    font-size: 18px;
  }
}
/*--- REGISTRATION ---*/
.register {
  color: #2B4050;
}
.register #mainContent {
  margin-bottom: 0px;
}
.register #ValidationSummary1 li a {
  margin-left: 0;
}
.register #content {
  display: none;
  padding: 0;
  margin-bottom: 0px;
}
.register #content > .page-content > form > div > .row {
  margin: 0;
}
.register label.control-label.required:before {
  display: none;
}
.register #content .row .form-horizontal {
  padding: 5% 9% 5%;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(0, 59, 82, 0.25);
  border-radius: 12px;
  width: 50%;
  margin: 10px auto;
  text-align: center;
}
.register #content .row .form-horizontal img {
  width: 50%;
  margin-bottom: 20px;
}
.register #ContentContainer_MainContent_MainContent_RegisterLocalFormHeading,
.register #ContentContainer_MainContent_MainContent_RegisterExternalLabel {
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #2B4050;
  margin-bottom: 0;
  padding-bottom: 0;
}
.register #content .row .form-horizontal legend {
  border: none;
  text-align: center;
  margin-bottom: 0;
}
.register #content .form-control {
  color: #2B4050;
  background: #FFFFFF !important;
  border: 2px solid #C3CDD5;
  box-sizing: border-box;
  border-radius: 4px;
}
.register .form-horizontal .material-icons {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  top: 8px;
  color: #C3CDD5;
  right: 25px;
}
.register .login-heading-section {
  padding-bottom: 0;
}
.register #ContentContainer_MainContent_MainContent_ExternalLoginButtons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.register #ContentContainer_MainContent_MainContent_ExternalLoginButtons button:first-of-type {
  width: 100%;
  position: relative;
}
.register label span {
  font-weight: 600;
  color: #2B4050;
}
.register label.control-label {
  padding-top: 0;
  margin-bottom: 5px;
}
.register button,
.register #SubmitButton {
  margin-right: 0;
  width: 100%;
  background: #489fdf;
  box-shadow: 0px 4px 12px rgba(0, 59, 82, 0.2);
  border-radius: 4px;
  height: 45px;
  font-weight: 600;
  color: #fff;
}
.register #SubmitButton:hover {
  background: #2675b0;
  border: none;
}
.register #ClearAll {
  border: none;
  width: 100%;
  height: 45px;
  color: #fff;
  line-height: 32px;
  background: #C3CDD5;
  box-shadow: 0px 4px 12px rgba(0, 59, 82, 0.2);
  border-radius: 4px;
  font-weight: 600;
  margin-top: 15px;
}
.register #ClearAll:hover,
.register #ClearAll:focus,
.register #ClearAll:active {
  background: rgb(181, 189, 196);
}
.register legend {
  color: #2B4050;
}
.register .text-start {
  text-align: left;
}
.register button[title=Google], .register button[title=Facebook] {
  background: #489fdf;
  box-shadow: 0px 4px 12px rgba(0, 59, 82, 0.2);
  border-radius: 4px;
  height: 45px;
  color: #fff;
  border: none;
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 20px;
  padding-left: 30px;
}
.register button[title=Google] img, .register button[title=Facebook] img {
  position: absolute;
  left: 2px;
  top: 2px;
  padding: 9px;
  height: 41px;
  margin: 0;
  background: #fff;
  width: 42px !important;
}
.register button[title=Google]:hover,
.register button[title=Facebook]:hover {
  background: #2675b0;
}
.register .bottom-link {
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  align-items: center;
  text-align: center;
  color: #005F83;
  margin-bottom: 15px;
}
.register .bottom-link a {
  color: #005F83;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}
.register .register-description {
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #2B4050;
}
.register .register-header {
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #2B4050;
}

#mainContent .alert.alert-danger,
#mainContent .alert.alert-info {
  background-color: rgba(75, 158, 215, 0.2);
  border-color: rgba(75, 158, 215, 0.2);
  border-radius: 4px;
  font-weight: 600;
  margin: 0 15px 15px;
}

.alert.alert-block.alert-danger,
.carehub-issue-alert {
  background-color: #fdeded !important;
  color: #661d19 !important;
  border: 1px solid #f9cac8 !important;
  border-radius: 6px !important;
}


#ContentContainer_MainContent_MainContent_SecureRegister {
  margin-bottom: 20px;
}

form[action="/request-invitation/"] {
  height: 100%;
}
form[action="/request-invitation/"] #EntityFormPanel {
  background: none;
  border: none;
}
form[action="/request-invitation/"] .crmEntityFormView .cell {
  padding-left: 0;
  padding-right: 0;
}
form[action="/request-invitation/"] #InsertButton {
  color: white;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .register #content > .page-content > form > div > .row #ContentContainer_MainContent_MainContent_LocalLogin .form-horizontal {
    margin-left: 0px;
  }
  .register #content > .page-content > form > div > .row #ContentContainer_MainContent_MainContent_ExternalLogin .form-horizontal {
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
  }
  .register #content .row .form-horizontal {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .register {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 490px) {
  .register button {
    font-size: 0.8em;
  }
  .register button img {
    margin-right: 5px;
  }
  .register #SubmitButton,
  .register #ClearAll {
    width: 100%;
    height: 40px;
    line-height: 29px;
    font-size: 14px;
    margin-left: 0;
    margin-right: 0;
    float: none;
    margin-bottom: 15px;
  }
}
#invitation-modal {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.7);
}
#invitation-modal .invitation-modal-content {
  border: 1px solid #489fdf;
  width: 70% !important;
  margin-top: 10% !important;
  box-shadow: none !important;
  padding: 2% !important;
}
#invitation-modal .invitation-modal-content button {
  border: none;
  width: 75%;
}

#invitation-modal-close {
  margin-left: 95%;
  font-size: 2.5rem;
  cursor: pointer;
}

/*--- REGISTRATION FAILED ---*/
.register-external-failed {
  height: 100%;
  color: #3a3c45;
}
.register-external-failed #content {
  padding: 0;
}
.register-external-failed #content .page-content > form {
  background: #fff;
  box-shadow: 0px 8px 24px rgba(0, 59, 82, 0.25);
  border-radius: 12px;
}
.register-external-failed #content > .page-content.row {
  margin: 20px 0 0;
}
.register-external-failed #content .form-horizontal {
  padding: 4% 7% 2%;
}
.register-external-failed #content .form-horizontal .form-group {
  margin-bottom: 10px;
}
.register-external-failed #content .form-horizontal > fieldset > .validation-summary-errors {
  margin: 0;
  margin-bottom: 15px;
}
.register-external-failed #content .form-horizontal > fieldset > legend {
  border: none;
}
.register-external-failed #content .form-horizontal fieldset > legend > span > span {
  font-weight: 600;
  font-size: 22px;
  color: #3a3c45;
}
.register-external-failed #content .form-control {
  background: #fff !important;
  border: 2px solid #C3CDD5;
  box-sizing: border-box;
  border-radius: 4px;
}
.register-external-failed #content fieldset legend {
  border: none;
  margin-bottom: 20px;
}
.register-external-failed #content label.control-label.required:before {
  display: none;
}
.register-external-failed #content label span {
  font-weight: 600;
  color: #3a3c45;
}
.register-external-failed #content button {
  margin-top: 10px;
  margin-right: 0;
  width: 20%;
  background: #489fdf;
  box-shadow: 0px 4px 12px rgba(0, 59, 82, 0.2);
  border-radius: 4px;
  height: 45px;
  font-weight: 600;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .register-external-failed {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*--- REGISTRATION INSTRUCTIONS ---*/
.instructions .col-md-4 {
  margin-top: 30px;
}
.instructions .knowledge-card {
  margin-right: 0;
  margin-left: 0;
}
.instructions .knowledge-card .card-title {
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: #3a3c45;
  font-weight: 600;
  margin: 0;
  padding: 20px;
}
.instructions .knowledge-card p.card-text {
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: #3a3c45;
  font-weight: 400;
  margin-top: 0;
  padding: 0 20px;
}
.instructions .knowledge-card .additional-info {
  padding-right: 20px;
  padding-bottom: 15px;
  text-align: end;
}
.instructions .knowledge-card .additional-info a {
  color: #489fdf;
}

.registration-instruction {
  margin: 20px auto;
}
.registration-instruction p {
  font-size: 15px;
  color: #3a3c45;
  line-height: 175%;
}
.registration-instruction ul {
  color: #3a3c45;
  line-height: 175%;
  padding-left: 25px;
  font-weight: 600;
}
.registration-instruction h4 {
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #3a3c45;
  line-height: 175%;
}
.registration-instruction li {
  color: #3a3c45;
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}

/* RESPONSIVE */
@media (max-width: 460px) {
  .registration-instruction {
    margin: 20px 10px;
  }
}
/*--- REQUEST INVITATION ---*/
.request-invite {
  height: 100%;
  color: #3a3c45;
}
.request-invite .container {
  padding: 0;
}
.request-invite .captcha-cell label {
  display: block;
  margin-top: 10px;
}
.request-invite #EntityFormControl_0b68702a82adeb118236000d3a32380b {
  background: #fff;
  box-shadow: 0px 8px 24px rgba(0, 59, 82, 0.25);
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.request-invite #EntityFormControl_0b68702a82adeb118236000d3a32380b #EntityFormPanel {
  padding: 4% 7% 2%;
}
.request-invite #scnsoft_email,
.request-invite .captcha-cell input {
  background: #fff !important;
  border: 1px solid #C3CDD5;
  box-sizing: border-box;
  border-radius: 4px;
}
.request-invite .captcha-cell img,
.request-invite .captcha-cell a {
  margin-bottom: 5px;
}
.request-invite #MessagePanel {
  background: rgba(75, 158, 215, 0.2);
  background-color: rgba(75, 158, 215, 0.2);
  border-color: rgba(75, 158, 215, 0.2);
  border-radius: 5px;
  font-weight: 600;
}
.request-invite #EntityFormControl label {
  font-weight: 600;
  color: #3a3c45;
}
.request-invite .tooltip {
  left: 40px !important;
}
.request-invite #InsertButton {
  margin-top: 10px;
  margin-right: 0;
  width: 20%;
  background: #489fdf;
  box-shadow: 0px 4px 12px rgba(0, 59, 82, 0.2);
  border-radius: 4px;
  height: 45px;
  font-weight: 600;
  color: #fff;
}
.request-invite #InsertButton:hover {
  background: #2675b0;
}

/*RESPONSIVE*/
@media (max-width: 767px) {
  .request-invite {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
  }
  .request-invite #InsertButton {
    width: 40%;
  }
}
/*--- SIGN IN ---*/
.signinpage {
  color: #3a3c45;
}
.signinpage #content {
  display: block;
  padding: 0;
  margin-bottom: 0px;
}
.signinpage #mainContent {
  margin-bottom: 20px;
}
.signinpage #content > .page-content > .row {
  margin: 0;
}
.signinpage .form-horizontal .checkbox {
  text-align: left;
}
.signinpage label.control-label.required:before {
  display: none;
}
.signinpage #content > .page-content > .row form {
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(0, 59, 82, 0.25);
  border-radius: 12px;
  width: 50%;
  margin: auto;
}
.signinpage #content > .page-content > .row .col-md-6:nth-of-type(1) form {
  margin-right: 20px;
}
.signinpage #content > .page-content > .row .col-md-6:nth-of-type(2) form {
  margin-left: 30px;
  position: relative;
}
.signinpage #content .row .form-horizontal {
  padding: 8% 15% 5%;
  margin-bottom: 20px;
}
.signinpage #content .row .col-md-12:last-of-type .form-horizontal {
  height: 500px;
  margin-top: 50px;
  margin-bottom: 100px;
}
.signinpage #content .form-control {
  background: #FFFFFF;
  border: 2px solid #C3CDD5;
  box-sizing: border-box;
  border-radius: 4px;
}
.signinpage .form-horizontal .material-icons {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  top: 8px;
  color: #C3CDD5;
  right: 25px;
}
.signinpage label span {
  font-weight: 600;
  color: #3a3c45;
}
.signinpage .checkbox label span > span {
  font-weight: normal;
  color: #698396;
  line-height: 20px;
}
.signinpage .checkbox input[type=checkbox] {
  margin-top: 3px;
}
.signinpage #external-login-heading {
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #3a3c45;
  text-align: left;
  border: none;
  margin-bottom: 10px;
  flex-grow: 1;
  padding-bottom: 0;
}
.signinpage #local-login-heading {
  text-align: center;
}
.signinpage #local-login-heading img {
  width: 50%;
}
.signinpage .signin-heading {
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #3a3c45;
}
.signinpage #submit-signin-local {
  border-color: #489fdf;
  width: 100%;
  height: 45px;
  color: #fff;
  margin-right: 0;
  background: #489fdf;
  box-shadow: 0px 4px 12px rgba(0, 59, 82, 0.2);
  border-radius: 4px;
  font-weight: 600;
  margin-left: 0;
}
.signinpage #submit-signin-local:hover {
  background: #2675b0;
  border: none;
}
.signinpage button {
  border-radius: 3px;
  height: 45px;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
}
.signinpage #content {
  display: none;
}
.signinpage #Forgot {
  border: none;
  width: 100%;
  height: 45px;
  color: #fff;
  line-height: 33px;
  background: #C3CDD5;
  box-shadow: 0px 4px 12px rgba(0, 59, 82, 0.2);
  border-radius: 4px;
  font-weight: 600;
  margin-top: 15px;
}
.signinpage #Forgot:hover,
.signinpage #Forgot:active,
.signinpage #Forgot:focus {
  background: rgb(181, 189, 196);
}
.signinpage .text-align-left {
  text-align: left;
  margin-bottom: 5px;
  font-weight: 600;
}
.signinpage #Google,
.signinpage #Facebook {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
}
.signinpage #Google:hover,
.signinpage #Facebook:hover {
  background: #2675b0;
}
.signinpage #Facebook {
  margin-top: 10px;
}
.signinpage #Google img,
.signinpage #Facebook img {
  position: absolute;
  left: 1px;
  top: 1px;
  padding: 9px;
  height: 41px;
  margin: 0;
  background: #fff;
  width: 42px !important;
}
.signinpage button img {
  height: 50%;
  margin: 5px;
  margin-right: 15px;
}
.signinpage .bottom-link {
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 140%;
  align-items: center;
  text-align: center;
  color: #005F83;
  margin-bottom: 15px;
}
.signinpage .bottom-link > a {
  color: #005F83;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}

.nav .fa-sign-in {
  display: none;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .signinpage #content > .page-content > .row .col-md-6:nth-of-type(1) form {
    margin-right: 0px;
  }
  .signinpage #content > .page-content > .row .col-md-6:nth-of-type(2) form {
    margin-left: 0px;
    margin-top: 20px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .signinpage {
    padding-left: 20px;
    padding-right: 20px;
  }
  .signinpage #content > .page-content > .row form {
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 490px) {
  .signinpage button {
    font-size: 0.8em;
  }
  .signinpage button img {
    margin-right: 5px;
  }
  .signinpage #submit-signin-local,
  .signinpage #Forgot {
    width: 100%;
    height: 40px;
    line-height: 29px;
    font-size: 14px;
    margin-left: 0;
    margin-right: 0;
    float: none;
    margin-top: 10px;
  }
  .signinpage #content .row .form-horizontal {
    height: 415px;
  }
  .signinpage #Google,
  .signinpage #Facebook {
    width: 100%;
    position: relative;
    text-align: center;
    padding-left: 35px;
  }
}
/*--- TERMS AND CONDITIONS ---*/
.entry-title {
  margin: 0 auto 50px auto;
  text-align: center;
  max-width: 1200px;
  line-height: 1.25;
  font-size: 36px;
  color: #006185;
  font-weight: 700;
}

.secondary-title {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 700;
}

.knowledge-article img {
    max-width: 700px;
    /*width: 100% !important;
    height: 100% !important;*/
}

@media (max-width: 490px) {
  .knowledge-article h1 {
    font-size: 32px;
  }
}/*# sourceMappingURL=z-ametros.css.map */

.li-home-portal-perks {
  font-size: 16px;
}
.portal-perks-header {
  margin-top: 60px !important;
}

.my-bills-description,
.account-details-description,
.card-description,
.statements-description,
.documents-description,
.order-medical-equipment-instructions,
.request-membership-card-instructions,
.cases-instructions,
.pharmacy-questions-instructions {
  margin: 40px;
}