/*
 * 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
 */

.error{
    color: red;
    font-size: 12px;
}

.success{
    color: green;
    font-size: 12px;
}

 .item-header{
 	padding: 5px 0;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #232323 !important;
 }


.smart-form header {
    font-weight: 600;
}