/* ===========================================================
 * bootstrap-checkbox - v.1.0.0
 * ===========================================================
 * Copyright 2014 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-checkbox > button.btn{ padding:0; 
}.radio label,
.bootstrap-checkbox.disabled > [class^="label-"],
.bootstrap-checkbox > .btn[disabled]{	cursor:not-allowed;}
.bootstrap-checkbox  [class^="cb-icon-"],
.bootstrap-checkbox [class*=" cb-icon-"] { 
	display: inline-block; 
	width: 20px; border-radius:2px;
position: relative; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXRJREFUeNpi/P//PwM1ASOlBqA7iImBymDQGajLyMjoTQ2HsAFxrxwr938jDiFQIHqDwhKEyXGhLhBP8OKWLmoVMWDgYGQGifHAJFlINAykOzOZXyXTjVsSLPDn/z8Q9YvcMJzgwS0FNwwEZFi5QJQWMS70ALkGiG8C8XQgDtRhF8iJ51eCK7jy8wPDhR/vQcwd+AyUA+JSGRaunEg+BYZnf74zLP10nw0YVvmp/CpAL0HywvJPDxg2fHm8D2QZMDLO4jMwE2hQjh+PDFjzH2DM7f32It+RS5xBgoWT4R/Df4aZH24zHPj2EuTqSqBhHwllPTkeJpaH4bwKDC7cEmBDb/z6xKDCysvAwsjIMPfjHYZdX59PAarLxZb1GPEkjUw1Nr7MciFtBqAFYEGgF0FeBbksC1deJgRagGH5f7q4+f9aYd3/QNf+h4YxSuGAjIkB1SLM7P+FmNlAqkOwlTbImNjiC+Sqv0D8lFDxNQLLQ4AAAwDwr40bOICH2AAAAABJRU5ErkJggg==)
  -1px 0 no-repeat #f8f8f8; height: 20px;

	}


.bootstrap-checkbox button.btn > span.cb-icon-check-empty,
.bootstrap-checkbox.disabled button.btn:hover > span.cb-icon-check-empty,
.bootstrap-checkbox.disabled button.btn:active > span.cb-icon-check-empty{
 background:#fff; 
}

.bootstrap-checkbox button.btn:hover, .bootstrap-checkbox button.btn:focus, .bootstrap-checkbox button.btn:active 
{outline:none;}