/* ===========================================================
 * bootstrap-radio.js - v.1.0.0
 * ===========================================================
 * Copyright 2013 Roberto Montresor
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================== */
 
 @CHARSET "ISO-8859-1";

.bootstrap-radio > button.btn{
	width:20px; padding:0
}

.bootstrap-radio > button.btn.displayAsButton,
.bootstrap-radio > button.btn.btn-lg.displayAsButton,
.bootstrap-radio > button.btn.btn-sm.displayAsButton,
.bootstrap-radio > button.btn.btn-sx.displayAsButton{
	width:auto;
}




.bootstrap-radio.disabled > [class^="label-"],
.bootstrap-radio > .btn[disabled]{
	cursor:not-allowed;
}

.button-radio [class^="cb-icon-"],
.button-radio [class*=" cb-icon-"] {
	display: inline-block;
	width: 18px;
	height: 18px; border-radius:50%;
	background:#f4f3ec;}
	
.bootstrap-radio button.btn > span.cb-icon-radio-check,
.bootstrap-radio.disabled button.btn:hover > span.cb-icon-radio-check,
.bootstrap-radio.disabled button.btn:active > span.cb-icon-radio-check{ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAYRJREFUeNpi/PL5DQMWIA3ECUDsCsQqUP5TIL4DxLuBeAGUjwIY0QxjA+IWIM4BYk4G3OA7EE8B4hog/oXNMFEg3gLEZgzEg1NA7APEr0EcJiQXkWoQA1T9Fqh+uGGNZBiEbGAjzJugwL0HMx0G/v77zzBv32OG9adeMFx7/JlBS5aXIdBMgiHJSZaBmYkR3UBQuKmyAIk0bAZF9J9jOHHrPVzs8sNPYLzr4muGFYVG6AaC9CeDvOmEbs20HQ9QDEIGIHGQPBbgxARNRyhg+dFneAMJh7wKyDAhdNEXH37iNQyHvBDIsHfoohIC7HgNwyH/DmTYTXTRAGCs4QM45G+CDNuBLprnpchgrMSP1SADBT6wPBawA5TO5ICM29iSx+w9jxg2ANPZVWA60wamM5CLUl3kcKYzWN7sAuJSBvJBNxCXwQwDueowmVkKlNltQa5jQnKmD1SCgYxS4xdyRmeAFiMOUCf/ImDIL6g6B1jxg61wxFbSqoOSFiitQpMRzpIWIMAAvoSEqwStyh4AAAAASUVORK5CYII=);

}
.bootstrap-radio button.btn:hover > span.cb-icon-radio-check,
.bootstrap-radio button.btn:focus > span.cb-icon-radio-check,
.bootstrap-radio button.btn:active > span.cb-icon-radio-check{
}
.bootstrap-radio button.btn > span.cb-icon-radio-check-empty,
.bootstrap-radio.disabled button.btn:hover > span.cb-icon-radio-check-empty,
.bootstrap-radio.disabled button.btn:active > span.cb-icon-radio-check-empty{
}
.bootstrap-radio button.btn:hover > span.cb-icon-radio-check-empty,
.bootstrap-radio button.btn:focus > span.cb-icon-radio-check-empty,
.bootstrap-radio button.btn:active > span.cb-icon-radio-check-empty{
}