.tools a.btn-info{
    color: #FFF;
    font-size: 10px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}

.mb0{
    margin-bottom: 0px !important;
}

.mb10{
    margin-bottom: 10px !important;
}

.mb20{
    margin-bottom: 20px !important;
}

.mb25{
    margin-bottom: 25px !important;
}

.mb50{
    margin-bottom: 50px !important;
}

.colorpicker {
  z-index: 9999 !important;
}

.attr-color{
    overflow: visible;
    width: 18px;
    padding: 0;
    position: relative;
    min-width: 12px;
    height: 18px;
    z-index: 1;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    padding: 0 3px;
    border: 1px solid #ddd;
}

.attr-color .mc{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.attr-color .mc span{
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
    top: 50%;
    left: 50%;
    border-bottom: 200px solid transparent;
    border-left: 200px solid transparent;
    margin-left: -100px;
    margin-top: -100px;
}
.select-all-checkbox-container {
   margin-top: 25px;
}

.select-all-checkbox {
    font-weight: normal;
    top: 3px;
    position: relative;
    left: 10px;
}
