/*!
 * Avocado Panel Theme
 *
 * Theme: Avocado
 *
 * Copyright 2013 Lychee Designs
 * 
 *
 */

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus,
.navbar-inverse .nav .dropdown-menu .active > a,
.navbar-inverse .nav .dropdown-menu .active > a:hover, 
.navbar-inverse .nav .dropdown-menu .active > a:focus {
	background-color:#72914C;
}

.mandatory {
    background-color : #f8eb9e !Important;
}

input 
{
    color : black !Important;
}

.ui-state-error 
{
    border : solid 1px red !Important;
}

.modal-header
{
    cursor : pointer !Important;
}

td {
    cursor : pointer !Important;
}
