



.regular-checkbox-container {
    padding-left: 0;
}

.regular-checkbox {
    display: none;

}

.checkbox {
    margin-top:0 !important;
}

.regular-checkbox-box {
}

.regular-checkbox + .regular-checkbox-box {
    background-color: none;
    border: 2px solid #ccc;
    padding: 7px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 10px;
}

.regular-checkbox:checked + .regular-checkbox-box {
    border: 2px solid #428bca;
    background: #428bca;
    color: white;
}

.regular-checkbox:checked + .regular-checkbox-box:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: -3px;
    left: 1px;
    color: white;
    -webkit-transition: margin 0.2s ease-in 0s;
}

.regular-checkbox-clear {
    clear: both;
}






.regular-checkbox:checked + .regular-checkbox-box {
    border: 2px solid #6fdbe8;
    background: #6fdbe8;
    color: white;
}

.regular-checkbox-box.disabled {
    background: #d7d7d7 !important;
    border: 2px solid #d7d7d7 !important;
    cursor: not-allowed;
}
