﻿body html {
    width: 100%;
    height: 100%;
}

html,
body,
app-root {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: Roboto;
    font-size: 13px;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

.tab {
    padding-top: 2px;
    padding-bottom: 18px;
    cursor: pointer
}

.active {
    background-color: burlywood;
}

.e-dbrd-blueWaitingIndcator {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 54px;
    width: 54px;
    top: 50%;
    left: 50%;
    position: relative;
}

.e-waiting {
    position: fixed;
    display: block;
    margin: 0px auto;
    width: 54px;
    height: 54px;
    zoom: 0.5;
    margin-left: 55px;
}

#container {
    width: 13%;
    float: left;
    height: 100%;
    float: left;
    background: #f4f4f4;
    height: 100%;
    box-shadow: 2px 0 4px 0 rgba(0, 0, 0, .12);
    overflow: auto;
    overflow-x: hidden;
}

#grid-title {
    font-size: 17px;
    border-bottom: 1px solid #333;
    padding: 15px;
}

#panel {
    width: 100%;
    float: left;
    background: #f4f4f4;
    overflow: auto;
}

#dashboard {
    width: 100%;
    float: left;
    height: 100%;
    display: block;
}

.dashboard-item {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

#viewer-section {
    width: 87%;
    height: 100%;
    float: left;
    overflow: hidden;
}

#viewer-header {
    padding: 10px;
    display: block;
    float: left;
    width: 100%;
}

#create-dashboard {
    float: right;
    margin-right: 20px;
    background: #0565ff;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    height: 28px;
    line-height: 28px;
    min-width: 90px;
    outline: none;
    text-align: center;
    border: 1px solid #0450cc;
}

#edit-dashboard {
    float: right;
    background: #fff;
    margin-right: 20px;
    border: 0;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    height: 28px;
    line-height: 28px;
    min-width: 90px;
    outline: none;
    text-align: center;
    border: 1px solid #b3b3b3;
}

#dashboardDesigner {
    height: 900px;
    border: 2px solid #333;
}

#custom_ok_button {
    margin: 10px 0;
    padding: 4px 8px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    background: #fff;
    border: 0.5px solid #e2e8f0;
    color: #2d3748;
    float: right;
    margin-left: 12px;
    margin-right: 17px;
}

#sample_dialog {
    width: 385px;
}

#ComboBoxDiv {
    margin-left: 86%;
    margin-top: 5px;
    cursor: pointer;
    text-align: center;

}

#users {
    width : 50%;
    height : 30px;
}

#selectlabel {
    font-family: system-ui;
    font-size:14px;
}


