/*
 * Use this file in case you don't feel comfortable writing LESS. I do highly
 * recommend taking the time to learn at least the basics of LESS as it will
 * greatly help you in customizing Bootstrap. Here are some of the high-
 * lights of a preprocessor like LESS:
 *
 * - Store information in variables for optimal reuse:
 *
    @brand-color: #4fc6eb;
    .header { color: @brand-color; }
 *
 * - Nest your selectors, i.e. .header .button { ... } can be written as:
 *
    .header {
        .button { ... }
    }
 *
 * - Write reusable mixins for handling otherwise tedious code:
 *
    .border-radius(@radius) {
        -webkit-border-radius: @radius;
           -moz-border-radius: @radius;
                border-radius: @radius;
    }
    .round { .border-radius(10px); }
 *
 * Other features include mathematical operations, extend/inheritance, import
 * of partials and more.
 *
 * If we still don't have you convinced, then simply put your good ol' CSS in
 * this file and it will be automatically included in Vanilla.
 *
 * Happy theming!
 */

.iradio,.icheckbox{display:inline-block;min-width:1em;font-family:FontAwesome;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1;text-align:center;cursor:pointer}.iradio:before,.icheckbox:before{color:#999}.iradio:hover:before,.icheckbox:hover:before,.iradio:focus:before,.icheckbox:focus:before,.iradio.checked:before,.icheckbox.checked:before,.icheck-label:hover .iradio:before,.icheck-label:hover .icheckbox:before,.icheck-label:focus .iradio:before,.icheck-label:focus .icheckbox:before{color:#0ce3ac}.iradio:before{content:"\f111"}.iradio.checked:before{content:"\f058"}.icheckbox:before{content:"\f0c8"}.icheckbox.checked:before{content:"\f14a"}

#DiscussionForm .ButtonBarMarkupHint {
    margin-top: 2px;
}