﻿@media only screen and (max-width: 1150px) {
    .HideTopToolbar {
        display: none;
    }
}

.Window-header {
    background-color: #eef9fe;
    color: navy;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    padding: 1px;
    font-size: small;
    font-weight: 700;
    text-shadow: 2px 2px #CDEFFE;
    /*height: 25px;*/
    margin: 0px;
    /*border-bottom:1px solid #04b6ef;*/
    /*box-shadow: 0 4px 2px -2px gray;*/
}

.Window {
    /*border: 2px solid #04B6EF;*/
    height: 100%;
    width: 100%;
    padding: 1px;

    /*  display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content:stretch;
    justify-items:stretch*/
    /*display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;*/
    /* background-color: purple;*/
    /* margin-top: 0px;*/
}

.Window-content {
   /* align-self: stretch;
 
    padding: 1px;*/
    
}



.toolbar {
    font-size: small;
    /*background-color: #F4F6F7;*/
    width: auto;
    /*border-radius: 5px;*/
    /*border: 1px solid #d1cece;*/
    margin: 2px;
    /*min-width: 400px;*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.notify {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: #FE6B03;
    /*color: #000000;*/
    background-color: #fcfbf2; /*#fdedcd; #ffffcc; #FFFFF0; #FCFBF2;*/
    /*background-color: #FEFEDD;*/
    width: 100%;
    font-size: small;
    /*font-weight:700;*/
    padding: 2px;
    height: 20px;
    margin: 0px;
}