.error
{
    text-align: right;
    color: red;
    width: 100%;
    margin-bottom: 0px;
    padding-right: 10px;
}
.user-info-dropdown .dropdown-toggle .user-name 
{
    text-transform: capitalize !important;
}
.color-blue
{
	color:#007bff !important;
}
.form-group.row.btn-list .btn 
{
    margin-left: 18.5%;
}
@media screen and (max-width: 767px) 
{
.form-group.row.btn-list .btn 
{
    margin-left: 2.5%;
}
}
.success
{
	margin-left: 10px;
    font-size: 15px;
    color: green;
}
.error2 
{
    margin-left: 10px;
    font-size: 15px;
    color: red;
}
.brand-logo a 
{
    color: #000 !important;
    font-size: 28px !important;
    font-weight: 600 !important;
}
.add_modal .login-box 
{
    max-width: 100%;
    width: 100%;
    margin: 5px auto;
}
@media (min-width: 576px)
{
    .add_modal .modal-dialog 
    {
        max-width: 300px !important;
    }
}

@media (min-width: 967px)
{
    #view-product-modal .modal-dialog 
    {
        max-width: 900px !important;
        margin: 1.75rem auto !important;
    }
    #view-user-modal .modal-dialog 
    {
        max-width: 900px !important;
        margin: 1.75rem auto !important;
    }
}

#view-product-modal .product-slide
{
    padding: 25px !important;
    margin-top: 22px !important;
}

#view-user-modal .product-slide
{
    padding: 25px !important;
    margin-top: 22px !important;
}

.add_modal h5
{
    margin-bottom: 20px !important;
}
.pre-loader-ajax
{
    background: url(../images/new-loader.gif) no-repeat #fff;
    background-position: center center;
    background-size: 13%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 12345;
    opacity: 0.5;
    display: none;
}
.error-sm
{
    text-align: right;
    color: red;
    width: 100%;
    margin-bottom: 0px;
    padding-right: 10px;
    font-size: 13px;
}
#profile-img
{
    display: none !important;
}
label
{
    cursor: pointer !important;
}
.user-icon img
{
    border-radius: 50% !important;
}
.profile-setting .profile-edit-list 
{
    padding: 10px 0 !important;
}
td,th
{
    vertical-align: middle !important;
}
/*.dropdown-item
{
    padding: 0.55rem 0rem !important;
}*/
.moneyIcon
{
    position: absolute;
    top: 14px;
    left: 30px;
    font-size: 14px;
}
textarea.form-control 
{
    height: auto !important;
}
.product-table
{
    width: 100% !important;
    text-align: center !important;
}
.product-table td
{
    line-height: 40px !important;
    width: 50% !important;
    color: black;
    font-weight: 500;
}
.product-table tr 
{
    border-bottom: 1px solid !important;
}
.price 
{
    font-size: 35px !important;
    padding-bottom: 15px !important;
    color: #000 !important;
}
.book_img
{
    height: 320px !important;
    width: 240px !important;
}
#view-user-modal .profile_img
{
    height: 320px !important;
    width: 240px !important;
}
.table 
{
    width:100% !important;
}
.invisible
{
    display: none !important;
}