.prettycheckbox { /* display: inline-block; */ padding: 0; float: left; margin-bottom: 0; float: left; margin: 0px; }
.clearfix {float: left;margin-right: 0;width: 100%;}
.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: 15px;height: 15px;display: block;float: left;cursor: pointer;box-sizing: border-box;}
.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 #ED1C24;*/ }
.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 #304f8f;*/}
.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 #284886;*/}
.prettyradio a:focus { background: #fff;/* border: solid 1px #ED1C24;*/ }
.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 #284886;*/}
.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 #284886;*/}
.prettyradio a.checked:focus { background: url(../images/radio.png) no-repeat #fff;/* border-color: #ED1C24; */}
.prettycheckbox label, .prettyradio label { display: block; float: left; cursor: pointer; }
