/* This css file is here to add custom application styles */
/*DA-START:responsive-application-style.css:DA-START*/
.stickyFooter {
	width: 100%; 
	height: 40px; 
	background-color: #DADADA;
	color: #000;
	position: fixed;
    bottom: 0;
    text-align: center;
}

.footer-item-container {
    margin: 0px 20px;
    text-align: center;
    line-height: 24px;
    padding: 0px 5px;
    float: right;
    margin-top: 7px;
}

.footer-link {
    color: #333;
    opacity: 1;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
}

.footer-link:hover {
    color: #999 !important;
}

.footer-item-spacer {
	width: 3px;
	height: 20px;
	background-color: #333;
	float: right;
	margin-top: 9px;
}

body .ui-widget-content {
    background-color: #FFFFFF;
    border: 0px solid #d6d7d9;
}
/*DA-ELSE:responsive-application-style.css:DA-ELSE*/
/* add custom styles here (used by the templates RESPONSIVE and PRIMEFACES_CALIFORNIA) */
/*DA-END:responsive-application-style.css:DA-END*/
