﻿html, body {
    height: 100%;
    margin: 0px;
    color: rgb(100, 100, 100);
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #000000;
    top: 0px;
}
h1, h2, h3
{
  font-weight: normal;
}
h1
{
  font-size: 34px;
}
h2
{
  font-size: 28px;
}
h3
{
  font-size: 22px;
}
.content-wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 12px;
    width: 100%;
    max-width: 1600px;
    /*margin-top: 10px;*/
    min-height:500px;
}
.header-wrapper {
    height: 100px;
    background-color: rgb(34, 97, 150);
    width: 100%;
}
.content {
    height: 100%;
    display: flex;
    align-content:center;
    justify-content:center;
}
.footer {
    padding: 12px 0;
    background-color: rgb(34, 97, 150);
    color:white;
    height:35px;
    text-align:center;
}
.footerPane {
    background-color: rgb(34, 97, 150);
    color: white;
    height: 100%;
}
.copyright {
    text-align: center;
    margin-left: 15px;
    margin-top: 9px;
}
.dxsplControl_Office365, .dxsplVSeparator_Office365, .dxsplHSeparator_Office365, .dxsplPane_Office365, .dxsplPaneCollapsed_Office365, .dxsplVSeparator_Office365, .dxsplHSeparator_Office365, .dxsplVSeparatorCollapsed_Office365, .dxsplHSeparatorCollapsed_Office365 {
    border-width: 0px;
}
.loginPanel {
    box-shadow: 0px 0px 15px 3px rgba(255,255,255,0.8);
    -webkit-box-shadow: 0px 0px 15px 3px rgba(255,255,255,0.8);
    -moz-box-shadow: 0px 0px 15px 3px rgba(255,255,255,0.8);
    margin-top: 140px;
}
.loginBtn {
    border-radius: 6pt;
}
.dxbButton_Office365.dxbTSys {
    width: 100px;
    letter-spacing: 0.01em;
    border-radius: 6pt;
}
.mstLabel {
    color: white;
    text-shadow: 2px 2px 4px #000000;
/*    border:1px solid white;*/

}
/* Buttons */
.btn_NSBC1 {
    cursor: pointer;
    position: relative;
    padding: 4px 24px;
    font-size: 18px;
    color: rgb(175, 175, 175);
    border: 2px solid rgb(175, 175, 175);
    border-radius: 24px;
    background-color: transparent;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
}

    .btn_NSBC1::before {
        content: '';
        position: absolute;
        inset: 0;
        margin: auto;
        width: 50px;
        height: 50px;
        border-radius: inherit;
        scale: 0;
        z-index: -1;
        background-color: rgb(225, 225, 225);
        transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    }

    .btn_NSBC1:hover::before {
        scale: 3;
    }

    .btn_NSBC1:hover {
        color: #212121;
        background-color: rgb(225, 225, 225);
        scale: 1.1;
        box-shadow: 0 0px 20px rgba(175, 175, 175,0.4);
    }

    .btn_NSBC1:active {
        scale: 1;
    }

.btn_NSBC2 {
    cursor: pointer;
    position: relative;
    padding: 2px 24px;
    font-size: 14px;
    color: rgb(175, 175, 175);
    border: 2px solid rgb(175, 175, 175);
    border-radius: 24px;
    background-color: transparent;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
    margin-bottom: 6px;
    margin-top: 2px;
}

    .btn_NSBC2::before {
        content: '';
        position: absolute;
        inset: 0;
        margin: auto;
        width: 50px;
        height: 50px;
        border-radius: inherit;
        scale: 0;
        z-index: -1;
        background-color: rgb(225, 225, 225);
        transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    }

    .btn_NSBC2:hover::before {
        scale: 3;
    }

    .btn_NSBC2:hover {
        color: #212121;
        background-color: rgb(225, 225, 225);
        scale: 1.1;
        box-shadow: 0 0px 20px rgba(175, 175, 175,0.4);
    }

    .btn_NSBC2:active {
        scale: 1;
    }

/* Main Menu */
.header-menu {
    border-style: none !important;
    height: 3.13rem;
}

.header-sub-menu .item {
    padding: 12px 7px !important;
}

/* Account */
.header-menu .account-background {
    width: 64px;
    height: 64px;
    border-radius: 25%;
    background-color: rgba(0, 0, 0, 0.1);
}

    .header-menu .account-background div {
        border-radius: 25%;
    }

    .header-menu .account-background .empty-image {
        width: 32px;
        height: 32px;
        margin: 16px;
        display: inline-block;
        background: url('user.svg');
    }

    .header-menu .account-background .mail-image {
        width: 32px;
        height: 32px;
        margin: 16px;
        display: inline-block;
        background: url('msg.svg');
    }
    .header-menu .account-background .account-image {
        width: 64px;
        height: 64px;
        font-size: 0.8em;
        font-weight: 600;
        line-height: 64px;
        text-align: center;
        margin: 0 auto;
        display: table;
        background-size: 100%;
    }

.dxmLite_Office365 .dxm-main {
    background-color: transparent; 
    padding: 0;
    border-style: none;
    /* border-width: 1px; */
    /* border-color: #d9d9d9; */
}

.dxmLite_Office365 .dxm-horizontal .dxm-image-l .dxm-content {
    padding: 1em;
}

.btn_Grid {
    padding: 5px 0px 5px;
    border: 1px solid red;
}