@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'spinnericon';
  src: url('spinnericon.eot?39661457');
  src: url('spinnericon.eot?39661457#iefix') format('embedded-opentype'),
       url('spinnericon.woff?39661457') format('woff'),
       url('spinnericon.ttf?39661457') format('truetype'),
       url('spinnericon.svg?39661457#spinnericon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^='icon-spin-']:before,
[class*=' icon-spin-']:before {
    font-family: 'spinnericon';
}

.icon-spin-1:before { content: '\e80b'; }
.icon-spin-2:before { content: '\e80a'; }
.icon-spin-3:before { content: '\e809'; }
.icon-spin-4:before { content: '\e808'; }
.icon-spin-5:before { content: '\e807'; }
.icon-spin-6:before { content: '\e806'; }
/*.ng-scope .demo-icon {border: none !important;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 55;
	}*/
.ng-scope .demo-icon {
    border:none !important;
    bottom: 0;
    height: 22px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    z-index: 55;}
	.background-freeze {position:absolute; left:0; right:0; top:0; bottom:0; background:rgba(255,255,255,0.8); z-index:22; border-radius:0 0 15px 15px; -moz-border-radius:0 0 15px 15px; -ms-border-radius:0 0 15px 15px; -o-border-radius:0 0 15px 15px; -webkit-border-radius:0 0 15px 15px;}
	