﻿html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}



body, body a, label {
    font: 16px/28px "Segoe UI", Arial, sans-serif;
}

    body input,
    body select,
    body textarea {
        font: 16px "Segoe UI", Arial, sans-serif;
    }

body.dark {
    background-color: #1E1E1E;
}
    body.dark,
    body.dark input,
    body.dark select,
    body.dark textarea,
    body.dark p {
        color: #cfcfcf;
    }

    body.light {
        background-color: #FFFFFF;
    }
        body.light,
        body.light input,
        body.light select,
        body.light textarea,
        body.light p {
            color: #333333;
        }


    body.dark h1, body.dark h2 {
        color: #b4b4b4;
    }

    body.light h1, body.light h2 {
        color: #7d7d7d;
    }





.text {
    line-height: 20px;
    padding: 10px 0;
}


.sign-in-google {
    background-image: url('/_content/core/img/google-logo.svg');
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
    background-size: 28px;
    text-align: left;
    padding-left: 52px;
}

.sign-in-microsoft {
    background-image: url('/_content/core/img/microsoft-logo.svg');
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
    background-size: 28px;
    text-align: left;
    padding-left: 52px;
}


.border {
    padding: 14px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}

.dark .border {
    border-color: #5b5b5b;
}

.light .border {
    border-color: #c7c7c7;
}


.form-800 {
    max-width: 800px;
    margin: 0 auto;
    text-align: start;
    padding-bottom: 30px;
}

    .form-800 table {
        width: 100%;
    }

.form-1200 {
    max-width: 1200px;
    margin: 0 auto;
    text-align: start;
    padding-bottom: 30px;
}

@media screen and (max-width: 1300px) {
    .form-1200 {
        width: unset;
    }
}


    .form-1200 table {
        width: 100%;
    }

.dark .hightlight-line {
    background-color: #252526;
}

.light .hightlight-line {
    background-color: #F8F9F9;
}

.sau .ba-layout-toolbar td {
    background-color: #FFCA28;
}

.ba-menu-item {
    padding: 3px 7px;
}

    .ba-menu-item:hover {
        background-color: #0074E8;
        color: #fff;
    }

    .ba-menu-item:hover img {
        filter: invert(100%);
    }