
.main_header 
{
    width: 100%;
    height: 110px
}
.logo_image
{
    height: 100px;
    width: auto;
    margin-bottom: 0px;
    margin-top: 5px;

}

.main_tile_container
{
    margin-top: 10px;
    height: calc(100vh - 30px);
}

.main_tile_row
{
}


.graphInfo
{
    border-radius: 10px;
    border-color: rgb(0, 255, 213);
    border-top: 10px;
}

.info_plane_header
{
    font-size: 1.3em;
    text-align: left;
    font-weight: bold;    
}
.info_plane_value
{
    font-size: 1.2em;
    text-align: left;
    font-weight: normal; 
    margin-left: 5px;   
}
.info_plane_image
{
    height: auto;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 5px;
}

.imagePlane
{
    height: auto;
    width: 50%;
    margin-bottom: 0px;
    margin-top: 5px;
    margin-left: 20%;
}

.pdfImage
{
    height: auto;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 5px;    
}
.pdfView
{
    height: 50px;
}

.tile_title
{
    text-align: center;
    font-size: 2em;
}
.tile_graph
{
    height: 10%;
}
.tile_row
{
}

.tile_alert_list
{
    width: 100%; 
    height: 80px; 
    font-size: 1.5em;
    color: red;    
}

.tile_observation_list
{
    width: 100%; 
    height: 80px; 
    font-size: 1.5em;
    color: black;    
}

.bg-image1 {
    /* The image used */
    background-image: url('splash.png');
  
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);
  
    /* Full height */
    height: 100%;
    opacity: 0.4;
    z-index: -1;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }


  .bg-image {
    /* The image used */
    background-color: blueviolet;

    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);
  
    /* Full height */
    height: 100%;
    opacity: 0.1;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .portal-panel {
    border: 2px solid red;
    border-radius: 5px;
  }

.center-aligned-header .ag-header-cell-label {
    justify-content: center;
}

.center-aligned-cell {
    text-align: center;
}

.textarea {
    border: 1px solid lightgray;
    border-radius: 5px;
    height: 36px;
    text-align: center;
  }

.menu_item_close {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.my_scroll_div {
    overflow-y: auto;
    max-height: 150px; 
}

