/* ########################### */
/* Radiobars
/* ########################### */
	
.radiobar
{
	float: left;
	width: 100%;
	margin: 0px 0px 9px 0px;
	padding: 0px 0px 0px 0px;
}

.radiobar label,
.radiobar input
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}

.radiobar_footer
{
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	font-size: 1.125em;
}

	.radiobar_footer .pull-left
	{
		float: left;
	}
	
	.radiobar_footer .pull-right
	{
		float: right;
	}	

.radiobar input[type=radio]:first-child + label
{
	-webkit-border-top-left-radius: 6px !important;
	-moz-border-radius-topleft: 6px !important;
	border-top-left-radius: 6px !important;
	-webkit-border-bottom-left-radius: 6px !important;
	-moz-border-radius-bottomleft: 6px !important;
	border-bottom-left-radius: 6px !important;
}

.radiobar label:last-child
{
	float: right !important;
	width: 10% !important;
	-webkit-border-top-right-radius: 6px !important;
	-moz-border-radius-topright: 6px !important;
	border-top-right-radius: 6px !important;
	-webkit-border-bottom-right-radius: 6px !important;
	-moz-border-radius-bottomright: 6px !important;
	border-bottom-right-radius: 6px !important;
}

.radiobar input[type=radio]
{
	float: left;
	width: 15px;
	display: none;
}

.radiobar input[type=radio] + label
{
	float: left;
	width: auto;
	color: #FFFFFF;
	font-size: 1em;
	line-height: 1.125em;
	line-height: 43px;
	height: 43px;
	position: relative;
	min-width: 10% !important;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
    display: inline-block;
    padding: 0px px 0px 0px;
    background: #999999;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0px 0px 10px 0px;
	border-right: 1px solid #FFFFFF;
	/*font-family: "proxima-nova-n6", "proxima-nova", sans-serif;*/
}

.radiobar input[type=radio]:checked + label
{
	background-image: none;
	background: #669933 url(../graphics/icons/ico_progressbar_check.png) no-repeat center center !important;
}

.radiobar input[type=radio]:disabled + label
{
	background: #e5e5e5 !important;
}

.radiobar input[type=radio] + label:hover
{
	background: #a8a8a8 url(../graphics/icons/ico_progressbar_check.png) no-repeat center center !important;
}
