/* CSS Document */
.opt {margin: 0 0 10px 0;}
.opt:last-child {margin: 0 0 0px 0;}
@keyframes hover-color {
  from {
    border-color: #f6f6f6; }
  to {
    border-color: #e30012; } }

.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none; }

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed; }

.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  display: inline-flex;
  padding: 0 10px 0 25px;
  cursor: pointer;
  /*font-weight: bold;
  color: #bcbcbc;*/
  vertical-align: middle; }
.opt:last-child label, .opt:last-child label {font-family:Microsoft JhengHei;}
  .magic-radio + label:hover:before,
  .magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color; }
  .magic-radio + label:before,
  .magic-checkbox + label:before {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: ''; background: #f6f6f6;
    /*-moz-box-shadow:inset 3px 3px 3px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow:inset 3px 3px 3px rgba(20%,20%,40%,0.5);
    box-shadow:inset -3px -3px 3px rgba(20%,20%,40%,0.2);
    border: 1px solid #c6c6c6;*/ }
  .magic-radio + label:after,
  .magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: ''; }

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #f6f6f6; }
  .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
  .magic-checkbox[disabled] + label:hover,
  .magic-checkbox[disabled] + label:before,
  .magic-checkbox[disabled] + label:after {
    cursor: not-allowed; }
  .magic-radio[disabled] + label:hover:before,
  .magic-checkbox[disabled] + label:hover:before {
    border: 1px solid #f6f6f6;
    animation-name: none; }
  .magic-radio[disabled] + label:before,
  .magic-checkbox[disabled] + label:before {
    border-color: #f6f6f6; }

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none; }

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block; }

.magic-radio + label:before {
  border-radius: 50%; }

.magic-radio + label:after {
  top: 50%;
  left: 2px;
  margin: -8px 0 0 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e50012; }

.magic-radio:checked + label:before {
  border: 1px solid #f6f6f6; background: #fff;}

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #f6f6f6; }

.magic-radio:checked[disabled] + label:after {
  background: #f6f6f6; }

.magic-checkbox + label:before {
  /*border-radius: 3px;*/ }

.magic-checkbox + label:after {
  top: 10px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0; }

.magic-checkbox:checked + label:before {
  border: #e30012;
  background: #e30012; }

.magic-checkbox:checked[disabled] + label:before {
  border: #f6f6f6;
  background: #f6f6f6; }
  
  
  .magic-radioL {width: 40%;}
  .magic-radioR {width: 60%;}
  