/*!
 * LABELAUTY jQuery Plugin Styles
 *
 * @file: jquery-labelauty.css
 * @author: Francisco Neves (@fntneves)
 * @site: www.francisconeves.com
 * @license: MIT License
 */.labelauty-checked-image,.labelauty-unchecked-image{display:none!important}.un_checkbox_4{margin:.2rem auto;display:block}input.labelauty+label ::selection{background-color:rgba(255,255,255,0)}input.labelauty+label ::-moz-selection{background-color:rgba(255,255,255,0)}input.labelauty{display:none!important}input.labelauty+label{margin:.2rem auto;display:table;font:italic 700 1.5rem 'Open Sans';height:1.5rem;padding:.1rem auto;background-color:#efefef;color:#333!important;width:100%;cursor:pointer;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;transition:background-color .25s;-moz-transition:background-color .25s;-webkit-transition:background-color .25s;-o-transition:background-color .25s;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}input.labelauty+label>span.labelauty-checked,input.labelauty+label>span.labelauty-unchecked{display:inline-block;line-height:105%;vertical-align:bottom}input.labelauty+label>span.labelauty-checked-image,input.labelauty+label>span.labelauty-unchecked-image{display:inline-block;width:16px;height:16px;vertical-align:bottom;background-repeat:no-repeat;background-position:left center;transition:background-image .5s linear;-moz-transition:background-image .5s linear;-webkit-transition:background-image .5s linear;-o-transition:background-image .5s linear}input.labelauty+label>span.labelauty-checked-image+span.labelauty-checked,input.labelauty+label>span.labelauty-unchecked-image+span.labelauty-unchecked{margin:1rem}input.labelauty:not(:checked):not([disabled])+label:hover{background-color:#eaeaea;color:#363535}input.labelauty:not(:checked)+label>span.labelauty-checked-image{display:none}input.labelauty:not(:checked)+label>span.labelauty-checked{display:none}input.labelauty:checked+label{background-color:#3498db;color:#fff}input.labelauty:checked:not([disabled])+label:hover{background-color:#72c5fd}input.labelauty:checked+label>span.labelauty-unchecked-image{display:none}input.labelauty:checked+label>span.labelauty-unchecked{display:none}input.labelauty:checked+label>span.labelauty-checked{display:inline-block}input.labelauty.no-label:checked+label>span.labelauty-checked{display:block}input.labelauty[disabled]+label{opacity:.5}input.labelauty+label>span.labelauty-unchecked-image{background-image:url(images/input-unchecked.png)}input.labelauty+label>span.labelauty-checked-image{background-image:url(images/input-checked.png)}.un_checkbox_4 input[type=radio]+label{padding:0 1rem;height:1.8rem!important}.un_checkbox_4 input[type=radio]+label>span.labelauty-unchecked{margin:1rem!important}input.labelauty{height:2.3rem!important}.un_checkbox_4.small input.labelauty+label>span.labelauty-checked-image+span.labelauty-checked,.un_checkbox_4.small input.labelauty+label>span.labelauty-unchecked-image+span.labelauty-unchecked{margin:.2rem!important;font-size:.8rem;padding:.2rem}