.zf-green {
    color: #68b604;
}

.btn-success {
  background-color: #57a900;
  background-image: -moz-linear-gradient(top, #70d900, #57a900);
  background-image: -ms-linear-gradient(top, #70d900, #57a900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
  background-image: -webkit-linear-gradient(top, #70d900, #57a900);
  background-image: -o-linear-gradient(top, #70d900, #57a900);
  background-image: linear-gradient(top, #70d900, #57a900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #57a900;
}

.btn-success:active, .btn-success.active {
  background-color: #57a900;
}

div.container a.brand {
    background: url("../images/zf2-logo.png") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}

.error {
    color: #cc5965;
    display: inline-block;
    margin-left: 5px;
}

input {
  text-transform: uppercase;  
}

.input-low {
	text-transform: lowercase;
}

.input-all {
	text-transform: none;
}

div.error_msg, span.error_msg{
	background:#FFEAEB; 
	border:1px solid #CC0000; 
	color:#CC0000; 
	font-weight:bold; 
	padding:3px; 
	margin:0 0 10px 0;
}
label.error_msg{
	color:#CC0000; 
	font-weight:bold;
}
div.error_text, span.error_text{	
	color:#CC0000; 
	font-weight:bold; 
	font-size: 34px;
	padding:3px; 
	margin:2 2 10px 2;
}

.error_font {
  font-family: 'Arial', sans-serif !important;
  color: #CC0000;
  font-size: 12px;
  font-weight:bold;
  text-decoration: none !important;
}

h1.error_titulo {
  color: #CC0000;
  font-family: 'Arial', sans-serif;
  font-size: 17px;
  margin-bottom: 3px;
  margin-top: 5px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EEE;
}

div.aviso_msg, span.aviso_msg{
	background:#e6ffe6; 
	border:1px solid #006600; 
	color:#006600; 
	font-weight:bold; 
	padding:3px; 
	margin:0 0 10px 0;
}

label.aviso_msg{
	color:#006600; 
	font-weight:bold;
}

.aviso_font {
  font-family: 'Arial', sans-serif !important;
  color: #006600;
  font-size: 12px;
  font-weight:bold;
  text-decoration: none !important;
}

h1.aviso_titulo {
  color: #006600;
  font-family: 'Arial', sans-serif;
  font-size: 17px;
  margin-bottom: 3px;
  margin-top: 5px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EEE;
}


div.atencao_msg, span.atencao_msg{
	background:#f7f499; 
	border:1px solid #b3ae49; 
	color:#5c5a24; 
	font-weight:bold; 
	padding:3px; 
	margin:0 0 10px 0;
}

label.atencao_msg{
	color:#5c5a24; 
	font-weight:bold;
}

.atencao_font {
  font-family: 'Arial', sans-serif !important;
  color: #5c5a24;
  font-size: 12px;
  font-weight:bold;
  text-decoration: none !important;
}

h1.atencao_titulo {
  color: #5c5a24;
  font-family: 'Arial', sans-serif;
  font-size: 17px;
  margin-bottom: 3px;
  margin-top: 5px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EEE;
}
