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

#flash-messages-container{
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99999999;
}
.tdNav{
    width: 100%;
    display: block;
}
.padding-40{padding: 40px !important;}
.padding-20{padding: 20px !important;}
.padding-20-0{padding: 20px 0 !important;}
.padding-0-15{padding: 0 15px !important;}
.padding-10{padding: 10px !important;}
.display-table{display: table; !important;}
.float-right{float: right !important;}


ul.smart_autocomplete_container li {list-style: none; cursor: pointer;}
li.smart_autocomplete_highlight {background-color: #C1CE84;}
ul.smart_autocomplete_container { margin: 10px 0; padding: 5px; background-color: #E3EBBC; }

.disabled{
    pointer-events:none !important;
}