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

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

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

/* Form */
.aui body.suggestion legend {
  border-color: #00a700;
  color: #00a700; }

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

.aui body.suggestion .form-actions .ui-priority-primary {
  background-color: #00a700;
  background: #00a700;
  border: 1px solid #00a700;
  transition: all 0.5s ease; }

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

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

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

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

body.suggestion .navbar {
  min-height: 90px;
  background-color: #00a700;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gsGDjAW5O/QTAAAACdJREFUCNdjZFjO8J8BCuoVGBiYkDmND6ACMA4DAwMDEzKHgYGBAQAorghNW6wiwgAAAABJRU5ErkJggg==) repeat;
  border-style: none;
  border-radius: 0;
  margin-bottom: 0;
  color: #fff; }

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

body.suggestion footer {
  padding: 40px 0 45px;
  margin-top: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gsGDjAW5O/QTAAAACdJREFUCNdjZFjO8J8BCuoVGBiYkDmND6ACMA4DAwMDEzKHgYGBAQAorghNW6wiwgAAAABJRU5ErkJggg==) repeat;
  border-style: none;
  border-top: 2px solid #00a700;
  border-radius: 0;
  color: #fff; }

body.suggestion h2 {
  color: #00a700; }

body.suggestion .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.suggestion .wiz.active {
  border-color: #00a700;
  background-color: white;
  color: #00a700; }

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

body.suggestion .search-option a:hover {
  color: #00a700;
  text-decoration: none; }

/* New stuff for the home page */
body.suggestion .home .area .btn.btn-start {
  margin-top: 25px; }

body.suggestion .home .btn.btn-start {
  border-radius: 50%;
  margin: 30px auto 20px auto;
  vertical-align: top;
  background-color: #1565c0;
  background-image: none;
  color: #fff;
  border: #1565c0 solid 2px;
  line-height: 1.4em;
  width: 150px;
  height: 150px;
  text-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding: 0;
  display: table; }

body.suggestion .home .area .btn.btn-start span {
  display: table-cell;
  vertical-align: middle; }

body.suggestion .home .btn.btn-start .icon {
  font-size: 40px;
  margin-bottom: 5px; }

body.suggestion .home .btn.btn-start:hover {
  background-color: #fff;
  color: #00a700; }

.aui body.suggestion .home a.btn.information-action,
.aui body.suggestion .home a.btn.praticinfo-action,
.aui body.suggestion .home a.btn.search-complaint-action {
  margin-top: -140px; }

@media (max-width: 767px) {
  .aui body.suggestion .home .area a.btn.search-complaint-action {
    margin-top: 0px; } }
.complaint-div {
  margin-left: 0px !important; }

.information-div {
  margin-left: 10px !important;
  padding-left: 150px !important; }

.complaint-search-div {
  margin-left: 0px !important; }

.practical-info-div {
  margin-left: 10px !important;
  padding-right: 150px !important; }

@media (max-width: 1058px) {
  .complaint-div {
    margin-left: 0px !important; }

  .information-div {
    margin-left: 0px !important;
    padding-left: 0px !important; }

  .complaint-search-div {
    margin-left: 0px !important; }

  .practical-info-div {
    margin-left: 0px !important;
    padding-right: 0px !important; } }
@media (max-width: 767px) {
  .complaint-div {
    margin-left: 0px !important; }

  .information-div {
    margin-left: 0px !important;
    padding-left: 0px !important; }

  .complaint-search-div {
    margin-left: 0px !important; }

  .practical-info-div {
    margin-left: 0px !important;
    padding-right: 0px !important; } }
body.suggestion .home .btn.btn-primary {
  background-color: white;
  border-color: #00a700;
  color: #00a700;
  font-weight: bold; }

body.suggestion .home .btn.btn-primary:hover {
  background-color: #00a700;
  color: white; }

body.suggestion .home .btn.btn-primary.complaint-action {
  background-color: white;
  border-color: #b71c1c;
  color: #b71c1c;
  transition: all 0.5s ease; }

body.suggestion .home .btn.btn-primary.complaint-action:hover {
  background-color: #b71c1c;
  color: white; }

body.suggestion .home .btn.btn-primary.information-action,
body.suggestion .home .btn.btn-primary.praticinfo-action,
body.suggestion .home .btn.btn-primary.search-complaint-action {
  background-color: white;
  border-color: #00a700;
  color: #00a700;
  transition: all 0.5s ease; }

body.suggestion .home .btn.btn-primary.information-action:hover,
body.suggestion .home .btn.btn-primary.praticinfo-action:hover,
body.suggestion .home .btn.btn-primary.search-complaint-action:hover {
  background-color: #00a700;
  color: white; }

body.suggestion .home .area {
  background: transparent;
  padding: 5px 10px 10px 10px;
  border-radius: 6px;
  margin-bottom: 30px;
  display: block;
  color: #666; }

body.suggestion .home .sectors {
  margin-top: 20px; }

body.suggestion .home .sectors p {
  font-size: 15px;
  line-height: 1.7;
  font-weight: normal;
  color: #333;
  margin-bottom: 0; }

body.suggestion .home .sectors .img-homepage p {
  color: #00a700;
  margin-bottom: 30px;
  margin-top: 5px;
  font-weight: normal;
  line-height: 1.4em; }

body.suggestion .home .img-homepage {
  min-height: 70px; }

.aui .sectors img {
  max-height: 60px; }

.aui .area p {
  line-height: 1.6em;
  font-size: 15px; }

.aui .areahome p {
  line-height: 1.6em;
  font-size: 12px; }

body.suggestion .home h5,
body.suggestion .home h4 {
  text-transform: uppercase;
  color: #00a700;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: normal; }

body.suggestion .home p.title,
body.suggestion .home h2.title {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: bold;
  color: #333; }

body.suggestion .home p.info,
body.suggestion .home h3.info {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: normal; }

/* New stuff for the practical information */
.aui body.suggestion .pratical-info .btn {
  margin-bottom: 20px;
  background: #fff;
  border: 2px solid #fff;
  color: #333;
  font-size: 15px;
  padding: 18px 10px 9px 10px;
  margin-top: 25px;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.3);
  min-height: 141px;
  transition: all 0.5s ease; }

@media (max-width: 767px) {
  .aui body.suggestion .pratical-info .btn {
    min-height: 130px; } }
body.suggestion .pratical-info .btn:hover {
  border-color: #00a700;
  color: #00a700;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.8); }

body.suggestion .pratical-info .img-homepage img {
  height: 60px;
  margin: 0 10px; }

body.suggestion .pratical-info .img-homepage span {
  display: inline-block;
  margin-top: 10px; }

body.suggestion .pratical-info .btn.btn-start.btn-block {
  width: 100%; }

body.suggestion .pratical-info a.big-a {
  color: #00a700; }

body.suggestion .pratical-info a.big-a:hover,
body.suggestion .pratical-info a.big-a:focus {
  text-decoration: none; }

body.suggestion .pratical-info a.big-a .number {
  font-size: 48px;
  line-height: 44px; }

body.suggestion .pratical-info .go-number-block {
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase; }

body.suggestion .pratical-info .go-text-block {
  font-size: 15px;
  line-height: 1.5em;
  margin-top: 20px;
  margin-bottom: 20px; }

body.suggestion .pratical-info .go-text-block p {
  margin-bottom: 5px; }

body.suggestion .pratical-infoa a.special-link {
  text-decoration: none;
  color: #00a700; }

body.suggestion .pratical-infoa a.special-link:hover {
  text-decoration: underline;
  color: #00a700; }

body.puc-incm .pratical-info h2 {
  color: #333;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 28px; }

.suggestion .concluded-step i.icon-info-sign {
  color: #00a700; }

@media (min-width: 1200px) {
  .aui .row {
    margin-left: 0px; } }