img.img-responsive.header-logo {
}

.nav-item.dropdown.show {
    display: flex !important;
}
/*.dropdown-menu.show {
    position: absolute;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #EBEBEB;
    opacity: 1;
    opacity: 1;
    min-width: 415px;
    list-style-type: none;
    text-align: center;
    padding: 10px;
    right: 0;
    top: 50px;
    z-index: 9999;
    border-radius: 7px;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    left: auto;
}*/
.dropdown-menu.LogoutDrop.show {
    width: 208px;
    right: 8px;
    left: auto;
    top: 55px;
    height:auto;
}

.LogoutDrop {
    left: 188px;
}

.navbar-dark .navbar-nav .nav-link a.dropdown-item {
    display: inline-flex;
    padding: 5px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    /* background: white; */
    text-decoration: none;
    margin: 1px;
    width: 90%;
    text-align: left;
    opacity: 0.8;
    color: #4d4d4d !important;
    -webkit-box-align: center;
}

.user-image {
    width: 28px;
    margin-right: 10px;
    /* height: 39px; */
    margin-left: 10px;
    /* border-radius: 50px;
    /* height: 39px; */
    /* border-radius: 50px; */
}

.dropdown, .dropleft, .dropright, .dropup {
    position: static;
    /*z-index: 9999;*/
}

div#navbarCollapse {
    float: right;
}

.nav-item.dropdown {
    padding: 0px 16px;
    display: flex;
    position: relative;
    align-items: center;
}

.boxDrop {
    z-index: 9999;
    height: 400px;
    left: 35px;
    overflow: auto;
}

.bellDrop {
    left: 29px;
    right: -21px;
}

.navigation-wrap.start-header.start-style {
    display: flex;
    padding: 0px;
    align-items: center;
}

.form-group {
    margin: 0;
}

span.cd-dropdown-wrapper {
    padding: 3px;
}

section.formBlock {
    background: #4D4D4D 0% 0% no-repeat padding-box;
    opacity: 1;
}

.bg-light {
    /* background-color: #f8f9fa!important; */
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 3px 6px #D9CDCD29;
    opacity: 1;
}

button.btn.border-left-0 img {
    width: 30px;
    height: 22px;
}

.bg_parent {
    display: flex;
    background: white;
    align-items: center;
    border-radius: 4px;
    margin: auto;
}

li.has-children a {
    font-size: 14px;
}

a.cd-dropdown-trigger img {
    width: 12px;
    margin-right: 10px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    font-size: 12px;
    font-weight: bolder;
}

.navbar-light .navbar-nav .nav-link {
    color: #4D4D4D;
    font-size: 11.5px;
    font-weight: bold;
    /* text-align: -webkit-center; */
    display: flex;
    align-items: center;
}

span.LogoutDp h2 {
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    font-weight: bold;
    font: Medium Italic 20px/24px Sofia Pro;
    letter-spacing: 0px;
    color: #404553;
    opacity: 1;
}

li.list__item.LogoutList p {
    text-align: left;
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 800;
}

li.list__item.LogoutList {
    border: none;
    margin: 0;
}

    li.list__item.LogoutList.list__item--link {
        padding: 0;
    }


    li.list__item.LogoutList a.list__item--link {
        padding: 2px;
        color: #404553;
        font-weight: 600;
    }

        li.list__item.LogoutList a.list__item--link:hover {
            opacity: 1;
            text-decoration: none;
            color: #4D4D4D;
        }


        li.list__item.LogoutList a.list__item--link:active {
            opacity: 1;
            text-decoration: none;
            color: #4D4D4D;
        }

hr.solid {
    margin: 8px;
    border-top: 1px solid #d7f0ee;
}

p.id_customer {
    margin: 0 !important;
    font-size: 10px !important;
}


li.list__item.seemore {
    text-align: center;
}

    li.list__item.seemore a.list__item--link.dropdown-item {
        background: none7 text-align: center;
        color: #4D4D4D;
    }

a.list__item--link.Link_bs {
    letter-spacing: 0px;
    color: #193232;
    opacity: 1;
}



@media only screen and (max-width: 568px) {


    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: row !important;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    div#navbarCollapse {
        float: none;
        padding: 0px 22px;
    }

    .nav-item.dropdown {
        padding: 20px 16px;
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }

    /* .boxDrop {
        left: 17px;
    } */

    .dropdown-menu.show {
        position: absolute;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border: 1px solid #EBEBEB;
        opacity: 1;
        opacity: 1;
        /* width: 300px; */
        width: 280px;
        list-style-type: none;
        text-align: center;
        padding: 10px;
        /* right: -21px; */
        left: 0;
        top: 68px;
        z-index: 9999;
        border-radius: 7px;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }


    .bellDrop {
        /* left: 65px; */
        left: -126px !important;
    }


    .notification__list.arrow_box:before {
        left: 45px !important;
    }

    .notification__list.arrow_bell:before {
        right: 100px !important;
    }

    .notification__list.arrow_logout:before {
        right: 6px !important;
    }

    .copy_right {
        background: #4D4D4D 0% 0% no-repeat padding-box;
        padding: 10px;
        margin: 0 !important;
        display: block;
    }

    .ft_cent {
        display: inline-table;
        text-align: center;
    }
}

span.Do-block {
    width: 100%;
    margin-left: 10px;
}














@media only screen and (max-width: 568px) {
    .ZIndex{
        z-index:99 !important;
    }
    .paddingRL25 {
        padding-right: 25px;
        padding-left: 25px;
    }
    .dropdown-menu.LogoutDrop.show {
        width: 208px;
        right: 0px;
        left: auto;
        top: 0;
        height: auto;
    }
    .dropdown, .dropleft, .dropright, .dropup {
        position: static;
        z-index: auto;
    }
    .nav-item.dropdown {
        padding: 20px 16px;
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }

    .navigation-wrap.start-header.start-style {
        display: block;
        padding: 10px 0px 10px 0px;
        align-items: center;
    }

    .bg_parent {
        display: block;
        background: none;
        align-items: center;
    }

    button.btn.border-left-0 img {
        width: 18px;
        height: 13px;
    }

    button.navbar-toggler {
        float: right;
    }
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: white !important;
}

a:hover {
    text-decoration: none !important;
}

.addMore {
    background: #4D4D4D 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #4D4D4D;
    border-radius: 4px;
    opacity: 1;
    padding: 7px;
    margin: 0px 10px;
    color: #fff;
    font-weight: 600;
}

    .addMore:hover {
        text-decoration: none !important;
        color: #4d4d4d !important;
        background-color: #4d4d4d4d;
    }

.CreateBtn {
    color: white;
    font-weight: 600;
}

    .CreateBtn:hover {
        color: #4d4d4d;
        font-weight: 600;
    }

.icon-bar {
    background-color: #f9f9f9;
    overflow: auto;
    padding: 8px;
    display: flex;
    border-radius: 5px;
    margin: 2px;
    width: -webkit-fill-available;
}

    .icon-bar a {
        float: left;
        width: 20%;
        text-align: center;
        padding: 0px 0;
        transition: all 0.3s ease;
        color: #3c3c3c;
        font-size: 40px;
        width: auto;
    }
    .PRQuotationList {
   padding-top: 13px;  
     padding-bottom: 13px;
      padding-right: 15px;
      margin-bottom: 10px;
}
.PRQuotationList:hover {
    background-color: #4d4d4d;
    cursor: pointer;
    border-radius: 0px;
    color: #fff;
    margin-bottom: 10px;
}



.PRQuotationListIcon{
    padding-top: 10px;  
      padding-bottom: 10px;
      margin-bottom: 10px;
}
.PRQuotationListIcon:hover  {
    background-color: #4d4d4d;
    background-color: #4d4d4d;
    cursor: pointer;
    border-radius: 0px;
    text-align: center;
    color: #fff;
}


.PRQuotationList:hover .DO  {
    background: #fff 0% 0% no-repeat padding-box;
   
   
    color: #4d4d4d;
   
}
.PRQuotationList:hover .do-title {
    color: #fff;
}
.icon-bar:hover  {
    background-color: #4d4d4d;
   
}
 .icon-bar:hover a {
  color:#fff;
   
}
 .icon-bar:hover .icon-img-bg  {
    background-color: #fff;
   height: 50px;
   
}