.my-container {
    margin: 0 15px !important;
}


.forecast-content {
    padding: 10px 0px !important;
}

.left-content {
    margin-right: 10px;
    width: calc(100% - 10px);
}

.right-content.False {
    height: calc(100vh - 150px);
}

.right-content.True {
    height: calc(100vh - 500px);
}

.time-content {
    position: relative;
    height: 25px;
    border-bottom: 2px solid orange;
}


.summary-content {
    position: relative;
    padding-bottom: 10px;
    height: auto;
}

.calculate-content {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    height: auto;
    width: 100%;
}

/* .summary-content.True {
    display: none;
}

.summary-content.False {
    border-bottom: 2px solid orange;
} */

.summary-content {
    border-bottom: 2px solid orange;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    height: 100%;
}

#mapid {
    height: 100%;
}

p {
    margin: 2px 0px;
}



/*Legend specific*/
.legend {
    padding: 6px 8px;
    font: 12px "AtlasGrotesk", "Open Sans", sans-serif;
    /* background: white; */
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    /*border-radius: 5px;*/
    line-height: 24px;
    color: #555;
}

.legend h4 {
    text-align: center;
    font-size: 13px;
    margin: 2px 12px 8px;
    color: #777;
    font-weight: bolder;
}

.legend span {
    position: relative;
    bottom: 3px;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin: 0 8px 0 0;
    opacity: 0.7;
}

.legend i.icon {
    background-size: 18px;
    background-color: rgba(255, 255, 255, 1);
}

.form-control {
    padding: 0px;
}

#calculate-form {
    width: 100%;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 0px
}

.table_point {
    width: auto;
}

.table_point td,
.table_point th {
    padding: 0px 5px;
    /* margin: 0px 5px; */
}

#figplot {
    width: 22vw;
    height: 150px;
}


@media (max-width: 768px) {
    .row.summary-content {
        display: block;
    }
    #figplot {
        width: 88vw;
    }
}