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

 .dt-add {
 	text-align: right;
 }
 
 .form-text {
     display: inline-block;
	 line-height: 32px;
	 margin: 4px 0 0;
}
input[type=checkbox].form-control,input[type=radio].form-control  {
    vertical-align: top;
    display: inline-block;
    width: 32px;
}

#logo img {
    width: 200px;
    height: auto;
    padding-left: 3px;
}

.dt-action.red:hover {
    background-color: #cb2000;
}