@CHARSET "ISO-8859-1";

.ajax-cloud-loader-preview .ajax-cloud-overlay {
	display: block;
}

.ajax-spinner-preview .ajax-spinner {
	display: block;
}

#close-preview-btn-div span {
	display: none;
	position: absolute;
	z-index: 10003;
	top: 0px;
	right: 0px;
	font-size: 27px;
	color: white;
	cursor: pointer;
	border: 3px solid white;
	background: black;
	border-radius: 100%;
	height: 30px;
	width: 30px;
	font-weight: bold;
	box-shadow: -4px 7px 22px #000;
	transition: .3s;
}
#close-preview-btn-div span:after {
	content: "\00D7";
	margin-left: 8px;
	position: absolute;
	margin-top: -2px;
}

#close-preview-btn-div span:hover {
	transform: rotate(360deg);
	color: orange;
	border-color: orange;
}


/* flipper loader*/
body.flip-loader .ajax-flipper-container {
	display: block;
}

body.flip-loader .ajax-flipper-overlay {
	display: block;
}

/** Cube loader*/
body.cube-loader .ajax-cube-overlay {
/* 	display: block; */
}

body.cube-loader .ajax-balls-loader {
	display: block;
}

.ajax-spinner {
	height: 100%;
	width: 100%;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.6);
}

.ajax-spinner .spinner {
	position: absolute;
	display: block;
	top: 38%;
	left: 45%;
	z-index: 15;
	border: 10px solid #ffa500;
	border-radius: 50%;
	border-left: 10px solid #025D9E;
	border-right: 10px solid #025D9E;
	width: 120px;
	height: 120px;
	background-color: white;
	-webkit-animation: borderSpin 2s linear infinite;
	animation: borderSpin 2s linear infinite;
}

.ajax-spinner .spinner-img-container {
	width: 120px;
	height: 120px;
	position: absolute;
	top: 38%;
	left: 45%;
	z-index: 16;
	border: 10px solid transparent;
	display: block;
}
.ajax-spinner .spinner-img-1 {
    height: 56px;
    width: 70px;
    position: absolute;
    left: calc(50% - 35px);
    top: calc(35% - 30px);
}

.ajax-spinner .spinner-img-2 {
    height: 26px;
    width: auto;
    position: absolute;
    top: 60%;
    left: 13px;
}

.ajax-spinner .spinner-img {
	top: 37%;
	left: 16px;
	position: absolute;
	width: auto;
	height: 26px;
}

/* This provide animated ajax loading image. */
.spinner-animated-bar {
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 20px;
	left: 16px;
}

.spinner-animated-bar div {
	display: inline-block;
	position: absolute;
	left: 6px;
	width: 6px;
	background: #fff;
    animation: spinner-animated-bar 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.spinner-animated-bar div:nth-child(1) {
	left: 20px;
	animation-delay: -0.60s;
}

.spinner-animated-bar div:nth-child(2) {
	left: 30px;
	animation-delay: -0.48s;
}

.spinner-animated-bar div:nth-child(3) {
	left: 40px;
	animation-delay: -0.36s;
}

.spinner-animated-bar div:nth-child(4) {
	left: 50px;
	animation-delay: -0.24s;
}

.spinner-animated-bar div:nth-child(5) {
	left: 60px;
	animation-delay: -0.12s;
}

.spinner-animated-bar div:nth-child(6) {
	left: 70px;
	animation-delay: 0;
}
/*Animation for rotating the div which have rounded border.*/
/* Safari */
@-webkit-keyframes borderSpin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
 
@keyframes borderSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*Animation for creating animated ajax loading.*/
/* Safari */
@-webkit-keyframes spinner-animated-bar {
0% {
	top: 0px;
	height: 10px;
	background: #1C5B75;
}
  50%,100% {
    top: 0px;
    height: 10px;
}
}
@keyframes spinner-animated-bar {
  0% {
	top: 0px;
	height: 10px;
	background: #1C5B75;
}
  50%,100% {
    top: 0px;
    height: 10px;
}
}

/** Flip ajax loader CSS-START.*/
.ajax-flipper {
	width: 125px;
	height: 45px;
	/* 	border:1px solid black; */
	/* 	border-radius: 0px 23px; */
	display: block;
	z-index: 11111;
	position: absolute;
	top: 30%;
	left: 45%;
	margin: 100px auto;
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-animation {
	box-shadow: -1px 2px 7px 3px #ffa500;
	-webkit-animation: rotation3D_1 1.8s infinite ease-in-out;
	animation: rotation3D_1 1.8s infinite ease-in-out;
}

.ajax-flipper-container {
	height: 100%;
	width: 100%;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10000;
	/* 	background: rgba(0, 0, 0, 0.6); */
	background: transparent;
}
/** ajax-flipper-container is not working in safari due to this extra overlay is required for safari. */
.ajax-flipper-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	width: 100%;
	display: none;
}

/* This animation overlap the the current animation of image to show the image is rotate in right way.*/
.overlap-flip-animation {
	margin-top: 99px;
	-webkit-animation: rotation3D_2 1.8s infinite ease-in-out;
	animation: rotation3D_2 1.8s infinite ease-in-out;
}

.ajax-flip-img {
	width: 85px;
	height: 22px;
	transform-origin: 41% 54%;
	vertical-align: middle;
	position: relative;
	top: 25%;
	left: 16%;
}

img.rotate-180-y {
	left: 29%;
	transform: rotateY(180deg);
}

@-webkit-keyframes rotation3D_1 {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(-179.9deg) }
  100% { -webkit-transform: perspective(120px) rotateY(-359.1deg) }
}
 
@keyframes rotation3D_1 {
  0% { 
	transform: perspective(120px) rotateY(0deg);
	-webkit-transform: perspective(120px) rotateY(0deg);
	background: white;
  } 50% { 
    transform: perspective(120px)rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateY(-179.9deg); 
    background: #025D9E;
  } 100% { 
    transform: perspective(120px) rotateY(-359.1deg);
    -webkit-transform: perspective(120px) rotateY(-359.1deg);
    background: white;
}
}

@-webkit-keyframes rotation3D_2 {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(-179.9deg) }
  100% { -webkit-transform: perspective(120px) rotateY(-359.1deg) }
}
 
@keyframes rotation3D_2 {
  0% { 
	transform: perspective(120px) rotateY(0deg);
	-webkit-transform: perspective(120px) rotateY(0deg);
	background: white;
	opacity: 0;
  } 50% { 
    transform: perspective(120px) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateY(-179.9deg); 
    background: #025D9E;
    opacity:1;
  } 100% { 
    transform: perspective(120px) rotateY(-359.1deg);
    -webkit-transform: perspective(120px) rotateY(-359.1deg);
    background: white;
    opacity:0;
}
}
/* Flip ajax loader CSS-END.*/
/*Data table ajax loader CSS-START */
.datatable-spinner {
	background: transparent;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 6px solid rgba(0,0,0,0.1);
	border-top: 6px solid #008CE3;
	animation: borderSpin 1s linear infinite;
	position: relative;
	left: 50%;
	z-index:10;
}
/* Data table ajax loader CSS-END*/

/* Cube loader CSS-START. */
.ajax-cube-container {
	position: absolute;
	top: 40%;
	left: 47%;
	perspective: 400px;
}

.ajax-cube {
	width: 96px;
	height: 96px;
	position: relative;
	transform-style: preserve-3d;
	-ms-transform-style: none;
	transform: translateZ(-40px);
	transition: transform 1s;
	animation: rotateCube 3s infinite cubic-bezier(.39, .58, .57, 1);
	transform-origin: 50% 22%;
}

@keyframes rotateCube {
  0% {
	transform: translateZ(-40px) rotateX(0deg);
}
  25% {
  transform: translateZ(-40px) rotateX( 90deg);
}
  50% {
  transform: translateZ(-40px) rotateX( 180deg);
}
  75% {
  transform: translateZ(-40px) rotateX( 270deg);
}
100%{
  transform: translateZ(-40px) rotateX( 360deg);
}
}
.ajax-cube-face {
	position: absolute;
	width: 115px;
	height: 44px;
	border: 2px solid #ffa500;
	font-weight: bold;
	color: white;
	text-align: center;
	background: #1C5B75;
}

.cube-front-face {
	transform: rotateY(0deg) translateZ(22px);
}

.cube-back-face {
	transform: rotateY(180deg) translateZ(22px);
}

.cube-top-face {
	transform: rotateX(90deg) translateZ(22px);
}

.cube-bottom-face {
	transform: rotateX(-90deg) translateZ(22px);
}

.ajax-cube-face img {
	margin-top: 5px;
	vertical-align: middle;
}

.cube-back-face img {
	transform: rotate(180deg);
	margin-top: 13px
}

.cube-bottom-face img {
	margin-top: 2px;
	margin-left: 12px;
	width: 38px;
}

.ajax-cube-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10000111;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}
/* Cube loader CSS-END. */

/* Cloud ajax loader CSS-START*/

.ajax-cloud-shadow {
	display: block;
	height: 20px;
	width: 120px;
	background: black;
	-webkit-animation: shadowEffect .8s ease-in infinite;
	animation: shadowEffect .8s ease-in infinite;
	position: absolute;
	left: calc(50% - 55px);
	top: calc(50% - 55px);
	border-radius: 100%;
	margin-top: 12px;
}

.ajax-cloud-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	margin: 0px;
	top: 0px;
	left: 0px;
	z-index: 41;
	display: none;
}

.ajax-cloud-loader {
	display: block;
	width: 150px;
	height: 150px;
	background: transparent;
	position: absolute;
	left: calc(50% - 64px);
	top: calc(50% - 150px);
	-webkit-animation: jumpCloud .8s ease-in infinite;
	animation: jumpCloud .8s ease-in infinite;
	z-index: 42;
}

.ajax-cloud-loader svg {
	height: 100%;
	width: 100%;
}

.ajax-cloud-loader path {
	fill: white;
	stroke: #1C5B75;
	stroke-width: 1;
	stroke-linejoin: round;
}

.ajax-cloud-loader img {
	position: absolute;
	height: 28px;
	margin-top: 100px;
	margin-left: 20px;
}

@keyframes shadowEffect {
	0% {
	opacity: .6;
	transform: scale(1);
}
	50% {
    	opacity: .5;
    	transform: scale(.5);
}
	100% {
	    opacity: .6;
    	transform: scale(1);
}
}

@-webkit-keyframes shadowEffect {
	0% {
	opacity: .3;
	-webkit-transform: scale(1);
}
	50% {
    	opacity: .2;
    	-webkit-transform: scale(.5);
}
	100% {
	    opacity: .3;
    	-webkit-transform: scale(1);
}
}

@-webkit-keyframes jumpCloud {
	0% {
	-webkit-transform: translateY(0) scale(1.15, .8);
}
	20% {
	    -webkit-transform: translateY(-35px) scaleY(1.1);
}
	50% {
   		-webkit-transform: translateY(-50px) scale(1);
}
	80% {
    	-webkit-transform: translateY(-35px) scale(1);
}
	100% {
    	-webkit-transform: translateY(0) scale(1.15,.8);
}
}

@keyframes jumpCloud {
	0% {
	transform: translateY(0) scale(1.15, .8);
}
	20% {
	    transform: translateY(-35px) scaleY(1.1);
}
	50% {
   		transform: translateY(-50px) scale(1);
}
	80% {
    	transform: translateY(-35px) scale(1);
}
	100% {
    	transform: translateY(0) scale(1.15,.8);
}
}

.ajax-balls-loader {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10000111;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}

.ajax-balls-loader-container {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 42%;
    width: 50px;
}

.ajax-balls-loader-container .ball0 {
    animation-delay: 2640ms;
    transform: rotate(45deg);
}
.ajax-balls-loader-container .ball1 {
    animation-delay: 1760ms;
    transform: rotate(135deg);
}
.ajax-balls-loader-container .ball2 {
    transform: rotate(225deg);
}
.ajax-balls-loader-container .ball3 {
    animation-delay: 880ms;
    transform: rotate(315deg);
}
.ajax-balls-loader-container .ajax-ball {
	display: block;
    height: 100%;
    pointer-events: none;
    position: absolute;
    animation: anim-z-order 3520ms linear infinite;
    width: 100%;
}

.ajax-balls-loader-container .ajax-ball > div {
    height: calc(100% - 10px);
    position: absolute;
    width: calc(100% - 10px);
    border-radius: 50%;
    border: 2px solid #1c5b75;
    background: white;
    padding: 5px;
}

.ajax-balls-loader-container .ajax-ball > div > img {
	height: 28px;
    width: 28px;
    position: absolute;
    left: 11px;
    top: 10px;
}

.ajax-balls-loader-container .ball0 div {
	animation: anim-ball-0 880ms cubic-bezier(.445, .05, .55, .95) infinite alternate;
}

.ajax-balls-loader-container .ball1 div {
	animation: anim-ball-1 880ms cubic-bezier(.445, .05, .55, .95) infinite alternate;
}

.ajax-balls-loader-container .ball2 div {
	animation: anim-ball-2 880ms cubic-bezier(.445, .05, .55, .95) infinite alternate;
}

.ajax-balls-loader-container .ball3 div {
	animation: anim-ball-3 880ms cubic-bezier(.445, .05, .55, .95) infinite alternate;
}

@-webkit-keyframes anim-z-order {
0% {
    z-index: 100;
}
100% {
    z-index: 1;
}
}

@keyframes anim-z-order  {
0% {
    z-index: 100;
}
100% {
    z-index: 1;
}
}

@-webkit-keyframes anim-ball-0 {
0% {
    -webkit-transform: translate(-98%, 0) rotate(-45deg);
}
100% {
    -webkit-transform: translate(98%, 0) rotate(-45deg);
}
}

@keyframes anim-ball-0 {
0% {
    transform: translate(-98%, 0) rotate(-45deg);
}
100% {
    transform: translate(98%, 0) rotate(-45deg);
}
}

@-webkit-keyframes anim-ball-1 {
0% {
    -webkit-transform: translate(-98%, 0) rotate(-135deg);
}
100% {
    -webkit-transform: translate(98%, 0) rotate(-135deg);
}
}

@keyframes anim-ball-1 {
0% {
    transform: translate(-98%, 0) rotate(-135deg);
}
100% {
    transform: translate(98%, 0) rotate(-135deg);
}
}

@-webkit-keyframes anim-ball-2 {
0% {
    -webkit-transform: translate(-98%, 0) rotate(135deg);
}
100% {
    -webkit-transform: translate(98%, 0) rotate(135deg);
}
}

@keyframes anim-ball-2 {
0% {
    transform: translate(-98%, 0) rotate(135deg);
}
100% {
    transform: translate(98%, 0) rotate(135deg);
}
}

@-webkit-keyframes anim-ball-3 {
0% {
    -webkit-transform: translate(-98%, 0) rotate(45deg);
}
100% {
    -webkit-transform: translate(98%, 0) rotate(45deg);
}
}

@keyframes anim-ball-3 {
0% {
    transform: translate(-98%, 0) rotate(45deg);
}
100% {
    transform: translate(98%, 0) rotate(45deg);
}
}