﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 0px;
    }

    .body-content {
        padding: 0;
    }
}

.textbox {
    font-size: 18px;
    background-color: #eeeeee;
    color: #909090;
    border-style: solid;
    border-width: 1px;
    border-color: #eeeeee;
    border-radius: 10px;
    padding: 10px;
}

.myButton {
    background-color: #FC4C02;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #FC4C02;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    padding: 6px 24px;
    text-decoration: none;
    margin-top: 10px;
    font-weight: 400;
}



.myButton2 {
    background-color: transparent;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #FC4C02;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 12px;
    font-weight: 100;
    padding: 6px 24px;
    text-decoration: none;
    margin-top: 10px;
}


.myButton:active {
    position: relative;
    top: 1px;
}

span.msg,
span.choose {
    color: #555;
    padding: 5px 0 10px;
    display: inherit
}

.container {
    width: 500px;
}

/*Styling Selectbox*/
.dropdown {
    max-width: 400px;
    display: block;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px #555;
    transition: all .5s ease;
    font-size: 18px;
    color: #474747;
    text-align: left;
    padding: 2px;
    font-weight: 400;
}

.dropdown .select {
    cursor: pointer;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 5px;
    font-weight: 400;
}

.dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
    padding-top: 5px;
}

.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border: none;
}

.dropdown:active {
    background-color: #CCC
}

.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8
}

.dropdown.active .select > i {
    transform: rotate(-180deg);
}

.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    max-height: 244px;
    overflow-y: auto;
    z-index: 9;

}

.dropdown .dropdown-menu li {
    padding-left: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    padding-top: 10px;
}

.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}

.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}

.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}


.myButton {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background-color: #FC4C02;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #FFF;
    font-size: 14px;
    font-weight: 100;
    box-shadow: 0 0 2px #555;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    line-height: 20px
}



.myButton:hover 
{
    background-color: #e62e00;
}

.myButton:active 
{
    position: relative;
    top: 1px;
}

.smallButton {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background-color: #FC4C02;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    color: #FFF;
    font-size: 14px;
    font-weight: 100;
    box-shadow: 0 0 2px #555;
    padding: 2px 6px 2px 6px;
    border: none;
}

.smallButton:hover {
    background-color: #e62e00;
}

.smallButton:active {
    position: relative;
    top: 1px;
}

.hidden
{
    visibility:hidden;
    display:none;
}

html 
{
    --scrollbarBG: #090909;
    --thumbBG: #888;
}

div::-webkit-scrollbar 
{
    width: 11px;
}

div 
{
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

div::-webkit-scrollbar-track 
{
    background: var(--scrollbarBG);
}

div::-webkit-scrollbar-thumb 
{
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}

.panel-actions 
{
    margin-top: -55px;
    margin-bottom: 0;
    text-align: right;
}

.panel-actions a 
{
    color: #fff;
}

.panel-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}

.myDivIcon {
    text-align: center; /* Horizontally center the text (icon) */
    line-height: 20px; /* Vertically center the text (icon) */
    font-size: 20px;
    font-family: 'FontAwesome'
}

#map {
    height: 800px;
    width: 100%;
    border: 1px solid white;
    overflow: hidden;
}

#participants {
    height: 800px;
    width: 100%;
    border: 1px solid white;
    overflow: hidden;
}

#chart_div {
    height: 350px;
    width: 100%;
    border: 1px solid white;
    overflow: hidden;
    padding-top: 20px;
}

