﻿

.simpleRadioButtonList {
  display: inline-block;
}


.simpleRadioButtonList.Horizontal > span {
  display: inline-block;
}

.simpleRadioButtonList .radioItem
{
	display: inline-block;
}

.simpleRadioButtonList .radioItem + .radioItem
{
}

.simpleRadioButtonList .radioItem.firstItem
{
}

.simpleRadioButtonList .radioItem input
{
	display: none;
}

.simpleRadioButtonList .radioItem label
{
	border: 1px solid #dddddd;
	color: #222222;
	cursor: pointer;
	display: inline-block;
	line-height: 23px;
	padding: 5px;
	vertical-align: middle;
	background: #ffffff; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-8 */
	-webkit-transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
	-moz-transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
	-o-transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
	margin-left:0px;
	font-size:0.8rem;
}




.toolbar .simpleRadioButtonList .radioItem label {
  border-color: #C5C1C1;
}

.simpleRadioButtonList .radioItem + .radioItem label
{
	border-left: 1px solid #fff;
}

.simpleRadioButtonList .radioItem.firstItem label
{
	border-radius: 4px 0 0 4px;
}

.simpleRadioButtonList .radioItem input[type="radio"]:checked + label, .simpleRadioButtonList .radioItem input[type="checkbox"]:checked + label
{
	color: white;
	text-shadow: 1px 1px #448BBA;
	border-color: #448bba !important;
	background: linear-gradient(to bottom,  #44daf8 0%,#19adf2 100%); /* W3C */
	box-shadow: 0 0 3px rgba(60, 210, 250, 0.7);
}

.simpleRadioButtonList.color_SUCCESS .radioItem input[type="radio"]:checked + label, .simpleRadioButtonList.color_SUCCESS .radioItem input[type="checkbox"]:checked + label
{
	color: white;
	text-shadow: 1px 1px rgba(0,0,0,0.25);
	border-color: #348e34 !important;
	background: linear-gradient(to bottom,#62c462,#51a351); /* W3C */
	box-shadow: none;
}

.simpleRadioButtonList.color_PRIMARY .radioItem input[type="radio"]:checked + label, .simpleRadioButtonList.color_PRIMARY .radioItem input[type="checkbox"]:checked + label
{
	color: white;
	text-shadow: 1px 1px rgba(0,0,0,0.25);
	border-color: #04c !important;
	background: linear-gradient(to bottom,#199cde,#04c); /* W3C */
	box-shadow: 0 1px rgba(255,255,255,.2) inset;
}


.simpleRadioButtonList.color_WARNING .radioItem input[type="radio"]:checked + label, .simpleRadioButtonList.color_WARNING .radioItem input[type="checkbox"]:checked + label
{
	color: white;
	text-shadow: 1px 1px rgba(0,0,0,0.25);
	border-color: #f89406 !important;
	background: linear-gradient(to bottom,#fbb450,#f89406); /* W3C */
	box-shadow: 0 1px rgba(255,255,255,.2) inset;
}

.simpleRadioButtonList.color_DANGER .radioItem input[type="radio"]:checked + label, .simpleRadioButtonList.color_DANGER .radioItem input[type="checkbox"]:checked + label
{
	color: white;
	text-shadow: 1px 1px rgba(0,0,0,0.25);
	border-color: #da4f49 !important;
	background: linear-gradient(to bottom,#ee5f5b,#bd362f); /* W3C */
	box-shadow: 0 1px rgba(255,255,255,.2) inset;
}




.simpleRadioButtonList .radioItem.lastItem label
{
	border-radius: 0 4px 4px 0;
}




.simpleRadioButtonList.Vertical .radioItem + br {
  display: none;
}

.simpleRadioButtonList.Vertical .radioItem {
  display: block;
}

.simpleRadioButtonList.Vertical .radioItem label {
  display: block;
}

.simpleRadioButtonList.Vertical .radioItem + br + .radioItem label{
	border-top:1px solid white;
}

.simpleRadioButtonList.Vertical .radioItem + br + .radioItem label{
	border-top:1px solid white;
}


.simpleRadioButtonList.Vertical .radioItem.firstItem label {
  border-radius: 3px 3px 0 0;
}

.simpleRadioButtonList.Vertical .radioItem.lastItem label {
  border-radius: 0 0 3px 3px;
}

.simpleRadioButtonList.Vertical {
    display: block;
}


.simpleRadioButtonList .radioItem label span {
    color: #999;
    font-size: 10px;
}


.input-group-prepend .simpleRadioButtonList .radioItem label{
	line-height:23px;
	margin-bottom:0;
}


.input-group-prepend .simpleRadioButtonList .radioItem.lastItem label {
	border-radius:0;
}


.simpleRadioButtonList .invalid label {
	border-color:#d26464 !important;
	box-shadow: 0 0 3px #ff000033;
}


.radioItem .aspNetDisabled label {
    color: #afafaf !important;
    cursor: not-allowed;
}

.radioItem .aspNetDisabled input[type="radio"]:checked + label {
    color: white !important;
}






.wrapper .box label {
			display: flex;
			/*height: 53px;*/
			width: 100%;
			align-items: center;
			border: 1px solid lightgrey;
			border-radius: 50px;
			margin: 0;
			padding-left: 25px;
			cursor: default;
			transition: all 0.3s ease;
			position: relative;
		}

		.wrapper .box input[type="radio"]:checked + label {
			background: #333;
			border-color: #333;
			color: #fff;
		}

		.wrapper .box input[type="radio"] + label::before {
			content: " ";
			height: 10px;
			width: 10px;
			background: #d9d9d9;
			border-radius: 50%;
			position: absolute;
			transition: all 0.3s ease;
			left: 10px;
		}

		.wrapper .box input[type="radio"] {
			display: none;
		}

			.wrapper .box input[type="radio"]:checked + label::before {
				background: #00b3ac;
			}