/*
Theme Name: groceria Child
Description: Child theme for Groceria theme
Author: 
Author URI: 
Template: groceria
Version: 1.0.0
Text Domain:  groceria
*/

.d-none { display:none; }
.w-100 { width:100%; }
.is-content-justification-space-around { justify-content:space-around; }
.list-style-type-none ul { list-style-type:none; padding-left:0; margin-left: 0; } /*n'affiche pas les puces des listes*/

/*item Boutique du menu principal*/
li.leftSep:after { display:inline-block; height:100%; width:2px; content:""; background:rgb(221, 221, 221); position:absolute; left:-15px; }
li.navBoutique:before { position:absolute; display:inline-block; margin-right:10px; content:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='rgb(0, 59, 34)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-store-icon lucide-store'><path d='M15 21v-5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v5'/><path d='M17.774 10.31a1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.451 0 1.12 1.12 0 0 0-1.548 0 2.5 2.5 0 0 1-3.452 0 1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.77-3.248l2.889-4.184A2 2 0 0 1 7 2h10a2 2 0 0 1 1.653.873l2.895 4.192a2.5 2.5 0 0 1-3.774 3.244'/><path d='M4 10.95V19a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8.05'/></svg>"); }
li:hover.navBoutique:before { content:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='rgb(21, 158, 76)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-store-icon lucide-store'><path d='M15 21v-5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v5'/><path d='M17.774 10.31a1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.451 0 1.12 1.12 0 0 0-1.548 0 2.5 2.5 0 0 1-3.452 0 1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.77-3.248l2.889-4.184A2 2 0 0 1 7 2h10a2 2 0 0 1 1.653.873l2.895 4.192a2.5 2.5 0 0 1-3.774 3.244'/><path d='M4 10.95V19a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8.05'/></svg>"); }
li.navBoutique a.wp-block-navigation-item__content { left:30px; }
@media (min-width:1024px){
	li.navBoutique:before { position:static; }
	li.navBoutique a.wp-block-navigation-item__content { left:0; }
}

/*footer*/
@media (max-width:700px){
	footer .footerFirstGroup > div { flex-direction:column; text-align:center; align-items:center; }
	footer .footerFirstGroup .wp-block-navigation { align-items:center; }
	.rangeeCenterMobile { justify-content:center; }
}

/*Booking calendard : plugin de réservation*/
.wpbc_chint__datetime_container { flex-direction:column !important; }
.wpbc_chint__timeslot { font-size:15px; text-decoration:none !important; }
.wpbc_chint__timeslot_divider { padding-left:5px; }
.wpbc_chint__availability { font-size:15px; }
.wpbc_chint__availability { color: #fff !important; background: #159e4c; padding: 1px 7px 0px; border-radius: 3px; margin-left: 5px; top: -2px; position: relative; }
.wpbc-cost-amount { display:inline-block; padding:2px 8px; background:#159e4c; border-radius:4px; color:#fff; }
#sectionHoraire .wpbc_field_hint { display:inline-block; }
.wpbc_capacity_hint_container .wpbc_chint__datetime_container .wpbc_chint__time_container .wpbc_chint__timeslot { min-width: 90px; }
.wpbc_capacity_hint_container .wpbc_chint__datetime_container .wpbc_chint__time_container {  margin-bottom: 5px; }

/*page mon compte****************************************/
.woocommerce-account .wp-block-post-content .woocommerce .woocommerce-Address-title { justify-content: flex-start; flex-wrap: wrap; }

/*page checkout****************************************/
.wp-block-woocommerce-checkout { margin:50px 0 !important; }
.wc-block-checkout__login-prompt { color: #fff !important; background-color: var(--wp--preset--color--secondary); border-radius: 4px; padding: 2px 8px; }

/*page panier****************************************/
.wc-block-components-quantity-selector { padding:0px; }

/*blocs produits loop********************************/
/*bouton ajouter au panier*/
.groceria-loop-btn.add_to_cart_button { margin-top:0.6rem; padding: 0.5rem 1rem; }
.groceria-loop-btn.add_to_cart_button.disabled { border-color: var(--color-treachery) !important; color: var(--color-treachery) !important; background: transparent !important; cursor: text; border-width: 1px; box-shadow: none; }

/*nom du produits*/
.wc-block-product h2 { min-height: 2.5rem; }

/*masque la tranche de prix*/
.wp-block-woocommerce-product-collection .wp-block-woocommerce-product-price:not(.variation-price) { display:none; }

/* Prix de la variation */
.groceria-loop-price { margin:0.5rem 0; font-size:1.1em; font-weight:600; }
.groceria-loop-price .price { color:inherit; }

/* Pills désactivées (rupture de stock) */
.wc-block-add-to-cart-with-options-variation-selector-attribute-options__pill.is-disabled { opacity: 0.4; cursor: not-allowed; position: relative; }
.wc-block-add-to-cart-with-options-variation-selector-attribute-options__pill.is-disabled::after { content:''; position:absolute; top:50%; left:10%; right:10%; height:2px; background:currentColor; transform: translateY(-50%) rotate(-15deg); }
.wc-block-add-to-cart-with-options-variation-selector-attribute-options__pill.is-disabled input { cursor: not-allowed; }

/*colonnes bootstrap*/
.bootstrap .btn,.bootstrap .btn-danger.active,.bootstrap .btn-danger:active,.bootstrap .btn-default.active,.bootstrap .btn-default:active,.bootstrap .btn-info.active,.bootstrap .btn-info:active,.bootstrap .btn-primary.active,.bootstrap .btn-primary:active,.bootstrap .btn-success.active,.bootstrap .btn-success:active,.bootstrap .btn-warning.active,.bootstrap .btn-warning:active,.bootstrap .form-control,.bootstrap .open>.dropdown-toggle.btn-danger,.bootstrap .open>.dropdown-toggle.btn-default,.bootstrap .open>.dropdown-toggle.btn-info,.bootstrap .open>.dropdown-toggle.btn-primary,.bootstrap .open>.dropdown-toggle.btn-success,.bootstrap .open>.dropdown-toggle.btn-warning{background-image:none}.row-bs .col-xs-1{width:8.33333333333333%;float:left}.row-bs .col-xs-2{width:16.6666666666667%;float:left}.row-bs .col-xs-3{width:25%;float:left}.row-bs .col-xs-4{width:33.3333333333333%;float:left}.row-bs .col-xs-5{width:41.6666666666667%;float:left}.row-bs .col-xs-6{width:50%;float:left}.row-bs .col-xs-7{width:58.3333333333333%;float:left}.row-bs .col-xs-8{width:66.6666666666667%;float:left}.row-bs .col-xs-9{width:75%;float:left}.row-bs .col-xs-10{width:83.3333333333333%;float:left}.row-bs .col-xs-11{width:91.6666666666667%;float:left}.row-bs .col-xs-12{width:100%;float:left}@media (min-width:768px){.row-bs .col-sm-1{width:8.33333333333333%;float:left}.row-bs .col-sm-2{width:16.6666666666667%;float:left}.row-bs .col-sm-3{width:25%;float:left}.row-bs .col-sm-4{width:33.3333333333333%;float:left}.row-bs .col-sm-5{width:41.6666666666667%;float:left}.row-bs .col-sm-6{width:50%;float:left}.row-bs .col-sm-7{width:58.3333333333333%;float:left}.row-bs .col-sm-8{width:66.6666666666667%;float:left}.row-bs .col-sm-9{width:75%;float:left}.row-bs .col-sm-10{width:83.3333333333333%;float:left}.row-bs .col-sm-11{width:91.6666666666667%;float:left}.row-bs .col-sm-12{width:100%;float:left}}@media (min-width:992px){.row-bs .col-md-1{width:8.33333333333333%;float:left}.row-bs .col-md-2{width:16.6666666666667%;float:left}.row-bs .col-md-3{width:25%;float:left}.row-bs .col-md-4{width:33.3333333333333%;float:left}.row-bs .col-md-5{width:41.6666666666667%;float:left}.row-bs .col-md-6{width:50%;float:left}.row-bs .col-md-7{width:58.3333333333333%;float:left}.row-bs .col-md-8{width:66.6666666666667%;float:left}.row-bs .col-md-9{width:75%;float:left}.row-bs .col-md-10{width:83.3333333333333%;float:left}.row-bs .col-md-11{width:91.6666666666667%;float:left}.row-bs .col-md-12{width:100%;float:left}}@media (min-width:1200px){.row-bs .col-lg-1{width:8.33333333333333%;float:left}.row-bs .col-lg-2{width:16.6666666666667%;float:left}.row-bs .col-lg-3{width:25%;float:left}.row-bs .col-lg-4{width:33.3333333333333%;float:left}.row-bs .col-lg-5{width:41.6666666666667%;float:left}.row-bs .col-lg-6{width:50%;float:left}.row-bs .col-lg-7{width:58.3333333333333%;float:left}.row-bs .col-lg-8{width:66.6666666666667%;float:left}.row-bs .col-lg-9{width:75%;float:left}.row-bs .col-lg-10{width:83.3333333333333%;float:left}.row-bs .col-lg-11{width:91.6666666666667%;float:left}.row-bs .col-lg-12{width:100%;float:left}}.bootstrap button,.bootstrap input,.bootstrap optgroup,.bootstrap select,.bootstrap textarea{color:inherit;font:inherit;margin:0}.bootstrap button{overflow:visible}.bootstrap button,.bootstrap select{text-transform:none}.bootstrap button,.bootstrap html input[type=button],.bootstrap input[type=reset],.bootstrap input[type=submit]{-webkit-appearance:button;cursor:pointer}.bootstrap button[disabled],.bootstrap html input[disabled]{cursor:default}.bootstrap button::-moz-focus-inner,.bootstrap input::-moz-focus-inner{border:0;padding:0}.bootstrap input[type=checkbox],.bootstrap input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}.bootstrap input[type=number]::-webkit-inner-spin-button,.bootstrap input[type=number]::-webkit-outer-spin-button{height:auto}.bootstrap input[type=search]::-webkit-search-cancel-button,.bootstrap input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.bootstrap textarea{overflow:auto}.bootstrap optgroup{font-weight:700}.bootstrap button,.bootstrap input,.bootstrap select,.bootstrap textarea{font-family:inherit;font-size:inherit;line-height:inherit}.bootstrap [role=button]{cursor:pointer}.bootstrap fieldset{padding:0;margin:0;border:0;min-width:0}.bootstrap legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}.bootstrap label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.bootstrap input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none}.bootstrap input[type=checkbox],.bootstrap input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}.bootstrap .form-control,.bootstrap output{font-size:14px;line-height:1.42857143;color:#555;display:block}.bootstrap input[type=file]{display:block}.bootstrap input[type=range]{display:block;width:100%}.bootstrap select[multiple],.bootstrap select[size]{height:auto}.bootstrap input[type=checkbox]:focus,.bootstrap input[type=radio]:focus,.bootstrap input[type=file]:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.bootstrap output{padding-top:7px}.bootstrap .form-control{width:100%;height:34px;padding:6px 12px;background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bootstrap .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.bootstrap .form-control::-moz-placeholder{color:#999;opacity:1}.bootstrap .form-control:-ms-input-placeholder{color:#999}.bootstrap .form-control::-webkit-input-placeholder{color:#999}.bootstrap .has-success .checkbox,.bootstrap .has-success .checkbox-inline,.bootstrap .has-success .control-label,.bootstrap .has-success .form-control-feedback,.bootstrap .has-success .help-block,.bootstrap .has-success .radio,.bootstrap .has-success .radio-inline,.bootstrap .has-success.checkbox label,.bootstrap .has-success.checkbox-inline label,.bootstrap .has-success.radio label,.bootstrap .has-success.radio-inline label{color:#3c763d}.bootstrap .form-control::-ms-expand{border:0;background-color:transparent}.bootstrap .form-control[disabled],.bootstrap .form-control[readonly],.bootstrap fieldset[disabled] .form-control{background-color:#eee;opacity:1}.bootstrap .form-control[disabled],.bootstrap fieldset[disabled] .form-control{cursor:not-allowed}.bootstrap textarea.form-control{height:auto}@media screen and (-webkit-min-device-pixel-ratio:0){.bootstrap input[type=time].form-control,.bootstrap input[type=datetime-local].form-control,.bootstrap input[type=month].form-control,.bootstrap input[type=date].form-control{line-height:34px}.bootstrap .input-group-sm input[type=time],.bootstrap .input-group-sm input[type=datetime-local],.bootstrap .input-group-sm input[type=month],.bootstrap .input-group-sm input[type=date],.bootstrap input[type=time].input-sm,.bootstrap input[type=datetime-local].input-sm,.bootstrap input[type=month].input-sm,.bootstrap input[type=date].input-sm{line-height:30px}.bootstrap .input-group-lg input[type=time],.bootstrap .input-group-lg input[type=datetime-local],.bootstrap .input-group-lg input[type=month],.bootstrap .input-group-lg input[type=date],.bootstrap input[type=time].input-lg,.bootstrap input[type=datetime-local].input-lg,.bootstrap input[type=month].input-lg,.bootstrap input[type=date].input-lg{line-height:46px}}.bootstrap .form-group{margin-bottom:15px}.bootstrap .checkbox,.bootstrap .radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.bootstrap .checkbox label,.bootstrap .radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.bootstrap .checkbox input[type=checkbox],.bootstrap .checkbox-inline input[type=checkbox],.bootstrap .radio input[type=radio],.bootstrap .radio-inline input[type=radio]{position:absolute;margin-left:-20px;margin-top:4px\9}.bootstrap .checkbox+.checkbox,.bootstrap .radio+.radio{margin-top:-5px}.bootstrap .checkbox-inline,.bootstrap .radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.bootstrap .checkbox-inline+.checkbox-inline,.bootstrap .radio-inline+.radio-inline{margin-top:0;margin-left:10px}.bootstrap .checkbox-inline.disabled,.bootstrap .checkbox.disabled label,.bootstrap .radio-inline.disabled,.bootstrap .radio.disabled label,.bootstrap fieldset[disabled] .checkbox label,.bootstrap fieldset[disabled] .checkbox-inline,.bootstrap fieldset[disabled] .radio label,.bootstrap fieldset[disabled] .radio-inline,.bootstrap fieldset[disabled] input[type=checkbox],.bootstrap fieldset[disabled] input[type=radio],.bootstrap input[type=checkbox].disabled,.bootstrap input[type=checkbox][disabled],.bootstrap input[type=radio].disabled,.bootstrap input[type=radio][disabled]{cursor:not-allowed}.bootstrap .form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.bootstrap .form-control-static.input-lg,.bootstrap .form-control-static.input-sm{padding-left:0;padding-right:0}.bootstrap .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap select.input-sm{height:30px;line-height:30px}.bootstrap select[multiple].input-sm,.bootstrap textarea.input-sm{height:auto}.bootstrap .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap .form-group-sm select.form-control{height:30px;line-height:30px}.bootstrap .form-group-sm select[multiple].form-control,.bootstrap .form-group-sm textarea.form-control{height:auto}.bootstrap .form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.bootstrap .input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bootstrap select.input-lg{height:46px;line-height:46px}.bootstrap select[multiple].input-lg,.bootstrap textarea.input-lg{height:auto}.bootstrap .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bootstrap .form-group-lg select.form-control{height:46px;line-height:46px}.bootstrap .form-group-lg select[multiple].form-control,.bootstrap .form-group-lg textarea.form-control{height:auto}.bootstrap .form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.bootstrap .has-feedback{position:relative}.bootstrap .has-feedback .form-control{padding-right:42.5px}.bootstrap .form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.bootstrap .form-group-lg .form-control+.form-control-feedback,.bootstrap .input-group-lg+.form-control-feedback,.bootstrap .input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.bootstrap .form-group-sm .form-control+.form-control-feedback,.bootstrap .input-group-sm+.form-control-feedback,.bootstrap .input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.bootstrap .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.bootstrap .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.bootstrap .has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.bootstrap .has-warning .checkbox,.bootstrap .has-warning .checkbox-inline,.bootstrap .has-warning .control-label,.bootstrap .has-warning .form-control-feedback,.bootstrap .has-warning .help-block,.bootstrap .has-warning .radio,.bootstrap .has-warning .radio-inline,.bootstrap .has-warning.checkbox label,.bootstrap .has-warning.checkbox-inline label,.bootstrap .has-warning.radio label,.bootstrap .has-warning.radio-inline label{color:#8a6d3b}.bootstrap .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.bootstrap .has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.bootstrap .has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.bootstrap .has-error .checkbox,.bootstrap .has-error .checkbox-inline,.bootstrap .has-error .control-label,.bootstrap .has-error .form-control-feedback,.bootstrap .has-error .help-block,.bootstrap .has-error .radio,.bootstrap .has-error .radio-inline,.bootstrap .has-error.checkbox label,.bootstrap .has-error.checkbox-inline label,.bootstrap .has-error.radio label,.bootstrap .has-error.radio-inline label{color:#a94442}.bootstrap .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.bootstrap .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.bootstrap .has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.bootstrap .has-feedback label~.form-control-feedback{top:25px}.bootstrap .has-feedback label.sr-only~.form-control-feedback{top:0}.bootstrap .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.bootstrap .form-inline .form-control-static,.bootstrap .form-inline .form-group{display:inline-block}.bootstrap .form-inline .control-label,.bootstrap .form-inline .form-group{margin-bottom:0;vertical-align:middle}.bootstrap .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.bootstrap .form-inline .input-group{display:inline-table;vertical-align:middle}.bootstrap .form-inline .input-group .form-control,.bootstrap .form-inline .input-group .input-group-addon,.bootstrap .form-inline .input-group .input-group-btn{width:auto}.bootstrap .form-inline .input-group>.form-control{width:100%}.bootstrap .form-inline .checkbox,.bootstrap .form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.bootstrap .form-inline .checkbox label,.bootstrap .form-inline .radio label{padding-left:0}.bootstrap .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.bootstrap .form-inline .has-feedback .form-control-feedback{top:0}.bootstrap .form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.bootstrap .form-horizontal .checkbox,.bootstrap .form-horizontal .checkbox-inline,.bootstrap .form-horizontal .radio,.bootstrap .form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:7px}.bootstrap .form-horizontal .checkbox,.bootstrap .form-horizontal .radio{min-height:27px}.bootstrap .form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.bootstrap .form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.bootstrap .form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}.bootstrap .form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.bootstrap .btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap .btn.active.focus,.bootstrap .btn.active:focus,.bootstrap .btn.focus,.bootstrap .btn:active.focus,.bootstrap .btn:active:focus,.bootstrap .btn:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.bootstrap .btn.focus,.bootstrap .btn:focus,.bootstrap .btn:hover{color:#333;text-decoration:none}.bootstrap .btn.active,.bootstrap .btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.bootstrap .btn.disabled,.bootstrap .btn[disabled],.bootstrap fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.bootstrap a.btn.disabled,.bootstrap fieldset[disabled] a.btn{pointer-events:none}.bootstrap .btn-default{color:#333;background-color:#fff;border-color:#ccc}.bootstrap .btn-default.focus,.bootstrap .btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.bootstrap .btn-default.active,.bootstrap .btn-default:active,.bootstrap .btn-default:hover,.bootstrap .open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.bootstrap .btn-default.active.focus,.bootstrap .btn-default.active:focus,.bootstrap .btn-default.active:hover,.bootstrap .btn-default:active.focus,.bootstrap .btn-default:active:focus,.bootstrap .btn-default:active:hover,.bootstrap .open>.dropdown-toggle.btn-default.focus,.bootstrap .open>.dropdown-toggle.btn-default:focus,.bootstrap .open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.bootstrap .btn-default.disabled.focus,.bootstrap .btn-default.disabled:focus,.bootstrap .btn-default.disabled:hover,.bootstrap .btn-default[disabled].focus,.bootstrap .btn-default[disabled]:focus,.bootstrap .btn-default[disabled]:hover,.bootstrap fieldset[disabled] .btn-default.focus,.bootstrap fieldset[disabled] .btn-default:focus,.bootstrap fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.bootstrap .btn-default .badge{color:#fff;background-color:#333}.bootstrap .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.bootstrap .btn-primary.focus,.bootstrap .btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.bootstrap .btn-primary.active,.bootstrap .btn-primary:active,.bootstrap .btn-primary:hover,.bootstrap .open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.bootstrap .btn-primary.active.focus,.bootstrap .btn-primary.active:focus,.bootstrap .btn-primary.active:hover,.bootstrap .btn-primary:active.focus,.bootstrap .btn-primary:active:focus,.bootstrap .btn-primary:active:hover,.bootstrap .open>.dropdown-toggle.btn-primary.focus,.bootstrap .open>.dropdown-toggle.btn-primary:focus,.bootstrap .open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.bootstrap .btn-primary.disabled.focus,.bootstrap .btn-primary.disabled:focus,.bootstrap .btn-primary.disabled:hover,.bootstrap .btn-primary[disabled].focus,.bootstrap .btn-primary[disabled]:focus,.bootstrap .btn-primary[disabled]:hover,.bootstrap fieldset[disabled] .btn-primary.focus,.bootstrap fieldset[disabled] .btn-primary:focus,.bootstrap fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.bootstrap .btn-primary .badge{color:#337ab7;background-color:#fff}.bootstrap .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.bootstrap .btn-success.focus,.bootstrap .btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.bootstrap .btn-success.active,.bootstrap .btn-success:active,.bootstrap .btn-success:hover,.bootstrap .open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.bootstrap .btn-success.active.focus,.bootstrap .btn-success.active:focus,.bootstrap .btn-success.active:hover,.bootstrap .btn-success:active.focus,.bootstrap .btn-success:active:focus,.bootstrap .btn-success:active:hover,.bootstrap .open>.dropdown-toggle.btn-success.focus,.bootstrap .open>.dropdown-toggle.btn-success:focus,.bootstrap .open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.bootstrap .btn-success.disabled.focus,.bootstrap .btn-success.disabled:focus,.bootstrap .btn-success.disabled:hover,.bootstrap .btn-success[disabled].focus,.bootstrap .btn-success[disabled]:focus,.bootstrap .btn-success[disabled]:hover,.bootstrap fieldset[disabled] .btn-success.focus,.bootstrap fieldset[disabled] .btn-success:focus,.bootstrap fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.bootstrap .btn-success .badge{color:#5cb85c;background-color:#fff}.bootstrap .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.bootstrap .btn-info.focus,.bootstrap .btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.bootstrap .btn-info.active,.bootstrap .btn-info:active,.bootstrap .btn-info:hover,.bootstrap .open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.bootstrap .btn-info.active.focus,.bootstrap .btn-info.active:focus,.bootstrap .btn-info.active:hover,.bootstrap .btn-info:active.focus,.bootstrap .btn-info:active:focus,.bootstrap .btn-info:active:hover,.bootstrap .open>.dropdown-toggle.btn-info.focus,.bootstrap .open>.dropdown-toggle.btn-info:focus,.bootstrap .open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.bootstrap .btn-info.disabled.focus,.bootstrap .btn-info.disabled:focus,.bootstrap .btn-info.disabled:hover,.bootstrap .btn-info[disabled].focus,.bootstrap .btn-info[disabled]:focus,.bootstrap .btn-info[disabled]:hover,.bootstrap fieldset[disabled] .btn-info.focus,.bootstrap fieldset[disabled] .btn-info:focus,.bootstrap fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.bootstrap .btn-info .badge{color:#5bc0de;background-color:#fff}.bootstrap .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.bootstrap .btn-warning.focus,.bootstrap .btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.bootstrap .btn-warning.active,.bootstrap .btn-warning:active,.bootstrap .btn-warning:hover,.bootstrap .open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.bootstrap .btn-warning.active.focus,.bootstrap .btn-warning.active:focus,.bootstrap .btn-warning.active:hover,.bootstrap .btn-warning:active.focus,.bootstrap .btn-warning:active:focus,.bootstrap .btn-warning:active:hover,.bootstrap .open>.dropdown-toggle.btn-warning.focus,.bootstrap .open>.dropdown-toggle.btn-warning:focus,.bootstrap .open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.bootstrap .btn-warning.disabled.focus,.bootstrap .btn-warning.disabled:focus,.bootstrap .btn-warning.disabled:hover,.bootstrap .btn-warning[disabled].focus,.bootstrap .btn-warning[disabled]:focus,.bootstrap .btn-warning[disabled]:hover,.bootstrap fieldset[disabled] .btn-warning.focus,.bootstrap fieldset[disabled] .btn-warning:focus,.bootstrap fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.bootstrap .btn-warning .badge{color:#f0ad4e;background-color:#fff}.bootstrap .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.bootstrap .btn-danger.focus,.bootstrap .btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.bootstrap .btn-danger.active,.bootstrap .btn-danger:active,.bootstrap .btn-danger:hover,.bootstrap .open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.bootstrap .btn-danger.active.focus,.bootstrap .btn-danger.active:focus,.bootstrap .btn-danger.active:hover,.bootstrap .btn-danger:active.focus,.bootstrap .btn-danger:active:focus,.bootstrap .btn-danger:active:hover,.bootstrap .open>.dropdown-toggle.btn-danger.focus,.bootstrap .open>.dropdown-toggle.btn-danger:focus,.bootstrap .open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.bootstrap .btn-danger.disabled.focus,.bootstrap .btn-danger.disabled:focus,.bootstrap .btn-danger.disabled:hover,.bootstrap .btn-danger[disabled].focus,.bootstrap .btn-danger[disabled]:focus,.bootstrap .btn-danger[disabled]:hover,.bootstrap fieldset[disabled] .btn-danger.focus,.bootstrap fieldset[disabled] .btn-danger:focus,.bootstrap fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.bootstrap .btn-danger .badge{color:#d9534f;background-color:#fff}.bootstrap .btn-link{color:#337ab7;font-weight:400;border-radius:0}.bootstrap .btn-link,.bootstrap .btn-link.active,.bootstrap .btn-link:active,.bootstrap .btn-link[disabled],.bootstrap fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.bootstrap .btn-link,.bootstrap .btn-link:active,.bootstrap .btn-link:focus,.bootstrap .btn-link:hover{border-color:transparent}.bootstrap .btn-link:focus,.bootstrap .btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.bootstrap .btn-link[disabled]:focus,.bootstrap .btn-link[disabled]:hover,.bootstrap fieldset[disabled] .btn-link:focus,.bootstrap fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.bootstrap .btn-group-lg>.btn,.bootstrap .btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bootstrap .btn-group-sm>.btn,.bootstrap .btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap .btn-group-xs>.btn,.bootstrap .btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.bootstrap .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,.bootstrap .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,.bootstrap .btn-group>.btn:last-child:not(:first-child),.bootstrap .btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap .btn-group-vertical>.btn:not(:first-child):not(:last-child),.bootstrap .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.bootstrap .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.bootstrap .btn-block{display:block;width:100%}.bootstrap .btn-block+.btn-block{margin-top:5px}.bootstrap input[type=button].btn-block,.bootstrap input[type=reset].btn-block,.bootstrap input[type=submit].btn-block{width:100%}.bootstrap .btn-group,.bootstrap .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.bootstrap .btn-group-vertical>.btn,.bootstrap .btn-group>.btn{position:relative;float:left}.bootstrap .btn-group-vertical>.btn.active,.bootstrap .btn-group-vertical>.btn:active,.bootstrap .btn-group-vertical>.btn:focus,.bootstrap .btn-group-vertical>.btn:hover,.bootstrap .btn-group>.btn.active,.bootstrap .btn-group>.btn:active,.bootstrap .btn-group>.btn:focus,.bootstrap .btn-group>.btn:hover{z-index:2}.bootstrap .btn-group .btn+.btn,.bootstrap .btn-group .btn+.btn-group,.bootstrap .btn-group .btn-group+.btn,.bootstrap .btn-group .btn-group+.btn-group{margin-left:-1px}.bootstrap .btn-toolbar{margin-left:-5px}.bootstrap .btn-toolbar .btn,.bootstrap .btn-toolbar .btn-group,.bootstrap .btn-toolbar .input-group{float:left}.bootstrap .btn-toolbar>.btn,.bootstrap .btn-toolbar>.btn-group,.bootstrap .btn-toolbar>.input-group{margin-left:5px}.bootstrap .btn .caret,.bootstrap .btn-group>.btn:first-child{margin-left:0}.bootstrap .btn-group>.btn-group{float:left}.bootstrap .btn-group .dropdown-toggle:active,.bootstrap .btn-group.open .dropdown-toggle{outline:0}.bootstrap .btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.bootstrap .btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.bootstrap .btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.bootstrap .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.bootstrap .btn-lg .caret{border-width:5px 5px 0}.bootstrap .dropup .btn-lg .caret{border-width:0 5px 5px}.bootstrap .btn-group-vertical>.btn,.bootstrap .btn-group-vertical>.btn-group,.bootstrap .btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.bootstrap .btn-group-vertical>.btn-group>.btn{float:none}.bootstrap .btn-group-vertical>.btn+.btn,.bootstrap .btn-group-vertical>.btn+.btn-group,.bootstrap .btn-group-vertical>.btn-group+.btn,.bootstrap .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.bootstrap .btn-group-vertical>.btn:first-child:not(:last-child){border-radius:4px 4px 0 0}.bootstrap .btn-group-vertical>.btn:last-child:not(:first-child){border-radius:0 0 4px 4px}.bootstrap .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.bootstrap .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.bootstrap .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.bootstrap .btn-group-justified>.btn,.bootstrap .btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.bootstrap .btn-group-justified>.btn-group .btn{width:100%}.bootstrap .btn-group-justified>.btn-group .dropdown-menu{left:auto}.bootstrap [data-toggle=buttons]>.btn input[type=checkbox],.bootstrap [data-toggle=buttons]>.btn input[type=radio],.bootstrap [data-toggle=buttons]>.btn-group>.btn input[type=checkbox],.bootstrap [data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.bootstrap .input-group{position:relative;display:table;border-collapse:separate}.bootstrap .input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.bootstrap .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.bootstrap .input-group .form-control:focus{z-index:3}.bootstrap .input-group-lg>.form-control,.bootstrap .input-group-lg>.input-group-addon,.bootstrap .input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bootstrap select.input-group-lg>.form-control,.bootstrap select.input-group-lg>.input-group-addon,.bootstrap select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}.bootstrap select[multiple].input-group-lg>.form-control,.bootstrap select[multiple].input-group-lg>.input-group-addon,.bootstrap select[multiple].input-group-lg>.input-group-btn>.btn,.bootstrap textarea.input-group-lg>.form-control,.bootstrap textarea.input-group-lg>.input-group-addon,.bootstrap textarea.input-group-lg>.input-group-btn>.btn{height:auto}.bootstrap .input-group-sm>.form-control,.bootstrap .input-group-sm>.input-group-addon,.bootstrap .input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap select.input-group-sm>.form-control,.bootstrap select.input-group-sm>.input-group-addon,.bootstrap select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}.bootstrap select[multiple].input-group-sm>.form-control,.bootstrap select[multiple].input-group-sm>.input-group-addon,.bootstrap select[multiple].input-group-sm>.input-group-btn>.btn,.bootstrap textarea.input-group-sm>.form-control,.bootstrap textarea.input-group-sm>.input-group-addon,.bootstrap textarea.input-group-sm>.input-group-btn>.btn{height:auto}.bootstrap .input-group .form-control,.bootstrap .input-group-addon,.bootstrap .input-group-btn{display:table-cell}.bootstrap .input-group .form-control:not(:first-child):not(:last-child),.bootstrap .input-group-addon:not(:first-child):not(:last-child),.bootstrap .input-group-btn:not(:first-child):not(:last-child){border-radius:0}.bootstrap .input-group-addon,.bootstrap .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.bootstrap .input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.bootstrap .input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.bootstrap .input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.bootstrap .input-group-addon input[type=checkbox],.bootstrap .input-group-addon input[type=radio]{margin-top:0}.bootstrap .input-group .form-control:first-child,.bootstrap .input-group-addon:first-child,.bootstrap .input-group-btn:first-child>.btn,.bootstrap .input-group-btn:first-child>.btn-group>.btn,.bootstrap .input-group-btn:first-child>.dropdown-toggle,.bootstrap .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.bootstrap .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap .input-group-addon:first-child{border-right:0}.bootstrap .input-group .form-control:last-child,.bootstrap .input-group-addon:last-child,.bootstrap .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.bootstrap .input-group-btn:first-child>.btn:not(:first-child),.bootstrap .input-group-btn:last-child>.btn,.bootstrap .input-group-btn:last-child>.btn-group>.btn,.bootstrap .input-group-btn:last-child>.dropdown-toggle{border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap .input-group-addon:last-child{border-left:0}.bootstrap .input-group-btn{position:relative;font-size:0;white-space:nowrap}.bootstrap .input-group-btn>.btn{position:relative}.bootstrap .input-group-btn>.btn+.btn{margin-left:-1px}.bootstrap .input-group-btn>.btn:active,.bootstrap .input-group-btn>.btn:focus,.bootstrap .input-group-btn>.btn:hover{z-index:2}.bootstrap .input-group-btn:first-child>.btn,.bootstrap .input-group-btn:first-child>.btn-group{margin-right:-1px}.bootstrap .input-group-btn:last-child>.btn,.bootstrap .input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.bootstrap .label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.bootstrap a.label:focus,.bootstrap a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.bootstrap .label:empty{display:none}.bootstrap .btn .label{position:relative;top:-1px}.bootstrap .label-default{background-color:#777}.bootstrap .label-default[href]:focus,.bootstrap .label-default[href]:hover{background-color:#5e5e5e}.bootstrap .label-primary{background-color:#337ab7}.bootstrap .label-primary[href]:focus,.bootstrap .label-primary[href]:hover{background-color:#286090}.bootstrap .label-success{background-color:#5cb85c}.bootstrap .label-success[href]:focus,.bootstrap .label-success[href]:hover{background-color:#449d44}.bootstrap .label-info{background-color:#5bc0de}.bootstrap .label-info[href]:focus,.bootstrap .label-info[href]:hover{background-color:#31b0d5}.bootstrap .label-warning{background-color:#f0ad4e}.bootstrap .label-warning[href]:focus,.bootstrap .label-warning[href]:hover{background-color:#ec971f}.bootstrap .label-danger{background-color:#d9534f}.bootstrap .label-danger[href]:focus,.bootstrap .label-danger[href]:hover{background-color:#c9302c}.bootstrap .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.bootstrap .alert h4{margin-top:0;color:inherit}.bootstrap .alert .alert-link{font-weight:700}.bootstrap .alert>p,.bootstrap .alert>ul{margin-bottom:0}.bootstrap .alert>p+p{margin-top:5px}.bootstrap .alert-dismissable,.bootstrap .alert-dismissible{padding-right:35px}.bootstrap .alert-dismissable .close,.bootstrap .alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.bootstrap .alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.bootstrap .alert-success hr{border-top-color:#c9e2b3}.bootstrap .alert-success .alert-link{color:#2b542c}.bootstrap .alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.bootstrap .alert-info hr{border-top-color:#a6e1ec}.bootstrap .alert-info .alert-link{color:#245269}.bootstrap .alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.bootstrap .alert-warning hr{border-top-color:#f7e1b5}.bootstrap .alert-warning .alert-link{color:#66512c}.bootstrap .alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.bootstrap .alert-danger hr{border-top-color:#e4b9c0}.bootstrap .alert-danger .alert-link{color:#843534}.bootstrap .btn-group-vertical>.btn-group:after,.bootstrap .btn-group-vertical>.btn-group:before,.bootstrap .btn-toolbar:after,.bootstrap .btn-toolbar:before,.bootstrap .clearfix:after,.bootstrap .clearfix:before,.bootstrap .form-horizontal .form-group:after,.bootstrap .form-horizontal .form-group:before{content:" ";display:table}.bootstrap .btn-group-vertical>.btn-group:after,.bootstrap .btn-toolbar:after,.bootstrap .clearfix:after,.bootstrap .form-horizontal .form-group:after{clear:both}.bootstrap .center-block{display:block;margin-left:auto;margin-right:auto}.bootstrap .pull-right{float:right!important}.bootstrap .pull-left{float:left!important}.bootstrap .hide{display:none!important}.bootstrap .show{display:block!important}.bootstrap .invisible{visibility:hidden}.bootstrap .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.bootstrap .hidden{display:none!important}.bootstrap .affix{position:fixed}
