@import url('https://fonts.googleapis.com/css?family=League+Spartan');

.eventSearchField, .eventSearchUnavailable
{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 30%;
  margin-right: 0.75%;
  padding-right: 3%;
  padding-left: 3%;
  outline: 0px solid transparent !important;
  border: 0px solid !important;
  font-family: League Spartan,Verdana;
  z-index: 10;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.eventSearchField
{
  font-size: 2vw;
  text-align: right;
}
.eventSearchField:focus, .eventSearchField:active
{
  border-left: 1vw solid !important;
}
.eventSearchUnavailable
{
  font-size: 1.5vw;
  line-height: 1.0;
  text-align: center;
  cursor: pointer;
  height: 60%;
  opacity: 75%;
}
.eventSearchUnavailableTitle
{
  font-size: 3vw;
}

.eventStartTime
{
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: auto;
  margin-right: 0.75%;
  padding-right: 3%;
  padding-left: 3%;
  outline: 0px solid transparent !important;
  border: 0px solid !important;
  font-family: League Spartan,Verdana;
  z-index: 10;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: right;
  vertical-align: bottom;
  font-size: 3.0vw;
}


.eventSearchButtonBar
{
  position: absolute;
  top:30%;
  width: 100%;
  right: 0px;
  margin-right: 0.75%;
  text-align: right;
  z-index: 1;
}
.eventSearchButton
{
  cursor: pointer;
  position: relative;
  width: 7.5%;
  margin-left: 0.75%;
  margin-bottom: 0.75%;
  vertical-align: bottom;
  white-space: nowrap;
  display: inline-block;
}
.eventSearchStillUploading
{
  cursor: pointer;
  width: calc(32.25% - 1vw);
  padding: 0.5vw;
  font-family: League Spartan,Verdana;
  font-size: 1.5vw;
  line-height: 1.0;
  text-align: justify;
  white-space: normal;
  display: inline-block;
  opacity: 75%;
}
.eventSearchPopup
{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 75vw;
  height: 25vw;
  transform: translate(-50%,-50%);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  background-color: white;
  border: 1px solid #888888ff;
  box-shadow: 0px 3px 3px #88888888;
  visibility: hidden;
  z-index: 100;
}

@media only screen and (min-width: 1921px)
{
  .eventSearchField:focus
  {
    border-left: 19px solid !important;
  }
  .eventSearchField:active
  {
    border-left: 19px solid !important;
  }
  .eventSearchField
  {
    font-size: 38px;
  }
  .eventSearchUnavailable
  {
    font-size: 29px;
  }
  .eventStartTime
  {
    font-size: 58px;
  }
  .eventSearchUnavailableTitle
  {
    font-size: 58px;
  }
  .eventSearchStillUploading
  {
    width: calc(32.25% - 19px);
    font-size: 29px;
  }
  .eventSearchPopup
  {
    width: 1440px;
    height: 480px;
  }
}

/*@media only screen and (((pointer:coarse) and (max-width: 1000px)) or (max-width: 600px))
{
  .eventSearchPopup
  {
    width: 90vw;
    height: 30vw;
  }
  
}*/