/* Ensure layout covers the entire screen. */
html {
    height: 100%;
}

select option:disabled {
    color: #FFF;
    background-color: #75757599;
}
/* Stack toolbar and content on top of each other. */
.demo-body {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    min-height: 100%;
}

/* Place drawer and main next to each other. */
.demo-content {
    display: flex;
    flex: 1 1 auto;
    box-sizing: border-box;
}

.demo-main {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
}

#extra-wide-content {
    width: 200vw;
}

#extra-tall-content {
    height: 200vh;
}

.form-grid{
    padding: 2px;
}
body {
    display: flex;
    height: 100vh;
}

#extra-wide-content {
    width: 200vw;
}

#extra-tall-content {
    height: 200vh;
}

.form-grid{
    padding: 2px;
}

.mdc-drawer-app-content {
    flex: auto;
    overflow: auto;
}

#main-content {
    overflow: auto;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

#app-bar {
    position: absolute;
    z-index: 99;
}
.mdc-toolbar__title{
    padding: 0px;
}

.mdc-drawer{
    overflow-y: auto;
    touch-action: pan-y;
}

#avatar-menu{
    display: flex;
    top: 60px;
    max-width: 310px;
    z-index: 5000;
}
.mdc-top-app-bar__navigation-icon{
    color: #FFFFFF;
}

.note{
    position: absolute;
    left: 21px;
    font-size: 1.3em;
    font-weight: 700;
    color: #ce0000b3;
}

.iconintable{
    margin-right: 10px;
}

.relative{
    position: relative;
    float: left;
}
.showdetails{
    display: inline-block;
    margin: 10px 0;
}
.fieldheader{
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.00937em;
}
h6{
    display: inline-block;
    margin: 10px 0;
}
.mdc-select--outlined .mdc-floating-label{
    bottom: 12px;
}
.mdc-select--outlined{
    height: 48px;
}
.mdc-button{
    margin-right: 5px;
}

.mdc-floating-label{
    background-color: #FFF;
    z-index: 3;
}
.mdc-dialog__surface{
    max-width: calc(100vw - 120px) !important;
    max-height: 90%;
}
.mdc-dialog__content{
    padding-top: 8px !important;
}
@media (min-width: 900px) {
    .mdc-dialog__surface{
        max-width: calc(100vw - 120px) !important;
        width: 5000px !important;
        max-height: 90%;
    }
}
#avatar{
    border-radius: 50%;
    max-height: 40px;
    height: 40px;
    width: 40px;
}
#avatar-big{
    border-radius: 50%;
    height: 100px;
    width: 100px;
}
.mdc-card{
    position:absolute;
    float: right;
    right: 20px;
    z-index: 100;
    background-color: #FFF;
}
table.dataTable {
    border-collapse: collapse;
    width: 100%;
}
.mdc-top-app-bar--fixed-adjust{
    padding-top: 64px;
}
.mdc-snackbar{
    z-index: 800;
}
.mdc-dialog{
    z-index: 700;
}
.charts{
    position: relative;
    max-height: 320px;
}
.center-content{
    display: flex;
    align-items: center;
}
.center-text{
    display: inline-block;
    text-align: center;
}
.toolbar{
    margin-top: 5px;
}
.hide{
    display: none;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
th{
    padding-left: 10px !important;
    /*padding-right: 10px !important;*/
}
.align-right{
    text-align: right;
}
.sectionheaders{
    font-weight: 500;
    font-size: 1.5rem;
}
.sectionheaders-big{
    font-weight: 500;
    font-size: 1.7rem;
}