html {
    font-size: 100%;
}

body {
    background-color: #f8f8f8;
    color: #252525;
    font: 400 1rem/1.6 'Open Sans',Arial,Sans-Serif;
}

img {
    max-width: 100%;
    border: 0 none;
    outline: 0 none;
}

.navbar-brand {
    max-width: 75% !important;
}

h1.custom {
    color: #ee3123;
    font: 700 1.8rem/1 museo-slab,Serif;
    margin-bottom: 1.5rem;
}

h2.custom {
    color: #ee3123;
    font: 700 1.5rem/1 museo-slab,Serif;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

h3.custom {
    margin-top: 2rem;
    padding-bottom: 5px;
    color: #252525;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.4;
    border-bottom: 2px solid #dcebf4;
}

.fbfs-red {
    color: #ee3123;
}

table#tblClients {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #0d77cb;
    text-decoration: none;
}

.program-title {
    color: #ee3123;
    font-family: museo-slab,Serif;
    font-size: 1.5rem;
    font-weight: 700;
}

.program-badge {
    font-family: 'Open Sans',Arial,Sans-Serif;
}

.red-color-underline {
    color: #ee3123;
    text-decoration: underline;
}

.header {
    background-color: #ffffff;
    padding: 5px 0;
    border-bottom: 2px solid #cccccc;
}

.header a, .header a:link, .header a:visited {
    text-decoration: none;
    color: #252525;
    font-weight: 400;
}

.header a:active,
.header a:hover,
.header a:focus
{
    color: #ee3123;
    background-color: transparent !important;
}

.navbar {
    background-color: transparent !important;
}

.subhead {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1;
}

.validation ul {
    margin-top: 0;
    margin-bottom : 0;
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    h1.custom {
        font: 700 2.5rem/1 museo-slab,Serif;
        margin-bottom: 2rem;
    }

    h2.custom {
        font: 700 1.8rem/1 museo-slab,Serif;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    h3.custom {
        line-height: 1;
    }

    .header {
        padding: 15px 0;
    }
}

    .tip .image {
        width: 90px;
        display: inline-block;
        vertical-align: middle;
    }

        .tip .image img {
            width: 70px;
            height: 80px;
        }

        .tip .text {
            font-size: 0.9rem;
            line-height: 1.6;
            margin-top: 1.2rem;
        }

        .tip .text .headline {
            color: #F8961D;
            font-weight: 700;
            font-size: 1.275rem;
            line-height: 1;
        }

    .previewContainer .agentName {
        width: 100%;
        padding-bottom: 15px;
    }

    .previewContainer .agentPhoto {
        display: inline-block;
        vertical-align: top;
        width: 170px;
    }

    .previewContainer .agentOffice1 {
        display: inline-block;
        vertical-align: top;
        width: 230px;
        text-align: left;
        font-size: 15px;
    }

    .previewContainer .agentOffice2 {
        display: inline-block;
        vertical-align: top;
        width: 200px;
        text-align: left;
        font-size: 15px;
    }

table.ziptable {
    width: 100%;
}

table.ziptable tr td {
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.2;
}

    table.ziptable tr td.icon {
        padding-right: 5px;
        width: 14px;
    }

table.ziptable tr.selected td {
    background-color: #ECF3BE;
}

table.ziptable tr td a {
    color: #005cb9;
    text-decoration: none;
}

table.ziptable tr td img {
    height: 14px !important;
    width: 14px !important;
}

table.ziptable tr td.icon {
    width: 20px;
}

table.ziptable tr.hrow td {
    font-weight: 600;
}

.selections {
    margin-top: 10px;
    max-height: 400px;
    overflow: auto;
}

.leads-available {
    margin-top: 10px;
    font-weight: 600;
}

.leads-selected {
    margin-top: 5px;
    font-weight: 600;
}

.loader {
    background-image: url('https://content.fbfsmarketing.com/images/ajax-loader.gif');
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    height: 32px;
    width: 32px;
    display: none;
}

    .tip-kit .image {
        width: 89px;
        display: inline-block;
        vertical-align: middle;
    }

        .tip-kit .image img {
            width: 69px;
            height: 80px;
        }

.tip-kit .text {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-top: 1.2rem;
}

        .tip-kit .text .headline {
            color: #F8961D;
            font-weight: 700;
            font-size: 1.125rem;
            line-height: 1;
        }

div.kit-clients {
    max-height: 400px;
}

table.kit-clients th,
table.kit-clients td {
    font-size: 0.9rem;
}

table.kit-clients td {
    cursor: pointer;
}

table#tblClients,
table#tblClients tr {
    width: 100%;
}

    table#tblClients tbody {
        display: block;
        max-height: 500px;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    table#tblClients thead {
        display: block;
    }

    table#tblClients th,
    table#tblClients td {
        width: 120px;
    }

        /* Selected Checkbox */
        table#tblClients th:nth-child(1),
        table#tblClients td:nth-child(1) {
            width: 30px;
            text-align: center;
        }

        /* First Name */
        table#tblClients th:nth-child(2),
        table#tblClients td:nth-child(2) {
            width: 130px;
        }

        /* Last Name */
        table#tblClients th:nth-child(3),
        table#tblClients td:nth-child(3) {
            width: 145px;
        }

        /* Address */
        table#tblClients th:nth-child(4),
        table#tblClients td:nth-child(4) {
            width: 300px;
        }

        /* City */
        table#tblClients th:nth-child(5),
        table#tblClients td:nth-child(5) {
            width: 140px;
        }

        /* State */
        table#tblClients th:nth-child(6),
        table#tblClients td:nth-child(6) {
            width: 70px;
        }

        /* Age */
        table#tblClients th:nth-child(7),
        table#tblClients td:nth-child(7) {
            width: 60px;
        }

        /* Renews */
        table#tblClients th:nth-child(8),
        table#tblClients td:nth-child(8) {
            width: 85px;
        }

    table#tblClients tbody tr td {
        cursor: pointer;
    }

    table#tblClients td,
    table#tblClients th {
        padding: 2px 0;
        font-size: 0.875rem;
    }

        table#tblClients tr td.clickable {
            cursor: pointer;
        }

        table#tblClients tr td#count {
            font-weight: 600;
        }

    table#tblClients tbody tr:nth-child(odd) td {
        background-color: #EDEDED;
    }

    table#tblClients tbody tr:nth-child(even) td {
        background-color: #FFFFFF;
    }

    table#tblClients thead th {
        background-color: #80B8C7;
        color: #FFFFFF;
    }

    table#tblClients tr.selectedClient:nth-child(even) td {
        background-color: #E8F0AC;
    }

    table#tblClients tr.selectedClient:nth-child(odd) td {
        background-color: #DCE983;
    }

.payment-method-container {
    text-align: center;
}

.payment-method-info {
    margin: 20px;
    display: inline-block;
    width: 200px;
    padding: 10px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 3px #ddd;
    -webkit-box-shadow: 2px 2px 3px #ddd;
    box-shadow: 2px 2px 3px #ddd;  For IE 8 
    line-height: 1.7;
    background-color: #efefef; #00718e
    color: #666666; #e8ebf2
}

    .payment-method-info .brand {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
    }

    .payment-method-info .last4 {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

    .payment-method-info .expiration {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
    }

    .payment-method-info .expires {
        display: inline-block;
    }

    .payment-method-info .date {
        display: inline-block;
    }

    .payment-method-info .active-orders {
        display: inline-block;
        font-weight: 400;
    }

    .payment-method-info .options {
        margin-top: 10px;
        text-align: center;
        font-size: 12px;
    }

.fr-existing-orders {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}