/*
 * 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
 */


.invalid{
    color:red;
}
.btn-close{color:#fff;background-color:#7f7f7f;border-color:#7f7f7f}
.btn-close.active,.btn-close.focus,.btn-close:active,.btn-close:focus,.btn-close:hover,.open>.dropdown-toggle.btn-close{color:#fff;background-color:#77021d;border-color:#540114}
.btn-close.active,.btn-close:active,.open>.dropdown-toggle.btn-close{background-image:none}
.btn-close.disabled,.btn-close.disabled.active,.btn-close.disabled.focus,.btn-close.disabled:active,.btn-close.disabled:focus,.btn-close.disabled:hover,.btn-close[disabled],.btn-close[disabled].active,.btn-close[disabled].focus,.btn-close[disabled]:active,.btn-close[disabled]:focus,.btn-close[disabled]:hover,fieldset[disabled] .btn-close,fieldset[disabled] .btn-close.active,fieldset[disabled] .btn-close.focus,fieldset[disabled] .btn-close:active,fieldset[disabled] .btn-close:focus,fieldset[disabled] .btn-close:hover{background-color:#a90329;border-color:#900323}