#isPermanentFlag {
    padding-left: 1em;
    padding-right: 0em;
}

#addServerButton {
    color: green;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.75;
}

#addServerButton:hover {
    opacity: 1;
}

#refreshButton {
    float: right;
    margin-right: 1em;
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 0.35;
}

#refreshButton:hover { 
    opacity: 1;
}

#refreshProgressBarContainer {
    float: right;   
    transform: translateY(12px);
    width: 10%;
    margin-right: 1em;
}

#refreshProgressBar {
    width: 1%;
    height: 4px;
    background-color: lightgray;
}

.redirect-app-hint-img {
    max-width: 2em;
    max-height: 2em;
    padding-right: 1em;
}

.td-monospace {
    font-family: 'Courier New', Courier, monospace;
}

.tr-top td
{
    vertical-align: top;
    padding-top: 19px;
}

.td-button
{
    text-align: center;
    vertical-align: middle !important;
}

.td-button .button
{
    margin: 0 15px 0 0;
    float: right;
}

.td-button .button span
{
    margin: auto;
    float: none;
}

.td-user-count-clickable:hover
{
    cursor: pointer;
}

html {
    height: 100%;
}

body {
    height: 100%;
}

.bottom-left-link {
    position: absolute;
    /* Place the link at the bottom left corner */
    bottom: 2em;
}

#log-window {
    background-color: rgb(247, 247, 247);
    overflow-y:scroll;
    max-height: 60vh;
    min-height: 60vh;
}

.log-element {
    padding-top : 0.5em;
    padding-left : 0.5em;
    padding-right : 0.5em;

    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
}

.log-element hr {
    margin-top: 0.5em;
    margin-bottom: 0em;
}

.checkbox
{
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

.checkbox input
{
    position: absolute;
    left: 0;
    top: 0.75em;
}

.checkbox-label-body {
    font-weight: normal;
    margin-left: 2rem;
}

.center-button 
{
    text-align: center;
} 

.right-link 
{
    float: right;
    padding-top: 8px;
}

.error-message
{
    font-size: 12px;
}

.error-message b
{
    color: red;
}

#small-message
{
    color: #000;
    position: relative;
}

.invalid
{
    color: #000;
    text-decoration: none;
}

.valid
{
    color: rgb(13, 184, 13);
    text-decoration: line-through;
}

#model-preview {
    width: 186px;
}

.userprofile-field-label
{
    font-style: italic;
    color: rgb(56, 139, 194);
}

.userprofile-field-value
{
    font-style: normal;
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#specsTable
{
    display: none;
    overflow-x: auto;
    white-space: nowrap;
}

#specsTable td {
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    border-left: solid 1px rgba(0, 0, 0, 0.1);
    padding-right: 8px;
    padding-left: 8px;
}

#specsTable th {
    padding-right: 8px;
    padding-left: 8px;
}

.uplot-metrics
{
    margin: 0 auto;
}

.uplot-bugs
{
    margin: 0 auto;
}

.uplot-dashboard
{
    margin: 0 auto;
}

#bug-message-window {
    overflow-y:scroll;
    max-height: 60vh;
    min-height: 60vh;
    width: 80%;
    margin: 0 auto;
}

#userbug-message-window {
    overflow-y:scroll;
    max-height: 60vh;
    min-height: 60vh;
    width: 80%;
    margin: 0 auto;
}

.message-element
{
    padding-top : 0.5em;
    padding-left : 0.5em;
    padding-right : 0.5em;

    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
}

.message-element hr {
    margin-top: 0.5em;
    margin-bottom: 0em;
}

.link-button {
    background: none!important;
    border: none;
    padding: 0!important;
    /*optional*/
    text-transform: none!important;
    /*input has OS specific font-family*/
    /*color: rgb(30, 174, 219);*/
    color: rgb(43, 172, 33);
    text-decoration: underline;
    cursor: pointer;
    font-size: 1em;
    letter-spacing: 0px;
    line-height: 1.6;
    font-weight: 400;
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial;
  }

.link-button:hover {
    color: rgb(22, 90, 17);
}

.user-list-hint {
    margin-left: 1em;
    font-size: small;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: grey;
}

.group-filter-checkbox {
    margin-right: 8px;
}

.group-filter-label {
    font-weight: 400; 
    display: inline;
}

.filter-hint {
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.filter-button {
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: none!important;
    border: none;
    padding: 0!important;
    text-transform: none!important;
    color: rgb(30, 174, 219);
    text-decoration: underline;
    cursor: pointer;
    letter-spacing: 0px;
    line-height: 1.6;
    font-weight: 400;
}

.filter-button:hover {
    color: rgb(25, 140, 176);
}

.highchart-tooltip-world {
    font-family: 'Courier New', Courier, monospace;
    font-style: italic;
}

.scrollable-window {
    overflow-y:scroll;
    max-height: 60vh;
    min-height: 20vh;
}

.header-with-date
{
    margin-bottom: 0;
}

.hint-last-update
{
    font-size: 1em; 
    font-family: Times New Roman; 
    font-style: italic; 
    color: grey;
}

.hint-small
{
    font-size: 1em; 
    font-family: Times New Roman; 
    font-style: italic; 
    color: grey;
}

@media (min-width: 0)
{
    .header
    {
        margin-top: 2em;
        margin-bottom: 2em;
        text-align: center;
    }

    #content
    {
        margin: 0px 5% 0px 5%;
        height: 100%;
        position: relative;
    }

    #dashboard-content
    {
        margin: 0px 5% 0px 5%;
        height: auto;
        position: relative;
    }

    footer
    {
        padding-top: 1em;
        padding-bottom: 2em;
    }

    footer img
    {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 128px;
    }
}

@media (min-width: 600px)
{
    .header
    {
        margin-top: 4em;
        margin-bottom: 3em;
        text-align: center;
    }

    #content
    {
        margin: 0px 15% 0px 15%;
        height: 100%;
        position: relative;
    }

    #dashboard-content
    {
        margin: 0px 10% 0px 10%;
        height: auto;
        position: relative;
    }

    footer
    {
        padding-top: 1em;
        padding-bottom: 2em;
    }

    footer img
    {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 128px;
    }
}

@media (min-width: 1200px)
{
    .header
    {
        margin-top: 4em;
        margin-bottom: 3em;
        text-align: center;
    }

    #content
    {
        margin: 0px 33% 0px 33%;
        height: 100%;
        position: relative;
    }

    #dashboard-content
    {
        margin: 0px 15% 0px 15%;
        height: auto;
        position: relative;
    }

    footer img
    {
        width: 128px;
    }

    footer
    {
        position: fixed;
        left: 0;
        bottom: 0;
        margin: 0;
        padding: 0;
        padding-left: 32px;
        padding-bottom: 24px;
    }
}