﻿* {
    font-family: "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 12px;
}

html {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    line-height: 1.5em;
    background-color: #7AABF0;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

b {
    font-size: 110%;
}

em {
    color: red;
}

img {
    border: 0;
}

h1 {
    font-size: 28x;
    font-weight: bold;
}

h2 {
    font-size: 24px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    font-weight: bolder;
}

h4 {
    font-size: 14px;
    font-weight: bolder;
    display: inline-block;
}

h1, h2, h3, h4 {
    color: #ffffff;
}

h1, h2 {
    margin-bottom: 24px;
    margin-top: 8px;
}


h3, h4 {
    margin-bottom: 2px;
    margin-top: 6px;
}

h5 {
    font-size: 24px;
    font-weight: bold;
    float: left;
    margin-top: 8px;
    color: #ffffff;
}

fieldset {
    border-radius: 8px;
    border-color: #fdfdfd;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
}

/* seems like this is being ignored */
input, textarea, select {
    font-family: inherit;
    font-size: 12px !important;
}

.light-blue-heading {
    color: #7AABF0;
}

.max-input input, textarea {
    width: 98%;
}

.max-input select {
    width: 99%;
}

.dark {
    color: #000000;
}

.center {
    text-align: center;
}

#content-body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}

#primary-nav, #content {
    margin: 0px;
    height: 100%;
    padding: 20px;
    vertical-align: top;
}

#primary-nav {
    min-width: 250px;
    max-width: 250px;
    background: #4682b4;
    border-right: 5px solid #ffffff;
}

#content {
    background: #7AABF0;
    width: 100%;
}

#header, #footer {
    height: 25px;
    vertical-align: middle;
    text-align: right;
    background: #f0f0f0;
    padding: 5px;
}

.progressbar {
    padding: 5px;
    width: 100px;
}

.ui-accordion-content input {
    width: 95%;
}

.ui-accordion-content A:link {
    text-decoration: none;
    color: rgb(70, 130, 180);
}

.ui-accordion-content A:visited {
    text-decoration: none;
    color: rgb(70, 130, 180);
}

.ui-accordion-content select {
    width: 98%;
}

.ui-accordion .ui-accordion-content {
    padding: 10px;
    border-top: 0px none;
    overflow: auto;
}

#retailer_accordion .ui-accordion-content {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

#claims_accordion .ui-accordion-content {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

#monitor_accordion .ui-accordion-content {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

#compliance_accordion .ui-accordion-content {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

#referral_accordion .ui-accordion-content {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

#rejects_accordion .ui-accordion-content {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

#reports_accordion .ui-accordion-content {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

#highrisk_accordion .ui-accordion-content {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

#corporations_accordion .ui-accordion-content {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

#tabs-min {
    background: transparent;
    border: none;
}

    #tabs-min .ui-widget-header {
        background: transparent;
        border: none;
        border-bottom: 1px solid #c0c0c0;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    #tabs-min .ui-tabs-nav .ui-state-default {
        background: transparent;
        border: none;
    }

    #tabs-min .ui-tabs-nav .ui-state-active {
        background: transparent url(../Images/uiTabsArrow.png) no-repeat bottom center;
        border: none;
    }

    #tabs-min .ui-tabs-nav .ui-state-default a {
        color: #c0c0c0;
    }

    #tabs-min .ui-tabs-nav .ui-state-active a {
        color: #4682b4;
    }

.container, .skinny-container {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
    border-radius: 8px;
    padding-left: 20px;
    padding-right: 20px;
}

.skinny-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.container {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 200px;
}

.fake-popup {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    margin: 0px auto;
    box-shadow: 3px 3px 4px #000;
}

.login-popup {
    width: 230px;
}

.change-password-popup {
    width: 430px;
}

.webgrid {
    text-align: left;
    width: 100%;
    border-color: #000000;
    border-width: 1px;
    border-collapse: separate;
}

    .webgrid a {
        color: Blue;
    }

th {
    text-align: left;
}

.px50 {
    width: 50px;
}

.px60 {
    width: 60px;
}

.px70 {
    width: 70px;
}

.px80 {
    width: 80px;
}

.px90 {
    width: 90px;
}

.px120 {
    width: 120px;
}

.px152 {
    width: 152px;
}

.px185 {
    width: 185px;
}

.px200 {
    width: 200px;
}

.px220 {
    width: 220px;
}

.px250 {
    width: 250px;
}

.px265 {
    width: 265px;
}

.px300 {
    width: 300px;
}

.px328 {
    width: 328px;
}

.px326 {
    width: 326px;
}

.px333 {
    width: 333px;
}

.px345 {
    width: 345px;
}

.px600 {
    width: 600px;
}

.px650 {
    width: 650px;
}

.webgrid-header {
    text-align: left;
    background-color: #5c87b2;
    color: #ffffff;
    height: 40px;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

    .webgrid-header th {
        padding-right: 10px;
        padding-left: 10px;
    }

tr.webgrid-row td {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

tr.webgrid-alternating-row td {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

tr.webgrid-row td:first-child {
    border-left: 1px solid #e0e0e0;
}

tr.webgrid-alternating-row td:first-child {
    border-left: 1px solid #e0e0e0;
}

.webgrid-header a {
    color: White;
    text-decoration: none;
}

.webgrid-footer {
    padding: 6px 5px;
    text-align: center;
    background-color: #5c87b2;
    color: #ffffff;
    height: 30px;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

    .webgrid-footer a {
        text-decoration: none;
        color: White;
    }

    .webgrid-footer visited {
        text-decoration: none;
        color: White;
    }

.webgrid-alternating-row {
    height: 30px;
    background-color: white;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

.webgrid-row {
    height: 30px;
    background-color: white;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

.webgrid-alternating-row a {
    color: Blue;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
}

.webgrid-row a {
    color: Blue;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
}

.webgrid-selected-row {
    font-weight: bold;
}

/* styles for validation helpers */

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.field-validation-error {
    background-image: url('../Images/exclamation.png');
    background-repeat: no-repeat;
    color: Transparent;
    background-size: 16px 16px;
    position: absolute;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 4px;
    padding-right: 14px;
}

input.input-validation-error {
    background-image: url('../Images/exclamation.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    border-top: 2px #acaeb4 solid;
    border-left: 2px #dde1e7 solid;
    border-right: 2px #dde1e7 solid;
    border-bottom: 2px #f1f4f7 solid;
    padding: 1px 1px 1px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2p;
}

select.input-validation-error {
    background-image: url('../Images/exclamation_select.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 34px 16px;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    border-top: 2px #acaeb4 solid;
    border-left: 2px #dde1e7 solid;
    border-right: 2px #dde1e7 solid;
    border-bottom: 2px #f1f4f7 solid;
    padding: 1px 1px 1px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2p;
}

textarea.input-validation-error {
    background-image: url('../Images/exclamation.png');
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    border-top: 2px #acaeb4 solid;
    border-left: 2px #dde1e7 solid;
    border-right: 2px #dde1e7 solid;
    border-bottom: 2px #f1f4f7 solid;
    padding: 1px 1px 1px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2p;
}

.validation-summary-errors {
    margin-bottom: 16px;
    color: #ff0000;
    font-weight: bolder;
    border: 1px solid #ff0000;
    background-color: rgb(255, 255, 255);
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 8px;
    list-style: none;
}

.field-validation-error {
    background-image: none;
    margin-bottom: 16px;
    color: #ff0000;
    font-weight: bolder;
    border: 1px solid #ff0000;
    background-color: rgb(255, 255, 255);
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 8px;
    list-style: none;
    overflow: auto;
}

.validation-label-required {
    color: #000000;
    font-weight: bold !important;
}

.light-text .light-text-bolder .light-text-bold .editor-label-light {
    color: #ffffff;
}

.light-text-bolder {
    font-weight: bolder;
}

.light-text-bold {
    font-weight: bold;
}

.editor-label-light {
    margin-top: 6px;
    margin-bottom: 2px;
    font-weight: 400;
}

.editor-label, .editor-label-dark {
    color: #000000;
    margin-top: 6px;
    margin-bottom: 2px;
    font-weight: 400;
}

td.editor-label-light {
    color: #ffffff;
    margin-top: 6px;
    margin-bottom: 2px;
    font-weight: 400;
    text-align: right;
}

p.button-row {
    float: right;
    vertical-align: top;
}

p.button-row-left {
    float: left;
    vertical-align: top;
}

.grid-footer {
    padding: 0px 8px;
    text-align: left;
    background-color: #5c87b2;
    color: #ffffff;
    height: 20px;
    font-weight: 600;
    margin: 0px;
    margin-left: 1.4px;
    margin-top: 0px;
    margin-right: 1.4px;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

.section-row {
    padding-left: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: hand;
    cursor: pointer;
}

.section-label, .clickable-text, .transaction_grid_action, .grid-action {
    display: inline-block;
    color: #5c87b2;
    cursor: hand;
    cursor: pointer;
}

.section-label, .clickable-text {
    min-width: 75px;
}

.section-valid {
    padding-left: 25px;
    display: inline-block;
    color: green;
    background-image: url('../Images/check.png');
    background-repeat: no-repeat;
    width: 50px;
}

.section-invalid {
    padding-left: 25px;
    background-image: url('../Images/exclamation.png');
    background-repeat: no-repeat;
    color: red;
    width: 50px;
}

.NavLinkRight {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    min-width: 100%;
    cursor: hand;
    cursor: pointer;
}

.NavLinkLeft {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    min-width: 100%;
    cursor: hand;
    cursor: pointer;
}

.NavLinkLeft {
    text-align: left;
}

.NavLinkRight {
    text-align: right;
    display: inline-block;
}

.BottomNav {
    width: 100%;
}

.label-width {
    display: inline-block;
    min-width: 120px;
    padding-top: 3px;
    padding-bottom: 3px;
}

/*Story 192403 - Added new style for Corporation labels*/
.cp-label-width {
    display: inline-block;
    min-width: 165px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.label-width-address {
    display: inline-block;
    min-width: 120px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 200px;
}

.value-width {
    display: inline-block;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 350px;
}

.value-width-address {
    display: inline-block;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 550px;
}

.padding-left-0 {
    padding-left: 0px;
}

.value-width-dialog {
    display: inline-block;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    /*Story 202302 - Changed pop up width*/
    width: 160px;
}

.value-width-disabled {
    display: inline-block;
    padding-left: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 350px;
}

.value-width-disabled-dialog {
    display: inline-block;
    padding-left: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 150px;
}

.error {
    color: #000000;
}

.fake-disabled {
    color: Gray;
    border: 1px solid #c0c0c0;
    padding: 2px;
}

td.jquerybubblepopup-innerHtml {
    padding-left: 32px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-image: url('../Images/check.png');
    background-repeat: no-repeat;
    background-position: 8px center;
}

#progressbar {
    width: 250px;
}

.minpx80 {
    min-width: 80px;
}

.dialog {
    background-image: none;
    background-color: #ffffff !important;
    color: Black !important;
}

    .dialog .ui-widget-content {
        border: none !important;
        background: #ffffff !important;
        color: #000000 !important;
    }

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        height: 25px;
        margin-bottom: -25px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 65px;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
    }

        .ui-timepicker-rtl dl dd {
            margin: 0 65px 10px 10px;
        }

.ui_tpicker_hour_slider, .ui_tpicker_minute_slider {
    background-image: none;
    background-color: White;
}

.overlay {
    text-align: center;
    display: none; /* ensures it’s invisible until it’s called */
    position: absolute; /* makes the div go into a position that’s absolute to the browser viewing area */
    padding: 25px;
    border: 2px solid #4682b4;
    background-color: white;
    z-index: 100; /* makes the div the top layer, so it’ll lay on top of the other content */
}

.fade {
    display: none; /* ensures it’s invisible until it’s called */
    position: absolute; /* makes the div go into a position that’s absolute to the browser viewing area */
    left: 0%; /* makes the div span all the way across the viewing area */
    top: 0%; /* makes the div span all the way across the viewing area */
    background-color: black;
    -moz-opacity: 0.5; /* makes the div transparent, so you have a cool overlay effect */
    opacity: .50;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
    z-index: 90; /* makes the div the second most top layer, so it’ll lay on top of everything else EXCEPT for divs with a higher z-index (meaning the #overlay ruleset) */
}

.fa-forward, .fa-forward:visited, .fa-forward:hover, .fa-forward:active,
.fa-step-forward, .fa-step-forward:visited, .fa-step-forward:hover, .fa-step-forward:active,
.fa-backward, .fa-backward:visited, .fa-backward:hover, .fa-backward:active,
.fa-step-backward, .fa-step-backward:visited, .fa-step-backward:hover, .fa-step-backward:active {
    color: #ffffff;
    font-size: 13px;
}
