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

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

.container_wide-layout {
    width: 90%;
}

.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;
}

.success {
  background-color: #00ff00;
  border-left: 6px solid #04AA6D;
}

.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;
}

.adjudication-loading-result tr {
    display: none;
}

.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: #7f8fa6;
    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: #718093;
}
.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: #718093;
}
.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: #ffffff;
    /*background-color: #7f9aa7;*/
    background-color: #718093;
}

.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;
    }
}

.adjudication-result-deco-list {
    /*font-size: 15px;*/
}

.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-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, .5);
    border: 1px solid rgba(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 .5em 1em .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;
}

.fixed-table-column_additional-style {
    height: 100%;
    background-color: white;
    padding-top: 25px !important;
    border-top: 1px solid #ddd !important;
}

.fixed-table-column_single_row {
    height: 100%;
    background-color: white;
    border-top: 1px solid #ddd !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;
}

.table-vertical-align td,
.table-vertical-align th {
    vertical-align: middle !important;
}

.table-form-group .form-group,
.table-form-group .help-block {
    margin-bottom: 0;
}

.checkbox-col-md-6 .checkbox {
    width: 45%;
    display: inline-block;
}

.checkbox-col-md-4 .checkbox {
    width: 33%;
    display: inline-block;
}

@media(max-width:767px) {
    .checkbox-col-md-6 .checkbox {
        width: 100%;
        display: inline-block;
    }

    .checkbox-col-md-4 .checkbox {
        width: 100%;
        display: inline-block;
    }
}

.table-label .radio input[type="radio"],
.table-label .radio-inline input[type="radio"],
.table-label .checkbox input[type="checkbox"],
.table-label .checkbox-inline input[type="checkbox"] {
    position: relative;
    margin: 0;
}

.table-label .form-group {
    margin-bottom: 0;
}

.table-label {
    display: block;
    /* padding: 10px 0 5px; */
    position: relative;
    text-align: center;
}

.table-remarks-input-field .form-group {
    margin-bottom: 0;
}

.table-remarks-input-field .form-group .help-block {
    margin-bottom: 0;
    margin-top: 0;
}

.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;
}

.table-in-cell tr:last-child td {
    border-bottom: none;
}

.panel-accordeon .panel-heading {
    cursor: pointer;
}

.quotation-modal-button-group .form-group {
    display: inline-block;
}

.word-break {
    word-break: break-word;
}

.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;
}

.details-button-table {
    width: 100%;
}

.details-button-table td {
    padding: 8px 2px;
    border-right: 1px solid #ddd;
}

.details-button-table td:last-child {
    border-right: none;
}

.highlighted-block {
    padding: 2px;
    background-color: #f5f5f5;
}

.reposition-button-top {
    position: relative;
}

.reposition-button-top__item {
    position: absolute;
    top: -46px;
    right: 0;
}

.panel-gridview .table {
    margin: 0;
}

.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;
}

.btn-group_form {
    display: inline-block;
    height: auto;
    line-height: inherit;
    border: none;
}

.abnormal-result-span {
    font-weight: bold;
    background-color: yellow;
}

.hs-error-summary .error-summary {
    margin-bottom: 0;
}

.hs-error-summary .error-summary:last-child {
    margin-bottom: 15px;
}

option:disabled {
    color: rgba(170, 170, 170, 0.7);
}

.alert-default {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
}

.watchlist-level {
    color: #fff;
    padding: 0 5px;
}

.provider-watchlist-block {
    color: #fff;
}
