/* ---- Gebo Admin green theme ---- */

    .navbar-inner {
        background: #94c139;
		background: -moz-linear-gradient(top, #94c139 0%, #627530 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94c139), color-stop(100%,#627530));
		background: -webkit-linear-gradient(top, #94c139 0%,#627530 100%);
		background: -o-linear-gradient(top, #94c139 0%,#627530 100%);
		background: -ms-linear-gradient(top, #94c139 0%,#627530 100%);
		background: linear-gradient(top, #94c139 0%,#627530 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c139', endColorstr='#627530',GradientType=0 );
    }
    .navbar .nav > li > a {
        color: #dae5bf;
    }
    .navbar .nav > li:hover > a {
        color:#fff;
    }
    .navbar .nav .active > a, .navbar .nav .active > a:hover {
        background: #58692b !important;
    }
    .navbar .divider-vertical {
		border-left-color:#627530;
        border-right-color:#80993f;
    }
    .dropdown-menu li > a:hover, .dropdown-menu .active > a,
	.dropdown-menu .active > a:hover,
    .nav-list > .active > a, .nav-list > .active > a:hover {
        background: #6c8135 !important;
    }
    .ui-menu .ui-menu-item a.ui-state-hover,
    .ui-menu .ui-menu-item a.ui-state-active {
        background: #6c8135 !important;
        border-color:#6c8135 !important;
    }
	
	.table thead th {background-color:#eff7ec !important}
	.dataTables_wrapper th.sorting_asc,.dataTables_wrapper th.sorting_desc {background-color:#dbedd4 !important}
	
	
	.btn-gebo {text-shadow: 0px -1px 0px #94c139 !important;
	  color:#fff !important;
	  background-color:#94c139 !important;
	  background-image:-moz-linear-gradient(top, #94c139, #94c139) !important;
	  background-image: -ms-linear-gradient(top, #94c139, #94c139) !important; 
 	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#94c139), to(#94c139)) !important;
	  background-image: -webkit-linear-gradient(top, #94c139, #94c139) !important; 
	  background-image: -o-linear-gradient(top, #94c139, #94c139) !important; 
	  background-image: linear-gradient(top, #94c139, #94c139) !important; 
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94c139', endColorstr='#94c139', GradientType=0) !important; 
	  border-color: #006D8D #004f6f #004f6f #006D8D !important; 
	  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25) !important;}
  
	.sidebar_filters h3 { color: #94c139 !important; font-size: 13px;}
 	.btn-gebo:hover, .btn-gebo:active, .btn-gebo.active, .btn-gebo.disabled, .btn-gebo[disabled] {background-color: #94c139 !important}
 	.btn-gebo:hover {color:#fff;text-shadow: 0px -1px 0px #94c139 !important}
 
	.numberSpan{
 	color: #94C139;
    font-weight: bold;
	}
