﻿html {
    font-family: 'Roboto', sans-serif;
}

body {
    font-size: 13px;
    line-height: 20px;
}

.dashboard-page{
    padding: 5px;
    max-width: 320px;
    min-width: 302px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.dashboard-summary{
    font-weight: bold;
}

.dashboard-summary span {
    padding: 5px;
}

.dashboard-status {
    font-weight: bold;
    padding: 5px;
}

.dashboard-up-time {
    font-weight: bold;
    padding: 5px;
}

.round-progress {
    display: inline-block;
    width: 120px;
}

.dashboard-messages-page {
    padding: 10px;
    margin-top: 10px;
}

.dashboard-messages-list{
    overflow: auto;
    text-align: left;
    white-space: nowrap;
    max-height: 600px;
}

.progress-text{
    position: absolute;
    top: 33px;
    left: 45px;
    text-align: center;
}

.templates-preview{
    padding: 10px;
    margin-top: 10px;
}

.template-edit-form {
    text-align: left;
}

.template-edit-form {
    text-align: left;
    padding: 5px;
}

.quill-contents{
    border: 1px solid rgb(224, 224, 224);
}

.ql-editor {
    min-height: 200px!important;

}
.quill-toolbar{
    border: 1px solid rgb(224, 224, 224);
}
.error-holder{
    color: red;
}

.ag-material .ag-font-style {
    user-select: initial;
    -moz-user-select: text;
    -ms-user-select: text;
    -webkit-user-select: text;
}

.ag-material .ag-cell-not-inline-editing {
    padding-top: 0;
}