﻿
/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
#fabc59 orange in LGIP logo
#010099 dark blue in LGIP logo
#0b77b0 blue line below the menu
#e3eaf5 display field background color
----------------------------------------------------------*/
.adminRichText {
    width: 450px;
}

body {
    font-size: 11px;
    font-family: verdana, arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #003366;
    background-color: Red;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

#logo a.logo {
    text-decoration: none;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 1px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1 {
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
    font-size: 15px;
}

h3 {
    margin: 0;
    font-size: 14px;
}

h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

h5 {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}

h6 {
    margin: 0;
    font-size: 11px;
    font-weight: bold;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header {
    position: relative;
    margin-bottom: 0;
    padding: 0;
}

    #header h1 {
        font-weight: bold; /*padding: 5px 0;*/
        margin: 0;
        border: none;
        line-height: 2em;
        font-size: 20px !important;
    }

#main {
    padding: 5px 5px 5px 5px;
    background-color: #fff;
    margin-bottom: 1px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#mainbody {
    padding-bottom: 15px; /* Height of the footer */
}

#mainfooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 15px; /* Height of the footer */
    color: #000066;
    padding: 2px 0 1px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: 9px;
    background-color: #d1dbef;
}

#footer a {
    font-size: 10px;
    color: #000066;
    position: absolute;
}

#container {
    min-height: 100%;
    position: relative;
}

.mainlayoutwrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -18px; /* the bottom margin is the negative value of the footer's height */
}

.mainlayoutfooter, .mainlayoutpush {
    height: 18px; /* .push must be the same height as .footer */
    text-align: center;
    color: #003366;
    font-size: 9px;
    background-color: #d6e5f3;
    margin: 0;
    clear: both;
    bottom: 0;
    position: inherit;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    /*border-bottom: 1px #5C87B2 solid;*/
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left; /* #3 */
    top: 2px;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 15px 10px;
            font-weight: bold;
            text-decoration: none;
            line-height: 1em;
            color: #fff;
        }

        ul#menu li a {
            padding: 5px 10px;
            font-weight: bold;
            text-decoration: none;
            line-height: 1.5em;
            background-color: #44698f;
            color: #FFFFFF;
        }

            ul#menu li a:hover {
                background-color: #fff;
                text-decoration: none;
                color: #293955;
            }

            ul#menu li a:active {
                background-color: #BCC7D8;
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: #44587C;
            color: #FFFFFF;
        }

        /* #2 */
        ul#menu li a.selected {
            background-color: #fff;
            color: #000;
        }

/*---------------------------------*/


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #CCC;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

legend {
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

.disabled-input-field {
    background: #EBEBE4;
    color: rgb(84, 84, 84);
    border: 1px solid rgb(170, 170, 170);
    padding-left: 2px;
    cursor: auto;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

#menucontainer {
    margin-top: 1px;
    margin-left: 20px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    border: 1px dashed #ff0000;
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #ffeeee;
}

    .validation-summary-errors span {
        font-weight: bold;
    }

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/

.editor-label-wrap {
    text-align: left;
    background-color: #e3eaf5;
    padding-left: 3px;
    padding-top: 3px;
}

.editor-label {
    white-space: nowrap;
    text-align: left;
    background-color: #e3eaf5;
    padding-left: 3px;
    padding-top: 3px;
}

.display-field, .editor-field {
    text-align: left;
    background-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #91C5FF; /*padding-top: 3px;*/
    padding-left: 3px;
    border-top: 1px solid #91C5FF;
    border-bottom: 1px solid #91C5FF;
    border-left: 0 none #91C5FF;
    border-right: 1px solid #91C5FF;
}





.display-label-wrap {
    text-align: left;
    background-color: #e3eaf5;
    padding-left: 3px;
    padding-top: 3px;
}

.display-label {
    white-space: nowrap;
    text-align: left;
    background-color: #deebf7; /*#e3eaf5;*/
    padding-left: 3px;
    border-top: 1px solid #91C5FF;
    border-bottom: 1px solid #91C5FF;
    border-left: 1px solid #91C5FF;
    border-right: 1px solid #91C5FF; /*padding-top:3px;*/
    color: #003063;
}

.labelS {
    font-size: 10px;
    width: 75px;
    color: #555555;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    padding-right: 10px;
    padding-left: 10px; /*background-color:#999999;*/
}

.labelSHigh {
    font-size: 12px;
    width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px; /*  background-color:#999999;*/
}

.display-labelwithItalic {
    margin: 0.5em 0;
}

.text-box {
    width: 95%;
}

.text-box-editor {
    width: 95%;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

div.centered {
    margin: 0 auto;
}

.centeredImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

/*MvcContrib*/
#searchFilter {
    border-width: 0px;
    padding: 0px 10px 0px 10px;
    background-color: #99CCFF;
    background-image: url('images/BlueBarFilterBG.png');
}

.pagination {
    clear: both;
    border: 1px solid #ACC0D3;
    padding: 5px;
    background-color: #ACC0D3;
    text-align: right;
    margin-top: 2px;
    margin-bottom: 2px;
    word-spacing: .5em;
}

.table-list {
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    border-top-color: #c0c0c0;
    border-right-color: #c0c0c0;
    border-bottom-color: #c0c0c0;
    border-left-color: #c0c0c0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: dotted;
    border-right-style: dotted;
    border-bottom-style: dotted;
    border-left-style: dotted;
}

.gridrow, .gridrow_alternate {
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
}

.table-list th, .TableHeader {
    background: #7fa5d7 url('images/sprite.png') repeat-x 0 -352px;
    font-size: 11px;
    text-align: left;
    padding-bottom: 3px;
    height: 18px;
    color: #FFFFFF;
    padding-left: 2px;
}

.table-list .sort_asc {
    background-image: url('../Content/images/sort_asc.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
}

.table-list .sort_desc {
    background-image: url('../Content/images/sort_desc.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
}

.table-list .tr-item {
    background-color: #fff;
}

.table-list td {
    padding: 2px 3px 3px 3px;
}


.TableHeaderCenter {
    background: #7fa5d7 url('images/sprite.png') repeat-x 0 -352px;
    font-size: 12px;
    text-align: center;
    padding-bottom: 3px;
    height: 18px;
    color: #FFFFFF;
    padding-left: 2px;
}

.TableSubHeaderCenter {
    background: #7fa5d7 url('images/sprite.png') repeat-x 0 -352px;
    font-size: 12px;
    text-align: center;
    padding-bottom: 3px;
    height: 18px;
    color: #FFFFFF;
    padding-left: 2px;
}

.Wizard-Row-Highlight {
    background-color: #9FBFDF;
}

.Wizard-Row-NoHighlight {
    background-color: #fff;
}

.TableBlue {
    background-position: 0px -150px;
    background-image: url('../../Content/images/TableBGTile.png');
    background-repeat: repeat-x;
}

.RecordRowHeader {
    background-position: 0px 0px;
    color: White;
    background-image: url('../../Content/images/TableBGTile.png');
    background-repeat: repeat-x;
    height: 22px;
}

    .RecordRowHeader A {
        color: White;
        font-size: 11px;
        font-weight: normal;
    }

    .RecordRowHeader TH {
        padding-right: 5px;
        padding-left: 5px;
    }


.TopRightMenu {
    color: White;
    height: 22px;
}

    .TopRightMenu A {
        color: White;
        font-size: 11px;
        font-weight: normal;
        white-space: nowrap;
    }

    .TopRightMenu TH {
        padding-right: 5px;
        padding-left: 5px;
    }

.TopRightMenu {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: normal;
}

.TVG {
    border: 1px solid #C0C0C0;
    width: 100%;
    border-spacing: 0;
}

    .TVG td {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #C0C0C0;
        white-space: nowrap;
    }

    .TVG th {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #C0C0C0;
        height: 22px;
    }

.TVG_Module {
    width: 250px;
}

.TVG_CHK_Col {
    width: 70px;
}

.TVG_Img {
    background-position: center;
    background: url('Treeview/images/minus.gif') no-repeat;
    padding-left: 10px;
    height: 15px;
    vertical-align: middle;
}

.highlight {
    color: white;
    background-color: #749CD2;
}

.TaskTVG {
    border: 1px solid #C0C0C0;
    width: 100%;
    border-spacing: 0;
}

    .TaskTVG td {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #C0C0C0;
        white-space: nowrap;
        height: 18px;
    }

    .TaskTVG th {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #C0C0C0;
        height: 22px;
        text-align: left;
    }

.TaskTVG_Cat_Col {
    width: 250px;
}

.TaskTVG_CB_Col {
    width: 150px;
}

.TaskTVG_Date_Col {
    width: 150px;
}

.TaskTVG_Img {
    background-position: center;
    background: url('Treeview/images/minus.gif') no-repeat;
    padding-left: 10px;
    height: 15px;
    vertical-align: middle;
}

.SectionHeader {
    margin: 0 0 0 0;
    font-weight: bold;
    white-space: nowrap;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
    color: #0B2161;
    text-align: left;
}

DIV.ProgressBar {
    width: 100px;
    padding: 0;
    border: 1px solid black;
    margin-right: 1em;
    height: .75em;
    margin-left: 1em;
    display: -moz-inline-stack;
    display: inline-block; /*zoom: 1;*/
    display: inline;
}

    DIV.ProgressBar DIV {
        background-color: Green;
        font-size: 1pt;
        height: 100%;
        float: left;
    }

SPAN.asyncUploader OBJECT {
    position: relative;
    top: 5px;
    left: 10px;
}

.divEditButton {
    float: right;
}

.divNewButton {
    height: 18px;
}

.TitleCaption {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
    width: 100%;
    margin-bottom: 3px;
    padding-bottom: 2px;
    font-weight: bold;
}

.DisplayInline {
    display: inline;
}

.ButtonBox {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #999999;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 2px;
    margin-top: 5px;
}

/* Login Style */
.LoginBackground {
    padding: 0;
    background-color: #4577C2; /*4577C2; 3A6AB1 ; 294692*/
    color: #FFFFFF;
}

.LoginLabel {
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

.LoginHeaderLabel {
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

div.container {
    width: 80%;
    margin: 5%;
}

.LabelField {
    background-color: #E6F2FF;
    padding-left: 3px;
    padding-top: 3px;
}

.DataField {
    background-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #E6F2FF;
    padding-top: 3px;
    padding-left: 3px;
}

.Hours {
    text-align: right;
    width: 70px;
    padding-right: 3px;
}

.HoursLabel {
    padding: 1px 3px 1px 1px;
    border: 1px solid #cccccc;
    text-align: right;
    width: 75px;
    height: 16px;
    color: #000000;
    font-size: 12px;
}

.TSTable {
    border: 1px solid #4F82C8;
}

.TSMainHeader {
    background-color: #4F82C8;
    color: #FFFFFF;
    font-weight: bold;
    height: 20px;
    padding-left: 2px;
}

.TSSubHeader {
    background-color: #87AADA;
    color: #FFFFFF;
    font-weight: bold;
    height: 16px;
    padding-left: 2px;
}

.TSFrequencyBox {
    font-weight: bold;
    color: #0072A8;
    padding: 5px;
    border: 1px solid #C5D6ED;
}

.TSTotalBox {
    font-weight: bold;
    color: #004080;
    padding: 5px;
    border: 1px solid #C5D6ED;
    width: 50px;
}

.TSHourNew {
    width: 50%;
    background-color: #FFCC66;
}

.HighlightedSquare {
    background-color: #FFCC66;
    width: 10px;
    height: 10px;
}

.swfupload {
    background-position: right;
    position: relative;
    z-index: 1;
}

.TableBox {
    border-style: dotted;
    border-width: 1px;
    border-color: #c0c0c0;
}

.required {
    color: Red;
}

/* Dual List box style starts here */

.countLabel {
    color: Gray;
    font-style: italic;
}

.storageBox {
    display: none;
}

.copiedOption {
    background-color: Yellow;
}

/* Dual List box style end here */

.addgray {
    background-color: #f5f4ea;
}

.t-grouping-row P {
    font-weight: bold;
}

.pdfImage {
    background-image: url(../image/PDF.jpg);
}

.ImgbtnView {
    background-position: left center;
    background-image: url('images/page_find.gif');
    background-repeat: no-repeat;
    display: block;
    width: 20px;
}

.CPHeader {
    padding: 10px 0 15px 0;
    color: #4a6d9c; /*#0B2161*/
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}

.CPSearchFieldset {
    width: 98%;
    margin-bottom: 15px;
}

.CPSearchLegend {
    margin-left: 2%;
    color: #000000; /*#4a6d9c/*#0B2161*/
    font-size: 12px;
}

.CPSearchDiv {
    width: 100.3%;
    padding: 0 0 10px 0;
}

.CPSearchContent {
    margin-left: 2%;
    padding: 0 0 15px 0;
}

.Footer {
    height: 100px;
    position: absolute;
}

.footer {
    position: absolute;
}

.Center {
    text-align: center;
}

.DivLineTop {
    border-bottom-color: #FF9900;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    color: red;
    text-align: left;
}

.DivMandatory {
    text-align: left;
}

.ValidationSummary {
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
    padding-top: 5px;
}

.DivLineBottom {
    border-top-style: double;
    border-top-width: 1px;
    border-top-color: #FF9900;
    padding-top: 5px;
}

.SelectTransaction {
    padding: 10px 0 0 0;
    color: #4a6d9c; /*#0B2161*/
    font-weight: bold;
}

.sidemenu {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #84b6de;
}

    .sidemenu th {
        background-color: #84b6de;
        font-weight: bold;
        height: 16px;
        text-align: left;
        color: #FFFFFF;
        padding: 10px 5px 10px 5px;
    }

    .sidemenu td {
        color: #06658d;
        padding: 5px 5px 5px 5px;
        text-decoration: none;
        font-family: Verdana, Arial, Sans-Serif;
    }

        .sidemenu td:hover {
            background-color: #e8e9ed;
            color: #06658d;
            padding: 5px 5px 5px 5px;
            text-decoration: none;
            font-family: Verdana, Arial, Sans-Serif;
        }

    .sidemenu a {
        color: #06658d;
        text-decoration: none;
        font-family: Verdana, Arial, Sans-Serif;
        outline: none;
    }

.PDFLogoDiv {
    width: 98%;
    padding: 0 0 0 0;
    text-align: right;
}

.sidemenu a:link {
    color: #06658d;
    text-decoration: none;
    font-family: Verdana, Arial, Sans-Serif;
    outline: none;
}

.inptextS {
    background-color: #f8f8f8;
    color: #000000;
    font-family: Verdana, Arial, Sans-Serif;
    border: 1px solid #999999;
    padding: 3px;
    width: 50px;
    font-size: 10px;
}

.inptextM {
    background-color: #f8f8f8;
    color: #000000;
    font-family: Verdana, Arial, Sans-Serif;
    border: 1px solid #999999;
    padding: 3px;
    width: 150px;
    font-size: 10px;
}

.inptextL {
    background-color: #f8f8f8;
    color: #000000;
    font-family: Verdana, Arial, Sans-Serif;
    border: 1px solid #999999;
    padding: 3px;
    width: 250px;
    font-size: 10px;
}

.inptextXL {
    background-color: #f8f8f8;
    color: #000000;
    font-family: Verdana, Arial, Sans-Serif;
    border: 1px solid #999999;
    padding: 3px;
    width: 300px;
    font-size: 10px;
}

.textareaM {
    background-color: #f8f8f8;
    color: #000000;
    font-family: Verdana, Arial, Sans-Serif;
    border: 1px solid #999999;
    padding: 3px;
    width: 250px;
}

.textareaL {
    background-color: #f8f8f8;
    color: #000000;
    font-family: Verdana, Arial, Sans-Serif;
    border: 1px solid #999999;
    padding: 3px;
    width: 400px;
    height: 18px;
}

.subrst {
    width: 100px;
    border: 1px solid #0b77b0;
    color: #FFFFFF;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    font-weight: bold;
    background-color: #4A92FF; /*#3165BD; /*#3170EF -- #0b77b0*/
    cursor: pointer;
    margin-bottom: 3px;
    margin-top: 3px;
    font-family: Verdana, Arial, Sans-Serif;
}

    .subrst:hover {
        background-color: #3165BD;
    }
/*#4A92FF*/
#content {
    border: 2px solid #0b77b0; /*position:absolute;      width: 89%;      height: auto;      width: auto;      height: auto;      padding-right:13px;*/
}

.formTable {
    width: 98%;
    border-collapse: collapse;
    border: 2px solid #FFFFFF;
}

    .formTable td {
        padding: 5px;
    }

    .formTable th {
        padding: 5px;
        font-weight: bold;
        text-align: center;
    }

.listTable {
    width: 98%;
    border-collapse: collapse;
}

    .listTable th {
        padding: 5px;
        background-color: #deebf7; /*#e3eaf5;*/
        padding-left: 3px;
        font-weight: bold;
        text-align: center;
        border-top: 1px solid #91C5FF;
        border-bottom: 1px solid #91C5FF;
        border-left: 1px solid #91C5FF;
        border-right: 1px solid #91C5FF;
    }

    .listTable td {
        padding: 5px;
        border-top: 1px solid #91C5FF;
        border-bottom: 1px solid #91C5FF;
        border-left: 1px solid #91C5FF;
        border-right: 1px solid #91C5FF;
    }

.numeric {
    /* background-color: #f8f8f8; */
    background-image: url('../../../Content/images/Dollar_transparent-1.gif');
    background-repeat: no-repeat;
    /*color: #000000;*/
    border: 1px solid #999999;
    padding: 3px;
    width: 150px;
    text-align: right;
}

.numericRate {
    background-repeat: no-repeat;
    /*color: #000000;*/
    border: 1px solid #999999;
    padding: 3px;
    width: 150px;
    text-align: right;
}

.AmountNumeric {
    background-image: url('../../../Content/images/Dollar_transparent-1.gif');
    background-repeat: no-repeat;
    border: 1px solid #999999;
    padding: 3px;
    width: 150px;
    text-align: right;
}

.narration {
    background-color: #f8f8f8;
    color: #000000;
    font-family: Verdana, Arial, Sans-Serif;
    border: 1px solid #999999;
    padding: 3px;
    width: 600px;
    font-size: 10px;
}

.brsPopupClass {
}

/*New CSS For Change password*/
.paragraph {
    font-size: 13px;
    color: #666666;
    text-align: justify;
}

#img {
    background-image: url(../Content/images/kuba_icon_ok.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    margin-top: 4px;
}


.pass-help-heading {
    color: #555555;
    font-weight: bold;
    font-size: 14px;
}


.display-field-password-field {
    text-align: left;
    background-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #91C5FF;
    padding-left: 3px;
    border-top: 1px solid #91C5FF;
    border-bottom: 1px solid #91C5FF;
    border-left: 1px solid #91C5FF;
    border-right: 1px solid #91C5FF;
}

.unitGrid {
    color: #777777;
}

.dollarTB {
    padding-left: 12px;
    background-image: url('../../../Content/images/Dollar_transparent-1.gif');
    background-repeat: no-repeat;
}

.lowvalcell {
    background-color: rgb(253, 232, 232) !important;
}

.BRSError {
    visibility: hidden;
    width: 600px;
    color: red;
}

/*divs for table begin BPM Sep/16/2017*/
div.table {
    width: 100%;
}

div.row {
    clear: left;
    width: 100%;
    overflow: hidden;
    height: 1.8em;
    position: relative;
}

    /* for rows containing a multiline editorfor */
    div.row.multiline {
        height: 6em;
    }

    /* for rows containing a list of buttons */
    div.row.buttons {
        height: 2em;
    }

div.cell {
    float: left;
}

div.cellfloatnone {
    float: none;
}

div.out {
    margin-bottom: 1px;
    /*border: 1px solid #91C5FF ; this puts rows in donot remove RRK*/
    border: none;
}

div.pad_cell {
    min-height: 1px;
    float: left;
}

/* DJ 2014-04-01 - form layouts - begin*/

/* Cells that are immediate children of row are placed specifically */
div.row > .cell {
    width: 100%;
    position: absolute;
}

    /* label cells */
    div.row > .cell > .cell:nth-of-type(1) {
        width: 160px;
        padding-top: 2px;
        text-align: right;
    }

    /* the "Required/Not required" cell between all labels and fields */
    /* 
        The below class effects all the row's second grandchildren, breaking when
        the form layout spans more than 3 columns.

        e.g.
        |Label | Asterisk | Input | Label | Asterisk | Input|

        The rule isn't applied to the second asterisk cell because it's the fifth grandchild.
        This needless nesting appears to be the byproduct of not understanding how a grid layout
        works.
        
        Don't use this.
    */
    div.row > .cell > .cell:nth-of-type(2) {
        width: 6px;
        min-height: 1px;
        text-align: center;
        color: red;
    }

/* DJ 2014-04-01 - form layouts - end*/
/*divs for table end BPM Sep/16/2017*/

label.display {
    background-color: #EAF4FD;
    margin-top: 2px;
    padding: 1px;
    font-weight: bold;
    font-size: 12px;
    color: #2E6E9E;
    white-space: nowrap;
}


.JqBoxContainerRight {
    width: 100px;
    float: right;
    padding-right: 20px;
    /* margin-top: 2px;*/
    /*background-color: lightcyan;*/
}

.JqBox {
    font-size: 1em !important;
    width: 100px;
    float: right;
    margin: 0 6px 6px 0;
    -webkit-box-shadow: 1px 1px 5px #333;
    box-shadow: 1px 1px 5px #333;
}

    .JqBox p {
        padding-top: 3px;
        padding-bottom: 3px;
    }

.element-resize-100p {
    width: 80%;
}
.element-resize-auto{
    width: auto;
}

#va-branding-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    margin: 0px !important;
    width: 100% !important;
}

/* For real-time updating when user meets a requirement */
.green-check-req-met-icon {
    background-image: url('/Content/images/kuba_icon_ok.png');
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    margin-top: 4px;
}

.red-x-req-not-met-icon {
    background-image: url('/Content/images/red_fail_icon.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 12px;
    height: 12px;
    margin-top: 3px;
}

.blue-info-icon {
    background-image: url('/Content/images/blue-info-icon.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    margin-top: 3px;
}


/* Pure CSS Loaders */

.lds-dual-ring,
.lds-dual-ring:after {
    box-sizing: border-box;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6.4px solid currentColor;
        border-color: currentColor transparent currentColor transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

