html,
body {
    font: 1em Roboto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: white;
}

h1 {
    text-align: center;
    margin: 0;
    padding: 0;
}

a {
    color: white;
    text-decoration: none;
}

#title {
    position: absolute;
    width: 60%;
    padding: 15px 30px;
    top: 0;
    left: 0;
    z-index: 1000;
}

#title p {
    font-family: "Open Sans", verdana, arial, sans-serif;
    font-size: 22px;
    color: rgb(42, 63, 95);
    font-weight: normal;
    white-space: pre-line;
}

#logoNYU {
    height: auto;
    position: absolute;
    width: 260px;
    right: 20px;
    top: 40px;
    z-index: 50;
}

.gtitle {
    display: none !important;
    opacity: 0 !important;
}

#footer {
    bottom: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    height: 45px;
}

#footer img {
    height: 25px;
    margin: 10px 0;
    width: auto;
}

.address-footer {
    margin-top: 20px !important;
    line-height: 17px !important;
    font-weight: bold !important;
    font-size: 1.1em !important;
    letter-spacing: 1.2px !important;
}

/* Split the screen in half */
.split {
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow: hidden;
}

/* Control the left side */
.left {
    left: 0;
    width: 25%;
    background-color: #2F3C72;
}

/* Control the right side */
.right {
    right: 0;
    width: 75%;
}

#tabs {
    text-align: center;
    margin: 5px 5px;
    padding: 5px 10%;
    font-size: 1rem;
}

.centered {
    text-align: center;
    overflow-y: auto;
    height: calc(100% - 190px);
    margin: 0px 5px;
    padding: 5px 10%;
    font-size: 1rem;
}

select {
    width: 105%;
    text-align: center;
    margin-top: 10px;
    padding: 0.5em 0.7em;
    font-size: 1rem;
}

small {
    font-size: 0.6rem;
}

button {
    width: 100%;
    font-size: 1.2rem;
    padding: 3px;
    color: #ffff;
    background-color: rgb(0, 0, 102);
    border: 2px solid rgb(0, 0, 102);
    border-radius: 5px;
}

button:hover:enabled {
    cursor: pointer;
    color: rgb(0, 0, 102);
    background-color: #ffff;
}

table {
    width: 100%;
    border-spacing: 0;
}

.scrollBtn {
    display: none;
}

#goBackBtn {
    position: absolute;
    z-index: 100;
    top: 80px;
    right: 10px;
}

.plotly-notifier {
    max-width: 300px !important;
}

/* Style tab links */
#titleLink {
    font-size: 1.2rem;
}


.noUi-tooltip {
    display: none !important;
}

.noUi-handle:hover .noUi-tooltip {
    display: block !important;
}

.noUi-active .noUi-tooltip {
    display: block !important;
}

.noUi-target {
    margin: 15px 0 30px 0 !important;
}

.noUi-value-sub {
    font-size: 0.7rem;
}
.noUi-pips-horizontal {
    height: auto !important;
}
.noUi-value-horizontal {
    -webkit-transform: translate(-50%,60%);
    transform: translate(-50%,60%) !important;
}

#attribution {
    position: absolute;
    bottom: 0;
    right: 0.5em;
    width: auto;
    height: 1.5em;
    font-size: 0.7em;
    color: black;
}

#attribution a {
    color: black;
}

.italic {
    font-style: italic;
}

.grecaptcha-badge {
    visibility: hidden;
}

.modal {
    display: block;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    color: #000000;
    margin: 0 auto 100px 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
}
#read_more a {
    cursor: pointer;
    color: black;
    text-decoration: underline;
}
.modal-content a:link { color: #0000EE; }
.modal-content a:visited { color: #551A8B; }
.modal-footer a:link { color: #ffffff; }
.modal-footer a:visited { color: #ffffff; }

/* 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
    }
}

.close {
    color: white;
    float: right;
    font-size: 3rem;
    font-weight: bold;
}

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

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

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

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

@media (min-width:700px) {
    .modal-content {
        width: 60%;
        left: 10%;
    }
}

@media (max-width:812px) {
    #logoNYU {
        width: 170px;
        top: 75px;
    }
}

@media (max-width:700px) {
    .noUi-value-sub {
        font-size: 9px;
        margin-top: 5px;
    }

    html, body {
        overflow-y: visible;
        height: 200vh;
    }

    #logoNYU {
        width: 50%;
        left: 30px;
        top: 200px;
    }

    .split {
        position: absolute;
        width: calc(100vw - 10px);
        height: 100vh;
        left: 0;
        right: 0;
    }

    .left {
        top: 0;
    }

    .right {
        top: 100vh;
    }

    .scrollBtn {
        display: block;
    }

    #attribution {
        height: 2.5em;
    }
}

@media (max-width:480px) {
    .noUi-value-sub {
        font-size: 8px;
    }

}

@media screen {
    .centered::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    
    .centered::-webkit-scrollbar:vertical {
        width: 10px;
    }
    
    .centered::-webkit-scrollbar:horizontal {
        height: 10px;
    }
    
    .centered::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
    }
    
    .centered::-webkit-scrollbar-track {
        border-radius: 10px;  
        background-color: #ffffff; 
    }
}