﻿html, body {
    height: 100%;
}

body {
    font-family: Source Sans Pro, MSSourceSansPro, sans-serif;
    font-size: 14px;
}

.ms-header {
    height: 50px;
}

.modal-header h5 {
    font-size: 24px;
}

.ms-disk-warning {
    font-family: Ubuntu, MSUbuntu, sans-serif;
    font-size: clamp(14px, 2vw, 26px);
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}


.ms-title {
    font-family: Ubuntu, MSUbuntu, sans-serif;
    font-size: 22px;
}

    .ms-title img {
        float: left;
        margin-left: -1px;
        margin-top: 7px;
    }

    .ms-title div {
        float: left;
        margin-left: 12px;
        margin-top: 8px;
    }

.ms-top-menu {
    font-size: 14px;
    font-weight: 400;
}

    .ms-top-menu button {
        float: right;
        height: 50px;
        margin-right: -15px;
        padding-right: 21px;
        background: none;
        border: none;
        color: white;
        cursor: pointer;
    }

        .ms-top-menu button img {
            float: right;
            margin-top: 2px;
            width: 20px;
            height: 20px;
        }

        .ms-top-menu button div {
            float: right;
            margin-left: 8px;
            margin-right: 8px;
            margin-top: 6px;
        }

.ms-body {
    height: calc(100vh - 50px);
}

    .ms-body .ms-sidebar {
    }

        .ms-body .ms-sidebar .ms-sibebaritem {
            font-weight: 600;
            font-size: 18px;
        }

            .ms-body .ms-sidebar .ms-sibebaritem img {
                float: left;
                margin-top: 16px;
                margin-right: 6px;
                width: 20px;
                height: 20px;
            }

            .ms-body .ms-sidebar .ms-sibebaritem div {
                font-weight: bold;
                float: left;
                margin-top: 12px;
                margin-left: 8px;
            }

    .ms-body .ms-content .ms-section-menu {
        margin: 20px 0px 20px -10px;
    }

        .ms-body .ms-content .ms-section-menu .ms-menu-group {
            float: left;
            margin-left: 20px;
            margin-right: 20px;
        }

        .ms-body .ms-content .ms-section-menu button {
            float: left;
            margin-left: 10px;
        }

    .ms-body .ms-content .ms-section-menu-right {
        margin: 20px -10px 20px 0px;
    }

        .ms-body .ms-content .ms-section-menu-right button {
            float: right;
            margin-right: 10px;
        }

.ms-details-label {
    min-width: 200px;
    max-width: 200px;
    white-space: nowrap;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #content-mailboxes-list-table-container {
        overflow: scroll;
    }
}
