/* BASE */
body {
	margin: 0;
	font-size: 13px;
/* 	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: 'rawline', Rawline, serif;
	text-decoration: none;
	background-color: #f6f6f6;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
}


.ui-inputfield.ui-state-error, .ui-selectonemenu.ui-state-error {
    border-color: #a80000 !important;
}

.ui-state-disabled {
    opacity: 0.5;
    border: 1px solid #a6a6a6!important;
}


/***************************************/
/*         PAGINAS DE ERRO             */
/***************************************/
.sps-error-panel {
  margin: 140px 0px;
  color: #777777;
  text-align: center;
}
.sps-error-panel__title {
  font-size: 32px;
}
.sps-error-panel__description {
  display: block;
  padding: 18px 0;
}
.sps-error-panel__code {
  color: #d9d9d9;
  font-size: 80px;
  font-weight: normal;
}

/***************************************/
/*               FOOTER                */
/***************************************/
.footer {
	text-align: center;
    color: white;
    background-color: #0c7041;
    position:fixed;
    left: 0;
    bottom:0;
    width:100%;
    padding: 10px;
}

.footer > p {
	margin: 0px 0px 0px 0px;
}