html.systemmessage, html.systemmessage body {
    height: 100%;
    margin: 0;
    font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html:not(.systemmessage), html:not(.systemmessage) body {
    vertical-align:center;
    font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    margin: 0px;
    min-height: 250px;
}

html.systemmessage .object_name, html.systemmessage #option_bar {
    display: none;
}

html.systemmessage #main-container {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 400px;
    height: 100vh;
    align-content: center;
    justify-content: center;
    color: #999999;
}

html.systemmessage #main {
    width: 94%;
    margin: 0 auto;
    text-align: center;
}

html.systemmessage .beta_improvedmessaging #main {
    max-width: 650px;
}

html.systemmessage #main > i {
    font-size: 10rem;
}

html.systemmessage .beta_improvedmessaging #main > i {
    color: #bbb;
}

html.systemmessage #main > p {
    margin: 20px 0 0 0;
}

html.systemmessage .beta_improvedmessaging #main > p {
    color: #777;
}

html.systemmessage #main > p:first-of-type {
    font-size: 2rem;
}

html.systemmessage .beta_improvedmessaging #main > p:first-of-type {
    color: #555;
}

html.systemmessage #main > ul {
    display: inline-block;
    padding-left: 0;
}

html.systemmessage #main > ul > li {
    list-style-position: inside;
    line-height: 20px;
}

html.systemmessage .btn-group > * {
    display: initial !important;
}

html:not(.systemmessage) #header_container {
    width: 100%;
    background-color: #7AB55C;
    background: -ms-linear-gradient(top, #7AB55C, #127B78 );
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#7AB55C), to(#127B78 ));
    background: -webkit-linear-gradient(top, #7AB55C, #127B78 );
    background: -o-linear-gradient(top, #7AB55C, #127B78 );
    background: linear-gradient(top, #7AB55C, #127B78 );
    background: -moz-linear-gradient(top, #7AB55C, #127B78 );
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.70), 0 1px 2px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.70), 0 1px 2px rgba(0, 0, 0, 0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.70), 0 1px 2px rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1000;
}

html:not(.systemmessage) .header_logo {
    position:relative;
    display:inline-block !important;
    float:left;
    margin: 0px !important;
    padding: 10px;
    z-index:1000;
}

html:not(.systemmessage) .systemmessagewrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 260px;
}

html:not(.systemmessage) .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

html:not(.systemmessage) .content {
    width:400px;
    margin:0 auto;
    padding: 0 0 40px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 2px 2px 5px 0 #9C9C9C;
    -webkit-box-shadow: 2px 2px 5px 0 #9C9C9C;
    box-shadow: 2px 2px 5px 0 #9C9C9C;
    background: #F8F8F8;    
}

html:not(.systemmessage) .titlebar {
    padding:20px;
    font-size: 1.5rem;
    vertical-align:top;
    white-space:nowrap;
}

html:not(.systemmessage) .title {
    font-size: 1.5rem;	
}

html:not(.systemmessage) .message {
    font-size: 0.9375rem;
    line-height: 21px;
    padding:20px;
    border-top: 1px #E9E9E9 solid;
    border-bottom: 1px #E9E9E9 solid;
    background: #FFFFFF;
    clear:both;
    white-space:normal;
}

html:not(.systemmessage) .refresh {
    display: inline-block;
    background: #f5f5f5;
    padding: 15px;
    margin: 20px 20px 20px 20px;
    border-radius: 3px;
}

html:not(.systemmessage) .refresh span {
    font-size: 0.875rem;
}

html:not(.systemmessage) .refresh span .fa,
html:not(.systemmessage) .refresh span .fas,
html:not(.systemmessage) .refresh span .far {
    padding-right: 8px;
    color: #75B73C;
}

html:not(.systemmessage) .button-container {
    text-align: center;
    padding-top: 20px;
}

html:not(.systemmessage) .Button {
    color: #FFFFFF;
    background-color: #000000;
    border: 1px solid #000000;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;  
    padding: 4px 10px;
}

.object_name:empty {
    display: none;
}
