.prettycheckbox { /* display: inline-block; */ padding: 0; float: left; margin-bottom: 0; float: left; margin: 0px; }
.clearfix { float: left; margin-right: 0; width: auto; background: #fff; }
.havaleCerceve div.div .prettyradio a { margin-top: 4px; }
.prettycheckbox a { width: 15px; height: 15px; display: block; float: left; cursor: pointer; border-radius: 1px; background-size: cover !important; padding: 2px; box-sizing: border-box; background-clip: content-box !important; }
.prettyradio a { width: 19px; height: 19px; display: block; float: left; cursor: pointer; }
.prettyradio.red a { transition: all .4s; -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; border-radius: 15px; background: #fff; border: solid 1px #e0e0e0; background-size: contain !important; }
.prettyradio.red a:hover { background: #fff; border: solid 1px #e0e0e0; }
.prettycheckbox.green a, .prettyradio.green a { background-image: url(prettyCheckable-green.png); }
.prettycheckbox.red a { background: #FFFFFF; border: solid 1px #e0e0e0; transition: all .4s; -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; }
.prettycheckbox.red a:hover { background: #fff; border: solid 1px #e0e0e0; }
.prettycheckbox.yellow a, .prettyradio.yellow a { background-image: url(prettyCheckable-yellow.png); }
.prettyradio a { background-position: 0 -120px; }
.prettycheckbox a:focus, .prettyradio a:focus { outline: 0 none; }
.prettycheckbox a:focus { background: #fff; border: solid 1px #e0e0e0; }
.prettyradio a:focus { background: #fff; border: solid 1px #e0e0e0; }
.prettycheckbox a.checked { background: url(../images/chek.png) no-repeat #fff center center; border: solid 1px #e0e0e0; }
.prettyradio a.checked { background: url(../images/radio.png) no-repeat #fff; border: solid 1px #e0e0e0; }
.prettycheckbox a.checked:hover { background: url(../images/chek.png) no-repeat #fff center center; border: solid 1px #e0e0e0; }
.prettyradio a.checked:hover { background: url(../images/radio.png) no-repeat #fff; }
.prettycheckbox a.checked:focus { background: url(../images/chek.png) no-repeat #fff center center; border: solid 1px #e0e0e0; }
.prettyradio a.checked:focus { background: url(../images/radio.png) no-repeat #fff; border-color: #e0e0e0; }
.prettycheckbox label, .prettyradio label { display: block; float: left; cursor: pointer; }
