﻿@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arsenal&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');

@font-face {
    font-family: "Jonesy";
    src: url('/Content/fonts/Jonesy Capitals.ttf'), url('/Content/fonts/Jonesy Script.ttf'), url('/Content/fonts/Jonesy Capitals.otf');
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}


:root {
    --fontFamilyDefault: 'Source Sans Pro', sans-serif;
    --fontFamilyInputText: 'Source Sans Pro', sans-serif;
    --headFontTitlePanel: #fff;
    --bg-menu-color: #f05b41;
    --bg-div-color: linear-gradient(to right, #FFFFFF, #ECE9E6);
    --bg-lookupheader-color: linear-gradient(to right, #182848, #4b6cb7);
    --bg-button-color: #f05b41;
    --letSpaceForm: 1px;
    --NavHoverBorderRights: 0px solid #f05b41;
    --fontFamilyMainMenu: 12px;
    --lineDividerColor: 1px solid #dfdfdf;
    /** Special Buttons CSS **/
    --bg-btn-attatchment-color: linear-gradient(to right, #FF512F 0%, #DD2476 51%, #FF512F 100%);
    --bg-btn-approved-color: linear-gradient(to right, #134E5E 0%, #71B280 51%, #134E5E 100%);
    --bg-btn-reject-color: linear-gradient(to right, #FF512F 0%, #DD2476 51%, #FF512F 100%);
    --bg-btn-generate-color: linear-gradient(to right, #348F50 0%, #56B4D3 51%, #348F50 100%);
}

/*** Bell Notification Animation ***/
/*#region KEYFRAMES */


@-webkit-keyframes dxm-image {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes dxm-image {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/*#endregion */


/*.dx-button-has-text[aria-label=Cancel] {
    background-color: #c82333;
    font-family: var( --fontFamilyDefault );
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
}*/

/*** Default CSS ***/

.img-Product {
    width: 100px;
}

#panel_reports div.dx-scrollable-container {
    height: 110px;
    border: 1px solid #dfdfdf0f;
    border-radius: 4px;
}

#panel_reports div.dx-scrollable-content {
    background: transparent !important;
}

.dx-tile-content {
    height: 100%;
    padding: 0;
    position: relative;
}

    .dx-tile-content .image {
        height: auto;
        width: auto;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        padding: 28px;
        position: absolute;
        display: block;
        left: 32px;
        top: 12px;
        transition: 200ms ease-out;
    }

        .dx-tile-content .image:hover {
            padding: 34px;
            left: 25px;
            top: 8px;
        }

#panel_reports div.dx-tile {
    border-radius: 4px;
    background: linear-gradient(to right, #efefbb, #d4d3dd);
}

.dx-tile.dx-state-hover {
    box-shadow: 1px 1px 6px 2px rgb(173 170 170 / 45%);
    background: linear-gradient(to left, #efefbb, #d4d3dd) !important;
}

.dx-tileview div.dx-scrollable-container {
    transition: 500ms ease-out;
    overflow-y: hidden;
    border: 1px solid #848181;
}

.tileHeightAdjusthover {
    border: 1px solid #848181;
    height: 136px !important;
    overflow-x: auto;
}

.TitleReport {
    font-family: var( --fontFamilyDefault );
    position: absolute;
    width: 100%;
    bottom: 1px;
    color: #2a2929;
    font-size: 11px;
    font-weight: bolder;
    padding: 4px 1px;
    line-height: 12px;
}

#tileview div.dx-tile {
    background: #f0f0f0;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

    #tileview div.dx-tile:hover {
        background: #fff;
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 4px;
    }

        #tileview div.dx-tile:hover div.TitleReport {
            background: #fff;
            color: #000 !important;
        }

body {
    transition: 500ms ease-out;
}

.btn-panelout {
    font-family: cursive;
    color: #fff;
    font-size: 24px !important;
    font-weight: 400;
    margin: -1px 0 6px 0;
    cursor: pointer;
}

    .btn-panelout span {
        font-family: var( --fontFamilyDefault );
        font-size: 16px;
        font-weight: 400;
        position: relative;
        top: -3px;
    }

#panel_reports h4 {
    font-family: var( --fontFamilyDefault );
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.05em;
}

#Navigation_panel {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 1510;
    display: none;
    background: #6e737abf;
    padding: 4px 0 0;
    background-image: url(/Content/Images/backgroundNav.png);
    background-position: center;
    background-repeat: repeat;
    background-size: auto;
}

#NavigationMobile_panel {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 1510;
    display: none;
    background: #6e737abf;
    padding: 4px 0 0;
    background-image: url(/Content/Images/backgroundNav.png);
    background-position: center;
    background-repeat: repeat;
    background-size: auto;
}

.dx-overlay-wrapper {
    z-index: 99999 !important;
}

#NavigationSales_panel {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 10;
    display: none;
    background: #e7e6e6;
    padding: 28px 0 20px;
}

#panel_reports h2 {
    font-family: var( --fontFamilyDefault );
    font-weight: 600;
    text-transform: capitalize;
}

#btn_accnt_tiles, #btn_invty_tiles, #btn_sales_tiles, #btn_purchase_tiles, #btn_bir_tiles {
    display: none;
}

    #tileviewAccnt div.dx-tileview-wrapper, #btn_invty_tiles div.dx-tileview-wrapper, #btn_sales_tiles div.dx-tileview-wrapper, #btn_purchase_tiles div.dx-tileview-wrapper {
        /*background: #e7e6e6;*/
        background: #304967;
    }

#panel_reports div.dx-scrollable-content {
    background: transparent !important;
}



#panel_reports button {
    background: transparent;
    border: 1px solid #dfdfdf26;
    border-radius: 4px;
    padding: 8px 14px;
    margin: 12px 2px;
    box-shadow: 1px -1px 0px 0px rgb(173 170 170 / 45%);
    transition: 400ms ease-out;
    overflow: hidden;
}

#btn_accnt button:focus {
    border: 1px solid #e83722 !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    padding: 16px 14px;
    margin: 12px 2px;
}

#btn_accnt button:hover {
    border: 1px solid #dfdfdf;
    padding: 16px 14px;
    margin: 12px 2px;
}

#panel_reports img {
    width: 54px;
}

#panel_reports p {
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 0 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.02em;
    position: relative;
}

#report_panel {
    background: #304967;
    border-bottom: 1px solid #b6b1b1;
    position: fixed;
    top: 50px;
    z-index: 1510;
    width: 100vw;
    height: 158px;
    padding: 18px 0;
    display: none;
}

#report_panel_list {
    /*background: #e7e6e6;*/
    background: #304967;
    position: fixed;
    top: 56px;
    z-index: 1510;
    width: 100vw;
    padding: 20px 0 42px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    display: none;
}

.main-menu-icon {
    display: none;
}

#purchaseNavBtn img,
#ReportsBtn img {
    width: 18px;
    margin-right: 6px;
}

#purchaseNavBtn {
    position: relative;
    top: 0px;
    padding: 0 12px;
    margin: 10px 2px;
    right: -15px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    transition: 400ms;
}

#ReportsBtn {
    position: relative;
    top: -3px;
    padding: 0 12px;
    margin: 13px 2px 7px;
    right: -15px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    transition: 400ms;
}

#purchaseNavBtn:hover {
    text-decoration-line: none !important;
}

#purchaseNavBtn p:hover {
    border: 1px solid #35B86B;
    color: #35B86B;
}

#purchaseNavBtn p:visited {
    border: 1px solid #35B86B;
    color: #35B86B;
}

#ReportsBtn:hover, #purchaseNavBtn:hover {
    text-decoration-line: none !important;
    cursor: pointer;
    box-shadow: 0px 2px 1px 1px rgb(173 170 170 / 45%);
}

#ReportsBtn:focus, #purchaseNavBtn:focus {
    box-shadow: 0px 2px 1px 1px rgb(173 170 170 / 45%);
    outline: 0px auto -webkit-focus-ring-color !important;
}

#ReportsBtn p:hover {
    border: 1px solid #35B86B;
    color: #35B86B;
}


.dx-icon-check:before,
.dx-icon-print:before {
    color: #ffffff !important;
}
#ReportsBtn p:visited {
    border: 1px solid #35B86B;
    color: #35B86B;
}


.title_report_css {
    position: absolute;
    font-family: var( --fontFamilyDefault );
    font-weight: 600;
    color: var( --headFontTitlePanel );
    z-index: 1;
    letter-spacing: var( --letSpaceForm );
    text-transform: uppercase;
    width: auto;
    font-size: calc(1.12rem);
    line-height: 56%;
    top: 20px;
    left: 45px;
}


.dx-submenu ul.dx-menu-no-icons {
    columns: 2;
}

.footer-wrapper {
    visibility: hidden;
}

.com-logo {
    width: calc(3rem);
}

.logo-container {
    position: relative;
    line-height: 2rem;
    display: inline-flex;
    left: 16px;
}

#logoName {
    font-family: 'Roboto Condensed';
    font-size: 26px;
    letter-spacing: 0.08em;
    font-weight: 600;
    line-height: 2.5em;
    margin-left: 6px;
    color: #304967;
}

a#logoName:hover {
    text-decoration: none;
}

#btnCreateImg, #btnUpdate img.dx-vam, #btnDelete img.dx-vam, #btnPrint_CD img.dx-vam {
    margin-right: 0px !important;
    margin-top: -1px;
}

#mainmenu {
    width: auto;
    height: 100%;
    float: right;
    line-height: 0.2em !important;
    font-weight: 600 !important;
    font-size: 0.8rem !important;
    padding: 0 12px;
    text-transform: uppercase;
}

.main-menu-icon {
    float: left;
    background-color: white;
    margin: -1px 12px 0 0;
}

#leftAreaMenu_DXI0_:hover {
    color: inherit;
    box-sizing: border-box;
    background: #e9eaee url(/DXR.axd?r=0_861-nb4mj) repeat-x left top;
    background-color: rgba(0, 0, 0, 0.05);
}

.app-header .header-menu .item.selected {
    border-bottom: solid 2px #35B86B;
}

#leftAreaMenu_DXI0_T {
    line-height: 50px !important;
    padding: 0px 8px 0 8px;
    background-color: #f05b41 !important;
}
/*** side bar menu ***/

#NavBarMain {
    width: 100%;
    letter-spacing: 0.01em;
    margin: 22px 0 0 0px;
    font-size: 14px;
    background: transparent;
}

#NavBarMain_GHC0,
#NavBarMain_GHE1,
#NavBarMain_GHC1,
#NavBarMain_GHC2,
#NavBarMain_GHE2,
#NavBarMain_GC1,
#NavBarMain_GHC3,
#NavBarMain_GHE3 {
    font-family: var(--fontFamilyDefault);
    font-weight: bold;
    letter-spacing: 0.4px;
    font-size: 14px;
    padding: 18px 12px;
}

#NavBarMain_GC2 {
    padding: 6px;
}

#leftPanel {
    background: #fafafa;
}

#rightAreaMenu_DXME0_ {
    font-family: var(--fontFamilyDefault);
}

#NavBarMain_GC1,
#NavBarMain_GC2,
#NavBarMain_GC3 {
    background: #fafafa;
    font-family: var(--fontFamilyDefault);
    font-weight: 400;
    letter-spacing: 0.4px;
    font-size: 14px;
}

#SubNav02 {
    font-family: var(--fontFamilyDefault);
    font-weight: 400;
    letter-spacing: 0.4px;
    font-size: 14px;
    width: auto !important;
    /*padding: 8px 36px;*/
}

.left-NavBar {
    font-family: var(--fontFamilyDefault);
    font-weight: 800;
    margin: -15px 0 0px 0px;
    padding: 12px;
    background-color: #2E4057;
    border-bottom: 2px solid #35B86B;
    position: absolute;
    width: 100%;
    border-right: 3px solid #fff;
    border-top-right-radius: 6px;
}

#title-NavBar {
    margin: 6px 0 6px 0;
    font-weight: 800;
    color: #fffffff1;
    letter-spacing: 0.1em;
    font-size: 20px;
    line-height: 14px;
}

#NavBarMain_GHC0 a.dx-vam {
    color: #35B86B;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.10em;
    text-decoration: none !important;
}

.dxnbLite_DevEx .dxnb-itemHover,
.dxnbLite_DevEx .dxnb-largeHover {
    background: none !important;
    border: 1px solid transparent;
}

#NavBarMain.dxnbLite_DevEx .dxnb-itemSelected,
.dxnbLite_DevEx .dxnb-largeSelected {
    background: none !important;
    border: 1px solid transparent;
    color: #35B86B;
}

#NavBarMain a:hover {
    color: #35B86B;
}

.dxtvControl_DevEx .dxtv-ndHov {
    color: #35B86B;
    background: none;
    border: 1px solid white;
}



.app-header .right-block .header-menu .image-item > .dxm-content {
    padding: 0 26px 0 8px;
}

#rightAreaMenu_DXI0_ {
    min-width: 64px !important;
}

#rightAreaMenu_DXI1_ {
    min-width: 58px !important;
}

#rightAreaMenu_DXI1_Img {
    border-radius: 62%;
    background: #0f0f0f00;
}

#gridList_DXSearchPanel {
    width: 100%;
    position: absolute;
    top: 64px;
    left: 0px;
    font-size: 14px;
    border-radius: 0;
    padding: 0px 40px 0px;
}

#gridList {
    padding-top: 39px;
    padding-bottom: 40px;
}

.dxgvControl_MaterialCompact a:hover {
    text-decoration: none !important;
}

.divcussales {
    padding: 0 20px;
}

.generalInfo2 {
    padding: 4px 0px 4px 0px;
    margin: 16px 26px 0;
}

.dx-form-group-caption {
    font-family: var(--fontFamilyDefault);
    font-size: 12px;
    font-weight: 600;
}

#logo-title-nav {
    background-image: url(/Content/icons/content.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px 30px;
    padding: 20px;
    margin-left: 106px;
}

#rightAreaMenu_DXM1_,
#rightAreaMenu_DXI0_ {
    top: 53px !important;
    padding: 3px 0;
}

#gridList_DXHFP_PW-1 {
    z-index: 0 !important;
}

/***** T O G G L E  S E C O N D  M E N U  I C O N *****/

.dxmLite_DevEx.dxm-side-menu-mode .dxm-side-menu-button {
    background-color: #f0f0f0;
    border: 1px solid #a8a8a8;
    padding: 16px;
    border-radius: 50%;
    margin-top: 2px;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/***** T O G G L E  M A I N  M E N U  I C O N *****/

.dx-menu-adaptive-mode {
    margin: 15px 0px -12px -24px !important;
}

#mainmenu div.dx-button-content {
    background-image: url('/Content/icons/menuOpen.png') !important;
    background-size: 28px 28px;
    background-repeat: no-repeat;
    /*padding: 10px;*/
}

#mainmenu .dx-button-normal.dx-state-hover .dx-button-content,
#mainmenu .dx-button-back.dx-state-hover .dx-button-content {
    background-image: url('/Content/icons/menuOpen.png') !important;
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-color: #ffffff00;
    border-radius: 0px;
    transition: all 0s ease 0s;
}

#mainmenu div.dx-button-mode-contained.dx-state-hover {
    background-color: #f5f5f500;
}

#mainmenu .dx-button-normal.dx-state-active .dx-button-content,
#mainmenu .dx-button-back.dx-state-active .dx-button-content {
    background-color: #ffffff00;
}

#mainmenu .dx-button-mode-contained.dx-state-focused {
    background-color: #ffffff00;
}

#mainmenu div.dx-menu-adaptive-mode {
    background-color: #fff0;
    padding: 1px 0;
}

.dx-button-mode-contained.dx-state-active {
    background-color: transparent !important;
}

#mainmenu .dx-icon-menu:before {
    content: none;
}

.dx-scrollable-content {
    border: none !important;
}

#Panel {
    box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.05) !important;
    height: 56px;
    display: none;
    z-index: 1515 !important;
}

.col-sec-block {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 55px;
    height: auto;
    background: #F7F7F7;
    background-color: #304967;
    border-bottom: 1px solid #dfdcd9;
    z-index: 1501;
    display: block !important;
}

.col-sec-panel {
    display: none;
}

#NavMenu {
    height: 39px;
    background-color: transparent !important;
    border-right: 1px solid #e8e6e6 !important;
    width: 50%;
}

#NavMenu_DXI0_T,
#NavMenu_DXI1_T {
    margin-top: 10px !important;
    margin-bottom: -10px !important;
}

#NavMenu_DXI0_PImg, #NavMenu_DXI1_PImg {
    display: none;
}

/******* C O M P A N Y  L O G O ********/


/*****  U S E R  M E N U  *****/

.dxmLite_DevEx .dxm-main {
    background: #FFFFFF !important;
}

    .dxmLite_DevEx .dxm-main .dxm-hovered {
        background: #F7F7F7 !important;
    }

.dxm-separator#NavMenu_DXI1_IS {
    display: none !important;
}

/***** P A N E L  H E A D E R ****/

/***** m a i n  m e n u *****/

div.dx-menu-horizontal {
    margin: 0px !important;
}

.dx-context-menu .dx-submenu {
    border: 0px solid #7f7c7c;
}

.dx-menu .dx-menu-item .dx-menu-item-content {
    padding: 0px 0px 0px !important;
}

.dx-item-content.dx-menu-item-content {
    padding: 0px 4px 0px;
}

.dx-item-content dx-menu-item-content {
    padding: 0 0 0 0 !important;
}

.navCol {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.dxpnlControl_DevEx.dxpnl-edge {
    background-color: #ffffff !important;
}

#mainmenu .dx-menu-item.dx-state-hover {
    padding: 9px 0px;
    color: var( --bg-menu-color ) !important;
    background-color: transparent;
}

#mainmenu .dx-menu-item.dx-state-focused {
    padding: 9px 0px;
    color: var( --bg-menu-color ) !important;
    background-color: transparent;
}

.dx-menu-horizontal span.dx-menu-item-text:hover {
    color: var( --bg-menu-color ) !important;
}

.dx-context-menu-container-border {
    border: 0;
    box-shadow: 0 0px 0px rgba(0,0,0,.15);
}

.dx-submenu {
    margin-top: 0px !important;
    line-height: 2.5em;
    font-size: var(--fontFamilyMainMenu);
}

    .dx-submenu .dx-menu-item:hover {
        color: #fff;
        background-color: var( --bg-menu-color );
        border-radius: 4px;
    }

    .dx-submenu .dx-menu-item {
    }

.dx-context-menu.dx-overlay-content {
    overflow: hidden;
    position: absolute;
    border: 1px solid #e0dcdc;
}

.dx-context-menu {
    margin-top: 70px !important;
    position: fixed !important;
    border-radius: 6px;
}

.dx-menu-adaptive-mode .dx-treeview-node-container:first-child > .dx-treeview-node {
    border-bottom: 1px solid #ece9e9;
}

.dx-menu-adaptive-mode .dx-treeview {
    border: 1px solid #ece9e9;
    border-radius: 0;
    margin-top: 11px;
}

.dx-menu-adaptive-mode-overlay-wrapper .dx-overlay-content {
    /*top: 11px !important;*/
    /*top: 22px !important;*/
    background-color: transparent;
}

.dx-treeview-item {
    padding: 14px 6px;
}

.dx-menu-adaptive-mode .dx-treeview {
    box-shadow: none !important;
}

.dx-treeview-toggle-item-visibility {
    top: 10px;
}

#Panel .dxmLite_MaterialCompact.dxm-ltr {
    /*box-shadow: 1px 0 2px 0px rgba(0, 0, 0, 0.2);*/
}

.dxnb-itemHover {
    background-color: #35B86B !important;
}

    .dxnb-itemHover span.dx-vam {
        color: #fff !important;
    }

.dx-menu .dx-menu-item-has-text.dx-menu-item-has-submenu .dx-menu-item-text {
    padding: 0px 14px 3px 14px;
}
/***** S U B  P A N E L  H E A D E R ****/

.NavDash {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.top-panel {
    margin-top: 1.5% !important;
    max-height: 45px !important;
}

#btnCreate,
#btnPrint {
    margin: 12px 24px -4px 0;
}

#btnUpdate,
#btnDelete,
#btnCreate,
#btnPrint {
    margin-right: 24px;
    max-height: 40px !important;
    font-size: 14px;
    margin-top: 2%;
    margin-bottom: 0px;
    background: transparent;
}

.col-crud {
    text-align: right;
    padding: 4px 17px 0px;
    width: auto;
    gap: 6px;
}

/******* M E N U  A R R O W  D O W N  I C O N S ********/

#rightAreaMenu_DXI0_PImg {
    display: none;
}

.dx-menu-item-popout-container {
    display: none;
}

/***** E N T R Y  F O R M *****/

.col-header {
    padding: 4% 2% 0% 2% !important;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    background-color: #FDFDFD;
}

.col-border-no-top {
    padding: 0 2% 0 2% !important;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    background-color: #FDFDFD;
}

.col-border-no-top-bottom {
    padding: 10px 2% 0 2% !important;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    background-color: #FDFDFD;
}

.col-footer {
    padding: 10px 2% 10px 2% !important;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    background-color: #FDFDFD;
}

/***** E N T R Y  F O R M  D E T A I L S *****/

#gridContainer .dx-datagrid-header-panel,
#gridDetail .dx-datagrid-header-panel,
#gridOtherAccount .dx-datagrid-header-panel,
#gridDetailContainer .dx-datagrid-header-panel,
#gridItemCoversion .dx-datagrid-header-panel,
#gridCategory .dx-datagrid-header-panel,
#gridAssetItemdetail .dx-datagrid-header-panel {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #ECE9E6 !important;
    background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6) !important;
    background: linear-gradient(to right, #FFFFFF, #ECE9E6) !important;
    border: 1px solid #DFDFDF !important;
    height: 42px !important;
}

/*#gridContainer div.dx-datagrid-header-panel .dx-button {
    margin: 12px -19px 0 19px;
}*/

#gridAssetItemdetail div.dx-datagrid-header-panel .dx-button {
    margin: 12px 10px 0 -10px;
}

#gridDetailContainer .dx-datagrid-header-panel .dx-button {
    margin: 12px 0px 0 17px;
}

#gridDetail .dx-datagrid-header-panel .dx-button {
    margin: 3px 0px 0 0px;
}

#gridOtherAccount div.dx-item-content.dx-toolbar-item-content {
    margin: 6px 12px 3px 12px !important;
}
/*
#gridContainer .dx-button-mode-contained.dx-state-hover,
#gridDetail .dx-button-mode-contained.dx-state-hover,
#gridOtherAccount .dx-button-mode-contained.dx-state-hover,
#gridItemComponent .dx-button-mode-contained.dx-state-hover,
#gridItemCoversion .dx-button-mode-contained.dx-state-hover,
#gridCategory .dx-button-mode-contained.dx-state-hover,
#gridSubCategory .dx-button-mode-contained.dx-state-hover,
#gridAssetItemdetail .dx-button-mode-contained.dx-state-hover {
    background-color: var(--bg-button-color) !important;
    border-radius: 36px !important;
}

#gridContainer div.dx-datagrid-rowsview,
#gridDetail div.dx-datagrid-rowsview,
#gridOtherAccount div.dx-datagrid-rowsview,
#gridItemComponent div.dx-datagrid-rowsview,
#gridItemCoversion div.dx-datagrid-rowsview,
#gridSubCategory div.dx-datagrid-rowsview,
#gridAssetItemdetail div.dx-datagrid-rowsview, {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}*/

#gridDetail div.dx-toolbar,
#gridOtherAccount div.dx-toolbar,
#gridItemCoversion div.dx-toolbar,
#gridCategory div.dx-toolbar,
#gridSubCategory div.dx-toolbar,
#gridAssetItemdetail div.dx-toolbar {
    background-color: #ffffff08;
}

#gridContainer .dx-button-mode-contained.dx-state-hover,
#gridItemCoversion .dx-button-mode-contained.dx-state-hover,
#gridCategory .dx-button-mode-contained.dx-state-hover,
#gridSubCategory .dx-button-mode-contained.dx-state-hover,
#gridAssetItemdetail .dx-button-mode-contained.dx-state-hover {
    background-color: #f05b41;
    border-color: #a2b4b8;
    border-radius: 14px;
}

#gridContainer .dx-button-mode-contained.dx-state-active,
#gridItemCoversion .dx-button-mode-contained.dx-state-active,
#gridCategory .dx-button-mode-contained.dx-state-active,
#gridAssetItemdetail .dx-button-mode-contained.dx-state-active {
    background-color: #f05b41;
    border-color: #a2b4b8;
    color: #fff;
    border-radius: 14px;
}

.dx-overlay-shader {
    background-color: #ffffffcf !important;
}

#gridDetailContainer div.dx-toolbar.dx-widget.dx-visibility-change-handler.dx-collection {
    background-color: transparent !important;
}

#form-data {
    margin: 2em auto;
    width: 98%;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}

.col-sec-panel-crud {
    visibility: hidden;
}

.panelVisible {
    visibility: visible !important;
}

.panelHidden {
    visibility: hidden !important;
}

#gridItemComponent div.dx-toolbar-items-container {
    border: 1px solid #dfdfdf !important;
    height: 34px !important;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background: #ECE9E6;
    background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);
    background: linear-gradient(to right, #FFFFFF, #ECE9E6);
    margin-bottom: -4px;
}

#gridItemComponent div.dx-datagrid-borders.dx-datagrid-rowsview, .dx-datagrid-headers + .dx-datagrid-rowsview {
    margin-top: 1px;
    border: 1px solid #dfdfdf;
}

#gridItemComponent div.dx-scrollable-customizable-scrollbars.dx-empty {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#gridItemComponent div.dx-scrollable-content {
    background: #ECE9E6;
    background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);
    background: linear-gradient(to right, #FFFFFF, #ECE9E6);
}

.dxmLite_DevEx.dxm-side-menu-mode .dxm-slide-panel {
    width: 228px !important;
    top: 48px;
}

/*** button up ***/
#myBtn {
    background-image: url('/Content/icons/arrow-up.png');
    background-position: center;
    background-repeat: no-repeat;
    display: none;
    background-size: 28px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 21px;
    border-radius: 50%;
    margin-bottom: 34px;
}

    #myBtn:hover {
        background-color: #a5d0a05e;
    }

#ScanSoGrid_DXSE {
    width: 50%;
}

#PrintDocument_Splitter {
    margin-top: 16px;
}

#PrintDocument_Splitter_0,
#PrintDocument_Splitter_0_CC {
    height: 50px !important;
}

.dx-field-item-label-text {
    font-family: var( --fontFamilyDefault ) !important;
}

.dx-texteditor-input, .dx-list-item-content, .dx-lookup-field, .dx-datagrid-content,
.dxgvTable_MaterialCompact tbody, #mainmenu, #purchaseNavBtn, #ReportsBtn, .dx-submenu, .dxpLite_MaterialCompact, .dx-datagrid-group-panel {
    font-family: var( --fontFamilyInputText ) !important;
}

.dxm-image {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

#rightAreaMenu_DXI1_T:hover {
    background-color: #fff;
}

    #rightAreaMenu_DXI1_T:hover img.dxm-image,
    #rightAreaMenu_DXI1_T:focus img.dxm-image,
    #rightAreaMenu_DXI1_T:active img.dxm-image {
        -webkit-animation-name: dxm-image;
        animation-name: dxm-image;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

.dx-texteditor.dx-editor-outlined {
    border-radius: 12px !important;
}

.headerTitleBlock {
    display: block !important;
}

.headerTitleOther2 {
    font-family: var( --fontFamilyDefault );
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #fff !important;
    /*background-color: #445067 !important;*/
    background: #4b6cb7; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #182848, #4b6cb7); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #182848, #4b6cb7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    text-align: center;
    margin: 0 35px;
    padding: 4px 0 4px;
    text-transform: uppercase;
    border: 1px solid #5b9b76;
    letter-spacing: var( --letSpaceForm );
    z-index: 1;
    display: none;
    border-radius: 4px;
}

.headTitle {
    font-family: var( --fontFamilyDefault );
    letter-spacing: var( --letSpaceForm );
    top: -14px;
    font-size: 14px !important;
    /*background-color: #445067 !important;*/
    background: #4b6cb7; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #182848, #4b6cb7); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #182848, #4b6cb7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    text-align: center;
    color: #fff !important;
    padding: 4px 0px 4px 0px;
    margin-bottom: 18px !important;
    text-transform: uppercase;
    border-top: 1px solid #3A4B61;
    border-bottom: 1px solid #3A4B61;
    display: none;
    border-radius: 4px;
}

.headTitle2 {
    font-family: var( --fontFamilyDefault );
    letter-spacing: var( --letSpaceForm );
    top: -14px;
    font-size: 14px !important;
    background-color: #445067 !important;
    text-align: center;
    color: #fff !important;
    padding: 4px 0px 4px 0px;
    margin-bottom: 6px !important;
    text-transform: uppercase;
    display: none;
    border-radius: 4px;
}

#purchaseNavBtn p {
    border: 1px solid #425367;
    color: #332d2d;
    border-radius: 31px;
    padding: 8px 16px;
    letter-spacing: 0.2em;
}

/*#gridOtherAccount, #gridSummaryContainer, #gridNewItemContainer, #gridNewItemsDetailContainer, #gridSummaryContainer, #gridSubCategory {
    margin: -6px 35px 1px;
}
*/
.file-attachment {
    border: var( --lineDividerColor );
    margin: 18px 35px -19px;
    padding: 10px 0;
    display: none;
    border-radius: 4px;
    margin-top: 20px;
    background: var( --bg-div-color );
}

    .file-attachment div.dx-button-mode-contained {
        background-color: var( --bg-button-color );
        color: #fff;
        font-weight: 600;
        padding: 6px 4px;
        position: relative;
        top: 0px;
        left: 14px;
        border-radius: 4px;
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    }

        .file-attachment div.dx-button-mode-contained:hover,
        .file-attachment div.dx-button-mode-contained:focus {
            -webkit-box-shadow: 0px 5px 6px rgba(0,0,0,0.2);
        }

    .file-attachment div.dx-fileuploader-file {
        padding-left: 30px;
    }

.dx-datagrid-total-footer {
    border: var( --lineDividerColor ) !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#btnPostScannedItem {
    position: relative;
    left: 80px;
}

#buttonContainer {
    background-color: #35B86B;
    color: #fff;
    font-weight: 600;
    padding: 6px 4px;
    position: relative;
    top: 18px;
    left: 14px;
    border-radius: 4;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

#buttonAttachment {
    background-image: var( --bg-btn-attatchment-color );
}

#buttonAttachment {
    padding: 6px 18px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    float: right;
    box-shadow: 0 0 20px #eee;
    border-radius: 20px;
}

    #buttonAttachment:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

    #buttonContainer:hover, #buttonAttachment:hover,
    #buttonContainer:focus, #buttonAttachment:focus {
        -webkit-box-shadow: 0px 5px 6px rgba(0,0,0,0.2);
    }


#buttonAttachment2 {
    background-image: var( --bg-btn-attatchment-color );
}

#buttonAttachment2 {
    padding: 6px 18px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    float: right;
    display: flex;
    margin-top: -16px;
    margin-right: 8px;
    box-shadow: 0 0 20px #eee;
    border-radius: 20px;
}

    #buttonAttachment2:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

    #buttonContainer:hover, #buttonAttachment2:hover,
    #buttonContainer:focus, #buttonAttachment2:focus {
        -webkit-box-shadow: 0px 5px 6px rgba(0,0,0,0.2);
    }

.dx-datagrid-rowsview .dx-row-focused.dx-data-row:not(.dx-edit-row) > td:not(.dx-focused),
.dx-datagrid-rowsview .dx-row-focused.dx-data-row:not(.dx-edit-row) > tr > td:not(.dx-focused),
.dx-datagrid-rowsview .dx-row-focused.dx-data-row:not(.dx-edit-row) .dx-command-edit .dx-link {
    background-color: #5dc689 !important;
    color: #fff !important;
}

.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused) {
    color: #5dc689 !important;
}

/*.dx-field-item-label-text {
    color: #515556 !important;
}*/

li.dx-treeview-node.dx-treeview-item-without-checkbox {
    text-transform: uppercase;
    font-weight: 600;
    font-family: var( --fontFamilyDefault );
    line-height: 1.5em;
    letter-spacing: 0.05em;
    border-top: 1px solid #f3f3f3;
    margin: 0 0px;
    padding: 0 32px;
}

.col-sec-panel2 {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    height: auto;
    background: #F7F7F7;
    background-color: #425367;
}

.col-sec-panel-crud {
    position: sticky;
    width: 100%;
    top: 105px;
    margin-left: 0;
    background: #ECE9E6;
    background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);
    background: linear-gradient(to right, #FFFFFF, #ECE9E6);
    border-bottom: 2px solid #dfdfdf;
    z-index: 9;
}

#totalAmtCls {
    display: none;
}

#totalAmtspan {
    display: flex;
    position: relative;
    left: 98px;
}

.infoClass {
    display: none;
}

#btnOption {
    display: none;
    ;
    position: absolute;
    left: 28em;
    top: 15px;
}

.dx-icon-close:before {
    color: #fff;
}

.dx-popup-content p {
    font-family: 'Roboto Condensed';
    font-size: 16px;
    margin-left: 7px;
}

.button-group [aria-label="Submit"],
.button-group [aria-label="Cancel"] {
    color: #fff;
    padding: 0 12px;
    border-radius: 20px;
    font-family: 'Roboto Condensed';
    font-size: 16px;
}

.dx-popup-content .dx-button-mode-contained.dx-button-success,
.dx-popup-content .dx-button-mode-contained.dx-button-danger {
    color: #fff;
    padding: 0 12px;
    border-radius: 20px;
    font-family: 'Roboto Condensed';
    font-size: 16px;
}
/**** S I D E  M E N U ****/
.dxWeb_tvExpBtn_MaterialCompact,
.dxWeb_tvColBtn_MaterialCompact {
    width: 16px !important;
    height: 16px !important;
}

.dxtvControl_MaterialCompact .dxtv-ndHov {
    background-color: transparent;
}

.dx-popup-title.dx-toolbar {
    /*padding: 6px 0px;*/ /*this affect the padding in modal popup when cancelling a transaction in PO*/
    background: var( --bg-lookupheader-color ) !important;
    color: #fff;
    font-family: var( --fontFamilyDefault );
    font-weight: 400;
}

.dx-popover-wrapper.dx-position-bottom .dx-popover-arrow:after {
    background: #425367 !important;
}



#btnOk {
    background-image: linear-gradient(to right, #DE6262 0%, #FFB88C 51%, #DE6262 100%);
}

#btnOk {
    font-family: var( --fontFamilyInputText );
    font-weight: 800;
    padding: 2px 4px;
    float: right;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 4px;
}

    #btnOk:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

    #btnOk i.dx-icon.dx-icon-check {
        color: #fff;
    }

img#btnimportImg {
    margin: 0 5px;
}
/* Let's get this party started */
/*::-webkit-scrollbar {
    width: 5px;
}*/

/* Track */
/*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255,0,0,0.4);
    }*/

/* PostToGl Css */
.redirect-url {
    padding: 7px 20px;
    background-color: #efeeee;
}

#btn-process {
    background-image: linear-gradient(to right, #348F50 0%, #56B4D3 51%, #348F50 100%)
}

#btn-process {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 33.5px 4px;
    line-height: 1.6;
    text-align: center;
    width: auto;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 4px;
}

    #btn-process:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }



#btn-process2 {
    background-image: linear-gradient(to right, #EC6F66 0%, #F3A183 51%, #EC6F66 100%)
}

#btn-process2 {
    font-size: 12px;
    padding: 4px 22px 4px;
    text-align: center;
    line-height: 1.6;
    width: auto;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 4px;
}

    #btn-process2:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }



/******* M O B I L E  M E D I A  l A N D S C A P E  A 6 ********/
@media screen and (max-width: 1340px) {
    #mainmenu {
        max-width: 10%;
    }
}

@media screen and (max-width: 768px) {
    #mainmenu {
        max-width: 14%;
    }

    .file-attachment {
        margin: 18px 4px -19px;
    }

    .headerTitleOther, .headerTitleOther2, .headTitle, .headTitle2 {
        margin: 0 4px;
    }

    #form {
        margin: -6px 4px -19px;
    }

    #gridContainer,
    #gridDetail,
    #gridCategory,
    #gridDetailContainer,
    #gridItemComponent, #gridItemComponent {
        margin: -6px 4px 1px;
    }

    #gridOtherAccount, #gridSummaryContainer, #gridNewItemContainer, #gridNewItemsDetailContainer, #gridSummaryContainer, #gridSubCategory {
        margin: -6px 4px 1px;
    }

    #gridList_DXAHeaderPanel {
        display: none;
    }
}

@media screen and (max-width: 412px) {
    #mainmenu {
        max-width: 8%;
    }
}
