/* ===========================================================
 * 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;  z-index:1; position: absolute; margin:17px 0 0 2px }
.button-checkbox.bootstrap-checkbox.room{ position:absolute; left:33px;}
.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: 14px; border-radius:3px !important;
position: relative; background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAICAIAAACgWpLfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAI9JREFUeNpi+I8DfHly88kXEIMBu/TN+SVRoVFZ86/8/M/EAAK/fv1igIOvtxY0NG57+Jvh9y8gZgCq+HBqQnZM9oRTH1CkGfhdqyakanMzsDB8uLDt9EeG38d6ShmyEgS2TkNIG3CD9DACbUXogwAkaSAAuYNbLaGh3kueFYs0CCC5f0lV/qzzX9D9BRBgACpxkv78FGTwAAAAAElFTkSuQmCC) no-repeat 2px 3px; height: 14px; box-shadow:1px 1px 2px 0px rgba(0,0,0,0.2); top:-1px }
.checkbox.bootstrap-checkbox{ margin-right:0 !important}
.checkbox.bootstrap-checkbox.active{ color:#29598e; margin-right:0}
label.checkbox{ padding-left:0;   min-height:17px}
.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;box-shadow:1px 1px 2px 0px rgba(0,0,0,0.2)
}
.bootstrap-checkbox button.btn:hover, .bootstrap-checkbox button.btn:focus, .bootstrap-checkbox button.btn:active 
{outline:none;}

.label-checkbox{ display:inline-block; vertical-align: middle}

@media (max-width: 1200px){
.button-checkbox.bootstrap-checkbox.room{ left:17%;}
}
@media (max-width: 990px){
.bootstrap-checkbox > button.btn{ margin:17px 0 0 25% }
.button-checkbox.bootstrap-checkbox.room{ left:33%;}
}

@media (max-width: 767px){
.bootstrap-checkbox > button.btn{ margin:17px 0 0 37% }
.button-checkbox.bootstrap-checkbox.room{ left:41%;}
}

@media (max-width: 670px){
.bootstrap-checkbox > button.btn{ display:none}
}