﻿.groupNotesEditor .ql-container {
    height: 400px
}

.groupManagementContent {
    display: flex;
    padding-left: 20px;
    flex-flow: column;
}

.groupManagement-groupInfo {

}
.g-breadCrumb-item {

}

.groupEventList .title {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}



.g-breadCrumb-itemClickable {
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

    .g-breadCrumb-itemClickable:hover {
        text-decoration-thickness: 3px;
    }

.groupNotesEmpty {
    text-align:center
}
    .groupNotesEmpty div {
        display: inline-flex;
        flex-direction:column;
    }
.memberGroupList--groupNotesButtons {
    display: grid;
    justify-items: center;
}
.memberGroupList--groupNotesButtons button {
    width:50%
}
    .memberGroupList--groupNotesButtons button.btn-save {
        grid-column: 1
    }
    .memberGroupList--groupNotesButtons button.btn-cancel {
        grid-column: 3
    }
    .memberGroupList--groupNotesButtons button.btn-delete {
        grid-column: 5
    }
.setAttendanceProcessing {
    opacity: 0.5;
    cursor: wait;
}
.setAttendanceProcessing div {
    pointer-events:none
}
.statRow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
    margin-bottom: 48px;
}
/*when two rows are adjacet the margin was crazy*/
    .statRow + .statRow {
        margin-top: -30px
    }
.statItem {
    border: 1px solid #859DC1;
    border-left: 5px solid #859DC1;
    border-radius: 5px;
    padding: 16px 24px;
}




.statItem-title {
    font-size: 12px;
    display: block
}

.statItem-value {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}


.groupManagement-areaMenu {
    flex: 1;
    justify-content: center;
    display: flex;
}

.memberGroupList {
}


/* list styles*/
body {
    margin: 0px;
}


.contentAreaClass {
    padding-left: 25px;
    flex: 1
}

span, a, div, p, h1, h2, h3, h4 {
    font-family: "Open Sans", sans-serif;
}

    a.navLink {
        text-decoration: none;
        color: black;
        font-family: "Open Sans", sans-serif;
        display: block;
        white-space: nowrap;
        font-size: 25px;
    }

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.xhead-panel {
    margin: 20px 20px;
    display: flex;
    width: 800px
}

.setAttendanceButton {
    background-color: #f6f6f6;
    border-color: #dddddd;
    color: #333333;
    border-radius: .3125em /*{global-radii-buttons}*/;
    width: unset;
    margin: 10px;
    text-shadow: none !important;
    font-weight: normal;
    display: inline;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    margin: .5em 0;
    padding: .7em 1em;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
    background-clip: padding-box;
    border-width: 1px;
    border-style: solid;
}

    .setAttendanceButton.setAttendanceButton-notAttending {
    }

    .setAttendanceButton.setAttendanceButton-inPerson {
    }

    .setAttendanceButton.setAttendanceButton-online {
    }

    .setAttendanceButton.setAttendanceButton-skipping {
    }

    .setAttendanceButton.setAttendanceButton--active {
        font-weight:bold
    }

        .setAttendanceButton.setAttendanceButton--active.setAttendanceButton-notAttending {
            background-color: #ffb5b5 !important
        }

        .setAttendanceButton.setAttendanceButton--active.setAttendanceButton-inPerson {
            background-color: #7AC142 !important
        }

        .setAttendanceButton.setAttendanceButton--active.setAttendanceButton-online {
            background-color: #7AC142 !important
        }

        .setAttendanceButton.setAttendanceButton--active.setAttendanceButton-skipping {
            background-color: #ffb5b5 !important
        }



.g-list-wrapper, .gnosis-title-panel {
    margin: 0px 10px;
    width: 100%;
    background: white;
    box-shadow: 0px 1px 5px 0px #e7e8e8;
}

.g-list-wrapper-noborder {
    box-shadow: none
}

.g-list-wrapper .top, .top {
    margin: 20px 25px;
    border-bottom: 2px solid #f3f3f3;
    padding: 10px;
    display: block;
    position: relative;
    xheight: 25px;
    z-index: 10;
}


    .g-list-wrapper .top .name-box, .top .name-box {
        font-size: 14px;
        font-weight: 600;
        color: #565656;
    }

    .g-list-wrapper .top .selected {
        display: none;
        font-size: 14px;
        font-weight: 600;
    }

        .g-list-wrapper .top .selected #amount {
            margin: 0px 10px;
        }

    .g-list-wrapper .top .options {
        width: 16px;
        height: 16px;
        cursor: pointer;
    }

.g-list-wrapper .list .items .active {
    background: #5ba2e4 !important;
}

    .g-list-wrapper .list .items .active .description .title {
        color: white;
    }

    .g-list-wrapper .list .items .active .description p {
        color: white !important;
    }

.g-list-wrapper .list .items {
    border-top: 2px solid #f3f3f3;
    border-left: 2px solid #f3f3f3;
    border-right: 2px solid #f3f3f3;
}
    .g-list-wrapper .list .items .item {
        display: flex;
        width: 100%;
        xheight: 70px;
        padding: 5px 0px;
        border-bottom: 2px solid #f3f3f3;
        cursor: pointer;
        transition: 0.3s;
        position: relative;
    }

        .g-list-wrapper .list .items .item div {
            margin: 0px 5px;
        }

        .g-list-wrapper .list .items .item .checkbox {
            margin-left: 5px;
            display: flex;
            align-items: center
        }

            .g-list-wrapper .list .items .item .checkbox .check {
                height: 18px;
                width: 18px;
                border-radius: 3px;
                background: white;
                border: 2px solid #f3f3f3;
                cursor: pointer;
            }

                .g-list-wrapper .list .items .item .checkbox .check .fa {
                    font-size: 10px;
                    margin: 5px 4px;
                    position: absolute;
                    color: #5ba2e4;
                }

        .g-list-wrapper .list .items .item .icon {
            display: flex;
            align-items: center
        }

        .g-list-wrapper .list .items .item .description {
            margin: 0 5px;
            flex: 1 1 100%
        }

            .g-list-wrapper .list .items .item .description .title {
                margin: 0px;
                font-size: 13px;
                font-weight: 600;
            }

            .g-list-wrapper .list .items .item .description p {
                font-size: 12px;
                color: #acb4ba;
                margin: 0px;
            }



.itemsCat {
    margin-left: 10px
}

.items {
    margin-left: 30px
}

.itemBody {
    display: flex;
    width: 100%;
    align-items: center;
}

    .itemBody .stats {
        margin-top: 3px !important;
        font-size: 10px !important;
    }

        .itemBody .stats span {
            white-space: nowrap;
            font-size: 10px
        }

.itemButtons {
    width: min-content
}


.side-box {
    min-width: 50px;
    max-width: 50px;
    overflow: hidden;
    display: inline-table;
}

    .side-box i {
        padding-right: 20px
    }

    .side-box .navLink span {
        display: none;
    }

    .side-box .top .name-box {
        display: none;
    }

    .side-box:hover {
        max-width: unset;
        overflow: auto;
        display: inline-table;
    }

        .side-box:hover .navLink span {
            display: inline;
        }

        .side-box:hover .top .name-box {
            display: inline;
        }


.side-box {
    background: white;
    box-shadow: 0px 1px 5px 0px #e7e8e8;
}

    .side-box ul li .active {
        background: #f6f6f6;
        border-left: 3px solid #6288f8;
    }

    .side-box ul li a {
        padding: 12px 10px;
        border-left: 3px solid transparent;
        transition: 0.2s;
    }

        .side-box ul li a:hover {
            background: #f6f6f6;
        }

        .side-box ul li a span {
            color: black;
            font-size: 13px;
        }



        /* TOGGLE SLIDER SWITCH */
.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 20px;
    padding: 3px;
    background-color: white;
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
    background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
    background-image: -o-linear-gradient(top, #eeeeee, white 25px);
    background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}

    .switch-label:before, .switch-label:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
    }

    .switch-label:before {
        content: attr(data-off);
        right: 11px;
        color: #aaa;
        text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    }

    .switch-label:after {
        content: attr(data-on);
        left: 11px;
        color: white;
        text-shadow: 0 1px rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

.switch-input:checked ~ .switch-label {
    background: #47a8d8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

    .switch-input:checked ~ .switch-label:before {
        opacity: 0;
    }

    .switch-input:checked ~ .switch-label:after {
        opacity: 1;
    }

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
    background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

    .switch-handle:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        width: 12px;
        height: 12px;
        background: #f9f9f9;
        border-radius: 6px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
        background-image: -webkit-linear-gradient(top, #eeeeee, white);
        background-image: -moz-linear-gradient(top, #eeeeee, white);
        background-image: -o-linear-gradient(top, #eeeeee, white);
        background-image: linear-gradient(to bottom, #eeeeee, white);
    }

.switch-input:checked ~ .switch-handle {
    left: 40px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
    background: #4fb845;
}
