/*SETTINGS STYLES PROFILES V2*/
.settings-brand-section {
    border-bottom: 1px solid #E5EAEE;
    background-color: #F3F3F3;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
}

.settings-menu-section {
    border-right: 1px solid #E5EAEE;
    position: absolute;
    top: 53px;
    left: 0;
    bottom: 0;
    overflow-y: auto;
}

    .settings-menu-section ul {
        margin-top: 10px;
    }

        .settings-menu-section ul li.nav {
            display: list-item;
            border: 1px solid #E6EBEF;
            border-radius: 6px;
            background-color: #F7FAFC;
            margin-bottom: 10px;
            padding: 12px;
            cursor: pointer;
            position: relative;
            color: #555;
        }

            .settings-menu-section ul li.nav.selected {
                background-color: #E8F1FE;
            }

            .settings-menu-section ul li.nav span:not(.mf-outbound-link) {
                display: inline-block;
                font-family: 'Open Sans', sans-serif;
                line-height: 39px;
                font-size: 16px;
                font-weight: bold;
            }

                .settings-menu-section ul li.nav span:not(.mf-outbound-link):before, .blue-square {
                    color: #fff;
                    background-color: #2d94f3;
                    font-family: 'MyFont';
                    width: 39px;
                    font-size: 22px;
                    height: 39px;
                    line-height: 39px;
                    display: block;
                    text-align: center;
                    float: left;
                    margin-right: 15px;
                    border-radius: 4px;
                    font-weight: normal;
                }

        .settings-menu-section ul li button.btn.btn-primary {
            margin-top: 3px;
        }

    .settings-menu-section .btn:not(.btn-round)[class^="mf-"]:last-child::before, .settings-menu-section .btn:not(.btn-round)[class*=" mf-"]:last-child::before {
        margin-right: 8px;
    }

    .settings-menu-section ul li.nav span.mf-profiler-omstilling-landekodestyring:before {
        font-size: 25px;
    }

    .settings-menu-section ul li.nav span.mf-outbound-link {
        padding: 8px;
        line-height: 20px;
        font-size: 18px;
        color: #2d94f3;
    }

    .settings-menu-section ul li.nav div {
        color: #54C152;
        font-family: 'Open Sans', sans-serif;
        margin-right: 20px;
        line-height: 1;
        font-size: 16px;
        position: absolute;
        top: 24px;
        right: 0px;
        font-weight: bold;
    }

        .settings-menu-section ul li.nav div:before {
            font-size: 6px;
            background-color: #54C152;
            width: 16px;
            height: 16px;
            line-height: 16px;
            text-align: center;
            border-radius: 50%;
            color: #fff;
            font-family: 'Myfont', sans-serif;
            margin-right: 7px;
            float: left;
        }

        .settings-menu-section ul li.nav div:not(.mf-checkmark) {
            color: #ffa500;
            font-family: 'Open Sans', sans-serif;
            margin-right: 20px;
            line-height: 1;
            font-size: 16px;
            position: absolute;
            top: 24px;
            right: 0px;
            font-weight: bold;
        }

    .settings-menu-section ul li.nav-header {
        padding: 10px 0;
        color: #343A44;
        font-size: 16px;
        font-weight: bold;
    }

.settings-content-section {
    position: absolute;
    top: 53px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
}

.exchange-info-container,
.exchange-settings-container {
    border: 1px solid #e5eaee;
    border-radius: 3px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    width: 50%;
    min-width: 670px;
}

    .exchange-info-container .toggle-container p:last-of-type {
        margin-bottom: 0;
        line-height: 35px;
    }

    .exchange-info-container h2,
    .exchange-settings-container h2 {
        color: #555;
        font-size: 17px;
        font-weight: bold;
        line-height: 50px;
        margin: 0;
        background-color: #f8f8f8;
        display: block;
        padding: 15px;
        border-bottom: 1px solid #e5eaee;
        font-family: 'Open Sans', sans-serif;
        white-space: nowrap;
    }

        .exchange-info-container h2:before,
        .exchange-settings-container h2:before {
            color: #fff;
            font-family: 'MyFont';
            width: 50px;
            font-size: 27px;
            height: 50px;
            line-height: 50px;
            display: block;
            text-align: center;
            float: left;
            margin-right: 20px;
            border-radius: 4px;
            font-weight: normal;
        }

        .exchange-settings-container h2:before {
            background-color: #d8d8d8;
        }

        .exchange-settings-container h2.active:before {
            background-color: #2d94f3;
        }

        .exchange-info-container h2:before {
            background-color: #2d94f3;
        }

    .exchange-settings-container > div {
        padding: 10px 15px 0 15px;
        position: relative;
    }

    .exchange-info-container h3,
    .exchange-settings-container h3 {
        color: #0098F6;
        font-size: 16px;
        font-weight: bold;
        margin: 20px 0px 10px;
    }

    .exchange-settings-container p {
        margin-bottom: 10px;
    }

    .exchange-info-container > div {
        padding: 21px 15px;
    }

    .exchange-info-container h3 {
        margin: 0;
        line-height: 34px;
    }

    .exchange-info-container .toggle-container,
    .exchange-settings-container .toggle-container {
        background-color: #f7fafc;
        border: solid 1px #e5eaee;
        padding: 12px 15px 12px 15px;
        border-radius: 6px;
        position: relative;
    }

        .exchange-info-container .toggle-container[disabled],
        .exchange-settings-container .toggle-container[disabled] {
            opacity: 0.58;
            cursor: not-allowed;
        }

        .exchange-settings-container .toggle-container .form-control.toggle {
            position: absolute;
            right: 15px;
            top: 35px;
        }

    .exchange-info-container span.mf-checkmark {
        color: #54C152;
        line-height: 34px;
        margin-right: 20px;
        font-family: 'Open Sans', 'Myfont', sans-serif;
        font-weight: bold;
        font-size: 16px;
    }

        .exchange-info-container span.mf-checkmark:before {
            font-size: 6px;
            background-color: #54C152;
            width: 16px;
            height: 16px;
            line-height: 18px;
            text-align: center;
            border-radius: 50%;
            color: #fff;
            margin-right: 7px;
            float: left;
            margin-top: 7px;
        }

    .exchange-info-container span.mf-triangle-exclamation-mark {
        color: #ffa500;
        line-height: 34px;
        margin-right: 20px;
        font-family: 'Open Sans', 'Myfont', sans-serif;
        font-weight: bold;
        font-size: 16px;
    }

        .exchange-info-container span.mf-triangle-exclamation-mark:before {
            font-size: 18px;
            width: 16px;
            height: 16px;
            line-height: 18px;
            text-align: center;
            margin-right: 7px;
            float: left;
            margin-top: 9px;
        }

    .exchange-settings-container hr {
        margin: 15px 0;
        border-top: 1px dashed #E5EAEE;
    }

    .exchange-settings-container .exchange-category-settings-container {
        padding-bottom: 15px;
    }

.exchange-category-settings-container .component-list-checkbox:last-of-type > label:last-of-type {
    margin-bottom: 0;
}

.exchange-modal-header {
    white-space: nowrap;
    height: 105px;
    line-height: 135px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 99;
    text-align: center;
}

.exchange-setup-modal .category-loader {
    position: relative;
}

    .exchange-setup-modal .category-loader .loading-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -33px;
        top: -20px;
        width: 66px;
    }

    .exchange-setup-modal .category-loader p {
        font-size: 15px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin-bottom: -80px;
    }

.exchange-setup-modal .mf-steps-container {
    margin-top: -65px;
    margin-bottom: 25px;
}

.mf-m-calendar-icon {
    font-size: 17px;
}

.category-settings-section .component-list-checkbox {
    margin-left: 10px;
}

.exchange-category-settings-container .category-settings-section .component-list-checkbox {
    padding-left: 25px;
}

.category-settings-section .component-list-checkbox:first-of-type label {
    cursor: move;
}

    .category-settings-section .component-list-checkbox:first-of-type label > span:nth-of-type(1) {
        width: 10px;
        display: inline-block;
        line-height: 4px;
        vertical-align: middle;
        margin: -8px 6px 0 -5px;
        font-size: 12px;
        font-family: sans-serif;
        letter-spacing: 1px;
        color: transparent;
        text-shadow: 0 0 0 #d8d8d8, 1px 0 0 #d8d8d8, 0 1px 0 #d8d8d8, 1px 1px 0 #d8d8d8;
    }

        .category-settings-section .component-list-checkbox:first-of-type label > span:nth-of-type(1):after {
            content: '.. .. .. .. .. .. ..';
        }

.category-settings-section .component-list-checkbox:last-of-type label > span:nth-of-type(1) {
    width: 10px;
    display: inline-block;
    margin: 0 6px 0 -5px;
}

.category-settings-section .component-list-checkbox label > span:nth-of-type(2) {
    width: 16px;
    height: 16px;
    border: 1px solid black;
    display: inline-block;
    margin-right: 10px;
    line-height: normal;
    vertical-align: middle;
}

.category-settings-section .component-list-checkbox label > span:nth-of-type(3) {
    vertical-align: middle;
}

.exchange-category-settings-container .category-settings-section .component-list-checkbox:not(:last-of-type) label span:last-of-type,
.category-settings-section .component-list-checkbox:not(:last-of-type) label span:last-of-type {
    position: absolute;
    left: -35px;
    color: #555555;
    font-size: 16px;
    font-weight: 700;
}

.category-settings-section .component-list-checkbox:not(:last-of-type) label span:last-of-type {
    left: -33px;
    width: 25px;
    text-align: right;
}

.category-settings-section p {
    font-size: 15px;
    margin-bottom: 30px;
}

.category-settings-section > span {
    margin-bottom: 15px;
    display: block;
}

    .category-settings-section > span strong {
        font-size: 15px;
    }

        .category-settings-section > span strong:first-of-type {
            margin-left: 28px;
        }

        .category-settings-section > span strong:last-of-type {
            float: right;
            padding-right: 190px;
        }

.exchange-settings-container .component-list-checkbox .form-control,
.category-settings-section .component-list-checkbox .form-control,
.softphone-settings .component-list-checkbox .form-control,
.general-settings .component-list-checkbox .form-control,
.account-settings .component-list-checkbox .form-control {
    position: absolute;
    z-index: 899;
    right: 15px;
    top: 10px;
    width: 232px;
}

.softphone-settings .component-list-checkbox .form-control {
    width: 350px;
}

.softphone-settings .setting-labelbox {
    border-radius: 6px;
    background-color: #f7fafc;
    border: solid 1px #e5eaee;
    padding: 0;
    font-size: 14px;
    color: #343A44;
    line-height: 47px;
    margin-bottom: 15px;
    display: block;
    position: relative;
    cursor: pointer;
}

    .softphone-settings .setting-labelbox label {
        border-radius: initial;
        background-color: unset;
        border: initial;
        
        color: initial;
        line-height: 50px;
        margin-bottom: 0px;
        display: block;
        position: relative;
    }

    .softphone-settings .setting-labelbox .setting-labelbox-splitter {
        border-bottom: 1px solid #e5eaee;
    }

    .exchange-settings-container > div > div > .component-list-checkbox > label > select.form-control {
        width: 250px;
    }

.volume-control {
    box-shadow: none;
    width: 350px;
    padding-right: 0px;
    padding-left: 0px;
}
.softphone-settings .setting-labelbox span {
    color: rgb(85, 85, 85);
}

.exchange-setup-modal {
    color: #555;
}

    .exchange-setup-modal .modal-header {
        background-color: transparent;
        border-bottom: none;
    }

        .exchange-setup-modal .modal-header h3 {
            display: none;
        }

    .exchange-setup-modal .modal-body {
        padding: 40px 35px 15px 35px;
    }

    .exchange-setup-modal input {
        position: absolute;
        z-index: 999;
        right: 15px;
        top: 10px;
        width: 232px;
    }

    .exchange-setup-modal .modal-body h3 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .exchange-setup-modal .modal-body .component-list-checkbox {
        position: relative;
    }

    .exchange-setup-modal button.btn-primary {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        padding: 8px 32px;
    }

    .exchange-setup-modal .modal-content {
        min-height: 250px;
    }

    .exchange-setup-modal .info {
        margin-bottom: 15px;
    }

        .exchange-setup-modal .info .mf-info {
            float: left;
            font-size: 19px;
            margin-right: 10px;
            color: #2d94f3;
        }

.exchange-settings-container label .loading-icon {
    width: 25px;
    top: 0;
    left: 230px;
    top: -2px;
}

.employee-info-modal .modal-header {
    background-color: transparent;
    border-bottom: none;
}

    .employee-info-modal .modal-header h3 {
        display: none;
    }

.employee-info-modal .modal-body {
    text-align: center;
}

    .employee-info-modal .modal-body .component-list-checkbox {
        text-align: initial;
    }

    .employee-info-modal .modal-body label.textarea-box {
        height: 110px;
    }

        .employee-info-modal .modal-body label.textarea-box textarea {
            resize: none;
            z-index: 10;
        }

    .employee-info-modal .modal-body label .note-counter {
        bottom: 0;
        right: 25px;
    }

    .employee-info-modal .modal-body .mf-avatar-card {
        display: inline-block;
        position: relative;
        background-color: #2d94f3;
        border-radius: 50%;
        margin-top: -65px;
        width: 67px;
        height: 67px;
        color: #fff;
        font-size: 36px;
        font-weight: normal;
        line-height: 67px;
    }

    .employee-info-modal .modal-body h1 {
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: bold;
    }

    .employee-info-modal .modal-body p {
        margin-bottom: 30px;
    }

.softphone-settings,
.busylight-setting,
.general-settings,
.account-settings {
    padding-top: 10px;
}

    .softphone-settings .video-placeholder-img {
        cursor: pointer;
    }

    .busylight-setting p {
        padding: 10px 0;
        font-size: 16px;
    }

.microsoft-ad .text-primary,
.microsoft-ad .text-warning,
.microsoft-ad .text-success {
    font-size: 16px;
    font-weight: bold;
    line-height: 42px !important;
    margin-right: 20px;
}

.microsoft-ad .text-primary {
    color: #2d94f3;
}

.microsoft-ad .text-warning {
    color: #ffa500;
}

.microsoft-ad .text-success {
    color: #54c152;
}

.microsoft-ad .mf-checkmark:before {
    margin-top: 13px !important;
}

.jabra-settings .device-container {
    border-radius: 3px;
    background-color: #f7fafc;
    border: solid 1px #e5eaee;
    padding: 0 12px 0 12px;
    font-size: 14px;
    color: #343A44;
    line-height: 50px;
    margin-bottom: 15px;
    display: block;
    position: relative;
}

    .jabra-settings .device-container:first-of-type {
        margin-top: 22px;
    }

.jabra-settings .forget-device {
    cursor: pointer;
    color: white;
    float: right;
    margin-top: 8px;
}

.settings-content-section .form-control.toggle {
    top: 2px;
    position: relative;
}

.account-settings .avatar-profile-picture {
    top: 3px;
}

.weblookup-icon {
    padding: 6px;
    background-image: url(/assets/images/settings/weblookup/weblookup-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.infobox {
    background-color: #f7fafc;
    border: solid 1px #e5eaee;
    padding: 12px 15px 12px 15px;
    border-radius: 6px;
    position: relative;
    display: inline-block;
    position: relative;
    width: 50%;
    min-width: 670px
}
