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

.page_test li {
    float: left;
    margin: 0px 2px 0px 2px;
    list-style-type: none;
    border: #CCC solid 1px;
    background-color: #FFF;
    
    padding: 0.2em 0.6em;
    }
.page_test li.active
{
	background-color:#000;
	color:#fff;
}
.employeeheading
{
	color: #a90329;
}

.profile-pic>img {
    top: 0px;
}

.trleft{
    text-align: left;
}
.tdborder{
    border-right: 1px solid ;
    padding-left: 0.5em !important;
}
.tdright{
    text-align: right;
    padding-right: 0.5em !important;
}

.login-info img {
    height: 30px !important;
}

.approveordeny_small{
   /* width: 34px;
    height: 34px;
    border-radius: 26px;
    /* padding-right: 0px; */
    /*padding-left: 11px;*/
    cursor: pointer;
}

.a_no_style{
    color:black;
    text-decoration:none;
}

.ui-autocomplete {
            max-height: 300px;
            overflow-y: auto;
            overflow-x: hidden;
            padding-right: 20px;
        } 


