html,
body {
    height: 100%;
    font-size: 12px;
}

.page-header-z-index {
    position: relative;
    z-index: 5;
}

.container_wide-layout {
    width: 90%;
    max-width: none;
}

.only-for-print {
    display: none;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.wrap > .container-fluid {
    margin-top: 70px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.forgot-pass-link {
    color: #999;
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.bottom-padding-rule-builder {
    padding-bottom: 10px;
}

.rule-block {
    position: relative;
}

.rule-block_delete-rule {
    position: absolute;
    top: 10px;
    right: 10px;
}

.rule-block_delete-row-col {
    text-align: right;
    padding-top: 23px;
}

.col-checkbox {
    padding-top: 24px;
}

.checkbox-group-col .checkbox-inline {
    margin-left: 10px !important;
    display: block;
}

.well-md-col {
    padding-top: 20px;
}

.hide-option-group optgroup[disabled] {
    display: none;
}

.claim-form .wizard .tab-pane {
    padding-top: 0;
}

.claim-form .wizard .nav-tabs {
    margin-top: 0;
}

.claim-form .wizard {
    margin-top: 0;
}

.claim-create .table {
    margin-bottom: 0;
}

.plan-detail-header {
    cursor: pointer;
}

.plan-detail-header_title {
    float: left;
}

.plan-detail-header_remove {
    float: right;
}

.lti-amount-tooltip {
    font-size: 20px;
    padding-top: 26px;
    cursor: pointer;
}

.tooltip-inner {
    max-width: 150px;
    width: 150px;
}

.exceptions-list {
    margin-top: 15px;
}

.exceptions-list .xplan-detail-form {
    background-color: transparent;
}

.plan-detail-info_with-exceptions {
    margin-bottom: 20px;
}

.plan-detail-info_with-exceptions table {
    margin-bottom: 0;
}

.benefit_access {
    position: relative;
}

.benefit_access .benefit_access__delete {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.benefit_access__label {
    margin-top: 10px;
    text-align: right;
}

.svg-chart-title {
    font-size: 18px;
    font-weight: 500;
}

#chart svg {
    height: 400px;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chart svg {
    height: 350px;
}

.chart-info {
    padding-top: 100px;
}

.navbar-default {
    /*background-color: #607D8B;*/
    background-color: #0080bc;
    border-color: #263238;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #fff;
}
.navbar-default .navbar-text {
    color: #eceff1;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #1a8dc3;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    /* greenesh color
    background-color: #546E7A;
    */
    background-color: #dd4325;
}
.navbar-default .navbar-toggle {
    border-color: #546e7a;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #546e7a;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #80f6b2;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #80f6b2;
}
.navbar-default .navbar-link {
    color: #4fc3f7;
}
.navbar-default .navbar-link:hover {
    color: #4fc3f7;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #e1f62f;
    /*background-color: #7f9aa7;*/
    background-color: #dd4325;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d0dadf;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #e1f62f;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #e1f62f;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #e1f62f;
        background-color: #e1f62f;
    }

    .feedback-search .panel-body {
        display: none;
    }
}

@media (min-width: 992px) {
    .feedback-search .panel-body {
        display: block !important;
    }
}

.list-group_notifications {
    margin: 0;
    border: none;
    width: 350px;
    max-height: 400px;
    overflow-y: auto;
}

.list-group_notifications .list-group-item {
    border: none;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.list-group_notifications .list-group-item-heading {
    color: #bebebe !important;
}

.list-group_notifications .list-group-item:last-child {
    border: none;
}

.notification-icon .caret {
    display: none;
}

.claim-detail-view .detail-view {
    margin-bottom: 0;
}

.custom-columns-collapse {
}

.custom-columns-collapse .list-group {
    margin-bottom: 0;
    height: 228px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ddd;
}

.profileShortcuts {
    width: 100%;
    list-style: none;
    margin-left: 0;
    margin-bottom: -10px;
    padding: 0;
    text-align: center;
}

.profileShortcuts .head {
    font-size: 10px;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.profileShortcuts .number {
    font-family: "Signika";
    float: left;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
}

.profileShortcuts li {
    display: inline-block;
    margin: 0 5px 5px 0;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.chartShortcuts {
    width: 100%;
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}
.chartShortcuts li {
    display: inline-block;
    margin: 0 5px 5px 0;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.chartShortcuts a {
    float: left;
    color: #666666;
    min-width: 150px;
    padding: 10px 0px 10px 10px;
    background: url(../images/icons/external.png) no-repeat;
    background-position: 150% center;
    text-align: left;
}
.chartShortcuts a:hover {
    background-position: 85% center;
    color: #444444;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.chartShortcuts .head {
    font-size: 11px;
    text-transform: uppercase;
    float: left;
    width: 100%;
}
.chartShortcuts .number {
    font-family: "Signika";
    float: left;
    font-size: 21px;
    font-weight: 700;
    width: 100%;
}

.charts-list {
}
.charts-list .col-md-6:nth-child(2n) {
    border-left: 1px solid #eee;
}
.nv-legend-text {
    font-size: 9px !important;
}
.theme-krajee-svg.rating-xs .krajee-icon {
    width: 24px;
    height: 24px;
}

.meta {
    display: block;
    width: 100%;
    clear: both;
    background: #fff;
    padding-bottom: 10px;
}

.btn-group {
    display: flex;
    height: 32px;
    line-height: 30px;
    border: 1px solid #d8dfec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.btn-group .item {
    flex: 1;
    cursor: pointer;
    font-size: inherit;
    line-height: inherit;
    text-align: center;
    text-decoration: none;
    border-left: 1px solid #d8dfec;
    background: #f5f7fa;
    -webkit-box-shadow: inset 0px 1px 0px #fff;
    box-shadow: inset 0px 1px 0px #fff;
    -webkit-transition: background 0.2s, color 0.2s;
    -o-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.btn-group .item i {
    line-height: inherit;
    vertical-align: top;
    font-size: 16px;
}

.btn-group .item:first-child {
    border-left: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    -o-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.btn-group .item:last-child {
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -ms-border-top-right-radius: 3px;
    -o-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    -o-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.btn-group .item:hover {
    background: #eff2f8;
}

.btn-group .item:active {
    transition-duration: 0.1s;
    background: #e8ecf5;
}

.invoice-total-table {
    width: 361px;
}

.invoice-total-table th,
.invoice-total-table td {
    width: 180px;
}

.invoice-total-column {
    width: 180px;
}

.policy-chronology {
    max-height: 300px;
    padding: 0 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.policy-chronology__item {
    border: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.calendar-chart {
    position: relative;
}

.calendar-legends-title {
    position: absolute;
    bottom: -2px;
    left: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.calendar-legends-title span {
    display: inline-block;
    width: 184px;
    padding: 0 0 0 0;
}

.enrollment-template-body__delete {
    display: none;
    position: absolute;
    right: 10px;
    top: 0;
}

.enrollement-template-body-rows .enrollment-template-body__delete {
    display: block;
}

.template-row-settings {
    position: relative;
}

.unset-padding ul {
    padding-left: 10px;
}

.member-sensetive-info {
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    padding: 10px;
    width: 400px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.node ellipse {
}

.node circle {
    cursor: pointer;
}

path.link {
    fill: none;
    stroke: #666;
    stroke-width: 1.5px;
    /*stroke-opacity: .6;*/
}

path.dashed {
    stroke: #ff0000;
    stroke-dasharray: 20, 20;
    /*stroke-opacity: .6;*/
}

fieldset {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 5px;
    margin-bottom: 5px;
    border-bottom: none;
}

.status-map-chart {
    border: 1px solid gray;
}

.plan-form-company-info .kv-attribute {
    display: block !important;
}

.print-page-break {
    border-bottom: 1px dashed gray;
}

.plan-details-accordion {
}

.plan-details-accordion .ui-state-default {
    background: none;
    border: 1px solid #ddd;
    line-height: 1.4;
    padding: 8px;
}

.plan-details-accordion .ui-state-active {
    background-color: #d0dadf;
}

.plan-details-accordion .detail-view {
    margin: 0;
}

.plan-details-accordion .ui-accordion .ui-accordion-content {
    padding: 0;
    border: none;
}

.tabs-margin-bottom .nav-tabs {
    margin-bottom: 10px;
}

.cloned-rows .btn-success {
    display: none;
}

.cloned-rows:last-of-type .btn-success {
    display: inline-block;
}

.readonly-col {
    padding-top: 8px;
}

.col-md-4 .form-group {
    margin-bottom: 11px;
}

.form-control-warning {
    background-color: #fcf8e3;
}

.table hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.narrow {
    margin-top: 5px;
    margin-bottom: 10px;
}

div.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 6rem;
}

.tooltip-inner {
    max-width: 100% !important;
}

.gridview-pagesize {
    display: inline-block;
    padding-right: 10px;
}

.faq-accordion #faq-list-accordion {
    display: none;
}

#faq-list-accordion.ui-accordion {
    display: block;
}

.grid-view .summary {
    display: inline-block;
}

.faq-accordion .ui-state-default {
    background: none;
    padding: 1em 0.5em 1em 0.7em;
}

.faq-accordion .ui-state-active {
    background: #dd4325;
    color: #fff;
}

.faq-accordion .ui-accordion-content-active {
    border-color: #dd4325;
}

.panel-heading h3 {
    padding-top: 6px;
}

.table-inner {
}

.table-inner td {
    border-top: none !important;
}

.horizontal-scroll {
    max-width: 100%;
    position: relative;
}

.horizontal-scroll__inner {
    height: 100%;
    overflow-x: scroll;
    overflow-y: visible;
}

.horizontal-scroll .table {
    border-left: none;
}

.horizontal-scroll .table tr {
    background-color: white;
}

.horizontal-scroll .table td,
.horizontal-scroll .table th {
    white-space: nowrap;
}

.fixed-table-column {
    position: absolute;
    left: 0;
    background-color: inherit;
}

.fixed-table-column_hidden {
    border: none !important;
    background-color: transparent !important;
}

.print-preview {
    position: relative;
}

.print-preview__text {
    position: absolute;
    top: 50%;
    left: 15%;
    color: #bebebe;
    font-size: 120px;
    z-index: -1;
    transform: rotate(30deg);
}

.claim-medications-block .claim-medications-block__item {
    padding-top: 5px;
}

.claim-medications-block .claim-medications-block__item:nth-child(even) {
    /* background-color: #f9f9f9; */
}

.claim-medications-block hr:last-child {
    display: none;
}

a.disabled {
    pointer-events: none;
}

.multi-select-wrapper {
}

.multi-select-wrapper .ms-selection,
.multi-select-wrapper .ms-selectable {
    background-color: transparent;
}

.multi-select-wrapper .ms-list {
    background-color: #fff;
}

.multi-select-wrapper .search-input {
    margin-bottom: 10px;
}

.multi-select-wrapper .ms-container {
    width: 100%;
}

.modal-body-static {
    padding: 0;
}

.fade {
    transition: none;
    -webkit-transition: none;
}

.table-in-cell {
    background-color: transparent !important;
    margin: 0;
    border: none;
}

.table-in-cell tr:first-child th,
.table-in-cell tr:first-child td {
    border-top: none !important;
}

.table-in-cell th:first-child,
.table-in-cell td:first-child {
    border-left: none !important;
}

.table-in-cell th:last-child,
.table-in-cell td:last-child {
    border-right: none;
}

.line-title {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    line-height: 0.1em;
    margin: 10px 0 20px;
}
.line-title .line-title_text {
    background: #fff;
    padding: 0 10px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
    filter: none !important;
    opacity: 0;
}

.carousel-control:hover {
    opacity: 1;
}

.carousel-kiosk {
    width: 100%;
}

.kiosk-inner {
    padding: 0 15px;
}

.carousel-kiosk .carousel-inner {
    padding: 5px 15px 0 15px;
}

.carousel-inner__row {
    overflow: unset;
    padding: 0;
}

.progress-bar-xs {
    height: 10px;
    margin-bottom: 5px;
}

.dashboard-chart-legend {
    margin-bottom: 0;
    display: inline-block;
    border-collapse: collapse;
    border-spacing: 0px;
}
.dashboard-chart-legend tr {
    border-bottom: 1px solid grey;
}
.dashboard-chart-legend tr:first-child {
    border-top: 1px solid grey;
}
.dashboard-chart-legend td {
    padding: 4px 5px;
    vertical-align: bottom;
}
.legendFreq,
.legendPerc {
    align: right;
    width: 50px;
}

.carousel-kiosk-sub-slider {
    display: none;
}

.carousel-control-buttons {
    padding: 0 0 10px 0;
    position: relative;
    z-index: 2;
}

.dashboard-pie-chart {
    text-align: center;
}

.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* aspect ratio */
    vertical-align: top;
    overflow: hidden;
}
.svg-content-responsive {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
}

.dashboard-bar-chart {
    max-height: 250px;
}

@media (max-width: 767px) {
    .dashboard-bar-chart {
        max-height: 200px;
    }
}

.digital-card {
    background-color: #f3f4f8;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    position: relative;
    transition: transform 1s;
    transform-style: preserve-3d;
    overflow: hidden;
    max-width: 400px;
    margin: 0 auto;
}

.digital-card.is-flipped {
    transform: rotateY(180deg);
}

.digital-card__face {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    backface-visibility: hidden;
}

.digital-card__back {
    transform: rotateY(180deg);
    position: absolute;
    height: 100%;
}

.rounded-block {
    height: 100%;
    position: relative;
}

.digital-card__back .rounded-block {
    background: #d3d3d3;
}

.digital-card__front .rounded-block {
    background: #fff;
}

.digital-card__header {
    border-bottom: 1px solid #d3d3d3;
    padding: 21px 21px 0;
}

.digital-card__header .col img,
.digital-card__header .col ion-img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.digital-card__body {
    padding: 20px 21px 20px;
}

.digital-card-item {
    padding: 0 0 14px 0;
}

.digital-card-item_employee_no {
    padding-right: 10px;
}

.digital-card-item__label {
    font-size: 14px;
    padding: 0 0 14px 0;
    color: #151515;
}

.digital-card-item__value {
    color: #dd4325;
    font-size: 18px;
    font-weight: 800;
}

.digital-card__cols {
    border-top: 1px solid #d3d3d3;
    padding: 14px 0 0 0;
}

.digital-card__cols .col {
    border-right: 1px solid #d3d3d3;
}

.digital-card__cols .col:last-child {
    border-right: none;
}

.digital-card__footer {
    padding: 6px 11px;
    background-color: #333333;
}

.digital-card__back .digital-card__footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.digital-card-footer {
    font-size: 14px;
    color: #fff;
    padding: 5px 0 10px 0;
}

.digital-card-footer__label {
    padding: 0 0 4px;
}

.digital-card-footer__value {
    font-weight: bold;
}

.digital-card__qr-code {
    padding: 48px 0;
}

ion-img {
    background-color: transparent;
    min-height: 100%;
    width: 100px;
}

.digital-card__header .col ion-img img {
    transform: none;
    width: 100px;
    align-items: center;
}

.digital-card-overlay {
    position: relative;
}

.digital-card-overlay .client_logo {
    /* width: 100%; */
    height: 100px;
    background-position: 100% 50%;
    background-size: 100px auto;
    background-repeat: no-repeat;
}

.digital-card__logo {
    padding-top: 5px;
    padding-bottom: 5px;
}

.digital-card-footer__icon {
    float: left;
    width: 15%;
    position: relative;
    padding: 8% 0 0 0;
}

.digital-card-footer__inner {
    float: right;
    width: 85%;
    padding: 0 0 10px 0;
}

.digital-card-wrapper {
    padding: 10px 16px;
    background-color: #dd4325;
    height: 100%;
    background-image: url(/images/9_DigitalCard_Background2x.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}

.digital-card-wrapper__header a {
    color: #fff;
}

.digital-card-wrapper__header {
    font-size: 20px;
    line-height: 50px;
}

.js-digital-card-members {
    max-width: 200px;
}

.js-digital-card-members-wrapper {
    position: absolute;
    right: 0;
    top: -43px;
}
