/*
 * Author:  Nikola Vujović / www.ics.ba
 * Def:     Custom Checkbox
 */

.custom_check_box_v1 {height: 16px;display: inline-block;}
.custom_check_box_v1 .check_box {width: 15px;height: 15px;background-color: #ffffff;float: left;margin: 0;text-align: center;cursor: pointer;border: 1px solid rgba(0,0,0,.2);}
.custom_check_box_v1 .check_box i.fa {width: 13px;height: 13px;color: #ffffff;font-size: 10px;line-height: 13px;display: block;}
.custom_check_box_v1 .check_box i.fa {-webkit-transition: all 0.3s;transition: all 0.3s;}
.custom_check_box_v1 label {margin: 0 0 0 21px !important;padding: 0 !important;}
.custom_check_box_v1.active .check_box i.fa {color: #00919a;}