@import url("/resources/templates/template-includes/css/overrides.css") all;
/* ballista mod for .progress bars we want it to be green again like plain bootstrap*/
.progress-bar-green, .progress-bar-success {
   background-color: #5cb85c; 
}

/* make the translator footer goto the right */
#translated_messages {
    margin-left: 220px;
}

/* ad_form errors(validation etc..) */
.form-label-error, .form-widget-error, .form-required-mark, .form-error {
    color: #c30000;
}

/* Fix so the redmond theme on the datepicker is not white on grey */
.ui-datepicker-year,.ui-datepicker-month {
color:#222222
}

/* Dropshadows for everyone! */
div.panel {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
div.well {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
div.box {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
