﻿@font-face {
    font-family: 'sackers_gothic_light';
    src: url('../fonts/atsackersgothic-medium-webfont.eot');
    src: url('../fonts/atsackersgothic-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/atsackersgothic-medium-webfont.woff') format('woff'), url('../fonts/atsackersgothic-medium-webfont.ttf') format('truetype'), url('../fonts/atsackersgothic-medium-webfont.svg#sackers_gothic_lightmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    padding-top: 50px;
    background-color: #efefef;
    /*background-image: url('Images/tiledBG.jpg');*/
}

    body.home {
        padding: 0;
    }

#mainContent {
    /*overflow-y: auto;*/
    background-color: #efefef;
    /*position: fixed;
    width: 100%;*/
}

.breadcrumb {
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
}

/* Set padding to keep content from hitting the edges */
/*.body-content { padding-left: 15px; padding-right: 15px; }*/
.body-content {
    background-color: #efefef;
}

/*.container {
    padding: 0;
    width: 100%;
}*/

.home-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.jumbotron.jumbotron-fancy {
    font-family: 'Adobe Caslon Pro', 'Hoefler Text', Georgia, Garamond, Times, serif;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 255px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #4e5659;
}

    .jumbotron.jumbotron-fancy h1 {
        font-family: 'sackers_gothic_light', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
        text-rendering: optimizelegibility;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 1.75em;
        line-height: 1.333em;
        border-bottom: 2px dotted rgba(255, 255, 255, 0.9);
        padding-bottom: .5em;
        margin: 0.67em 0;
    }

.jumbotron-fancy .page-content p:first-child {
    font-size: 1.5em;
    margin-top: 0;
}

.panel-fancy .panel-body p,
.panel-fancy .panel-body ul li {
    font-family: 'Adobe Caslon Pro', 'Hoefler Text', Georgia, Garamond, Times, serif;
    font-size: 16px;
    padding: 0 0 0 15px;
}

.panel-fancy .panel-title {
    font-family: 'sackers_gothic_light', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    text-rendering: optimizelegibility;
    font-weight: 500;
    text-transform: uppercase;
}

.panel-fancy .panel-body blockquote {
    font-family: 'Adobe Caslon Pro', 'Hoefler Text', Georgia, Garamond, Times, serif;
    font-size: 16px;
    padding: 0.5em 10px;
}

    .panel-fancy .panel-body blockquote p {
        display: inline;
    }

footer.footer-home {
    font-size: 16px;
    /*padding: 15px 25px;*/
    font-weight: normal;
}

    footer.footer-home a {
        color: #fff;
        /*text-decoration: underline;*/
    }

.footer-brand img {
    height: 50px;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -500px;
    /* the bottom margin is the negative value of the footer's height */
}

.push {
    height: 200px;
    /* .push must be the same height as .footer */
}

.login-form {
    /*position: fixed;
    top: 13%;
    bottom: 5%;
    width: 100%;*/
    height: 100%;
}

/*.row form {
    padding-left: 15px;
    padding-right: 15px;
}*/

.row {
    margin-left:0;
    margin-right: 0;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

/*.navbar-insecure {
    border-bottom: 3px solid #ED1B2D;
}*/

/*footer.footer-home {
    border-top: 3px solid #ED1B2D;
}*/

.navbar {
    margin-bottom: -1px;
    border-radius: 0;
    /*min-height: 65px;*/
    background-color: #CA3727;
}

    .navbar > a {
        margin: 7px 0 0 0;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
    }

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.navbar-center {
    margin: auto;
    text-align: center;
}

.navbar-white {
    color: #FFF;
}

.navbar-black {
    color: #000;
    padding-right: 10px;
    font-weight: normal;
}

.footer-links, .footer-links a, .footer-links a:hover {
    color: #FFF;
}

.navbar-default {
    font-weight: bold;
    border: 0px;
}

    .navbar-default .navbar-nav {
        margin: 7px 0 0 0;
        color: #fff;
    }

        .navbar-default .navbar-nav > a {
            margin: 7px 0 0 0;
            color: #fff;
            cursor: pointer;
        }

        .navbar-default .navbar-nav > li > a {
            margin: 0;
            color: #fff;
            cursor: pointer;
            padding: 0px 15px 0px 15px
        }

            .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
                color: #fff;
            }

            .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > a:hover {
                color: #fff;
            }

    .navbar-default .navbar-toggle {
        border-color: #ffd700;
        margin-right: 30px;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #fff;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #ffd700;
        }

/*.navbar-brand {
    float: left;
    padding: 0;
    padding-left: 15px;
}

    .navbar-brand img {
        margin: 7px 0 0 0;
        height: 50px;
    }*/

/*.navbar-brand img {
    max-width: 130px;
}*/

.navbar-brand {
    padding: 0px;
}

    .navbar-brand > img {
        height: 100%;
        padding: 8px 15px;
        width: auto;
    }

.navbar-brand-large {
    float: left;
    padding: 0;
    padding-left: 15px;
    padding-bottom: 0px;
}

    .navbar-brand-large img {
        margin: 7px 0 0 0;
        height: 40px;
    }

.navbar-collapse.collapse.home {
    overflow: visible !important;
}

.dropdown-menu.fancy-hover > li > a {
    padding-left: 30px;
}

    .dropdown-menu.fancy-hover > li > a:hover:before {
        font-family: 'FontAwesome';
        content: "\f0da"; /* font-awesome caret-right icon */
        position: absolute;
        left: 15px;
    }

.navigation > ul {
    margin-top: 0;
    margin-left: 50px !important;
}

.banner {
    height: 160px;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
}

.about-right h3 {
    color: #4e5659;
    font-size: 1.5em;
    margin: 20px;
    font-family: 'sackers_gothic_light', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    text-transform: uppercase;
}

.about-right ul {
    list-style-type: none;
}

    .about-right ul li {
        font-family: 'Adobe Caslon Pro', 'Hoefler Text', Georgia, Garamond, Times, serif;
        font-size: 16px;
        line-height: 1.5;
        float: left;
        width: 40%;
        color: #4e5659;
        margin-bottom: 20px;
        text-indent: -50px;
        margin-left: 60px;
    }

        .about-right ul li:before {
            content: '\f00c';
            font-size: 16px;
            padding-right: 15px;
            font-family: 'FontAwesome';
            color: #f5aa2a;
            padding: 0 10px;
            margin: 5px 10px 5px 10px;
        }

.testimonial-wrapper {
    color: #ffffff;
}

    .testimonial-wrapper .testimonial-content {
        margin-bottom: 20px;
        position: relative;
    }

    .testimonial-wrapper p {
        font-size: 1.2em;
        padding: 2em 1.5em 1em 1.5em;
        margin: 0;
    }

    .testimonial-wrapper .testimonial-author {
        padding: 1em 1.5em;
        font-size: .85em;
        text-align: right;
    }

/*.springfield-building {
    height: 500px;
    background-image: url('../Content/Images/springfield_building.jpg');
    background-repeat: no-repeat;
    background-position: top 80% left;
    background-size: cover;
}

    .springfield-building img {
        display: table-cell;
        max-width: 100%;
    }

    .springfield-building .caption {
        position: relative;
        float: right;
        margin-bottom: 0;
        margin-right: 20px;
        color: #FFF;
        top: 90%;
    }

.banner-home {
    background-image: url('../Content/Images/corporate_building_cropped.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 250px;
}

    .banner-home .caption {
        position: relative;
        float: right;
        margin-bottom: 0;
        margin-right: 20px;
        color: #FFF;
        top: 90%;
    }*/

.banner-home {
    background-image: url('../Content/Images/shutterstock_722985031.jpg');
    background-repeat: no-repeat;
    background-position: top 18% left;
    /*background-attachment: fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 340px;
}

    .banner-home .caption {
        position: relative;
        float: left;
        margin-bottom: 0;
        margin-left: 40px;
        background-color: #ca3727;
        color: #FFF;
        width: 150px;
        /*height: 35px;*/
        top: 81%;
    }


.about-us-home {
    background-image: url('../Content/Images/shutterstock_157219337-2.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 200px;
}

.funds-home {
    background-image: url('../Content/Images/shutterstock_543880450-2.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 200px;
}

.contact-us-home {
    background-image: url('../Content/Images/shutterstock_688545040-2.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 200px;
}

@media (min-width: 768px) {
    .home-container {
        width: 750px;
    }

    .banner-about {
        background-image: url('../Content/Images/Boston Cityscape.jpg');
        background-repeat: no-repeat;
        background-position: top 70% right;
        background-size: cover;
        height: 250px;
    }

        .banner-about img {
            display: table-cell;
            max-width: 100%;
        }

    .banner-approach {
        Background-image: url('../Content/Images/NewYork_CityScape.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top 50% left;
        height: 250px;
    }

        .banner-approach img {
            display: table-cell;
            max-width: 100%;
        }

    /*.banner-services {
        background-image: url('http://honorcapital.zzini.com/wp-content/themes/honor_capital_v1/library/images/page-header-services-1250.jpg');
    }*/

    .banner-contact {
        /*background-image: url('../Content/Images/MiamiCityScape-edited.jpg');*/
        background-repeat: no-repeat;
        background-position: top 23% right;
        background-size: cover;
        height: 250px;
    }

    .desktop-feature-block {
        display: block;
        float: right;
        width: 300px;
        margin: 0 0 10px 20px;
    }

        .desktop-feature-block a {
            color: #f5aa2a;
            font-family: 'sackers_gothic_light', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
            text-transform: uppercase;
            text-decoration: none;
            font-size: .85em;
        }

        .desktop-feature-block img {
            max-width: 100%;
        }
}

@media (min-width: 992px) {
    .banner-contact {
        background-position: top 35% right;
    }
}

.panel-body.panel-body-nopadding {
    padding: 0;
}

.nav-tabs-sm > li > a {
    padding-top: 4px;
    padding-bottom: 4px;
}

.nav-tabs-fancy-content {
    padding: 15px;
}

.nav-tabs-fancy > li > a {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

    .nav-tabs-fancy > li > a:hover {
        border-color: #FFAF56 #ddd transparent;
        background-color: #fff;
    }

.nav-tabs-fancy > li.active a,
.nav-tabs-fancy > li.active a:hover,
.nav-tabs-fancy > li.active a:focus {
    border: 1px solid #ddd;
    border-top: 2px solid #FFAF56;
    border-bottom-color: transparent;
}

.nav-tabs-fancy > li:first-child a,
.nav-tabs-fancy > li:first-child a:hover {
    border-left-color: transparent;
}

.user-maint-selections-wrapper {
    padding: 15px 15px 0 15px;
}

    .user-maint-selections-wrapper .control-label {
        margin-bottom: 0;
        margin-top: 8px;
    }

@media (max-width: 480px) {
    .nav-tabs > li {
        float: none;
    }

    .nav-tabs-sm > li > a {
        padding: 10px 15px;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}


@media (min-width: 992px) {
    .home-container {
        width: 970px;
    }

    .desktop-feature-block {
        display: block;
        float: right;
        width: 300px;
        margin: 0 0 10px 20px;
    }

        .desktop-feature-block a {
            color: #f5aa2a;
            font-family: 'sackers_gothic_light', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
            text-transform: uppercase;
            text-decoration: none;
            font-size: .85em;
        }

        .desktop-feature-block img {
            max-width: 100%;
        }
}

@media (min-width: 1200px) {
    .home-container {
        width: 1170px;
    }
}

@media only screen and (min-width: 1240px) {
    .banner-about {
        background-image: url('../Content/Images/Boston-Cityscape-Edited.jpg');
        height: 250px;
    }

    .banner-approach {
        Background-image: url('../Content/Images/NewYork_CityScape.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top 50% left;
        height: 250px;
    }

        .banner-approach img {
            display: table-cell;
            max-width: 100%;
        }

    /*.banner-services {
        background-image: url('http://honorcapital.zzini.com/wp-content/themes/honor_capital_v1/library/images/page-header-services-2000.jpg');
    }*/

    .banner-contact {
        background-image: url('../Content/Images/MiamiCityScape.jpg');
        background-repeat: no-repeat;
        background-position: top 42% right;
        background-size: cover;
        height: 250px;
    }
}

@media (max-width: 768px) {
    .navigation > ul {
        margin-top: 0;
        margin-left: 0 !important;
    }

    .navbar-collapse.collapse {
        overflow: visible !important;
    }

    .jumbotron.jumbotron-fancy {
        margin-top: 25px;
    }

    .banner {
        display: none;
    }
}

.dropdown-menu {
    background-color: #E7E7E7;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

    /*.dropdown-menu li {
        display: inline-block;
    }

        .dropdown-menu li.dropdown .dropdown-menu {
            top: 210px;
        }

        .dropdown-menu li.dropdown {
            background: url('Images/logo.png') no-repeat bottom right !important;
            background-position: 5px 9px !important;
        }*/

    .dropdown-menu.agent-login {
        position: absolute;
        min-width: 275px;
        padding-top: 20px;
    }

        .dropdown-menu.agent-login li {
            display: block;
        }

            .dropdown-menu.agent-login li input {
                font-weight: normal !important;
            }

        .dropdown-menu.agent-login fieldset {
            border-top: 1px solid #7F7F7F;
            margin: 0px 15px;
            font-weight: normal;
            margin-bottom: 5px;
        }

            .dropdown-menu.agent-login fieldset legend {
                padding: 0px 15px 0px 15px;
                margin: 0 auto;
                width: auto;
                font-size: 14px;
                color: #7F7F7F;
            }



.collapsing {
    display: none;
}

.contract-info > div {
    float: left;
    width: 33%;
    min-height: 500px;
}

    .contract-info > div:first-child {
        border-right: 1px solid black;
    }

    .contract-info > div:last-child {
        border-left: 1px solid black;
    }

@media (max-width: 768px) {
    .contract-info > div {
        float: none;
        width: 100%;
        min-height: 410px;
    }

        .contract-info > div:first-child {
            border-right: none;
        }

        .contract-info > div:last-child {
            border-left: none;
        }
}

.panel-empty {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

    .panel-empty > .panel-heading {
        background-color: transparent;
        border: none;
        border-radius: 0;
        padding: 10px 15px;
        border-bottom: 1px solid black;
    }

    .panel-empty > .quickSearch-heading {
        background-color: transparent;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid black;
    }

    .panel-empty > .panel-heading > .panel-title {
        color: #333;
        font-weight: 800;
    }

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-style: italic;
}

.form-control:-ms-input-placeholder {
    color: #999;
    font-style: italic;
}

.form-control::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
}

.main-menu-body {
    padding: 15px 0px 0px 0px;
    /*font-size: 18px;*/
    font-weight: bold;
}

.contract-sub-section-title {
    behavior: url('../Content/PIE.htc');
    border-width: 0 0 1px 0;
    border-bottom: solid 1px black;
    border-image: linear-gradient(to right, black, transparent) 14% 0;
    padding: 5px 0 5px 0;
    font-weight: 800;
}

.circle-green {
    /*width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: green;
    color: yellow;
    padding: 3px 0 0 4px;*/
    color: green;
}

.paymentStatusIcon {
    font-size: 1.5em !important;
}

.contract-post-payment {
    font-weight: bold;
    font-size: 18px;
    color: #093983;
    text-decoration: underline;
    /*margin-left: 5px;*/
}

.panel-empty .form-group .col-sm-1,
.panel-empty .form-group .col-sm-2,
.panel-empty .form-group .col-sm-3,
.panel-empty .form-group .col-sm-4,
.panel-empty .form-group .col-sm-5,
.panel-empty .form-group .col-sm-6,
.panel-empty .form-group .col-sm-7,
.panel-empty .form-group .col-sm-8,
.panel-empty .form-group .col-sm-9,
.panel-empty .form-group .col-sm-10,
.panel-empty .form-group .col-sm-11,
.panel-empty .form-group .col-sm-12 {
    padding-right: 0;
}

.table-borderless tbody tr td, .table-borderless tbody tr th {
    border-top: 0;
}

.table-borderless tbody tr th {
    text-align: right;
}

.table.table-list tbody tr td {
    background-color: #f9f9f9;
    width: 50%;
    border: 0;
}

    .table.table-list tbody tr td:first-child {
        font-weight: bold;
        text-align: right;
    }

.table-data-list {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

    .table-data-list tr {
        display: block;
    }

        .table-data-list tr:before,
        .table-data-list tr:after {
            display: table;
            content: " ";
        }

    .table-data-list tbody tr td {
        display: block;
        float: left;
        box-sizing: border-box;
        padding: 5px;
    }

        .table-data-list tbody tr td:first-child {
            text-align: right;
            font-weight: bold;
            background-color: #f9f9f9;
            border-width: 0 0 1px 0;
            /*border-image: linear-gradient(to right, black, #ccc) 100% 1;*/
            width: 60%;
        }

        .table-data-list tbody tr td:last-child {
            text-align: left;
            border-width: 0 0 1px 0;
            /*border-image: linear-gradient(to right, #ccc, white) 50% 1;*/
            width: 40%;
        }

.table-data-list-payments {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

    .table-data-list-payments tr {
        display: block;
    }

        .table-data-list-payments tr:before,
        .table-data-list-payments tr:after {
            display: table;
            content: " ";
        }

    .table-data-list-payments tbody tr td {
        display: block;
        float: left;
        box-sizing: border-box;
        padding: 5px;
    }

        .table-data-list-payments tbody tr td:first-child {
            text-align: left;
            font-weight: bold;
            background-color: #f9f9f9;
            border-width: 0 0 1px 0;
            border-bottom: solid 1px black;
            border-image: linear-gradient(to right, black, #ccc) 100% 1;
            width: 60%;
        }

        .table-data-list-payments tbody tr td:last-child {
            text-align: left;
            behavior: url('../Content/PIE.htc');
            border-width: 0 0 1px 0;
            border-bottom: solid 1px black;
            border-image: linear-gradient(to right, #ccc, white) 50% 1;
            width: 40%;
        }

.table-data-list-bankinfo {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

    .table-data-list-bankinfo tr {
        display: block;
    }

        .table-data-list-bankinfo tr:before,
        .table-data-list-bankinfo tr:after {
            display: table;
            content: " ";
        }

    .table-data-list-bankinfo tbody tr td {
        display: block;
        float: left;
        box-sizing: border-box;
        padding: 5px;
    }

        .table-data-list-bankinfo tbody tr td:first-child {
            text-align: right;
            font-weight: bold;
            width: 50%;
        }

        .table-data-list-bankinfo tbody tr td:last-child {
            text-align: left;
            width: 50%;
        }


.table-data-list-CCPayment {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

    .table-data-list-CCPayment tr {
        display: block;
    }

        .table-data-list-CCPayment tr:before,
        .table-data-list-CCPayment tr:after {
            display: table;
            content: " ";
        }

    .table-data-list-CCPayment tbody tr td {
        display: block;
        float: left;
        box-sizing: border-box;
        padding: 5px;
    }

        .table-data-list-CCPayment tbody tr td:first-child {
            text-align: right;
            font-weight: bold;
            width: 30%;
        }

        .table-data-list-CCPayment tbody tr td:last-child {
            text-align: left;
            width: 70%;
        }

.table-update-info {
    width: 100%;
    border-collapse: collapse;
}

    .table-update-info tr {
        display: block;
    }

        .table-update-info tr:before,
        .table-update-info tr:after {
            display: table;
            content: " ";
        }

    .table-update-info tbody tr td {
        display: block;
        float: left;
        box-sizing: border-box;
        padding: 5px;
    }

        .table-update-info tbody tr td:first-child {
            text-align: right;
            font-weight: bold;
            border-width: 0 0 1px 0;
            width: 25%;
        }

        .table-update-info tbody tr td:last-child {
            text-align: left;
            border-width: 0 0 1px 0;
            width: 75%;
        }

.contract-list td {
    cursor: pointer;
}

/*.table-striped-inverse > tbody > tr > th {
    background-color: #D1D1D1;
}*/

.table-striped-inverse > tbody > tr:nth-of-type(even) {
    background-color: #EBEBEB;
}

.contract-details-wrapper {
    border: 1px solid #ccc;
    background-color: #ebebeb;
}

.contract-details-content {
    width: calc(100% - 100px);
    border-left: 1px solid #ccc;
}

    .contract-details-content .table {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    .contract-details-content table thead tr th {
        border: none;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background-color: #ebebeb;
        text-align: center;
    }

    .contract-details-content table tbody tr td {
        border: none;
        border-right: 1px solid #ddd;
    }

    .contract-details-content table.table-striped > tbody > tr:nth-of-type(even) {
        background-color: #fff;
    }

        .contract-details-content table.table-striped > tbody > tr:nth-of-type(even):hover {
            background-color: #f5f5f5;
        }

.contract-details-nav {
    width: 100px;
}

    .contract-details-nav > .nav-pills > li > a {
        border-radius: 0px;
        padding: 5px 10px;
        color: #333;
        border-bottom: 1px solid #ddd;
    }

    .contract-details-nav > .nav-pills > li:first-child > a:first-child {
        border-top: solid 1px #ddd;
    }

    .contract-details-nav > .nav-pills > li:first-child {
        margin-top: 30px;
    }

    .contract-details-nav > .nav-pills > li > a:hover,
    .contract-details-nav > .nav-pills > li > a:focus {
        color: #333;
    }

    .contract-details-nav > .nav-pills > li.active > a {
        background-color: #ccc;
        font-weight: bold;
    }

.current-due {
    font-size: 18px;
    height: 31px;
}

.status-text {
    font-weight: bold;
    font-size: 1.4em;
}

.contract-list-status-text {
    font-weight: bold;
    font-size: 1.2em;
}

.cancelled {
    color: #FFF;
    background-color: #a94442;
    display: block;
    padding-left: 10px;
}

.contract-list-cancelled {
    color: #a94442;
}

.contract-list-pending {
    color: #FFCC66;
}

.cancellationPending {
    color: #000;
    background-color: #f5ff05;
    display: block;
    padding-left: 10px;
}

.cancellationHold {
    color: #FFCC66;
}

.cancellationIssued {
    color: #FF6600;
}

.paidOff, .Credit, .Current {
    color: #007850;
}

.balanceDue {
    color: #FF9F1A;
}

.ins-name {
    font-size: 16px;
    font-weight: bold;
}

.recurring-signup {
    font-weight: bold;
    margin-top: 10px;
}

.states-dropdown {
    min-width: 100px;
    max-height: 200px;
    overflow-y: auto;
}



.input-group-customer-info {
    padding: 2px;
}

    .input-group-customer-info > .input-group-addon {
        width: 40%;
        white-space: nowrap;
        vertical-align: middle;
        display: table-cell;
    }

.static-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}

.form-group-updateInfo {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
}

.form-group-payments {
    margin-bottom: 0;
}

.payment-inputs {
    width: 40%;
}

.text-bold {
    font-weight: bold;
}

.table-hover tr td {
    cursor: pointer;
}

.dataTables_processing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 999999;
    right: 15px;
    top: -25px;
    background-color: #2f96b4;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #ffffff;
}

.footer {
    /*background-image: url('Images/ricepaper-charcoal.jpg');*/
    background-color: #CA3727;
    color: #fff;
    font-weight: 700;
    /*min-height: 50px !important;*/
}

.payment-echeck-button {
    background: url('Images/check.gif');
    width: 301px;
    height: 129px;
}

.check-icon {
    margin-top: 15px;
    margin-left: 20px;
    height: 35px;
    width: 35px;
    background: url('Images/paycheck.svg');
    background-size: 35px 35px;
    display: block;
}

.solidBackground {
    background: white;
}

.top-left-position {
    position: absolute;
    top: 10px;
    left: 10px;
}

.the-legend {
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
}

.the-fieldset {
    border: 2px solid #ABADAE;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

.override-link, .override-link a, .override-link a:hover {
    color: #000;
}

.payments.page-header h2 {
    padding-left: 100px;
}

.payments.page-header i {
    margin-left: -100px;
}

.payments.page-header .fa {
    position: absolute;
    top: 6px;
}

.panel.panel-payment {
    border: 3px solid #ddd;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .panel.panel-payment.selected {
        border: 3px solid #27AE60;
    }

    .panel.panel-payment:hover {
        border: 3px solid #27AE60;
    }

    .panel.panel-payment .panel-heading {
        padding: 15px;
        border-bottom: 1px solid #ddd;
        font-weight: bold;
        font-size: 16px;
        color: #767676;
    }

    .panel.panel-payment .panel-body {
        padding: 25px 15px;
    }

.panel-payment.agency-account, .panel-payment.insured-account {
    margin-bottom: 0;
}

.panel.panel-payment.agency-account .panel-body, .panel.panel-payment.insured-account .panel-body {
    padding: 15px;
}

.payments.page-header {
    padding-bottom: 9px;
    margin: 0;
    border-bottom: 1px solid #262626;
}

.payments-approve {
    width: 50%;
    margin: 0px auto;
    border-top: 1px solid black;
    text-align: right;
}

.payments-receipt {
    width: 65%;
    margin: 0px auto;
    text-align: center;
}

.btn.btn-terms {
    padding: 0 !important;
    border: 0 !important;
    margin-bottom: 2px;
    outline: none;
}

/*.payments-authorize {
    background-color: #FFF;
}*/

.payments-authorize-message {
    padding: 5px;
}


.paymentMethod {
    padding: 5px 3px;
    color: #656565;
    background-clip: border-box;
    border: 2px solid #F5F5F5;
    background: linear-gradient(to bottom, #FFF, #ccc);
}

    .paymentMethod:hover {
        border: 2px solid #646363;
    }

.selected {
    border: 2px solid #646363;
}

.payment-icons-holder {
    width: 30%;
    padding-bottom: 30px;
}

.cc-images {
    width: 30%;
}

.cc-text {
    width: 70%;
}


.cc-discover {
    height: 40px;
    width: 40px;
    background: url('Images/Discover_Card.svg');
    background-size: 40px 40px;
    position: absolute;
    top: 30px;
    left: 20px;
}

.cc-mastercard {
    height: 40px;
    width: 40px;
    background-image: url('Images/MasterCard.svg');
    background-size: 40px 40px;
    position: absolute;
    top: 0px;
    left: 20px;
}

.cc-visa {
    height: 40px;
    width: 40px;
    background-image: url('Images/VISA.svg');
    background-size: 40px 40px;
    position: absolute;
    top: 10px;
    left: 5px;
}

#prod-sum-chart, #canx-sum-chart {
    font-size: 11px;
    font-family: Arial;
}

.paging_full_numbers {
    width: 400px;
    height: 22px;
    line-height: 22px;
}

    .paging_full_numbers a:active {
        outline: none;
    }

    .paging_full_numbers a:hover {
        text-decoration: none;
    }

    .paging_full_numbers a.paginate_button,
    .paging_full_numbers a.paginate_active {
        border: 1px solid #aaa;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        padding: 2px 5px;
        margin: 0 3px;
        cursor: pointer;
        *cursor: hand;
        color: #333 !important;
    }

    .paging_full_numbers a.paginate_button {
        background-color: #ddd;
    }

        .paging_full_numbers a.paginate_button:hover {
            background-color: #ccc;
            text-decoration: none !important;
        }

    .paging_full_numbers a.paginate_active {
        background-color: #99B3FF;
    }

.gold {
    color: #C2A04B;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 10px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px;
}

.padding20 {
    padding: 20px;
}


.error-template {
    padding: 40px 15px;
    text-align: center;
}

.error-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .error-actions .btn {
        margin-right: 10px;
    }

.recurring-disclaimer-panel {
    max-height: 300px;
    overflow-y: auto;
}

.breadcrumb-background {
    background-color: #f5f5f5;
}

.actions.dropdown-menu {
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.documents.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .documents.dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .documents.dropdown-menu > li > a:hover,
        .documents.dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .documents.dropdown-menu > .active > a,
    .documents.dropdown-menu > .active > a:hover,
    .documents.dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .documents.dropdown-menu > .disabled > a,
    .documents.dropdown-menu > .disabled > a:hover,
    .documents.dropdown-menu > .disabled > a:focus {
        color: #777;
    }

        .documents.dropdown-menu > .disabled > a:hover,
        .documents.dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }

.open > .documents.dropdown-menu {
    display: block;
}

/* Styling for default gridview pager to make look like bootstrap pager ---- Currently not in use */

.gv-pagination {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .gv-pagination table > tbody > tr > td {
        display: inline;
    }

        .gv-pagination table > tbody > tr > td > a,
        .gv-pagination table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .gv-pagination table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .gv-pagination table > tbody > tr > td:first-child > a,
        .gv-pagination table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .gv-pagination table > tbody > tr > td:last-child > a,
        .gv-pagination table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .gv-pagination table > tbody > tr > td > a:hover,
        .gv-pagination table > tbody > tr > td > span:hover,
        .gv-pagination table > tbody > tr > td > a:focus,
        .gv-pagination table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

/* Styling for default gridview pager to make look like bootstrap pager ---- Currently not in use */

.Print-panel-body {
    min-height: 60px;
}

.contactPrintbtn {
    padding-left: 4px;
}

.contactEmailbtn {
    padding-left: 0px;
}

.contractSearchLnk {
    padding-left: 5px;
}

.contractSearchInput {
    padding: 0;
    margin: 0;
    width: 60%;
}

hr.soften {
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
    border: 0;
    margin-top: 8px;
    margin-bottom: 8px;
}

.block {
    display: block;
}

.pager {
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
    text-align: center;
    *zoom: 1;
}

    .pager:before,
    .pager:after {
        display: table;
        content: "";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

    .pager a {
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

        .pager a:hover {
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .pager .next a {
        float: right;
    }

    .pager .previous a {
        float: left;
    }

    .pager .disabled a,
    .pager .disabled a:hover {
        color: #999999;
        background-color: #fff;
        cursor: default;
    }

.searchSubTitle {
    margin: 0 !important;
}

.MenuTitle {
    margin-bottom: 0px !important;
}

.TabContainer {
    background-color: #fff;
}

.nopadding {
    padding: 0;
}

.PrivacyTitles {
    text-decoration: underline;
    padding: 0 0 5px 0;
}


.ContractHoldImg {
    height: 14px;
    width: 14px;
    vertical-align: middle;
}

.tableinput {
    width: 100%;
}

.mobileAdImage {
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
}

.list-alpha {
    list-style: lower-alpha;
}

.list-numeric {
    list-style: decimal-leading-zero;
}

.btn-radio {
    width: 100%;
}

.img-radio {
    opacity: 0.5;
    margin-bottom: 5px;
}

.label-normal {
    margin: 0px;
    font-weight: normal;
}

/* Custom vertical tab */
div.custvertical-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-left: 0px;
    /*-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.custvertical-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.custvertical-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.custvertical-tab-menu div.list-group > a {
            margin-bottom: 0;
        }

            div.custvertical-tab-menu div.list-group > a .glyphicon,
            div.custvertical-tab-menu div.list-group > a .fa {
                color: #31708F;
            }

            div.custvertical-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.custvertical-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

            div.custvertical-tab-menu div.list-group > a.active,
            div.custvertical-tab-menu div.list-group > a.active .glyphicon,
            div.custvertical-tab-menu div.list-group > a.active .fa {
                background-color: #31708F;
                background-image: #31708F;
                color: #ffffff;
            }

                div.custvertical-tab-menu div.list-group > a.active:after {
                    content: '';
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    margin-top: -13px;
                    border-left: 0;
                    border-bottom: 13px solid transparent;
                    border-top: 13px solid transparent;
                    border-left: 10px solid #31708F;
                }

div.custvertical-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.custvertical-tab div.custvertical-tab-content:not(.active) {
    display: none;
}

.ad {
    border-radius: 15px;
    background: url('Images/mobilebannerad.jpg');
    background-size: auto;
}

.iphone {
    font-size: 5em;
}

.newsHeader {
    background-color: gainsboro;
    font-weight: 700;
}

.cke_chrome {
    border: 1px solid #CCCCCC !important;
    box-shadow: none !important;
}

.cke_bottom {
    background-color: #A0A0A1 !important;
    border: 1px solid #CCCCCC;
}

#cke_bottom_detail, .cke_bottom {
    display: none !important;
}

.table-bordered > thead > tr > th {
    background-color: gainsboro;
}

.newsItem {
    padding: 5px 0px;
    border-bottom: 1px solid #FFF;
    cursor: pointer;
}

/*  LOGIN  */
.login > .panel-body {
    background-color: #E7E7E7 !important;
}

.login > .panel-heading {
    background-color: #ca3727 !important;
    color: #FFF;
}

.aside-phone {
    border: 1px solid #e2dede;
    margin-bottom: 14px;
    padding: 15px 19px 18px;
}

.inTransitHighlight {
    background-color: #f6f75b !important;
}

.MenuItemCustomStyle1 {
    color: red;
    font-size: 16px;
    font-weight: bolder;
}

.MenuItemCustomStyle2 {
    color: red;
}

.calculatorInlineStyle {
    margin-left: 15px;
}

.calculatorInlineStyle2 {
    margin-left: 3px;
}

.AgentMenuOverrideQuoteInceptionDaysStyle {
    right: 8.33333333%;
    margin-left: 30px;
}

#modalViewCompTable.modal-dialog {
    overflow-y: initial !important
}

#CompTableBody {
    height: 80vh;
    overflow-y: auto;
}

div.dataTables_filter input {
    width: 400px !important;
}
