﻿.nav-main {
    list-style: none;
    color: #2f6587;
}
    .nav-main a{
        color:#000;
    }
    .nav-mega {
        width: 100%;
    }

    .nav-mega .dropdown {
        position: static;
    }

    .nav-mega .dropdown-menu.mega-menu {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-border-radius-topleft: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -moz-border-radius-topright: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        min-width: auto;
        width: 100%;
        margin-top: 0;
        padding: 0;
        border-color: #ccc;
    }

        .nav-mega .dropdown-menu.mega-menu > li {
            padding: 20px;
        }

        .nav-mega .dropdown-menu.mega-menu .media-list .media {
            padding: 10px;
            font-size: 13px;
        }

        .nav-mega .dropdown-menu.mega-menu .media-list .media-heading {
            font-size: 16px;
        }
.mega-menu {
    background-color: #e6e6e6;
    /*   background-image: linear-gradient(180deg, #aad4f0, #44a3b3);*/
}
.posButon {
    width: 100%;
    height: 60px;
    background-color: #abd1eb;
    border: none;
    font-size: 12px;
    font-weight: bold;
}
    .posButon:hover {
        background-color: #eaedbe;
    }
.posrow{
    overflow-x:auto;
    padding:5px;
    
}
.posButonGroup {
   
    height: 40px;
    border: none;
    float: right;
    background-color: #5f8096;
    color:white;
}
 .posButonGroup:hover {
        background-color: #d9a20b;
}
.btn-col {
    overflow: auto;
}
.posGroupedButons {
    width: 100%;
    height: 40px;
    border: solid 1px #CCCCCC;
    font-size: 13px;
    font-weight:bold;
}
.posGroupedButons:hover {
    background-color: #edb928;
}
.OrderCustomerNo {
    height: 50px;
    background-color: #a0b6d9;
    border: none;
}
.OrderCustomerNo:hover {
    background-color: #edb928;
}

.bg-vbrown {
    background-color: #805207!important;
}

.btn-vbrown {
    background-color: #805207 !important;
    color: #fab920!important;
}
.text-vbrown {
    color: #fab920!important;
}

.text-vvbrown {
    color: #805207 !important;
}
.dropdown-item:hover {
    color: #fab920 !important;
    background-color: #805207 !important;
}