html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 64px;
    padding-top: 50px;
}

.navbar {
    height: auto;
    background: url('../../assets/images/dq-header-bg.jpg') repeat center center;
    border: 0px;
}

/* Client Login Page Styling */
.client-login nav.navbar.navbar-default.navbar-fixed-top {
    /*background-color: #0069a7;*/
    background: url('../../assets/images/dq-header-bg.jpg') repeat center center;
    border: 0px;
}
.client-login .navbar-brand {
    width: 215px;
    height: 43px;
    padding: 0;
    background: url('../../assets/images/dq-logo-nav.svg');
    background-repeat: no-repeat;
}
.client-login input[type="text"],
.client-login input[type="password"] {
    background-color: #ffffc7;
}

/* Provider Login Page Styling */
.provider-login nav.navbar.navbar-default.navbar-fixed-top {
    background: url('../../assets/images/dq-header-bg.jpg') repeat center center;
    border: 0px;
}
.provider-login .navbar-brand {
    width: 215px;
    height: 43px;
    padding: 0;
    background: url('../../assets/images/dq-logo-nav.svg');
    background-repeat: no-repeat;
}

.brand {
    width: 215px;
    height: 43px;
    padding: 0;
    position: relative;
    background: url('../../assets/images/dq-logo-nav.svg');
    background-repeat: no-repeat;
}
.provider-login input[type="text"],
.provider-login input[type="password"] {
    background-color: #ffffc7;
}

/* Member Login Page Styling */
.member-login nav.navbar.navbar-default.navbar-fixed-top {
    background: url('../../assets/images/dq-header-bg.jpg') repeat center center;
    border: 0px;
}
.member-login .navbar-brand {
    width: 215px;
    height: 43px;
    padding: 0;
    background: url('../../assets/images/dq-logo-nav.svg');
    background-repeat: no-repeat;
}
.member-login input[type="text"],
.member-login input[type="password"],
.member-login input[type="email"],
.member-login input[type="date"] {
    background-color: #ffffc7;
}

@media (min-width: 768px) {
    .navbar-nav li a {
        height: 90px;
        line-height: 90px;
        padding-top: 0;
    }
}

.navbar-toggle {
    height: 50px;
}

.navbar-form {
    height: 40px;
    margin: 20px;
}

.navbar-brand {
    background: url('../../assets/images/DQ_CMYK-2.PNG');
    background-size: cover;
    width: 215px;
    height: 45px;
    margin: 23px 23px 27px 8px !important;
}

.navbar-brand-label {
    line-height: 20px;
    font-size: 20px;
    position: absolute;
    left: 215px;
    bottom: -15px;
}

.navbar-select {
    font-size: 14px !important;
}

/* page subnav links */
.page-subnav ul {
    padding-left: 0;
}
.page-subnav ul li {
    display: inline;
    padding: 0 20px;
}
    .page-subnav ul li:first-of-type {
        padding-left: 0;
    }

.main {
    padding: 20px;
    padding-top: 80px;
}

.fade-over {
    opacity: 1 !important;
    transition: opacity .25s ease-in-out !important;
    -moz-transition: opacity .25s ease-in-out !important;
    -webkit-transition: opacity .25s ease-in-out !important;
}
.fade-over:hover {
    opacity: 0.7 !important;
    transition: opacity .25s ease-in !important;
    -moz-transition: opacity .25s ease-in !important;
    -webkit-transition: opacity .25s ease-in !important;
}

/* Buttons & Links */
[ng-click],
[data-ng-click],
[x-ng-click],
[sort-by] {
    cursor: pointer;
}
.btn {
    outline-style: none !important;
}
.btn-default[disabled] {
    background-color: #F1F1F1;
}

/* File Upload Button */
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    width:100%;
    color: black;
    background-color: #ffffc7;
    display: inline-block;
}

.inputfile + label #file-label-text{
    padding-left: 20px;
    color: #939393;
}

/* Button Styles */
.btn.btn-table-row {
    padding: 6px 16px; /* default padding */
}

/* Page Layout */
div.page-title {
    margin-bottom: 30px;
}
div.page-title h2 {
    padding: 24px 0 12px 0;
    margin-top: 0;
    margin-bottom: 0;
}
div.page-title p {
    margin: 0 0 10px 0;
    padding: 0;
}
div.page-title p:last-of-type {
    margin: 0;
    padding: 0;
}

/* Home page */
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 70px !important;
    font-style: normal;
    margin-left: 0 !important;
    color: #fff;
}
.home-widget,
.home-widget:link,
.home-widget:visited,
.home-widget:hover,
.home-widget:active {
    text-decoration: none;
    font-weight: normal;
    color: #656565;
    display: block;
    padding-top: 15px;
}}

.home-widget .widget-icon {
    height: 100px;
    width: 100px;
    margin-top: 10px;
}

.home-widget .widget-text {
    margin-top: 0;
    color: white;
}

.home-widget .panel {
    border: none;
    padding: 0;
}

.msg-center{
    padding-left: 10px;
    font-size: 18px;
    color:black;
}

.pointer {
    cursor: pointer;
}

.widget-icon {
    height: 60px;
    width: 60px;
    color: #fff;
}

.circular {
    height: 100px;
    width: 100px;
    border-radius: 75px;
    margin: auto;
    margin-bottom: -50px;
    z-index: 1;
    position: relative;
}

.circular#dentalInfo{
    background-color: #FF9800
}

.circular#memberInfo{
    background-color: #8F93C9
}

.circular#claims{
    background-color: #BED62f
}

.circular#reports{
    background-color: #0079C2
}

.home-text-box{
    height: 100px;
    background-color: #f6f6f6;
    z-index: -1;
    position: relative;
}

.home-text{
    padding-top:60px;
    color:black;
    font-size:18px;
}

.home-icon#info{
    font-size: 90px;
    height: 150px;
    line-height: 100px;
    color: white;
}

.home-icon#card{
    height: 100px;
    width: 100px;
    border-radius: 75px;
    padding-top: 5px;
}

.home-icon#doublePaper{
    font-size: 70px;
    height: 150px;
    line-height: 90px;
    color: white;
}

.home-icon#singlePaper{
    font-size: 70px;
    height: 150px;
    line-height: 100px;
    color: white;
}


/* Login page */
.header-title {
    color: #656565;
}
.chunker {
    height: 60px;
}

.row-space-5 {
    margin-top: 5px;
}

.row-space-10 {
    margin-top: 10px;
}

.row-space-16 {
     margin-top: 16px;
}
.row-space-30 {
     margin-top: 30px;
}

@media (max-width: 767px) {
    .col-mobile-space-30 {
        margin-top: 30px;
    }
}

.login-panel {
    margin-top: 130px;
}

@media (max-width: 770px) {
    .login-panel {
        margin-top: 0px !important;
    }
}

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.navbar-fixed-top {
    border: 0;
}

.sidebar {
    display: none;
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
}

.sidebar-divider {
    margin: -12px -21px 8px -20px;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar-text {
    display: inline-block;
    padding-left: 13px;
    text-indent: -8px;
}

.link-btn {
    cursor:pointer;
    text-decoration: none !important;
}

.chat-icon {
    padding-left: 8px;
    margin-right: 5px;
}

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 74px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto;
        /* Scrollable contents if viewport is shorter than content. */
    }
}

.nav-sidebar {
    margin-right: -21px;
    /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}
.nav-sidebar > li,
.nav-sidebar .sub-nav > li {
    cursor: pointer;
}
.nav-sidebar > li > a,
.nav-sidebar > li > span,
.nav-sidebar .sub-nav > li > a {
    padding: 10px 20px;
    font-size: 16px;
}

.nav-sidebar > li a,
.nav-sidebar .sub-nav > li a {
    text-decoration: none;
}

.nav > li > span {
    display: block;
    position: relative;
}

.nav-sidebar > .active > span,
.nav-sidebar > .active > span:hover,
.nav-sidebar > .active > span:focus {
    color: #fff;
    background-color: #428bca;
}

.nav-sidebar > li > span:focus,
.nav-sidebar > li > span:hover,
.nav-sidebar > li > span >a:focus,
.nav-sidebar > li > span > a:hover {
    text-decoration: none;
    background-color: #eee;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}

.nav-sidebar .sub-nav {
    list-style: none;
    padding-left: 16px;
    background-color: #e5e5e5;
}

.nav-sidebar .sub-nav > li,
.nav-sidebar .sub-nav > li > a {
    display: block;
}

.nav-sidebar .sub-nav > .active {
    font-weight: 600;
    text-decoration: none;
}

.navbar-item-parent {
    color: #0079C2;
}

@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
        padding-top: 50px;
    }
}

.mobile-actions {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #d9d9d9;
    z-index: 999;
}

@media (max-width: 767px) {
    .uib-dropdown-menu {
        position: fixed;
        top: 130px;
        left: 0;
        right: 0;
    }
}

.main .page-header {
    margin-top: 0;
}

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

.placeholders h4 {
    margin-bottom: 0;
}

.placeholder {
    margin-bottom: 20px;
}

.placeholder img {
    display: inline-block;
    border-radius: 50%;
}

.pns_lightbox_container_border {
    border-radius: initial;
    padding: 6px;
}

.pns_lightbox_close {
    top: 10px !important;
    right: 5px !important;
    font-size: 20px !important;
}

.pns_lightbox_close .close-x {
    -webkit-filter: invert(60%);
    filter: invert(60%);
    height: 25px;
}

.pns_lightbox_close .close-x:hover {
    top: -1px;
}

.pns_lightbox_container {
    background-color: #f7f9f9 !important;
}

.pns_lightbox_container_border {
    border: none;
    background-color: rgba(0, 0, 0, 0);
}

iframe.pns_important-dim-empty#launchpad_iframe {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

iframe.pns_important-dim-full#launchpad_iframe {
    width: 300px !important;
    height: 100% !important;
    display: block !important;
}
/* default iframe css */

iframe#launchpad_iframe {
    height: 0;
    display: none;
    width: 0;
    position: fixed;
    top: 0px;
    right: -2px;
    border: none;
    background-color: #f7f9f9;
    overflow: hidden;
    z-index: 2147483639;
    clip: auto;
    box-shadow: rgb(181, 181, 181) 1px 0px 3px 3px;
}

iframe.pns_content_iframe {
    display: inline !important;
}

/* Tables */
th .fa {
    display: inline;
}
.table.table-fixed {
    table-layout: fixed;
}

.message-table {
    margin-bottom: 0;
}
.message-table > tbody > tr {
    background-color: #F9F9F9;
}
.message-bundle{
    background-color: #F9F9F9;
}
/*.message-bundle h5{
    background-color: white;
    padding-left: 10px;
}*/

.id-card-mobile {
    width: 100%;
    min-width: 232px;
    padding: 0 16px;
}

@media (max-width: 767px) {
    .id-card-wrapper {
        overflow: hidden;
    }
}
@media (max-width: 330px) {
    .id-card-wrapper {
        overflow: scroll;
    }
}

/* Text */
.text-md {
    font-size: 16px;
    line-height: 1.4;
}
.text-light {
    font-weight: 300;
}
.text-sub-title {
    font-weight: 600;
}

.text-italic {
    font-style: italic;
}

.text-white {
    color: #fff;
}

.text-dark {
    color: #666666;
}
.text-left {
    text-align: left !important;
}

/*************************
 * Plan Overview Page(s)
 ************************/
.plan-overview h6.sub-title, .plan-details h6.sub-title {
    margin-bottom: 0;
    padding: 0 0 0 3px;
}

.plan-overview h2.page-title {
    margin-top: 0;
}

/* Layout styles */
.plan-overview .coverage-question {
    margin-bottom: 20px;
}
.plan-overview .coverage-question:last-of-type {
    margin-bottom: 0;
}
.plan-overview .coverage-question .question {
    margin: 0;
}
.plan-overview .coverage-question .answer {

}

.plan-overview .contact-note {
    margin-bottom: 20px;
}

.plan-contact .disclaimer p {
    padding: 30px;
    background: #f5f5f5;
    text-align: justify;
    line-height: 1.4em;
}

.plan-contact .admin-contact h5 {
    font-size: 16px;
}

@media (max-width: 767px) {
    .plan-callout {
        margin-left: auto;
        margin-right: auto;
    }
}

.plan-callout.cancel-link {
    max-width: 230px;
    text-align: center;
    margin-top: 30px;
}

thead.primary {
    background-color: #0079c2;
    color: #ffffff;
}

thead.primary-light {
    background-color: #66aeda;
    color: #ffffff;
}

.plan-details table td:nth-child(1) { width: 30%; }
.plan-details table td:nth-child(2) { width: 40%; }
.plan-details table td:nth-child(3) { width: 30%; }

.plan-details tbody {
    font-size: 12px;
}

.plan-details .table-sub-header {
    padding: 2px 1pc;
    font-weight: 600;
    background-color: #dbdac4;
}

.plan-details .details-disclaimer {
    font-size: 12px;
}

.plan-networks-list p {
    margin-bottom: 0;
}
.plan-networks-list p:last-of-type {
    margin-bottom: 1em;
}

/**
 * Plan Benefit Summaries
 */
.my-benefits-included {
    background: #428bca;
    color: white;
}
.my-benefits-notincluded {
    background: #dddddd;
}

/**
 * Tooltip Styles
 */

[data-help] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

[data-help]:before, [data-help]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

[data-help]:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 400px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-help);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

[data-help]:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

[data-help]:hover:before, [data-help]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/**
 * Loading Indicator Styles
 */

.loader {
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
}
.loader.modal-saving {
    margin-top: 15px;
    display: none;
}
.loader.modal-saving.active {
    display: block;
}
.loader:before{
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #2980b9;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

/**
 * Date Picker Styling
 */
.input-group.date-input {
    width: 100%;
}
.btn.date-open {
    margin: 0 0 1px -45px !important;
    z-index: 100;
    -webkit-box-shadow: none;
    box-shadow: none;
}
[uib-datepicker-popup-wrap] button.btn {
    box-shadow: none;
    border-radius: 3px;
    color: #636468;
    background-color: #fff;
    margin:0;
    padding:0;
}
[uib-datepicker-popup-wrap] button.btn:hover,
[uib-datepicker-popup-wrap] button.btn:active {
    color: #636468;
    background-color: #f0f0f0;
    background-image: none !important;
}
[uib-datepicker-popup-wrap] .btn-info.active {
    background-color: #7f7f7f;
}
[uib-datepicker-popup-wrap] .btn-info.active,
[uib-datepicker-popup-wrap] .btn-info.active .text-info {
    color: #fff;
}
[uib-datepicker-popup-wrap] .btn-info.active:hover {
    color: #fff;
    background-color: #636468;
}

/* Input Label Styling */
label.required:after {
    content: " *";
    color: #F26649;
}

.box-lower-right{
    margin-top:200px;
    position: relative;
}
.lower-right{
    position: absolute;
    bottom:2px;
    right:2px;
}

/* Textarea */
textarea {
    resize: none;
}

/* No Spacing */
.no-spacing {
    margin: 0;
    padding: 0;
}

/* no-gutters Class Rules */
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}

.row.no-gutters > [class^="col-"] > .row-label,
.row.no-gutters > [class*=" col-"] > .row-label {
   padding-right: 15px;
   padding-left: 15px;
}

.row.no-gutters > [class^="col-"] > .row-value,
.row.no-gutters > [class*=" col-"] > .row-value {
   padding-right: 15px;
   padding-left: 15px;
}

/* Modal Styling */
@media (min-width: 768px) {
    .modal-dialog {
        top: 80px; /* top bar height */
    }
}

.modal-header.no-title {
    text-align: right;
}
    .modal-header.no-title .modal-close {
        float: none;
    }

.row-label {
    margin: 0;
    padding: 11.5px 0;
    font-weight: 600;
    font-size: 12px;
}

.row-value {
    padding: 5px 15px;
    background: #f0f0f0;
    font-size: 12px;
}

.background-white {
    background-color: #fff;
}

help-icon .fa {
    padding: 5px;
    cursor: pointer;
}

.tooltip {
    font-size: 14px;
}

.divider {
    margin: 16px 0;
    border-bottom: 1px solid #e5e5e5;
}

/* Page Loading Indicator */
.loading-wrapper .indicator {
    position: absolute;
    left: 50%;
    margin-left: -18px;
}
.loading-wrapper .indicator i.fa.fa-spinner.fa-spin {
    font-size: 36px !important; /* Must have because styling is added to element by JS */
}

/* Disable ngAnimate */
.no-animate {
    -webkit-transition: none !important;
    transition: none !important;
}

/*******************
 * Table Sorting
 ******************/
.sortorder:after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
    font-size: 10px;
    color: #0079c2;
    margin-left: 5px;
}


.sortorder.reverse:after {
    font-family: "Glyphicons Halflings";
    content: "\e113";
    font-size: 10px;
    color: #0079c2;
    margin-left: 5px;
}

/*******************
 * Overflow
 ******************/
.table.table-ellipsis {
    table-layout: fixed;
}
.table.table-ellipsis td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*******************
 * Typeahead
 ******************/
.typeahead-msg {
    position: absolute;
    padding: 8px 20px;
    min-width: 160px;
    border-radius: 3px;
    font-size: 13px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    background-color: #FFF;
    z-index: 1000;
}

/*******************
 * Strike
 ******************/
.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: black;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

/**********************
 *   Error messages
 **********************/
.overflow-error + .message-container,
.table .message-container {
    position: relative;
}

.overflow-error + .message-container .error-message,
.table .message-container .error-message {
    background: #F26649;
    border-bottom: 1px solid #cf3211;
    color: white;
    font-size: 12px;
    line-height: 18px;
    padding: 3px 7px;
    text-align: left;
    z-index: 30;
}

/**********************
 *   Live Agent
 **********************/

.live-agent-button {
    display: none !important
}

.live-agent-button.active {
    display: inline !important
}

/********************************
 * Member Eligibility Directive
 ********************************/
.member-eligibility .alert {
    display: flex;
    align-items: center;
    padding: 10px;
}

.member-eligibility .member-status {
    display: inline-block;
}

.member-eligibility .member-info {
    display: inline-block;
    margin-left: 10px;
}

/********************************
 *       Panel styling
 ********************************/

 .panel .well {
    margin-bottom: 0;
 }

 .panel .panel {
    margin: 10px 0 0 0;
 }
