@CHARSET "UTF-8";

/* LOADING */
.novi {
	background-image: url(../images/novi.png);
	background-repeat: no-repeat;
	width: 169px;
	height: 60px;
	display: block;
	z-index: 5;
	margin-top: -7px;
}


.bubblingG {
	text-align: center;
	width: 85px;
	height: 50px;
	margin-left: 91px;
}

.bubblingG span {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 25px auto;
	background: #FFF;
	-moz-border-radius: 50px;
	-moz-animation: bubblingG 0.6s infinite alternate;
	-webkit-border-radius: 50px;
	-webkit-animation: bubblingG 0.6s infinite alternate;
	-ms-border-radius: 50px;
	-ms-animation: bubblingG 0.6s infinite alternate;
	-o-border-radius: 50px;
	-o-animation: bubblingG 0.6s infinite alternate;
	border-radius: 50px;
	animation: bubblingG 0.6s infinite alternate;
}

#bubblingG_1 {
	-moz-animation-delay: 0.36s;
	-webkit-animation-delay: 0.36s;
	-ms-animation-delay: 0.36s;
	-o-animation-delay: 0.36s;
	animation-delay: 0.36s;
}

#bubblingG_2 {
	-moz-animation-delay: 0.18s;
	-webkit-animation-delay: 0.18s;
	-ms-animation-delay: 0.18s;
	-o-animation-delay: 0.18s;
	animation-delay: 0.18s;
}

#bubblingG_3 {
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
}

@-moz-keyframes bubblingG {
	0% {
	width: 10px;
	height: 10px;
	background-color:#FFF;
	-moz-transform: translateY(0);
	}
	
	100% {
	width: 24px;
	height: 24px;
	background-color:#FFF;
	-moz-transform: translateY(-21px);
	}
}

@-webkit-keyframes bubblingG {
	0% {
	width: 10px;
	height: 10px;
	background-color:#FFF;
	-webkit-transform: translateY(0);
	}
	
	100% {
	width: 24px;
	height: 24px;
	background-color:#FFF;
	-webkit-transform: translateY(-21px);
	}
}

@-ms-keyframes bubblingG {
	0% {
	width: 10px;
	height: 10px;
	background-color:#FFF;
	-ms-transform: translateY(0);
	}
	
	100% {
	width: 24px;
	height: 24px;
	background-color:#FFF;
	-ms-transform: translateY(-21px);
	}
}

@-o-keyframes bubblingG {
	0% {
	width: 10px;
	height: 10px;
	background-color:#FFF;
	-o-transform: translateY(0);
	}
	
	100% {
	width: 24px;
	height: 24px;
	background-color:#FFF;
	-o-transform: translateY(-21px);
	}
}

@keyframes bubblingG {
	0% {
	width: 10px;
	height: 10px;
	background-color:#FFF;
	transform: translateY(0);
	}
	
	100% {
	width: 24px;
	height: 24px;
	background-color:#FFF;
	transform: translateY(-21px);
	}
}

#floatingCirclesG {
	position: relative;
	width: 128px;
	height: 128px;
	-moz-transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}

.f_circleG {
	position: absolute;
	background-color: #572AEB;
	height: 23px;
	width: 23px;
	-moz-border-radius: 12px;
	-moz-animation-name: f_fadeG;
	-moz-animation-duration: 1.04s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: linear;
	-webkit-border-radius: 12px;
	-webkit-animation-name: f_fadeG;
	-webkit-animation-duration: 1.04s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: linear;
	-ms-border-radius: 12px;
	-ms-animation-name: f_fadeG;
	-ms-animation-duration: 1.04s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: linear;
	-o-border-radius: 12px;
	-o-animation-name: f_fadeG;
	-o-animation-duration: 1.04s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: linear;
	border-radius: 12px;
	animation-name: f_fadeG;
	animation-duration: 1.04s;
	animation-iteration-count: infinite;
	animation-direction: linear;
}

#frotateG_01 {
	left: 0;
	top: 52px;
	-moz-animation-delay: 0.39s;
	-webkit-animation-delay: 0.39s;
	-ms-animation-delay: 0.39s;
	-o-animation-delay: 0.39s;
	animation-delay: 0.39s;
}

#frotateG_02 {
	left: 15px;
	top: 15px;
	-moz-animation-delay: 0.52s;
	-webkit-animation-delay: 0.52s;
	-ms-animation-delay: 0.52s;
	-o-animation-delay: 0.52s;
	animation-delay: 0.52s;
}

#frotateG_03 {
	left: 52px;
	top: 0;
	-moz-animation-delay: 0.65s;
	-webkit-animation-delay: 0.65s;
	-ms-animation-delay: 0.65s;
	-o-animation-delay: 0.65s;
	animation-delay: 0.65s;
}

#frotateG_04 {
	right: 15px;
	top: 15px;
	-moz-animation-delay: 0.78s;
	-webkit-animation-delay: 0.78s;
	-ms-animation-delay: 0.78s;
	-o-animation-delay: 0.78s;
	animation-delay: 0.78s;
}

#frotateG_05 {
	right: 0;
	top: 52px;
	-moz-animation-delay: 0.91s;
	-webkit-animation-delay: 0.91s;
	-ms-animation-delay: 0.91s;
	-o-animation-delay: 0.91s;
	animation-delay: 0.91s;
}

#frotateG_06 {
	right: 15px;
	bottom: 15px;
	-moz-animation-delay: 1.04s;
	-webkit-animation-delay: 1.04s;
	-ms-animation-delay: 1.04s;
	-o-animation-delay: 1.04s;
	animation-delay: 1.04s;
}

#frotateG_07 {
	left: 52px;
	bottom: 0;
	-moz-animation-delay: 1.17s;
	-webkit-animation-delay: 1.17s;
	-ms-animation-delay: 1.17s;
	-o-animation-delay: 1.17s;
	animation-delay: 1.17s;
}

#frotateG_08 {
	left: 15px;
	bottom: 15px;
	-moz-animation-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
	-ms-animation-delay: 1.3s;
	-o-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

@-moz-keyframes f_fadeG{
0%{
background-color:#0c1d84}

100%{
background-color:#572AEB}

}

@-webkit-keyframes f_fadeG{
0%{
background-color:#0c1d84}

100%{
background-color:#572AEB}

}

@-ms-keyframes f_fadeG{
0%{
background-color:#0c1d84}

100%{
background-color:#572AEB}

}

@-o-keyframes f_fadeG{
0%{
background-color:#0c1d84}

100%{
background-color:#572AEB}

}

@keyframes f_fadeG{
0%{
background-color:#0c1d84}

100%{
background-color:#572AEB}

} 

.dialog-loading {
	background: none;
	background-color: initial !important;
	border: none !important;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0) !important;
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0) !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0) !important; 
}

.dialog-loading.ui-shadow{
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0) !important;
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0) !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0) !important; 
}






/** Loading Alphabrain */

#loadingProgressG{
width:72px;
height:6px;
overflow:hidden;
background-color:#2c9a24;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
margin-left: 110px;
}

.loadingProgressG{
background-color:#F7F5FF;
margin-top:0;
margin-left:-72px;
-moz-animation-name:bounce_loadingProgressG;
-moz-animation-duration:1.8s;
-moz-animation-iteration-count:infinite;
-moz-animation-timing-function:linear;
-webkit-animation-name:bounce_loadingProgressG;
-webkit-animation-duration:1.8s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-timing-function:linear;
-ms-animation-name:bounce_loadingProgressG;
-ms-animation-duration:1.8s;
-ms-animation-iteration-count:infinite;
-ms-animation-timing-function:linear;
-o-animation-name:bounce_loadingProgressG;
-o-animation-duration:1.8s;
-o-animation-iteration-count:infinite;
-o-animation-timing-function:linear;
animation-name:bounce_loadingProgressG;
animation-duration:1.8s;
animation-iteration-count:infinite;
animation-timing-function:linear;
width:72px;
height:6px;
}

@-moz-keyframes bounce_loadingProgressG{
0%{
margin-left:-72px;
}

100%{
margin-left:72px;
}

}

@-webkit-keyframes bounce_loadingProgressG{
0%{
margin-left:-72px;
}

100%{
margin-left:72px;
}

}

@-ms-keyframes bounce_loadingProgressG{
0%{
margin-left:-72px;
}

100%{
margin-left:72px;
}

}

@-o-keyframes bounce_loadingProgressG{
0%{
margin-left:-72px;
}

100%{
margin-left:72px;
}

}

@keyframes bounce_loadingProgressG{
0%{
margin-left:-72px;
}

100%{
margin-left:72px;
}

}
