/*===================================================
  == CSS para as tags personalizadas WEB-INF/tags ===
  ===================================================
*/

/* textfield.tag - INÍCIO */

.ui-textfield-label {
	margin-top:5px;
	padding: 0px 0px 5px 0px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	display: block;
	color: #337ab7;
}

.ui-textfield-label-required {
	color: #d43f3a;
	font-size: 12px!important;
	padding-top: 3px!important;
}

.ui-textfield-error {
	margin-top:4px!important;
	font-size: 11px!important;
	font-weight: bold!important;
	color: #ce4844
}

/* textfield.tag - FIM */


/* subTitle.tag - INICIO */
.ui-panel-sub-title {    
    font-size: 15px;
	text-transform: uppercase;
    background: none;
    margin: 20px 0px 10px 0px !important;
    color: #333;
    border: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: 1px solid #ddd;
}
/* subTitle.tag - FIM */

.ui-barra-botoes{
	text-align: right;
	border-top: 1px solid #ccc; 
	padding: 10px 0px 10px 0px;
	margin-top: 20px;
	margin-botton: 20px;
}

.ui-alert-header {
	padding: 15px;
	border-radius: 5px 5px 0px 0px;
}

.ui-alert-header h4 {
	font-size: 14px;
}