﻿body {
    color: #515967;
}

td {
    word-break: normal;
}

textarea {
    border: 1px solid #ceced2;
    border-radius: 3px;
    color: #515967;
    line-height: 24px;
    font-size: 13px;
    padding-left: 3px;
}

fieldset textarea {
    width: 100%;
    line-height: 20px;
    min-height: 48px;
}

fieldset .iarrow {
    cursor: pointer;
    float: right;
}

    fieldset .iarrow i {
        font-size: 30px !important;
    }

.form-control {
    color: #515967 !important;
}

.ActionButtonBar {
    text-align: center !important;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    margin-top: 5px;
    padding: 10px 5px 10px 0;
}

.DefaultButton {
    border: 2px solid #abbac3 !important;
    border-radius: 2px;
    padding: 2px 6px;
    font-size: 14px !important;
    background-color: #abbac3 !important;
    color: #fff !important;
    cursor: pointer;
}

.RowButton {
    border: 1px solid #abbac3 !important;
    border-radius: 2px;
    padding: 0px 6px !important;
    font-size: 12px !important;
    background-color: #abbac3 !important;
    color: #fff !important;
}

.DefaultButton:hover {
    background-color: #8b9aa3 !important;
}

.SearchButton, .PrimaryButton {
    border: 2px solid #428bca !important;
    background-color: #428bca !important;
}

    .SearchButton:hover, .PrimaryButton:hover {
        background-color: #1b6aaa !important;
    }

.InfoButton {
    border: 2px solid #6fb3e0 !important;
    background-color: #6fb3e0 !important;
}

    .InfoButton:hover {
        background-color: #4f99c6 !important;
    }

.DangerButton {
    border: 2px solid #d15b47 !important;
    background-color: #d15b47 !important;
}

    .DangerButton:hover {
        background-color: #b74635 !important;
    }

.WarningButton {
    border: 2px solid #ffb752 !important;
    background-color: #ffb752 !important;
}

    .WarningButton:hover {
        background-color: #e59729 !important;
    }



.subGroupRow {
    margin-top: 10px !important;
}

    .subGroupRow tr {
        border-top: 1px solid #ceced2 !important;
    }

    .subGroupRow th {
        vertical-align: top !important;
    }


fieldset {
    width: 100% !important;
    margin-top: 10px !important;
}

    fieldset legend, .smallBlueHeader {
        font-size: 13px;
        padding-bottom: 2px;
        color: #006ba7 !important;
        border-bottom: 1px solid #dddddd !important;
        margin: 0 0 5px 0 !important;
    }

.nav-tabs {
    border-color: #C5D0DC;
    margin-bottom: 0 !important;
    margin-left: 0;
    position: relative;
    top: 1px;
}

#TabContent {
    padding: 10px;
    border: 1px solid #C5D0DC !important;
}

.rightFlowTD {
    width: 300px;
    vertical-align: top;
}

.title {
    width: 100%;
    line-height: 24px;
    height: 24px;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
    border-bottom-width: 1px;
    margin-top: 10px;
}

    .title .heading {
        float: left;
        padding-left: 0px;
        text-align: left;
        font-weight: normal;
        font-size: 13px;
        color: #006ba7
    }

    .title .image {
        float: right;
        text-align: right;
    }

.headingRight {
    float: right;
    text-align: right;
    color: #006ba7;
}


.noDisplay {
    display: none;
}

input[type=button]:disabled, input[type=submit]:disabled {
    color: #ceced2 !important;
    background-color: #e5e5e5 !important;
    border-color: #e5e5e5 !important;
}

    input[type=button]:disabled:hover, input[type=submit]:disabled:hover {
        color: #ceced2 !important;
        background-color: #e5e5e5 !important;
        border-color: #e5e5e5 !important;
    }


.k-grid td a {
    color: #006ba7 !important;
}

    .k-grid td a:hover {
        color: #ff6600 !important;
        text-decoration: none;
    }


.mg15 {
    margin-bottom: 15px;
}

label {
    font-weight: normal !important;
    color: #888;
}

.input-group {
    height: 28px;
}

    .input-group .input-content {
        display: flex;
        position: relative;
        width: 100%;
    }

.k-grid .table-header-cell {
    white-space: normal;
}



.input-group label {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    color: #515967;
    text-align: center;
    background-color: #f5f5f5;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 28px;
}

.input-group input[type=text] {
    line-height: 1.65em;
    text-indent: .57em;
    padding: .17857143em 0;
    color: #515967;
}

.input-group label:last-child {
    border-right: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group .btn-inputBtn, .input-group.btn-inputBtn:hover {
    color: #fff !important;
    background-color: #138496;
    border-color: #117a8b;
    line-height: 1;
    border: 1px;
}


.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-12,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    display: inline-block;
}

.k-maskedtextbox > .k-i-warning {
    display: none;
}

.k-upload {
    border: 0;
}

.k-invalid {
    border-color: red !important;
}

.col-xs-1 span.k-widget.k-tooltip-validation,
.col-sm-1 span.k-widget.k-tooltip-validation,
.col-md-1 span.k-widget.k-tooltip-validation,
.col-lg-1 span.k-widget.k-tooltip-validation,
.col-xs-2 span.k-widget.k-tooltip-validation,
.col-sm-2 span.k-widget.k-tooltip-validation,
.col-md-2 span.k-widget.k-tooltip-validation,
.col-lg-2 span.k-widget.k-tooltip-validation,
.col-xs-3 span.k-widget.k-tooltip-validation,
.col-sm-3 span.k-widget.k-tooltip-validation,
.col-md-3 span.k-widget.k-tooltip-validation,
.col-lg-3 span.k-widget.k-tooltip-validation,
.col-xs-4 span.k-widget.k-tooltip-validation,
.col-sm-4 span.k-widget.k-tooltip-validation,
.col-md-4 span.k-widget.k-tooltip-validation,
.col-lg-4 span.k-widget.k-tooltip-validation,
.col-xs-5 span.k-widget.k-tooltip-validation,
.col-sm-5 span.k-widget.k-tooltip-validation,
.col-md-5 span.k-widget.k-tooltip-validation,
.col-lg-5 span.k-widget.k-tooltip-validation,
.col-xs-6 span.k-widget.k-tooltip-validation,
.col-sm-6 span.k-widget.k-tooltip-validation,
.col-md-6 span.k-widget.k-tooltip-validation,
.col-lg-6 span.k-widget.k-tooltip-validation,
.col-xs-7 span.k-widget.k-tooltip-validation,
.col-sm-7 span.k-widget.k-tooltip-validation,
.col-md-7 span.k-widget.k-tooltip-validation,
.col-lg-7 span.k-widget.k-tooltip-validation,
.col-xs-8 span.k-widget.k-tooltip-validation,
.col-sm-8 span.k-widget.k-tooltip-validation,
.col-md-8 span.k-widget.k-tooltip-validation,
.col-lg-8 span.k-widget.k-tooltip-validation,
.col-xs-9 span.k-widget.k-tooltip-validation,
.col-sm-9 span.k-widget.k-tooltip-validation,
.col-md-9 span.k-widget.k-tooltip-validation,
.col-lg-9 span.k-widget.k-tooltip-validation,
.col-xs-10 span.k-widget.k-tooltip-validation,
.col-sm-12 span.k-widget.k-tooltip-validation,
.col-md-10 span.k-widget.k-tooltip-validation,
.col-lg-10 span.k-widget.k-tooltip-validation,
.col-xs-11 span.k-widget.k-tooltip-validation,
.col-sm-11 span.k-widget.k-tooltip-validation,
.col-md-11 span.k-widget.k-tooltip-validation,
.col-lg-11 span.k-widget.k-tooltip-validation,
.col-xs-12 span.k-widget.k-tooltip-validation,
.col-sm-12 span.k-widget.k-tooltip-validation,
.col-md-12 span.k-widget.k-tooltip-validation,
.col-lg-12 span.k-widget.k-tooltip-validation,
.k-maskedtextbox span.k-widget.k-tooltip-validation {
    left: 15px;
    margin: 0;
    position: absolute;
    margin-top: 5px;
    text-align: left;
    font-size: 13px;
    box-sizing: border-box !important;
    top: 26px;
    width: auto;
}

.input-content span.k-widget.k-tooltip-validation {
    left: 0px;
    margin: 0;
    position: absolute;
    margin-top: 5px;
    text-align: left;
    font-size: 13px;
    box-sizing: border-box !important;
    top: 26px;
    width: auto;
}

td span.k-widget.k-tooltip-validation {
    display: none;
}

td > div.input-group > span.k-widget.k-tooltip-validation {
    display: none !important;
}

div.k-upload {
    width: auto !important;
}


.k-window .row {
    margin-left: 0;
    margin-right: 0;
}

.k-window .col-xs-1,
.k-window .col-sm-1,
.k-window .col-md-1,
.k-window .col-lg-1,
.k-window .col-xs-2,
.k-window .col-sm-2,
.k-window .col-md-2,
.k-window .col-lg-2,
.k-window .col-xs-3,
.k-window .col-sm-3,
.k-window .col-md-3,
.k-window .col-lg-3,
.k-window .col-xs-4,
.k-window .col-sm-4,
.k-window .col-md-4,
.k-window .col-lg-4,
.k-window .col-xs-5,
.k-window .col-sm-5,
.k-window .col-md-5,
.k-window .col-lg-5,
.k-window .col-xs-6,
.k-window .col-sm-6,
.k-window .col-md-6,
.k-window .col-lg-6,
.k-window .col-xs-7,
.k-window .col-sm-7,
.k-window .col-md-7,
.k-window .col-lg-7,
.k-window .col-xs-8,
.k-window .col-sm-8,
.k-window .col-md-8,
.k-window .col-lg-8,
.k-window .col-xs-9,
.k-window .col-sm-9,
.k-window .col-md-9,
.k-window .col-lg-9,
.k-window .col-xs-10,
.k-window .col-sm-12,
.k-window .col-md-10,
.k-window .col-lg-10,
.k-window .col-xs-11,
.k-window .col-sm-11,
.k-window .col-md-11,
.k-window .col-lg-11,
.k-window .col-xs-12,
.k-window .col-sm-12,
.k-window .col-md-12,
.k-window .col-lg-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.k-window div > .k-textbox, .k-window div > .k-dropdown, .k-window div > .k-maskedtextbox > input {
    width: 90%;
}

.k-window div .input-group {
    width: 90%;
}

.k-pager-input > .k-textbox {
    width: 44px;
}

.k-command-cell > .k-button {
    padding: 4px 6px !important;
    min-width: 24px !important;
}

    .k-command-cell > .k-button > .k-icon {
        margin-right: -2px;
    }

.gridOut {
    height: calc(100vh - 150px);
}
.gridProject {
    height: calc(100vh - 170px);
}

.gridOutFMR {
    height: calc(100vh - 190px);
}

.gridOutVO {
    height: calc(100vh - 220px);
}

.gridOutVendor {
    height: calc(100vh - 335px);
}

.gridOutDashboard {
    height: calc(100vh - 560px);
}
.gridOutBOQ {
    height: calc(100vh - 300px);
}

.outGridSchedule {
    height: calc(100vh - 220px);
}

.btn {
    cursor: pointer;
}

.col-sm-10 {
    position: relative;
}

.sectionHeader {
    cursor: pointer;
}

li.ctl_li, h1.ctl_li {
    min-height: 40px !important;
}

    h1.ctl_li.specialSectionHeader {
        margin-bottom: 10px !important;
    }

input[type=text]:disabled, .k-textbox:disabled, .k-textbox:disabled:hover {
    border: 1px solid #ced4da;
    background-color: #e9ecef;
}

textarea:disabled {
    background-color: #e9ecef;
}


.viewActive {
    margin-bottom: 20px;
}

.k-tooltip-content {
    text-align: left !important;
}

.k-i-information {
    font-size: 20px;
    color: orange;
    margin-left: 5px;
    cursor: pointer;
}

.fileContent span {
    margin-right: 20px;
}

.open .dropdown-menu {
    display: block !important;
}

.titleRequired {
    color: red;
    margin-left: 5px;
    vertical-align: baseline;
}

input[type=radio], input[type=checkbox] {
    margin-right: 3px;
}

.KendoDate:disabled, .k-formatted-value:disabled {
    border: 0 !important;
}

.title_label {
    color: #006ba7 !important;
}

.informationTitle {
    color: rgba(40, 167, 69, 1);
    padding: 5px 0;
    display: block;
}

.inputTitle {
    color: #888;
    margin-right: 5px;
}

.bottomActionBar {
    margin-bottom: 20px;
    text-align: center;
}

.dropdown-menu .active {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

    .dropdown-menu .active a {
        color: #fff !important;
        text-decoration: none;
    }

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.alert-warning > i,.alert-primary>i {
    margin-right: 10px;
}

.col-form-label {
    padding-top: 0;
}


.font_weight600 {
    font-weight: 600 !important;
}

.dropZoneElement {
    background-color: #f3f3f4;
    text-align: center;
}

.textWrapper {
    width: 100%;
    color: #000;
}

.dropHereText {
    color: #c7c7c7;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px;
    background-color: aliceblue;
}

.wrapper .remove {
    color: #d15b47;
    text-align: right;
    cursor: pointer;
}

.tenderSectionHeader {
    cursor: pointer;
    /*font-variant-caps: small-caps;*/
}

    .tenderSectionHeader:hover, .tenderSectionHeader:hover .headingRight {
        color: #ff6600 !important;
    }

.nav-tabs {
    border-color: #C5D0DC;
    margin-bottom: 0 !important;
    margin-left: 0;
    position: relative;
    top: 1px;
    line-height: 28px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav-tabs > li > a {
    padding: 7px 12px 8px;
}

    .nav-tabs > li > a .badge {
        margin-right: 10px;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs > li > a, .nav-tabs > li > a:focus {
    border-radius: 0 !important;
    border-color: #c5d0dc;
    color: #999;
    margin-right: -1px;
    line-height: 18px;
    position: relative;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #576373;
    border-color: #c5d0dc;
    border-top: 2px solid #4c8fbd;
    border-bottom-color: transparent;
    background-color: #FFF;
    z-index: 1;
    line-height: 18px;
    margin-top: -1px;
    box-shadow: 0 -2px 3px 0 rgba(0,0,0,.15);
}

.tab-content {
    padding: 16px 12px;
    position: relative;
}

    .tab-content > .tab-pane {
        display: none;
        visibility: hidden;
    }

    .tab-content > .active {
        display: block;
        visibility: visible;
    }

.hide {
    display: none;
}

.table-bordered {
    width: 100%;
    border: 0 !important;
}

    .table-bordered tr td {
        border: 0 !important;
        height: 28px;
        line-height: 24px;
        font-size: 12px;
    }

        .table-bordered tr td textarea, .table-bordered tr td select {
            width: 95%;
        }

        .table-bordered tr td input {
            border: 1px solid #ABADB3;
            border-radius: 3px;
        }

            .table-bordered tr td input[type=text] {
                height: 24px;
                line-height: 20px;
            }

                .table-bordered tr td input[type=text][disabled] {
                    border: 0px;
                    background-color: #fff;
                    color: #333;
                }

            .table-bordered tr td input[type=checkbox], .table-bordered tr td input[type=radio] {
                vertical-align: text-top;
                margin-top: 3px;
            }

    .table-bordered .tableRow {
        width: 100%;
        border: 0 !important;
    }

        .table-bordered .tableRow tr th {
            width: 24%;
            max-width: 30%;
            font-weight: normal;
            text-align: left;
            font-size: 12px;
            color: #888;
            /*font-variant-caps: small-caps;*/
            padding-right: 3px;
            border: 0 !important;
            /*vertical-align: top;*/
        }

        .table-bordered .tableRow tr td {
            /*width: 70%;*/
            text-align: left;
            border: 0 !important;
        }

            .table-bordered .tableRow tr td input[type=text], .table-bordered .tableRow tr td select, .table-bordered .tableRow tr td textarea {
                border: 1px solid #ABADB3;
                border-radius: 3px;
                /*background-color: #f7f7f7;*/
                color: #333;
                height: 24px;
                line-height: 20px;
                font-size: 12px;
                padding-left: 3px;
                width: 90%;
                font-family: apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
            }

            .table-bordered .tableRow tr td textarea {
                height: 48px !important;
            }

            .table-bordered .tableRow tr td label {
                margin-bottom: 0;
                font-weight: 400;
                margin-left: 5px;
                margin-right: 20px;
            }

    .table-bordered > tbody > tr > th {
        border: 0px;
        font-weight: 400;
        /*font-variant-caps: small-caps;*/
        color: #888;
    }


table.MWGrid, #signFrame.table-bordered, #signNewFlowFrame.table-bordered, #signNOPOFrame.table-bordered, .tbdataContent, .poinfoDataTable {
    border: 1px solid #ceced2 !important;
    font-size: 12px;
    background-color: #fff !important;
}

    table.MWGrid tr td {
        border: 0 !important;
        height: 24px;
        padding: 0 3px;
    }

    table.MWGrid tr:first-child th {
        border: 0 !important;
        border-bottom: 1px solid #ceced2 !important;
        height: 24px;
        padding: 0 3px;
        background-color: #f3f3f4 !important;
        background-image: url(textures/highlight.png);
        background-image: none,-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.45)),to(rgba(255,255,255,0)));
        background-image: none,-webkit-linear-gradient(top,rgba(255,255,255,.45) 0,rgba(255,255,255,0) 100%);
        background-image: none,linear-gradient(to bottom,rgba(255,255,255,.45) 0,rgba(255,255,255,0) 100%);
        background-position: 50% 50%;
        background-color: #f3f3f4;
        font-weight: normal !important;
        border-left: 1px solid #ceced2 !important;
        /*font-variant-caps: small-caps;*/
        color: #333;
    }

    table.MWGrid tr:hover, table.MWGrid tr td:hover {
        background-color: #b5bdcb !important;
        background-image: url(textures/highlight.png);
        background-image: none,-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.3)),to(rgba(255,255,255,0))) !important;
        background-image: none,-webkit-linear-gradient(top,rgba(255,255,255,.3) 0,rgba(255,255,255,0) 100%) !important;
        background-image: none,linear-gradient(to bottom,rgba(255,255,255,.3) 0,rgba(255,255,255,0) 100%) !important;
        background-position: 50% 50%
    }

    table.MWGrid tr td {
        text-overflow: ellipsis;
    }

    table.MWGrid tr td, table.MWGrid tr:first-child th {
        font-weight: normal !important;
        border-left: 1px solid #ceced2 !important;
    }

    table.MWGrid tr:first-child th {
        /*font-variant-caps: small-caps;*/
    }

    table.MWGrid tr td input, table.MWGrid tr td textarea, table.MWGrid tr td select {
        /*line-height: normal;*/
        border: 1px solid #ABADB3;
        border-radius: 3px;
        /*background-color: #f7f7f7;*/
        color: #171616;
        height: 24px;
        line-height: 20px;
        font-size: 13px;
        padding-left: 3px;
    }

.validate {
    border-color: #ff9800 !important;
    background-color: #ff9800 !important;
    color: #fff !important;
}

.warningVendor {
    background-color: #ffb752;
}

.w10TH {
    width: 12% !important;
    max-width: 15% !important;
}


.tbcss {
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
    text-align: center;
    word-wrap: break-word;
    table-layout: fixed;
    word-break: break-all;
    width: 100%;
    word-break: break-word;
    margin-top: 5px;
    color: #515967;
    /*border: 1px #ceced2 solid;*/
}

    .tbcss tr:nth-child(even) {
        background-color: #fbfbfb;
    }

    .tbcss > tbody > tr:hover {
        background-color: #b5bdcb;
        background-image: url(textures/highlight.png);
        background-image: none,linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 100%);
        background-position: 50% 50%
    }

    .tbcss th {
        font-size: 13px;
        font-weight: normal;
        /*background-color: #ECECEC;*/
        border: 1px #ceced2 solid;
        line-height: 24px !important;
        word-break: keep-all;
        word-wrap: break-word;
        padding-left: 3px;
        background-color: #f3f3f4 !important;
        background-image: url(textures/highlight.png);
        background-image: none,-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.45)),to(rgba(255,255,255,0)));
        background-image: none,-webkit-linear-gradient(top,rgba(255,255,255,.45) 0,rgba(255,255,255,0) 100%);
        background-image: none,linear-gradient(to bottom,rgba(255,255,255,.45) 0,rgba(255,255,255,0) 100%);
        background-position: 50% 50%;
    }

    .tbcss td {
        font-size: 13px;
        border: 1px #ceced2 solid;
        line-height: 16px !important;
    }

        .tbcss td textarea {
            width: 90%;
            height: 120px;
            line-height: 16px;
            border: 0;
            overflow: auto;
            font-family: Arial;
            font-style: normal;
        }


.normalTable {
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
    text-align: left;
    word-wrap: break-word;
    table-layout: fixed;
    word-break: break-all;
    width: 100%;
    word-break: break-word;
    margin-top: 5px;
    color: #515967;
    border: 1px #ceced2 solid;
}

    .normalTable tr:nth-child(even) {
        background-color: #fbfbfc;
    }

    .normalTable > tbody > tr:hover {
        background-color: #b5bdcb;
        background-image: url(textures/highlight.png);
        background-image: none,linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 100%);
        background-position: 50% 50%
    }

    .normalTable th {
        font-size: 13px;
        font-weight: normal;
        border: 1px #ceced2 solid;
        line-height: 24px !important;
        word-break: keep-all;
        word-wrap: break-word;
        padding: .4em .6em;
        background-color: #f3f3f4 !important;
        background-image: url(textures/highlight.png);
        background-image: none,-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.45)),to(rgba(255,255,255,0)));
        background-image: none,-webkit-linear-gradient(top,rgba(255,255,255,.45) 0,rgba(255,255,255,0) 100%);
        background-image: none,linear-gradient(to bottom,rgba(255,255,255,.45) 0,rgba(255,255,255,0) 100%);
        background-position: 50% 50%;
    }

    .normalTable td {
        font-size: 13px;
        border-right: 1px #ceced2 solid;
        line-height: 16px !important;
        padding: .4em .6em;
    }

.MWGridTR_even {
    background-color: #f7f7f7;
}

.uploadProgress {
    margin-top: -30px;
    width: 100%;
}

.withWFTable {
    table-layout: fixed;
    width: 100%;
}

    .withWFTable .WFTD {
        width: 350px;
        /*padding-right: 20px;*/
        overflow-x: hidden;
        word-break: keep-all;
        white-space: nowrap;
        text-overflow: ellipsis;
        /*position:relative;*/
    }

.DiffValue {
    color: red !important;
}

.FailColor {
    background-color: rgb(237, 64, 20) !important;
}
.NormalColor {
    background-color: rgb(10, 203, 10) !important;
}

.highlightPerformance {
    color: #515967;
    background-color: #ffdab7;
}

.maintenanceDiv {
    color: #FFF;
    background-color: orange;
    padding: 3px 5px;
    border-radius:0 0 3px 3px;
    font-weight: bold;
    font-size:1.1em;
    position:fixed;
    left:600px;
    width:1050px;
    top:0px;
    z-index:99999;
}

.configurationDiv {
    color: gold;
    background-color: transparent;
    padding: 3px 5px;
    border-radius: 0 0 3px 3px;
    font-weight: bold;
    font-size: 20px;
    position: fixed;
    left: 680px;
    top: 10px;
    z-index: 99999;
}

input[type=text][readonly]{
    border:0;
}

.editableColumn {
    background-color: #ffd800;
    color: #fff;
    text-align: center !important;
}

#divPPCS {
    display: none;
    border: 1px solid #e59729;
    border-radius: 5px 5px;
    font-size: 16px;
    font-weight: bold;
    color: #e59729;
    padding: 5px 10px;
    margin: 5px 0;
}

#divPPCSAmount {
    display: none;
    font-size: 16px;
    font-weight: bold;
    color: #e59729;
}

.contentEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hightLightCell {
    background-color: #ffd800;
}

.fuelux .wizard > ul.steps li.active, .fuelux .wizard > .steps-container > ul.steps li.active {
    background: #007bff !important;
    color: #fff !important;
    cursor: default;
}
    .fuelux .wizard > ul.steps li.active .badge, .fuelux .wizard > .steps-container > ul.steps li.active .badge {
        background-color: #e59729 !important;
    }

    .fuelux .wizard > ul.steps li.active, .fuelux .wizard > .steps-container > ul.steps li.active .chevron:before {
        border-left: 14px solid #007bff !important;
    }

input.textRigth {
    text-align: right;
    padding-right: 5px !important;
}
a.not-active{
    pointer-events:none;
    cursor:default;
}

.ClientBondTitle {
    background-color: #0085ca;
    color: #fff;
    height: 38px;
    padding: 10px 10px;
    border-radius: 5px 5px 0px 0px;
}


.ActionButtonBar > .btn-primary {
    color: #fff !important;
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn .k-icon {
    margin-right: 2px;
}
.btn-custom-success-light {
    color: #0070C0;
    background-color: #E2EFDA;
    border-color: #D5E8CA;
}
    .btn-custom-success-light:hover {
        color: #007bff;
        border-color: #D5E8CA;
        background-color: #D5E8CA;
    }