﻿@import url(html5reset-1.6.1.css);
@import url(simplePassMeter.css);
@import url(form-wp.css);
@import url(security.css);

*, html {
    box-sizing: border-box;
}

body {
    font-family: 'Century Gothic', Arial, sans-serif;
    font-size: 12pt;
}



.lnkButton {
    color: #333333;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
}

h1 {
    font-size: 1.8em;
    line-height: 2em;
    text-transform:uppercase;
}

h2 {
    font-size: 1.4em;
    line-height: 1.8em;
    color: #4E4E4E;
    font-weight: normal;
    margin: 0 0 0.8em 0;
    text-transform:uppercase;
}

h3 {
    font-size: 1.4em;
    line-height: 1.6em;
}

h4 {
    font-size: 1.2em;
    line-height: 1.4em;
    width: 200px;
    margin-left: 5px;
}

p {
    margin: 6px 0;
}

h1 {
    color: #4E4E4E;
    font-size: 160%;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    /*width:400px;
        float:left;*/
}

a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

a:focus {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

header {
    width: 100%;
    /*height: 155px;*/
    height: 125px;
}

    header > div {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }

#login-logo {
    float: left;
    margin: 38px 25px 0px -5px;
    /*max-width: 260px;*/
    max-width: 180px;
}

#advisor {
    margin-top: 10px;
    float: right;
}

div#advisor img {
    margin: 0 10px 0 0;
}

#center {
    width: 100%;
    background-color: #000;
    background: #000 url(../images/bg2.jpg) top right no-repeat;
}

ul.BreadCrumb {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 5px 0 0 0;
    list-style: none;
    font-size: 0.9em;
}

    ul.BreadCrumb li {
        list-style: none;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin: 0;
        padding: 10px 20px 10px 10px;
        border: solid 1px #7b7b7b;
        /*width: 70px;*/
        height: 15px;
        color: #666;
        font-size: 1.1em;
        border-radius: 0 0 20px 0;
        background: #fff;
        box-shadow: #666 1px 1px 0.6em;
    }

        ul.BreadCrumb li a {
            text-decoration: none;
            color: #333;
        }

#centercontainer {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 10px;
    clear: both;
    position: relative;
}

    #centercontainer h1 {
        color: #fff;
        font-weight: normal !important;
    }

    #centercontainer h2 {
        color: #fff;
        font-weight: normal !important;
    }

#NBQForm {
    margin: 0px auto;
    width: 100%;
    max-width: 1000px;
}

ul.PanelMainMenu {
    list-style: none;
    width: 100%;
}

    ul.PanelMainMenu li {
        width: 110px;
        height: 60px;
        padding: 20px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        border: solid 1px #7b7b7b;
        border-radius: 0 0 20px 0;
        background: #fff;
        box-shadow: #666 1px 1px 0.6em;
    }

        ul.PanelMainMenu li a {
            font-size: 1.6em;
            font-family: Calibri, Arial, Helvetica, Sans-Serif;
            color: #7b7b7b;
            display: block;
            width: 100%;
            height: 60px;
            text-decoration: none;
        }

a.CalculatorLink {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 20%;
    min-width: 120px;
    padding: 1.5rem;
    margin: 0 20px 20px 0;
    height: 12vh;
    /*background: #fff url(/images/calculator_grey.png) 90% 90% no-repeat;*/
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.2em;
    color: #999;
    vertical-align: top;
    box-shadow: #666 1px 1px 0.6em;
    transition: all 0.3s ease-in;

    background-color:#8f7237;
    color:#fff;
    overflow:hidden;
    height:125px;
    min-width:180px;
    text-transform:uppercase;
    /* Suggest using flexbox to get consistent variable heights, vh units do not fit the text at small screen sizes */
}

    a.CalculatorLink:hover {
        /*color: #8F7237;*/
        color:#8f7237;
        /*background-color:#3b2b46;*/
        background-color:#fff;
        opacity:1;
    }

#RecentQuotesContainer {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0px;
    right: -12px;
    overflow: hidden;
    z-index: 100;
}

#RecentQuotes {
    width: 40%;
    height: 140px;
    padding: 0 10px 10px 10px;
    background: #fff;
    color: #7b7b7b;
    position: absolute;
    top: -110px;
    right: 10px;
    box-shadow: #000 1px 1px 0.6em;
    font-size: 0.8em;
    overflow: hidden;
}

#RetrieveQuote {
    width: 155px;
    position: absolute;
    height: 20px;
    bottom: 7px;
    right: -160px;
    text-align: right;
    z-index: 199;
}

#RecentQuotes input[type="submit"] {
    width: 70px;
    height: 20px;
    background: #8F7237;
    color: #fff;
    border: none;
    float: left;
    border-radius: 0 5px 5px 0;
    position: relative;
    z-index: 200;
}

#RecentQuotes input[type="text"] {
    width: 80px;
    height: 20px;
    padding: 1px;
    margin: 0;
    text-align: center;
    float: left;
    border: solid 1px #8F7237;
    border-width: 1px 0 1px 1px;
    border-radius: 5px 0 0 5px;
    display: relative;
    z-index: 200;
}

.reloadLink {
    width: 60%;
    position: absolute;
    bottom: 12px;
    left: 150px;
}

    .reloadLink a {
        color: #8F7237;
        text-decoration: none;
    }

#RecentQuotes table {
    border-collapse: collapse;
    width: 100%;
}

    #RecentQuotes table th {
        text-align: left;
        color: #8F7237;
        vertical-align: middle;
        border-collapse: collapse;
        padding: 0.2rem 0.5rem 0.4rem 0.5rem;
    }

    #RecentQuotes table td {
        vertical-align: middle;
        border-collapse: collapse;
        padding: 0.2rem 0.5rem;
        white-space: nowrap;
    }
        #RecentQuotes table td a {
            color: #7b7b7b;
            text-decoration: none;
        }

        #RecentQuotes table td a i {
            color: #8F7237;
            font-size: 1.2em;
        }

#Toggle {
    position: absolute;
    left: 10px;
    bottom: 7px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

button#Toggle:focus {
    outline: none;
}

#More {
    /*visibility: hidden;*/
    position: absolute;
    right: -100px;
    bottom: 7px;
    cursor: pointer;
}

.Modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    /*background-color:Black;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;*/
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
}

.Message {
    text-align: left;
    vertical-align: middle;
    position: fixed;
    top: 150px;
    left: 40%;
    z-index: 9999;
    width: 20%;
    min-height: 45px;
    background: #666;
    border-radius: 10px;
    color: #fff;
    padding: 20px 20px 60px 20px;
    border: 2px solid #fff;
}

    .Message a {
        color: #fff;
    }

.close {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 60px;
    color: black;
}

.Greyout {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background-color: #fff;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
}

div#NBQForm input.PBButton {
    width: 269px;
    height: 28px;
    border: none;
    background: #fff url(/images/button-pb.jpg);
    position: absolute;
    float: none;
    right: 20px;
    top: 5px;
    z-index: 1000;
}

div#NBQForm input.VisionButton {
    width: 269px;
    height: 28px;
    border: none;
    background: #fff url(/images/button-vision.jpg);
    position: absolute;
    float: none;
    right: 20px;
    top: 5px;
    z-index: 1000;
}

.FormPanel input.NBQButton {
    display: inline-block;
    vertical-align: top;
    background: #6a6a6a; 
    color: #fff;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 0.9em;
    padding: 0.5rem 1rem;
    text-align: center;
    border-radius: 0 6px 6px 0;
    border: none;
    height: 35px;
    margin: 1rem 0 !important;
    float: none;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

    .FormPanel input.NBQButton.standalone {
        border-radius: 6px;
    }


.FormPanel input.NBQButton:hover {
    background: #8f7237; 
    
}

.RowButtons .outputOptions {
    display: inline-block;
    vertical-align: top;
    margin: 1rem 0;
    border: 1px solid #6a6a6a;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    border-radius: 6px 0 0 6px;
    background: #ffffff;
    height: 35px;
}

    .RowButtons .outputOptions label {
        float: none !important;
    }

    .RowButtons .outputOptions input[type=radio] {
        float: none !important;
        margin: 0 0.5rem 0 1.5rem;
    }

footer {
    width: 100%;
}

    footer > div {
        width: 100%;
        max-width: 1000px;
        margin: 0px auto;
        padding-top: 20px;
        color: #4E4E4E;
    }

    footer a {
        color: #8F7237;
        margin: 0 10px;
    }

    footer .Logout > a {
        text-transform:uppercase;
    }

.footer-left {
    float: left;
}

.footer-right {
    float: right;
}

.minor-text {
    font-size: 0.75rem;
    line-height: 1rem;
}

#ctl00_ContentPlaceHolder1_chkCopyApplicants ~ label {
    display: inline-block;
    width: 150px;
    margin-top: 30px;
    margin-left: 17px;
    margin-bottom: 10px;
}

#ctl00_ContentPlaceHolder1_chkCopyApplicants {
    float: right;
    margin-right: calc(100% - 240px);
    margin-top: 30px;
}
