/*.container {
    width: 81px;
    margin: 50px auto;
    padding-left: 5px;
}

.customCheckbox {
    float: left;
    position: relative;
    width: 20px;
    height: 20px;
    background: #eaeaea;
    border-radius: 2px;
    border: 1px solid #d2d2d2;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
    margin-right: 5px;
    overflow: hidden;
    margin: 10px;
}

.customCheckbox.customCheckboxChecked {
    background: #000;
    border: 1px solid #000;
}

.customCheckbox input {
    opacity: 0;
    cursor: pointer;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.customCheckbox span {
    display: none;
    text-align: center;
    line-height: 20px;
    font-size: 90%;
    color: #222;
}

.customCheckbox.customCheckboxChecked span {
    display: block;
}


.custom_edit input[type="checkbox"] {
    height: 2rem;
    width: 2rem;
}

.custom_edit input[type=checkbox]:checked {
    background: #000;
    line-height: 1.7rem;
}

.custom_edit input[type=checkbox]:checked::before {
    float: none;
}

.custom_edit .equilli-product-row-action-label {
    vertical-align: -3px;
    margin-bottom: 0;
}
body {
    height: auto;
}*/

input[type=radio], input[type=checkbox] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    transition: .05s border-color ease-in-out;
}

input[type=checkbox]:checked:before {
    content: "\f147";
    margin: -3px 0 0 -4px;
    color: #1e8cbe;
}

input[type=radio]:checked:before, input[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    font: 400 21px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
td#cb {
    width: 160px;
}

input[type=radio]:checked:before{
    float: left;
    width:6px !important;
    height:6px !important;
    margin: 4px 4px 4px 4px !important;
}
.equilli-checkbox span {
    margin-left: 5px;
}