body {
    background-color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

canvas {

}

.openNavButton {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 2em;
}

/* The navigation menu links */
.openNavButton a {
    padding: 8px 8px 8px 15px;
    text-decoration: none;
    color: rgb(189, 189, 189);
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.openNavButton a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav .sidenav-submenu-close {
    padding: 4px 4px 4px 16px;
    text-decoration: none;
    font-size: 15px;
    color: rgb(189, 189, 189);
    display: block;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: rgb(189, 189, 189);
    display: block;
    transition: 0.3s;

}

.sidenav .top-logos {
    height: 50px;
    margin-bottom: 20px;
 }

.sidenav .top-logos img {

}

.sidenav .bottom-logos-container {
    position: absolute;
    width: 250px;
    height: 100px;
    bottom: 0px;
}

.sidenav .bottom-logos {
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.sidenav_top {
    height: 50px;
    padding-top: 60px;
    overflow: hidden;
    width: 250px;
    background-color: #111;
}

.sidenav_content {
    overflow-y: auto;
    height: calc(100% - 180px);
    width: 250px;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: #111;
}

.sidenav_bottom {
    height: 110px;
    background: linear-gradient(#111, transparent);
}


/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closeNavButton {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}


.sidenav .dropdown {
    margin-top: 10px;
    margin-left: 32px;
}



.sidenav .dropdown .btn-default {
    width: 180px;
    text-align: left;
}

.sidenav .sidenav-link {
    padding: 4px 4px 4px 32px;
    text-decoration: none;
    font-size: 15px;
    color: rgb(189, 189, 189);
    display: block;
}

.sidenav .btn {

}

.sidenav .checkbox {
    margin-left: 20px;
}

.sidenav .checkbox label {
    color: white;
}

.sidenav .checkbox .toggle-group label {
    padding-left: 5px;
    color: black;
}

.sidenav .checkbox .toggle-group .toggle-on {
    color: white;
}

.add-object-text {
    width: 400px;
}

.sidenav-hr {
    margin: 15px;
    border-color: #6f6f6f;
}

.ui-autocomplete { position: absolute; cursor: default;z-index:30000 !important;}

.popover-warning {
    position: absolute;
    margin: 20px;
    top: 50px;
    width: 400px;
    left: calc(50% - 200px);
}

.popover-success {
    position: absolute;
    margin: 20px;
    top: 50px;
    width: 400px;
    left: calc(50% - 200px);
}

#date_label, #distance_label {
    margin: 10px;
    color: rgb(189, 189, 189);
    font-size: 1.1em;
    text-align: right;
    font-family: monospace;
}

#distance_label {
    text-align: left;
}

@media only screen and (max-width: 1270px) {
    #date_label, #distance_label {
        font-size:.9em;
    }
}

.sidenav-sim-controls {
    padding: 10px;
    text-align: center;
}

a:focus {
    outline: 0px;
}

#permalink-text {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

#floating_controls {
    top: 5px;
    position: absolute;
    left: calc(50% - 245px);
}

.interval-and-date-container {
    display: inline-block;
    margin-left: 5px;
}

.interval-dropdown {
    display: inline-block;
    margin-right: 5px;
}

.view-control-button-container {
    display: inline-block;
    margin-left: 5px;
}


@media only screen and (max-width: 1100px) {
    #floating_controls {
        top: 5px;
        right: 5px;
        position: absolute;
        left: inherit;
        text-align: right;
        display: block;
    }
    .floating-button-controls {
        margin-bottom: 5px;
    }
    .interval-and-date-container {
        display: block;
        margin-bottom: 5px;
        margin-left: 108px;
    }


}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: inherit;
}

#system-options-outter-container {

}

.system-options-container {
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

.system-options-primary .checkbox, .radio {
    margin-bottom: 0px;
    margin-top: 4px;
    margin-left: 20px;
}

.system-options-primary .checkbox label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}

.system-suboptions-container {

}

/*
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
    */

.system-suboptions-container .checkbox, .radio {
    margin-top: 0px;
    margin-bottom: 0px;
}

.system-suboptions-container .checkbox label {
    font-size: .9em;
    min-height: 10px;
    padding: 0px;
    margin: 0px;
    font-weight: inherit;
    padding-left: 40px;
}

.blocking_div {
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #000;
    position: absolute;
    text-align: center;
    display: none;
}

.blocking_div .logos {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.blocking_div .logos .nasa-logo {
    display: inline-block;
}

.blocking_div .logos .jpl-logo {
    display: inline-block;
}

.blocking_div .notice-text {
    color: #FFFFFF;
    font-size: 1.2em;
}

.blocking_div #demo-video {
    margin: 30px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}

.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}
