/*
	darkish-blue
		#153288
		100
		rgb 2 49 159
	marigold
		#ffcb02
		100
		rgb 255 203 2

*/
/* reset */
#VotematchEU-dialog * {
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  quotes: none;
  border-spacing: 0;
}

#VotematchEU-dialog *:before, 
#VotematchEU-dialog *:after {
	content: '';
	content: none;
}

#VotematchEU-dialog div,
#VotematchEU-dialog header,
#VotematchEU-dialog main,
#VotematchEU-dialog section,
#VotematchEU-dialog h3,
#VotematchEU-dialog p,
#VotematchEU-dialog form {
	display:block;
}

#VotematchEU-dialog input[type=checkbox],
#VotematchEU-dialog button {
	display:inline-block;
}

#VotematchEU-dialog i,
#VotematchEU-dialog a,
#VotematchEU-dialog strong,
#VotematchEU-dialog label,
#VotematchEU-dialog img {
	display:inline;
}


/* preset */

#VotematchEU-dialog {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.5;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}



/* style */

#VotematchEU-dialog {
  display:block!important; /* reset from style attribute */
  visibility: hidden;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#VotematchEU-dialog strong {
  font-weight: bold;
}

#VotematchEU-dialog a {
	color: #153288;
}

#VotematchEU-dialog-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}

#VotematchEU-dialog h3 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1em;
}

#VotematchEU-dialog .VotematchEU-content,
#VotematchEU-dialog .VotematchEU-backdrop {
  width: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

#VotematchEU-dialog .VotematchEU-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  cursor: pointer;
  z-index: 1;
}

#VotematchEU-dialog .VotematchEU-content {
  background-color: #fff;
  border-radius: 3px;
  cursor: auto;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
  margin: auto;
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 700px;
  overflow: hidden;
}

#VotematchEU-dialog header {
  padding: 0 20px;
  background: #153288;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
}

#VotematchEU-dialog .VotematchEU-logo {
  height: 100%;
  max-width: 200px;
  width: 70%;
  position: relative;
  top: 1px;
  margin: 0 auto;
}

#VotematchEU-dialog .VotematchEU-close {
  font-style: normal;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  line-height: 50px;
  position: absolute;
  right: 20px;
}

#VotematchEU-dialog .VotematchEU-close:hover {
  color: #ccc;
}

#VotematchEU-dialog .VotematchEU-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 20px;
}

#VotematchEU-dialog section {
  padding: 25px 0;
  text-align: center;
}

#VotematchEU-dialog .VotematchEU-header {
  padding-top: 3em;
}

#VotematchEU-dialog .VotematchEU-terms {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 20px;
}

#VotematchEU-dialog label {
  cursor:pointer;
  text-align: left;
  display: inline-block;
  padding-left: 30px;
  position: relative;
  font-size: 12px;
}

#VotematchEU-dialog input {
  opacity:1;
  position: absolute;
  left: 0;
  top: 3px;
}

#VotematchEU-dialog .VotematchEU-content-btn {
  background-color: #153288;
  color: #ffcb02;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 10px;
  border-radius: 3px;
  cursor: pointer;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

#VotematchEU-dialog .VotematchEU-content-btn:hover {
  color: #ffcb02;
  background: #365690;
}

#VotematchEU-dialog .VotematchEU-content-btn:disabled {
  color: #fff;
  background: #cccccc;
  cursor: default;
}

/* active state */
#VotematchEU-dialog.VotematchEU-active {
  visibility: visible;
}

#VotematchEU-dialog.VotematchEU-active .VotematchEU-backdrop {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
}

#VotematchEU-dialog.VotematchEU-active .VotematchEU-content {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

/* hide the button until its ready */
.VotematchEU-button {
  visibility: hidden;
}

@media (max-width: 500px) {
  #VotematchEU-dialog h3 {
    font-size: 30px;
  }

  #VotematchEU-dialog #VotematchEU-dialog-wrapper {
    padding: 10px;
  }
}

@media (min-width: 500px) {
  #VotematchEU-dialog h3 {
    font-size: 50px;
  }

  #VotematchEU-dialog #VotematchEU-dialog-wrapper {
    padding: 20px;
  }
}