/* 
    Created on : 4.5.2016, 16:32:01
    Author     : Ville Ilkka
*/

.contentrow {
    width: 100%;
}

.main-content {
    position: relative;
    background-color: white;
    display: block;
    height: 100%;
    min-height: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}

.observations{
    max-width: 470px;
}

#tabletable{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 270px;
    border: none;
}

#text-container {
    margin: 30px 0px 50px 0px;
}

#text-container p{
    text-align: justify;
}

#text-container a{
    color: #003399;
}

#imgbox {
    width: 100%;
    height: auto;
    max-width: 800px;
    margin-bottom: 20px;
}

/* time link box */

.timeparam {
    height: 100%;
    display: inline-block;
    margin: 10px 0px 10px 0px;
}

.tablebox {
    display: inline-block;
    height: 100%;
}

#weathersymbolbox{
    float:left;
    width: 150px;
    height: 150px;
    background-size: auto 25%;
}

.values {
    float:left;
    width: 150px;
    height: 150px;
    text-align: center;
}


.center-cropped-weathersymbol {
    width: 70px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;

}

#observationtable{
    display: inline-block;
}

.params {
    float: left;
    display: inline-block;
    margin-right: 20px;
}

.select_time{
    margin-top: 10px;
    margin-bottom: 10px;
}

.select_parameter{
    //margin-top: 10px;
    margin-bottom: 12px;
}

#canvasbox{
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 20px;
}

#obstime #station{
    margin-top: 5px;
    margin-bottom: 5px;
}

#findstation{
    margin: 10px 0 10px 0;
}



/* mouse over link */
a:hover {
    border-color: #5bc0de;
}

.selectbox{
    margin: 15px 0 15px 0;
}


.select_parameter a:hover/*:link*/,
.select_parameter a/*:visited*/ {
    width: 50px;
    height: 40px;
    background-color: #ffffff;
    color: black;
    padding: 10px 0px 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: 1px solid black;
    margin-top: 2px;
    margin-bottom: 2px;
    cursor: pointer;
}

.select_time a:link,
.select_time a:visited {
    width: 50px;
    height: 40px;
    background-color: #ffffff;
    color: black;
    padding: 10px 0px 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: 1px solid black;
    margin-top: 2px;
    margin-bottom: 2px;
}

.demo-container {
    box-sizing: border-box;
    width: 100%;
    height: 350px;
    padding: 20px 15px 15px 15px;
    margin: 15px auto 30px auto;
    border: 1px solid #ddd;
    background: #fff;
        /*
    background: linear-gradient(#f6f6f6 0, #fff 50px);
    background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
       */
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.demo-placeholder {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}
