/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

#size-chart-meta-fields .select2-container {
    width: 100% !important;
}

.btnAddColumn,.btnAddRow{
    background-color: #1f7edc;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    color: #fff;
    border: none;
    cursor: pointer;
}
.btnRemoveColumn ,.btnRemoveRow{
    background-color: #ff0000;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    color: #fff;
    border: none;
    cursor: pointer;

}

table#tblSizeChart{
    padding: 5px;
    text-align: center;
    border-spacing: 0;
}
table#tblSizeChart th{
    padding: 5px;
    border-right: 0;
}

table#tblSizeChart td {
    padding: 5px;
    border-top: 0;
    border-right: 0;
}