﻿
body, #mainForm, .be-wrapper, .be-content {
    height: 100%;
}

.text-bold {
    font-weight: 700 !important;
}

.popover {
    max-width: 100%;
}

.be-content {
    display: flex;
    flex-direction: column;
}

.main-content {
    flex-grow: 1;
}

/* START: Layoutanpassung Seitentitel */
.page-head-title {
    font-size: 24px;
    line-height: 18px;
}
/* END: Layoutanpassung Seitentitel */

/* START: Page Fade-In in Verbindung mit Font-Awesome */
.fontawesome-i2svg-active body.fa-fade-in {
    opacity: 1;
    visibility: visible;
}

body.fa-fade-in {
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s linear;
}
/* END: Page Fade-In in Verbindung mit Font-Awesome */

/* START: Anpassungen für Oventrop Logo */
.be-top-header .be-navbar-header .navbar-brand {
    line-height: 60px;
    height: 60px;
    width: 230px;
    background-image: url("/assets/img/logo-xx.png");
    background-repeat: no-repeat;
    background-position: center 15px;
    background-size: 140px;
    padding: 0 20px;
    margin: 0;
    display: block;
}
/* END: Anpassungen für Oventrop Logo */

/* START: Convenience-Klassen */
.c-pointer {
    cursor: pointer;
}

.reset-line-height {
    line-height: initial;
}

.vertical-divider {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 1rem;
    margin-right: 1rem;
}
/* END: Convenience-Klassen */
/* START: Anpassung für das Suchfeld */
.be-top-header .page-title {
    max-width: 800px;
    flex-grow: 0;
}

.be-top-header .search-container {
    display: flex;
    justify-content: flex-end;
}

    .be-top-header .search-container .input-group {
        max-width: 600px;
    }

.input-search.input-group-sm .input-group-btn a {
    height: 2.693rem;
    border-style: none;
}

.be-top-header .search-container .input-search input:focus {
    background-color: #FFFFFF;
}
/* END: Anpassung für das Suchfeld */

/* START: Anpassung Table-Actions */
.card-header .tools .icon[data-fa-i2svg] {
    font-size: 1.1rem;
    min-width: 1.1rem;
}
/* END: Anpassung Table-Actions */

/* START: Anpassungen SELECT2 */
select.form-control-sm:not(.select2-auto-height) + .select2 .select2-selection {
    height: 37px !important;
}

select.select2-auto-height + .select2-container--default .select2-selection--single,
select.select2-auto-height + .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: auto;
}

.select2-selection__arrow {
    height: 100% !important;
}

select.form-control-sm + .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
    line-height: unset;
}

select.form-control-sm + .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 2.65816rem;
    line-height: 2.65816rem;
}

.select2-no-arrow + .select2 .select2-selection__arrow {
    display: none;
}

.select2-selection__choice {
    display: flex;
}

.select2-results__option--highlighted .detail-description {
    color: white;
}
/* END: Anpassungen SELECT2 */
/* START: Anpassungen FormControls */
.form-control-sm + .input-group-append a.btn {
    line-height: 35px;
}
/* END: Anpassungen FormControls */

/* START: Anpassungen für Tabellenübersichten */
.table-separated-row {
    border-top: 2px solid #dee2e6;
}

td.actions,
th.actions {
    width: 70px;
}
/* END: Anpassungen für Tabellenübersichten */

a * {
    pointer-events: none;
}

.moduleIcon {
    font-size: 2rem;
}

.be-datatable-header {
    padding: 15px 5px 22px;
}

.card-search > .card-header {
    padding-top: 10px;
}

.required:after {
    color: #ea4335 !important;
    content: ' *';
}

.avatar {
    width: 32px;
    height: 32px;
    line-height: 32px !important;
    font-weight: bolder !important;
    font-size: 110% !important;
    background-color: antiquewhite;
}

    .avatar:focus,
    .avatar:active {
        color: initial !important;
    }


.modal.modal-w-25 > .modal-dialog {
    width: 25% !important;
    max-width: none;
}

.modal.modal-w-50 > .modal-dialog {
    width: 50% !important;
    max-width: none;
}

.modal.modal-w-75 > .modal-dialog {
    width: 75% !important;
    max-width: none;
}

.modal.modal-w-100 > .modal-dialog {
    width: 100% !important;
    max-width: none;
}

.modal.modal-w-25 .modal-content,
.modal.modal-w-50 .modal-content,
.modal.modal-w-75 .modal-content,
.modal.modal-w-100 .modal-content {
    width: 100%;
    max-width: none;
}

.modal .modal-content {
    overflow: visible;
}

.detail-description {
    font-size: 0.8462rem;
    color: #999999;
}

.linkedTable table > tbody > tr:not(.unlinkedRow) > td:not(.unlinkedCell) {
    cursor: pointer;
}

/*============== Context Buttons in Tables ==============*/
table .table-actions-cell {
    position: relative;
}

table .table-actions-toolbar {
    visibility: hidden;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    border-top: 0;
    height: 100%;
    padding-left: 30px;
    align-items: center;
    justify-content: center;
    background: -moz-linear-gradient(left, rgba(236,236,236,0) 0%, rgba(236,236,236,1) 22%);
    background: -webkit-linear-gradient(left, rgba(236,236,236,0) 0%,rgba(236,236,236,1) 22%);
    background: linear-gradient(to right, rgba(236,236,236,0) 0%,rgba(236,236,236,1) 22%);
}

table tr:hover .table-actions-toolbar {
    visibility: visible;
}

.table-actions-toolbar-item {
    display: flex;
    width: 32px;
    height: 32px;
    margin: 2px;
    text-align: center;
    color: rgb(117, 117, 117);
    align-items: center;
    justify-content: center;
    font-size: 1.15em;
    border-radius: 100%;
    transition: background-color 0.2s, color 0.2s, font-size 0.2s, width 0.2s, height 0.2s, margin 0.2s;
}

    .table-actions-toolbar-item:hover {
        color: #4d4d4d;
        background-color: rgba(0,0,0,0.1);
        border: 1px solid rgba(0,0,0,0.1);
        width: 36px;
        height: 36px;
        margin: 0;
        font-size: 1.4em;
    }

table .table-active .table-actions-toolbar {
    background: -moz-linear-gradient(left, rgba(218,218,218,0) 0%, rgba(218,218,218,1) 22%);
    background: -webkit-linear-gradient(left, rgba(218,218,218,0) 0%,rgba(218,218,218,1) 22%);
    background: linear-gradient(to right, rgba(218,218,218,0) 0%,rgba(218,218,218,1) 22%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dadada', endColorstr='#dadada',GradientType=1 );
}

table .table-primary .table-actions-toolbar {
    background: -moz-linear-gradient(left, rgba(159,205,255,0) 0%, rgba(159,205,255,1) 22%);
    background: -webkit-linear-gradient(left, rgba(159,205,255,0) 0%,rgba(159,205,255,1) 22%);
    background: linear-gradient(to right, rgba(159,205,255,0) 0%,rgba(159,205,255,1) 22%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fcdff', endColorstr='#9fcdff',GradientType=1 );
}

table .table-secondary .table-actions-toolbar {
    background: -moz-linear-gradient(left, rgba(200,203,207,0) 0%, rgba(200,203,207,1) 22%);
    background: -webkit-linear-gradient(left, rgba(200,203,207,0) 0%,rgba(200,203,207,1) 22%);
    background: linear-gradient(to right, rgba(200,203,207,0) 0%,rgba(200,203,207,1) 22%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c8cbcf', endColorstr='#c8cbcf',GradientType=1 );
}

table .table-success .table-actions-toolbar {
    background: -moz-linear-gradient(left, rgba(177,223,187,0) 0%, rgba(177,223,187,1) 22%);
    background: -webkit-linear-gradient(left, rgba(177,223,187,0) 0%,rgba(177,223,187,1) 22%);
    background: linear-gradient(to right, rgba(177,223,187,0) 0%,rgba(177,223,187,1) 22%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b1dfbb', endColorstr='#b1dfbb',GradientType=1 );
}

table .table-danger .table-actions-toolbar {
    background: -moz-linear-gradient(left, rgba(241,176,183,0) 0%, rgba(241,176,183,1) 22%);
    background: -webkit-linear-gradient(left, rgba(241,176,183,0) 0%,rgba(241,176,183,1) 22%);
    background: linear-gradient(to right, rgba(241,176,183,0) 0%,rgba(241,176,183,1) 22%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1b0b7', endColorstr='#f1b0b7',GradientType=1 );
}

table .table-warning .table-actions-toolbar {
    background: -moz-linear-gradient(left, rgba(255,232,161,0) 0%, rgba(255,232,161,1) 22%);
    background: -webkit-linear-gradient(left, rgba(255,232,161,0) 0%,rgba(255,232,161,1) 22%);
    background: linear-gradient(to right, rgba(255,232,161,0) 0%,rgba(255,232,161,1) 22%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe8a1', endColorstr='#ffe8a1',GradientType=1 );
}

table .table-info .table-actions-toolbar {
    background: -moz-linear-gradient(left, rgba(171,221,229,0) 0%, rgba(171,221,229,1) 22%);
    background: -webkit-linear-gradient(left, rgba(171,221,229,0) 0%,rgba(171,221,229,1) 22%);
    background: linear-gradient(to right, rgba(171,221,229,0) 0%,rgba(171,221,229,1) 22%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abdde5', endColorstr='#abdde5',GradientType=1 );
}

table .table-light .table-actions-toolbar {
    background: -moz-linear-gradient(left, rgba(236,236,246,0) 0%, rgba(236,236,246,1) 22%);
    background: -webkit-linear-gradient(left, rgba(236,236,246,0) 0%,rgba(236,236,246,1) 22%);
    background: linear-gradient(to right, rgba(236,236,246,0) 0%,rgba(236,236,246,1) 22%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ececf6', endColorstr='#ececf6',GradientType=1 );
}

table .table-dark .table-actions-toolbar {
    background: -moz-linear-gradient(left, rgba(185,187,190,0) 0%, rgba(185,187,190,1) 22%);
    background: -webkit-linear-gradient(left, rgba(185,187,190,0) 0%,rgba(185,187,190,1) 22%);
    background: linear-gradient(to right, rgba(185,187,190,0) 0%,rgba(185,187,190,1) 22%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b9bbbe', endColorstr='#b9bbbe',GradientType=1 );
}
/*============== Context Buttons in Tables ==============*/

/*============== Icon Klassen ==============*/
.common-icon,
.common-icon-32 {
    width: 32px;
    height: 32px;
    font-size: 1.4em;
    background-color: white;
}

.common-icon-40 {
    width: 40px;
    height: 40px;
}

.common-icon-48 {
    width: 48px;
    height: 48px;
}

.common-icon-56 {
    width: 56px;
    height: 56px;
}

.common-icon-64 {
    width: 64px;
    height: 64px;
}

.common-icon-container .common-icon {
    float: right;
    margin-left: -15px;
    transition: margin 0.2s linear;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
}

    .common-icon-container .common-icon:hover {
        margin-right: 20px;
        margin-left: 5px;
    }

    .common-icon-container .common-icon:first-child:hover {
        margin-right: 0;
    }

.select2-selection__rendered .common-icon,
.select2-selection__choice .common-icon {
    margin: 5px 0;
    background-color: white;
}

.icon-inactive {
    opacity: 0.5;
}
/*============== Icon Klassen ==============*/

/*============== Override der app.css für den FullCalendar ==============*/
.full-calendar .fc-toolbar {
    padding-top: 15px;
    margin-bottom: 10px;
}
/*============== Override der app.css für den FullCalendar ==============*/

/*============== Popper.JS Bugfix ==============*/
.tooltip {
    top: 0;
}
/*============== Popper.JS Bugfix ==============*/

.select2-container--default .select2-results__option {
    padding-left: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 8px;
}