/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
.input-small {
    padding : 1px 1px 1px 1px !important;
}

.dropdown-menu .popover-title {
    padding          : 8px 14px;
    margin           : 0;
    font-size        : 14px;
    background-color : #f7f7f7;
    border-bottom    : 1px solid #ebebeb;
    border-radius    : 5px 5px 0 0;
}
