﻿
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: white !important;
    font-family: 'Poppins', sans-serif !important;
}

.branchState {
    margin-top: 7%;
    color: black;
}

/*.header_vbl h5 {
    font-size: 14px !important;
}*/

.header_vbl ion-icon {
    height: 18px !important;
    color: red;
}

.containerr {
    height: 100vh;
    width: 100%;
}

.Dashboard_cover {
    height: 95%;
    width: 100%;
    background: #f6faffcc;
    display: flex;
    justify-content: space-between;
}


.dashboard_customTbl {
    width: 100%;
}

    .dashboard_customTbl:hover {
    }



    .dashboard_customTbl td {
        width: 200px;
        text-align: center;
        padding: 20px !important;
    }

    .dashboard_customTbl th {
        width: 200px;
        text-align: center;
        padding: 20px !important;
    }

    .dashboard_customTbl tr {
        background: red;
    }


/* colured buttons*/

.completed_btn {
    padding: 9px;
    background: #60bb60;
    border: none;
    color: white;
    border-radius: 50px;
    text-decoration: none;
}


.pending_btn {
    padding: 9px;
    background: #e34f2bb5;
    border: none;
    color: white;
    border-radius: 50px;
    cursor: pointer;
}

.partial_btn {
    padding: 9px;
    background: #cfcb2af0;
    border: none;
    color: white;
    border-radius: 50px;
}

.short_closebtn {
    padding: 9px;
    background: #60bb60;
    border: none;
    color: white;
    border-radius: 10px;
}

.short_close_btn {
    padding: 9px;
    background: #111;
    border: none;
    color: white;
    border-radius: 50px;
}

.short_closedashbordbtn {
    background: #d0cd35;
    border: none;
    color: #ffffff;
    padding: 10px;
    border: 1px solid green;
    border-radius: 50px
}

    .completed_btn:hover, .short_closedashbordbtn:hover, .short_closebtn:hover, .partial_btn:hover, .pending_btn:hover {
        padding: 9px;
        box-shadow: 0 0 10px 0 rgba(255,255,255,.7);
        border: none;
        color: white !important;
        border-radius: 50px;
    }

        .short_closebtn:hover::after {
            content: "➡";
            display: inline-block;
            position: absolute;
            top: 15px;
            right: 10px;
            z-index: 1;
            font-size: 18px;
        }


.sticky-header {
    position: sticky !important;
    /*         top: -7px !important;*/
    text-align: center;
    background-color: #f7f7f7;
}


/*.dashScroll table tr:nth-child(2n+2) {
    background: #fff !important;
}
*/

.dashScroll table {
    width: 100% !important;
}

table {
    width: 100%;
}

.Dashboard_cover .Dashboard_left {
    flex: 0 0 auto;
    width: 100%;
    height: 80vh !important;
    /*  background:red;*/
}

.Dashboard_cover .Dashboard_right {
    flex: 0 0 auto;
    width: 48%;
    /*  background: blue;*/
}

.imgbox img {
    height: 70vh;
    padding-top: 60px;
}

.extra_img {
    position: absolute;
    top: 30%;
    right: 8%;
}

    .extra_img img {
        height: 50px;
        margin-top: 20px;
        transition: 0.3s ease-in;
        cursor: pointer;
    }

        .extra_img img:hover {
            transform: scale(1.2)
        }

.SurWidth {
    width: 80px !important;
}

.nav {
    height: 70px;
    width: 100%;
    /* background-color: rgb(90, 76, 245); */
    /*box-shadow: 6px 6px lightblue;*/
}

.sorting {
    text-align: center !important;
}

.m-2card {
    text-align: center;
    padding-block: 20px;
    box-shadow: 80px;
    border-radius: 25%;
}

ion-icon {
    width: 25px;
    height: 35px;
    /* justify-content: space-between; */
    position: absolute;
}

.list-group {
    position: fixed;
    background: #000000;
    line-height: 12px;
    list-style-type: none;
    /*box-shadow: 2px 1px 13px 2px #b3b2b2e6;*/

    margin-left: -10px;
    margin-top: -3px;
    height: 100vh;
}
    /* .list-group:hover {
        background-color: lightblue;
    }*/

    .list-group .icon {
        position: static;
    }

.headerColor {
    background: transparent !important;
}

.headingColor {
    color: #005CB4;
    padding: 10px;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    animation: multicolor 10s linear infinite;
}

.red {
    color: red !important;
}

@keyframes multicolor {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}

.submitBtn {
    background-color: #69bcc5;
    color: white;
}

    .submitBtn:hover {
        background-color: #69bcc5;
        color: white;
    }

.subHeadingColor {
    color: #d5376a;
}

.btnSuccess {
    background-color: #5fbf5f !important;
    border-color: #5fbf5f !important;
}

.btnReject {
    background-color: #df4c2a !important;
    border-color: #df4c2a !important;
}

.linkShow {
    color: blue;
    text-decoration: underline;
}

.nav-link i {
    letter-spacing: 7px;
    color: #fff;
}


.nav-item a {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 13px !important;
    padding-left: 16px !important;
}

nav_name {
    display: block !important;
    position: absolute;
    left: 70px;
    color: #005cb4;
    padding-left: 20px;
    border-radius: 10px;
    width: 200px;
    background: #fff;
    margin-top: -40px;
    transition: 0.3s ease-in;
    z-index: 9999 !important;
    box-shadow: 0 0 10px 0 rgba(0, 0,0,0.9);
}

.nav_name:hover {
    color: #ffffff;
}

.red {
    color: red;
}

.green {
    color: green;
}

.width_of_long_col {
    font-size: 14px;
    min-width: 150px !important;
    text-align: center !important;
}

.width_of_long_colu {
    font-size: 12px;
    min-width: 120px !important;
    text-align: center !important;
}

.width_of_long_coluFull {
    width: 100% !important;
}

.width_of_long_coluSmall {
    font-size: 12px;
    min-width: 50px !important;
    text-align: center !important;
}


table {
    border-collapse: collapse;
}

    table tr:nth-child(2n+2) {
        background: #b9c2cf !important;
    }


.filterselect_MU {
    float: right;
    width: 107px;
    height: 35px;
    margin-left: 12px;
    box-shadow: 0 0 20px 0 rgb(165 158 158 / 90%);
    border: 2px solid transparent;
}

.MUfiltersBox p {
    color: #227983;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: -20px;
}

.superFORdistributor {
    display: none;
}




input[type = submit] {
    font-size: 16px !important;
}

.mainLoader {
    position: absolute;
    display: none;
    height: 100vh;
    /*background: red;*/
    left: 17%;
    width: -webkit-fill-available;
    z-index: 999 !important;
}

    .mainLoader::before {
        content: '';
        position: absolute;
        top: 0;
        left: 4%;
        opacity: 0.5;
        height: 100vh;
        width: 92%;
        /* z-index: 39; */

        animation: L 0.5s ease-in;
    }

@keyframes L {
    0% {
        filter: blur(2px);
    }

    50% {
        -webkit-filter: blur(8px);
        filter: blur(2.2px);
    }

    100% {
        -webkit-filter: blur(4px);
        filter: blur(1px);
    }
}


.mainLoader img {
    position: absolute;
    top: 20%;
    left: 40%;
}

label {
    display: flex !important;
    color: #111 !important;
    margin-bottom: 15px !important;
}

    label::before {
        content: '';
        position: absolute;
        margin-top: 25px;
        opacity: 0.5;
        /*height: 1.5px;
        width: 40px;*/

        background: rgb(0 92 180);
        animation: L 0.5s ease-in;
    }



.tracking-in-expand-fwd-top {
    -webkit-animation: tracking-in-expand-fwd-top 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-expand-fwd-top 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}



@-webkit-keyframes tracking-in-expand-fwd-top {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateY(-500px);
        transform: translateZ(-700px) translateY(-500px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}

@keyframes tracking-in-expand-fwd-top {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateY(-500px);
        transform: translateZ(-700px) translateY(-500px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}

#mrp_itemDD {
    width: 64px !important;
}

#80ztext {
    width: 64px !important;
}

#itemcode_itemDD {
    width: 100px !important;
}

#weight_itemIB {
    width: 62px !important;
    font-size: 12px !important;
}

.multiselect {
    width: 178px;
}

.selectsaledekstop {
    width: 100px !important;
}

.selectBox {
    position: relative;
}

    .selectBox select {
        width: 100%;
        font-weight: bold;
    }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
}

    #checkboxes label {
        display: block;
    }

        #checkboxes label:hover {
            background-color: #1e90ff;
        }



label {
    font-size: 14px !important;
}

input {
    font-size: 14px !important;
}

.MUfiltersBox {
    display: flex;
    justify-content: space-around !important;
    width: 100%;
}

.updateSapOrder {
    display: flex;
    justify-content: space-between;
    width: 43%;
    margin: auto;
}

    .updateSapOrder h4 {
        font-size: 12px
    }

    .updateSapOrder span {
        font-size: 14px;
        color: blue;
        margin-left: 20px;
    }

@media only screen and (max-width: 600px) {
    .MUfiltersBox {
        display: grid;
    }

        .MUfiltersBox > div {
            width: 80% !important;
        }

    .scrollable-tbl {
        width: 95%;
        overflow-y: scroll;
    }

    .filterselect_MU {
        float: right;
        width: 363px;
    }

    .px-3 {
        display: block;
    }
}

.welcomeLogin {
    height: 100%;
    width: 60%;
    margin-left: -38px;
    background: blue;
}

    .welcomeLogin img {
        margin-top: 70px !important;
    }

    .welcomeLogin h2 {
        position: absolute;
        top: 6%;
        margin-left: 60px;
        color: #fff;
    }

    .welcomeLogin p {
        margin-left: 100px;
        color: grey;
    }



#checkboxe li {
    display: block !important;
    border: 1px solid grey;
    padding: 5px;
}

.onlyMobile {
    display: none;
}

/*responsive mediaquery*/



@media screen and (max-width: 990px) {
    #myViewContainer {
        width: 100%;
    }

    .mobilehide {
        display: none !important;
    }

    #Navlogoutbtn {
        position: absolute;
        right: 0;
    }

    .itemmasterDiv .filterselect_MU {
        width: 96% !important;
        margin-left: 176px;
        font-size: 12px !important;
    }

    .MUfiltersBox {
        display: block;
        width: 98% !important;
        line-height: 45px !important;
    }



    .neworderpageFormMobile input, select {
        width: 100% !important;
    }

    .MUfiltersBox p {
        float: left;
    }

    .multiselect {
        width: 100%;
    }

    .myordersTopTable {
        overflow: scroll !important;
    }

    .pagename {
        display: block !important;
    }

    .Orderdetailspageval {
        display: contents !important;
        width: 100% !important;
    }

    .hiddentbl {
        overflow: scroll;
    }

    .mainLoader img {
        position: absolute;
        top: 28%;
        left: 35%;
    }

    .fullPOUP {
        position: fixed;
        top: 7%;
        left: 60px;
        width: 89%;
        height: 100%;
        z-index: 1;
        display: none;
    }
}

.neworderform input, .neworderform select {
    font-size: 12px !important;
}

#containers_orderDD, #brand_orderDD, #pack_size_orderDD {
    width: 100px;
}

#Packing_orderDD, #itemcode_orderDD {
    width: 80px;
}

#itemDesc_orderDD {
    width: 130px;
}

#ItemWeight, #ItemQuantity {
    width: 80px;
}


@media only screen and (max-width: 987px) {
    .myViewContainer {
        width: 92% !important;
        margin-left: 64px !important;
    }

    .welcomeLogin {
        display: none;
    }

    .loginForm {
        position: absolute;
        /* right: 0%; */
        top: 237px;
        transform: scale(2);
    }

    .neworderpageconatainer {
        height: auto;
    }
}

#uploadCustomerForm {
    display: flex;
    justify-content: space-between;
}

.neworderDetailsArea {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .neworderDetailsArea {
        display: block;
    }

        .neworderDetailsArea p {
            text-align: start;
        }

    .nav_name {
        display: none;
    }

    .mainLoader img {
        position: absolute;
        top: 28%;
        left: 20%;
    }

    .loginForm {
        top: 0;
        transform: none;
    }

    .d-fJcenter {
        display: block;
    }

    .list-group {
        width: 56px;
    }

    .myViewContainer {
        width: 88% !important;
        margin-left: 47px !important;
    }


    .leftNav ul {
        width: 494px;
    }

    #Navlogoutbtn {
        position: absolute;
        right: 0;
    }

    .screen {
        display: none;
    }

    .loginForm {
        position: absolute;
        right: 0;
    }

    .BRANCHstate {
        margin-left: 60px;
    }

    .onlyMobile {
        display: block;
        text-decoration: underline;
        color: blue;
        font-weight: 800;
    }

    .DashboardBTNgrp {
        width: 101%;
        display: flex;
        font-size: 10px;
    }

    .materials-input {
        display: block !important;
    }


    #uploadCustomerForm {
        display: block !important;
        line-height: 60px;
    }

    .itemmasterDiv input {
        width: 100% !important;
    }

    .neworderform {
        margin-left: 20px !important;
    }

    .fullPOUP {
        position: fixed;
        top: 12%;
        left: 61px;
        width: 82%;
        height: 100%;
        z-index: 1;
        display: none;
    }
}


.orderDetailsBtn {
    height: 31px;
    text-align: left;
    font-size: 13px;
    width: 120px;
}


.OrderDescription {
    width: 100% !important;
}

#SelectSaleOffice option {
    font-size: 18px;
    font-weight: 500;
}

.nav-item .fa {
    margin-top: 3px !important;
}

.cost {
    position: absolute !important;
    /* margin-top: 20px; */
    z-index: 999 !important;
    color: #fff;
    background: #111;
    margin-left: 27%;
    margin-top: 6px;
    font-size: 13px;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


#myViewContainer {
    margin-top: 78px !important;
}

.list-group {
    margin-top: 76px;
    z-index: 1;
}

.headerColor {
    background: #7c7c7c !important;
}

#totalweightofOrdering {
    color: green;
    font-weight: 700;
}

#totalqtyofOrdering, #totaleightyZ {
    color: green;
    font-weight: 700;
}

#totalDealerRate {
    color: red;
    font-weight: 700;
}

.weightandqtybox {
    display: flex !important;
    margin-top: -51px;
    padding: 10px;
    justify-content: space-between;
    width: 90%;
}


.fullPOUP {
    position: fixed;
    top: 12%;
    left: 17%;
    width: 82%;
    height: 100%;
    z-index: 1;
    display: none;
}


.itemmasterDiv .form-select {
    font-size: 12px !important;
}


#checkboxex {
    display: none;
}

    #checkboxex li {
        display: block !important;
    }

.wsmall {
    width: 100px !important;
}

.btnUpdate {
    display: none;
}

.MUfiltersBox .filterselect_MU {
    width: 78px;
}

#OrderRemark, #EmptyComit {
    padding: 10px;
}

.Submit_order {
    height: 40px !important;
    resize: none !important;
}


.Orderdetailspageval {
    padding: 10px;
    width: 99%;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(45deg, black, #a58d8d);
    color: #fff;
    border-radius: 8px;
    font-size: 12px !important;
}

    .Orderdetailspageval > span > span {
        text-decoration: underline;
    }


#CustdateOD {
    font-weight: 800;
}

#CustorderOD {
    font-weight: 800;
}

#CustcodeOD {
    font-weight: 800;
}

#CustnameOD {
    font-weight: 800;
}

.hiddentbl {
    display: none;
}

#SapDetailsPagePopup {
    width: 100% !important;
}

#createSCheader {
    display: none;
}

.newordertextarea {
    justify-content: space-between;
}

    .newordertextarea #OrderRemark {
        width: 430px !important;
    }

    .newordertextarea #EmptyComit {
        width: 430px !important;
    }


.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    padding: 10px;
    z-index: 1;
}

    .dropdown-menu.show {
        display: block;
    }

/*// custom animation class*/



.animatingTop {
    -webkit-animation: animatingTop 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: animatingTop 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}



@-webkit-keyframes animatingTop {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateY(-500px);
        transform: translateZ(-700px) translateY(-500px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}

@keyframes animatingTop {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateY(-500px);
        transform: translateZ(-700px) translateY(-500px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}



.animatingBottom {
    -webkit-animation: animatingBottom 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: animatingBottom 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}



@-webkit-keyframes animatingBottom {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateY(500px);
        transform: translateZ(-700px) translateY(500px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}

@keyframes animatingBottom {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateY(500px);
        transform: translateZ(-700px) translateY(500px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}

.animatingRight {
    -webkit-animation: animatingRight 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: animatingRight 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes animatingRight {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateX(500px);
        transform: translateZ(-700px) translateX(500px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        opacity: 1;
    }
}

@keyframes animatingRight {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateX(500px);
        transform: translateZ(-700px) translateX(500px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        opacity: 1;
    }
}


.animatingLeft {
    -webkit-animation: animatingLeft 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: animatingLeft 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes animatingLeft {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateX(-500px);
        transform: translateZ(-700px) translateX(-500px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        opacity: 1;
        z-index: 9999 !important;
    }
}

@keyframes animatingLeft {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateX(-500px);
        transform: translateZ(-700px) translateX(-500px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        opacity: 1;
    }
}



.mastertbl {
    margin-top: 20px;
    width: 100% !important;
    height: 350px;
}


.hiddenBottomTbl {
    display: none;
}

#staticBackdropnewordermodal {
    height: auto !important;
}

.reverse {
    cursor: pointer !important;
}

    .reverse:hover {
        color: #fff !important;
    }


#checkboxe {
    height: 200px;
    overflow: scroll;
}

#checkboxex {
    height: 300px;
    overflow: scroll;
}

    #checkboxex li {
        border: 1px #dadada solid;
    }

.tbl {
    height: 363px;
}

.selectsaledekstop #checkboxex {
    width: 174px;
    height: 147px;
}

#customersOrder {
    position: absolute !important;
    right: 40px;
}

.plus_icon {
    right: 150px !important;
    height: 48px;
    width: 48px;
}

.foundCustomePosition {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(124%, 19%);
}


.neworderpageconatainer {
    height: 80vh;
    background: white !important;
}

.nav-link {
    color: #fff;
}


.floating-button {
    position: absolute;
    bottom: 20px;
    right: 36px;
    display: none;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: #fff;
    background: #111;
    font-size: 22px;
}


.errorli {
    display: block !important;
    text-align: start;
    width: 63%;
    margin: auto;
}

#messageList {
    display: none;
    height: auto;
    overflow-y: scroll;
    max-height: 230px;
}

#createScheaerBTNUpdateSap, #afterErrorShowBtn {
    display: none;
}

input[type="file"] {
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(205 205 205 / 90%);
    border-radius: 8px;
    padding: 5px;
}




/*CVustom  select option css */


.itemAnalysi p {
    text-align: start;
    font-weight: 800;
    margin: 10px 0;
}

.custom-p {
    max-height: 300px;
    overflow-y: scroll;
}

    .custom-p p {
        text-align: left;
        margin: 0;
        padding: 4px 20px;
        border: 0.8px solid #ddd6d6;
    }

#blankdiv {
    position: absolute;
    margin-left: 134px;
    margin-top: -37px;
    font-size: 26px;
}

.myordersTopTable {
    overflow-x: scroll;
}

#ExportsaleRate,
#ExportCustomerRate,
#ExportTerritoryRate,
#ALLExportsaleRate,
#ALLExportCustomerRate,
#ALLExportTerritoryRate {
    background: #111;
    border-radius: 6px;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    cursor: pointer;
    z-index: 1000;
}


.defaultDataTBL {
    max-height: 300px;
    overflow-x: hidden;
}

.footerr {
    margin-left: 25% !important;
    margin-top: 1px;
    color: black;
}
/* Style the logout text */
#Navlogoutbtn b {
    color: black;
}

.colr {
    color: black;
}

#fottr {
    margin-top: 80px;
    overflow-y: auto;
}

.MRN {
    margin-top: 10px;
}

.MRN1 {
    margin-top: 10px;
}

.page-content {
    margin-top: -90px !important;
}

.tblStyle {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
