﻿/* 
    *=====================================================================
    * Site.css acts as the overwrite CSS file across all Muse MVC projects
    * Use this for Repwise Management only styles
    *=====================================================================
*/

/*#region Native HTML elements*/
a:link,
a:visited,
a:active,
a:hover {
    color: #333;
}

a:hover {
    background-color: #c7d1d6;
}

header,
footer,
hgroup,
nav,
section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link,
    h5 a:visited,
    h5 a:active {
        padding: 0;
        text-decoration: none;
    }

input[type='checkbox']:before {
    background-color: transparent;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 1px;
    top: 1px;
}

input[type='checkbox']:checked:before {
    background-color: #7498d4;
}

input[type='checkbox'],
input[type='checkbox']:checked {
    content: "";
    -webkit-appearance: none;
    box-sizing: border-box;
    border: 1px solid #CCC !important;
    position: relative;
    cursor: pointer;
}

    input[type='checkbox']:focus {
        outline: none;
    }

.MuseFilterSummaryDropDownItem input[type='checkbox'] {
    margin: 0 5px 0 0;
}

.k-radio:checked + .k-radio-label:after {
    background-color: #97C737;
    content: "";
    width: 9px !important;
    height: 9px !important;
    position: absolute;
    box-sizing: border-box;
    top: 3px;
    left: 3px;
}

.k-radio-label:before {
    box-sizing: border-box;
    width: 15px;
    height: 15px;
}

/*#endregion Native HTML elements*/

/*#region MusePageHeader */
header .content-wrapper {
    padding-top: 20px;
}

.PageHeader .MusePageHeader {
    background-color: white;
}

.BurgerMenuIcon {
    background-color: white;
}

.MusePageHeader .bar1,
.MusePageHeader .bar2,
.MusePageHeader .bar3 {
    background-color: #7498d4;
}

.MusePageGridHeaderName {
    color: white;
}

input[forcedcontrolid='btnShowMore'] {
    min-width: 100px !important;
    font-size: 12px !important;
    color: #CCC;
}

    input[forcedcontrolid='btnShowMore']:hover {
        color: #97C737;
    }


/*#endregion MusePageHeader */

input[forcedcontrolid='SubItemGrid'] {
    background-color: black;
}

/*#region main layout */
.content-wrapper {
    margin: 0 auto;
}

div[id^='MuseFormGrid_MedpagesMergeCustomerss'] > .k-grid-content > .k-scrollbar {
    display: none;
}

html {
    overflow-x: hidden;
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    background: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}
/*#endregion main layout*/

/*#region site title */
.site-title {
    color: #c8c8c8;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }
/*#endregion site title*/

/*#region login */
#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}
/*#endregion login */

/*#region menu*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }
/*#endregion menu*/

/*#region page elements */

/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

.GridHeaderPanelItemContent {
    border-right: 0px;
}

#GHPItemContent_Search.GridHeaderPanelItemContent .MultiSelectItem:hover {
    background: #969696;
}

#GHPItemContent_Search.GridHeaderPanelItemContent .MultiSelectItem[selected=selected] {
    background: #9CCC3C;
}

    #GHPItemContent_Search.GridHeaderPanelItemContent .MultiSelectItem[selected=selected] label {
        color: white;
    }

div[class*='col-'] {
    padding: 0 15px;
}

/*#endregion page elements*/

/*#region contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}
/*#endregion contact */

/*#region forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 12px;
    font-weight: 500;
}

    label.checkbox {
        display: inline;
    }

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    margin-top: 0px;
}

input[type="submit"]:hover, input[type="button"]:hover, button:hover {
    background-color: #3b76ab;
    border-color: #3b76ab;
    color: white;
}

input[musebuttontype="Cancel"], input [musebuttontype="Close"] {
    background-color: white;
    border: 1px solid #cccccc;
    color: #333333;
}

.SearchToggle {
    background-color: #97C737 !important;
    color: white !important;
}

td input[type="submit"], td input[type="button"], td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

tbody td[role='gridcell'] {
    font-weight: 500 !important;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    white-space: normal;
}

.MusePanel
div[id*='MusePanelContent_Panel_']
.MusePanel
div[id*='MusePanelContent_Panel_']
.MusePanelTitle {
    font-size: 14px;
    font-weight: 400;
    padding: 0;
}

.UpperPosition {
    font-weight: 500;
}

.MuseDataGridFilterContainer .UpperPosition,
.GridHeaderPanelItemContent .UpperPosition {
    font-weight: 500;
    color: #9ccc3c;
}

.MuseTextControlTitle + input.k-textbox, .MuseTextControlTitle + select {
    font-size: 13px !important;
    font-weight: 600;
    height: 42px;
    width: 100%;
    box-shadow: none;
    outline: none;
}

.MuseTextControlTitle + .k-numerictextbox .k-numeric-wrap .k-input,
.MuseTextControlTitle + .k-datepicker .k-picker-wrap .k-input {
    font-size: 13px;
    font-weight: 600;
}

.MusePanel div[forcedcontrolid='CustomerAddAssignPanel'] .MusePanelTitle {
    font-size: 15px !important;
    font-weight: 600 !important;
}

.k-input[musesubtype='AutoCompleteDropDown'] {
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #e2e2e2;
}

.k-menu .k-item > .k-link {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-indent: 0 !important;
    line-height: 30px !important;
}

ul.MuseKebabMenu > li.k-item > .k-link {
    padding: 0px 15px 0 15px !important;
}

.MultiLineCol .MuseKebabMenu.k-widget > li.k-item > span > img {
    left: 0;
}

.MuseFormTitle {
    background-color: #d9eefc !important;
    z-index: 2;
    display: inline-flex !important;
}

    .MuseFormTitle > * {
        z-index: 10 !important;
    }

    .MuseFormTitle span {
        height: -webkit-fill-available;
        position: relative;
        top: 0;
        bottom: 0;
        vertical-align: middle;
        color: #324d7a;
    }

    .MuseFormTitle .MusePanel {
        background-color: transparent;
    }

.MultiLineCol .MuseFormDropDown {
    border: none;
    text-indent: 3px !important;
}

.MultiLineCol:not(:first-of-type) {
    border-left: 1px solid #e2e2e2;
    padding: 0px 5px 0 10px;
}

.MultiLineCol .UpperPosition {
    margin-left: 4px !important;
}

.MultiLineEditRow {
    font-size: 12px;
    font-weight: 500;
    padding: 0 5px 0 5px !important;
    margin: 0;
    box-sizing: border-box;
}

.MultiLineEditCol .MuseFormDropDown {
    height: 40px;
    font-size: 12px;
    text-indent: 0px;
    white-space: nowrap;
    padding-right: 20px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

div[fieldname='RepwiseRepID'].MultiLineEditCol,
div[fieldname='RepName'].MultiLineEditCol {
    flex: 0 0 40%;
    max-width: 40%;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

div[fieldname='WholesalerId'].MultiLineEditCol {
    flex: 0 0 20%;
    max-width: 20%;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-width: 0;
}

div[fieldname='GradeID'].MultiLineEditCol,
div[fieldname='CustomerGrade'].MultiLineEditCol,
div[fieldname='WholesalerBranchID'].MultiLineEditCol,
div[fieldname='BuyGroup'].MultiLineEditCol {
    flex: 0 0 20%;
    max-width: 20%;
    border-left: 1px solid #EEE;
}

div[fieldname='AccountNumber'].MultiLineEditCol {
    line-height: 40px;
    border-left: 1px solid #EEE;
}

    div[fieldname='AccountNumber'].MultiLineEditCol input[musesubtype="Text"] {
        font-weight: normal;
    }

.MultiLineEditCol .MuseTextControlTitle.UpperPosition + input.k-textbox,
.MultiLineEditCol .MuseTextControlTitle + input.k-textbox {
    font-size: 12px !important;
    padding-top: 3px;
    height: 35px;
    margin: 0;
}

div[fieldname='AccountNumber'].MultiLineEditCol .MuseTextControlTitle {
    display: none;
}

div[fieldname='MultiCall'].MultiLineEditCol {
    flex: 0 0 20%;
    max-width: 20%;
    line-height: 40px;
    font-size: 8px;
    border-left: 1px solid #EEE;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
}

div[fieldname='Add'].MultiLineEditCol,
div[fieldname=null].MultiLineEditCol {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0px 5px 0 5px !important;
    display: flex;
    align-items: center;
    border-left: 1px solid #EEE;
}

    div[fieldname='Add'].MultiLineEditCol i,
    div[fieldname=null].MultiLineEditCol i {
        margin: 0 auto;
    }

div[id^='MLERow'].MultiLineEditCol {
    padding-right: 15px !important;
}

div[fieldname='Add'].MultiLineEditCol button,
div[fieldname=null].MultiLineEditCol button {
    width: 50px;
    min-width: 50px;
    margin-left: 10px;
}

div[id^='KebabMenu_'] {
    position: absolute;
    top: 2px;
    right: 0px;
    z-index: 1;
}

.MultiLineEditRow.row {
    padding: 0 15px 0 0 !important;
}

.MultiLineEditCol.col {
    padding: 0 5px 0 5px !important;
}

.MultiLineHeaderRow {
    width: 100%;
    margin: 0;
    padding-right: 15px;
}

.MuseFormMultiSelect {
    font-size: 13px;
    font-weight: 500;
}

.FormTitle_REPMAN_SITES + .MusePanel .MuseFormMultiSelect {
    max-width: 205px !important;
}

#RowMenu_Bricks {
    height: 90%;
}

    #RowMenu_Bricks .MuseDataGridMenu {
        /*height: 0px;*/
        border: none;
    }

    #RowMenu_Bricks div[musesubtype='Grid'] {
        border: 1px solid #ebebeb;
    }

input[forcedcontrolid='btnAudit'],
input[forcedcontrolid='btnCloseAudit'],
input[forcedcontrolid='btnGroupsNavBack'],
.MuseFormTitle button {
    position: absolute;
    right: 24px;
    top: -7px;
    background-color: transparent !important;
    color: #333 !important;
    font-weight: 500;
    border: 1px solid transparent;
    border-right: 1px solid #CCC;
}

    input[forcedcontrolid='btnAudit']:last-of-type,
    input[forcedcontrolid='btnCloseAudit']:last-of-type,
    input[forcedcontrolid='btnGroupsNavBack']:last-of-type,
    .MuseFormTitle button:last-of-type {
        border-right: 1px solid transparent;
    }

div[forcedcontrolid="btnPanel"] {
    max-height: 50px;
}

li[id^='MuseKebabMenu'].k-state-hover,
li[id^='MuseKebabMenu'].k-state-active {
    background-color: transparent;
    color: #333;
}

    li[id^='MuseKebabMenu'].k-state-hover > .k-link {
        color: #333;
        background-color: transparent;
        border-color: transparent;
        background-image: none;
    }

.MenuToggleContainer {
    margin-right: 5px;
}

.MultiLineEditRow row {
    padding: 0 5px 0 0px !important;
}

.MuseDropDownContainer {
    width: inherit;
}

.DropDownCaret {
    right: 10px !important;
    top: 28% !important;
}

/*#endregion forms*/

/*#region info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}
/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}
/*#endregion info and errors */

/*#region tables */
table {
    margin-top: 0.75em;
    border: 0 none;
}

th a:link, th a:visited, th a:active, th a:hover {
    text-decoration: none;
}

th a:hover {
    color: #000;
}

th.asc a, th.desc a {
    margin-right: .75em;
}

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

.k-grid tbody tr[role="row"]:hover {
    background-color: #DAEEF7;
}

.k-grid tbody tr[role="row"].k-alt {
    background-color: #F3F3F3;
}
/*#endregion tables */

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }

    /* main layout */
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

.BurgerMenuContent .BurgerMenuItem:hover {
    background-color: #DAEEF7;
    color: black;
}

/*#region Muse Controls*/

.MuseFilterSummaryItemHeader {
    color: #97C737;
}

.MuseDataGridMenu input[musesubtype="Button"] {
    margin: 10px 15px;
    padding: 0 15px;
}

div.MuseDetailRowContainer div.ButtonCheckBoxItem, div.ButtonCheckBoxItem[selected=selected] {
    background-color: inherit;
}

    div.MuseDetailRowContainer div.ButtonCheckBoxItem:hover {
        background-color: inherit;
    }

.ButtonCheckBoxItem[selected=selected] .ButtonCheckBoxItemIcon {
    color: green;
}

.ButtonCheckBoxItem .ButtonCheckBoxItemIcon {
    color: red;
}


input.ButtonCheckBoxItem[selected=selected] {
    background: #9CCC3C;
}

/*#endregion Muse Controls*/


/*audit grid colours*/
.REPMAN_CUSTOMERS_AUDIT_GRIDCOLOUR_ADD span {
    color: green;
}
/*.REPMAN_CUSTOMERS_AUDIT_GRIDCOLOUR_ADD {
    border: solid 1px black !important;
    background-color: #a4d4e6;
}*/

.REPMAN_CUSTOMERS_AUDIT_GRIDCOLOUR_UPDATE span {
    color: orange;
}

/*.REPMAN_CUSTOMERS_AUDIT_GRIDCOLOUR_UPDATE {
    border: solid 1px black !important;
    background-color: orange;
}*/

.REPMAN_CUSTOMERS_AUDIT_GRIDCOLOUR_DELETE span {
    color: red;
}

/*.REPMAN_CUSTOMERS_AUDIT_GRIDCOLOUR_DELETE {
    border: solid 1px black !important;
    background-color: red;
}*/

/*#region MuseModal*/

.MuseModalMenuItem:hover,
.MuseModalMenuItemActive {
    background-color: #9ccc3c0e;
    color: #9ccc3c;
}

/*#endregion MuseModal*/


/*#region Approvals Form*/

.pnlLineItems td[colidx="0"]{
    overflow: visible;
}

.pnlLineItems td[colidx="0"] {
    overflow: visible;
}

.PanelSupplierLabels {
    padding: 0px 10px !important;
}

div[forcedcontrolid="pnlSupplierLabels"] {
    overflow: visible;
    padding: 0px 10px !important;
    flex-wrap: nowrap;
}

    div[forcedcontrolid="pnlSupplierLabels"] .row:first-child {
        width: 500%;
    }

.LoanTag {
    max-width: fit-content;
    white-space: nowrap;
    margin-bottom: -25px;
}

    .LoanTag span {
        font-size: 9px !important;
        background-color: salmon;
        border-radius: 25px;
        padding: 1px 6px;
        text-wrap: none;
    }

.LabelNote span {
    font-size: 9px !important;
    background-color: #DAEEF7;
    border-radius: 25px;
    padding: 1px 6px;
    text-wrap: none;
}

.PanelSupplierLabels .LabelNote {
    margin-bottom: -25px;
    padding-right: 5px !important;
    /*padding-left: 0px;*/
}

.LabelNote {
    max-width: fit-content;
    white-space: nowrap;
}

.LabelNoteHidden {
    display: none;
}

.PanelSupplierLabels {
    padding: 0px 10px !important;
}

    .PanelSupplierLabels .LabelSupplierName {
        margin-top: 15px;
        overflow: hidden;
    }

.LabelSupplierName [disabled] {
    color: #707070;
}

.LabelSupplierName span {
    font-size: 14px !important;
    color: black;
    font-weight: 500;
}

.pnlLineItems td[colidx="1"] div.LabelSupplierName {
    margin-top: 7px;
    padding-left: 0px;
}

.CurrencyLabels [disabled] {
    color: #707070;
}

.CurrencyLabels span {
    font-size: 14px !important;
    color: black;
    font-weight: 500;
}

.pnlLineItems div.CurrencyLabels {
    margin-top: 7px;
    text-align: center;
    margin-right: -30px;
}

.pnlLineItems td[colidx="10"] input[type="text"] {
    margin-right: -10px;
}

.pnlLineItems td[colidx="9"] input[type="text"] {
    margin-right: -10px;
}

.pnlLineItems td[colidx="5"] .col-md-2 {
    padding: 0px;
    min-width: 25px !important;
    padding-right: 2px;
}

.pnlLineItems td[colidx="8"] .ButtonCheckBoxItemIcon {
    border: 2px solid #d3d2d2;
    border-radius: .25rem;
    padding: 4px;
}

.pnlLineItems td[colidx="8"] .fa-times.ButtonCheckBoxItemIcon {
    padding: 4px 7px;
}

div.ButtonCheckBoxItem[selected=selected] {
    background: #9CCC3C;
}

.pnlLineItems td[colidx="5"] input {
    background-color: transparent;
    line-height: 2.3;
}

    .pnlLineItems td[colidx="5"] input:not(:focus), .pnlLineItems td[colidx="5"] input:not(:hover) {
        border: 1px solid #e2e2e2;
    }

.MuseDetailRowContainer .MuseQtyIcon {
    padding: 0px 7px;
    background-color: transparent;
    color: black;
}

    .MuseDetailRowContainer .MuseQtyIcon .fas {
        padding: 0px 0px;
        background-color: transparent;
        color: black;
        -webkit-text-stroke: 1px white;
        -webkit-text-stroke-width: medium;
        zoom: 1.5;
        margin-top: 5px;
    }

.MuseDetailRowContainer .k-alt .MuseQtyIcon .fas {
    padding: 0px 0px;
    background-color: transparent;
    color: black;
    -webkit-text-stroke: 2px #F3F3F3;
    -webkit-text-stroke-width: medium;
}

.k-master-row {
    font-family: 'Slate';
    font-weight: 200;
}

.pnlLineItems .k-master-row:hover {
    background-color: white !important;
}

.pnlLineItems tr.k-state-selected:hover td {
    background-color: white !important;
    outline: none;
}

.pnlLineItems tr.k-state-selected {
    background-color: white !important;
    outline: none !important;
}

.pnlLineItems .k-alt.k-master-row:hover {
    background-color: #F3F3F3 !important;
}

.pnlLineItems tr.k-alt.k-master-row.k-state-selected:hover td {
    background-color: #F3F3F3 !important;
    outline: none;
}

div.pnlLineItems .k-grid tr[role="row"]:hover {
    background-color: transparent !important;
}

div.pnlLineItems .k-grid tr[role="row"].k-alt:hover {
    background-color: #F3F3F3 !important;
}

.k-grid tbody .k-alt.k-state-selected:hover {
    background-color: #d6ebf4 !important;
}

.pnlLineItems tr.k-alt.k-master-row.k-state-selected {
    background-color: #F3F3F3 !important;
    outline: none !important;
}

.k-master-row td[colidx="5"] .MusePanel {
    background-color: transparent;
}

.k-master-row td[colidx="5"] .row {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    margin-left: -27px;
}

.txtLoanRemaining{
    color: red !important;
}

th[data-field="QuantityControl"], th[data-field="UnitPriceControl"], th[data-field="LineTotalControl"], th[data-field="OrderQtyControl"], th[data-field="TotalControl"], th[data-field="AllowanceControl"], th[data-field="LoanAmountControl"] {
    text-align-last: center;
}

.k-grid td.k-hierarchy-cell {
    height: 43px;
    margin-top: 2.5px;
}

.MuseDetailRowContainer td.k-hierarchy-cell {
    margin-top: 13px;
    margin-bottom: 16px;
    padding-top: 6px !important;
}

.MuseFormTitle {
    font-size: unset !important;
}

.MuseDetailRowContainer span.MuseTextControlTitle {
    position: absolute;
    color: #8E8E8E;
    font-family: 'Slate';
    font-size: 10px;
    min-width: 135px;
}

    .MuseDetailRowContainer span.MuseTextControlTitle:not(.UpperPosition) {
        margin-top: 11px
    }

.MuseDetailRowContainer .MuseDropDownContainer span.MuseTextControlTitle {
    margin-top: 5px;
}

.MuseDetailRowContainer .MuseDropDownContainer select {
    border: none;
    max-width: 93%;
    text-overflow: ellipsis;
    font-weight: 500;
    margin-top: 2px;
    margin-bottom: 0px;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .MuseDetailRowContainer .MuseDropDownContainer select[disabled] {
        background-color: transparent !important
    }

.MuseDetailRowContainer .MuseDropDownContainer {
    max-width: 95%;
}

div[disabled="true"] i.fas {
    display: none;
}

.MuseDetailRowContainer .MuseDropDownContainer select[disabled] + div.DropDownCaret {
    display: none;
}

.MuseDetailRowContainer .MuseDropDownContainer select::-ms-expand {
    display: none;
}

.pnlLineItemsHistory td {
    color: #707070;
}

.pnlLineItemsHistory input {
    color: #707070;
}

.pnlUpload span {
    font-size: 14px !important;
}

.pnlUpload div {
    font-size: 14px !important;
}
/*.pnlUpload div[id^="MusePanelContent_Panel_"] {
    border-top: 0px !important;
    border-left: 0px !important;*/

.pnlUpload {
    padding-top: 0px !important;
}

.pnlUploadButton {
    max-width: 600px;
}

    .pnlUploadButton .k-progressbar-horizontal {
        width: 65%;
        margin: 5px 0px 10px 110px;
    }

    .pnlUploadButton .k-progress-status-wrap {
        position: absolute;
        margin-left: 31px;
        margin-top: -3px;
        height: 100%
    }

.MuseFileUploadButtonControl {
    float: left;
    padding-left: 0px;
    font-family: 'Slate';
}

.pnlUpload .col:nth-child(2) span {
    display: table-cell;
}

    .pnlUpload .col:nth-child(2) span i {
        float: left;
        margin-top: 4px;
    }

#MuseFileUoloadSVG {
    margin: 10px 250px 10px 250px;
}

.dropZoneElement {
    padding: 20px;
    min-height: 97px;
    margin-left: 16px;
}

    .dropZoneElement span {
        display: contents;
        color: #2b78e3;
    }

div[validationgroup*='fileValidation_'] .col, div[validationgroup*='fileValidation_'] .row {
    display: inline-block;
    margin-bottom: 10px;
}

    div[validationgroup*='fileValidation_'] .col br {
        display: none;
    }

.MuseFileUploadButtonControl .col:nth-child(2n) {
    display: contents;
}

div.pnlLeft:not(.col) {
    padding: 0px !important;
}

.MusePanel.pnlLineItemMoreInfo {
    background-color: #f8f8f8;
    padding-bottom: 0px;
    padding-top: 20px;
    font-family: 'Slate';
}

.pnlLineItemMoreInfo .MuseFormLink {
    margin-right: 15px;
}

.pnlUpload div[validationgroup*='fileValidation_'] div[id*='MusePanelContent_Panel_'] {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.pnlLineItemsHistory div.pnlUpload div[validationgroup*='fileValidation_'] div[id*='MusePanelContent_Panel_'] {
    margin-top: 0px;
}

.MuseDetailRowContainer .FormTitleGeneral {
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    background-color: white !important;
    z-index: 1;
}

.pnlLineItems .MuseDetailRowContainer div:nth-child(2) {
    padding: 0px !important;
}

.pnlLineItems .MuseDetailRowContainer .row-cols-2:nth-child(3) {
    padding-left: 15px !important;
}

.pnlLineItems tr.k-detail-row {
    background-color: white !important;
}

.pnlLineItems {
    padding: 5px;
    border: 2px solid #ececec;
}

.pnlLineItems {
    padding: 5px;
    border: 2px solid #ececec;
}

    .pnlLineItems .k-state-selected {
        background-color: transparent !important;
    }

    .pnlLineItems .k-detail-cell {
        padding: 0px;
    }

.btnGlobalAccept {
    bottom: 0px;
    padding-top: 10px;
}

    .btnGlobalAccept .row {
        display: inline-flex;
        float: right;
    }

    .btnGlobalAccept button {
        box-shadow: 1px 1px #b2b2b2 !important;
        position: relative !important;
        font-size: 12px;
        border: 1px solid #DDD;
        padding: 0px;
        margin-right: 0px;
        font-family: Slate;
    }

        .btnGlobalAccept button[name=APPROVE] {
            background-color: #2b78e3 !important;
            color: white !important;
        }

.MusePanel.pnlRejectAll {
    padding: 30px 30px 40px 30px;
    box-shadow: inset 1px -1px 0px 0px red, 1px 0px 0px 0px red;
    background-color: #ffd3d3 !important;
    font-family: 'Slate';
    margin-top: -13px;
}

div.col.pnlRejectAll {
    padding-left: 16px;
}

.pnlRejectAll span.MuseTextControlTitle {
    position: absolute;
    color: #8E8E8E;
}

.pnlRejectAll button {
    box-shadow: 1px 1px #b2b2b2 !important;
    position: relative !important;
    font-size: 12px;
    border: 1px solid #DDD;
    padding: 0px;
    margin-right: 0px;
    background-color: white !important;
}

    .pnlRejectAll button[name=CONTINUE] {
        background-color: #2b78e3 !important;
        color: white !important;
    }

.pnlRejectAll .row-cols-9:nth-child(2) {
    display: inline-flex;
    float: right;
}

div.MuseDetailRowContainer {
    min-height: 208px;
}

    div.MuseDetailRowContainer div.MuseDetailRowContainer {
        min-height: 50px
    }

.pnlLineItems {
    min-height: 189px;
}

.MuseDataGrid .k-grid-header th.k-header {
    font-family: RobCL;
    font-size: 15px;
    font-weight: 900;
}

.MuseDataGrid .k-grid-header th.MuseGridColumnHeader {
    padding: 18px 10px;
}

.MuseDataGrid th.k-header > .k-link {
    font-family: RobCL;
    font-size: 15px !important;
    font-weight: 800 !important;
}

.k-detail-row .k-hierarchy-cell {
    display: none;
}

.k-grid .k-hierarchy-cell .k-i-expand:before {
    content: "\002B" !important;
    font-size: 18px;
}

.k-grid .k-hierarchy-cell .k-i-collapse:before {
    content: "\2212" !important;
    font-size: 18px;
}

div.BurgerMenuItemSelected {
    background-color: #354D78;
}

.BurgerMenuContent div.BurgerMenuItemSelected:hover {
    background-color: #DAEEF7;
    color: black;
}


/*Rejected styling*/

tr.k-master-row[rejected="true"], div.pnlLineItems tr.k-alt.k-master-row[rejected="true"], div.pnlLineItems tr.k-master-row[rejected="true"]:hover, div.pnlLineItems tr.k-alt.k-master-row[rejected="true"]:hover {
    box-shadow: 0px 0px 0 1px red !important;
    background-color: #ffd3d3 !important
}

.pnlLineItems tr.k-master-row.k-state-selected[rejected="true"]:hover td, .pnlLineItems tr.k-alt.k-master-row.k-state-selected[rejected="true"]:hover td {
    background-color: #ffd3d3 !important;
    outline: none;
}

tr[rejected="true"] .pnlLineItemMoreInfo {
    box-shadow: -1px 0px 0px 0px red, 1px 1px 0px 0px red;
    background-color: #ffd3d3 !important;
}

tr[rejected="true"] .MuseQtyIcon .fas, tr[rejected="true"]:hover .MuseQtyIcon .fas {
    padding: 0px 0px;
    background-color: transparent;
    color: black;
    -webkit-text-stroke: 2px #ffd3d3;
    -webkit-text-stroke-width: medium;
}

tr.k-alt[rejected="true"] .MuseQtyIcon .fas {
    background-color: transparent;
    color: black;
    -webkit-text-stroke: 2px #ffd3d3;
    -webkit-text-stroke-width: medium;
}

tr[rejected="true"].k-master-row:hover, tr[rejected="true"].k-alt.k-master-row:hover td {
    background-color: #ffd3d3 !important
}

tr[rejected="true"] span.LabelSupplierName {
    color: #706363;
}

tr[rejected="true"] span.CurrencyLabels {
    color: #706363;
}



/*First Item*/


.AllRejected tr.k-master-row, div.pnlLineItems .AllRejected tr.k-alt.k-master-row, div.pnlLineItems .AllRejected tr.k-master-row:hover, div.pnlLineItems .AllRejected tr.k-alt.k-master-row:hover {
    box-shadow: -1px 0px 0px 0px red, 1px 0px 0px 0px red !important;
    background-color: #ffd3d3 !important
}

    .AllRejected tr.k-master-row:nth-child(1), div.pnlLineItems .AllRejected tr.k-alt.k-master-row:nth-child(1), div.pnlLineItems .AllRejected tr.k-master-row:hover:nth-child(1), div.pnlLineItems .AllRejected tr.k-alt.k-master-row:hover:nth-child(1) {
        box-shadow: -0px 0px 0px 1px red, 1px -1px 0px 0px red !important;
        background-color: #ffd3d3 !important
    }

.pnlLineItems .AllRejected tr.k-master-row.k-state-selected:hover td, .pnlLineItems .AllRejected tr.k-alt.k-master-row.k-state-selected:hover td {
    background-color: #ffd3d3 !important;
    outline: none;
}

.AllRejected tr .pnlLineItemMoreInfo {
    box-shadow: -1px 0px 0px 0px red, 1px 0px 0px 0px red;
    background-color: #ffd3d3 !important
}

.AllRejected tr .MuseQtyIcon .fas, .AllRejected tr:hover .MuseQtyIcon .fas {
    padding: 0px 0px;
    background-color: transparent;
    color: black;
    -webkit-text-stroke: 2px #ffd3d3;
    -webkit-text-stroke-width: medium;
}

.AllRejected tr.k-alt .MuseQtyIcon .fas {
    background-color: transparent;
    color: black;
    -webkit-text-stroke: 2px #ffd3d3;
    -webkit-text-stroke-width: medium;
}

.AllRejected tr.k-master-row:hover, .AllRejected tr.k-alt.k-master-row:hover td {
    background-color: #ffd3d3 !important
}

.AllRejected tr span.LabelSupplierName {
    color: #706363;
}

.AllRejected tr span.CurrencyLabels {
    color: #706363;
}


/*#endregion Approvals Form*/

.pnlLineItems select[forcedcontrolid^="Approvals_ddApproveOrder_"] {
    min-width: 75px;
    border: 1px solid green;
    background-color: lightgreen;
}

    .pnlLineItems select[forcedcontrolid^="Approvals_ddApproveOrder_"] option {
        min-width: 75px;
        border: 1px solid green;
        background-color: white;
    }

.pnlLineItems .ddRejected {
    border: 1px solid red !important;
    background-color: #ffd3d3 !important;
}

    .pnlLineItems .ddRejected option {
        border: 1px solid red !important;
        background-color: white !important;
    }

.pnlLineItems div.LableLoanAmountRed {
    margin-top: 7px;
    text-align: center;
    margin-right: -30px;
}

    .pnlLineItems div.LableLoanAmountRed span {
        font-size: 14px !important;
        color: red;
        font-weight: 500;
    }

.k-grid .k-hierarchy-cell {
    overflow: visible;
    display: flex;
    height: inherit;
    align-items: center;
    justify-content: center;
    min-width: 50px;
}

.LineItemSubPanel {
    background-color: white;
    margin-top: -30px;
    margin-bottom: 15px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 60px;
}

div[forcedcontrolid='SubItemGrid'] > table {
    width: auto;
}

.SubGridContainer {
    margin-top: -18px;
    background-color: white;
    padding: inherit;
}

    .SubGridContainer:first-child {
        background-color: white;
    }

.ApprovalSubItemsGrid {
    margin-left: 50px;
    margin-top: 5px;
}
