img.sp_mini_logo {
    border-radius: 20px;
}

.zoom_multpl_img  , .delet_multpl_img{
    top: 0;
    color: white;
    margin-left: -5px;
    width: 30px;
    background: #ff6565;
    height: 30px;
    text-align: center;
    padding-top: 5px;
    border-radius: 100px;
    font-size: 12px;
}



.remove-field , .add-field
{
    margin-bottom: 10px;
    min-width: 100px;
    padding: 0 25px;
    /* height: 48px; */
    line-height: 40px;
    display: inline-block;
    word-break: break-word;
    text-align: center;
    color: var(--white) !important;
    text-transform: capitalize;
    border-radius: 5px;
    background: var(--primary);
    border: none;
}

.multi-field input
{
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 16px;
}
.row.remove_new_p {
    border: 1px solid #cdcdcd;
    padding: 3px;
    width: 100%;
    margin: 0px auto;
    border-radius: 5px;
    margin-bottom: 4px;
}
.remove_new_p i.fa.fa-trash {
    cursor: pointer;
}

 @media print {
    .action_tab {
    display: none;
    }
    div#example_staff_filter {
    display: none;
    }
}


.site-upload-img ul
{
    font-size: 18px;
    /*position: absolute;*/
    top: 5px;
    right: 23px;
}

.date_search:hover
{
    color: white;
}
.date_search
{
        border-radius: 5px;
    margin-top: 13px;
    padding: 14px;
    color: white;
    background: #272e48;
}

a.notification_no
{
    background: var(--off-white);
}


.mr-10
{
    margin-right: 10px;
}


.error_show
    {
        color: red;
        font-size: 12px;
        padding: 0px;
        margin: 0px;
    }
    
.img-thumb img
{
    height: 40px;
    width: 40px;
}
.jquery_imge_preview
{
    border: 2px solid #e3e3e3;
    padding: 10px;
    border-radius: 5px;
    height: auto;
    display: block;
    width: 150px;
    margin-top: 10px;
}
span.remove {
    cursor: pointer;
}

.file
{
    padding: 10px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}


textarea.textarea {
width: 100%;
height: 100px;
border-radius: 5px;
border: 1px solid #efefef;
padding: 10px;
}

.invoice-wrapper {
margin: 0px!important;
border: none!important;
}


.pagination li
{

}

.pagination li a
{
    padding: 10px;
    margin-bottom: 10px;
    display: block;
    width: 35px;
    text-align: center;
    border: 1px solid #cdcdcd;
    margin-right: 4px;
    border-radius: 5px;
    height: 35px;
    line-height: 14px;
}
.pagination li.active a
{
    background: #11a1fd;
    color: white;
}

.pagination li a
{
    padding: 10px;
    margin-bottom: 10px;
    display: block;
    width: 38px;
    text-align: center;
    border: 1px solid #cdcdcd;
    margin-right: 4px;
    border-radius: 5px;
    height: 38px;
    line-height: 17px;
}





@media print 
{
    .header-wrapper , .sidebar-wrapper , .ad-breadcrumb , .print , .page-title-wrapper , .ad-footer-btm, .update_order{
    display:none;
    }
    .main-content
    {
    padding: 10px;
    }
}
