﻿
* {
    font-size: 15px;
}

.container-fluid {
    padding: 0;
}

.w-10 {
    width: 10%;
}

.w-15{width: 15%;}

.w-20 {
    width: 20%;
}


h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0;
}

h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0;
}

h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
}

select
{
    background-color: #fff;
}

.form-group {
    margin-bottom: .75em;
}

    .form-group > label {
        font-weight: 600;
        line-height: 20px;
    }

    .form-group.required > label::after, table th.required::after {
        content: "*";
        color: red;
        padding-left: 2px;
    }

.navigation {
    margin-top: 30px;
}

footer {
    background-color: #005a94;
}

.dropdown-menu > li > a > i.fa
{
    padding-right: 6px;
}

.dashboard-navigation {
    border-right: 1px solid #cecece;
}

    .dashboard-navigation .btn {
        font-size: 16px;
        padding: 0.375rem 0.4rem;
        text-align: left;
    }

        .dashboard-navigation .btn > span.fas {
            font-size: 20px;
            padding-right: 0.5rem;
            text-align: center;
            width: 32px;
        }

    .dashboard-navigation .header {
    font-weight: 600;
    padding-bottom: 2px;
}


.table > tbody > tr > td > span.fa {
    color: rgb(13,110,253);
    font-size: 20px;
    text-align: center;
    width: 36px;
}

.table > tbody > tr > td > a > i.fa {
    font-size: 24px;
}


.table > tbody {
    border-top-width: 1px !important;
    border-top-color: #cecece !important;
}

.table > thead > tr > th {
    font-weight: 600;
    line-height: 20px;
    padding-top: 4px;


}

.table-double-row > tbody > tr > td{
    height: 50px;
}

.table-dashboard-row > tbody > tr > td {
    height: 44px;
}

.table-plans > tbody > tr > td {
    height:58px;
}

.table-enrollments > tbody > tr > td {
    height: 85px;
}

.table-borderless td
{
    border: 0;
}

    @media only screen and (max-width: 800px) {
        /* Force table to not be like tables anymore */
        #no-more-tables table,
        #no-more-tables thead,
        #no-more-tables tbody,
        #no-more-tables th,
        #no-more-tables td,
        #no-more-tables tr {
            display: block;
        }

            /* Hide table headers (but not display: none;, for accessibility) */
            #no-more-tables thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

        #no-more-tables tr {
            border: 1px solid #ccc;
            margin-top: 6px;
        }

        #no-more-tables td {
            /* Behave like a "row" */
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;
            white-space: normal;
            text-align: left;
        }

            #no-more-tables td:before {
                /* Now like a table header */
                position: absolute;
                /* Top/left values mimic padding */
                top: 6px;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                text-align: left;
                font-weight: bold;
            }

            /*
        Label the data
        */
            #no-more-tables td:before {
                content: attr(data-title);
            }

        #no-more-tables tbody {
            border: 0;
        }
    }

    .current-account {
    background-color: rgb(172, 201, 220, .3);
    border-bottom: 1px solid rgb(172, 201, 220, 1);
    border-left: 1px solid rgb(172, 201, 220, 1);
    border-right: 1px solid rgb(172, 201, 220, 1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 40%;
    margin: 0 auto;
}

.current-account i.fa
{
    font-size: 1.3em;
}

.breadcrumbs i.fa, .breadcrumbs i.fas {
    padding-right: .4em;
}


@media only screen and (max-width: 430px) {
    .current-account {
        width: 90%;
    }
}

@media only screen and (min-width: 431px) and (max-width: 1100px) {
    .current-account {
        width: 80%;
    }
}

.available-plans tr {
    height: 60px;
}

.available-plans > tbody > tr > td > img {
    max-height: 50px;
    width: auto;
}



.tile-available-plan {
    border: 1px solid #cecece;
    border-radius: 8px;
    margin: 4px;
    padding: 8px;
    text-align: center;
}

    .tile-available-plan .logo {
        height: 40px;
    }

    .tile-available-plan img {
        max-width: 140px;
        height: auto;
    }

    .tile-available-plan .plan-name {
        font-size: 1em;
        font-weight: normal;
        line-height: 1.2em;
        height: 2.7em;
        margin-top: 10px;
    }

        .tile-available-plan .plan-name input
        {
            margin-top: -1px;
        }

        .tile-available-plan .cost-month, .package-cost-month {
            font-size: 2.25em;
            font-weight: 600;
        }

    .tile-available-plan .cost-annual {
    }

    .tile-available-plan .tier-rates {
        margin-top: 10px;
    }

        .tile-available-plan .tier-rates > div {
            border-top: 1px solid #efefef;
            min-height: 50px;
        }

.sort-arrows::before {
    font-family: 'FontAwesome';
    font-size: 16px;
    content: "\f0dc";
    padding-right: 15px;
}

.checkbox-bs > input[type=checkbox] {
    border-radius: .25em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    font-weight: normal;
    height: 24px;
    width: 24px;
}

.checkbox-bs > label
{
    padding-left: 6px;
}

.form-check label {
    margin-left: 6px;
    margin-top: 4px;
}

.form-check .form-check-input[type=checkbox] {
    border-radius: .25em;
    height: 24px;
    width: 24px;
}

.form-check .form-check-input[type=radio] {
    border-radius: 100%;
    height: 24px;
    width: 24px;
}

.form-switch .form-check-input[type=checkbox] {
    border-radius: 2em;
    height: 50px;
    width: 100px;
}


.ss-main .placeholder {
    background-color: transparent;
    cursor: pointer;
    opacity: .9;
}

.ss-main {
    color: #000000 !important;
    height: 36px !important;
}

    .ss-main .ss-single-selected {
        height: 36px !important;
        padding-left: .6rem !important;
    }


.dataTables_filter, .dataTables_info {
    display: none;
}

table thead, tbody, tfoot, tr, td, th
{
    border-color: #cecece;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.page-filters {
    border: 1px solid rgb(200,200,200,0.5);
    border-radius: 4px;
    background-color: rgb(200,200,200,0.2);
    margin-bottom: 1em;
    padding: 1em;
}

    .page-filters .header {
        border-bottom: 1px solid rgb(200,200,200,0.2);
        font-size: 1.3em;
        font-weight: 400;
        margin-bottom: 10px;
        padding-bottom: 6px;
    }

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modalPopup {
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 20px;
    width: 600px;
}

    .modalPopup .body {
        padding-top: 10px;
    }

    .modalPopup .footer {
        border: 0;
        padding: 20px 0 10px 0;
        text-align: center;
    }

    .modalPopup table td {
        padding: 2px 6px 2px 6px;
    }


    .bootstrap-select .btn-light
    {
        background-color: #fff;
    }


/*
    JQUERY SORTING
    */
#sortable1, #sortable2, #sortable3, #sortable4, #sortable5, #renewal, .sortablePFER {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #sortable1 li, #sortable2 li, #sortable3 li, #sortable4 li, #sortable5 li, #renewal li, .sortablePFER li {
        margin: 0 3px 3px 3px;
        padding: 0.1em;
        padding-left: 1.3em;
        height: 60px;
        cursor: move;
        width: 300px;
    }

    #sortable1.dynamicWidth li, #renewal.dynamicWidth li {
        width: 93%;
    }

    #sortable1 li span, #sortable2 li span, #sortable3 li span, #sortable4 li span, #sortable5 li span, #renewal li span, .sortablePFER li span {
        position: absolute;
        margin-left: -1.0em;
    }

    #sortable1 li .planName, #sortable2 li .planName, #sortable3 li .planName, #sortable4 li .planName, #sortable5 li .planName, #renewal li .planName, .sortablePFER li .planName {
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    #sortable1 li .planName, #sortable2 li .planName, #sortable3 li .planName, #sortable4 li .planName, #sortable5 li .planName, .sortablePFER li .planName {
        padding-left: 7px;
    }


    #sortable1 li .carrierName, #sortable2 li .carrierName, #sortable3 li .carrierName, #sortable4 li .carrierName, #sortable5 li .carrierName, #renewal li .carrierName, .sortablePFER li .carrierName {
        display: inline-block;
        font-size: 13px;
        font-weight: bold;
        line-height: 14px;
    }

    #sortable1 li .premium, #sortable2 li .premium, #sortable3 li .premium, #sortable4 li .premium, #sortable5 li .premium, #renewal li .premium, .sortablePFER li .premium {
        float: right;
        font-size: 13px;
        font-weight: bold;
        padding-right: 5px;
    }


    #sortable1 li .ui-icon, #sortable2 li .ui-icon, #sortable3 li .ui-icon, #sortable4 li .ui-icon, #sortable5 li .ui-icon, .sortablePFER li .ui-icon {
        position: relative !important;
    }

    #sortable1 li .largerFont, #sortable2 li .largerFont, .sortablePFER li largerFont, .sortablePFER div.largerFont {
        font-size: 16px;
    }

    #sortable1 .actions, #sortable2 .actions, .sortablePFER .actions {
        float: right;
    }

    #sortable2.wide li, .sortablePFER.wide li {
        width: 95%;
    }

    #sortable1.wide li {
        width: 95%;
    }

    #renewal li {
        cursor: default;
    }

        #renewal li .carrierName, #renewal li .planName {
            padding-left: 5px;
        }

.modal-loading {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #c0c0c0;
    z-index: 99;
    opacity: 0.3;
    filter: alpha(opacity=50);
    -moz-opacity: 0.3;
    min-height: 100%;
    width: 100%;
}

.loading {
    border: 1px solid rgb(0,0,0,0.4);
    /* width: 430px;
    height: 330px;*/
    width: 100px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
    padding: 10px;
}

.loading h2
{
    margin-bottom: 1.5em;
}


.popover {
    z-index: 10010 !important;
}

/***************************
    
QUICKQUOTE - BENEFIT POPOVERS
        
****************************/

.popover__title i {
    padding-right: 10px;
}

.popover__wrapper {
    position: relative;
    display: inline-block;
    width: 98%;
}

.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transform: translate(0, 10px);
    background-color: #f8f8f8;
    padding: .1rem .5rem .1rem .5rem;
    border: 1px solid #cecece;
    width: 100%;
    top: 50px;
    font-weight: normal;
    font-size: 11px !important;
}

    .popover__content .planHeader {
        font-weight: bold;
        padding-bottom: 10px;
        font-size: 13px !important;
    }

    .popover__content:before {
        position: absolute;
        z-index: -1;
        content: "";
        right: calc(95% - 10px);
        top: -10px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #cecece transparent;
        transition-duration: 0.3s;
        transition-property: transform;
    }

.popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
    text-align: center;
}

.popover__benefits {
    width: 100%;
}

.popover__benefits td {
    font-size: 13px !important;
}

    .popover__benefits td.benefit {
        width: 25%;
    }

    .enrollmentReview
    {
        width:90%;

    }
.enrollmentReview label {
    color: #404040;
    display: inline;
    font-weight: 700;
    margin-right: 10px;
    padding-top: 0;
}

/***** ENROLLMENT FORM ********/
.enrollmentForm {
   
    width: 100%;
}

    .enrollmentForm td {
        padding: 6px;
    }

    .enrollmentForm .column-label {
        width: 35%;
    }

    .enrollmentForm .column-input {
        width: 65%;
    }

.enrollmentForm label {
    font-weight: 600;
}
    /*****
    
Radio button style
        
*****/
.switch-field {
    font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    /*padding: 40px;*/
    overflow: hidden;
}

.switch-title {
    margin-bottom: 6px;
}

.switch-field {
    border-spacing: 0;
    border-collapse: collapse;
}

    .switch-field td {
        padding: 0 !important;
    }

    .switch-field input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

    .switch-field label {
        float: left;
    }

    .switch-field label {
        display: inline-block;
        width: 125px;
        /*background-color: #e4e4e4;*/
        background-color: #F8F8F8;
        color: rgba(0, 0, 0, 0.6);
        font-size: 14px !important;
        font-weight: normal !important;
        text-align: center;
        text-shadow: none;
        padding: 6px 10px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

        .switch-field label:hover {
            cursor: pointer;
        }

    .switch-field input:checked + label {
        background-color: #1486e4;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: white;
    }

        .switch-field input:checked + label::before {
            content: "\f00c";
            font-family: "FontAwesome";
            padding-right: 6px;
        }

        .switchFieldCheckboxWrapper {
            display: inline-block !important;
            width: 150px !important;
        }

.switch-field.large label {
    width: 250px;
}

.notcompleted {
    color: gray;
    font-style: italic;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle {
    border: 1px solid rgb(206, 212, 218);
    color: #212529
}