/* ADMIN: */

#root {
    height: 100%;
}

.BSBackofficeDeniedContainer {
    height: 100px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10em;
    padding-bottom: 10em;
    top: 25em;
    position: relative;
    background-color: #f2f2f2;
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 2%);
}

.BSAdminPageContent {
    margin: auto;
    padding-left: 367px;
    padding-right: 50px;
    max-width: 1500px;
    position: relative;
}

.BSAdminHeaderBar {
    position: fixed;
    z-index: 99;
    width: -webkit-fill-available;
    max-width: 1500px;
    top: 80px;
}

.BSAdminMenu.MuiContainer-root {
    height: 100%;
    margin: 5px;
    width: auto;
}

.BSAdminMenu .MuiList-root li>a:nth-of-type(2) {
   position: absolute;
   right: 15px;
}

.BSChip {
    margin-right: 20px
}

.BSNavigationIcon {
    margin-left: 10px;
}

.MuiList-root.BSAdminMenuInner {
    margin-left: 15px;
}

.MuiList-root.BSAdminMenuInner .MuiListItemText-root span {
    font-size: 0.85em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.BSDrawer .MuiList-root .MuiListItemIcon-root {
    min-width: 42px;
}

.BSBulletPointContainer {
    cursor: pointer;
    border-bottom: 1px solid #e3e3e3;
}

.BSBulletPointContainer:hover , .BSBulletPointContainer.active {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.20));
}

.BSColorIcon {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    color: transparent;
}

.BSBorderContainer {
    border-bottom: 2.5px solid #e3e3e3;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}

.BSBorderContainerSmall {
    border-bottom: 2.5px solid #e3e3e3;
    padding: 5px;
}

.BSBorderContainerWarning {
    border-bottom: 2.5px solid #e3e3e3;
    padding: 5px;
}

.BSBorderContainerWarning>div>div {
    color: red
}

.BSBorderContainerSmall>div>div {
    font-size: inherit;
}

.BSSageInfo.MuiContainer-root {
    justify-content: center;
    align-content: flex-end;
    position: absolute;
    background-color: var(--main-bg-color);
    width: 200px;
    display: flex;
    color: var(--button-text-color);
    position: initial;
    padding: 0px;
    margin-bottom: -15px;
}

.BSSageInfoContainer {
    display: flex;
}

.BSSageInfoItem {
    flex: 4;
}

.MuiToggleButtonGroup-root {
    margin-bottom: 15px;
}

.AlertMessageCenter {
    display: flex;
    align-items: center;
}

.AlertMessageCenter .BSStatusCircle {
    margin: 1px 5px 1px 5px;
}

/* HTML Control: */

.BSHTMLEditor .sun-editor {
    border: none;
    border-left: 2px solid #C0DF16;
}

.BSHTMLEditor .sun-editor button {
    color: gray;
}

.sun-editor .sun-editor-editable {
    background-color: white;
    padding: 0px 10px 0px 10px;
}

.se-wrapper-inner .se-wrapper-wysiwyg .sun-editor-editable {
    padding: 0px 16px 0px 16px;
}

.BSDrawer .MuiDrawer-paper nav {
    min-width: 300px;
}

.BSDrawer .MuiDrawer-paper {
    z-index: 1;
    top: 5em;
    height: calc(100% - 5em);
}

.BSDrawerIconOnly .MuiDrawer-paper {
    z-index: 1;
    top: 5em;
}

.BSDownloadLinkContainer {
    z-index: 10;
    position: absolute;
    top: 20px;
    right: 40px;
}

.BSDownloadLinkContainer a {
    text-decoration: none;
    letter-spacing: 1px;
    cursor: pointer;
    color: #ffffff;
    margin-top: -20px;
    background-color: var(--primary-template-button-color);
}

.BSDownloadLinkContainer a:hover {
    background-color: lightgray;
    color: var(--primary-template-button-color);
}

.bs-indent {
    text-indent: -1em;
    margin-left: 1em;
}

.BSAdminPageContent .MuiDataGrid-cell>.MuiFormControl-root.MuiFormControl-marginDense {
	margin-top: 0px;
	margin-bottom: 0px;
    border-top: 0px;
}



/* - - - - - - - - - Release Notes - - - - - - - - - */

.BSAdminPageContent {
    .bs-releasenotes-container {
        margin-top: 25px;
        >div {
            margin-bottom: 15px;
        }
    }
}



/* Verschiedene Display Formate: */

@media only screen and (max-width: 1199px) {

    .BSAdminPageContent {
        margin: 25px;
        padding: 0;
    }

    .BSDrawer .MuiDrawer-paper {
        top: 0em;
        height: 100%;
    }
}


/* --------------------------------------------------------------------------------------------------------------- */
