﻿
html {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
.accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='gray'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='gray'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.helpIcon {
    float: right;
    font-size: 0.6em;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

#pagetopheader section.left {
    text-align: left;
    position: absolute;
    max-width: 40%;
    line-height: 40px;
    left: 0;
    top: 0;
}

#pagetopheader section.middle {
    text-align: center;
    position: absolute;
    top: 0;
    left: 40%;
    right: 40%;
    line-height: 40px;
    font-weight: bold;
    color: #CCCCCC;
}

#pagetopheader section.right {
    text-align: right;
    position: absolute;
    max-width: 40%;
    line-height: 40px;
    right: 0;
    top: 0;
}

#pagetopheader section menu {
    margin: 0;
    padding: 0;
}

    #pagetopheader section menu ul {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        #pagetopheader section menu ul li {
            display: inline-block;
            margin: 0;
            padding: 0;
        }

            #pagetopheader section menu ul li a {
                display: block;
                width: 40px;
                height: 40px;
                padding: 0;
                background-color: transparent;
                background-repeat: no-repeat;
                background-position: center center;
                overflow: hidden;
                text-indent: 500px;
                white-space: nowrap;
            }

                #pagetopheader section menu ul li a:hover,
                #pagetopheader section menu ul li a:focus,
                #pagetopheader section menu ul li a.show {
                    /*background-color: #333;*/
                    background-color: var(--bs-dark);
                }

#mainmenulink {
    background-image: url(image/menu_icon.png);
}

#searchmenulink {
    background-image: url(image/menu_search.png);
}

#personalmenulink {
    background-image: url(image/menu_personal.png);
}

#noticemenulink {
    background-image: url(image/menu_notice.png);
}

#pagecontent {
    clear: both;
    margin-bottom: 40px;
    /*   margin-top: 40px;*/
    z-index: 1000;
}

#noticemenu {
    position: fixed;
    width: 300px;
    right: 0;
    top: 40px;
    display: block;
    background-color: var(--bs-dark);
    margin: 0;
    box-shadow: 0 5px 20px #000000;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    z-index: 3000;
    margin: 0;
    padding: 0;
    transition: height 1s;
    transition-timing-function: ease-in-out;
    overflow: hidden;
}

    #noticemenu ul {
        margin: 0;
        padding: 0;
        display: block;
    }

        #noticemenu ul li {
            margin: 0 0 1px 0;
            padding: 10px 15px;
            display: block;
            background-color: #666666;
            transition: width 1s;
            transition-timing-function: linear;
            overflow: hidden;
        }

            #noticemenu ul li header figure {
                float: left;
                width: 24px;
                height: 24px;
                margin: 0 7px 0 0;
                padding: 0;
            }

                #noticemenu ul li header figure img {
                    width: 24px;
                    height: 24px;
                    margin: 0;
                    padding: 0;
                }

            #noticemenu ul li header h3 {
                background-color: transparent;
                color: #ffffff;
                font-size: 1em;
                margin: 0;
                padding: 0;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            #noticemenu ul li header time {
                background-color: transparent;
                color: #999999;
                font-size: 0.8em;
                float: right;
            }

            #noticemenu ul li p {
                background-color: transparent;
                color: #cccccc;
                font-size: 0.95em;
                margin: 0;
                padding: 4px;
            }



#personalmenu {
    /*position: absolute;
    width: 30rem;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-color: var(--dark);
    margin: 0;
    box-shadow: 0 5px 20px #000000;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    z-index: 2000;
    margin: 0;
    padding: 0;
    transition: width 1s;
    transition-timing-function: ease-in-out;
    overflow: hidden;*/
}

    #personalmenu ul {
        margin: 0;
        padding: 0;
        display: block;
    }

        #personalmenu ul li {
            margin: 0;
            padding: 0;
            display: block;
        }

            #personalmenu ul li a {
                display: block;
                height: 40px;
                color: #cccccc;
                background-color: var(--bs-dark);
                text-decoration: none;
                background-repeat: no-repeat;
                background-position: 8px center;
                padding: 0 0 0 32px;
                line-height: 24px;
                padding: 8px 8px 8px 36px;
                font-weight: bold;
                transition: background-color 1s;
            }

                #personalmenu ul li a:focus,
                #personalmenu ul li a:hover {
                    color: #fff;
                    background-color: #5a5a5a;
                    text-shadow: 0 0 0.3em #ffffff;
                    text-shadow: 0 0 0.3em rgba(255, 255, 255, 0.5);
                }

                #personalmenu ul li a.logoutlink {
                    background-image: url(../content/image/menu_logout.png);
                }

                #personalmenu ul li a.lockedlink {
                    background-image: url(../content/image/menu_locked.png);
                }

                #personalmenu ul li a.unlockedlink {
                    background-image: url(../content/image/menu_unlocked.png);
                }


#personalsubmenu {
    position: absolute;
    width: 200px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-color: #666666;
    margin: 0;
    padding: 0;
    z-index: 2500;
    transition: width 1s;
    transition-timing-function: ease-in-out;
    overflow: hidden;
}

    #personalsubmenu ul li a {
        display: block;
        height: 24px;
        color: #cccccc;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: center left;
        padding: 0 0 0 32px;
        line-height: 24px;
        margin: 8px;
        font-weight: bold;
    }

        #personalsubmenu ul li a.logoutlink {
            background-image: url(../content/image/menu_logout.png);
        }

#mainmenu {
    position: absolute;
    width: 200px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    display: none;
    background-color: var(--bs-dark);
    margin: 0;
    box-shadow: 0 5px 20px #000000;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    z-index: 2000;
    margin: 0;
    padding: 0;
    transition: width 1s;
    transition-timing-function: ease-in-out;
    overflow: hidden;
}


    #mainmenu td {
        border-bottom: 0px;
    }

    #mainmenu ul {
        margin: 0;
        padding: 0;
        display: block;
    }

        #mainmenu ul.languageoption {
            display: none;
        }

        #mainmenu ul li {
            margin: 0;
            padding: 0;
            display: block;
        }


    #mainmenu td a {
        display: block;
        color: #cccccc;
        text-decoration: none;
        line-height: 24px;
        font-weight: bold;
        transition: background-color 1s;
        padding: 1em;
    }

    #mainmenu div {
        /*    margin-left: 0.5em;
        vertical-align: middle;
        width: 1.3em;
        height: 1.3em;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: #cccccc;*/
    }

    #mainmenu tr:focus,
    #mainmenu tr:hover {
        color: #fff;
        background-color: #5a5a5a;
        text-shadow: 0 0 0.3em #ffffff;
        text-shadow: 0 0 0.3em rgba(255, 255, 255, 0.5);
        transition: background-color 1s;
    }

    #mainmenu tr:active {
        color: #fff;
        background-color: #2d2d2d;
        text-shadow: 0 0 0.3em #ffffff;
        text-shadow: 0 0 0.3em rgba(255, 255, 255, 0.5);
        transition: background-color 1s;
    }

    #mainmenu ul li a.adminlink {
        background-image: url('../content/image/menu_settings.png');
    }

    #mainmenu ul li a.voicemaillink {
        background-image: url('../content/image/menu_voicemail.png');
    }

    #mainmenu div.userlink {
        -webkit-mask-image: url('../content/image/SVG/Dude.svg');
        /*background-image: url('../content/image/menu_users.png');*/
    }

    #mainmenu div.grouplink {
        -webkit-mask-image: url('../content/image/SVG/GroupType2.svg');
        /*background-image: url('../content/image/menu_groups.png');*/
    }

    #mainmenu div.logoutlink {
        background-image: url('../content/image/menu_logout.png');
    }

    #mainmenu div.numberListLink {
        -webkit-mask-image: url('../content/image/SVG/Blacklistboard.svg');
    }

    #mainmenu div.manusLink {
        -webkit-mask-image: url('../content/image/SVG/Speaker.svg');
    }

    /*#mainmenu ul.languageoption li a.swedish {
        background-image: url("../content/image/flag_SE.png");
    }

    #mainmenu ul.languageoption li a.english {
        background-image: url("../content/image/flag_GB.png");
    }*/
    #mainmenu ul.languageoption li a.swedish {
        background-image: url("../content/image/svg/flag_se.svg");
    }

    #mainmenu ul.languageoption li a.english {
        background-image: url("../content/image/svg/flag_en.svg");
    }

    #mainmenu ul.languageoption li a.danish {
        background-image: url("../content/image/svg/flag_dk.svg");
    }

    #mainmenu ul.languageoption li a.norwegian {
        background-image: url("../content/image/svg/flag_no.svg");
    }

    #mainmenu ul.languageoption li a.finish {
        background-image: url("../content/image/svg/flag_fi.svg");
    }


ul li.markedright {
    background-image: url(../content/image/menu_arrow_right.png);
    background-repeat: no-repeat;
    background-position: 30px center;
}

ul li.markedleft {
    background-image: url(../content/image/menu_arrow_left.png);
    background-repeat: no-repeat;
    background-position: 0 center;
}

ul li.markedbottom {
    background-image: url(../content/image/menu_arrow_bottom.png);
    background-repeat: no-repeat;
    background-position: center 30px;
}

ul li.markedtop {
    background-image: url(../content/image/menu_arrow_top.png);
    background-repeat: no-repeat;
    background-position: center 0;
}

ul li.markedbottomdark {
    background-image: url(../content/image/menu_arrow_dark.png);
    background-repeat: no-repeat;
    background-position: center 30px;
}



#submenu {
    position: absolute;
    width: 200px;
    height: 100%;
    left: 40px;
    top: 0;
    bottom: 0;
    display: block;
    background-color: #666666;
    margin: 0;
    padding: 0;
    z-index: 2500;
    transition: width 1s;
    transition-timing-function: linear;
    overflow: hidden;
}

    #submenu ul li a {
        padding: 0;
        background: none;
        margin: 8px 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
    /*    padding: 0.1em 0.5em;
    font-size: 0.95em;*/
}

#subarticle {
    position: absolute;
    width: 480px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-color: #FFFFFF;
    padding: 10px 40px;
    box-shadow: 0 -5px 20px #000000;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.5);
    transition: width 1s;
    transition-timing-function: ease-in-out;
    overflow: auto;
    z-index: 1500;
}

    #subarticle table {
        width: 100%;
        margin-bottom: 20px;
    }

        #subarticle table caption {
            text-align: left;
            /*
    font-size:15px;
    font-weight: bold;
    */
        }

        /*#subarticle table tbody {
        }*/

        #subarticle table tbody tr {
            height: 20px;
        }

            #subarticle table tbody tr td {
                height: 20px;
                border-color: #cccccc;
                border-bottom-width: 1px;
                border-bottom-style: dashed;
            }

                #subarticle table tbody tr td:first-child {
                    width: 135px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    #subarticle table tbody tr td:first-child span {
                        display: block;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        width: 135px;
                    }

    #subarticle label {
        font-size: 0.8em;
    }

#profiletable {
    width: 100%;
}

#subarticle #profiletable tbody tr td {
    border-bottom-width: 0;
}

#profiletable tbody tr td:first-child {
    width: 132px;
}

#profiletable tbody tr td h3 {
    /*
    font-size: 18px;
    */
    margin: 15px 0 4px;
    padding: 0;
    font-size: 1.2em;
}

#profiletable tbody tr td ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

    #profiletable tbody tr td ul li {
        display: block;
        margin: 0;
        padding: 0;
        color: #666666;
        /*
    font-weight: bold;
    line-height: 22px;
    font-size: 12px;
    */
    }

#bigprofile {
    width: 109px;
    height: 109px;
    border-radius: 2px;
    overflow: hidden;
    margin: 15px 23px 0 0;
    padding: 0;
    background-color: #999999;
}

#mainarticle {
    /*    padding: 2em 10em;
    transition: width 1s;
    transition-timing-function: linear;
    */
}

/*#mainarticle table.datatable {
    }*/
/*
    #mainarticle table.datatable thead tr.checkallrow th {
        text-align: left;
    }

    #mainarticle table.datatable tbody tr.sectionrow td {
        text-align: left;
        color: #CCCCCC;
        font-weight: bold;
        padding: 10px 5px 0;
    }

    #mainarticle table.datatable tbody tr.sectionrow:first-child td {
        padding-top: 0;
    }




    #mainarticle table.datatable tbody tr.datarow td {
        padding: 0.1em 0.5em;
    }

        #mainarticle table.datatable tbody tr.datarow td:first-child {
            padding-left: 0;
            padding-right: 0;
        }
        */
div.slab {
    background-color: #CCCCCC;
    padding: 7px;
    display: inline-block;
    margin: 0 10px 10px 0;
    min-width: 245px;
    transition: width 1s;
    transition-timing-function: linear;
}

    div.slab figure {
        width: 50px;
        height: 50px;
        margin: 0 9px 0 0;
        padding: 0;
        background-color: #999999;
        overflow: hidden;
        position: relative;
        top: 0;
        left: 0;
        float: left;
        border: 0;
        border-radius: 5px;
    }

        div.slab figure img {
            width: 50px;
            height: 50px;
            margin: 0;
            padding: 0;
        }

    div.slab article {
        margin-left: 62px;
    }

        div.slab article h4 {
            margin: 0;
            padding: 0;
            word-wrap: normal;
            white-space: nowrap;
            font-size: 1em;
            font-weight: bold;
        }

        div.slab article p {
            margin: 0;
            padding: 0;
            word-wrap: normal;
            white-space: nowrap;
        }


section.lettersection {
    clear: both;
}

    section.lettersection header h3 {
        font-size: 1.5em;
    }

#subarticle input[type="text"],
#subarticle input[type="email"],
#subarticle input[type="number"],
#subarticle input[type="search"],
#subarticle input[type="tel"],
#subarticle input[type="url"],
#subarticle input[type="password"],
#subarticle textarea,
#subarticle select {
    min-width: 60%;
}

#pagefooter {
    height: 40px;
    /*width: 100%;*/
    /*background-color: var(--bs-dark);
    font-size: 0.7em;
    color: #dcdcdc;
    clear: both;
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3000;
    transition: height 1s;
    transition-timing-function: ease-in-out;
    line-height: 40px;
    padding-left: 1em;*/
}

    #pagefooter ul.languageoption {
    }

        #pagefooter ul.languageoption li {
            display: inline-block;
        }

            #pagefooter ul.languageoption li a {
                display: block;
                width: 42px;
                height: 2em;
                text-indent: -999px;
                background-color: transparent;
                background-position: center center;
                background-repeat: no-repeat;
                overflow: hidden;
            }

            #pagefooter ul.languageoption li:last-child a {
                margin-right: 6px;
            }

            /*
            #pagefooter ul.languageoption li a.swedish {
                background-image: url("../content/image/flag_SE.png");
            }

            #pagefooter ul.languageoption li a.english {
                background-image: url("../content/image/flag_GB.png");
            }
            */

            #pagefooter ul.languageoption li a.swedish {
                background-image: url("../content/image/svg/flag_se.svg");
            }

            #pagefooter ul.languageoption li a.english {
                background-image: url("../content/image/svg/flag_en.svg");
            }

            #pagefooter ul.languageoption li a.danish {
                background-image: url("../content/image/svg/flag_dk.svg");
            }

            #pagefooter ul.languageoption li a.norwegian {
                background-image: url("../content/image/svg/flag_no.svg");
            }

            #pagefooter ul.languageoption li a.finish {
                background-image: url("../content/image/svg/flag_fi.svg");
            }

#inputHintEl {
    z-index: 5000;
    background-color: #FF0000;
    color: #FFFFFF;
    position: absolute;
    border-radius: 4px;
    padding: 0.5em 1em;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    /*    border-color: #33C3F0;
    border-width: 0.1em;
    box-shadow: 0 0 0.3em #009fff;
    box-shadow: 0 0 0.3em rgba(0, 159, 255, 0.4);
    */
}

/*input[type="email"].required,
input[type="number"].required,
input[type="search"].required,
input[type="text"].required,
input[type="tel"].required,
input[type="url"].required,
input[type="password"].required,
textarea.required,
select.required {
    border-color: transparent;
}*/
input[type="email"].failedRequired,
input[type="number"].failedRequired,
input[type="search"].failedRequired,
input[type="text"].failedRequired,
input[type="tel"].failedRequired,
input[type="url"].failedRequired,
input[type="password"].failedRequired,
textarea.failedRequired,
select.failedRequired {
    border-color: #ffa0a0;
    border-width: 0.1em;
    box-shadow: 0 0 0.3em #ff0000;
    box-shadow: 0 0 0.3em rgba(255, 0, 0, 0.4);
}

    input[type="email"].failedRequired:focus,
    input[type="number"].failedRequired:focus,
    input[type="search"].failedRequired:focus,
    input[type="text"].failedRequired:focus,
    input[type="tel"].failedRequired:focus,
    input[type="url"].failedRequired:focus,
    input[type="password"].failedRequired:focus,
    textarea.failedRequired:focus,
    select.failedRequired:focus {
        border-color: #e0181d;
        border-width: 0.1em;
        box-shadow: 0 0 0.3em #ff0000;
        box-shadow: 0 0 0.3em rgba(255, 0, 0, 0.4);
    }

table.scheduletable,
#subarticle table.scheduletable {
    width: 100%;
    min-width: 245px;
    /*max-width: 719px;*/
    height: 863px;
}

    table.scheduletable caption,
    #subarticle table.scheduletable caption {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 11px;
        text-align: center;
    }

    /*table.scheduletable thead {
    }

        table.scheduletable thead tr {
        }*/

    table.scheduletable thead tr th {
        padding: 0.2em 0.5em;
        text-align: center;
        border: 1px solid #000000;
        background-color: #a5a5a5;
        color: white;
        min-width: 35px;
        max-width: 100px;
        overflow: hidden;
        text-transform: capitalize;
    }

    /*table.scheduletable tbody {
    }

        table.scheduletable tbody tr {
        }*/

    table.scheduletable tbody tr td,
    table.scheduletable tbody tr td:first-child,
    #subarticle table.scheduletable tbody tr td,
    #subarticle table.scheduletable tbody tr td:first-child {
        padding: 0;
        max-width: 100px;
        border: 1px solid #000000;
    }

        table.scheduletable tbody tr td:last-child {
            width: initial;
        }

        table.scheduletable tbody tr td:first-child, table.scheduletable thead tr th:first-child {
            width: 10px;
            background-color: transparent;
            border-left: 0;
            border-bottom: 0;
            border-top: 0;
        }

        table.scheduletable tbody tr td.scheduledday {
            width: 14.29%;
        }

div.scheduletimetable {
    top: 0;
    left: 0;
    position: relative;
    width: 10px;
    min-height: 863px;
    max-height: 863px;
    height: 863px;
}

span.scheduletime {
    font-size: 0.8em;
    text-align: right;
    font-style: normal;
    font-weight: bolder;
    color: #333333;
    /* text-rendering: geometricPrecision; */
    text-transform: capitalize;
    position: absolute;
}

div.scheduleday {
    top: 0;
    left: 0;
    position: relative;
    /*min-width: 35px;
    max-width: 70px;*/
    /*width:35px;
    width: 14.29%;*/
    /*max-width: 100px;*/
    min-height: 863px;
    max-height: 863px;
    height: 863px;
    background-color: white;
    background-image: url('../content/image/schedule_bkgrnd.png');
    background-repeat: repeat-y;
    background-position: top left;
}

div.schedulepart {
    position: absolute;
    /*max-width: 100px;*/
    background-color: #bf092d;
    color: white;
    font-size: 1em;
    font-weight: bold;
    border: 2px solid #8a0821;
    border-radius: 4px;
    transition: background-color 0.5s;
}

div.schedulepart,
div.schedulepartmarked {
    background-color: #e43255;
    background-color: rgba(228, 50, 85, 0.5);
    border-color: #bf1f3e;
    border-color: rgba(191, 31, 62, 0.5);
}

div.schedulepartunavailable {
    /*
    background-color: #e43255;
    background-color: rgba(228, 50, 85, 0.5);
    border-color: #bf1f3e;
    border-color: rgba(191, 31, 62, 0.5);
        */
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

div.schedulepartavailable {
    /*
    background-color: #08bd2d;
    background-color: rgba(8, 189, 45, 0.5);
    border-color: #008400;
    border-color: rgba(0, 132, 0, 0.5);
        */
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

div.schedulepartunavailable:hover {
    background-color: rgba(255, 179, 194, 0.65);
    border-color: rgba(191, 31, 62, 0.65);
    color: white;
    background-color: #c4432a;
}

div.schedulepartavailable:hover {
    background-color: #08bd2d;
    background-color: rgba(8, 189, 45, 0.65);
    border-color: #008400;
    border-color: rgba(0, 132, 0, 0.65);
    color: white;
}

div.schedulepart span {
    /* word-wrap: break-word; */
    /* width: 1em; */
    /* padding: 0.9em; */
    /* box-sizing: border-box; */
    text-transform: capitalize;
    padding: 0.1em 0.3em;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    /* margin-top: 0.5em; */
    text-align: center;
}

/*#subarticle table.schedulegrouptable tbody tr td {
}*/

#subarticle table.schedulegrouptable caption {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
}

#subarticle table.schedulegrouptable tbody tr.inactive td:nth-child(1),
#subarticle table.schedulegrouptable tbody tr.inactive td:nth-child(2) {
    opacity: 0.3;
}

#subarticle table.schedulegrouptable tbody tr td:nth-child(1) {
    padding: 0;
    width: 40px;
    text-align: center;
}

#subarticle table.schedulegrouptable tbody tr td:nth-child(2) {
    text-align: left;
}

#subarticle table.schedulegrouptable tbody tr td:nth-child(3) {
    padding: 0;
    width: 40px;
    text-align: center;
}

#subarticle table.schedulegrouptable tbody tr td:nth-child(4) {
    padding: 0;
    width: 40px;
    text-align: center;
}

/*table.monthtable {
}*/

#subarticle table.monthtable caption,
table.monthtable caption {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
}

#subarticle table.monthtable thead tr th,
table.monthtable thead tr th {
    text-align: center;
}

#subarticle table.monthtable tbody tr td,
table.monthtable tbody tr td {
    text-align: center;
    max-height: 63px;
    height: 63px;
    width: 13.5%;
    max-width: 13.5%;
    overflow: hidden;
}

#subarticle table.monthtable tbody td.weektitle,
table.monthtable tbody td.weektitle {
    width: 5.5%;
    margin: 0;
    padding: 0;
    text-align: initial;
}

    #subarticle table.monthtable tbody td.weektitle span,
    table.monthtable tbody td.weektitle span {
        /*text-align: right;
    text-orientation: sideways;*/
        transform: rotate(90deg);
        transform-origin: center;
        font-size: 0.7em;
        opacity: 0.6;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        height: 20px;
        line-height: 20px;
        white-space: nowrap;
    }

#subarticle table.monthtable tbody td.disabled,
table.monthtable tbody td.disabled {
    opacity: 0.2;
}

#subarticle table.monthtable tbody td.marked,
table.monthtable tbody td.marked {
    font-weight: bold;
}

    #subarticle table.monthtable tbody td.marked span.markrow,
    table.monthtable tbody td.marked span.markrow {
        white-space: nowrap;
    }

    #subarticle table.monthtable tbody td.marked span.calendarmark,
    table.monthtable tbody td.marked span.calendarmark {
        overflow: hidden;
        width: 0.4em;
        height: 0.4em;
        display: block;
        background-color: #e43255;
        border-color: #bf1f3e;
        border-width: 0.4em;
        border-radius: 0.4em;
        display: inline-block;
        margin: 0.1em;
        padding: 0;
    }

#subarticle table.monthtable tbody td span.date,
table.monthtable tbody td span.date {
    display: block;
    clear: both;
    white-space: nowrap;
}

/*
h2 {
    font-size: 4.2em;
    border-bottom: 0.05em solid #b5bbbf;
}
*/

div.subpanel h2 {
    border-bottom: 0;
}

div.marginpadding {
    margin: 0.6em;
}

div.messagenotices {
    position: absolute;
    right: 0;
    width: 40%;
    z-index: 55555;
}

div.messagenotice {
    margin-bottom: 0.5em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin: 0.5em;
    position: relative;
    font-size: 1em;
    padding: 1em;
    background-color: #cccccc;
    color: #333333;
    border-width: 0.1em;
    border-style: solid;
    border-color: #afafaf;
    border-radius: 0.5em;
    clear: both;
    box-shadow: 0 0.3em 0.6em #000000;
    box-shadow: 0 0.3em 0.6em rgba(0,0,0,0.2);
}

    div.messagenotice:first-child {
        margin-top: 0.5em;
    }

div.messagenoticeinfo {
    background-color: #bae8ef;
    color: #395d61;
    border-color: #a0c9d0;
}

div.messagenoticesuccess {
    background-color: #baefd1;
    color: #396140;
    border-color: #a0d0a9;
}

div.messagenoticewarning {
    background-color: #efd9ba;
    color: #615139;
    border-color: #d0b5a0;
}

div.messagenoticeerror {
    background-color: #efbaba;
    color: #613939;
    border-color: #d0a0a0;
}

div.messagenoticecritical {
    background-color: #b51313;
    color: #f5d5d5;
    border-color: #840000;
}

div.cookienotice {
    position: fixed;
    z-index: 99999;
    /*background: #ffffff;
    background-color: var(--dark);*/
    bottom: 0;
    left: 0;
    right: 0;
    /*padding: 1em;
    box-shadow: 0 0 2em #000000;
    box-shadow: 0 0 2em rgba(0,0,0,0.3);*/
}

a.lockadminbutton {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../content/image/menu_lock.png");
    overflow: hidden;
    text-indent: 500px;
    white-space: nowrap;
}

a.toollink {
    /*display: inline-block;
    padding: 0.2em 0.5em;
    background-color: transparent;
    /* border: 1px solid #c5c5c5; */
    /*border-radius: 0.5em;
    background: #f1f1f1;
    color: #8f8f8f;
    margin: 0.2em;
    cursor: pointer;*/
    display: inline-block;
    /*height: 38px;*/
    /*padding: 0.1em 1em;*/
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
    padding: 1em;
    min-height: 43px;
    min-width: 10rem;
}

    a.toollink:focus,
    a.toollink:hover {
        opacity: 0.8;
        transition: .5s ease;
        color: #333;
        background-color: #ddd;
        border-color: #999;
    }

    a.toollink.locked {
        opacity: 0.9;
    }

    a.toollink:before {
        content: ".";
        display: inline-block;
        width: 14px;
        height: 14px;
        overflow: hidden;
        text-indent: -999em;
        background-image: none;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: transparent;
        margin: 0 4px 0 0;
    }

    a.toollink:after {
        content: ".";
        display: inline-block;
        overflow: hidden;
        text-indent: -999em;
        width: 12px;
        height: 12px;
        background-image: none;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: transparent;
        margin: 0 0 0 4px;
    }

    a.toollink.locked:after {
        background: url("../content/image/lockedLink.png");
    }

    a.toollink span.contentMode {
        display: inline-block;
        margin: -1.5em 0;
        padding: 0.5em 0;
    }

    a.toollink.sm {
        margin-left: 1em;
        max-width: 15em;
    }

    a.toollink.small {
        width: 4rem;
        min-width: 12rem;
        margin: unset;
        padding: unset;
        min-height: unset;
        margin-bottom: 1em;
    }

    a.toollink span.contentMode span.title {
        font-size: 1.0em;
        line-height: 1.0em;
        display: block;
        padding: 0.2em 0.4em;
    }

    a.toollink span.contentMode span.subtitle {
        font-size: 0.7em;
        line-height: 0.7em;
        padding: 0.4em;
        display: block;
    }

a.updatelink:before {
    background-image: url("../content/image/editLink.png");
}

a.passwordlink:before {
    background-image: url("../content/image/passwordLink.png");
}

a.closedlink:before {
    background-image: url("../content/image/closedLink.png");
}

a.parallelLink:before {
    background-image: url("../content/image/parallelLink.png");
}

a.sequenceLink:before {
    background-image: url("../content/image/sequenceLink.png");
}

a.manualLink:before {
    background-image: url("../content/image/manualLink.png");
}

a.groupmode {
    opacity: 0.6;
}

    a.groupmode.available {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

    a.groupmode.unavailable {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

a.groupinforce.locked {
    opacity: 0.75;
}

a.groupinforce {
    border-width: 0.15em;
    opacity: 1.0;
    border-color: darkgreen;
    color: darkgreen;
    background-color: lightgreen;
}

    a.groupinforce.available {
        border-color: darkgreen;
        color: darkgreen;
        background-color: lightgreen;
    }

    a.groupinforce.unavailable {
        border-color: darkred;
        color: darkred;
        background-color: lightcoral;
    }

span.available,
span.unavailable {
    display: inline-block;
    padding: 0.2em 0.8em;
    border-radius: 0.5em;
    min-width: 8em;
}

span.available {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

span.unavailable {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

a.returnlink {
    clear: both;
    display: inline-block;
}

table.loggedinusertable,
table.usertable {
    padding: 0;
}

    table.loggedinusertable tbody tr td,
    table.usertable tbody tr td {
        border: 0;
        padding: 0;
    }

        table.loggedinusertable tbody tr td a {
            color: white;
            font-weight: bold;
        }

.button {
    padding: 0 10px;
    color: #555;
    background-color: transparent;
    border-color: #bbb;
}

    button:focus,
    .button:hover {
        opacity: 0.8;
        transition: .5s ease;
        color: #333;
        background-color: transparent;
        border-color: #666;
        text-decoration: none;
    }

    .button.disabled {
        padding: 0 10px;
        color: #555;
        background-color: lightgrey;
        border-color: #bbb;
        cursor: unset;
    }

.button-primary {
    color: #FFF;
    background-color: #33C3F0;
    border-color: #33C3F0;
}

    .button-primary:focus,
    .button-primary:hover {
        opacity: 0.8;
        transition: .5s ease;
        color: #FFF;
        background-color: #5fd9ff;
        border-color: #35b0d6;
    }

.buttonlogout {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .buttonlogout:hover {
        opacity: 1;
        transition: .5s ease;
        background-color: #c4432a;
        color: #f2dede;
    }

.buttonlogin {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .buttonlogin:hover {
        color: white;
        opacity: 1;
        transition: .5s ease;
        background-color: #52ab54;
    }

    .buttonlogin:active {
        background-color: #47c749;
    }

p.warningnotice {
    font-weight: bold;
    border-bottom-width: 0.05em;
    border-bottom-color: #dedede;
    border-bottom-style: dashed;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

span.membercount {
    display: inline-block;
    padding: 0.2em 0.8em;
    border-radius: 0.5em;
    min-width: 5em;
    text-align: center;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    span.membercount.memberwarning {
        color: #a94442;
        background-color: #f2dede;
        border-color: #5d0000;
    }

    span.membercount span.active {
        font-weight: bold;
    }

a.returnlink {
    display: inline-flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(225, 223, 221);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2.8px 5.6px -1.05px;
    color: rgb(37, 36, 35);
    padding-bottom: 0px;
    padding-left: 20.0004px;
    padding-right: 20.0004px;
    padding-top: 0px;
    max-width: 280px;
    min-width: 118px;
    font-weight: 400;
    height: 31.9844px;
    justify-content: center;
    vertical-align: middle;
    writing-mode: horizontal-tb;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}

    a.returnlink:hover {
        background-color: #fcfcfc;
    }

tr.weekday td {
    text-align: center;
    padding: 0.2em 1em;
}

    tr.weekday td:first-child {
        font-weight: bold;
        text-align: left;
    }

tr.weekday.weekend td {
    background-color: #eeeeee;
}

tr.weekday.closed td {
    color: #aaaaaa;
    background-color: #cccccc;
}

table.groupmembertable {
    min-width: 29em;
}

    table.groupmembertable tr td:first-child {
        width: 40px;
    }

input[disabled] {
    border-color: transparent;
    border-width: 0;
    display: inline-block;
    overflow: visible;
    width: 100%;
}

table caption {
    font-weight: bold;
    border-bottom-width: 0.05em;
    border-bottom-color: #dedede;
    border-bottom-style: dashed;
}

span.statusicon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    overflow: hidden;
    border-radius: 1.5em;
    text-align: center;
    line-height: 1.5em;
    font-weight: bold;
    font-size: 1em;
    border-width: 0.05em;
    border-style: solid;
}

span.offlineicon {
    color: #f28396;
    background-color: #bc2032;
    border-color: #f28396;
}

span.onlineicon {
    color: #add593;
    background-color: #26803f;
    border-color: #add593;
}

/*.row {
   margin-left: initial;
}*/


div.centerform {
    width: 30em;
    left: calc(50% - 15em);
    position: relative;
    background-color: #ffffff;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 0.5em 2em #000000;
    box-shadow: 0 0.5em 2em rgba(0,0,0,0.5);
    padding: 2em 3em 3em;
}

    div.centerform div.footer {
        position: absolute;
        bottom: 0;
        clear: both;
        background-color: #1e1e1e;
        background-color: rgba(30, 30, 30, 0.8);
        left: 0;
        right: 0;
        padding: 0.5em 1em;
        font-size: 0.95em;
        color: #FFFFFF;
        text-align: center;
    }

        div.centerform div.footer a {
            color: #d4d3d3;
            margin: 0 1em;
        }

tfoot tr td {
    text-align: center;
}

span.pageindex::after {
    content: "-";
    margin: 0 0.3em;
}

span.pageindex:last-child::after {
    content: "";
    margin: initial;
}

a.buttonaccept {
    color: #fff;
    background-color: #18a00e;
    border-color: transparent;
}

    a.buttonaccept:hover, a.buttonaccept:focus {
        color: #fff;
        background-color: #0ec700;
        border-color: transparent;
    }

div.tablefoot {
    font-size: 1.5em;
    width: 360px;
    margin-bottom: 5em;
    display: inline-flex;
    /*position: fixed;
    display: block;
    bottom: 0;*/
    /*max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5em*/
}

div.subpanel {
    background: #f6f6f6;
    box-shadow: 0 0.2em 0.5em #000000;
    box-shadow: 0 0.2em 0.5em rgba(0,0,0,0.4);
    padding: 0.5em 1em;
    margin: 1em -10em;
}

    div.subpanel table {
        margin: 0 9em;
    }

    div.subpanel div.row {
        /*margin: 0 9em;*/
    }

span.powerdByDatatal {
    margin: 5px auto;
    width: 72px;
    height: 27px;
    display: block;
    background-image: url('../content/image/powerdby.png');
    text-indent: -99999px;
}

menu span.powerdByDatatal {
    display: none;
}

footer span.powerdByDatatal {
    position: absolute;
    z-index: 5000;
    top: 0;
    left: 45%;
}

table.keyvalue tbody tr td:first-child {
    font-weight: bold;
    min-width: 7em;
}

input.mediuminput, select.mediuminput {
    min-width: 25em;
}

span.hostinginfo::before {
    content: "|";
    margin: 0 1em;
}

html[data-platform*='SkypeUriPreview'] {
    background-color: seagreen;
}

a.lockedButton {
    color: white;
    background-color: #CC4A31;
}

    a.lockedButton:hover {
        color: white;
        background-color: #e3816f;
    }

.presenceListItem {
    color: #a94442;
    font-weight: bold;
    /*font-style: italic;*/
    /*    white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    text-align: left;
}

    .presenceListItem.no-wrap {
        max-width: unset;
    }

    .presenceListItem.future {
        color: #31708f;
    }

.presenceListItemBody td {
    padding: 0.8em;
}

.presenceListItemBody:hover {
    background-color: #f6f6f6;
}

.presenceListItemBody.newDay {
    text-align: center;
    background-color: #e2e3e5;
}

.groupInfoTable {
    color: #000;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .groupInfoTable th {
        background-color: #e2e3e5;
    }
/*
.groupShowBody {
    max-width: 100rem;
    width: 93%;
    border: solid 1px #cacaca;
    border-radius: 6px;
    padding: 2rem;
    background-color: white;
    margin-left: 1em;
}
*/

.groupCircel {
    display: inline-block;
    width: 18rem;
    margin: 0 2rem 0 2rem;
    text-align: center;
    /*    font-size: 1em;
    float: left;
    min-height: 20em;
    margin: 2em;
    padding: 2em;
    min-width: 20em;
    */
}

    .groupCircel:hover {
        background-color: #f8f8f8;
    }

#numberOfCalls {
    font-size: 10rem;
    color: gray;
    text-align: center;
}

.groupbody {
    margin-left: -1em;
}


.jumbotron {
    max-width: 100rem;
    border: solid 1px lightgray;
    /*box-shadow: 1px 6px 10px -1px rgba(122,122,122,1);*/
    background-color: white;
    padding-top: 1em;
    padding-bottom: 0px;
}

.stickybutton {
    position: sticky;
    top: 2.6em;
    text-align: right;
    z-index: 5;
    background-color: white;
    padding-top: 1em;
}

.svgIcon {
    /*margin-right: .5em;
    width: 2em;
    display: inline-block;*/
}

    .svgIcon.small {
        color: forestgreen;
        width: 1.5em;
    }

.buddie {
    width: 1em;
    height: 1em;
}

    .buddie.small {
        height: 0.8em;
    }

    .buddie.xl {
        width: 2.5em;
        height: 2.5em;
    }

.presenceListItem.no-wrap {
    max-width: unset;
}

.presenceListItem.future {
    color: #31708f;
}

.presenceListItemBody:hover {
    background-color: #f6f6f6;
}

.presenceListItemBody.newDay {
    text-align: center;
    background-color: #e2e3e5;
}

.groupInfoTable {
    color: #000;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .groupInfoTable th {
        background-color: #e2e3e5;
    }
/*
.groupShowBody {
    max-width: 100rem;
    width: 93%;
    border: solid 1px #cacaca;
    border-radius: 6px;
    padding: 2rem;
    background-color: white;
    margin-left: 1em;
}
    */

.groupCircel {
    display: inline-block;
    width: 18rem;
    margin: 0 2rem 0 2rem;
    text-align: center;
    /*    font-size: 1em;
    float: left;
    min-height: 20em;
    margin: 2em;
    padding: 2em;
    min-width: 20em;
    */
}

    .groupCircel:hover {
        opacity: 0.8;
        transition: .5s ease;
        background-color: #f8f8f8;
    }

#numberOfCalls {
    font-size: 10rem;
    color: gray;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .groupCircel {
        width: 12rem;
    }

    .groupShowBody {
        margin-left: -15px;
    }

    #numberOfCalls {
        font-size: 6rem;
    }

    .row-cols-xs-1 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.groupbody {
    margin-left: -1em;
}


.jumbotron {
    max-width: 100rem;
    border: solid 1px lightgray;
    /*box-shadow: 1px 6px 10px -1px rgba(122,122,122,1);*/
    background-color: white;
    padding-top: 1em;
    padding-bottom: 0px;
}

.stickybutton {
    position: sticky;
    top: 2.6em;
    text-align: right;
    z-index: 5;
    background-color: white;
    padding-top: 1em;
}

.buddie {
    width: 1em;
    height: 1em;
}

    .buddie.small {
        height: 0.8em;
    }

    .buddie.xl {
        width: 2.5em;
        height: 2.5em;
    }

.avatar {
    border-radius: 50%;
    width: 3.4em;
    background-repeat: no-repeat;
    background-size: 3.5em;
    height: 3.4em;
    margin: 0.2em;
}

    .avatar.xl {
        width: 9.4em;
        background-size: 9.5em;
        height: 9.4em;
    }

    .avatar.idle.xl {
        width: 10.2em;
        height: 10.2em;
        border: 3px solid #3c763d;
    }

    .avatar.busy.xl {
        width: 10.2em;
        height: 10.2em;
        border: 3px solid #a94442;
    }


    .avatar img {
        padding-top: 0.2em;
    }

    .avatar.idle {
        width: 4.2em;
        height: 4.2em;
        border: 3px solid #3c763d;
    }


    .avatar.busy {
        width: 4.2em;
        height: 4.2em;
        border: 3px solid #a94442;
    }

    .avatar.idle:hover {
        opacity: 0.8;
        transition: .5s ease;
        -webkit-box-shadow: 0px 0px 2px 1px rgba(52,145,74,0.8);
        -moz-box-shadow: 0px 0px 2px 1px rgba(52,145,74,0.8);
        box-shadow: 0px 0px 2px 1px rgba(52,145,74,0.8);
    }

    .avatar.busy:hover {
        opacity: 0.8;
        transition: .5s ease;
        -webkit-box-shadow: 0px 0px 5px 1px rgba(143,52,52,1);
        -moz-box-shadow: 0px 0px 5px 1px rgba(143,52,52,1);
        box-shadow: 0px 0px 5px 1px rgba(143,52,52,1);
    }

.nav-Menu-Item {
    color: var(--bs-white);
    text-decoration: none;
}

    .nav-Menu-Item:hover {
        transition: .4s ease;
        color: var(--bs-dark);
        text-decoration: none;
        background-color: var(--bs-white);
    }

.layover {
    border-radius: 50%;
    width: 3.5em;
    height: 3.5em;
}

    .layover.inCall {
        color: white;
        fill: white;
        background-position: center;
        background-repeat: no-repeat;
        width: 3.5em;
        height: 3.5em;
        padding: 1em;
        background-color: rgb(255, 139, 138);
        transform: rotate(-270deg);
        opacity: 0.5;
    }

.groupSubHeader {
    display: contents;
    font-weight: bold;
}

.groupSubFunctionButtons {
    margin-left: 2em;
}
/* JS-Circle lib CSS */
.foreground-circle {
    fill: none;
    stroke: #3498db
}

.foreground-circle-without-stroke-color {
    fill: none
}

.background-circle {
    fill: none;
    stroke: #ddd;
}

.circle-text {
    font-size: 2rem
}

.circle-container {
    overflow: visible
}

.point-circle {
    fill: #f0f8ff
}

.circle-icon.fa {
    font-size: 30px;
    fill: #000
}

.cardTable {
    line-height: 0.8em;
}

.infoButton {
    display: inline-block;
    z-index: 5;
    padding: 0.5em;
    border-radius: 50%;
    margin-left: 0.1em;
    /*background-color: #e6e6e6;*/
}

    .infoButton:hover {
        opacity: 0.8;
        transition: .5s ease;
        -webkit-box-shadow: 0px 0px 6px 2px rgba(166,166,166,1);
        -moz-box-shadow: 0px 0px 6px 2px rgba(166,166,166,1);
        box-shadow: 0px 0px 6px 2px rgba(166,166,166,1);
    }

    .infoButton:active {
        background-color: #c1c1c1;
    }

.precense {
    font-size: 1em;
    font-style: italic;
}

    .precense.idle {
        color: #3c763d;
    }

    .precense.busy {
        font-weight: initial;
        color: #a94442;
    }

.imageEdit {
    position: relative;
    width: 50%;
}

    .imageEdit:hover {
        opacity: 0.8;
        transition: .5s ease;
    }

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    /*
    left: 0;
    right: 0;
    */
    height: 6rem;
    width: 6rem;
    opacity: 1;
    transition: .5s ease;
    background-color: rgba(211, 211, 211, 0.66);
    border-bottom-right-radius: 20px;
    padding: 6px;
}

    .overlay:hover {
        opacity: 0.5;
        transition: .5s ease;
    }

.createItem {
    float: unset;
    background-image: url("../content/image/SVG/PlusSign.svg");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 0.5rem;
    padding-left: 2em;
}

#outbound {
    /*-webkit-mask-image: url('image/SVG/ArrowRight.svg');*/
    transform: rotate(-180deg);
}

.manusTR td {
    padding: 0.5em;
}

.manusTR:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: .5s ease;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(166,166,166,1);
    -moz-box-shadow: 0px 0px 6px 2px rgba(166,166,166,1);
    box-shadow: 0px 0px 6px 2px rgba(166,166,166,1);
}

.importanceTR td {
    padding: 0.5em;
}

.importanceTR:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: .5s ease;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(166,166,166,1);
    -moz-box-shadow: 0px 0px 6px 2px rgba(166,166,166,1);
    box-shadow: 0px 0px 6px 2px rgba(166,166,166,1);
}

.importanceEnum {
    width: 2rem;
    height: 2rem;
    background-color: transparent;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

#inbound.importanceEnum.White {
    -webkit-mask-image: url('../content/image/SVG/Whitelistdude.svg');
    background-color: rgb(31, 186, 31);
}

#inbound.importanceEnum.WhiteKnock {
    -webkit-mask-image: url('../content/image/SVG/Whitelistdude.svg');
    background-color: green;
}


#inbound.importanceEnum.BlockedIn {
    -webkit-mask-image: url('../content/image/SVG/Blacklistdude.svg');
    background-color: red;
}

#inbound.importanceEnum.BlockedOut {
    -webkit-mask-image: url('../content/image/SVG/Blacklistdude.svg');
    background-color: red;
}

#inbound.importanceEnum.BlockedInOut {
    -webkit-mask-image: url('../content/image/SVG/Blacklistdude.svg');
    background-color: purple;
}


#inbound.importanceEnum.Gray {
    -webkit-mask-image: url('../content/image/SVG/Whitelistdude.svg');
    background-color: gray;
}

#inbound.importanceEnum.GrayKnock {
    -webkit-mask-image: url('../content/image/SVG/Whitelistdude.svg');
    background-color: gray;
}

.dropdowndescription {
    font-style: italic;
    color: gray;
}

.infoIcon {
    /*background-color: #FAFAFA;*/
    padding: 0.5em;
    border-radius: 6px;
    margin: 1em;
    cursor: pointer;
}

.infoBox {
    background-color: #f6f6f6;
    display: none;
    margin: 0em;
}

.langSubGroup {
    background-color: #f8f8f8;
}

details > summary {
    /*border-radius: 6px;
    text-align: left;
    font-weight: bold;
    padding: 0.5em;
    
    border: none;
    cursor: pointer;
    margin: 1em;*/
    /*background-color: var(--bs-light);*/
}

details {
    /*border-right: 4px solid #eeeeee;
    padding-bottom: 0.5em;*/
}

/*.form-group {
    text-align: unset;
}
    */
.form-horizontal .control-label {
    text-align: left;
}

.trashBin {
    background-color: unset;
}

.opacityHover:hover {
    transition-delay: .3s;
    opacity: 0.8;
}

.hover-clickable:hover {
    background-color: rgba(248, 249, 250, 0.1) !important;
    cursor: pointer;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}


.headerSubEdit {
    background-color: #444444;
    color: white;
    border-radius: 6px;
    padding: 0.3em;
}

.voiceMailNote {
    color: darkgray;
    font-style: italic;
    font-size: small;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.voicemailStatus {
    color: #000000
}

    .voicemailStatus.Old {
        color: gray;
        font-weight: normal;
    }

    .voicemailStatus.New {
        color: #3c763d;
        font-weight: bold;
    }

    .voicemailStatus.SaveAsNew {
        color: #3c763d;
        font-weight: normal
    }

    .voicemailStatus.Archived {
        color: brown;
        font-weight: normal;
    }

.MessageBadge {
    background: var(--bs-warning);
    border-radius: 6px;
    /*top: -1em;*/
    /* color: #3c763d; */
    text-align: center;
    /*padding: 0.5em 0.7em;
    margin: 1em;*/
}

.transcriptText {
    font-style: italic;
    font-size: small;
    color: gray;
}

a.voicemailSubLink {
    color: black;
    font-weight: normal;
}

.NoDataText {
    font-style: italic;
    color: gray;
}



@media only screen and (max-width: 600px) {
    .groupCircel {
        width: 12rem;
    }

    .groupbody {
        margin-left: 0;
    }

    .groupShowBody {
        width: 100%;
        margin-left: 0;
    }

    #numberOfCalls {
        font-size: 6rem;
    }
}

.nav-link.active {
    background-color: var(--bs-dark) !important;
    color: var(--bs-white) !important;
}

.nav-link:hover {
    background-color: var(--bs-light) !important;
    color: var(--bs-dark) !important;
}

@media only screen and (max-width: 1000px) {
    .callActive {
        height: 80%;
    }
}

@media only screen and (max-width: 600px) {
    .mainBody {
        text-align: -webkit-center;
        padding-left: 0;
    }
    /* Display menu if in mobile*/
    #pagetopheader {
        /*display: block;*/
    }


    footer span.powerdByDatatal {
        position: absolute;
        z-index: 5000;
        top: 0;
        left: 45%;
        display: none;
    }

    #pagefooter {
        height: 40px;
        text-align: left;
    }

    #mainmenu {
        display: none;
        top: 3em;
    }


    #mainarticle {
        /*background-color: #F3F2F1;*/
        /*padding: unset;
        transition: width 1s;
        transition-timing-function: linear;*/
    }

    .groupmodeTable {
        display: unset;
        margin-bottom: 1em;
        margin-top: 1em;
    }
}

.container-sm {
    max-width: 40em;
}

.hidePickColumn td:nth-child(5) {
    display: none
}

#cy {
    width: 30em;
    height: 30em;
    display: block;
}

.contentarticle {
    left: calc(50% - 15em);
}

.contentarticleLeft {
    /*left: calc(10%);*/
}
.scale-in-center {
    -webkit-animation: scale-in-center 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}


#main {
    margin: 50px 0;
}

    #main #accordion .card {
        margin-bottom: 30px;
        border: 0;
    }

        #main #accordion .card .card-header {
            border: 0;
            -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            border-radius: 2px;
            padding: 0;
        }

            #main #accordion .card .card-header .btn-header-link {
                color: #fff;
                display: block;
                text-align: left;
                background: #FFE472;
                color: #222;
                padding: 20px;
            }

                #main #accordion .card .card-header .btn-header-link:after {
                    content: "\f107";
                    font-family: 'Font Awesome 5 Free';
                    font-weight: 900;
                    float: right;
                }

                #main #accordion .card .card-header .btn-header-link.collapsed {
                    background: #A541BB;
                    color: #fff;
                }

                    #main #accordion .card .card-header .btn-header-link.collapsed:after {
                        content: "\f106";
                    }

        #main #accordion .card .collapsing {
            background: #FFE472;
            line-height: 30px;
        }

        #main #accordion .card .collapse {
            border: 0;
        }

            #main #accordion .card .collapse.show {
                background: #FFE472;
                line-height: 30px;
                color: #222;
            }
