

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    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;
}


.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;
}

.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: #dedede;
    z-index: 999;
    filter: alpha(opacity=75);
    opacity: 0.75;
    padding-top: 20%;
}

.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;
    }

.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: #ffffff;
    font-weight: bold;
}

.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;
}

.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%
}

.gridLinks {
    padding-left: 15px;
    font-size: large;
}

    .gridLinks a {
        text-decoration: 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: #ffffff;*/
    color: #e8232a;
}

.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: 12px;
}

.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;
}


.pageSubTitleHead7 {
    background-color: #00587C;
    color: #ffffff;
    border-radius: 5px;
    height: 30px;
    vertical-align: middle;
    padding-top: 4px;
    font-weight: bold;
    font-size: 13px;
}

.fieldTitle {
    color: #666;
    font-size: 13px;
    /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.fieldValue {
    font-weight: bold;
    font-size: 12px;
}

.gridStyle {
    font-size: 12px;
    background-color: white;
    border-color: #999999;
    border-style: none;
    border-width: 1px;
    FONT-FAMILY: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}

    .gridStyle td {
        font-size: 12px;
    }

    .gridStyle th {
        font-size: 12px;
        font-weight: normal;
        text-align: center;
    }

.legendDetails {
    font-size: 12px;
}

.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: 13px;
}

.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;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.spaceInControls {
    margin: 3px;
}

.TopPadding {
    margin-top: 5px;
}

.divTableStyleTH {
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: dimgray;
    font-weight: bold;
}

.glyphiconSize {
    font-size: 25px;
}

.sectionTitle2 {
    color: #d01f31;
}

.fullWidthFormControl {
    min-width: 100% !important;
}

.fullWidthFormControl2 {
    min-width: 80%;
}

.fiftyPerWidthFormControl {
    min-width: 50%;
}

.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;
}

.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;
}

.sectionTitleDash {
    height: 25px;
    color: #e8232a;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 5px;
    font-weight: bold;
    margin-bottom: 5px;
}


.highlightedText {
    padding: 5px;
    background-color: yellow;
    font-weight: bold;
}

.highlightedText2 {
    background-color: yellow;
    font-weight: bold;
}

.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;
    background: #e6e6e6;
    border-width: 0px;
    font-size: 12px;
}

.dashBoardCount {
    color: #d81e25;
    font-size: 50px;
    font-weight: 700;
}

.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;
}

.pageTitleTableHeadPrint {
    height: 40px;
    vertical-align: middle;
    padding-top: 8px;
    font-weight: bold;
    font-size: 18px;
}

.lblErr {
    color: red;
    width: 100%;
    text-align: center;
    background-color: yellow;
    font-size: smaller;
}

.lblErr2 {
    color: red;
    width: 100%;
    text-align: center;
    background-color: yellow;
}

.totalRecords {
    font-weight: normal;
    font-size: 12px;
}

.normalText {
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.fieldValuePrint {
    font-weight: bold;
    font-size: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.fieldTitlePrint {
    color: #666;
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-left: 20px;
}

.sectionTitlePrint2 {
    font-size: 12px;
    font-weight: bold;
    background-color: none;
    padding: 10px;
}

.gridview-header {
    font-weight: bold;
    font-size: 10px;
    padding-bottom: 3px;
    color: #666666;
    padding-top: 3px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #EEEEEE;
}

.gridview tr {
    /* set font properties here */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10px;
}

.zeroCellPaddingSpacing table {
    border-collapse: collapse;
}

.zeroCellPaddingSpacing th td {
    padding: 0px;
}

.comment {
    color: #999999;
    font-size: small;
}

.buttonExpExclImg {
    font-size: 11pt;
    color: white;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    height: 20px;
    width: 30px;
}

.mandField2::first-letter {
    color: red;
    font-weight: bolder;
    font-family: Cooper;
    padding-right: 2px;
    font-size: 13px;
}

.gridStyle2 th {
    font-weight: normal;
    text-align: center;
    FONT-FAMILY: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10px;
}

.gridStyle3 th {
    text-align: center;
    font-size: smaller;
    color: #4e4e4e;
    FONT-FAMILY: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}

.gridStyle3 td {
    text-align: center;
    font-weight: bold;
    FONT-FAMILY: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}

.gridStyle4 th {
    font-weight: bold;
    text-align: center;
    font-size: smaller;
    height: 20px;
    padding: 5px;
    FONT-FAMILY: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}

.gridStyle4 td {
    height: 20px;
    padding: 5px;
    FONT-FAMILY: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}

.gridStyle5 th {
    font-weight: bold;
    text-align: center;
    font-size: smaller;
    height: 20px;
    padding: 5px;
    color: #000000;
    border-color: #dedede;
    background-color: antiquewhite;
    FONT-FAMILY: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}

.gridStyle5 td {
    height: 20px;
    padding: 5px;
    border-color: #dedede;
    FONT-FAMILY: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}

.gridStyle6 th {
    font-weight: bold;
    text-align: center;
    font-size: smaller;
    height: 20px;
    padding: 5px;
    color: #000000;
    border-color: #dedede;
    background-color: #F5F5F5;
    FONT-FAMILY: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}

.gridStyle6 td {
    height: 20px;
    padding: 5px;
    border-color: #dedede;
    FONT-FAMILY: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}

.gridStyle7 th {
    font-weight: bold;
    text-align: center;
    font-size: smaller;
    height: 20px;
    padding: 5px;
    color: #000000;
    border-color: #dedede;
    background-color: #F5F5F5;
    FONT-FAMILY: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}

.gridStyle7 td {
    height: 20px;
    padding: 5px;
    border-color: #dedede;
    FONT-FAMILY: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    text-align: center;
}

.gridStyle8 {
    font-size: 12px;
    background-color: white;
    border-color: #999999;
    border-style: none;
    border-width: 1px;
    FONT-FAMILY: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11px;
}

    .gridStyle8 td {
        font-size: 12px;
        /*background-color:#dedede;*/
        FONT-FAMILY: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .gridStyle8 th {
        font-size: 12px;
        FONT-FAMILY: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .gridStyle8 a:hover {
        text-decoration: none;
        background-color: #2b702b;
        color: white;
    }

.gridStyle9 {
    font-size: 13px;
    background-color: white;
    border-color: #999999;
    border-style: none;
    border-width: 1px;
    FONT-FAMILY: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11px;
}

    .gridStyle9 td {
        font-size: 13px;
        height: 30px;
        padding: 7px;
    }

    .gridStyle9 th {
        font-size: 13px;
        padding: 5px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        background-color: red;
        color: #ffffff;
        font-weight: normal;
    }

    .gridStyle9 a:hover {
        text-decoration: none;
        background-color: #2b702b;
        color: white;
    }

.gridStyle10 {
    font-size: 12px;
    background-color: white;
    border-color: #999999;
    border-style: none;
    border-width: 1px;
    FONT-FAMILY: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11px;
}

    .gridStyle10 td {
        font-size: 12px;
        text-align: left;
        color: black;
        height: 30px;
        padding: 10px;
    }

    .gridStyle10 th {
        font-size: 12px;
        padding: 5px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .gridStyle10 a:hover {
        text-decoration: none;
        background-color: #2b702b;
        color: white;
    }

.gridStyle11 {
    font-size: 13px;
    background-color: white;
    border-color: #999999;
    border-style: none;
    border-width: 1px;
    FONT-FAMILY: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11px;
}

    .gridStyle11 th {
        font-size: 13px;
        padding: 5px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .gridStyle11 td {
        font-size: 13px;
        text-align: left;
        color: black;
        height: 30px;
        padding: 10px;
        background-color: white;
    }



    .gridStyle11 a:hover {
        text-decoration: none;
        background-color: #2b702b;
        color: white;
    }

.collapsePanelHeader {
    background-color: red;
    color: white;
}

.editButton {
    width: 20px;
    height: 22px;
    background: url("../../images/edit2.png") no-repeat;
    display: inline-block;
}

    .editButton:hover {
        background: url("../../images/edit2_over.png") no-repeat;
        -webkit-filter: drop-shadow(5px 5px 5px #222);
        filter: drop-shadow(5px 5px 5px #222);
    }



.sectionDividerParentDiv {
    height: 25px;
    background-color: #dedede;
    color: #00000;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sectionDividerParentDiv2 {
    height: 25px;
    background-color: #808080;
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.sectionDividerSubDiv {
    font-weight: bold;
    font-size: small;
    margin-top: 5px;
    margin-bottom: 4px;
}

.ddlAttachType {
    padding-top: 0px;
    vertical-align: top;
    color: #666;
    font-size: 13px;
    FONT-FAMILY: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.btn1 {
}

    .btn1:hover {
        -webkit-filter: drop-shadow(5px 5px 5px #222);
        filter: drop-shadow(5px 5px 5px #222);
    }

.chkAllDocs {
    padding-left: 130px;
}

.sectionTitle4 {
    font-weight: bold;
    /*background-color: #228fcf;*/
    height: 25px;
    /*color: #ffffff;*/
    color: #e8232a;
    font-size: 12px;
}

.eptd_details_header {
    background-color: #999999
}

.checkBox {
    font-size: 11px;
    font-weight: normal;
    FONT-FAMILY: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-right: 25px;
}

.actionLink {
    border-style: solid;
    border-width: thin;
    border-color: #dedede;
    text-decoration: none;
    padding: 4px;
    margin-left: 10px;
    background-color: #449d44;
    color: #ffffff;
}

    .actionLink a {
        text-decoration: none;
    }

.actionLink2 {
    border-style: solid;
    border-width: thin;
    border-color: #dedede;
    text-decoration: none;
    padding: 4px;
    margin-left: 10px;
    background-color: #999999;
    color: #ffffff;
}

    .actionLink2 a {
        text-decoration: none;
    }

.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;
}

.successMessage {
    background-color: green;
    color: white;
    padding: 3px;
    font-size: small;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.main-navigation {
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
}

.pageTitlePath {
    font-size: small;
    FONT-FAMILY: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.pageTitle {
    background-color: #EA3F38;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
}

.optionalField::first-letter {
    color: red;
    font-weight: bolder;
    font-family: Cooper;
    padding-right: 2px;
    font-size: 13px;
    visibility: hidden;
}

.lblAttStatusApproval {
    text-wrap: none;
    border-style: solid;
    padding: 2px;
    border-width: 1px;
    border-color: brown;
    font-size: small;
    FONT-FAMILY: sans-serif;
}

.gridviewCellSpan {
    background-color: transparent !important;
    color: #2c2c2c !important;
    border-style: none !important;
}

.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);
    }

.cur_app_attend_app {
    border: 4px double;
    border-color: #41FCFA
}

.sectionTitleLeaveRet {
    height: 25px;
    color: #00587c;
    font-size: 1.60rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
}

.sectionSubTitleLeaveRet {
    font-weight: 600;
    height: 25px;
    color: #00587c;
    font-size: 1.60rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.gridViewActLink {
    border-style: solid;
    border-width: 1px;
    padding: 3px;
}

    .gridViewActLink a:hover {
        background-color: red !important;
        color: white !important;
        text-decoration: none !important;
    }

.gridCellHypImg a img {
    border: none;
    height: 100px;
    width: 50px;
}

.newStyle1 {
    background-color: transparent;
    background-image: none;
    border-style: none;
}

.labelStyleFix span:hover {
}

.labelStyleFix {
    background-color: none !important;
}

.objectBorder {
    border-style: solid;
    border-width: 1px;
    margin-top: 15px;
    padding: 10px;
    border-color: #e6e6e6;
}

.labelNoBorder {
    border-style: none !important;
    box-shadow: none !important;
}

.spaceInValDivs {
    padding-top: 5px;
}

.sectionTopBorderOnly {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #eeeeee;
}

.sectionFullBorder {
    border-style: solid;
    border-width: 1px;
    border-color: #eeeeee;
}

.sectionBoxBorder {
    border-style: solid;
    border-width: 1px;
    border-color: #D81E25;
}

.actionsDiv {
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 10px;
}

.spaceInControls {
    margin: 3px;
}

.dashSectionTitle {
    padding-top: 20px;
    padding-left: 10px;
    color: #999999;
    font-weight: bold;
    margin-bottom: 10px;
    /*   font-size: large;*/
}
