/* Add your Custom CSS here, do not forget to activate this file in the Backend Options of the Template */

#header {
background: #0d7d25;
}

#primary-navigation .menu > li > a {
color: #ffffff !important;
}

#primary-navigation .menu > li:hover > a, #primary-navigation .menu > li.current > a {
color: #ffffff !important;
}

#primary-navigation {
background: #0d7d25 !important;
}

.btn-danger {
background: #139A98;
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 36px;
    height: 36px;
    padding: 8px;
    background: #c6e8f5;
    border: 3px solid #003169;
    color: #003169;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
	float: left;
	margin: 5px;
	text-transform:uppercase;
}

input, select, textareaselect, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .captcha {
 height: 25px !important;
 line-height: 0px !important;
 margin-bottom: 0px !important;
 margin-top: 8px !important;
 }
 
 #logo a img {
 max-height: 100%;
 }
 
 #header-info2 ul li {
 left:10% !important;
 position:relative !important;
 }
 
 .trendysn.mod123 .trendytitle {
 float:left !important;
 }
 
 .main-content{
 padding-bottom: 0px;
 }
 
 body{
 background: none !important;
 color: #000 !important;
 }
 
 #bottom {
 padding: 0px 0 !important;
 height: auto;
 margin-bottom: 10px;
 }
 
 .well, ul.category.list-striped.list-condensed li{
 background: #139A98 !important;
 }
 
 #filter_order_dir{
 width:15%;
 }
 
 #filter_department_id{
 width:26%;
 }