/*
 * alt-checkbox LESS file
 * Version 1.0
 * http://alt-checkbox.starikovs.com
 *
 * alt-checkbox LESS file which helps to style checkbox with custom css using LESS syntax.
 *
 * Copyright (c) 2013 alt-checkbox.starikovs.com
 * Licensed under the MIT and GPL licenses.
 */
.alt-checkbox {
  display: inline-block;
  background: #fbfbfb;
  background-image: -ms-linear-gradient(top, #fbfbfb 0%, #ededed 100%);
  background-image: -moz-linear-gradient(top, #fbfbfb 0%, #ededed 100%);
  background-image: -o-linear-gradient(top, #fbfbfb 0%, #ededed 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbfbfb), color-stop(1, #ededed));
  background-image: -webkit-linear-gradient(top, #fbfbfb 0%, #ededed 100%);
  background-image: linear-gradient(to bottom, #fbfbfb 0%, #ededed 100%);
  border-radius: .2em;
  box-shadow: 0 0 0 1px #ccc;
  font-size: .8em;
  line-height: 100%;
  outline: none;
  position: relative;
  text-decoration: none;
  padding:4px;
}
.alt-checkbox:hover, .alt-checkbox:focus {
  box-shadow: 0 0 3px 1px #ffce73;
}
.alt-checkbox:before {
  display: block;
  min-height: 1em;
  min-width: 1em;
  padding: .05em;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 0 #dddddd, 0 2px 0 #ffffff, 0 -1px 0 #dddddd;
  visibility: hidden;
}
.alt-checkbox.outline-unchecked:before {
  color: #eee;
  visibility: visible;
}
.alt-checkbox.checked:before {
  color: #fff;
  visibility: visible;
  text-shadow: 0 1px 0 rgba(0,0,0,0.4), 0 2px 0 rgba(0,0,0,0.5), 0 -1px 0 rgba(0,0,0,0.4);
}
.alt-checkbox:focus {
  outline: none;
}
.alt-checkbox.small, .alt-checkbox-label.small {
  font-size: .8em;
}
.alt-checkbox.medium, .alt-checkbox-label.medium {
  font-size: 1.1em;
}
.alt-checkbox.big, .alt-checkbox-label.big {
  font-size: 2.4em;
}

.alt-checkbox.fa-mars.checked,
.alt-checkbox.fa-mars-double.checked {
	background: rgb(254,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(221,241,249,1) 35%, rgba(160,216,239,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(35%,rgba(221,241,249,1)), color-stop(100%,rgba(160,216,239,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-9 */
}
.alt-checkbox.fa-venus.checked,
.alt-checkbox.fa-venus-double.checked {
	background: rgb(254,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(249,222,245,1) 35%, rgba(234,157,197,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(35%,rgba(249,222,245,1)), color-stop(100%,rgba(234,157,197,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(249,222,245,1) 35%,rgba(234,157,197,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(249,222,245,1) 35%,rgba(234,157,197,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(249,222,245,1) 35%,rgba(234,157,197,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(254,255,255,1) 0%,rgba(249,222,245,1) 35%,rgba(234,157,197,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#ea9dc5',GradientType=0 ); /* IE6-9 */
}
.alt-checkbox.fa-transgender.checked {
	background: rgb(254,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(233,222,247,1) 35%, rgba(188,159,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(35%,rgba(233,222,247,1)), color-stop(100%,rgba(188,159,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(233,222,247,1) 35%,rgba(188,159,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(233,222,247,1) 35%,rgba(188,159,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(233,222,247,1) 35%,rgba(188,159,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(254,255,255,1) 0%,rgba(233,222,247,1) 35%,rgba(188,159,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#bc9fea',GradientType=0 ); /* IE6-9 */
}

.alt-checkbox.fa-venus-mars.checked {
	background: rgb(255,175,245); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(255,175,245,1) 0%, rgba(244,244,244,1) 50%, rgba(164,225,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,175,245,1)), color-stop(50%,rgba(244,244,244,1)), color-stop(100%,rgba(164,225,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(255,175,245,1) 0%,rgba(244,244,244,1) 50%,rgba(164,225,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(255,175,245,1) 0%,rgba(244,244,244,1) 50%,rgba(164,225,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(255,175,245,1) 0%,rgba(244,244,244,1) 50%,rgba(164,225,242,1) 100%); /* IE10+ */
	background: linear-gradient(135deg, rgba(255,175,245,1) 0%,rgba(244,244,244,1) 50%,rgba(164,225,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaff5', endColorstr='#a4e1f2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
