﻿body {
    margin: 0;
    padding: 0;
    background: #EBEDFA;
    font-size: 14px;
}

.v00_1 {
    width: 970px;
    height: 44px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 24px 0px;
}

.v0_menu-icon {
    width: 40px;
    height: 40px;
    background: rgba(25, 30, 58, 1);
    opacity: 1;
    top: 1px;
    border-radius: 5px;
    display: none;
}

.v0_menu-iconView {
    padding: 19px;
    cursor: pointer;
    border: none;
}

.v00_2 {
    width: 190px;
    height: 34px;
    background: url("/images/logo1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.v00_3 {
    width: 158px;
    text-align: center;
    display: block;
    margin-left:-16%;
    height: 60px;
}

.v0_3_span1 {
    width: 158px;
    color: rgba(25, 30, 58, 1);
    top: 0px;
    left: 0px;
    font-family: Roboto;
    font-weight: Medium;
    font-size: 16px;
    opacity: 1;
    text-align: left;
}

.v0_3_span2 {
    width: 158px;
    color: rgba(25, 30, 58, 0.6000000238418579);
    top: 30px;
    font-family: Roboto;
    font-weight: Medium;
    font-size: 14px;
    opacity: 1;
    text-align: left;
}

.v00_4 {
    width: 30px;
    height: 30px;
    background: rgba(25, 30, 58, 1);
    opacity: 1;
    top: 1px;
    border-radius: 5px;
}

#user-view {
    display: none;
}

.dropbtn1 {
    background: url("/images/Master_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px;
    cursor: pointer;
    border: none;
}

.dropdown1 {
    position: relative;
    display: inline-block;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
}

    .dropdown-content1 a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }
    .dropdown-content1 a:last-child { 
        display:none;
    }

        .dropdown-content1 a:hover {
            background-color: #f1f1f1;
        }


.show {
    display: block;
}



.main-headers {
    width: 970px;
    height: 42px;
    background: rgba(25, 30, 58, 1);
    opacity: 1;
    top: 80px;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    overflow: hidden;
    align-items: center;
}

.sub-header {
    height: 28px;
    align-items: center;
    margin: 5px;
    padding: 2px;
    display: flex;
    color: #f1f1f1;
    text-align: center;
}

.v05_link-menu {
    display: flex;
    height: 26px;
    margin: 10px;
    border-right: 1px solid gray;
    text-align: center;
    text-decoration: none;
    align-items: center;
    color: #f1f1f1;
    padding-top: 1px;
}

    .v05_link-menu:hover {
        color: #fff;
    }

.customer-icon {
    float: left;
  
    width: 16px;
    height: 16px;
    background: url("/images/customer\ icon\ \(1\).png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.company-icon {
    float: left;
    width: 16px;
    height: 16px;
    background: url("/images/company\ information\ icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.docu-icon {
    float: left;
    width: 16px;
    height: 16px;
    background: url("/images/invoice\ icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.payment-icon {
    float: left;
    width: 16px;
    height: 16px;
    background: url("/images/payment\ icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.v0_spanName {
    /* padding: 0px 15px;*/
    padding: 0px 15px 0px 15px;
  
}

.closebtn {
    position: absolute;
    top: 10px;
    left: 4px;
    font-size: 15px;
    margin-left: 20px;
    color: #f1f1f1;
    display:none;
}
    .closebtn span{
        color:#fff;
    }

    .v0_menu-icon > #nav-check {
        display: none;
    }

.main-container {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}
.PChangedBtn {
    background: rgba(25, 30, 58, 1);
    width: 290px;
    height: 32px;
    border-radius: 3px;
    border: none;
    color: #fff;
}

@media screen and (max-width:768px) {
    .main-container{
        width:100%;
        margin:0;
        padding:10px;
    }
    .v00_1 {
        width: 100%;
        height: 44px;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .v0_menu-icon {
        width: 24px;
        height: 24px;
        background: rgba(25, 30, 58, 1);
        opacity: 1;
        top: 1px;
        margin-left: 10px;
        border-radius: 3px;
        display: block;
        color: #f1f1f1;
        cursor: pointer;
    }

    .v0_menu-iconView {
        padding: 4px 6px;
        cursor: pointer;
        border: none;
    }

    .v00_2 {
        width: 127.71px;
        height: 23px;
        top: 10px;
        background: url("/images/logo1.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .v00_3 {
       
        height: 41px;
        top: 1px;
        display: none;
    }

    .v00_4 {
        width: 24px;
        height: 24px;
        background: rgba(25, 30, 58, 1);
        opacity: 1;
        top: 1px;
        border-radius: 3px;
        margin-right: 10px;
    }

    .dropbtn1 {
        background: url("/images/Master_icon.png");
        background-repeat: no-repeat;
        background-position: center;
        padding: 12px;
        cursor: pointer;
        border: none;
    }
    .dropdown-content1 a:last-child {
        display: block;
    }

/*
    #user-view {
        display: block;
        height: auto;
    }*/

    .v0_3_span1 {
        height: 19px;
        color: rgba(25, 30, 58, 1);
        font-family: Roboto;
        font-weight: bold;
        font-size: 14px;
        opacity: 1;
        text-align: left;
        padding: 15px;
    }

    .v0_3_span2 {
        margin-top: 15px;
        color: rgba(25, 30, 58, 0.6000000238418579);
        top: 25px;
        left: 0px;
        padding: 15px;
        font-family: Roboto;
        font-weight: bold;
        font-size: 12px;
        opacity: 1;
        text-align: left;
    }



    .closebtn {
        position: absolute;
        top: 10px;
        left: 4px;
        font-size: 15px;
        margin-left: 20px;
        color: #f1f1f1;
        display:block;
    }

        .closebtn span {
            color: #fff;
        }


    .main-headers {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background: rgba(25, 30, 58, 1);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        border-radius: 0;
        margin: 0;
    }

    .sub-header {
        height: 28px;
        align-items: center;
        display: block;
        color: wheat;
        padding-left: 40px;
        text-align: center;
        text-decoration: none;
    }


    .v0_spanName {
        padding: 0px 20px;
    }

    .customer-icon, .company-icon, .docu-icon, .payment-icon {
        margin-left: 25px;
    }

    .v05_link-menu {
        margin-top: 6px;
        padding-top: 6px;
        border-radius: 50px;
        height: 30px;
        display: block;
        text-align: left;
        align-items: center;
        opacity: 0.5;
        border: none;
        line-height: 20px;
        height:35px;
        width: 219px;
    }

        .v05_link-menu:hover {
            border: 1px solid white;
            border-radius: 50px;
            color: #f1f1f1;
            opacity: 1;
        }

    .PChangedBtn {
        background: rgba(25, 30, 58, 1);
        width: 100px;
        height: 32px;
        border-radius: 3px;
        border: none;
        color: #fff;
    }
}
