.main-container {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 400px;
    font-family: sans-serif;
}

#loading_gif {
    width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

div.tabcontents {
    width: 295px;
    height: 400px;
    padding: 0;
}

#about-container {
    height: 390px;
    overflow: auto;
    padding: 5px;
    font-size: 12px;
}

#about-container h2 {
    font-size: 17px;
    margin: 5px 0 2px 0;
    text-align: center;
}

#about-container h3 {
    font-size: 13px;
    margin: 15px 0 2px 0;
}

#about-container p {
    margin: 2px 0 0 0;
    text-align: center;
}

#about-container a {
    font-weight: 100;
}

#about-container td {
    border: 0;
}

.ui-autocomplete {
    position: absolute;
    list-style: none;
    padding: 10px 0 0 0;
    width: 248px;
    height: 110px;
    overflow: auto;
    font-size: 12px;
}

li.ui-menu-item:hover {
    color: #3F83C7;
    cursor: pointer;
}

#no_results {
    color: red;
    display: none;
}

#filter-container {
    width: 100%;
    height: 400px;
    margin-left: 10px;
    font-size: 12px;
    overflow: auto;
}

#data-container {
    height: 390px;
    overflow: auto;
    padding: 5px;
    font-size: 12px;
}

#data-container p {
    margin: 2px 0 0 0;
}

#about-data {
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
}

.filter-box {
    width: 93%;
}

.jBox-content {
    padding: 0;
}

#jBox-slider-grab {
    margin-top: -45px;
    margin-bottom: -45px;
    padding: 0;
    overflow: hidden;
/*    height: 200px;*/
}

#jBox-toggle-grab {
    margin-top: -45px;
    margin-bottom: -40px;
    padding: 0;
    overflow: hidden;
}

#jBox-radio-grab {
    margin-top: -45px;
    margin-bottom: -45px;
    padding: 0;
    overflow: hidden;
}

#jBox-download-grab form label {
    font-size: 13px;
}

#download_link {
    background-color: #48b8dc;
    color: white;
}

#google_form input {
    font-size: 14px;
    padding: 5px 0 5px 8px;
}

.ui-checkbox .btn, .ui-btn {
    background-color: white;
}

#jBox-about-grab {
    padding: 0;
    overflow: auto;
}

#jBox-about-grab p {
    margin: 0;
}

.constrain-btn {
    color: #48b8dc;
    cursor: pointer;
    float: right;
}

.constrain-btn:hover {
    text-decoration: underline;
}

#sigma-container {
    margin: auto;
    width: 100vw;
    height: 100vh;
    top: 0;
    position: absolute;
}

.zoom-container {
    position: absolute;
    top: 0;
    right: 0;
}

.zoom-btn {
    margin: 5px;
    width: 50px;
    height: 50px;
    background-color: rgba(218, 218, 218, 0.6);
    opacity: 0.8;
    cursor: pointer;
}

.zoom-btn img {
    width: 30px;
    height: 30px;
    margin: 10px;
}

.about-filter-table {
    margin-top: -20px;
}

.about-filter-table td:nth-of-type(1) {
    color: #4186C9;
    width: 30%;
}

#select-btn, #unselect-btn {
    color: #48b8dc;
    cursor: pointer;
}

#active_filters_arrow, #active_nodes_p img {
    width: 10px;
    margin-right: 6px;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

#active_filters_btn, #active_nodes_p {
    margin-bottom: 0;
    margin-top: 5px;
}

#active_filters_btn {
    cursor: pointer;
}

#active_filters_list {
    margin-top: 0;
    display: none;
}
