table tbody td img
{
    border-radius: 40px;
    #border: 1px  solid #DDD;
}
.icon-size
{
    font-size: 30px;
}
.general-error
{
    color: red;
    font-size: 12px;
    font-weight: bold;
}
.align-middle-centre
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;    
}
.middle-align
{
     text-align: center;
}
.left-align
{
    text-align: left;
}
.right-align
{
    text-align: right;
}

.popup-table tr td
{
    font-size: 14px;
    font-weight: bold;  
}
#add_more_attributes,#add_more_subcategory
{
    float:right;
    font-weight: bold;
    cursor: pointer;
}
.remove_options
{
    float:right;
    font-weight: bold;
    cursor: pointer;
}
.remove_options_ajax
{
    float:right;
    font-weight: bold;
    cursor: pointer;
}
.uncheck_full_radio
{
    color: black;
    font-weight: bold;
    float: right;
}
.note-span
{
    display: block;
    padding:10px 10px 10px 10px;
    float: right;
    font-weight: bold;
}
.pagination
{
    float: right;
}
.pagination a
{
    display: inline-block;
    padding: 3px;
    
}
.pag-status-span
{
    display: block;
    clear: both;
    font-size: 10px;
    float: right;
}
.modal-right .modal-dialog
{
    max-width: 800px !important;
}
.nowrap{
    white-space: nowrap !important;
}
.red{
    color: red;
}
.green{
    color: green;
}
.product_details_table{
    font-size: 13px;
    text-align: left;
}
.product_details_table .head{
    font-size: 15px;
}
.subject-hierarchy-status
{
    color: red;
    font-size: 12px;
    font-weight: bold;
} 