/* Let's get this party started */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    /*height:100px;
overflow:scroll;*/
    -webkit-border-radius: 10px;
    border-radius: 5px;
    background: rgb(48, 189, 255);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgb(255,64,129);
    }

html, body {
    /*
    margin: 0;
    width: 100%;
    height: 100%;
    */
    background-color: #E8EAF6;
    /*background-image: url('../imgs/daybg.jpg') !important;
    background-repeat: no-repeat !important;
    background-size:cover !important;
    opacity: 0.90;
    filter: alpha(opacity=50);*/
    /* For IE8 and earlier */
    font-family: 'DroidKufi-Regular' !important;
}

/* C sections*/
.E-c-middle {
    min-width: 200px;
    min-height: 700px;
    display: block;
    position: relative;
    margin-top: 50px;
}

.E-c-expanded {
    margin: 70px 200px 0 200px;
    /*	-webkit-transition: 0.2s; 
		transition: 0.2s;*/
}

.E-c-collapsed {
    margin: 70px 80px 0 200px; /*
		-webkit-transition: 0.2s; 
		transition: 0.2s;*/
}

.E-c-middle h1 {
    padding: 10px;
}

.E-c-middle p {
}


/* R Section */
.E-s-sider {
    position: fixed;
    width: 200px;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0px;
    box-shadow: -3px 0px 18px rgba(104, 172, 224, 0.51);
    /*overflow-y: auto;*/
}

.E-s-sider-wrapper {
    margin: 70px 0px 0px 0px;
    /* overflow-y: scroll; */
}

.E-s-sider140px {
    height: calc(100% - 140px);
    overflow-y: scroll;
}

.custom-md-button {
    border-radius: 40px;
    width: 100%;
}

.p_d_row {
    margin: 20px;
    background-color: rgpa(128,128,128,0.3);
    color: #f3f3f3;
    border: none;
    border-radius: 5px;
    outline: none;
}

    .p_d_row:hover {
        color: #ff0000;
    }

.ee-submit {
    text-align: center;
    position: absolute;
    bottom: 22px;
    width: 100%;
    background-color: white;
    padding: 0px;
    z-index: 3;
}

.rSide-wrapper {
    margin: 10px;
}

m-rsection {
    display: block;
    position: relative;
    margin-top: 10px;
}

m-title {
    display: block;
    font-weight: bold;
}

    m-title::before {
        /*content: "";
        position: absolute;
        top: 2px;
        left: 0px;
        height: 8px;
        width: 100%;
        background-color: #a1bdff;*/
    }



.clear {
    clear: both;
}

valid-text {
    color: red;
}

.flatpickr-calendar {
    margin-top: -65px;
}

.content_wrapper {
    padding: 10px;
    /*margin-right: 1%;
    margin-left: 11%;*/
}


/* current path*/
.current_path {
    padding: 0 20px 0 0;
}

    .current_path a {
        font-size: 17px;
        font-weight: bold;
        color: grey;
    }

/* loader spiner */
.routerLoader {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 111;
}

    .routerLoader img {
        position: absolute;
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
        right: calc(50% - 15px);
    }

.labelStyle {
    color: black;
    font-weight: bold;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


.negativeQty {
    background-color: #e91e63 !important;
}

    .negativeQty input {
        color: white;
    }