.portlet-msg-error.portlet-msg-error-inline{
	padding: 8px;
	display: block;
}

.ui-autocomplete {
	width: 100% !important;
}

.ui-widget-content {
	border: 0px !important;
}

.fieldset_title{
	cursor: pointer;
}

.ui-datepicker {
	z-index: 100001 !important;
}


.paypalButton {
    background-color: #ffc439; /* PayPal yellow color */
    color: #003087; /* PayPal blue text */
    border: none;
    border-radius: 5px;
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Light shadow */
    transition: background-color 0.3s ease;
}

.paypalButton:hover {
    background-color: #e6b335; /* Slightly darker yellow on hover */
}

.paypalButton img {
    width: 90px; 
    height: auto;
    margin-left: 5px; 
}

.paypalButton:active {
    background-color: #c6952f; /* Darker yellow on click */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); /* Reduced shadow on click */
}