/* here you can put your own css to customize and override the theme */
label.error{
    color: red;
    //font-family: Verdana;
    font-size: 11px;
    //font-weight: bold;    
    background-repeat: no-repeat;
    padding-left: 4px;
}

input.error{
    border-color: red;
    //background-color: red;
    //color: white;
}   

select.error{
    border-color: red;
    //background-color: red;
    //color: white;
}

.modal {
    position: fixed;
    top: 25% !important;
}

.portlet .portlet-title.extended{
  cursor: pointer;
}
/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;  
}
*/