@CHARSET "UTF-8";
.succesFixedMessageClass {
    position: fixed;
    width: 100%;
    z-index: 9999999;
}
.alert {
	margin-bottom: 0px;
}
.preLoading {
	position : absolute;
	top : 0;
	bottom : 0;
	left : 0px;
	right : 0px;
	background : rgba(0,0,0,0.6) !important;
	background-image : url(../../img/spinner.gif) !important;
	z-index : 999;
	border : none !important;
	background-size: 40px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}


/*DOMAGENCY */
.bootstrap .alert {
    margin-bottom: 10px;
    margin-top: 50px;
}

