@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(font_1.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(font_2.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(font_3.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(font_4.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(font_5.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(font_6.woff2) format('woff2');
}





body,
html {
    height: 100%;
    width: 100%;
    position: relative;
    margin:0;
    padding:0;
    color: #ffffff;
    background: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    overflow: hidden;
    line-height: 23px;
}

body {
}

h1,
h2 {
    margin: 0;
    padding: 0;
}

a,
a:link,
a:hover,
a:active,
a:visited {
    color: #ffffff;
    text-decoration: none;
}

.mainevent,
.smallevent {
    position:relative;
    /* background: #111111; */
    
}

.eventcontent {
    padding: 1ex 0;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}

.smallevent:nth-child(odd) {
    border-right: 1px solid #fff;
}

.eventborder {
    /* border: 1px white solid; */
}

.mainevent {
    font-size: 200%;
    line-height: 100%;
    display: block;
    margin: 30px;
}

.smallevent {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.smallevent .starttime {
    line-height: 100%;
}

.room {
    font-size: 75%;
    line-height: 100%;
    font-weight: 400;
}

.eventtitle {
    font-size: 110%;
    line-height: 100%;
    font-weight: 900;
    width: 100%;
}

.nextevent {
    font-weight: 500;
}

.starttime {
    font-weight: 600;
}

.showtime, .room, .roomname, .eventtitle, .nextevent, .eventdescription, .moreinfo, .teamname, .messagetext{
    /*padding-left: 30px;*/
    display: block;
}

.showtime, .smallevent .room, .smallevent .roomname, .smallevent .eventtitle, .smallevent .nextevent, .smallevent .eventdescription, .smallevent .moreinfo, .smallevent .teamname, .smallevent .messagetext {
    white-space: nowrap;
    padding-left: 20px;
}


.eventprogress {
    background: #ddd;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    width: 0;
    color: #000;
    overflow: hidden;
    z-index: 0;
    transition: width 2s ease;
    -moz-transition: width 2s ease;
    -webkit-transition: width 2s ease;
    -o-transition: width 2s ease;
}

.eventdescription p {
    font-weight: 300;
    font-size: 70%;
    line-height: 110%;
}

.moreinfo p {
    font-size: 65%;
    line-height: normal;
    width: 50%;
    float: left;
    display: inline-block;
    box-sizing: border-box;
    margin: 1ex 0;
    font-weight: 100;
    padding-left: 30px;
}

.moreinfo .infolabel {
    font-weight: 500;
}
.nextevent {
    font-weight: 400;
    margin-top: 1em;
    display: block;
}

.nextevent .eventname {
    font-weight: 500;
}
/*.nextevent .eventname:before {
    content: 'Next event:';
    display: block;
    font-weight: 100;
}*/

.smallevent .nextevent .eventname:before {
    line-height: 100%;
}

#verticalborder {
    position: absolute;
    width: 2px;
    background: #aaaaaa;
    left: 50%;
    z-index: 1;
}

.starttime:before {
    font-weight: 400;
    content: "starting at: ";
}

#messagebox {
    font-size: 1.5em;
    line-height: 1em;
    height:0;
    opacity: 0;
    transition: height 1s, opacity 1s;
    -webkit-transition: height 1s, opacity 1s;
    -moz-transition: height 1s, opacity 1s;
    -o-transition: height 1s, opacity 1s;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#messageslist {
	position:absolute;
	top:0;
	background:#000000;
	z-index:1;
    transition: left 1s;
    -webkit-transition: left 1s;
    -moz-transition: left 1s;
    -o-transition: left 1ss; 
}

.message {
    border-bottom: solid 0.5em;
    border-top: solid 0.5em;
    position: absolute;
    width:100%;
    transition: left 1s, opacity 0.5s;
    -webkit-transition: left 1s, opacity 0.5s;
    -moz-transition: left 1s, opacity 0.5s;
    -o-transition: left 1s, opacity 0.5s;   
}

.listmessage {
	position:relative !important;
}

.next {
    left:100%;
}

.current {
    left:0%;
}

.info {
    border-color: #eeee00;
}

.warning {
    border-color: #ee0000;
}

.teamname {
    font-weight: 100;
}

.messagetext {
    font-weight: 400;
}

.smallevent:hover .eventprogress{
    width: 100% !important;
}

.smallevent .eventprogress {
    /* white-space: nowrap; */
}

.moreinfo {
    padding: 0;
    width: 100%;
}

.eventlist {
    overflow-y: auto;
    height: 100%;
}

.bigTitle {
    font-size: 44px;
    line-height: 40px;
}

.timeinput {
    border: none;
    outline: none;
    background: transparent;
}

input.timeinput {
    font-size: 44px;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    width: 115px;
    padding: 0;
    display: inline-block;
    margin: 0;
}

@media screen and (max-width:480px) {
    .smallevent {
        width: 100%;
    }
    
    .smallevent:nth-child(odd) {
        border-right: none;
    }
}

@media screen and (max-width:320px){
    .bigTitle {
        font-size: 39px;
    }
    input.timeinput {
        font-size: 40px;
        width:100px;
    }
}