html {
    font-family: Helvetica, sans-serif, Arial;
    background: #fff;
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.logoDiv {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.logoDiv>div {
    display: flex;
    flex-direction: column;
    justify-items: start;
}

.logoDiv>div>p {
    font-size: 14px;
    line-height: 0.8;
}

.logoDiv>img {
    height: 50px;
    margin-left: 3px;
    margin-right: 40px
}

.content {
    max-width: 1000px;
    margin: auto;
    padding: 20px 40px;
    border-radius: 5px;
}

.container {
    margin-bottom: 20px;
}

.center {
    margin: auto;
    width: fit-content;
}

.full-width {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.flex_row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hovered_black:hover {
    color: black;
}

.hovered_gray:hover {
    background-color: rgba(244, 238, 238, 0.867);
    border-radius: 4px;
}

.red_line {
    position: absolute;
    margin: 0 50px;
    left: 0;
    right: 0;
    border-bottom: solid 2px red;
}

h1,
.green {
    color: #0b8935;
    font-weight: 100;
    margin: 0;
}

.blue {
    color: #428bca;
}

.red {
    color: red;
}

h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    color: #428bca;
}

h4 {
    color: #428bca;
    font-size: 18px;
}

p {
    color: #212529;
}

a {
    color: #0b8935;
}

a:hover {
    color: #495057;
}

.user-div {
    position: relative;
    display: inline-block;
    text-align: center;
}

.user-div-actions {
    position: absolute;
    right: 0;
    display: none;
    min-width: inherit;
    padding: 10px 20px;
    text-align: left;
    z-index: 1;
    background-color: #f1f1f1;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.user-div:hover .user-div-actions {
    display: block;
}

.fa-user {
    font-size: 30px!important;
    color: #212529;
}

.nav {
    position: relative;
    /*z-index: 99999;*/
}

.navbar-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nav-item {
    min-width: 100px;
    text-align: center;
}

.nav-link {
    font-size: 18px;
    display: inline-flex;
}

.absolute-right {
    position: absolute;
    right: 0;
}

#collapse_butt {
    border: solid 1px #ccc;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    top: 15px;
    right: 12px;
    z-index: 9999;
}

#home_div {
    padding: 0 15px;
    z-index: 99999;
    position: relative;
    max-height: 84vh;
    overflow-y: hidden;
}

.home_p {
    max-width: 650px;
    text-align: justify;
    color: #fff;
}

.project-container {
    width: 100%;
    border: solid 1px #ced4da;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px;
    margin: 20px;
}

.group-container {
    display: inline-block;
    width: 23%;
    color: #212529;
    border: solid 1px #ced4da;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px;
    margin: 1%;
    text-decoration: none!important;
}

.group-container:hover {
    background: #dddd;
}

.small-text {
    font-size: 12px;
    margin: 0;
}

.gray_butt {
    border: solid 1px #ced4da;
    margin-right: 5px;
    background: #fff;
    border-radius: 5px;
}

.gray_butt:hover {
    background: #dddd;
}

.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.blue_butt {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.deleteSelectedWarning {
    display: inline-block;
    margin-top: 20px;
}

.main_content {
    margin-top: 10px;
}

.top_pad {
    padding-top: 20px;
}

#home_content {
    background: #0b8935;
    color: white;
    padding: 15px;
}

#home_footer {
    width: 100%;
    border-top: solid 1px #dee2e6;
    margin: 20px -15px;
    padding: 15px 0px;
}

.table_top_text {
    float: left;
    margin-left: 50px;
    margin-top: 7px;
}

#map {
    display: block;
    height: 80vh;
    min-height: 500px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    border: 2px solid #dddd;
    border-radius: 8px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2), 0 3px 3px -2px rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
}

.popup_div {
    padding: 20px 0 10px 35px;
}

.results_table_div {
    max-width: 600px;
}

.risk_table_div {
    max-width: 800px;
}

table {
    font-size: 12px;
}

thead {
    background-color: #428bca;
    color: #fff;
    font-weight: 400
}

.th_flex {
    display: flex;
    justify-content: space-between;
}

.no_wrap {
    white-space: nowrap;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.sort_butts_div {
    display: flex;
    flex-direction: column;
    margin-top: -6px;
    margin-left: 10px;
    opacity: 0.4;
}

.sort_butts_div:hover {
    opacity: 1;
}

.sort_butts_div>.fa {
    color: #dddd;
    height: 11px;
    font-size: 18px;
}

.sort_butts_div>.fa:hover {
    color: #939191;
}

.pagination {
    margin-left: 1px;
    margin-bottom: 10px;
}

.pagination_p {
    font-size: 12px;
    margin-bottom: 10px;
}

.rows_select_p {
    margin-left: 50px;
    margin-top: 5px;
}

.page-item.active .page-link {
    background-color: #428bca;
    border-color: #428bca;
}

.cursur-pointer {
    cursor: pointer;
}

.fa {
    font-size: 18px;
}

.fa-caret-in-col {
    font-size: 22px;
    margin: -3px 0;
}

.fa-image,
.fa-download {
    color: #428bca;
    font-size: 20px;
    cursor: pointer;
}

.fa-image:hover {
    color: #888;
}

.filter_div {
    border-top: solid 1px #ccc;
    padding: 10px;
}

.bordered_div {
    border: solid 1px #ced4da;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 40px;
}

.no_border {
    border: none;
}

.date_input {
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 0px 5px;
}

.checkbox_div {
    min-width: 25%;
    display: inline-block;
    margin-right: 20px;
}

.checkbox_div:hover {
    opacity: 0.75;
}

.loader_div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    margin-left: auto;
    margin-right: auto;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #ccc;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

.no_pad {
    padding: 0px;
}

.modal-content {
    padding: 20px;
}

.delete_btn {
    border: solid 1px #ccc;
}

.delete_btn:hover {
    background: #ea4e4e;
}

#delete_dialog,
#delete_survey_dialog {
    display: none;
    width: 460px;
    padding: 30px;
    background: #fff;
    position: fixed;
    top: 20vh;
    left: 40%;
    border: solid 5px #ea5c5c;
    border-radius: 10px;
}

.record_edit_form_group {
    margin-bottom: 1rem;
    width: 48%;
    margin-right: 2%;
    float: left;
}

.row_edit_form_group {
    margin-bottom: 1rem;
    width: 30%;
    margin: 0.5%;
    float: left;
}

.small_group {
    width: 13%;
}

.edit_record_form_div {
    width: 100%;
    margin-left: 40px;
    display: inline-block;
}

.edit_form_label {
    color: #428bca;
    margin: 5px 0;
}

.edit_td {
    color: #428bca;
    cursor: pointer;
    width: 40px;
}

.edit_td:hover {
    color: #000;
}

.position-relative {
    position: relative;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #d2d0d0;
}

.autocomplete-div {
    position: fixed;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px 0px;
    padding-left: 5px;
    max-height: 250px;
    overflow-y: scroll;
    z-index: 999;
}

.autocomplete-item {
    margin: 0;
    padding: 2px 10px;
    cursor: pointer;
}

.autocomplete-item-highlight,
.autocomplete-item:hover {
    background-color: #dddd;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#map_legend {
    background: #fff;
    margin-left: 10px;
    padding: 10px 20px 0 20px;
    border-radius: 10px;
}

.dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    border: solid 1px #ccc;
    margin-bottom: -3px;
    margin-top: 5px;
}

#weeks_control {
    display: flex;
    width: 600px;
    max-width: 70%;
    height: 65px;
    padding: 20px;
    margin-bottom: 25px;
    background: #f1f1f2;
    border-radius: 50px;
}

.play_butt {
    margin-top: -6px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #d3d3d3;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.play_butt:hover {
    background: #d3d3d3;
}

.play_butt>.fa {
    text-align: center;
    color: #b6b4b4;
}

.play_butt>.fa-play {
    margin-left: 5px;
}

.slidecontainer {
    flex: 1;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-bottom: 10px;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #428bca;
    cursor: pointer;
    border-radius: 50%
}

.slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: #428bca;
    cursor: pointer;
    border-radius: 50%
}

@media only screen and (max-width: 767px) {
    .navbar {
        z-index: -1;
    }
    .navbar-header {
        margin-left: 0px;
    }
    #nav_logo_a {
        padding-left: 0;
    }
    .nav-link {
        border: none!important;
        font-size: 16px;
    }
    .filter_butt {
        margin-top: -85px;
    }
    .top_pad {
        padding-top: 20px;
    }
    #home_div {
        padding: 0;
    }
    #map {
        height: 90vh;
    }
    #home_footer {
        margin: 20px 0;
    }
    .nav {
        display: block;
    }
}

@media (min-width: 768px) {
    #collapse_butt {
        display: none;
    }
    .collapse.dont-collapse-sm {
        display: flex;
        height: auto !important;
        visibility: visible;
    }
}


/****** Graph *****/

[type="checkbox"] {
    vertical-align: middle;
}

.graph_legend {
    width: fit-content;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    float: left;
    display: flex;
    flex-direction: row;
}

.legend_label_big {
    margin-right: 40px;
    font-size: 18px;
    cursor: pointer;
}

.legend_label {
    margin-right: 20px;
    font-size: 12px;
    cursor: pointer;
}

.legend_line {
    width: 30px;
    height: 0;
    border: solid 2px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.graph {
    position: relative;
    margin: 0 auto;
    height: 60vh;
    width: 1000px;
}

svg {
    position: relative;
    cursor: default; 
}

line {
    stroke-width: 4;
}