#left-column h3 {
    background-color: #4E782F;
}
ul.nav li {
    border-bottom: 1px dotted #4E782F;
}
li.active{
    background-color: #cad8b1 !important;
}
ul.nav li:hover{
    background-color: #cad8b1 !important;
}
table.reportes td.activo{
    background-color: #4E782F;
}
div.icon-overlay{
    border-top-color: #4E782F;
}
.title-overlay{
    background-color: #4E782F;
}
ul.nav {
    border-bottom-color: #4E782F;
}
.btn, 
button[type="button"],
button[type="submit"],
input[type="button"], 
input[type="submit"] {
    box-shadow: 0 -0.11em 0 #4E782F inset;
}
.ui-progressbar-value{
    background-color: #cad8b1 !important;
}
div.slider_container .ui-slider-range {
    background: #cad8b1;
}
div.slider_container .ui-slider-handle {
    background: #4E782F !important;
}
.myClassWithoutShadow{
     background-color: #4E782F;
}
.myClass{
    background-color: #4E782F;
}
#login .login-table input[type="submit"],
#login .login-table a.submit{
    background-color: #4E782F;
}
.concurrencia > .progress{
    background-color: #cad8b1;
}
.progress-bar-success{
    background-color: #4E782F;
}