@import url(bootstrap/bootstrap.min.css);
@import url(site.css);

/*@import*/
body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    font-weight: 400;
}

.backcolorDEV {
    background-color: #94E8FD;
}

.backcolorQA {
    background-color: #FDF782;
}

.backcolorUAT {
    background-color: #FFC0FF;
}

.backcolorPROD {
    background-color: #FFFFFF;
}

.nav-link {
    display: block;
    padding: 0.1rem 0.1rem !important;
    margin-left: 25px !important;
    font-size: 14px !important;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
}

.SearchCellBoxHeading {
    border-RIGHT: 1px solid #000000;
    border-TOP: 1px solid #000000;
    border-LEFT: 1px solid #000000;
    COLOR: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    border-BOTTOM: 1px solid #000000;
    text-align: center;
    background-color: lightgrey;
}

.AlertBoxBlack {
    BORDER-RIGHT: #000000 thin solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #000000 thin solid;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 1px;
    VERTICAL-ALIGN: top;
    BORDER-LEFT: #000000 thin solid;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: #000000 thin solid;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left
}

.SearchCellBox {
    border-RIGHT: 1px solid #000000;
    border-TOP: 1px solid #000000;
    border-LEFT: 1px solid #000000;
    COLOR: black;
    border-BOTTOM: 1px solid #000000;
}

.navbar {
    padding: 15px 10px;
    /*background: #fff;*/
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
    /*float : right !important;*/
    color: white;
    position: absolute !important; /*added tis to bring left side*/
    margin-left: 20px !important; /*added tis to alogn left side*/
    z-index: 1000 !important;
    display: block !important;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 220px;
    max-width: 220px;
    background: #2C4F9F;
    color: #fff;
    transition: all 0.3s;
    margin-left: -35px;
}

    #sidebar.active {
        margin-left: -220px;
    }

    #sidebar .sidebar-header {
        padding: 20px 20px 20px 20px;
        background: #2C4F9F;
    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 0px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #2C4F9F;
            background: #fff;
        }

    #sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #fff;
        background: #2C4F9F;
    }

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #2C4F9F;
}

.sidebar-header p {
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    margin: 3px 0 0;
    color: #ccc;
}

    .sidebar-header p span {
        color: #fff;
    }

.table_data {
    border: 2px solid #FAFAFA;
    font-size: 11px;
}

.table-header {
    background: #2C4F9F;
    color: #fff;
    padding: 10px 0;
}

    .table-header p, .table-row p {
        margin: 0;
        text-align: center;
    }

.table-row {
    padding: 10px 0;
}

    .table-row.odd {
        background: #D8D8D8;
    }

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
    width: 100%;
    overflow-x: hidden;
}

.header_bx {
    padding: 5px 0;
    width: auto;
}

    .header_bx h2 {
        padding: 10px 10px;
        margin: 0;
        color: #2C4F9F;
        font-size: 23px;
    }

    .header_bx label {
        padding: 12px 10px;
        margin: 0;
        font-weight: 200;
    }

    .header_bx .btn {
        margin: 8px 0 6px;
        background: #2C4F9F;
        text-transform: uppercase;
        font-size: 11px;
        padding: 10px 15px;
    }

    .header_bx input[type=search] {
        border: 1px solid #2C4F9F;
        height: 15px;
        margin: 8px 0 6px;
        color: #2C4F9F;
    }

.date_bx {
    background: #2C4F9F;
    color: #fff;
    padding: 1px 0;
    width: auto;
}

    .date_bx .glyphicon {
        float: left;
        margin: 7px;
    }

    .date_bx p {
        padding: 7px 5px;
        margin: 0;
        text-align: center;
    }

    .date_bx .btn {
        padding: 0;
        float: left;
        background: none !important;
        margin: 2px 0;
        font-size: 1.2em;
    }

.orders_main, .account_num, .create_order {
    padding: 0px 35px 10px;
}

.heading {
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    color: #2C4F9F;
    padding: 15px;
}

.order_bx {
    padding: 30px 20px 0;
    text-align: center;
    border: 1px solid #CDDEEC;
    margin: 10px;
    color: #2C4F9F;
}

    .order_bx h2 {
        padding: 25px 0;
        font-weight: bold;
    }

    .order_bx sup {
        top: -.9em;
        font-size: 50%;
    }

    .order_bx p {
        font-size: 13px;
        font-weight: bold;
        margin: 0;
        Padding: 5px 0 0;
    }

    .order_bx .btn {
        margin: 0 0 8px;
        font-size: 12px;
        padding: 10px 21px;
        background: #2C4F9F;
    }

    .order_bx .btn-default {
        border: 2px solid #2C4F9F;
        padding: 10px 15px;
        color: #2C4F9F;
        padding: 10px 15px;
        background: #fff;
    }

.btn {
    background: #2C4F9F;
}

.create_order input {
    border: 2px solid #2C4F9F;
    border-radius: 10px;
    background: #F1F9FF;
    color: #2C4F9F;
    text-align: center;
}

.create_order p label {
    font-weight: normal;
}

.create_order {
    color: #2C4F9F;
}

.table_data.one {
    border: none;
    margin-bottom: 30px;
}

    .table_data.one input {
        width: 90%;
        border-radius: 0;
        background: #fff;
        border: 1px solid #2C4F9F;
    }

    .table_data.one .table-header P {
        font-size: 11px;
        font-weight: bold;
    }

    .table_data.one .btn {
        display: block;
        width: 100%;
        background: #2C4F9F;
        text-transform: uppercase;
        font-size: 12px;
    }

    .table_data.one .floatRight {
        float: right;
        position: relative;
        right: 13px;
        font-size: 16px;
    }

    .table_data.one p {
        margin: 3px 0;
    }

    .table_data.one .table-row {
        padding: 7px 0;
    }

.table_data a {
    text-decoration: underline;
}

    .table_data a.btn {
        text-decoration: none;
    }

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }

    .order_bx {
        min-height: 290px;
    }

    .date_bx .btn {
        padding: 0;
        float: left;
        background: none;
        margin: 2px 0;
        font-size: 2em;
    }

    .table-row p {
        margin: 0;
        text-align: left;
        padding: 3px 10px;
    }

        .table-row p span {
            font-weight: bold;
            float: left;
            margin: 0 7px 0 0;
        }

    .table_data.one .floatRight {
        float: right;
        position: relative;
        right: 89px;
    }

    .create_order .btn-xs {
        margin: 10px 0 0;
    }
}

@media (max-width: 1024px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }
}

@media (max-width: 400px) {
    .table_data.one .floatRight {
        right: 59px;
    }
}

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 248px;
    left: 55%;
    position: absolute;
}

.spinnerdev {
    width: 115%;
    height: 106.7%;
    top: 32%;
    left: -16%;
    position: absolute;
    margin-top: -250px;
    min-width: 1000px;
    position: absolute;
    min-height: 100vh !important;
    min-width: 105vh !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #2C4F9F;
}

li {
    float: right;
}

    li a, .dropbtn {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

        li a:hover, .dropdown:hover .dropbtn {
            background-color: lightgray;
        }

    li.dropdown {
        display: inline-block;
    }

/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

    /* Style the links inside the navigation bar */
    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

/* Add an active class to highlight the current page */
.active {
    background-color: #04AA6D;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
    z-index: 3;
    overflow: auto;
    position: absolute;
}

    /* Style the dropdown button to fit inside the topnav */
    .dropdown .dropbtn {
        font-size: 17px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: fixed;
    background-color: #2C4F9F;
    min-width: 50px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
}

    /* Style the links inside the dropdown */
    .dropdown-content a {
        font-size: 12px !important;
        float: none;
        color: white;
        padding: 0px 5px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
}

.rz-menu:not(.rz-profile-menu) {
    background-color: none;
}

.dropdown-content a:hover .rz-menu:not(.rz-profile-menu) {
    background-color: white !important;
    color: #2C4F9F;
}

/* Add a grey background to dropdown links on hover */
/*.dropdown-content a:hover {
    background-color: white;
    color: white;
}*/

.rz-button.btn-primary, .btn-primary.rz-paginator-element {
    color: #fff !important;
    background-color: #286090 !important;
    border-color: #204d74 !important;
}

.rz-button.rz-button-md.btn-primary {
    font-size: 18px !important;
    height: 30px;
    margin-left: 50px;
}

.btn-primary:hover {
    background-color: #ff6d41 !important;
    color: #ffffff !important;
}
/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
    display: block;
    color: white;
}

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
    z-index: 2000;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.rz-grid-table {
    /*padding: 10px !important;*/
    /*font-size: large;*/
    overflow: hidden !important;
}

.rz-data-grid-data {
    overflow: hidden !important;
}

.navbar navbar-expand-lg {
    float: left !important;
    position: absolute;
    color: white;
    display: block !important;
}

.table-foreach {
    padding: 0px 0px 41px 7px;
    background-color: #2C4F9F;
    color: white;
}

.navbar-light .navbar-nav .nav-link {
    color: white !important;
}

.rz-dropdown-items li {
    color: white;
}

.rz-dropdown-item, .rz-menuitem, .rz-autocomplete-list-item, .rz-multiselect-item, .rz-dropdown-items li, .rz-autocomplete-items li, .rz-multiselect-items li {
    color: white !important;
    text-align: left !important;
}

.rz-panel-menu {
    background-color: #2C4F9F !important;
    text-align: center;
    font-size: 15px;
}

.row {
    display: block !important;
}

.rz-menu:not(.rz-profile-menu) {
    background-color: #2C4F9F !important;
}

.navbar-light .navbar-nav .nav-link {
    margin-left: 40px;
}

.pull-right {
    float: right !important;
}

.table-foreach {
    width: auto;
    margin-left: 20px;
    margin-top: 5px;
    margin-right: 20px;
    height: auto;
}

.CellLabelRight {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: right
}

.CellHeadingBlack {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.CellHeadingBlack {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.ReadOnly {
    FONT-WEIGHT: normal;
    FONT-SIZE: 11pt;
    COLOR: #0000cc;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left
}

.ReadOnlyTxn {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: #0000cc;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left
}

.table-accDetails {
    padding: 0px 0px 41px 7px;
    width: auto;
    margin-left: 40px;
    margin-top: 10px;
    margin-right: -50px;
    height: auto;
    FONT-SIZE: 11pt;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bold;
    COLOR: #0066cc;
    TEXT-DECORATION: none
}

.rz-panel-menu {
    width: 208px !important;
}

.rz-dropdown-item {
    /* width: 95px;*/
    font-size: inherit !important;
}

.rz-dropdown-items-wrapper {
    /*width: 150px;*/
    background-color: none;
    color: #2C4F9F;
    text-align: left !important;
}

.rz-dropdown-items rz-dropdown-list {
    background: white !important;
}

.navbar {
    min-height: 10px;
}

/*    .navbar a {
        font-size: 12px;
    }*/
.navbar-nav > li > a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.navbar {
    min-height: 10px !important
}

.dropdown-toggle::after {
    content: none !important;
}

.dropdown {
    display: inline;
}

.container-fluid {
    min-height: 10px !important;
}

.rz-navigation-item-link:hover {
    background-color: white;
    color: blue;
    cursor: pointer;
}

.dropdown-content a:hover .dropdown-item {
    background-color: white !important;
}

.rz-panel-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    overflow: auto;
    color: #2C4F9F;
    background-color: white;
    background: white;
}

.tableGrid {
    /*position: fixed;*/
    width: auto;
    height: auto;
    /*z-index: 15;*/
    /* margin: -100px 0 0 -150px;*/
    border: 3px solid #D3D3D3;
    /* padding: 10px 10px 10px 10px;*/
    margin-left: 5px;
    margin-top: 10px;
}

.rz-paginator-pages {
    margin-bottom: 40px;
}

.rz-paginator {
    /*height: 80px;*/
}
/*.rz-dropdown-items rz-dropdown-list {
    background-color: white !important;
    color: #2C4F9F
}*/
.rz-dropdown-items, .rz-autocomplete-items, .rz-multiselect-items {
    background: white;
}
/*.rz-dropdown-item:hover .rz-dropdown-items li:hover {
    background-color: lightgray !important;
}*/
li:hover rz-dropdown-item {
    background-color: #D8D8D8 !important;
}

li.rz-dropdown-item {
    background-color: white;
    color: black !important;
}

.rz-panel-menu:hover {
    background-color: white !important;
    color: #2C4F9F;
}

.rz-panel-menu {
    padding: 0.625rem 0 !important;
}

.rz-paginator-first {
    background-color: #479cc8 !important;
    color: white !important;
}

.rz-paginator-prev {
    background-color: #479cc8 !important;
    color: white !important;
}

.rz-state-disabled {
    background-color: white !important;
    color: white !important;
}

.rz-textbox {
    font-size: 15px !important;
}
/*.rz-menu rz-menu-closed {
    background:none !important;
}
.rz-datatable-data td .rz-cell-data {
    font-size: 14px;
}*/
.sideBar {
    text-decoration: none;
    background-color: transparent !important;
    position: fixed !important;
}

.report-area {
    margin-left: 20px;
    margin-right: 20px;
    height: 100%;
    margin-top: 10px;
}

.pdf-frame {
    width: 100%;
    height: 750px;
    display: flex;
}

div.col-xs-1 {
    width: 10.33333333%;
}

.alert {
    padding: 20px;
    background-color: #FAFAFA;
    color: black;
}

.closebtn {
    margin-left: 15px;
    color: black;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .closebtn:hover {
        color: black;
    }

.navbar navbar-expand-lg navbar-light bg-light {
    float: left !important;
    position: absolute;
    padding-left: 6rem;
}

.rz-datatable-data td .rz-cell-data, .rz-grid-table td .rz-cell-data {
    font-size: 12px !important;
}

.rz-navigation-item-link {
    padding-left: 32px !important;
    font: bold;
}

.rz-column-title {
    font-size: 12px !important;
    font-weight: 700 !important;
}

.rz-data-grid {
    border: none !important;
}

.rz-dropdown-label {
    font-weight: unset !important;
}

.rz-menu:not(.rz-profile-menu):hover {
    background-color: white !important;
    color: #2C4F9F;
}
/*li.dropdown :hover {
    background-color: white !important;
}
*/
li.dropdown a:hover {
    background-color: white !important;
    color: #2C4F9F;
}

.rz-calendar .rz-inputtext {
    height: auto !important;
    /*  line-height: 2.5rem!important;*/
    font-size: inherit !important;
}

.navbar-nav li a:hover {
    color: #2C4F9F !important;
}

.ReportName {
    FONT-SIZE: 12pt;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bold;
    COLOR: darkblue;
    TEXT-DECORATION: none
}

.DataGrid {
    /* This is used in detail pages. */
    BORDER-RIGHT: #333333 1px solid;
    BORDER-TOP: #333333 1px solid;
    BORDER-LEFT: #333333 1px solid;
    BORDER-BOTTOM: #333333 1px solid;
    BACKGROUND-COLOR: #ebebeb
}

.rz-dropdown-trigger .rzi {
    height: 2.1875rem !important;
    width: 2.1875rem !important;
    font-size: 2.1875rem !important;
    margin: 0 0.5rem 0 0 !important;
}

/*.rz-column-title {
    display: none !important;
}

.rz-sortable-column-icon .rzi-grid-sort .rzi-sort {
    display: none !important;
}

.rz-grid-table thead th {
    display: none !important;
}*/

/*.rz-dropdown-panel rz-popup .rz-grid-table thead th .rz-column-title
 {
    display: none !important;
}*/

/*.tableGrid .rz-grid-table thead th {
    display: block !important;
}

.tableGrid .rz-grid-table thead tr {
    display: flex !important;
    width: 1376px !important;
    height: 25px;
}

    .tableGrid .rz-grid-table thead tr th {
        display: flex !important;
        width: 405px !important;
        height: 30px;
    }

.tableGrid .rz-column-title {
    display: block !important;
}

.tableGrid.rz-sortable-column-icon .rzi-grid-sort .rzi-sort {
    display: block !important;
}

.report-area .rz-grid-table thead th {
    display: block !important;
}

.report-area .rz-grid-table thead tr {
    display: flex !important;
    width: 1066px !important;
    height: 25px;
}

    .report-area .rz-grid-table thead tr th {
        display: flex !important;
        width: 650px !important;
        height: 30px;
    }

.report-area .rz-column-title {
    display: block !important;
    font-size :medium !important;
    width :auto !important;
}

.report-area .rz-sortable-column-icon .rzi-grid-sort .rzi-sort {
    display: block !important;
}
*/
.margin15px {
    margin-bottom: 0px;
}

/*#region Detail Pages Styles*/

.HDR_DTL_HEADER {
    font-size: 8.0pt;
    font-weight: 700;
    font-style: normal;
    font-family: Arial;
    background-color: lightgray;
    text-align: center;
    vertical-align: middle;
}

.GEN_CLASS {
    font-size: 8.0pt;
    font-weight: 000;
    font-style: normal;
    font-family: Arial;
    text-align: general;
    vertical-align: middle;
}

.DenoTable {
    PADDING: 0px;
    MARGIN: 1px;
    VERTICAL-ALIGN: middle;
    border-collapse: collapse;
    border-color: Black;
}

.DenoCellLabel {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left;
    PADDING: 0px;
    MARGIN: 1px;
    VERTICAL-ALIGN: middle;
    border-color: Black;
    PADDING: 2px;
    background-color: lightgray;
}

.DenoLabelRight {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: right;
    VERTICAL-ALIGN: middle;
    border-color: Black;
    PADDING: 2px;
}

.DenoLabelCenter {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: center;
    VERTICAL-ALIGN: middle;
    border-color: Black;
    PADDING: 2px;
    background-color: lightgray;
}

.DenoReadOnly {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left;
    VERTICAL-ALIGN: middle;
    border-color: Black;
    PADDING: 2px;
}

.DenoReadOnlyRight {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-ALIGN: right;
    VERTICAL-ALIGN: middle;
    border-color: Black;
    PADDING: 2px;
}

.DenoReadOnlyRightHighLight {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-ALIGN: right;
    VERTICAL-ALIGN: middle;
    border-color: Black;
    background-color: #ebebeb;
    PADDING: 2px;
}

.DenoReadOnlyCenter {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-ALIGN: center;
    VERTICAL-ALIGN: middle;
    border-color: Black;
    PADDING: 2px;
}

.DenoCell {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    VERTICAL-ALIGN: middle;
}

.CellLabel {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left
}

.greybgd {
    BACKGROUND-COLOR: #cccccc;
}

.HeaderTable-DetailsPage {
    background-color: #2c4f9f;
    margin-bottom: 15px;
    color: darkblue;
    font-size: 16px;
}

.HeaderTable-OrderDetailsPage {
    background-color: #ebebeb;
    margin-bottom: 15px;
    color: darkblue;
    font-size: 16px;
}

.CellLabelHeaderTable {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: white;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left
}

.ReadOnlyHeaderTable {
    FONT-WEIGHT: normal !important;
    FONT-SIZE: 10pt;
    COLOR: white;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left
}

.ReadOnlyHeaderTable_ODR {
    FONT-WEIGHT: normal !important;
    FONT-SIZE: 9pt;
    COLOR: blue;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left
}

.TableMargin {
    margin-bottom: 10px;
    margin-top: 10px;
}

.CellLabelRightHeaderTable {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: white;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: right
}

.CellLabelLeftHeaderTable {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: white;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left
}

.CellLabelRightHeaderTable_ODR {
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: right
}

.CellLabelLeftHeaderTable_ODR {
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left
}

.lableHeader {
    FONT-WEIGHT: normal !important;
}

.cellbody {
    FONT-SIZE: 10pt;
    LINE-HEIGHT: 13pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.Width60P {
    width: 60%;
}

.Width30P {
    width: 30%;
}
/*#endregion Detail Pages Styles*/

.rowOdd {
    background-color: white;
}

.rowEven {
    background-color: #dfe7eb;
}

.RightAlign {
    text-align: right;
}

.PageTitle {
    text-align: left;
    font-size: 12pt;
    color: #333333;
    font-weight: bold;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.HRed {
    color: Red;
}

.DataGridHeader {
    BACKGROUND: #333333;
    FONT: 10pt Verdana, Arial, Helvetica, sans-serif;
    COLOR: #ffffff;
    TEXT-DECORATION: none
}

.DataGridItemStyle {
    FONT: 10px/11pt Verdana, Arial, Helvetica, sans-serif;
    COLOR: #000000
}

.DataGridAlternatingItemStyle {
    BACKGROUND: #cccccc;
    FONT: 10px/11pt Verdana, Arial, Helvetica, sans-serif;
    COLOR: #000000
}

.AlignCenter {
    text-align: center
}

.rz-lookup-search {
}

.rz-paginator-pages {
    margin-bottom: 0px !important;
}

.body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    line-height: 1.18 !important;
}

.popup {
    left: 0% !important;
    width: 100% !important;
    height: 85% !important;
    top: 15% !important;
    padding-top: 40px;
    padding-left: 100px;
    position: absolute !important;
}

.rz-cell-filter .rz-cell-filter-label > input {
    font-size: 1.2125rem !important;
    height: 18px !important;
}

.rz-grid-table thead tr:nth-of-type(2) th {
    top: 0px !important;
}

.rz-cell-filter .rz-cell-filter-label {
    height: 18px !important;
}