/*************************************************************/
/* CSS configuration for the HydroServer station detail view */
/*                                                           */
/* Version 1.7.0                                             */
/*************************************************************/

/* general font configuration */
body {
    /*font-family: 'Arial', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.bannerStyle {
    background-color: #3498db;
    color: white;
    margin-top: 30px;
}

#banner1 {
    font-size: 24px;
    font-weight: 500;
}

#banner2 {
    font-size: 18px;
    font-weight: 300;
}

h5{
    font-size: 18px;
}

.marginBetweenBlocks {
    margin-top: 40px;
}

.margin-15{
    margin-bottom: 15px;
}

.nav-pills .nav-link {
    border-radius: 0;
    background-color: gainsboro;
    color: black;
    border: none;
    margin: 0;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 18px;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills a.nav-link.active:focus {
    background-color: ghostwhite;
    color: black;
}

.select1 {
    width: 100%;
    text-align: left;
    background-color: gainsboro;
}

.select1:hover,
.select1:active {
    background-color: ghostwhite;
}

.downloadButton1 {
    background-color: gainsboro;
}

.downloadButton1:hover,
.downloadButton1:active {
    background-color: ghostwhite;
}

.collapseButton {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    margin: 0;
    border: 0;
}

.lastValueBox{
    background-color: gainsboro;
    padding-bottom: 8px;
    padding-top: 8px;
    margin: 0;
}

.averageBox {
    background-color: gainsboro;
    padding-bottom: 8px;
    padding-top: 8px;
    margin: 0;
    border: 0 solid;
    border-top-width: 1px;
}

.colTitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
}

.colValue {
    padding-top: 2px;
}

.borderBottom::after {
    content: '';
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: black;
}

/* Remove default button styles */
.btn:focus, .btn:active {
    box-shadow: none;
    outline: none;
}

/* swisstopo map inside iframe */
.swisstopoiframe {
    border-style: none;
}

.gutter0leftright {
    margin-left: 0;
    margin-right: 0;
}

/* format for images */
.imageFormat {
    max-height: 480px;
    max-width: 100%;
}

@media (max-width: 992px) {
    .collapseButton {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        margin: 0;
        border: 0;
    }

    .sm-settings {
        margin-bottom: 25px;
        border: 1px solid gainsboro;
        padding: 10px;
    }

    .no-padding-mobile {
        padding: 0;
    }

    .marginBetweenBlocks{
        display: none;
    }

    .sm-marginBottom{
        margin-bottom: 25px;
    }

    .gutter0leftright {
        margin-left: 0;
        margin-right: 0;
    }

    #plotlychart {
        height: 300px;
    }
}

/* fix width of the diagram button */
.btn-diagram {
    width: 70px;
}

/* General bootstrap overrides */
.btn-sm {
    padding-top: 2px;
    padding-bottom: 2px;
}
