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


.list-btn {
    float:right;
    margin-top:10px;
}

/* Doctor Schedule List */
.doctor_schedule_list {
    color:darkred;
    font-size:18px;
    font-weight:bold;
}
.prescribe {
    color:green;
    font-weight:bold;
}
.not_prescribe {
    color:red;
    font-weight:bold;
}
.error_message {
    color:red;

}

/* hospital service module */
.package_service_width{
    width:60%;
}
.package_amount_width{
    width:20%;
}
#default_service_drop_button,#default_table {
    display:none;
}

/* start hospital transport */
.hidden_element {
    display:none;
}
/* end hospital transport */

/*Account Expense*/
#cash_div,#bank_div{
    display:none;
}
/*Account Expense*/

.smart-form .input input:read-only, .smart-form .select select:read-only, .smart-form .textarea textarea:read-only{
	background: #ECECEC;
	
}

#header > :first-child, aside{
	padding: 5px;
}
