.widgetGroup .card {
    margin-bottom: 20px;
}

.activeForm .required {
    color: red;
    padding: 0 5px;
}

.activeForm label {
    font-weight: bold;
}

.activeForm .formRow {
    margin-bottom: 10px;
}

.activeForm .activeFormGroup {
    margin-bottom: 20px;
}

h2.activeFormGroupTitle {
    border-bottom: 1px solid #dee2e6;
}

.detailsPageViewLead {
    border-left: 4px solid #bbbbbb;
    padding-left: 10px;
}

.circleImage {
    display: block;
    background-position: center;
    background-size: cover;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 3px solid white;
}

@media screen and (min-width: 768px) {
    .activeForm .formLabelPlace.col-md-2 {
        text-align: right;
    }
}

ul.accordionMenu li ul {
    background: rgba(255, 255, 255, 0.1);
    padding: 3px;
    border-radius: 5px;
}

ul.accordionMenu .nav-link i {
    transition: all .3s linear;
    margin-right: 5px;
    width: 20px;
}

ul.accordionMenu li.nav-item {
    max-width: 100%;
}

ul.accordionMenu .nav-link {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.accordionMenu .nav-link.collapsed i.arrow {
    transform: rotate(-90deg);
}

ul.accordionMenu .nav-link i.arrow {
    float: right;
}

.checkboxList {
    line-height: 24px;
    min-height: 24px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.buttonGroupItem {
    margin-right: 5px;
}

.buttonGroupItem.disabled {
    opacity: 0.2;
}

.ActiveList .card {
    margin-bottom: 20px;
}

.ActiveList .card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ActiveList .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 2.5ex;
    height: 10ex;
}

.ActiveListImage {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 150px;
    background-position: center;
    background-size: cover;
    background-image: url(missingImage.png);
}

.activeFormButtons.fixed {
    padding: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-bottom: 0;
    z-index: 100;
    -webkit-box-shadow: 0px -3px 9px 3px rgba(0, 0, 0, 0.46);
    box-shadow: 0px -3px 9px 3px rgba(0, 0, 0, 0.46);
    justify-content: flex-start;
}

.imgGridCard {
    position: relative;
    overflow: hidden;
    min-height: 200px;
}

.activeListImageTopLeft {
    display: block;
    float: left;
    line-height: 1em;
    padding: 4px;
    background: rgba(0, 0, 0, 0.46);
    border-radius: 2px;
    color: white;
    margin: 5px 5px;
}

.activeListImageTopRight {
    display: block;
    float: right;
    line-height: 1em;
    padding: 4px;
    background: rgba(0, 0, 0, 0.46);
    border-radius: 2px;
    color: white;
    margin: 5px 5px;
}

.imgGridCard .card-title {
    white-space: normal;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.46);
    color: white;
    padding: 10px;
    margin: 0;
    font-size: 1.1rem;
    width: 100%;
    left: 0;
}

.iframeModal .modal-body {
    padding: 0 !important;
}

.imageCover {
    overflow: hidden;
}

.coverImageBackground {
    background: no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-filter: grayscale(50%) brightness(70%) blur(10px);
    filter: grayscale(50%) brightness(70%) blur(10px);
}

.coverImageImgPlace {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0%, 0%);
}

.coverImageImg {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.coverImageTitlePlace {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0%, 0%);
    overflow: hidden;
}

.coverImageTitle {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    color: white;
    font-size: x-large;
    text-align: left;
    padding: 10px;
    bottom: 0;
    position: absolute;
}

.ActiveList .infos .info {
    margin: 2px 5px 2px 0;
}


.hrWithText {
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-column-gap: 1.2rem;
    align-items: center;
}

.hrWithText::before,
.hrWithText::after {
    content: "";
    display: block;
    height: 1px;
    background-color: currentColor;
}

.table-responsive table tfoot tr, .table-responsive table tfoot td {
    border: none;
}


.dashboardView {}

.dashboardView .card-body {
    overflow: auto !important;
}

.widgetGroup.widgetGroup-regularGrid .card {
    aspect-ratio: 5/4;
    overflow: auto;
}

.widgetGroup.widgetGroup-contentDependentSize {
    height: auto;
    aspect-ratio: unset;
}

.dashboardView .card-body .widgetToolbar {
    position: absolute;
    bottom: 0;
}

.dashboardView .card-body .widgetListDate, .listDate {
    font-size: 0.8em;
    color: #555555;
}

.dashboardView .card-body .table {
    margin-bottom: 0;
}

.ql-align-right {
    text-align: right;
}

.ql-align-center {
    text-align: center;
}

.ql-align-left {
    text-align: left;
}

.selectOneImageItem {
    height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.selectOneImageItemImage {
    max-width: 100%;
    max-height: 75px;
    border: 2px solid white;
    padding: 3px;
}

.selectOneImageItemImage.selected {
    border: 2px solid red;
}

@media screen and (max-width: 764px) {
    .dashboardView .card {
        height: auto;
    }

    .dashboardView .dashboardWidgets .card {
        height: auto;
        aspect-ratio: unset;
    }
}


@media screen and (max-width: 992px) {
    .grid-responsive {}

    .grid-responsive thead {}

    .grid-responsive table tr {
        display: block;
        float: none;
        width: 100% !important;
        margin: 10px 0;
        border: 1px solid #cccccc;
        border-radius: 10px;
    }

    .grid-responsive table tr td,
    .grid-responsive table tr th {
        display: block;
        float: none;
        width: 100% !important;
        border: none;
        padding: 4px 8px;
    }

    .grid-responsive table tr td:first-child,
    .grid-responsive table tr th:first-child {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .grid-responsive table tr td:last-child,
    .grid-responsive table tr th:last-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .grid-responsive table tr td .buttonGroup a {
        font-size: 1.3em;
        margin-right: 20px;
    }

    .ActiveList .card-text {
        height: auto;
    }

    .table-responsive {}

    .table-responsive thead {
        display: none;
    }

    .table-responsive table tr {
        display: block;
        float: none;
        width: 100% !important;
        margin: 10px 0;
        border: 1px solid #cccccc;
        border-radius: 10px;
    }

    .table-responsive table tr td,
    .table-responsive table tr th {
        display: block;
        float: none;
        width: 100% !important;
        border: none;
        padding: 4px 8px;
    }

    .table-responsive table tr td:first-child,
    .table-responsive table tr th:first-child {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .table-responsive table tr td:last-child,
    .table-responsive table tr th:last-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .table-responsive table tr td .buttonGroup a {
        font-size: 1.3em;
        margin-right: 20px;
    }

}

.grid-responsive table thead {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 970;
}

.grid-responsive table thead th {
    border-bottom: 0;
}