.tick-green{width:8px;height:14px;border-bottom:2px solid green;border-right:2px solid green;transform:rotate(45deg)}
.inline-block{display:inline-block}
.margin-size{margin-left:20px}
.inline-checkbox{display:inline-block;margin:0 15px 15px 0;position:relative}
.inline-checkbox:last-child{margin-right:0}
input[type=checkbox]{appearance:none;-webkit-appearance:none;opacity:0;position:absolute}
input[type=checkbox]+label{padding:0 0 0 30px;position:relative;font-weight:400}
@media only screen and (max-width:767px){input[type=checkbox]+label{padding:0 0 0 40px;min-height:30px}
}
input[type=checkbox]+label>.glyphicon-ok{left:0;top:0;position:absolute;border:1px solid rgba(39,47,56,.4);margin:0 5px 0 0;text-align:center}
@media only screen and (max-width:767px){input[type=checkbox]+label>.glyphicon-ok{width:30px;height:30px;font-size:24px;padding:1px 0 0}
}
input[type=checkbox]+label>.glyphicon-ok:before{opacity:0}
@media only screen and (max-width:767px){input[type=checkbox]+label>.glyphicon-ok+div{padding-top:4px}
}
input[type=checkbox]:checked+label>.glyphicon-ok:before{opacity:1}
input[type=checkbox]:focus+label>span{border-color:#272f38}
input[type=checkbox]:disabled+label>.glyphicon-ok{background:rgba(39,47,56,.2);border:0}
.has-error input[type=checkbox]+label>.glyphicon-ok{border-color:#e25152;border-width:2px}