/* Color scheme */
/* Breadcrumb */
.aui body.complaint #breadcrumbs {
  background-color: #eeeeee; }

.aui body.complaint #breadcrumbs .breadcrumb {
  background: none; }

.aui body.complaint #breadcrumbs .breadcrumb li span.divider {
  color: silver; }

/* Form */
body.complaint legend {
  border-color: #b71c1c;
  color: #b71c1c; }

/* Form Actions */
.aui body.complaint .form-actions button {
  min-width: 100px; }

.aui body.complaint .form-actions .ui-priority-primary {
  background-color: #b71c1c;
  background: #b71c1c;
  border: 1px solid #b71c1c;
  box-shadow: none;
  transition: all 0.5s ease; }

.aui body.complaint .form-actions .ui-priority-primary:hover,
.aui body.complaint .form-actions .ui-priority-primary:focus {
  color: #b71c1c;
  border: 1px solid #b71c1c;
  background: white; }

.aui body.complaint .form-actions .ui-priority-default {
  color: #555555;
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
  box-shadow: none;
  transition: all 0.5s ease; }

.aui body.complaint .form-actions .ui-priority-default:hover,
.aui body.complaint .form-actions .ui-priority-default:focus {
  color: #777777;
  border: 1px solid #eeeeee;
  border: 1px solid #777777;
  background: white; }

.aui body.complaint .form-actions .ui-button:hover,
.aui body.complaint .form-actions .ui-button:focus {
  background: white; }

body.complaint .navbar {
  min-height: 90px;
  background-color: #b71c1c;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2PskZH5zwAF2gwMDIwwARDnKkwAxgEpZNwuI/MfJAMDAG5sCjx+xE2tAAAAAElFTkSuQmCC) repeat;
  border-style: none;
  border-radius: 0;
  margin-bottom: 0;
  color: #fff; }

body.complaint .navbar.section {
  min-height: 10px;
  background: #eee;
  border-style: none;
  border-radius: 0;
  margin-bottom: 0;
  color: #333; }

body.complaint footer {
  padding: 40px 0 45px;
  margin-top: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2PskZH5zwAF2gwMDIwwARDnKkwAxgEpZNwuI/MfJAMDAG5sCjx+xE2tAAAAAElFTkSuQmCC) repeat;
  border-style: none;
  border-top: 2px solid #b71c1c;
  border-radius: 0;
  color: #fff; }

body.complaint h2 {
  color: #b71c1c; }

body.complaint .wiz {
  display: inline-block;
  margin-left: 15px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #999999;
  color: #999999; }

body.complaint .wiz.active {
  border-color: #b71c1c;
  background-color: white;
  color: #b71c1c; }

body.complaint .ui-panel-titlebar-icon .ui-icon-plusthick,
body.complaint .ui-panel-titlebar-icon .ui-icon-minusthick {
  display: none; }

body.complaint .search-option a:hover {
  color: #b71c1c;
  text-decoration: none; }

.complaint .concluded-step i.icon-info-sign {
  color: #b71c1c; }