﻿#more-title-buttons-container {
    float: right;
    margin-top: 0.5em;
    margin-right: 0.5em;
}
#title {
    text-align: left;
    margin-top: 0.15em;
    margin-left: 0.5em;
    font-size: 1.25em;
    float: left;

}
.boxTitle{
    background-color:darkgrey;
    border:1px solid black;
    width:100%;
    height:2em;

}
#main-container{
    width:100%;
    height:94.5vh;
    margin: 0ch;
}
#main-container #simulation-container{
    width:75%;
    height:94.5vh;
    margin: 0;
    float:left;
    background-color: black;
    position: relative;
}
#main-container #control-container{
    border-top:1px solid white;
    width:24.9%;
    height:44.5vh;
    float: right;
    margin:0;
    background-color: black;
    text-align: center;
    vertical-align: text-bottom;
    position: relative;
}
#main-container #venus-phases{
    width:24.9%;
    height:49.8vh;
    float: right;
    margin: 0;
    background-color: black;

}
.texts{
    color:white;
    font-size: 2.5vmin;
    padding-top: 10%;
    padding-bottom: 2%;
    width: 70%;
    float: left;
}.caption{
    color:white;
    font-size: 2vmin;
    position: absolute;
    bottom: 7vmin;
    text-align: center;
    width:100%;
 }
.value{
    color:white;
    font-size: 2.5vmin;
    padding-top: 10%;
    padding-bottom: 7%;
    width: 30%;
    float: left;
}
.button{
    font-size: 2.5vmin;
    border: 1px solid;
    border-radius: 25px;
}
.mobileShow {
    display: none;
    color:white;
    font-size: 0vmin;
    position: absolute;
    bottom: 2vmin;
    text-align: center;
    width:100%;
}
.ElongationCheckbox{
    color:white;
    font-size: 2.5vmin;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;

}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.question {color: red;}  /*   For questions  */
.action  {color: blue;}  /*   For actions   */
/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
.tickmarks{
    position: absolute;
    bottom: 2px;
    width:100%;
    text-align: center;
}
.ticks{
    margin:0 3%;
    display:inline-block;
}
/* Smartphone Portrait and Landscape */
@media only screen
and (orientation: portrait) {
    .mobileShow { display: inline;}
}
@media only screen
and (max-width: 800px ) {
    #main-container{
        height: 83.5vh;
    }
    #main-container #simulation-container {
        height: 83.5vh;
    }
    #main-container #venus-phases{
        height: 39vh;
    }
    #main-container #control-container{
        height: 44.1vh;
    }

}
