﻿/* GENERAL */
@font-face {
    font-family: Open Sans;
    src: url(../Fonts/OpenSans/Regular/OpenSans-Regular.woff);
}

.color-customer {
    color: #2c4167;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none; /* non-prefixed version, currently
                                  not supported by any browser */
}

.btn.raised {
    box-shadow: 0 3px 0 0 #007299;
}

    .btn.raised:active, .btn.raised.active {
        box-shadow: none;
        margin-bottom: -3px;
        margin-top: 3px;
    }

.btn-customer {
    color: #FFFFFF;
    background-color: #2c4167;
    border-color: #0092BC;
}

    .btn-customer:hover,
    .btn-customer:focus,
    .btn-customer:active,
    .btn-customer.active,
    .open .dropdown-toggle.btn-customer {
        color: #FFFFFF;
        background-color: #0092bc;
        border-color: #0092BC;
    }

    .btn-customer:active,
    .btn-customer.active,
    .open .dropdown-toggle.btn-customer {
        background-image: none;
    }

    .btn-customer.disabled,
    .btn-customer[disabled],
    fieldset[disabled] .btn-customer,
    .btn-customer.disabled:hover,
    .btn-customer[disabled]:hover,
    fieldset[disabled] .btn-customer:hover,
    .btn-customer.disabled:focus,
    .btn-customer[disabled]:focus,
    fieldset[disabled] .btn-customer:focus,
    .btn-customer.disabled:active,
    .btn-customer[disabled]:active,
    fieldset[disabled] .btn-customer:active,
    .btn-customer.disabled.active,
    .btn-customer[disabled].active,
    fieldset[disabled] .btn-customer.active {
        background-color: #2c4167;
        border-color: #0092BC;
    }

    .btn-customer .badge {
        color: #2c4167;
        background-color: #FFFFFF;
    }

html {
    overflow-y: scroll;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Open Sans', 'Times New Roman', Times, serif;
    color: #777777;
    font-size: 13px;
}

body {
    padding-top: 80px;
}

.body-content {
    padding-top: 15px;
    padding-bottom: 100px;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

.main-color {
    color: #0093bc;
}

/* NAVBAR */

.navbar-top {
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    overflow: auto;
    height: auto;
    font-size: 11px;
    color: #909090;
}

    .navbar-top a {
        color: inherit;
    }

        .navbar-top a:hover {
            text-decoration: none;
        }

    .navbar-top ul {
        margin: 0;
        padding: 0;
    }

    .navbar-top .social-bookmarks {
        list-style: none;
        overflow: auto;
        float: right;
    }

        .navbar-top .social-bookmarks li {
            float: left;
            padding: 8px 12px;
            padding-top: 10px;
            font-size: 12px;
            border-right: 1px solid #ccc;
        }

            .navbar-top .social-bookmarks li:last-child {
                border: 0;
            }

    .navbar-top .menu {
        list-style: none;
        overflow: auto;
        float: right;
        margin-top: 10px;
        margin-bottom: 8px;
        font-weight: bold;
    }

        .navbar-top .menu li {
            float: left;
            padding-left: 8px;
            padding-right: 8px;
            border-right: 1px solid #ccc;
        }

            .navbar-top .menu li:last-child {
                border-right: 0;
            }

.navbar-bottom {
    border-bottom: 1px solid #ccc;
    background-color: rgba(255,255,255,0.9);
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
}

    .navbar-bottom .logo img{
        float: left;
        max-height: 38px;
    }

/* FOOTER */

.footer {
    background: #2c4167;
    width: 100%;
    height: 55px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 11px;
    color: #fff;
}

    .footer .container {
        padding-top: 20px;
    }

    .footer a {
        color: inherit;
    }

/* CONTENT */
.body-content {
    line-height: 23px;
}

    .body-content ul {
        list-style: disc;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .body-content ul li {
            margin-left: 40px;
        }

    .body-content em {
        font-style: italic;
    }

    .body-content blockquote {
        margin-top: 15px;
        margin-bottom: 15px;
        border-left-color: #1293ff;
        color: #1293ff;
        font-size: 15px;
        font-weight: bold;
        background-color: #f7f7f7;
    }

        .body-content blockquote.normal {
            font-weight: normal;
        }

            .body-content blockquote.normal strong {
                font-weight: bold;
            }

    .body-content h1, .body-content h2, .body-content h3, .body-content h4, .body-content h5, .body-content h6 {
        color: #2c4167;
        font-weight: 600;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .body-content h1 {
        font-size: 20px;
    }

    .body-content h2 {
        font-size: 18px;
    }

    .body-content hr {
        border-color: #ccc;
        margin-top: 15px;
        margin-bottom: 15px;
    }

.offerings-side {
    font-size: 12px;
}

    .offerings-side h2 {
        font-size: 14px;
    }

/* MISC */
.margin-top-20 {
    margin-top: 20px;
}

.border-top {
    border-top: 1px solid #ccc;
}

/* WIZARD */
#rootwizard .nav.nav-pills {
    margin: 0;
}

    #rootwizard .nav.nav-pills li {
        margin: 0;
        padding: 0;
        width: 33.33%;
        text-align: center;
        font-size: 16px;
        border-right: 1px solid #ccc;
    }

        #rootwizard .nav.nav-pills li:last-child {
            border-right-width: 0;
        }

        #rootwizard .nav.nav-pills li a {
            color: #999;
        }

        #rootwizard .nav.nav-pills li.active a {
            color: #fff;
            border: none;
        }

#rootwizard .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #1293ff;
}

/* OFFER TABLE */
table.offer-table {
    letter-spacing: 0.01em;
    padding: 0;
    margin: 0;
    width: auto;
}

    table.offer-table thead tr th {
        border: none;
    }

        table.offer-table thead tr th .em {
            background-color: #777777;
            color: #eee;
            padding: 8px;
            font-size: 95%;
        }

    table.offer-table tr td {
        border: none;
        padding: 10px;
    }

    table.offer-table .times {
        background-color: #777;
        color: #eee;
    }

    table.offer-table .top-space {
        border-top: 10px solid white;
    }

    table.offer-table tr.date td {
        border-right: 8px solid white;
        -webkit-transition: background-color 200ms linear;
        -moz-transition: background-color 200ms linear;
        -o-transition: background-color 200ms linear;
        -ms-transition: background-color 200ms linear;
        transition: background-color 200ms linear;
    }

    table.offer-table tr.date td {
        background-color: white;
        color: #2c4167;
        width: 300px;
        font-size: small;
    }

    table.offer-table tr.date td:hover {
        cursor: pointer;
        background-color: #eee;
        -webkit-transition: background-color 200ms linear;
        -moz-transition: background-color 200ms linear;
        -o-transition: background-color 200ms linear;
        -ms-transition: background-color 200ms linear;
        transition: background-color 200ms linear;
    }

    table.offer-table tr.date td.selected {
        background-color: #1293ff;
        color: white;
        -webkit-transition: background-color 200ms linear;
        -moz-transition: background-color 200ms linear;
        -o-transition: background-color 200ms linear;
        -ms-transition: background-color 200ms linear;
        transition: background-color 200ms linear;
    }

/* FORM */
.form {
    letter-spacing: 0.13px;
    color: inherit;
    font-weight: normal;
}

span.form-control-feedback {
    margin-top: 4px;
    margin-right: 0px;
    color: #888;
}

.field-validation-error {
    color: #1293ff;
    font-style: italic;
}

#summary-table td {
    padding: 5px;
    padding-right: 10px;
    font-style: normal;
    font-weight: bold;
}

    #summary-table td:first-child {
        font-weight: normal;
        font-style: italic;
    }

    #summary-table td h4 {
        font-size: 16px;
        padding: 10px;
        margin: 0;
        font-style: normal;
    }

a[data-toggle="tab"] {
    cursor: default !important;
}

/*a[data-toggle="tab"]:hover {
        background-color: inherit !important;
    }

    .active a[data-toggle="tab"]:hover {
        background-color: inherit !important;
    }*/

.input-checkbox {
    width: 13px !important;
    height: 13px !important;
    position: relative;
    float: left;
    margin-right: 7px !important;
    cursor: pointer;
}

.nav-pills > li > a
{
    border-radius: 0px;
}

.pager li > a, .pager li > span
{
    color: white;
    background-color: #1293ff;
    border-radius: 0px;
}

.pager li > a, .pager li > disabled
{
    color: black;
    background-color: #eee;
}

.pager li > a:focus, .pager li > a:hover
{
    color: white;
    text-decoration: none;
    background-color: #1293ff;
}

.otherinsurance
{
    margin-top: 10px;
}

label
{
    font-weight: normal;
}