body{
    font-family: 'Lato', sans-serif;
    background-color:#314452;
    background-image:url(../img/bg_gradient.jpg);
    background-repeat:no-repeat;
    background-size: 100% 100%;
    overflow-x:hidden;
}
.no-select{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

body .ulkonaytto-header{
    position:relative;
    border:none;
    margin-top:0;
    margin-bottom: 0;
}
body .ulkonaytto-header .logos{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
body .ulkonaytto-header .logos .logo img{
    display: inline-block;
    max-width: 100%;
}
body .ulkonaytto-header .logos .logo{
    
}
body .ulkonaytto-header .logos .rengastoppi{
    float:right;
    /*margin-top:20px;*/
    max-width:50%;
}
body .ulkonaytto-header .logos .rengascenter{
    float:right;
    max-width:10%;
    margin-left:10%;
}
body .ulkonaytto-header .content, body.ulkonaytto .content{
    margin-left: 5vw;
    margin-right: 5vw;
}

img.ulkonaytto-valiviiva{
    max-height: 4vh;
}

#ulkonayttoKello{
    /*font-size:32px;*/
    font-size: 2.5vw;
    font-weight: 900;
    color:white;
    
/*    margin-top: 20px;*/
    margin-top: 2vh;
    margin-bottom: 0;
}
#ulkonayttoDate{
    /*font-size: 16px;*/
    font-size: 1.2vw;
    font-weight: 400;
    color:white;
    
    margin-bottom: 1vh;
}

.ulkonaytto-main{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    font-weight:900;
    
/*    padding-top: 40px;
    padding-bottom: 30px;
    margin-left: 40px;
    margin-right: 40px;*/
    padding-top: 4vh;
    padding-bottom: 3vh;
    margin-left: 5vw;
    margin-right: 5vw;
}
.ulkonaytto-main .left{
    width:70%;
    margin-right:10%;
    
    display: flex;
    align-items: stretch;
}
.ulkonaytto-main .right{
    width:20%;
    width:14%;
    color:white;
}
.ulkonaytto-main .right .seuraavana{
    text-align:center;
    font-size: 1.2vw;
    font-weight: 300;
}

.ulkonaytto-main .vuoronumero{
    color:#c9dd00;
    width:60%;
}
.ulkonaytto-main h1{
    text-align: center;
    margin-bottom: 20px;
}
.ulkonaytto-main .box{
    /*padding:50px;*/
    padding: 5vh;
}
.ulkonaytto-main .vuoronumero .box{
    background-color:#c9dd00;
    color:black;
    border:5pt solid #c9dd00;
/*    border-radius: 50px 0 0 50px;*/
    border-radius: 5vh 0 0 5vh;
    
    transition: all 0.2s ease-in-out 0.3s;
    -webkit-transition: all 0.2s ease-in-out 0.3s;
}
#viimeisinAjoneuvo{
    font-size: 4vw;
    text-transform: capitalize;
}
.ulkonaytto-main .vuoronumero .box.active{
    background-color:rgba(201,211,0,0.0);
    color:rgba(255,255,255,1.0);
    text-shadow: 6px 6px 40pt #000;
}
.ulkonaytto-main .vuoronumero p{
    font-size: 11vw;
    text-align: center;
    line-height: 1em;
    
    margin-bottom: 1vh;
}

.ulkonaytto-main #viimeisinVuoronumero {
    line-height: 20vw !important;
}

.ulkonaytto-main .asennuspiste{
    color:white;
    margin-left: 0.5%;
    width:39%;
}
.ulkonaytto-main .asennuspiste .box{
    background-color:white;
    color:black;
    border:solid 5pt white;
/*    border-radius: 0 50px 50px 0;*/
    border-radius: 0 5vh 5vh 0;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ulkonaytto-main .asennuspiste .box.active{
    background-color: black;
    color:white;
}
.ulkonaytto-main .asennuspiste p{
    font-size: 20vw;
    text-align: center;
    line-height: 1em;
    
    margin-bottom: 1vh;
    
    align-self: center;
}

.ulkonaytto-footer .circle-black{
    background-color:black;
    border-radius: 50%;
    
/*    width:200px;
    height:200px;*/
    width:20vh;
    height:20vh;
    
    position:relative;
}
.ulkonaytto-footer .content{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    
    margin:0;
    text-align:center;
    
    display:flex;
    justify-content: center;
}
.ulkonaytto-footer .circle-black p{
    /*font-size: 100px;*/
    /*font-size:6vw*/
    font-size: 5vw;
    
    /*margin-top:45px;*/
    margin-top: 4.5vh;
    margin-bottom:0;
    
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
    color:#aaa;
}
.ulkonaytto-footer .circle-black img{
    margin-top:5%;
    width:35%;
}

.ulkonaytto-footer h2{
    color:white;
    font-size: 1.5vw;
    text-align: right;
    /*margin-top: 40px;*/
    margin-top: 4vh;
    margin-bottom: 2vh;
}
.ulkonaytto-footer .autokuvake{
    /*max-width: 200px;*/
    max-width: 15vw;
    text-align: right; 
    float: right;
    opacity: 0.5;
}
.ulkonaytto-footer .autokuvake img{
    width: 100%;
}
.ulkonaytto-footer .panel-asennuspiste-content .vuoronumero{
    
}
.ulkonaytto-footer > .row > .col-xs-2{
    padding-left: 1.5vh;
    padding-right: 1.5vh;
}