

body {
    font-size: small;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}

.tableZeroPadSpace {
    border-collapse: separate;
    border-spacing: 0px;
    padding: 0px
}

.display-table {
    display: table;
    table-layout: fixed;
}

.display-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.container-modify {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.menuLinks {
    color: #ffffff;
}

.fontStyle {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
    color: black;
}

.autoCompDivStyle {
    width: 500px;
    white-space: pre;
    text-wrap: normal;
    z-index: 100
}

.inputStyle {
    border: 1px solid #999999;
    FONT-SIZE: 12px;
    FONT-FAMILY: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*BACKGROUND-COLOR: #f7f6f6;*/
    width: 180px;
    height: 27px;
}

.inputStyle2 {
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
}

.controlTitleStyle {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    color: black;
    font-weight: bold;
}
/* Lock Screen-related CSS Classes */
.LockOff {
    visibility: hidden;
    display: none;
    position: absolute;
    top: -100px;
    left: -100px;
}

.LockBackground {
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: visible;
    display: block;
    width: 105%;
    height: 105%;
    background-color: #666;
    z-index: 999;
    filter: alpha(opacity=75);
    opacity: 0.75;
    padding-top: 20%;
}


.thm-btn {
    position: relative;
    background: #003451;
    font-size: 14px;
    line-height: 46px;
    font-weight: 600;
    color: #ffffff;
    border: 2px solid #003451;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    padding: 0 38px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

    .thm-btn:hover {
        background: transparent;
        color: #003451;
        transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    }

.thm-color {
    color: #003451;
}

.stricky-fixed {
    /*margin-top: 24px;*/
    margin: 0;
    position: fixed;
    background: #dddddd;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    border-style: solid;
    border-color: grey;
    border-width: thin;
}

.dashBoardItemTitle {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #6e757f;
    font-weight: bold;
    text-align: left;
}


.dashBoardItemTable {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-bottom-color: #e6e6e6;
    border-width: 0px;
    padding: 5px;
    font-weight: bold;
    color: #ffffff;
    background-color: gray
}

.dashBoardCount {
    color: #d81e25;
    font-size: 50px;
    font-weight: 700;
}

.dashBoardBottomTitle {
    background-color: gray;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: smaller;
    font-family: sans-serif;
}

.dashBoardItemDiv {
    height: 150px;
    text-align: center;
}

.dropDown {
    padding-top: 0;
    height: 30px;
    font-size: small;
    color: black;
}

/*.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border-style: hidden;
}*/
.borderless tr td {
    border: none !important;
    padding: 5px !important;
}

.table-nonfluid {
    width: auto !important;
}

.no-border {
    border: 0;
    box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}

.full-width {
    display: block;
    min-height: 100%; /* for the latest browsers which support min-height */
    height: auto !important; /* for newer IE versions */
    height: 100%; /* the only height-related attribute that IE6 does not ignore  */
    width: 100%
}

.gridLinksPadding {
    padding-left: 8px;
}

.gridLinks {
    padding-left: 15px;
    font-size: 21px;
}

    .gridLinks a {
        color: inherit !important;
        /*background-color: inherit !important;*/
        border-radius: 0% !important;
    }

        .gridLinks a:hover {
            text-decoration: none !important;
            color: Red !important;
        }

    .gridLinks span {
        text-decoration: none;
        background-color: none;
    }

.modal-dialog {
    position: absolute;
    top: 50px;
    right: 100px;
    bottom: 0;
    left: 0;
    z-index: 10040;
    overflow: auto;
    overflow-y: auto;
}

.stricky-fixed {
    margin-top: 24px;
    margin: 0;
    position: fixed;
    background: #dddddd;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    height: 60px;
    border-style: solid;
    border-color: grey;
    border-width: thin;
}

.affix {
    top: 0;
    width: 100%;
}

    .affix + .container-fluid {
        padding-top: 100px;
    }

.sectionTitle {
    font-weight: bold;
    /*background-color: #228fcf;*/
    height: 25px;
    color: #e8232a;
    */ margin-left: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 8px;
}

.sectionTitlePassive {
    font-weight: bold;
    /*background-color: #228fcf;*/
    height: 25px;
    color: #999999;
    */ margin-left: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 8px;
}

.sectionTitlePrint {
    height: 50px;
    background-color: #dddddd;
    color: #000000;
}

.pageTitle {
    background-color: #d81e25;
    color: #ffffff;
    font-size: small;
}


.fieldTitleRow {
    border-bottom-color: gray;
    border-bottom-style: solid;
    border-bottom-width: thin;
    font-size: small;
    font-size: 11px;
}

.divContentsLinear {
    white-space: nowrap;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

/*.loading {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}*/
.loading {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #d81e25;
    border-bottom: 16px solid #d81e25;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    position: fixed;
    z-index: 999;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.overlay {
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.control-label {
    font-weight: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.txtInputSmall {
    width: 30px
}


.ddlMedium {
    width: 60px
}

.txtInputMedium {
    width: 100px
}

.txtInputSmall {
    width: 50px
}

.txtInputLarge {
    width: 200px
}

.txtInputMultiline {
    width: 100%;
    height: 60px;
}

.controlTitle {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    color: black;
    font-weight: normal;
}

.legend {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.bidSubmitSecTitle {
    font-weight: bold;
    font-size: medium;
    color: #9a2617;
}

.bidSubmitSecTitleSub1 {
    padding-left: 30px;
    font-weight: bold;
    color: #black;
}

.bidSubmitSecTitleSub2 {
    padding-left: 60px;
    color: black
}

.bidSubmitSubTotals {
    padding-left: 100px;
    padding-right: 5px;
    font-weight: bold;
    font-size: small;
    color: white;
    background-color: gray
}

.bidSubmitSubTotalsValue {
    font-weight: bold;
    font-size: small;
    color: white;
    background-color: gray;
    padding-right: 5px;
    padding-left: 5px;
}

.bidSubmitGrandTotals {
    padding-left: 70px;
    padding-right: 5px;
    font-weight: bold;
    font-size: small;
    color: #ffffff;
    background-color: #9a2617
}

.bidSubmitGrandTotalsValues {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    font-size: small;
    color: #ffffff;
    background-color: #9a2617
}

.controlPercentage {
    width: 50px;
}

.divSubControls {
    border-color: red;
    float: left;
    display: inline-block;
    vertical-align: top;
    /*border-style: solid;
    border-color: red;*/
}

.divControls {
    display: inline-block;
    vertical-align: top;
    /*border-style: solid;
    border-color: green;
    text-align:left*/
}

.controlsViewBody {
    overflow: auto;
    /*height:300px;*/
    background-color: aqua;
    height: auto;
}

.sickyStageDiv {
    box-shadow: 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 8px -4px rgba(31, 73, 125, 0.8);
    height: 120px;
    background-color: white;
}

.legend-title {
    background-color: darkblue;
    color: white;
    font-weight: bold;
}

.highLighted {
    font-weight: bold;
    background-color: yellow;
}

.addMoreBtn {
    padding-top: 0px;
    white-space: nowrap;
}

.serialNo {
    vertical-align: top;
    display: inline-block;
    padding-top: 0;
}

.section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px;
}

    .section-title h2 {
        position: relative;
        font-size: 32px;
        text-transform: capitalize;
    }

    .section-title h3 {
        position: relative;
        font-size: 24px;
        text-transform: capitalize;
    }

    .section-title h4 {
        position: relative;
        font-size: 20px;
        text-transform: capitalize;
    }

    .section-title:before {
        content: "";
        position: absolute;
        top: 48px;
        left: 0;
        width: 50px;
        height: 4px;
        background: #01a4ff;
    }

    .section-title.center:before {
        left: 50%;
        margin-left: -25px;
    }

.mandField {
    color: red;
    font-weight: bold;
    padding-left: 5px;
    font-size: medium;
}

.requiredFieldValidator {
    padding-left: 5px;
}

.termGate3 {
    width: 100px;
}

.fontClassSmall {
    width: auto
}

.fiveControlColumns {
    width: auto
}

/*.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}*/
.fill {
    min-height: 100%;
    height: 100%;
}

html, body, form {
    height: 100%;
}

.pageTitleTableHead {
    background-color: #e9383c;
    color: #ffffff;
    border-radius: 5px;
    height: 40px;
    vertical-align: middle;
    padding-top: 8px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.pageSubTitleHead {
    background-color: #f37735;
    color: #ffffff;
    border-radius: 5px;
    height: 40px;
    vertical-align: middle;
    padding-top: 8px;
    font-weight: bold;
}


.pageSubTitleHead5 {
    background-color: #00587C;
    color: #ffffff;
    border-radius: 5px;
    height: 40px;
    vertical-align: middle;
    padding-top: 8px;
    font-weight: bold;
}


.pageSubTitleHead6 {
    background-color: #CCCDC6;
    color: #000000;
    border-radius: 5px;
    height: 40px;
    vertical-align: middle;
    padding-top: 8px;
    font-weight: bold;
}


.pageSubTitleHead3 {
    background-color: rgba(31, 73, 125, 0.8);
    color: #ffffff;
    height: 32px;
    vertical-align: middle;
    padding-top: 8px;
    font-weight: bold;
}

.pageSubTitleHead2 {
    background-color: #e5e3e3;
    color: #3d4f5a;
    border-radius: 5px;
    height: 40px;
    vertical-align: middle;
    padding-top: 8px;
    font-weight: bold;
}

.fieldTitle {
    color: #666;
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.fieldValue {
    font-weight: bold;
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



.gridStyle {
    font-size: 11px;
    background-color: white;
    border-color: #999999;
    border-style: none;
    border-width: 1px;
}

    .gridStyle td {
        font-size: 11px;
    }

    .gridStyle th {
        font-size: 11px;
    }

.legendDetails {
    font-size: 11px;
}

.dropDownLarge {
    width: 230px;
    font-size: small;
}

.dropDownMedium {
    width: 150px;
}

.contactRateLabel {
    /*width: 5px;
    */
    margin-left: 10px;
}

.assessmentImage {
    /*width: 5px;
    */
    padding-left: 10px;
}

.sectionWeightage {
    font-weight: bold;
    color: #ed3e39;
    font-size: 12px;
}

.label.form-control {
    color: black;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    border-style: none;
    text-align: left;
    font-weight: normal;
    white-space: pre-line;
    width: 100%;
    font-size: small;
}

.form-control {
    font-size: small;
    color: black;
}

.gridHeadStyle th {
    font-size: small;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.gridHeadStyle td {
    font-size: small;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.divSubControlsViewPrint {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
    text-align: justify;
    color: black;
    display: inline-block;
}

.fontStyle {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
}

.ControlValueTitleXS {
    font-weight: bold;
    font-size: smaller
}

.control-size {
    width: 100%;
}

.nav-item a:hover {
    color: white !important;
    cursor: pointer;
}

.smallAssessment {
    width: 70px;
    /*font-size: small;*/
}

.mediumAssessment {
    width: 120px;
}

.labelTitle {
    font-size: small;
    font-weight: bold;
}

.loggedUserLabel {
    padding: 5px;
    background-color: gray;
    color: white;
    font-weight: bold;
    vertical-align: middle;
    font-size: small;
}

.contrlFullWidth {
    width: 100%;
}

.tablepadded td {
    line-height: 25px;
    padding: 5px;
}

.borderless td, .borderless th {
    border: none;
}

.approvalStatus {
    text-decoration: underline;
    color: #5cb85c;
}

.approvalStatusMI {
    text-decoration: underline;
    color: #ff0000;
}

.tableFixHead {
    overflow-y: auto;
    height: 500px;
}

    .tableFixHead th {
        position: sticky;
        top: 0;
        background-color: #cccccc;
    }

.TopPaddingDynamic {
    padding-top: 2px;
}

.borderless td, .borderless th {
    border: none;
}

.nameAsTitle {
    font-size: 16px;
    font-weight: bold;
    color: #00587c;
}

.spaceInControls {
    margin: 3px;
}

.TopPadding {
    margin-top: 5px;
}

.pageTitle {
    background-color: #EA3F38;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
}

.siteMasterButtons {
    background-color: gray;
    color: white;
    display: block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    width: 100px;
    text-align: center;
}

.main-navigation {
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
}

.gridViewTitle {
    font-weight: bold;
    /*background-color: #228fcf;*/
    height: 25px;
    color: #000000;
    /*margin-left: 10px;*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.totalRecords {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
}

.highlightedText {
    padding: 5px;
    background-color: yellow;
    font-weight: bold;
}

.glyphiconSize {
    font-size: 25px;
}

.fullWidthFormControl {
    min-width: 100%;
}

.fullWidthFormControl2 {
    min-width: 75%;
}


.fullWidthFormControl4 {
    min-width: 100%;
}

.fullWidthFormControl3 {
    min-width: 50%;
    max-width: 50%;
}

.viewAllDiv {
    height: 450px;
    overflow-y: scroll;
}

.pageTitlePath {
    font-size: 13px;
}

.dashBoardCount2 {
    color: #d81e25;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
}

.dashBoardItemTitle2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #606060;
    /*border-bottom-style: solid;
    border-width: thin;
    */
    text-align: center;
    padding: 5px;
    background-color: #e6e6e6;
    font-weight: bold;
}

.divTopBorderDashBoard {
    border-top-style: solid;
    border-width: thin;
    border-color: #9b9b9b
}

.mandField2::first-letter {
    color: red;
    font-weight: bolder;
    font-family: Cooper;
    padding-right: 2px;
    font-size: 13px;
}

.optionalField::first-letter {
    color: red;
    font-weight: bolder;
    font-family: Cooper;
    padding-right: 2px;
    font-size: 13px;
    visibility: hidden;
}

.select2-container {
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    .select2-container .select2-selection--single {
        height: 34px !important;
        font-size: 13px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.sectionTitle3 {
    font-weight: bold;
    /*background-color: #228fcf;*/
    height: 25px;
    color: #e8232a;
    margin-left: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 8px;
}

.spaceInControls {
    margin: 3px;
}


.spaceInControls2 {
    margin: 5px;
}

.highlightedText {
    padding: 5px;
    background-color: yellow;
    font-weight: bold;
}

.dividerBorder {
    border-color: #d8d8d8;
    border-bottom-style: solid;
    border-width: thin;
    padding: 5px;
}

.successMessage {
    background-color: green;
    color: white;
    padding: 3px;
    font-size: small;
}


.gridStyle8 {
    font-size: 13px;
    background-color: white;
    border-color: #999999;
    border-style: none;
    border-width: 1px;
    font-family: Arial;
}

    .gridStyle8 td {
        font-size: 13px;
        /*background-color:#dedede;*/
    }

    .gridStyle8 th {
        font-size: 13px;
    }

    .gridStyle8 a {
        margin: auto 1%;
        /*   border-radius: 50%;*/
        background-color: #444;
        padding: 3px 6px 3px 6px;
        color: #fff;
        text-decoration: none;
        -o-box-shadow: 1px 1px 1px #111;
        -moz-box-shadow: 1px 1px 1px #111;
        -webkit-box-shadow: 1px 1px 1px #111;
        box-shadow: 1px 1px 1px #111;
    }

        .gridStyle8 a:hover {
            background-color: #E9383C;
            color: #fff;
        }
/*
    .gridStyle8 span {
        background-color: #286090;
        color: #fff;
        -o-box-shadow: 1px 1px 1px #111;
        -moz-box-shadow: 1px 1px 1px #111;
        -webkit-box-shadow: 1px 1px 1px #111;
        box-shadow: 1px 1px 1px #111;
        border-radius: 50%;
        padding: 3px 6px 3px 6px;
    }*/

.disabled-img {
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.lblErr {
    color: red;
    width: 100%;
    text-align: center;
    background-color: yellow;
    font-size: smaller;
}

.zoom {
    transition: transform .2s;
    width: 30px;
}

    .zoom:hover {
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Safari 3-8 */
        transform: scale(7.1);
    }

.noteText {
    color: #d81e25;
    font-size: smaller;
    background-color: yellow;
}

.LockPane {
    z-index: 1000;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 15%;
    visibility: visible;
    display: block;
    text-align: center;
    width: 100%;
}

    .LockPane div {
        width: 200px;
        height: 200px;
        /* background-color: #d01f31;*/
        background-image: url(../images/Progress.gif);
        background-repeat: no-repeat;
        color: White;
        font-size: large;
        border: dotted 1px White;
        padding: 9px;
        margin-left: auto;
        margin-right: auto;
        border-style: none;
    }

.gridStyle5 th {
    font-weight: bold;
    text-align: center;
    font-size: smaller;
    height: 20px;
    padding: 5px;
    color: #000000;
    border-color: #dedede;
    background-color: #dedede;
    font-family: Arial;
    font-size: 12px;
}

.gridStyle5 td {
    height: 20px;
    padding: 5px;
    border-color: #dedede;
    font-size: smaller;
}

.gridStyle5b th {
    font-weight: bold;
    text-align: center;
    font-size: smaller;
    height: 20px;
    padding: 5px;
    color: #000000;
    border-color: #dedede;
    background-color: #dedede;
    font-family: Arial;
}

.gridStyle5b td {
    height: 20px;
    padding: 5px;
    border-color: #dedede;
    font-size: smaller;
}

.gridHeadStyle th {
    font-size: small;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.gridHeadStyle td {
    font-size: small;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.dashBoardBottomTitle {
    background-color: gray;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    font-family: sans-serif;
}

.dashBoardItemDiv {
    height: 150px;
    text-align: center;
}

.dashBoardItemTable {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-bottom-color: #e6e6e6;
    background: #e6e6e6;
    border-width: 0px;
    font-size: 12px;
}

.dashBoardCount {
    color: #d81e25;
    font-size: 50px;
    font-weight: 700;
}

.sectionTitleDash {
    height: 25px;
    color: #e8232a;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 5px;
    font-weight: bold;
    margin-bottom: 5px;
}

.gridStyleReport th {
    font-weight: bold;
    text-align: center;
    font-size: smaller;
    height: 20px;
    padding: 5px;
    color: #000000;
    border-color: #dedede;
    background-color: #dedede;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.gridStyleReport td {
    height: 20px;
    padding: 5px;
    border-color: #dedede;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: smaller;
}

.gridHeadStyleReport th {
    font-size: smaller;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.gridHeadStyleReport td {
    font-size: smaller;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.gridStylePrintFooter td {
    font-weight: bold;
    text-align: left;
    font-size: smaller;
    height: 20px;
    padding: 5px;
    color: #000000;
    border-color: #dedede;
    background-color: #dedede;
    font-family: Arial;
    font-size: 12px;
}

.highlightSelGridRow {
    background-color: yellow;
}

.reportSectionTitle {
    margin-top: 5px;
    background-color: #e1e1e1;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: small;
}

.toLowerCase {
    text-transform: lowercase;
}

.fieldValBotValBorder {
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #e6e6e6
}
