
    .w3-bar-block .w3-dropdown-hover .w3-dropdown-content, .w3-bar-block .w3-dropdown-click .w3-dropdown-content {
        min-width: 100%;
    }

    .w3-white, .w3-hover-white:hover {
        color: #000 !important;
        background-color: #fff !important;
    }

    .w3-drop.w3-show {
        background-color: #efefef !important;
        padding-left: 10px;
    }

    .normalHam {
        position: absolute;
    }

    .w3-card, .w3-card-2 {
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    }

    .w3-show-block, .w3-show {
        display: block !important;
    }

    .w3-dropdown-content {
        cursor: auto;
        color: #000;
        background-color: #fff;
        display: none;
        position: absolute;
        min-width: 160px;
        margin: 0;
        padding: 0;
        z-index: 1;
    }

    .w3-button:hover {
        color: #000 !important;
        background-color: #ccc !important;
    }
   

    .SideBarBody {
        height: 100%;
        width: 220px;
        background-color: #fff;
        position: fixed !important;
        z-index: 5;
        overflow: auto;
        top: 0;
        left:-220px;
        transition: left 0.4s;
    }
    .SideBarBody.slider { 
        left : 0px;
        transition: left 0.4s;
    }

    .w3-bar-block .w3-bar-item {
        width: 100%;
        display: block;
        padding: 8px 16px;
        text-align: left;
        border: none;
        white-space: normal;
        float: none;
        outline: 0;
    }

    .w3-button-red {
        color: #e6e6e6 !important;
        background-color: #fa0000 !important;
        text-align: center !important;
        color:#ffffff;
    }
     .w3-button-red:hover {
        background-color: #e81717 !important;
            
    }
     
    .w3-button-Orenge {
        color: #000000 !important;
        text-align: right !important;
        /*background-color: #ffefc9 !important;*/
    }
     .w3-button-Orenge:hover {
        background-color: #ffefc9 !important;
    }
    [class*='w3-btn'], [class*='w3-button'] { /* contains col-lg in class name */
        border: none;
        display: inline-block;
        padding: 8px 16px;
        vertical-align: middle;
        overflow: hidden;
        text-decoration: none;
        color: inherit;
        background-color: inherit;
        text-align: center;
        cursor: pointer;
        white-space: nowrap;
    }


    .w3-btn, .w3-button {
        border: none;
        display: inline-block;
        padding: 8px 16px;
        vertical-align: middle;
        overflow: hidden;
        text-decoration: none;
        color: inherit;
        background-color: inherit;
        text-align: center;
        cursor: pointer;
        white-space: nowrap;
    }

    .manageTopBarC {
        display: block;
    }

    .manageTopBarM {
        display: none;
    }

    .w3.show {
        display: block !important;
    }

    .w3-drop {
        display: none;
    }

    .w3-gray {
        background-color: #8E8E8E;
        color: #ffffff;
    }
    .container {
        transition : all 0.4s;
    }
    @media (max-width: 1200px){
        ul.fontsize992 > li > a{
            font-size:5px !important;
        }
        ul.fontsize992 > li > button{
            font-size:5px !important;
        }
    }
    @media (max-width: 991px) {
        .sticky {
            position: fixed;
            top: 0;
            z-index: 3;
        }

        .headerSticky {
            width: 100%;
        }

        .manageTopBarC {
            display: none;
        }

        .manageTopBarM {
            display: block;
        }

        .detailsBody {
            margin-top: 85px;
        }
    }

    .buttonX {
        background-color: transparent; /* Green */
        border: none;
        color: white;
        padding: 14px 16px 2px 18px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
    }

    .SideBarBody .w3-bar-item {
        text-decoration: none !important;
    }
