﻿.sidebar-sticky ul {
    background-color: #9b702b;
    height: 100vh;
}

.cust_row {
    margin-right: 0px !important;
    margin-top: 18px;
}

.sidebar-sticky ul li {
    border-bottom: 1px solid #b78c48;
}

    .sidebar-sticky ul li a {
        color: #fff;
        font-size: 14px;
        padding: 8px;
    }

    .sidebar-sticky ul li i {
        padding-right: 10px;
    }

    .sidebar-sticky ul li a:hover {
        background-color: #9b702b;
    }

.top_nav {
    background: #fff !important;
    -webkit-box-shadow: 0px 4px 8px -3px rgba(94, 91, 94, 1);
    -moz-box-shadow: 0px 4px 8px -3px rgba(94, 91, 94, 1);
    box-shadow: 0px 4px 8px -3px rgba(94, 91, 94, 1);
}

.dask_logo img {
    width: 50px;
    padding: 6px;
    margin-left: 10px;
}

.top_nav .navbar-header {
    display: block;
    width: 100%;
    padding: 8px 0px;
}

.dask_logo {
    display: inline-block;
}

.user_icon {
    display: inline-block;
    float: right;
    margin-right: 66px;
    margin-top: 13px;
}

    .user_icon a:hover {
        text-decoration: none;
    }

    .user_icon a {
        color: #000;
    }

    .user_icon a {
        font-size: 21px;
        /* margin-top: 14px;
         background: transparent;
        border: solid 1px #000;
        text-align: center;
        line-height: 22px;
        border-radius: 30px;
         width: 25px;
        height: 25px;*/
    }
/*===== side menu======*/
.sidebar-sticky {
    position: fixed;
    width: 15.4%;
}



.product_title {
    display: inline-block;
    font-size: 24px;
    color: #000;
}

.add_product_sec {
    display: inline-block;
    float: right;
    margin-bottom: 40px;
}

#Grid {
    padding: 0;
}

.main_cstm {
    margin-top: 20px;
}

.webgrid-header {
    background-color: #545351;
    font-weight: bold;
    color: white;
}

    .webgrid-header th a {
        color: #fff;
    }

.webgrid-table th, .webgrid-table td {
    border: 1px solid black;
    padding: 15px !important;
}

.webgrid-header th a:hover {
    text-decoration: none;
}

.webgrid-header:hover {
    background-color: #545351;
}

.webgrid-alternating-row {
    background-color: #e6e6e6;
}

.footer_cstm {
    background: #e6e6e6;
    padding: 20px;
    margin-top: 30px;
    display: flex;
    width: 100%;
}

    .footer_cstm p {
        margin-bottom: 0px;
    }

.add_product_sec button {
    background-color: #9b702b;
    border-color: #9b702b;
    padding: 10px 13px 7px;
}

    .add_product_sec button:hover {
        background-color: #9b702b;
        border-color: #9b702b;
    }

    .add_product_sec button:focus {
        background-color: #9b702b;
        border-color: #9b702b;
        outline: none;
    }

    .add_product_sec button:active {
        background-color: #9b702b;
        border-color: #9b702b;
        outline: none;
    }


.body-div {
    background-color: #edf0f7;
    background-repeat: no-repeat;
    background-size: cover;
}

.login_div {
    width: 70%;
    border: 1px solid;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 49px -17px rgba(173, 111, 13, 0.71);
    -moz-box-shadow: 0px 0px 49px -17px rgba(173, 111, 13, 0.71);
    box-shadow: 0px 0px 49px -17px rgba(173, 111, 13, 0.71);
    padding: inherit;
    background-color: #fff;
    border: none;
    margin: 0 auto;
    margin-top: 13%;
    padding: 60px 40px 50px;
    background-image: url('../img/coffe-Shape.png');
    background-repeat: no-repeat;
    background-position: right;
}

.form_heading {
    text-align: center;
}

    .form_heading h4 {
        font-weight: bold;
        font-size: 30px;
        margin-bottom: 0px;
        color: #000;
    }

    .form_heading p {
        font-size: 16px;
        color: #000;
    }

.user_label {
    margin-top: 5%;
}

.label-color {
    color: #000;
}

.Forgot_pswd {
    float: right;
    color: #000;
}

.login_main .form_shadow input {
    -webkit-box-shadow: 0px 0px 37px -20px rgba(173, 111, 13, 0.64);
    -moz-box-shadow: 0px 0px 37px -20px rgba(173, 111, 13, 0.64);
    box-shadow: 0px 0px 37px -20px rgba(173, 111, 13, 0.64);
    border-radius: 20px !important;
    padding: 22px;
}

.form-group.form_shadow {
    margin-top: 30px;
}

.loginButton {
    text-align: center;
}

    .loginButton button {
        padding: 10px 30px;
        border-radius: 40px;
        font-size: 17px;
        color: #fff;
        background: #ab7734;
        border: none;
    }

        .loginButton button:hover {
            background-color: #ab7734;
            border: none;
        }

        .loginButton button:active {
            background-color: #ab7734 !important;
            border: none;
        }

        .loginButton button:focus {
            background-color: #ab7734;
            border: none;
            box-shadow: none;
        }

.form_Welcome {
    text-align: center;
    padding: 0px 20px;
    margin-top: 24%;
}

    .form_Welcome h4 {
        font-weight: bold;
        font-size: 30px;
        color: #000;
    }

    .form_Welcome p {
        font-size: 16px;
        color: #000;
    }

.error_label {
    color: lightcyan;
}

.form_Welcome img {
    width: 80px;
}

/*img {
    vertical-align: middle;
    border-style: none;
    height: 19%;
    width: 13%;
}*/
table#WebGrid tbody tr td img {
    width: 90px;
    height: 86px;
    object-fit: contain;
    margin: 0 auto;
}

#fileupload,
input[type="file"] {
    margin-top: 2%;
}

#user_img {
    height: 50px;
}

input,
select,
textarea {
    max-width: 100%;
    border-radius: 0 !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

tr.wegrid-footer td {
    font-size: 18px;
    text-align: right;
}

    tr.wegrid-footer td a {
        text-decoration: none;
    }

tr .glyphicon {
    color: #000;
}

.pro_detail_from .form-group {
    /*padding-left:0px;*/
    margin-bottom: 25px;
}

.pro_detail_from {
    padding-top: 20px;
}

    .pro_detail_from .form-group label {
        margin-bottom: 12px;
        font-size: 16px;
        font-weight: 600;
        color: #5a5656;
        text-transform: capitalize;
    }

    .pro_detail_from.offer_detail_from .form-group .form-control {
        height: 45px;
    }

    .pro_detail_from .form-group .form-control {
        height: auto;
        padding: 11px 12px;
    }

        .pro_detail_from .form-group .form-control:focus {
            box-shadow: none;
        }

    .pro_detail_from .pro_update {
        background-color: #9b702b;
        border-color: #9b702b;
        padding: 10px 13px 7px;
        margin-top: 19px;
    }

        .pro_detail_from .pro_update:focus {
            outline: none;
        }

#Status {
    position: absolute;
    padding-top: 7px;
}

.ScrollgridContent {
    overflow-x: auto;
}

.back-arrow {
    display: inline-block;
    float: right;
    margin-top: 13px;
    margin-right: 5px;
}

    .back-arrow img {
        width: 30px;
    }

.spanOverflow {
    position: absolute;
    padding-top: 2px;
    color: red;
    font-size:smaller;
}
#btnExtra {
    float:right;
  
    
}