@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic,300italic,300,100italic,100);

body {
	background: #fff !important;
	font-family: Roboto !important;
}

.start-fixed {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #3A07AA;
}

.check_score .md-icon {
  border-color: #fff !important;
}

.check_score .md-label {
  margin-left: 20px !important;
  font-size: 14px;
  font-weight: normal;
}

.start-logo {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	opacity: 0;
}

.scale-bar {
  overflow:hidden;
  transition: transform 0.3s ease-out;
  height: auto;
  transform:scaleY(0);
  transform-origin:top;
  height: 70px;
  box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);
}
.scale-bar.collapsed {
  transform:scaleY(1);
}


.chbx .md-container {
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.vw-class {
  position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.md-subheader {
  background: rgba(255,64,129,0.87);
}

.chart-btn {
	margin-left:0; 
	width: 120px;
}

.lock-btn {
	min-width: 0 !important;
	width: 30px;
    margin: 0 !important;
	padding: 0 !important;
    background: rgb(16,108,200) !important;
}

.lock-btn md-icon {
	color: #fff !important;
}

.photo-grid {
	opacity: 0 !important;
}

.mobile-locked {
	color: #D50000 !important;
}

.mobile-open {
	color: rgba(0,0,0,0.54) !important;
}

.dialog-circular {
	position: absolute;
	z-index: 999;
    margin-left: auto;
    margin-right: auto;
    left: 0;
	top: 100px;
    right: 0;
}

.selected {
	background: #4CAF50 !important;
	color: #fff !important;
}

.md-list-item-text h4 {
	text-overflow: initial !important;
	white-space: inherit !important;
}

.md-dialog-container {
	z-index: 99999 !important;
}

md-dialog.fullscreen-dialog {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

md-toast.md-error-toast-theme {
    background-color: red;
	font-weight: bold;
}

.bottom {
  -webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
    transform: translateY(100px);
	text-align: center;
	margin-bottom: 0;
  cursor: pointer;
  background-image: linear-gradient(-270deg, #00FF5E 0%, #00FFBC 100%);
  color: #2B0074 !important;
}

.bottom-fixed {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	bottom: 0;
	border-width: 0 0 1px;
	border-radius: 0;
}

.title-notify {  
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.winner-container {
	text-align: center;
	margin-top: 168px;
}

.extra-info .md-toolbar-tools p {
	text-align: center; 
	width: 100%; 
	color: #000; 
}

.active {
	background: #4CAF50 !important;
}

.logo {
	width: 110px;
    margin-top: 22px;
	margin-left: 40px;
}

.toolbar {
	height: 69px !important;
	z-index: 200;
}

.md-list-item-text p{
	font-size: 22px !important;
}

#wrapper, #scroller {
  position: absolute;
  -webkit-transition:all 0.3s ease;
       -moz-transition:all 0.3s ease;
        -ms-transition:all 0.3s ease;
         -o-transition:all 0.3s ease;
            transition:all 0.3s ease;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
 
#wrapper {
	top: 80px;
	bottom: 0;
	overflow: auto;
	z-index: 10;
	-webkit-overflow-scrolling: touch;
}
 
#scroller {
	  z-index: 1;
}

md-card md-card-title md-card-title-media {
	margin-top: 0 !important;
}


.login-form {
	display: flex !important;
	display: -ms-flexbox;
	display:-webkit-flex;
	align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
}

.login-form form {
	position: relative;
	margin: auto;
	width:	450px;
	box-sizing: border-box;
	/*box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);*/
	padding-bottom: 40px;
	border-radius: 3px;
	background: #fff;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.login-form form:before, .login-form form:after{
	content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
}

.login-form form:after {
    right:10px; 
    left:auto; 
    transform:skew(8deg) rotate(3deg);
}

.login-form form h1 img {
	width: 150px;
}

.login-form form  h1{
	height: 100px;
	width: 100%;
	font-size: 18px;
	background: #414042;
	color: white;
	line-height: 150%;
	border-radius: 3px 3px 0 0;
	/*box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);*/
	box-sizing: border-box;
	padding: 40px;
	margin-top: 0;
}

.login-form form  .input {
	padding: 40px;
}

.submit-login {
	display: inline-block !important;
    height: 10px;
}

.resp-menu {
	position: absolute;
    top: 20px;
    right: 20px;
    color: #000;
}

.card-holder {
	background: #414042 !important;
	font-weight: bold;
	color: #fff;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	cursor: pointer;
}

.card-holder:hover {
	-moz-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
	opacity: 0.7;
}

.card-header {
	color: #fff;
}

.card-content {
	color: #fff;
	text-transform: uppercase;
}

.card-holder {
	color: #00ff00;
}

.nav-icons {
	margin-top: 10px;
}

.nav-icon {
	outline: none;
	margin-top: -10px;
	font-size: 40px !important; 
	font-weight: bold !important;
}

.line {
	margin-top: 5px;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);
}

.selected-text {
	background: #EF6C00;
}

md-checkbox .md-icon {
	width: 28px !important;
	height: 28px !important;
}

md-checkbox.md-checked .md-icon:after{
	left: 10px !important;
	width: 8px !important;
	height: 20px !important;
}

md-checkbox .md-label {
	margin-left: 30px !important;
    margin-top: 10px;
	font-weight: bold;
}

.nav-icons {
	margin-top: 10px;
}

.nav-icon {
	font-size: 40px !important; 
	font-weight: bold !important;
}

.nav-icon:hover {
	cursor: pointer;
}

.sp-action {
	position: absolute;
    top: 20px;
    font-size: 20px;
    left: 70px;
}

.nav-select {
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
	text-align: center;
}

.logo img {
	width: 100px;
}

.vote-labels {
	padding: 20px;
	background: rgba(100,44,145,0.9);
	color: #fff;
	font-weight: bold;
	font-size: 35px;
}

.vote-labels:hover {
	cursor: pointer;
}

.nav-btn {
	background-color: #B71C1C !important;
	height: 50px;
	color: #fff !important;
	padding-top: 3px !important;
}

.btn-enabled {
	background-color: orange !important;
}

.btn-disabled {
	background-color: rgb(16,108,200) !important;
}

.disabled {
	opacity: 0.4;
}

.active-q {
	background-color: orange !important;
}

.options-btn {
	font-weight: bold !important;
	width: 150px;
}	

.inactive {
	opacity: 0.6 !important;
}

.inactive:hover {
	cursor: inherit !important;
}

.navigate {
	font-size: 44px !important;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.navigate {
	cursor: pointer;
}

.sub-toolbar {
	background: #f6f6f6 !important;
    color: #202020 !important;
    z-index: 210;
	position: fixed !important;
    top: 69px;
    left: 0;
    right: 0;
}

.controller-content {
	margin-top: 140px; 
}

.score {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	opacity: 0;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.event-block {
	padding: 20px;
	height: 60px;
	background: #304FFE;
	color: white;
	text-transform: uppercase;
	margin-top: 10px;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.event-block:hover {
	cursor: pointer;
}

.score:not(:first-child){
	margin-top: 20px;
}

.img-vote {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
   margin: 0 auto;
   max-height: 250px;   
}
 
.img-voted {
  box-shadow: 0 0 5px #326295;
  border: 3px solid #326295;
}

.toggle-switch {
  border-radius: 999em;
  height: 24px;
  position: relative;
  width: 48px;
}
.toggle-switch.-medium {
  width: 72px;
  height: 36px;
}
.toggle-switch.-large {
  width: 96px;
  height: 48px;
}

.icon-b {
	margin-top: 16px !important;
}

.icon-vote {
	color: #000 !important;
	font-weight: bold !important;
}

.active-wk {
	background: rgba(100,44,145,0.9);
}

.side {
	background: #fff !important;
	padding-bottom: 20px;
	border-bottom: rgba(100,44,145,0.9) 2px solid;
}

.side img{
	width: 70px;
	margin: 0 auto;
	margin-top: 30px;
}

.side-header {
	height: 30px;
    background-color: rgba(100,44,145,0.9);
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 1px;
    font-size: 20px;
}

.wk-menu {
	margin-left: 0 !important;
	font-weight: bold !important;
	color: #000 !important;
	width: 100%;
	font-size: 18px !important;
}

.wk-menu-color-inact {
	color: rgba(100,44,145,0.9) !important;
}

.wk-menu-color-act {
	color: #fff !important;
}

.wk-item {
	font-weight: bold;
	width: 100%;
}

#sponsoren img{
	opacity: 0;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.bg-act-q {
	background: #8e9192 !important;
	color: #fff !important;
	font-weight: bold !important;
	font-size: 2vw;
}

.title {
	background: #03a9f4 !important;
    color: #202020;
	transition: all 0.8s ease;
    -webkit-transition: -webkit-transform 1s ease;
    -webkit-transform: translateY(-200px);
}

.title-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.title p {
	font-size: 25px;
	margin-top: 10px;
}

.title-active {  
	-webkit-transform: translateY(0);
}

.toggle-trigger {
  -moz-transition: 0.15s border 0.25s, 0.15s background 0.25s, box-shadow 0.1s;
  -o-transition: 0.15s border 0.25s, 0.15s background 0.25s, box-shadow 0.1s;
  -webkit-transition: 0.15s border, 0.15s background, box-shadow 0.1s;
  -webkit-transition-delay: 0.25s, 0.25s, 0s;
  transition: 0.15s border 0.25s, 0.15s background 0.25s, box-shadow 0.1s;
  box-sizing: content-box;
  cursor: pointer;
  display: block;
  height: 100%;
  background: #ddd;
  border: 2px solid #ddd;
  border-radius: 124px;
  position: absolute;
  width: 100%;
}
.toggle-trigger:before, .toggle-trigger:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.toggle-trigger:before {
  -moz-transition: width 0.2s, left 0.2s, -moz-transform 0.4s;
  -o-transition: width 0.2s, left 0.2s, -o-transform 0.4s;
  -webkit-transition: width 0.2s, left 0.2s, -webkit-transform 0.4s;
  transition: width 0.2s, left 0.2s, transform 0.4s;
  background: #fff;
  border-radius: 999em;
  border-bottom: 1px solid #eee;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  width: 50%;
  z-index: 2;
}
.toggle-input:checked + .toggle-trigger:before {
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.toggle-trigger:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #eee;
  border-radius: 124px;
  width: 100%;
  z-index: 1;
}
.toggle-input:checked + .toggle-trigger:after {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  right: 50%;
}
.toggle-input:checked + .toggle-trigger {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-color: #53d76a;
  background: #53d76a;
}
.-blue .toggle-input:checked + .toggle-trigger {
  border-color: #32a1e1;
  background: #32a1e1;
}
.-red .toggle-input:checked + .toggle-trigger {
  border-color: #c23a27;
  background: #c23a27;
}
.toggle-trigger:active:before {
  width: 60%;
}
.toggle-input:checked + .toggle-trigger:active:before {
  -moz-transform: translate(66.666%, 0);
  -ms-transform: translate(66.666%, 0);
  -webkit-transform: translate(66.666%, 0);
  transform: translate(66.666%, 0);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 900px;
  margin: 0 auto;
}

.white-popup h1 {
	font-family: 'Lobster';
}

.mfp-container {
	
}

.input-caption {
	width: 100%;
	text-align: center;
	font-size: 25px;
	margin-top: 10px;
	display: block;
	background: none;
	padding-top: 2px;
	padding-bottom: 1px;
	border-width: 0 0 0 0;
	border-bottom-color: grey;
	line-height: 26px;
	outline: none;
}


.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  filter: alpha(opacity=0);
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
}

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #5ec7d7;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.score-text {
	text-align: center;
    position: absolute;
    top: 10px;
    color: #fff;
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.pulse {
   font-size: 60px;
   text-align: center;
   color:#fff;
  -webkit-animation: pulse 1s infinite alternate;  
   animation: pulse 1s infinite alternate;  
  -webkit-transform: scale(4);  
  -ms-transform: scale(4);  
  transform: scale(4);
}

@-webkit-keyframes pulse{
  0%{
    color:#326295;
  }
  50%{
    color:#ffff;
  }
}

@keyframes pulse{
  0%{
    color:#326295;
  }
  50%{
    color:#ffff;
  }
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

@media(max-width:486px){
	.resp-menu {
		right: 30px;
	}
}



@media(max-width: 991px){

	.dir-btn {
		min-width: 48px !important;
	}

	.extra-toolbar {
		margin-top: 0 !important;
	}

	.vote-labels {
		font-size: 20px;
	}
	
	.forward-rewind {
		margin-top: 30px !important;
	}
	
	.chart-btn {
		width: 200px !important;
	}
	
	.list-wk {
		margin-top: 80px !important;
	}
}

@media(max-width:992px){
	.navigate {
		font-size: 44px !important;
	}
	
	.md-toolbar-tools  p{
		font-size: 18px;
	}
	
	.col-xs-12 {
		padding: 0;
	}

	.md-list-item-text p{
		font-size: 16px !important;
	}
	
	.sub-toolbar {
		height: 208px !important;
	}

	.login-form  form{
		height: 100% !important;
		width: 100% !important;
	}
	
	.login-form form h1 {
		border-radius: 0px;
	}
	
	.options-btn {
		width: 100%;
		margin-left: 0 !important;
	}
}
@media(min-width:768px){
	.resp-menu {
		display: none;
	}
}

.listdemoListControls md-divider {
  margin-top: 0;
  margin-bottom: 0; }
.listdemoListControls md-list {
  padding-top: 0; }
.listdemoListControls md-list-item > p,
.listdemoListControls md-list-item > ._md-list-item-inner > p,
.listdemoListControls md-list-item ._md-list-item-inner > p,
.listdemoListControls md-list-item ._md-list-item-inner > ._md-list-item-inner > p {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }
  
.bottomSheetdemoBasicUsage .md-inline-list-icon-label {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -10px;
  height: 24px;
  vertical-align: middle; }

.bottomSheetdemoBasicUsage .md-grid-item-content {
  height: 90px;
  padding-top: 10px; }

.bottomSheetdemoBasicUsage .md-grid-item-content md-icon {
  height: 48px;
  width: 48px; }

.bottomSheetdemoBasicUsage .md-grid-text {
  padding-bottom: 5px; }

.bottomSheetdemoBasicUsage md-list-item, .bottomSheetdemoBasicUsage md-list-item .md-list-item-inner {
  min-height: 48px; }

.bottomSheetdemoBasicUsage h2 {
  line-height: 36px;
  padding-top: 10px; }

.bottomSheetdemoBasicUsage .md-subheader .md-subheader-inner {
  padding: 0; }

.bottomSheetdemoBasicUsage md-toast .md-toast-content {
  background-color: #B14141; }

.bottomSheetdemoBasicUsage md-toast > * {
  font-weight: bolder; }

