﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #D9D9D9;
    /*font-size: 14px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    margin: 0px;
    padding: 0px;
    color: #1e395b;
    /*min-height: calc(100vh - 20px);*/
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.form {
    background: white;
    align-items: stretch;
    flex-grow: 1;

    display: flex;
    flex-direction: column;
}

/*These items are children in form*/

.funnelRow {
    background: #008282;
    z-index: auto;
    /*height: 37px;*/
    flex-shrink: 3;
    display: inline;
}


.masterContentPanel {
    /*padding-left: 15px;
    padding-right: 15px;*/
    flex-grow: 1;

    display:flex;
    flex-direction:column;
}


/*End items in form*/

/*.masterBottomPanel {*/
   /* text-align: center;*/
/*}*/



.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    align-self: flex-end;
}

/*all links need to be darker for 508 accessibility*/
a:link, a:visited {
    color: #0a57c9;
}

a:hover {
    color: #1952d9;
    text-decoration: none;
}

a:active {
    color: #034af3;
}
/*end update links for 508 */

.text-success {
    color: #1E7D34 !important;
}

.RadGrid_Windows7 .rgRow a, .RadGrid_Windows7 .rgAltRow a, .RadGrid_Windows7 .rgEditRow a, .RadGrid_Windows7 .rgFooter a, .RadGrid_Windows7 .rgEditForm a {
    color: #0a51b9 !important;
}


/* HEADINGS   
----------------------------------------------------------*/

/* 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   
----------------------------------------------------------*/
/*
.page {
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}*/

.pageHeaderText {
    
    border-bottom: 1px solid black;
    /*padding-bottom: 5px;*/
    margin-bottom: 20px;
    margin-top: 20px;
}

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}


/* 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;
            }

/* 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  
----------------------------------------------------------*/

.flInline {
    margin-top: 2px;
    padding-right: 4px;
    text-align: right;
    font-weight: normal;
    color: #666666;
    vertical-align: top;
    white-space: nowrap;
}

.flInlineRequired {
    margin-top: 2px;
    padding-right: 4px;
    text-align: left;
    font-weight: bold;
    color: #000000;
    vertical-align: top;
    white-space: nowrap;
}

.labelWidth {
    width: 93px;
    font-weight: bold;
}

.requiredField {
    font-weight: bold !important;
}

.flInlineTextbox {
    margin-top: 2px;
    padding-right: 20px;
    text-align: right;
    font-weight: bold;
    color: #000000;
    vertical-align: top;
    white-space: nowrap;
}

.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;
}

table{
    border-spacing: 0px;    
}

.RadButton_Vista
{
    font-size:14px;
}

table.fullWidth{
    width:100%;
}

table.fullHeight {
    min-height: 100vh;
}

.rlbImage {
    height: 100px !important;
    width: 100px !important;
}

.product-image {
    height: 150px !important;
    width: 150px !important;
}

td.top{
    vertical-align: top;
}


.brand {
    font-weight: bold;
    font-variant: small-caps;
    /*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    float: left;
    /*padding: 15px 15px;*/
    font-size: 16px;
    /*line-height: 20px;*/
}

    .brand:hover, .brand:focus {
        text-decoration: none;
    }


.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #5cb85c;
}

    .bs-callout-success h4 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }

.RadForm_Windows7.rfdHeading h4 {
    color: #3C5A80 !important;    
}

.RadForm_Windows7.rfdGrids .rfdTable {    
    color: #3C587C !important;
    padding: 3px !important;
}

    .RadForm_Windows7.rfdGrids .rfdTable a {
        color: #034af3 !important;
        text-decoration: underline !important;
    }


.repViewer {
    overflow-y: auto !important;
}



html body .RadInput_Windows7 .riEmpty, html body .RadInput_Empty_Windows7 {
    color: #757575 !important;
}


/*fix telerik pivot grid - it's not drawing correctly in Lightweight mode*/
.RadPivotGrid .rpgFilterFieldsContainer .rpgFieldItem span, .RadPivotGrid .rpgRowFieldsContainer .rpgFieldItem span, .RadPivotGrid .rpgColumnFieldsContainer .rpgFieldItem span, .RadPivotGrid .rpgAggregateFieldsContainer .rpgFieldItem span {
    position: relative !important;
    padding: 0 6px 0 0px !important;
}

.RadForm.rfdTextbox input[type="text"].rfdDecorated, .RadForm.rfdTextbox input[type="password"].rfdDecorated, .RadForm.rfdTextarea textarea, .RadForm.rfdTextarea textarea[disabled].rfdDecorated:hover, .RadForm.rfdTextbox input[disabled][type="text"].rfdDecorated:hover, .RadForm.rfdTextbox input[disabled][type="password"].rfdDecorated:hover, .RadForm.rfdLabel label, .RadForm .rfdDecorated, .RadForm .rfdCheckboxChecked, .RadForm .rfdInputDisabled.rfdCheckboxChecked:hover, .RadForm .rfdCheckboxUnchecked, .RadForm .rfdInputDisabled.rfdCheckboxUnchecked:hover, .RadForm.rfdLabel .rfdAspLabel, .RadForm .rfdRadioUnchecked, .RadForm .rfdInputDisabled.rfdRadioUnchecked:hover, .RadForm .rfdRadioUnchecked:hover, .RadForm .rfdRadioChecked, .RadForm .rfdInputDisabled.rfdRadioChecked:hover, .RadForm .rfdRadioChecked:hover, .RadForm .riTextBox, .RadForm .rfdValidationSummaryControl, .RadForm .rfdLoginControl, .RadForm.rfdFieldset legend {

    font-size: unset !important;
    font-family: unset !important;
}

.RadGrid_Windows7 .rgPagerCell .rgNumPart a.rgCurrentPage {    
    color: #3c74a0 !important;    
}

.RadForm_Windows7 .rfdRadioChecked:before, .RadForm_Windows7 .rfdCheckboxChecked:before {
    color: #3a709b !important;
}

.RadForm label.rfdCheckboxUnchecked:before, .RadForm label.rfdCheckboxChecked:before, .RadForm label.rfdRadioUnchecked:before, .RadForm label.rfdRadioChecked:before {
    font-size: 24px !important;
}

.RadForm_Bootstrap {  
     font-family: unset !important; 
}

.RadForm label.rfdCheckboxUnchecked:before, .RadForm label.rfdCheckboxChecked:before, .RadForm label.rfdRadioUnchecked:before, .RadForm label.rfdRadioChecked:before{
top: .25em !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.header-text-hidden {
    text-indent: -9999px; /* pushes text off-screen */
    overflow: hidden;
    white-space: nowrap;
}