a:link
{text-decoration: none !important;}
a:hover
{text-decoration: underline !important;}

.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 0em;
	padding: 0.2em 0.4em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}

.hoverTable tr:hover {
    background-color: #EEEEDD;
}

.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
body {
	 padding-top: 55px;
 }
.ui-datepicker{
    z-index: 2000!important
}
