﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
.spacer1 {
    height: 1px;
}

.spacer2 {
    height: 2px;
}

.spacer3 {
    height: 3px;
}

.spacer4 {
    height: 4px;
}

.spacer5 {
    height: 5px;
}

.spacer6 {
    height: 6px;
}

.spacer7 {
    height: 7px;
}

.spacer8 {
    height: 8px;
}

.spacer9 {
    height: 9px;
}

.spacer10 {
    height: 10px;
}

.Status_Basic_New {
    color: white;
    background-color: #07cece;
}

.Status_Basic_Active {
    color: white !important;
    background-color: #61b15a;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    min-width: 80px;
}

.Status_Basic_Delete {
    color: white !important;
    background-color: #ec4646;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    min-width: 80px;
}

.Status_Basic_Approve {
    color: white !important;
    background-color: #ab87ff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    min-width: 80px;
}

.Status_Basic_InProgress {
    color: white !important;
    background-color: #ffa45b;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    min-width: 80px;
}

.Status_Basic_Finished {
    color: white !important;
    background-color: #5603ad;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    min-width: 80px;
}

.Status_Basic_Other {
    color: white !important;
    background-color: #004eff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    min-width: 80px;
}

.Status_Basic_Rejected {
    color: white;
    background-color: #07cece;
}

.Status_Basic_Canceled {
    color: white;
    background-color: #07cece;
}

.Status_Basic_OnHold {
    color: yellow !important;
    background-color: #f13535;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    min-width: 80px;
}

.Status_Basic_PostedToAccounts {
    color: white;
    background-color: #07cece;
}

.Status_Basic_Others {
    color: black;
    background-color: transparent;
}

.Status_Basic_InActive {
    color: coral !important;
    background-color: #a6a9b6;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    min-width: 80px;
}

.Status_Basic_StockOut {
    color: red !important;
    background-color: #f13535;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    min-width: 80px;
}
/*04 12 2020 Code Added */
table#RoleTable {
    width: 100% !important;
    background-color: #fff !important;
    color: #2b3463;
}

    table#RoleTable tr th {
        background-image: url(Kendo/textures/glass-lighter.png),linear-gradient(to bottom,rgba(17, 33, 109, 0.7) 0,rgba(17, 33, 109, 0.5) 100%) !important;
    }

.k-listbox {
    min-height: 150px;
    height: auto;
    vertical-align: top;
    background-color: #2b3463;
    border-width: 0;
}

    .k-listbox .k-listbox-toolbar ul {
        display: flex;
    }

    .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar ul, .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar ul {
        flex-direction: column;
    }

    .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar li + li, .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar li + li {
        margin-top: 8px;
    }

    .k-listbox.k-listbox-toolbar-left {
        flex-direction: row;
    }

        .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar {
            margin-right: 8px;
        }

    .k-listbox.k-listbox-toolbar-right {
        flex-direction: row-reverse;
        display: inline-flex;
        width: auto;
        min-width: 250px;
    }

        .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
            margin-left: 8px;
            margin-right: 8px;
        }

    .k-listbox.k-listbox-toolbar-top, .k-listbox.k-listbox-toolbar-bottom {
        flex-direction: column;
    }

        .k-listbox.k-listbox-toolbar-top .k-listbox-toolbar ul, .k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar ul {
            flex-direction: row;
        }

        .k-listbox.k-listbox-toolbar-top .k-listbox-toolbar li + li, .k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar li + li {
            margin-left: 8px;
        }

        .k-listbox.k-listbox-toolbar-top .k-listbox-toolbar {
            margin-bottom: 8px;
        }

        .k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar {
            margin-top: 8px;
        }

    .k-listbox .k-list-scroller {
        width: 100%;
        border-width: 2px;
        border-style: solid;
    }

    .k-listbox .k-drop-hint {
        border-top-width: 1px;
        border-top-style: solid;
    }

    .k-listbox .k-ghost {
        opacity: .5;
    }

    .k-listbox .k-list-scroller {
        background-color: #ffffff;
        border-color: #2b3463;
        color: #2b3463;
        background-clip: padding-box;
        width: auto;
        min-width: 250px;
        border-radius: 10px;
        height: auto;
        min-height: 150px;
    }

.k-ie11 .k-listbox .k-list-scroller,
.k-edge12 .k-listbox .k-list-scroller,
.k-edge13 .k-listbox .k-list-scroller {
    background-clip: border-box;
}

.k-multiselect-wrap {
    box-sizing: border-box !important;
}

.k-listbox .k-drop-hint {
    border-top-color: #c00000;
}

.k-listbox .k-list-scroller li {
    display: block;
}

    .k-listbox .k-list-scroller li table {
        margin-bottom: 0px;
    }

        .k-listbox .k-list-scroller li table tr td .label-container {
            display: inline-block;
        }

        .k-listbox .k-list-scroller li table tr.table-header {
            display: none;
            width: 100%;
        }

    .k-listbox .k-list-scroller li:first-child table tr.table-header {
        display: contents;
    }

    .k-listbox .k-list-scroller li input#searchBox {
        display: none;
    }

    .k-listbox .k-list-scroller li:first-child input#searchBox {
        display: block;
        margin: 10px 0px;
        width: 100%;
    }

.k-rtl .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
    float: right;
    margin-right: 8px;
    margin-left: 8px;
}

.k-rtl .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar, .k-rtl .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.k-listbox .k-list-scroller .k-list .k-item.k-state-selected {
    color: #fff !important;
    background: #2b3463;
    color: inherit;
    border-color: #165484;
}

@media screen and (min-width: 1201px) {
    .k-listbox {
        width: 100% !important;
    }

        .k-listbox.k-listbox-toolbar-right {
            min-width: auto;
        }

        .k-listbox .k-list-scroller {
            width: 100%;
            min-width: auto;
        }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .k-listbox {
        width: 100% !important;
    }

        .k-listbox.k-listbox-toolbar-right {
            min-width: auto;
        }

        .k-listbox .k-list-scroller {
            width: 100%;
            min-width: auto;
        }
}

@media screen and (max-width: 767px) {
    .k-listbox {
        width: 100% !important;
    }

        .k-listbox.k-listbox-toolbar-right {
            width: 100% !important;
            min-width: auto;
            margin-bottom: 15px;
        }

        .k-listbox .k-list-scroller {
            width: 100%;
            min-width: auto;
        }
}

.k-edit-form-container {
    width: 700px;
    min-width: 400px;
    border-color: inherit;
    position: relative;
}

@media screen and (max-width: 767px) and (min-width: 481px) {
    .k-edit-form-container {
        width: 400px !important;
        min-width: 400px;
    }
}

@media screen and (max-width: 480px) {
    .k-edit-form-container {
        width: 350px !important;
        min-width: 350px;
    }
}

table.k-editor {
    width: 100%;
    height: 250px;
    table-layout: fixed;
    border-style: solid;
    border-width: 0px;
    border-collapse: collapse;
    border-spacing: 4px;
    font-size: 100%;
    vertical-align: top;
    position: relative;
}

/* For loader*/
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../assets/images/Fade-Loader-96x96.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.notification-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 60px;
}

.noti-container {
    width: 300px;
    height: 100px;
    white-space: normal;
}

/* Custom badge colors */
.badge-soft-critical {
    background: #ed0016;
}

.badge-soft-high {
    background-color: #ea5455;
}

.badge-soft-normal {
    background-color: #11698e;
}

.badge-soft-low {
    background-color: #61b15a;
}

.badge-soft-unassigned {
    background-color: #ff5e78;
}

.badge-soft-deleted {
    background-color: #ec4646;
}

.badge-soft-approved {
    background-color: #ab87ff;
}

.badge-soft-inprogress {
    background-color: #61b15a;
}

.badge-soft-finished {
    background-color: #ec4646;
}

. badge-soft-inactive {
    background-color: #a6a9b6;
}

.badge-soft-assigned {
    background-color: #51c2d5;
}

.badge-soft-onhold {
    background-color: #ffee93;
}

.badge-soft-open {
    background-color: #845ec2;
}

.Status_Product_Active {
    color: white !important;
    background-color: #61b15a;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    min-width: 80px;
}

.Status_Product_Delete {
    color: white !important;
    background-color: #ec4646;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    min-width: 80px;
}

.Status_Product_InActive {
    color: white !important;
    background-color: #ec4646;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    min-width: 80px;
}

.Status_Product_OnHold {
    color: white !important;
    background-color: #ff6600;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    min-width: 80px;
}

.Status_Product_StockOut {
    color: white !important;
    background-color: #ff4646;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    min-width: 80px;
}

.Status_VRequest_Request {
    color: white !important;
    background-color: #ffce89;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    min-width: 80px;
}

.Status_VRequest_Reject {
    color: white !important;
    background-color: #ec4646;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    min-width: 80px;
}

.Status_VRequest_Approve {
    color: white !important;
    background-color: #9dad7f;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    min-width: 80px;
}

.Status_VRequest_InProgress {
    color: white !important;
    background-color: #61b15a;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    min-width: 80px;
}

.Status_VRequest_Finished {
    color: white !important;
    background-color: #f8a1d1;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    min-width: 80px;
}

.Status_Promotion_Active {
    color: white !important;
    background-color: #5aa469;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    min-width: 80px;
}

.Status_Promotion_Expired {
    color: white !important;
    background-color: #ff4646;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    min-width: 80px;
}

.Status_Promotion_Coming {
    color: white !important;
    background-color: #f2a154;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    min-width: 80px;
}

#ErrorMsg {
    display: none;
    justify-content: center;
    color: red;
    font-size: 14px;
    font-family: revert;
}


/* For Menu */
.main-content.toggle-content.active{
    margin-left:70px !important;
}
.navigation {
    position: fixed;
    top: 20px;
    bottom: 20px;
    width: 265px;
    height: 100vh;
    border-radius: 10px;
    box-sizing: initial;
    border-left: 5px solid #4d5bf9;
    background: #4d5bf9;
    transition: width 0.3s;
    overflow: auto;
}

    .navigation.active {
        width: 60px;
        background: #4d5bf9;
    }

    .navigation ul.secondary-navigation {
        position: absolute;
        top: 0;
        left: 60px;
    }

    .navigation ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-left: 5px;
        padding-top: 50px;
    }

        .navigation ul li {
            position: relative;
            list-style: none;
            width: 77%;
            border-top-left-radius:20px;
            border-bottom-left-radius:20px;
        }

        .navigation ul li.active{
           background:#fff;
        }

            .navigation ul li b:nth-child(1) {
                position: absolute;
                top: -20px;
                width: 100%;
                background: #fff;
                display: none;
            }

                /*.navigation ul li b:nth-child(1)::before{
                    content:'';
                    position:absolute;
                    top:0;
                    left:0;
                    width:100%;
                    height:100%;
                    border-bottom-right-radius:20px;
                    background:#4d5bf9;
                }*/

            .navigation ul li b:nth-child(2) {
                position: absolute;
                bottom: -20px;
                width: 100%;
                background: #fff;
                display:none;
            }

                /*.navigation ul li b:nth-child(2)::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    border-top-right-radius: 20px;
                    background: #4d5bf9;
                }*/

            .navigation ul li.active b:nth-child(1), .navigation ul li.active b:nth-child(2) {
                display:block;
            }

            .navigation ul li a {
                position: relative;
                display: block;
                width: 100%;
                display: flex;
                text-decoration: none;
                color: #fff !important;
            }

            .navigation ul li.active a {
                color: #333 !important;
            }

                .navigation ul li a .menu-icon {
                    position: relative;
                    display: block;
                    min-width: 60px;
                    height: 60px;
                    line-height: 60px;
                    text-align: center;
                }

                .navigation ul li a .menutitle {
                    position: relative;
                    display: block;
                    padding-left: 10px;
                    height: 60px;
                    line-height: 65px;
                    white-space:normal;
                }

.side-menu-icon {
    height: 60px;
    width: 42px;
    line-height: 63px;
    padding-left: 13px;
    border-radius: 20px;
}

.side-menu-icon.active {
    height: 60px;
    width: 42px;
    line-height: 63px;
    padding-left: 13px;
    background: #fff;
    border-radius: 20px;
}

.menu-toggle {
    position: fixed;
    top: 75px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #4d5bf9;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-toggle.active{
    background:#ec4646;
}

.menu-toggle i{
    position:absolute;
    color:#fff;
    font-size:34px;
    display:none;
}

    .menu-toggle i.open, menu-toggle.active i.close {
        display:block;
    }

    .menu-toggle i.close, menu-toggle.active i.open {
        display: none;
    }



/*=====================
    For Flashing
==========================*/
.flash {
    -moz-animation: flash 4s ease-out;
    -moz-animation-iteration-count: 1;
    -webkit-animation: flash 4s ease-out;
    -webkit-animation-iteration-count: 1;
    -ms-animation: flash 4s ease-out;
    -ms-animation-iteration-count: 1;
}

@keyframes flash {
    0% {
        background-color: transparent;
    }

    10% {
        background-color: #03cd00;
    }

    20% {
        background-color: transparent;
    }

    30% {
        background-color: #03cd00;
    }

    40% {
        background-color: transparent;
    }

    50% {
        background-color: #03cd00;
    }

    60% {
        background-color: transparent;
    }

    70% {
        background-color: #03cd00;
    }

    80% {
        background-color: transparent;
    }

    70% {
        background-color: #03cd00;
    }

    100% {
        background-color: transparent;
    }
}

@-webkit-keyframes flash {
    0% {
        background-color: transparent;
    }

    20% {
        background-color: #03cd00;
    }

    40% {
        background-color: transparent;
    }

    60% {
        background-color: #03cd00;
    }

    80% {
        background-color: transparent;
    }

    100% {
        background-color: transparent;
    }
}

@-moz-keyframes flash {
    0% {
        background-color: transparent;
    }

    20% {
        background-color: #03cd00;
    }

    40% {
        background-color: transparent;
    }

    60% {
        background-color: #03cd00;
    }

    80% {
        background-color: transparent;
    }

    100% {
        background-color: transparent;
    }
}

@-ms-keyframes flash {
    0% {
        background-color: transparent;
    }

    20% {
        background-color: #03cd00;
    }

    40% {
        background-color: transparent;
    }

    60% {
        background-color: #03cd00;
    }

    80% {
        background-color: transparent;
    }

    100% {
        background-color: transparent;
    }
}
