/* Custom checkbox & radio button styles */

/*.container {
	background: #fff;
	width: 70%;
	padding: 0 3em 1.5em 0;
	margin: 0 auto;
}*/

.list-style {
  list-style-type: none !important;
}
ul,
li {
  list-style: none;
  padding-left: 0;
}
.icon-check {
  /*	background-image: url('data:image/svg+xml;charset=US-ASCII,<svg%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20width%3D"18.134"%20height%3D"15.066"><polygon%20fill%3D"%23fff"%20points%3D"18.134%2C3.119%2015.013%2C0%206.187%2C8.827%203.12%2C5.76%200%2C8.878%206.185%2C15.066%206.187%2C15.064%206.187%2C15.066"%2F><%2Fsvg>');*/
  /*background-image:url(../images/tick.png);
	background-repeat: no-repeat;
	 color:#000;*/
}

.listview > fieldset,
.listview > label,
.listview > div,
.listview > li {
  /*	border-bottom: 1px solid #ddd;*/
  border-left: 0.4em dotted transparent;
  padding: 6px 10px;
}

.listview > fieldset:before,
.listview > fieldset:after,
.listview > label:before,
.listview > label:after,
.listview > div:before,
.listview > div:after,
.listview > li:before,
.listview > li:after {
  content: " ";
  display: table;
}

.checkbox,
.radiobutton {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}

.checkbox:before,
.radiobutton:before {
  content: " ";
  display: table;
}

.checkbox:after,
.radiobutton:after {
  clear: both;
  content: " ";
  display: table;
}

.enhanced .checkbox input,
.enhanced .radiobutton input,
.enhanced .radio-strip input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  outline: none;
}

.checkbox .label-text,
.radiobutton .label-text,
.radio-strip .label-text {
  position: relative;
  float: none;
  width: auto;
  display: inline-block;
  padding-left: 0.5em;
  z-index: 3;
  color: #000;
}
.enhanced .checkbox .label-text,
.enhanced .listview.checkbox-strip .label-text,
.enhanced .listview .radiobutton .label-text,
.enhanced .radio-strip .label-text {
  padding-left: 30px;
  font-size: 18px;
  color: #404040;
  font-family: "Open Sans", sans-serif;
  line-height: 22px;
  font-weight: normal;
  /*font-size: 1rem;*/
}

.enhanced .listview.checkbox-strip .inner .label-text {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 0;
}

.checkbox .label-text {
  color: #404041;
}
.checkbox .label-text em {
  font-style: normal;
}
.enhanced .checkbox .label-text em {
  display: block;
  font-size: 0.866666667em;
  color: #58595b;
}

.checkbox .label-text .icon-check,
.enhanced .radiobutton .label-text:after {
  display: block;
  content: " ";
  position: absolute;
  background-color: #fff;
  background-position: center;
  left: 0;
  border: 1px solid #dedede;
  /*	@include globalShadow; */
}
.checkbox .label-text .icon-check {
  background-position: -100em 50%;
  top: 0.1em;
  width: 20px;
  height: 20px;
  border-radius: 2px;
}
.checkbox.checked .label-text .icon-check {
  background-position: 50% 50%;
}
.checkbox-strip .checkbox .label-text .icon-check {
  top: 50%;
  font-size: 1em;
  margin-top: -7px;
  width: 20px;
  height: 20px;
  background-size: 60%;
  border: 1px solid #404040;
  /*background:none !important;*/
}
.listview .checkbox .label-text .icon-check {
  left: -3px;
}
.enhanced .radiobutton .label-text:after {
  top: 50%;
  margin-top: -12px;
  width: 20px;
  height: 20px;
  border: 5px solid #dedede;
  border-radius: 100%;
  /*box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3);	*/
}

.checkbox.checked .label-text .icon-check {
  background-color: #ffffff;
  /* border: 1px solid #404040;*/
}

label.radiobutton .label-text img {
  display: inline;
  margin: -0.3em 0.5em 0 0;
  vertical-align: middle;
  width: 50px;
}

.radiobutton.checked .label-text:after {
  background-color: #000;
  border: 5px solid #dedede;
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.3);
}

/* horizontal radio button set */
@media all and (min-width: 40em) {
  .radio-strip,
  .enhanced fieldset.radio-strip {
    padding: 0;
    margin: 0;
    border: 0;
    border-top: 1px solid #ddd;
    /*@include globalShadow;*/
    border-radius: 0.35em;
    background-color: #fff;
    overflow: hidden;
  }
  .radio-strip label {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
  .radio-strip > label {
    position: relative;
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
  }
  .radio-strip > label:first-child .label-text {
    border-top-left-radius: 0.4em;
    border-bottom-left-radius: 0.4em;
  }
  .radio-strip > label:last-child .label-text {
    border-top-right-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
    border-right: 0;
  }
  .enhanced .radio-strip {
    display: table;
  }
  .enhanced .radio-strip > label {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    -webkit-touch-callout: none;
    /*@include user-select(none);*/
    margin: 0;
    padding: 0;
    width: 1%; /* divide cell widths */
    border: 0;
  }
  .enhanced .radio-strip .label-text {
    position: relative;
    display: block;
    padding: 0.75em 0;
    margin: 0;
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    border-right: 1px solid #ddd;
    min-width: 100%;
  }
  .enhanced .radio-strip .checked .label-text {
    background: #58595b;
    color: #fff;
  }
  .enhanced .radio-strip .label-text:after {
    display: none;
  }
}

.checkbox-strip {
  color: black;
}
