﻿/* DEFAULTS
----------------------------------------------------------*/
/* remove border around all input elements */
input:focus {
    outline: none;
}

/* remove border around all textarea elements */
textarea:focus {
    outline: none;
}

/* remove border around all select elements */
select:focus {
    outline: none;
}

/* remove border around all input,textarea and select elements */
input:focus, textarea:focus, select:focus {
    outline: none;
}

/* remove border around all elements */
:focus {
    outline: none;
}

body {
    font-size: 0.7em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI", Calibri, Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.a {
    border: 0;
    cursor: pointer;
    text-decoration: none;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
    text-decoration: none;
    outline: none;
}

a, img {
    border: none;
    outline: none;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, h1p, h2p, h3p, h4p, pfs1, pfs2, pfs3, pfs4, pfs5, pfs6 {
    font-size: 1.0em; /*color: #ed7d23; / #666666; */
    color: #002897;
    text-transform: none;
    font-weight: 200;
}

h1 /* Header Title, Only use for header text */ {
    font-size: 2.0em;
    color: #ee8722;
    font-weight: 600;
    padding: 0px 0px 0px 0px;
    margin: 1px 0px 0px 20px;
}

h2 /* Section Title, Only use for below header */ {
    font-size: 1.25em;
    line-height: 1.5em;
    color: #002897;
    font-weight: 600;
    padding: 0px 0px 20px 10px;
    margin-bottom: 0px;
}

h3 /* Message Box Title */ {
    font-size: 1.3em; /*color: #ed7d23; / #666666; */
    line-height: 1.5em;
    color: #e97824;
    font-weight: 400;
    padding: 0px 0px 0px 10px;
    margin-top: -10px;
}

h4 /* Main Body Text */ {
    font-size: 1.3em;
    line-height: 1.4em;
    color: #002897;
    font-weight: 400;
    padding: 0px 0px 0px 10px;
    margin-top: -10px;
}

h5 /* Message Box Text */ {
    font-size: 1.2em;
    line-height: 1.3em;
    color: #002897;
    font-weight: 400;
    padding: 0px 0px 0px 10px;
    margin-top: -10px;
}

h6 {
    font-size: 1.1em;
    line-height: 1.2em;
    color: black;
    font-weight: 400;
    padding: 0px 0px 0px 10px;
    margin-top: -10px;
}

h1p /* Header Title Popups */ {
    font-size: 1.6em;
    color: #002897;
    font-weight: 600;
    line-height: 1.1em;
}

h2p /* Section Title */ {
    font-size: 1.6em;
    color: #e97824;
    font-weight: 600;
    line-height: 1.1em;
}

h3p /* Section Title */ {
    font-size: 1.3em;
    color: #002897;
    font-weight: 300;
}

h4p /* Section Title */ {
    font-size: 1.2em;
    color: #002897;
    font-weight: 300;
}

h5p /* Section Title */ {
    font-size: 1.0em;
    color: #002897;
    font-weight: 500;
}

h6p /* Section Title */ {
    font-size: 1.0em;
    color: #555555;
    font-weight: 500;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

.RevaMDPopup {
    height: 100%;
    width: 95%; /* background-color: white; */
    border-collapse: collapse;
    border: 0px solid black;
    border-spacing: 20px;
    margin: 8px 10px 0px 10px;
}

    .RevaMDPopup tr, .RevaMDPopup td {
        border-collapse: collapse;
        border: 0px; /*1px solid blue;*/
    }

    .RevaMDPopup td {
        padding-bottom: .25em;
    }

.RevaMDReceipt {
    height: 100%;
    width: 95%; /* background-color: white; */
    border-collapse: collapse;
    border: 0px solid black;
    border-spacing: 0px;
    margin: 10px 0px 0px 10px;
}

    .RevaMDReceipt tr, .RevaMDReceipt td {
        border-collapse: collapse;
        border: 0px solid blue;
    }

    .RevaMDReceipt td {
        padding-bottom: 0em;
    }

.ExtraPad {
    padding-top: 1.0em;
}

.ExtraPad2 {
    padding-top: 2.0em;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.lblInputR {
    color: #4D6231;
    font-weight: bold;
    text-align: right;
    margin-right: 5px;
    display: block;
    width: 100px;
}

.boxInputL {
    float: left;
}

.boxInputR {
    float: right;
}

.tblLables td {
    height: 22px;
    overflow: hidden;
}

.form-row {
    float: left;
    padding-bottom: 6px;
    margin-left: 15px;
    width: 100%;
}

.form-row-tight {
    float: left;
    width: 100%;
    padding-bottom: 6px;
    margin-left: 0px;
}

.form-row-min {
    float: left;
    margin-left: 15px;
    width: 100%;
}

.editor-label {
    color: #4D6231 !important;
    font-weight: bold;
    float: left;
    text-align: right;
    margin-right: 5px;
    display: block;
    width: 180px;
}

.editor-label-tight {
    color: #4D6231;
    font-weight: bold;
    float: left;
    text-align: right;
    margin-right: 5px;
    display: block;
    width: 100px;
}

.editor-label-left {
    color: #4D6231;
    font-weight: bold;
    float: left;
    margin-right: 5px;
    display: block;
}

.align-popup-fields .editor-label {
    color: #4D6231 !important;
    font-weight: bold;
    float: left;
    text-align: right;
    margin-right: 5px;
    display: block;
    width: 104px;
}

.editor-field {
    float: left;
    /*line-height: 17px;*/
}

.RadPanelBar_Default .rpTemplate {
    color: #696969 !important;
}

.submit-button {
    padding-left: 50px;
}

.zip-code1 {
    width: 80px;
}

.zip-code2 {
    width: 58px;
}

.success-message {
    color: green;
    padding-bottom: 20px;
    font-size: medium;
}

.lightgreen-40 {
    width: 40%;
    border: solid;
    border-width: 1px;
    background-color: lightgreen;
}

.mistyrose-40 {
    width: 40%;
    border: solid;
    border-width: 1px;
    background-color: mistyrose;
}

.btn-pop-next {
    float: right;
    margin: 20px 10px;
}

.btn-pop-edit {
    margin: 20px 0 0 133px;
}

.btn-largepop-edit {
    margin: 20px 0 0 327px;
}

.btn-pop-cancel {
    float: left;
    margin: 20px 0 0 10px;
}

.btn-pop-submit {
    float: right;
    margin: 20px 20px 0px 0px;
}

.btn-no-goback {
    float: left;
    margin-left: 10px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
}

.btn-yes-cancel {
    float: right;
    margin-right: 10px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
}


/* PFS HTML related CSS changes below*/

.pfsMain {
    font-size: 1.0em;
}

table.pfsReport {
    border: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    /* width: 770px; [controled by individual column width] */
}

table.pfsHtmlTable {
    border: 1px solid #002897;
    background-color: #fff;
    border-spacing: 0px;
    border-collapse: collapse;
    margin: 0px 0px 0px 0px;
    padding-bottom: 10px;
}

    table.pfsHtmlTable td {
        padding: 0px;
        border-collapse: collapse;
    }

        table.pfsHtmlTable td.sectionBody {
            padding: 5px 0px 10px 10px;
        }

div.printImageText {
    color: #333333;
    margin-left: 60px;
    margin-right: 60px;
    font-family: Courier;
    font-size: 1.0em;
    line-height: 1.0em;
    text-align: left;
}


td.sectionTitle {
    border: 1px solid #002897;
    background-color: #dde3f0;
    font-family: Arial,Helvetica,sans-serif;
    text-align: center;
}

td.sectionBody {
    border: 1px solid #002897;
    border-collapse: collapse;
    text-align: left;
    vertical-align: top;
}

td.printImage {
    max-width: 725px;
}

div.printImageText {
    color: #333333;
    margin-left: 30px;
    margin-right: 30px;
    font-family: Courier,Arial;
    font-size: 1.55em;
    line-height: 1.0em;
    text-align: left;
}

pfs1 {
    font-size: 1.4em;
    color: #002897;
    font-weight: 500;
    line-height: 1.8em;
}

pfs2 {
    font-size: 1.1em;
    color: #3b3b3b;
    font-weight: 500;
    line-height: 1.6em;
}

pfs3 {
    font-size: 1.0em;
    color: #002897;
    font-weight: 300;
    line-height: 1.6em;
}

pfs4 {
    font-size: 1.2em;
    color: #002897;
    font-weight: 400;
    line-height: 1.0em;
}

pfs5 {
    font-size: 1.8em;
    color: #002897;
    font-weight: 600;
    line-height: 1.2em;
}

pfs6 {
    font-size: 1.2em;
    color: #002897;
    font-weight: 400;
    line-height: 1.4em;
}

div.TUPFSScoreOnly {
    color: darkred;
    font-weight: 600;

}

/* RAD PANEL BAR CSS  
----------------------------------------------------------*/

.RadPanelBar .form-row {
    margin-left: 0 !important;
}


.RadPanelBar.RadPanelBar_Default {
    padding: 0 10px 0 3px;
}

/*Eligibility CSS */

caption {
    /*This is necessary, otherwise, the bottom control gets an extra line due to some css from bootstrap. setting it to Initial sets it to default behavior, overriding the bootstrap css.*/
    display: none;
}

.card {
    border-radius: .28571429rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.eligidinfo {
    float: right;
}

.editor-label {
    width: 150px !important;
}

.eligibilityblock {
    margin-left: 1rem;
    margin-right: 1rem;
}
.card-header {
    background: white;
    padding: 10px 10px 0px 10px !important;
}
.card-header-label {
    font-weight: bold;
    display:inline;
}
.card-header-info {
    display:inline;
}

/*http://www.jankoatwarpspeed.com/css-message-boxes-for-different-message-types/*/
.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:5px 5px 5px 45px;
background-repeat: no-repeat;
background-position: 5px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../Content/Images/icon_info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../Content/Images/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../Content/Images/warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../Content/Images/icon_fail_sm.png');
}

.card-title {
    font-size: 1.25em;
    font-weight: 600;
    /*line-height: 1.2857em;*/
    color: black;
}

.elig-row {
    float: left;
    margin-left: 0px !important;
    width: 100%;
    padding-bottom: 0px !important;
}

.eligidinfo {
    font-weight: 400;
    font-size: 15px;
}
.subinfo {
    clear: both;
    font-weight: 400;
    /*margin-top: .5em;*/
    /*color: rgba(0, 0, 0, .68);*/
}

.card-body {
    color: black;
}

.card li {
    /* { width:320px; }*/
    font-family: "Roboto Condensed";
    font-size: 14px;
    font-weight: 400;
    list-style-type: none;
    list-style-position: outside;
}
