﻿:root {
    --main-color: #9e1e2d;
    --header-text-color: #FFFFCC;
}

html {
    height: 100%;
    box-sizing: border-box;
}

body {
    font-size: 12px !important;
    font-family: Verdana !important;
    color: black;
}

h1, h4 {
    color: #000000;
}

    h1 small, h4 small {
        color: #FFFF99;
    }




.sub-menu-link {
    padding-left: 30px !important;
}

.align-right {
    text-align: right !important;
}

.align-left {
    text-align: left !important;
}


.font-weight-bold {
    font-weight: bold !important;
}

.ui-widget-overlay {
    opacity: .3;
}

.ui-dialog {
    z-index: 1070 !important;
}

.b-r-2 {
    border-radius: 2px !important;
}

.desc-wrapper {
    -webkit-animation: feature-text-anim .75s ease-in-out;
    animation: feature-text-anim 4.75s ease-in-out;
    z-index: 100;
    position: relative;
    width: 100%;
    max-width: 956px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    text-rendering: optimizeLegibility;
    padding-top: 20%;
}

.desc-wrapper-1 {
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.desc-wrapper-2 {
    font-size: 85px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.layout-loader-wrapper {
    width: 100%;
    height: 100px;
    background-color: white;
    border: 1px solid black;
    position: relative;
    margin-top: 20px;
    border-radius: 2px;
}

.vertical-align-gridHeader {
    text-align: center;
}

.popover-content-leg {
    width: 232px;
    font-size: 13px;
    background-color: red;
    color: white;
    border-radius: 5px;
    padding: 7px;
}

.popover-arrow-leg i {
    width: 16px;
    color: red;
    font-size: 24px;
    position: relative;
    top: -10px;
    left: 8px;
}

a {
    color: #18355e;
}

    a:hover {
        color: #707478;
    }


    a.search-Icon:hover {
        color: #FEFFC0 !important;
    }

    a.search-Icon {
        color: #68A3CE !important;
    }

label {
    font-weight: normal;
    font-size: 12px;
}



.content {
    padding-top: 24px !important;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
}

.uppercase {
    text-transform: uppercase;
}

.popupInput {
    height: 25px;
    width: 100%;
    padding-left: 2px !important;
}

.searchToolBar {
    min-height: 30px;
    margin-top: 5px;
}

    .searchToolBar a {
        /*font-weight: normal !important;*/
        margin-bottom: 3px;
    }

    .searchToolBar span {
        user-select: none;
    }

    .searchToolBar .btn-primary {
        padding: 2px 12px;
    }

.btn.btn-xs:focus {
    box-shadow: none;
}

.btn.btn-xs:hover {
    opacity: .3;
}

.btn {
    border-radius: 1px;
    font-size: 12px;
}

.btn-search {
    padding-top: 1px !important;
    padding-bottom: 0px !important;
    padding-left: 7px !important;
    padding-right: 8px !important;
}

.btn.btn-scroll-to-top, .btn.btn-scroll-to-top.active {
    z-index: 1100;
}

.btn.btn-default, .btn.btn-default.disabled, .btn.btn-default.disabled:focus, .btn.btn-default.disabled:hover, .btn.btn-default[disabled], .btn.btn-default[disabled]:focus, .btn.btn-default[disabled]:hover,
.btn-default.active, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .btn-default:focus, .btn-default:hover, .btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover, .show > .btn-default.dropdown-toggle {
    background: #807d7d;
    border-color: #242222;
    color: #ffffff;
}

    .btn.btn-default:hover {
        background: #b5afaf;
        border-color: #242222;
        color: #ffffff;
    }

    .btn.btn-default:focus {
        color: #ecec0f;
    }


.btn.btn-danger, .btn.btn-danger.disabled, .btn.btn-danger.disabled:focus, .btn.btn-danger.disabled:hover, .btn.btn-danger[disabled], .btn.btn-danger[disabled]:focus, .btn.btn-danger[disabled]:hover {
    border-color: #333;
}

.btn-tab-primary {
    background: #141461 !important;
    border-color: #141461 !important;
}

.btn.btn-primary, .btn.btn-primary.disabled, .btn.btn-primary.disabled:focus, .btn.btn-primary.disabled:hover, .btn.btn-primary[disabled], .btn.btn-primary[disabled]:focus, .btn.btn-primary[disabled]:hover,
.btn-primary.active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .open > .dropdown-toggle.btn-primary, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover, .show > .btn-primary.dropdown-toggle {
    background: #666666;
    border-color: #242222;
    color: #ffffff;
}

    .btn.btn-primary:hover {
        background: #898484;
        border-color: #242222;
        color: #ffffff;
    }

    .btn.btn-primary:focus {
        color: #ecec0f;
    }

.btn-primary, .btn-default, .btn-success, .btn-danger {
    padding: 3px 12px;
    border-radius: 1px;
}

.top-menu {
    background: #18355e;
}

    .top-menu .nav .sub-menu {
        background: #18355e;
    }

        .top-menu .nav > li > a, .top-menu .nav .sub-menu > li > a {
            color: rgba(255,255,255,0.85);
        }

            .top-menu .nav > li > a:hover, .top-menu .sub-menu > li > a:hover {
                /*color: #ffffff !important;*/
                background: #495463;
            }

    .top-menu .nav > li.active > a, .top-menu .nav > li.active > a:focus, .top-menu .nav > li.active > a:hover {
        background: #495463;
        color: #ffffff;
    }

        .top-menu .nav > li.active > a i, .top-menu .nav > li.active > a:focus i, .top-menu .nav > li.active > a:hover i {
            background: #495463;
            color: #ffffff;
        }


@media (min-width: 768px) {
    .top-menu {
        top: 66px;
    }

}

@media(max-width: 767px) {
    .top-menu {
        position: relative;
    }
}

.login.login-with-news-feed .news-feed {
    left: 500px;
    right: 0;
}


.login.login-with-news-feed .left-content {
    float: left;
    min-height: 100%;
    background: #d7d7d7;
    width: 500px;
    padding: 60px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.login.login-with-news-feed .news-feed .news-caption {
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}


.login-content .input-lg {
    border-radius: 2px;
    background: white !IMPORTANT;
    color: black !important;
    border-color: #b0acac;
}

.login .parsley-required {
    color: red;
    font-weight: bold;
}

.login.login-with-news-feed .news-caption {
    padding: 10px 10px;
    color: #7e8083;
    font-size: 11px;
    background: rgba(0,0,0,.7);
    text-align: left;
}

.login.login-with-news-feed .login-header .brand {
    padding-bottom: 10px;
    text-align: center;
}


.header .navbar-brand img {
    max-height: 63px;
    max-width: 350px;
}

.header .navbar-brand {
    height: 65px;
}

.header.navbar-default .navbar-nav > li > a {
    color: #000000;
}

    .header.navbar-default .navbar-nav > li > a:hover {
        color: #b71e2d;
    }

.header.navbar-default .logout-link {
    color: #860000 !important;
    padding-top: 19px;
    padding-right: 27px;
    text-decoration: underline;
}


.navbar-toggle {
    margin: 0;
    margin-top: 3px;
}

.navbar .nav.navbar-nav > li > a {
    font-size: 14px !important;
}

.big-user-info .navbar-nav > li > a {
    color: black;
}

#big-user-info {
    padding-top: 5px;
    padding-right: 35px;
}

.userinfo-popup {
    background-color: #807d7d !important;
}

#small-user-info .userinfo-popup li a {
    color: white;
}

    #small-user-info .userinfo-popup li a:hover {
        color: black;
    }

.small-user-info {
    height: 40px !important;
    display: none;
}

.user-info-popup {
    background: #18355e;
}

    .user-info-popup a {
        color: white;
    }



.page-header {
    letter-spacing: 1px !important;
    margin: 0px !important;
}

.ui-datepicker-calendar .ui-state-active {
    background: #d6e5f3;
    border-color: #d6e5f3;
    color: red;
}

.ui-datepicker-calendar .ui-state-hover {
    border: 1px solid #c5c5c5;
    background: #d6e5f3;
    color: red;
}

.table-cell {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.panel-header-btn {
    height: 21px;
    line-height: 13px;
    font-size: 11px;
}

.panel-heading {
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
}

.panel-heading-btn {
    padding-top: 0px;
}

.panel-inverse > .panel-heading {
    background: #064e50;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


.panel {
    border-radius: 0px;
}

    .panel.panel-expand {
        z-index: 1060 !important;
    }

        .panel.panel-expand > .panel-heading + div {
            margin-top: 29px;
        }

.panel-body-border {
    border-color: #5d6b79;
    border-width: 0px;
    border-style: solid;
    padding: 2px;
}

.panel-body {
    padding: 5px;
    border-bottom-color: #a4bed4;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #eef5f5;
}

a.rfAnchor {
    display: block;
    position: relative;
    top: -125px;
    visibility: hidden;
}

/*.panel-body .control-label {
        padding-top: 4px !important;
    }*/

.row > [class^=col-].ui-sortable {
    min-height: 0;
}

.error-text {
    color: red !important;
    font-size: 100%;
}

.error-content {
    background-color: #274a69;
}

#footer-logo {
    display: table-cell;
    padding-right: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.3;
    background: url("../imgProject/LogoFooter.png") center center no-repeat;
    width: 35px;
    height: 35px;
}

#footer-text {
    display: table-cell;
    font-size: 10px;
    vertical-align: middle;
    color: #18355E;
    padding-left: 0px;
    line-height: 1.2;
}

#footer-logo img {
    width: 50px;
}


#footerContent {
    padding-top: 10px;
    padding-left: 0px;
    padding-bottom: 9px;
    border-top-style: solid;
    border-top-width: 1px;
    margin-top: 10px;
    border-color: #18355e;
}



.alert-success, .alert-danger, .alert-warning {
    box-shadow: 3px 3px 5px #064e50;
    border-radius: 1px;
}

.nobackface {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ui-front {
    z-index: 1020;
}

.custom-tab {
    background-color: #FFFFFF;
    padding-bottom: 10px;
    border-radius: 0 0 2px 2px;
}

.custom-tab-button {
    font-weight: 600;
    line-height: 20px;
    padding: 6px 12px;
    transition: all .1s ease-in-out;
    box-shadow: none !important;
    border-radius: 2px 2px 0 0 !important;
    background-color: #fff;
}

.custom-tab-button-active {
    background-color: white !important;
    color: black !important;
}

.FieldSet {
    border: 1px solid #aaaaaa;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.fs-types {
    background-color: #f9f9f9;
    border-radius: 2px !important;
}

.tab-close-icon {
    font-size: 13px;
    float: right;
    margin-top: 1px;
    margin-right: 3px;
}

.btn-tab-type {
    border-radius: 2px 2px 0 0 !important;
}

#lrIcons, #lrIconsVersion {
    display: none;
    margin: -3px -10px 0 0;
    font-size: 20px;
    float: right;
}

.delete-version-icon {
    top: 3px;
    color: red;
    position: absolute;
    margin-left: 6px;
}

.tab-wrap {
    position: relative;
    width: calc(100% - 60px);
    overflow-x: hidden;
    float: left;
    top: 2.6px;
    height: 34px;
}

.tab-wrap-versions {
    position: relative;
    width: calc(100% - 60px);
    overflow-x: hidden;
    float: left;
    top: 0.5px;
    height: 34px;
}

.tab-nasted {
    position: absolute;
    left: 0;
    width: 1000px;
}

.typeTabs {
    border-radius: 0 !important;
}

#btnVersions .custom-tab-button-active, #CustomerBtn .custom-tab-button-active {
    border-color: white !important;
}

.btn-version, .btn-customer-tab {
    border-color: rgb(69, 69, 69) !important;
}

.icon-align {
    cursor: pointer;
    font-size: 17px;
    color: black;
    margin-right: 3px;
}

#VersionData .jqx-grid-column-header div:not(.jqx-grid-group-column):not(.jqx-icon-close):not(.jqx-icon) {
    margin-top: 0px !important;
    padding-top: 0px;
    line-height: 1.23 !important;
}

#RoomData {
    border-color: #dfe4ea;
    background-color: #fafafa;
}

#typeBtnsWrapper .custom-tab-button-active {
    background-color: #fafafa !important;
    border-color: #dfe4ea !important;
    border-bottom-width: 0px;
}

.wrap-text-dot {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    display: inline-block;
    margin-top: 3px;
}

.viewOnly .wrap-text-dot {
    width: 100%;
}

#ProposalOptions label, #ProposalOptions span {
    font-size: 10px !important;
}

#ProposalOptions input {
    height: 16px !important;
}

.pad {
    padding-bottom: 2px !important;
    padding-right: 2px !important;
}


.chb-label, #ProposalOptions input[type=checkbox], #ProposalOptions input[type=radio], .chb-label-man {
    cursor: pointer;
}

.labelChecked {
    /*font-weight: bold;*/
    color: red;
}

#ProposalOptions .FieldSet {
    height: 100%;
}


@media only screen and (max-width: 760px) {
    #footerContent {
        display: none;
    }
}

@media (max-width: 680px) {
    #topPanel {
        width: 450px !important;
    }
}



@media (max-width: 768px) {
    .content {
        padding-top: 20px !important;
        padding-bottom: 25px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .login.login-with-news-feed .left-content {
        width: 100%;
    }

    #small-user-info {
        display: block !important;
    }

        #small-user-info .navbar-right {
            display: block !important;
        }

    .navbar-right {
        display: none !important;
    }

    .navbar-header {
        float: none;
        width: 100%;
        border-bottom: 0px solid transparent;
    }

    .navbar-toggle {
        display: block !important;
    }

    .navbar-inverse .navbar-header {
        border: none !important;
    }


    .footer {
        margin: 0 !important;
    }

    .page-header-fixed {
        padding-top: 66px;
    }
}


@media (min-width: 1920px) {
    .header {
        padding: 0px 0 !important;
    }
}

@media (min-width: 768px) {
    .form-group.row > .col-form-label {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .sm-m-l-5 {
        margin-left: 5px !important;
    }

    .sm-m-l-8 {
        margin-left: 8px !important;
    }
}


.w-110 {
    width: 110px !important;
}

.w-130 {
    width: 130px !important;
}

.w-90 {
    width: 90px !important;
}

.w-70 {
    width: 70px !important;
}

.w-60 {
    width: 60px !important;
}

@media (max-width: 1200px) {
    .col-lx-less-d-n {
        display: none;
    }
}

@media (min-width: 1200px) {
    .col-xl-1--5 {
        width: 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1--7 {
        width: 14.16667%;
        flex: 0 0 14.16667%;
        max-width: 14.16667%;
    }
}

@media (min-width: 1200px) {
    .col-xl-2--8 {
        width: 23.33333%;
        flex: 0 0 23.33333%;
        max-width: 23.33333%;
    }
}

.invoice-worksheet-cb .jqx-checkbox-default {
    margin-top: 0px !important;
}

.invoice-worksheet-cb {
    line-height: 18px !important;
    color: white !important;
    margin-top: -4px !important;
    background-color: transparent !important;
}



.gridRowBGLightRed {
    background-color: #ead7d9 !important;
}

.d-flex {
    display: flex;
}

.break-line {
    width: 230px;
    height: 1px;
    position: absolute;
    background-color: #a6a096;
    top: 60px;
    right: -10px;
}

.text-bold {
    font-weight: bolder;
}


#gridRepair .jqx-grid-column-header div div,
#gridReportingMachineShopAdHoc .jqx-grid-column-header div div {
    margin-top: 2px !important;
}


#gridRepair .jqx-grid-column-header,
#gridReportingMachineShopAdHoc .jqx-grid-column-header {
    font-size: 11px;
}

    #gridRepair .jqx-grid-column-header:not(.jqx-grid-columngroup-header) div div,
    #gridReportingMachineShopAdHoc .jqx-grid-column-header:not(.jqx-grid-columngroup-header) div div {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        height: 100% !important;
        padding-top: 140px;
    }

#gridRepair .jqx-grid-columngroup-header,
#gridReportingMachineShopAdHoc .jqx-grid-columngroup-header {
    font-weight: bold;
}

#gridRepair .jqx-grid-column-header:not(.jqx-grid-columngroup-header) span,
#gridReportingMachineShopAdHoc .jqx-grid-column-header:not(.jqx-grid-columngroup-header) span {
    display: block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    text-align: left;
}


#gridRepair .jqx-grid-column-header:not(.jqx-grid-columngroup-header),
#gridReportingMachineShopAdHoc .jqx-grid-column-header:not(.jqx-grid-columngroup-header) {
    height: 204px !important;
}


#gridRepair .jqx-grid-header,
#gridReportingMachineShopAdHoc .jqx-grid-header {
    height: 230px !important;
}

#gridRepair .jqx-grid-column-header,
#gridReportingMachineShopAdHoc .jqx-grid-column-header {
    color: black !important;
}


    #gridRepair .jqx-grid-column-header div div,
    #gridReportingMachineShopAdHoc .jqx-grid-column-header div div {
        margin-top: 2px !important;
    }


#gridRepair .jqx-grid-column-header,
#gridReportingMachineShopAdHoc .jqx-grid-column-header {
    font-size: 11px;
}

    #gridRepair .jqx-grid-column-header:not(.jqx-grid-columngroup-header) div div,
    #gridReportingMachineShopAdHoc .jqx-grid-column-header:not(.jqx-grid-columngroup-header) div div {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        height: 100% !important;
        padding-top: 140px;
    }

#gridRepair .jqx-grid-columngroup-header,
#gridReportingMachineShopAdHoc .jqx-grid-columngroup-header {
    font-weight: bold;
}

#gridRepair .actionButtons,
#gridReportingMachineShopAdHoc .actionButtons {
    text-align: center;
    margin-top: 3px;
}

.BlueGridHeader {
    background-color: rgb(178 203 232) !important;
}

.blueGridHeader {
    background-color: #d0ffff !important;
}

/*rgb(178 203 232)*/
.GreenGridHeader {
    background-color: #C4D79B !important;
}

.ddlItemRED, .ddlItemREDParent {
    background-color: red !important;
    color: white !important;
}

    .ddlItemRED input {
        color: black;
    }

.ddlBlack {
    background-color: rgb(0, 0, 0) !important;
    color: white !important;
}

.ddlBrown {
    background-color: rgb(165, 42, 42) !important;
    color: white !important;
}

.ddlDarkOliveGreen {
    background-color: rgb(85, 107, 47) !important;
    color: white !important;
}

.ddlDarkGreen {
    background-color: rgb(0, 100, 0) !important;
    color: white !important;
}

.ddlIndigo {
    background-color: rgb(75, 0, 130) !important;
    color: black !important;
}

.ddlMidnightBlue {
    background-color: rgb(25, 25, 112) !important;
    color: white !important;
}

.ddlDarkBlue {
    background-color: rgb(0, 0, 139) !important;
    color: white !important;
}

.ddlDimGray {
    background-color: rgb(105, 105, 105) !important;
    color: black !important;
}

.ddlMaroon {
    background-color: rgb(128, 0, 0) !important;
    color: black !important;
}

.ddlTomato {
    background-color: rgb(255, 99, 71) !important;
    color: black !important;
}

.ddlOlive {
    background-color: rgb(128, 128, 0) !important;
    color: black !important;
}

.ddlGreen {
    background-color: rgb(0, 128, 0) !important;
    color: black !important;
}

.ddlTeal {
    background-color: rgb(0, 128, 128) !important;
    color: black !important;
}

.ddlBlue {
    background-color: rgb(0, 0, 255) !important;
    color: black !important;
}

.ddlSlateBlue {
    background-color: rgb(106, 90, 205) !important;
    color: black !important;
}

.ddlGray {
    background-color: rgb(128, 128, 128) !important;
    color: black !important;
}

.ddlRed {
    background-color: rgb(255, 0, 0) !important;
    color: white !important;
}

.ddlOrange {
    background-color: rgb(255, 165, 0) !important;
    color: black !important;
}

.ddlLimeGreen {
    background-color: rgb(50, 205, 50) !important;
    color: black !important;
}

.ddlSeaGreen {
    background-color: rgb(46, 139, 87) !important;
    color: black !important;
}

.ddlAqua {
    background-color: rgb(208, 255, 255) !important;
    color: black !important;
}

.ddlCornflowerBlue {
    background-color: rgb(100, 149, 237) !important;
    color: black !important;
}

.ddlDarkViolet {
    background-color: rgb(148, 0, 211) !important;
    color: black !important;
}

.ddlSilver {
    background-color: rgb(192, 192, 192) !important;
    color: black !important;
}

.ddlPink {
    background-color: rgb(255, 192, 203) !important;
    color: black !important;
}

.ddlGold {
    background-color: rgb(255, 215, 0) !important;
    color: black !important;
}

.ddlYellow {
    background-color: rgb(255, 255, 0) !important;
    color: black !important;
}

.ddlLime {
    background-color: rgb(0, 255, 0) !important;
    color: black !important;
}

.ddlTurquoise {
    background-color: rgb(64, 224, 208) !important;
    color: black !important;
}

.ddlLightBlue {
    background-color: rgb(173, 216, 230) !important;
    color: black !important;
}

.ddlPurple {
    background-color: rgb(128, 0, 128) !important;
    color: white !important;
}

.ddlLightGray {
    background-color: rgb(211, 211, 211) !important;
    color: black !important;
}

.ddlHotPink {
    background-color: rgb(255, 105, 180) !important;
    color: black !important;
}

.ddlTan {
    background-color: rgb(210, 180, 140) !important;
    color: black !important;
}

.ddlKhaki {
    background-color: rgb(240, 230, 140) !important;
    color: black !important;
}

.ddlLightGreen {
    background-color: rgb(144, 238, 144) !important;
    color: black !important;
}

.ddlPaleTurquoise {
    background-color: rgb(175, 238, 238) !important;
    color: black !important;
}

.ddlLightSteelBlue {
    background-color: rgb(176, 196, 222) !important;
    color: black !important;
}

.ddlPlum {
    background-color: rgb(221, 160, 221) !important;
    color: black !important;
}

.ddlWhite {
    background-color: rgb(255, 255, 255) !important;
    color: black !important;
}
/*background-color: rgb(27, 54, 161);*/

.ddlItemYELLOW {
    background-color: yellow !important;
    color: black !important;
}

    .ddlItemYELLOW input {
        color: black;
    }

.ddlItemGREEN {
    background-color: green !important;
    color: white !important;
}

    .ddlItemGREEN input {
        color: black;
    }

.ddlItemWHITE {
    background-color: white !important;
    color: black !important;
}

    .ddlItemWHITE input {
        color: black;
    }

.ddlItemBLUE {
    background-color: blue !important;
    color: white !important;
}

    .ddlItemBLUE input {
        color: black;
    }

.ddlItemPURPLE {
    background-color: purple !important;
    color: white !important;
}

    .ddlItemPURPLE input {
        color: black;
    }

.ddlItemORANGE {
    background-color: orange !important;
    color: white !important;
}

    .ddlItemORANGE input {
        color: black;
    }


#gridTop .jqx-grid-column-header div div,
#gridBottom .jqx-grid-column-header div div,
#gridBHATop .jqx-grid-column-header div div,
#gridBHABottom .jqx-grid-column-header div div,
#gridCOTTop .jqx-grid-column-header div div,
#gridCOTBottom .jqx-grid-column-header div div {
    margin-top: 2px !important;
}

#gridTop .jqx-grid-column-header,
#gridBottom .jqx-grid-column-header,
#gridCOTTop .jqx-grid-column-header,
#gridCOTBottom .jqx-grid-column-header {
    font-size: 11px;
}

#gridBHATop .jqx-grid-column-header,
#gridBHABottom .jqx-grid-column-header {
    font-size: 11px;
    background: #e8e8e8;
    color: black;
    font-weight: normal;
}

#gridTop .jqx-grid-column-header:not(.jqx-grid-columngroup-header) div div,
#gridBottom .jqx-grid-column-header:not(.jqx-grid-columngroup-header) div div,
#gridCOTTop .jqx-grid-column-header:not(.jqx-grid-columngroup-header) div div,
#gridCOTBottom .jqx-grid-column-header:not(.jqx-grid-columngroup-header) div div {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    height: 100% !important;
    padding-top: 140px;
}

#gridTop .jqx-grid-columngroup-header,
#gridBottom .jqx-grid-columngroup-header,
#gridCOTTop .jqx-grid-columngroup-header,
#gridCOTBottom .jqx-grid-columngroup-header {
    font-weight: bold;
}

#gridTop .jqx-grid-column-header:not(.jqx-grid-columngroup-header) span,
#gridBottom .jqx-grid-column-header:not(.jqx-grid-columngroup-header) span,
#gridCOTTop .jqx-grid-column-header:not(.jqx-grid-columngroup-header) span,
#gridCOTBottom .jqx-grid-column-header:not(.jqx-grid-columngroup-header) span {
    display: block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    text-align: left;
}

#gridTop .jqx-grid-column-header:not(.jqx-grid-columngroup-header),
#gridBottom .jqx-grid-column-header:not(.jqx-grid-columngroup-header),
#gridCOTTop .jqx-grid-column-header:not(.jqx-grid-columngroup-header),
#gridCOTBottom .jqx-grid-column-header:not(.jqx-grid-columngroup-header) {
    height: 200px !important;
}

#gridTop .jqx-grid-header,
#gridBottom .jqx-grid-header,
#gridCOTTop .jqx-grid-header,
#gridCOTBottom .jqx-grid-header {
    height: 230px !important;
}

#gridTop .jqx-grid-column-header, #gridBottom .jqx-grid-column-header,#gridCOTTop .jqx-grid-column-header, #gridCOTBottom .jqx-grid-column-header {
    color: black !important;
    background-color: rgb(232, 232, 232);
}

    #gridRepair .jqx-grid-column-header:not(.jqx-grid-columngroup-header),
    #gridReportingMachineShopAdHoc .jqx-grid-column-header:not(.jqx-grid-columngroup-header),
    #gridTop .jqx-grid-column-header:not(.jqx-grid-columngroup-header),
    #gridBottom .jqx-grid-column-header:not(.jqx-grid-columngroup-header),
    #gridCOTTop .jqx-grid-column-header:not(.jqx-grid-columngroup-header),
    #gridCOTBottom .jqx-grid-column-header:not(.jqx-grid-columngroup-header) {
        font-weight: normal !important;
    }

.NotRotate {
    -webkit-transform: rotate(0deg) !important;
    padding-top: 20px;
    text-align: center !important;
}

.close {
    cursor: pointer;
}

.pace .pace-progress {
    top: 63px;
}

.pace .pace-activity {
    top: 77px;
}

.jobNbr-info {
    font-weight: bold;
    color: #18355e;
    font-size: 15px;
}

.gal-img {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 400px;
    min-height: 400px;
}

#gallery, #jp_gallery, #jd_gallery {
    min-height: 500px;
    padding-left: 30px;
    padding-right: 30px;
}

    #gallery .sect-gal, #jp_gallery .sect-gal, #jd_gallery .sect-gal, #gallerryItemView .sect-gal {
        min-width: 460px;
        max-width: 500px;
        margin: 5px auto;
        padding: 5px;
        position: relative;
    }

#min_witdh #jp_gallery .sect-gal, #min_witdh #gallerryItemView .sect-gal {
    min-width: 430px !important;
}

.gal-cont {
    padding: 3px;
    border: 1px solid black;
}

#jp_addPhotoClick, #jd_addPhotoClick, .btnAddVideo button {
    margin-bottom: 0 !important;
    border: 1px;
    padding: 2px 5px !important;
    font-size: 12px;
    width: 100px !important;
    border-radius: 0px;
    line-height: 1.5 !important;
    border-style: solid;
    border-color: black;
}

.btnAddVideo .jqx-fill-state-hover, .btnAddVideo .jqx-fill-state-focus, .btnAddVideo .jqx-widget:focus {
    background: #898484 !important;
    color: white !important;
}


.jqx-file-upload-button-browse {
    display: none !important;
}

.jqx-file-upload-file-row {
    display: none !important;
}

.jqx-file-upload-buttons-container {
    display: none !important;
}

.btnr {
    border: 1px;
    outline: none;
    color: black !important;
    background-color: #d8d4d4;
    cursor: pointer;
    padding: 2px 5px !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    border-color: black;
    border-style: solid;
}

    .btnr.as {
        background-color: #666;
        color: white !important;
    }

#galPage {
    color: #666666;
}

.jobHeaderInfo {
    color: #18355e;
    font-weight: bold;
    font-size: 14px;
    padding-left: 0;
}

.jobHeaderInfoDark {
    color: #1B2358 !important;
}

.jobInfoLabel {
    border: 1px solid #ababab !important;
    background: #D8DCD8;
    padding-left: 2px;
    height: 24px;
}

#gridEquipment .jqx-widget-header {
    height: 35px !important;
}

/*#gridEquipment .jqx-widget-header div {
        margin-top: 0px !important;
        padding-top: 2px !important;
        line-height: 1 !important;
    }*/

#canvas {
    display: none;
}

.noData {
    margin: 0px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #18355e;
}

.ui-datepicker-calendar {
    display: none;
}

button.ui-datepicker-current, button.ui-datepicker-close {
    border-radius: 3px !important;
    border-color: #348fe2 !important;
    background: #348fe2 !important;
    color: #ffffff !important;
    opacity: 1 !important;
    font-weight: normal !important;
}

.ui-datepicker-month, .ui-datepicker-year {
    font-size: 12px;
    font-weight: normal;
}

#dtiDate {
    font-size: 13px;
    border: 1px solid #c7c7c7;
    width: 70px;
    height: 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

#ui-datepicker-div {
    z-index: 100 !important;
}

.modal-dialog .app-fieldset {
    border-color: #9e1e2d !important;
}

.duplicatedSerialNbr {
    background-color: yellow !important;
    color: red !important;
}
    .duplicatedSerialNbr input {
        color: red;
    }
