/**
BASE STYLES
**/
body {
 }

/**
Plugin Styles
**/
.check-radio-tweak-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .check-radio-tweak-wrapper input[type="checkbox"],
  .check-radio-tweak-wrapper input[type="radio"] {
    display: none; }
  .check-radio-tweak-wrapper[type="checkbox"] {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: transparent;
    cursor: pointer;

    box-sizing: border-box;

    position: relative; }
    .check-radio-tweak-wrapper[type="checkbox"]:hover {
 }
    .check-radio-tweak-wrapper[type="checkbox"][checked] {
      }
      .check-radio-tweak-wrapper[type="checkbox"][checked]::before {
        content: "";
        width: 8px;
        height: 4px;
        background: transparent;
        display: block;
        border-bottom: 2.5px solid #202126;
        border-left: 2px solid #202126;
        transform: rotate(-45deg);
        position: absolute;
        top: 3px;
        left: 2px; }
  .check-radio-tweak-wrapper[type="radio"] {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/common/order_label.png) no-repeat 0 0;
	cursor: pointer;
	box-sizing: border-box;
	position: relative; 
	vertical-align:middle;
	background-size:15px 15px;
	}
    .check-radio-tweak-wrapper[type="radio"]:hover {
	 }
    .check-radio-tweak-wrapper[type="radio"][checked] {
    background: url(../images/common/order_label_act.png) no-repeat 0 0; }
      .check-radio-tweak-wrapper[type="radio"][checked]::before {
        content: "";
        width: 15px;
        height: 15px;      
        display: block;
        position: absolute;
        top: 2px;
        left: 2px;
 }

/*# sourceMappingURL=style.css.map */
