﻿body {
}
.graphSettingsHeader {
    font-weight: bold;
    vertical-align: -webkit-baseline-middle;
}

.highcharts-yaxis-labels * {
    font-size: 0.8em !important;
}

.rainBlock {
    position: absolute;
    width:  700px;
    height: 420px;
    background-color: white;
    z-index:2000;
    min-height: 420px;
    min-width: 700px;
}

.rainBlockTableContainer {
    width: 100%;
    height: 85%;
    overflow-y: auto;
}

.rainBlock .gridview {
    width: 100%;
    height: 100%;
}
.rainBlock .gridview tr {
   height: 35px;
}


.rainBlockHeader {
    width: 100%;
    text-align: center;
    height: 10%;
    padding-left: 100px;
}

.tempContainer {
    background-color:white;
    position:absolute;
    z-index:3000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.datePickPanel {
    position: absolute;
    z-index: 10;
    background-color: white;
    border: 1px solid #595959;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    float: none;
}
.datePickPanel *{
    margin:1px;
}
.periodContainer {
    display:inline-block;
}

.loadingContainer {
    background-color:white;
    position:absolute;
    z-index:1;
    opacity:0.5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rainLoadingContainer {
    width: 100%;
    height: 85%;
}

.rainblockPeriodSelector {
    font-size: 14px;
    padding: 1px 25px 1px 5px;
}

.raindropdownBurgerMenu{
    margin-top: 4px;
}
.rainDropdownContent {
    padding: 2px;
}

.rainBlockDropDownBtn {
    width: 100%;
    border-width: 0px;
    text-align: left;
}
.rainBlockPanel {
    width: 100%;
    height: 100%;
}

.rainBlockTitleContainer {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    height: 5%;
}

.rainBlockNoDataPanel {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: grey;
}

#CurrentPeriodBtnSpan{
    display:  inline-block;
}