﻿
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
    color: #333;
    font-size: 12px;
}


*:focus {
    outline: none;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.ui-dialog, .ui-dialog .ui-dialog-content {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

html, body {
    color: #444444;
    cursor: default;
    font: normal normal normal 12px "Helvetica neue", Helvetica, arial, Tahoma, SanSerif;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #f4f7fa;
}

/* region scrollbar - only IE */
body {
    -ms-scrollbar-face-color: #B7DBFF;
    scrollbar-face-color: #B7DBFF;
    -ms-scrollbar-highlight-color: #B7DBFF;
    scrollbar-highlight-color: #B7DBFF;
    -ms-scrollbar-3dlight-color: #B1C5EB;
    scrollbar-3dlight-color: #B1C5EB;
    -ms-scrollbar-darkshadow-color: #B7DBFF;
    scrollbar-darkshadow-color: #B7DBFF;
    -ms-scrollbar-shadow-color: #224388;
    scrollbar-shadow-color: #224388;
    -ms-scrollbar-arrow-color: #00376F;
    scrollbar-arrow-color: #00376F;
    -ms-scrollbar-track-color: #D2E9FF;
    scrollbar-track-color: #D2E9FF;
    -ms-scrollbar-base-color: #D2E9FF;
    scrollbar-base-color: #D2E9FF;
}
/* endregion scrollbar */

.ui-wait-ovelay {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #C6DDF0 url("/content/css/images/base/ajax-loader-5.gif") no-repeat center;
    text-align: center;
    filter: alpha(opacity=0.3);
    -moz-opacity: 0.3;
    opacity: 0.3;
    z-index: 9999;
}

.switch {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}

    .switch .on {
        display: none;
        background-color: #2196F3;
        color: #ffffff;
        width: 100%;
        height: 100%;
    }

    .switch .off {
        display: none;
        background-color: #cccccc;
        color: #000000;
        width: 100%;
        height: 100%;
    }

    .switch.switch-on .on,
    .switch.switch-off .off {
        display: block;
    }

    .switch.switch-on .off,
    .switch.switch-off .on {
        display: none;
    }

.ui-noauth-ovelay {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .ui-noauth-ovelay .ui-noauth-message {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 250px;
        height: 150px;
        font-size: 13px;
    }

        .ui-noauth-ovelay .ui-noauth-message .title {
            display: block;
            color: #444444;
            padding: 3px;
            font-size: 16px;
            width: 100%;
        }

        .ui-noauth-ovelay .ui-noauth-message .description {
            display: block;
            color: #444444;
            padding: 3px;
            font-size: 13px;
            width: 100%;
        }

        .ui-noauth-ovelay .ui-noauth-message a.action {
            display: block;
            padding: 3px;
            font-size: 16px;
            text-decoration: none;
            color: #1b6bb4;
        }

        .ui-noauth-ovelay .ui-noauth-message a:hover.action {
            color: #2196F3
        }

.highlight {
    background-color: yellow;
}

/* login framework */
#layoutLogin,
.layoutLogin,
.layoutLogin > .app-gui > .app-interface {
    position: relative;
    width: 100%;
    height: 100%;
}

    .layoutLogin > .app-gui {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 250px;
        height: 250px;
    }
        .layoutLogin > .app-gui.app-none {
            height: 115px;
        }

        .layoutLogin > .app-gui.app-oidc {
            height: 125px;
        }

        .layoutLogin > .app-gui.app-default {
            height: 250px;
        }

        .layoutLogin > .app-gui.app-oidc-default {
            height: 300px;
        }

        .layoutLogin > .app-gui.app-default-captcha {
            height: 375px;
        }

        .layoutLogin > .app-gui.app-mixed-captcha {
            height: 400px;
        }

        .layoutLogin > .app-gui.app-oidc-default-captcha {
            height: 425px;
        }

        .layoutLogin > .app-gui > .app-interface .layout-login-form {
            position: relative;
            width: 100%;
            height: 100%;
            border-radius: 2px 2px 5px 5px;
            padding: 10px 20px 20px 20px;
            background: #ffffff;
            padding-bottom: 80px;
            box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
            border: 1px solid #a6c9e2;
        }

            .layoutLogin > .app-gui > .app-interface .layout-login-form .title {
                color: #444444;
                font-size: 15px;
                font-weight: bold;
                margin: 10px 0 10px 0;
                border-bottom: 1px solid #eeeeee;
                padding-bottom: 10px;
            }

            .layoutLogin > .app-gui > .app-interface .layout-login-form .label {
                display: block;
                width: 100%;
                height: auto;
            }

            .layoutLogin > .app-gui > .app-interface .layout-login-form .txt {
                display: block;
                font-size: 13px;
                color: #444444;
                padding: 0 0 5px 5px;
                width: 100%;
                height: auto;
            }

            .layoutLogin > .app-gui > .app-interface .layout-login-form input[type="text"],
            .layoutLogin > .app-gui > .app-interface .layout-login-form input[type="password"] {
                display: block;
                padding: 10px 10px;
                margin-bottom: 10px;
                width: 100%;
                border: 1px solid #ddd;
                -moz-transition: border-width 0.2s ease;
                -o-transition: border-width 0.2s ease;
                -webkit-transition: border-width 0.2s ease;
                transition: border-width 0.2s ease;
                border-radius: 2px;
                color: #666666;
            }

                .layoutLogin > .app-gui > .app-interface .layout-login-form input[type="text"]:-webkit-autofill,
                .layoutLogin > .app-gui > .app-interface .layout-login-form input[type="password"]:-webkit-autofill {
                    background-color: #ffffff;
                }

                .layoutLogin > .app-gui > .app-interface .layout-login-form input[type="text"]:focus,
                .layoutLogin > .app-gui > .app-interface .layout-login-form input[type="password"]:focus {
                    outline: none;
                    color: #444444;
                    border-color: #2196F3;
                    border-left-width: 25px;
                }

                .layoutLogin > .app-gui > .app-interface .layout-login-form input[type="text"]:disabled,
                .layoutLogin > .app-gui > .app-interface .layout-login-form input[type="password"]:disabled {
                    color: #cccccc;
                    background-color: #ffffff;
                }

                .layoutLogin > .app-gui > .app-interface .layout-login-form input[type="text"].login-state-error,
                .layoutLogin > .app-gui > .app-interface .layout-login-form input[type="password"].login-state-error {
                    color: #D8000C;
                    background-color: #FFBABA;
                    border-color: #cc0000;
                }

            .layoutLogin > .app-gui > .app-interface .layout-login-form #btn_login {
                width: 100%;
                height: 45px;
                padding: 10px 10px;
                background: #2196F3 !important;
                color: #fff;
                display: block;
                border: none;
                /* margin-top: 0px; */
                position: absolute;
                left: 0;
                bottom: 0;
                max-height: 60px;
                border: 0px solid rgba(0, 0, 0, 0.1);
                border-radius: 0 0 2px 2px;
                -moz-transform: rotateZ(0deg);
                -ms-transform: rotateZ(0deg);
                -o-transform: rotateZ(0deg);
                -webkit-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
                -moz-transition: all 0.1s ease-out;
                -o-transition: all 0.1s ease-out;
                -webkit-transition: all 0.1s ease-out;
                transition: all 0.1s ease-out;
                border-bottom-width: 8px;
                font-size: 20px;
            }

                .layoutLogin > .app-gui > .app-interface .layout-login-form #btn_login:focus {
                    border-bottom-width: 4px;
                }

                .layoutLogin > .app-gui > .app-interface .layout-login-form #btn_login:active {
                    border-bottom-width: 0;
                }

        .layoutLogin > .app-gui > .app-interface .copyright {
            width: 100%;
            height: 30px;
            padding-top: 25px;
        }

            .layoutLogin > .app-gui > .app-interface .copyright a {
                display: block;
                text-decoration: none;
                text-align: center;
                width: 100%;
                height: 100%;
                color: #444444;
                font-weight: bold;
                font-size: 12px;
            }

                .layoutLogin > .app-gui > .app-interface .copyright a:hover {
                    color: #008CBA;
                }

/* LAYOUT */

/*  Framework layout */
.layoutFramework {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
    /* universal container for absolute/relative(with padding) elements */
    .layoutFramework .content {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    /* header */
    .layoutFramework > .header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 35px;
        /*background-image: linear-gradient(hsla(0, 0%, 0%, .5), hsla(0, 0%, 0%, .5));*/
        z-index: 51;
    }

        .layoutFramework > .header .nav {
            position: relative;
            width: 100%;
            height: 100%;
        }

            .layoutFramework > .header .nav .nav-left {
                position: absolute;
                top: 0;
                left: 0;
                width: 170px;
                height: 100%;
                z-index: 10;
                display: none;
            }
    /* compact */
    .layoutFramework.leftnav-compact .header .nav .nav-left {
        width: 40px;
    }

    .layoutFramework.leftnav-compact.leftnav-floating .header .nav .nav-left,
    .layoutFramework.leftnav-floating .header .nav .nav-left {
        width: 30px;
        display: block;
    }

    /* mcic logo */
    .layoutFramework > .header .nav .nav-left .mcic-logo {
    }

    /* compact */
    .layoutFramework.leftnav-compact .header .nav .nav-left .mcic-logo {
    }

    /* mcic hide logo when menu is hidden */
    .layoutFramework.leftnav-compact.leftnav-floating .header .nav .nav-left .mcic-logo,
    .layoutFramework.leftnav-floating .header .nav .nav-left .mcic-logo {
        display: none;
    }

    .layoutFramework > .header .nav .nav-left .leftnav-control {
        display: inline-block;
        width: 100%;
        height: 100%;
        max-width: 30px;
        padding: 10px 0 10px 8px;
        text-decoration: none;
        margin-left: -300px;
    }

    .layoutFramework.leftnav-floating .header .nav .nav-left .leftnav-control:hover .icon-bar,
    .layoutFramework.leftnav-floating.leftnav-show .header .nav .nav-left .leftnav-control .icon-bar {
        background-color: #008CBA;
        -webkit-box-shadow: 0 1px 4px #ccc;
        -moz-box-shadow: 0 1px 4px #ccc;
        box-shadow: 0 1px 4px #ccc;
    }

    .layoutFramework > .header .nav .nav-left .leftnav-control .icon-bar {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #444444;
        border-radius: 1px;
        margin: 3px 0;
    }

    .layoutFramework.leftnav-compact.leftnav-floating .header .nav .nav-left .leftnav-control,
    .layoutFramework.leftnav-floating .header .nav .nav-left .leftnav-control {
        /*display:block;*/
        margin-left: 0;
    }

    .layoutFramework > .header .nav .nav-right {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        max-width: 210px;
        min-width: 60px;
        height: 100%;
        padding-right: 5px;
        z-index: 10;
    }

/* global notifications */

.nf-framework .nf-icon {
    background: 0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkAhUNAgKI5pcEAAAA+klEQVQ4y83SP0qDQRAF8F+iaaNniMTCSFr/dPaiWFjYKzbiGVLmBOJNFAXrXEBiIaQwplKDRcAIYSwMaPJtwmfnm2J337w37AxDCls6Ojbkxq0QblKpYoKrqICV8TkXNdfiV1xZmyc/MBDCUFvbpxAG9mfJtw2FvjNlUHbuXfiwmZIveBBepr5Q8yrcp3rdE8Jhhj8Swm7WcCk8KWT4gq5wkR1rFS2RMYQWVrOGJfSTw3jDctbwXS2FCbboj/jXhtJcXWna0FCfa6hr/n42JlZ6VjR/3HnkIdRZRM9pzo57EstG1c74ducxT511IyGM1PIO+8SzruNU6gtsw2sK+uqAlwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0wMi0yMVQxMzowMjowMiswMDowMLHTLfkAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMDItMjFUMTM6MDI6MDIrMDA6MDDAjpVFAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==') no-repeat;
}

.nf-framework * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nf-framework {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30px;
    font-size: 13px;
    border: 1px solid transparent;
}

    .nf-framework:hover,
    .nf-framework.clicked {
        /*   border-radius: 5px 5px 0 0;
        background: #ffffff;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
        border: 1px solid #a6c9e2;*/
    }

    .nf-framework .nf-icon {
    }

        .nf-framework .nf-icon.nf-icon-notify {
            position: absolute;
            width: 26px;
            height: 23px;
            top: 5px;
            left: 0;
            z-index: 5;
        }

    .nf-framework .nf-bubble {
        position: absolute;
        width: auto;
        height: 15px;
        min-width: 15px;
        top: 3px;
        right: 3px;
        z-index: 10;
        font-size: 0.65em;
        text-align: center;
        line-height: 15px;
        background-color: #f9f9f9;
        color: black;
        border-radius: 50%;
        box-shadow: 1px 0 0 gray;
    }

    .nf-framework.nf-has-notify .nf-bubble {
        /*background-color: blue;*/
        background-color: #cd0a0a;
        color: #ffffff;
    }

    .nf-framework.nf-has-unread .nf-bubble {
        /*background-color: blue;*/
        background-color: #cd0a0a;
        color: #ffffff;
    }

    .nf-framework .nf-data {
        display: none;
        width: 350px;
        height: 400px;
        min-width: 300px;
        max-width: 350px;
        max-height: 400px;
        position: fixed;
        overflow: hidden;
        border-radius: 0 0 5px 5px;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
        border: 1px solid #a6c9e2;
        z-index: 99999;
    }

        .nf-framework .nf-data .nf-header {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 20px;
            z-index: 10;
            overflow: hidden;
            padding: 2px;
            border-bottom: 1px solid #cccccc;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        }

            .nf-framework .nf-data .nf-header .nf-header-title {
                display: inline-block;
                width: auto;
                height: 100%;
                float: left;
                font-weight: bold;
            }

            .nf-framework .nf-data .nf-header .nf-title-value {
                font-weight: bold;
                padding: 0 0 0 5px;
            }

            .nf-framework .nf-data .nf-header .nf-actions {
                display: inline-block;
                width: auto;
                height: 100%;
                float: right;
            }

        .nf-framework .nf-data .nf-body {
            width: 100%;
            height: 100%;
            padding: 20px 0;
            z-index: 5;
            overflow: hidden;
        }

            .nf-framework .nf-data .nf-body .nf-content {
                width: 100%;
                height: 100%;
                overflow: hidden;
                overflow-y: auto;
                padding: 2px;
            }

                .nf-framework .nf-data .nf-body .nf-content .nf-item {
                    width: 100%;
                    height: auto;
                    overflow: hidden;
                    margin-bottom: 5px;
                    /*margin:1px 1px 6px 1px;*/
                    padding: 5px 1px 1px 1px;
                }

                    .nf-framework .nf-data .nf-body .nf-content .nf-item.nf-unread {
                    }

                    .nf-framework .nf-data .nf-body .nf-content .nf-item:hover {
                        border: 1px solid blue;
                        /*margin:0 0 5px 0;*/
                        padding: 4px 0 0 0;
                        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
                    }

                        .nf-framework .nf-data .nf-body .nf-content .nf-item:hover .item-head {
                            height: 15px;
                        }

                            .nf-framework .nf-data .nf-body .nf-content .nf-item:hover .item-head .nf-date-fromnow {
                                padding: 0 0 0 5px;
                            }

                            .nf-framework .nf-data .nf-body .nf-content .nf-item:hover .item-head .nf-actions {
                                padding: 0 5px 0 0;
                            }

                    .nf-framework .nf-data .nf-body .nf-content .nf-item .item-head {
                        position: absolute;
                        top: 5px;
                        left: 0;
                        width: 100%;
                        height: 14px;
                        /*padding:0 2px;*/
                        z-index: 10;
                    }

                        .nf-framework .nf-data .nf-body .nf-content .nf-item .item-head .nf-date-fromnow {
                            display: inline-block;
                            width: auto;
                            height: 100%;
                            float: left;
                            padding: 1px 0 0 6px;
                            font-size: 0.9em;
                        }

                        .nf-framework .nf-data .nf-body .nf-content .nf-item .item-head .nf-actions {
                            width: auto;
                            float: right;
                            height: 100%;
                            padding: 1px 6px 0 0;
                            font-size: 0.9em;
                        }

                    .nf-framework .nf-data .nf-body .nf-content .nf-item .item-content {
                        width: 100%;
                        height: 100%;
                        overflow: hidden;
                        padding: 14px 0 0 0;
                        z-index: 5;
                    }

                        .nf-framework .nf-data .nf-body .nf-content .nf-item .item-content > .content {
                            border: 1px solid #cccccc;
                        }

                        .nf-framework .nf-data .nf-body .nf-content .nf-item .item-content .item-content-head {
                            width: 100%;
                            height: auto;
                            padding: 3px 3px 1px 3px;
                            border-bottom: 1px solid #cccccc;
                        }

                            .nf-framework .nf-data .nf-body .nf-content .nf-item .item-content .item-content-head .nf-icon-from {
                                display: inline-block;
                            }

                            .nf-framework .nf-data .nf-body .nf-content .nf-item .item-content .item-content-head .nf-from {
                                display: inline-block;
                                width: auto;
                                height: 1.2em;
                                line-height: 1.2em;
                                font-size: 0.9em;
                            }

                            .nf-framework .nf-data .nf-body .nf-content .nf-item .item-content .item-content-head .nf-date {
                                display: inline-block;
                                float: right;
                                width: auto;
                                height: 1.2em;
                                line-height: 1.2em;
                                font-size: 0.9em;
                            }

                        .nf-framework .nf-data .nf-body .nf-content .nf-item .item-content .item-content-body {
                            width: 100%;
                            height: auto;
                            padding: 10px 3px;
                        }

                            .nf-framework .nf-data .nf-body .nf-content .nf-item .item-content .item-content-body .item-content-title {
                                width: 100%;
                                height: auto;
                                /*height:1.5em;*/
                                padding: 0 0 10px 3px;
                            }

                                .nf-framework .nf-data .nf-body .nf-content .nf-item .item-content .item-content-body .item-content-title .nf-title {
                                    display: inline-block;
                                    width: 100%;
                                    font-weight: bold;
                                    text-transform: uppercase;
                                    font-size: 1.1em;
                                }

                        .nf-framework .nf-data .nf-body .nf-content .nf-item .item-content .item-content-actions {
                            width: 100%;
                            height: auto;
                            border-top: 1px solid #cccccc;
                        }

                            .nf-framework .nf-data .nf-body .nf-content .nf-item .item-content .item-content-actions .nf-action {
                                margin: 2px;
                                padding: 3px;
                                border: 1px solid #cccccc;
                            }

        .nf-framework .nf-data .nf-footer {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 20px;
            z-index: 10;
            overflow: hidden;
            padding: 2px;
            border-top: 1px solid #cccccc;
            box-shadow: 3px 2px 0 rgba(0, 0, 0, 0.3);
        }

            .nf-framework .nf-data .nf-footer .nf-actions {
                width: 100%;
                padding: 0 0 0 60px;
            }

                .nf-framework .nf-data .nf-footer .nf-actions .nf-action {
                    height: 20px;
                    width: 75px;
                    font-weight: bold;
                    /*display: inline-block;*/
                    display: none;
                }

    .nf-framework .nf-actions {
        display: inline-block;
    }

        .nf-framework .nf-actions .nf-action {
            display: inline-block;
            width: auto;
            height: 100%;
            text-decoration: underline;
            color: blue;
            cursor: pointer;
        }

    .nf-framework .nf-has-action {
        text-decoration: underline !important;
        color: blue !important;
        cursor: pointer !important;
    }

        .nf-framework .nf-has-action:hover {
            color: deepskyblue !important;
        }

/* global actions menu */
.layoutFramework > .header .nav .nav-right .nav-global-actions {
    width: 100%;
    height: 100%;
    padding-left: 40px;
    border-radius: 25px;
    border: 1px solid transparent;
}


.layoutFramework.leftnav-floating .header .nav .nav-right .nav-global-actions:hover .nav-user .nav-user-txt,
.layoutFramework.leftnav-floating .header .nav .nav-right .nav-global-actions.clicked .nav-user .nav-user-txt,
.layoutFramework.leftnav-floating .header .nav .nav-right .nav-global-actions:hover .nav-user-state .nav-state-txt,
.layoutFramework.leftnav-floating .header .nav .nav-right .nav-global-actions.clicked .nav-user-state .nav-state-txt {
    display: block;
}

.layoutFramework > .header .nav .nav-right .nav-global-actions .nav-data {
    width: 100%;
    height: 100%;
    min-width: 32px;
}

.layoutFramework > .header .nav .nav-right .nav-global-actions .nav-user {
    width: 100%;
    height: 100%;
    /*box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);*/
    /*border: 1px solid #d1d1d1;*/
    border: 1px solid transparent;
    overflow: hidden;
}

    .layoutFramework > .header .nav .nav-right .nav-global-actions .nav-user .nav-user-icon-container {
        position: absolute;
        top: 2px;
        right: 3px;
        border: 1px solid #d1d1d1;
        width: 27px;
        height: 27px;
        border-radius: 30px;
        overflow: hidden;
        background-color: #eeeeee;
    }

    .layoutFramework > .header .nav .nav-right .nav-global-actions .nav-user .nav-user-icon.icon-PowerSupervisor {
        top: 2.3px;
        right: 1px;
    }

    .layoutFramework > .header .nav .nav-right .nav-global-actions .nav-user .nav-user-icon.icon-ReportSupervisor {
        top: 2.3px;
        right: 0.6px;
    }

    .layoutFramework > .header .nav .nav-right .nav-global-actions .nav-user .nav-user-icon {
        position: absolute;
        top: 3px;
        right: 2px;
    }

    .layoutFramework > .header .nav .nav-right .nav-global-actions .nav-user .nav-user-txt {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0 45px 0 5px;
        line-height: 23px;
        font-weight: bold;
        font-size: 14px;
        text-transform: capitalize;
        /*display: none;*/
    }

.layoutFramework.leftnav-floating .header .nav .nav-right .nav-global-actions .nav-user .nav-user-txt,
.layoutFramework.leftnav-floating .header .nav .nav-right .nav-global-actions .nav-user-state .nav-state-txt {
    display: none;
}

.layoutFramework > .header .nav .nav-right .nav-global-actions .nav-user-state {
    width: 100%;
    height: 10px;
    bottom: 0px;
    right: 0px;
    border-radius: 80px;
    position: absolute;
    /* overflow: hidden; */
}

    .layoutFramework > .header .nav .nav-right .nav-global-actions .nav-user-state .nav-state-icon {
        width: 10px;
        height: 10px;
        bottom: 0px;
        right: 2px;
        top: -2px;
        border-radius: 80px;
        position: absolute;
        overflow: hidden;
    }

    .layoutFramework > .header .nav .nav-right .nav-global-actions .nav-user-state .nav-state-txt {
        display: block;
        width: 100%;
        height: 9px;
        padding: 0 15px 0 5px;
        line-height: 9px;
        font-size: 9px;
        text-transform: capitalize;
        /*display: none;*/
    }


.layoutFramework > .header .nav .nav-right .nav-global-actions .nav-global-menu {
    display: none;
    width: auto;
    height: auto;
    min-width: 150px;
    max-width: 200px;
    max-height: 350px;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 0 0 5px 5px;
    background: #ffffff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #a6c9e2;
    z-index: 999;
}

.layoutFramework > .header .nav .nav-right .nav-global-actions.clicked .nav-global-menu {
    height: auto;
}

.layoutFramework > .header .nav .nav-right .nav-global-actions .nav-global-menu li {
    display: block;
    width: 100%;
    height: auto;
}

    .layoutFramework > .header .nav .nav-right .nav-global-actions .nav-global-menu li a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        padding: 3px;
    }

        .layoutFramework > .header .nav .nav-right .nav-global-actions .nav-global-menu li a .png_icon {
            display: block;
            position: absolute;
            top: 5px;
            left: 5px;
            width: 20px;
            height: 20px;
        }

        .layoutFramework > .header .nav .nav-right .nav-global-actions .nav-global-menu li a .txt {
            display: block;
            width: 100%;
            height: 100%;
            padding-left: 25px;
            line-height: 24px;
            font-weight: bold;
            /*color: #444444;*/
            text-align: left;
        }

        .layoutFramework > .header .nav .nav-right .nav-global-actions .nav-global-menu li a:hover .txt {
            /*   color: #008cba;*/
        }

    .layoutFramework > .header .nav .nav-right .nav-global-actions .nav-global-menu li.footer {
        background-color: #f4f7fa;
        border-top: 1px solid #d2e0ed;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

        .layoutFramework > .header .nav .nav-right .nav-global-actions .nav-global-menu li.footer a {
            padding: 3px;
        }

            .layoutFramework > .header .nav .nav-right .nav-global-actions .nav-global-menu li.footer a .png_icon {
                top: 5px;
                left: 5px;
            }

            .layoutFramework > .header .nav .nav-right .nav-global-actions .nav-global-menu li.footer a .txt {
                font-size: 13px;
            }

.layoutFramework > .header .nav .nav-right .nav-global-actions .nav-global-menu .nav-global-status {
}



    .layoutFramework > .header .nav .nav-right .nav-global-actions .nav-global-menu .nav-global-status .nav-global-status-item {
    }

        .layoutFramework > .header .nav .nav-right .nav-global-actions .nav-global-menu .nav-global-status .nav-global-status-item.not-selected .txt {
            color: #c0c0c0 !important;
        }

        .layoutFramework > .header .nav .nav-right .nav-global-actions .nav-global-menu .nav-global-status .nav-global-status-item:hover {
            background-color: #f4f4f4;
        }

        .layoutFramework > .header .nav .nav-right .nav-global-actions .nav-global-menu .nav-global-status .nav-global-status-item.selected { /*background-color: #f4f4f4;*/
        }

        .layoutFramework > .header .nav .nav-right .nav-global-actions .nav-global-menu .nav-global-status .nav-global-status-item .png_icon {
            overflow: hidden;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
            border: 1px solid #a6c9e2;
            top: 10px;
            left: 10px;
            height: 10px;
            width: 10px;
            background: transparent;
        }

.layoutFramework > .header .nav .nav-middle {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 210px 0 170px;
    z-index: 5;
}
/* compact */
.layoutFramework.leftnav-compact .header .nav .nav-middle {
    padding-left: 40px;
}

.layoutFramework.leftnav-compact.leftnav-floating .header .nav .nav-middle,
.layoutFramework.leftnav-floating .header .nav .nav-middle {
    padding-left: 30px;
}

/* layout content */
.layoutFramework .layout-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 35px;
    z-index: 50;
}

    /* left navigation */
    .layoutFramework .layout-content .leftnav {
        position: absolute;
        top: 0;
        left: 0;
        width: 195px;
        height: 100%;
        z-index: 99;
    }
/* compact */
.layoutFramework.leftnav-compact .layout-content .leftnav {
    width: 50px;
}

.layoutFramework.leftnav-floating .layout-content .leftnav {
    left: -195px;
}

.layoutFramework.leftnav-compact.leftnav-floating .layout-content .leftnav {
    left: -50px;
}

.layoutFramework.leftnav-floating.leftnav-show .layout-content .leftnav,
.layoutFramework.leftnav-compact.leftnav-floating.leftnav-show .layout-content .leftnav {
    left: 0;
    -webkit-box-shadow: 5px 0 5px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 0 5px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 0 5px -2px rgba(0, 0, 0, 0.3);
}

/* nav container */
.layoutFramework .layout-content .leftnav .leftnavscroller {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}

    .layoutFramework .layout-content .leftnav .leftnavscroller .content {
        background-image: none;
    }


    /* real list container */
    .layoutFramework .layout-content .leftnav .leftnavscroller ul.leftnavinner {
        width: 100%;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
        border-right: 1px solid #ffffff00;
        border-left: 1px solid #ffffff00;
    }

        /* main tree menu */
        .layoutFramework .layout-content .leftnav .leftnavscroller ul.leftnavinner > li.menu-item {
            display: block;
            position: relative;
            width: 100%;
            height: auto;
            border-bottom: 1px solid #e8e8e8;
        }

            .layoutFramework .layout-content .leftnav .leftnavscroller ul.leftnavinner > li.menu-item a {
                display: block;
                position: relative;
                width: 100%;
                height: 26px;
                text-decoration: none;
            }
                /* hover
                .layoutFramework .layout-content .leftnav .leftnavscroller ul.leftnavinner > li.menu-item .submenu-item:hover > a,
                .layoutFramework .layout-content .leftnav .leftnavscroller ul.leftnavinner > li.menu-item a:hover {
                    color: #3877D6;
                    background-color: #D6ECFE;
                }
                    */

                /* menu icon */
                .layoutFramework .layout-content .leftnav .leftnavscroller ul.leftnavinner > li.menu-item a span.leftnavicon {
                    position: absolute;
                    top: 3px;
                    left: 3px;
                }

                /* menu text */
                .layoutFramework .layout-content .leftnav .leftnavscroller ul.leftnavinner > li.menu-item a span.txt {
                    display: inline-block;
                    width: 100%;
                    height: 100%;
                    padding: 0 0 0 25px;
                    line-height: 25px;
                    text-align: left;
                }

/* compact */
.layoutFramework.leftnav-compact .layout-content .leftnav .leftnavscroller ul.leftnavinner > li.menu-item a span.txt {
    display: none;
}

.layoutFramework .layout-content .leftnav .leftnavscroller ul.leftnavinner > li.menu-item > a > span.txt {
    font-weight: bold;
}

.layoutFramework .layout-content .leftnav .leftnavscroller ul.leftnavinner > li.menu-item.has-submenu a span.txt {
    padding-right: 15px;
}

.layoutFramework .layout-content .leftnav .leftnavscroller ul.leftnavinner > li.menu-item.has-submenu .submenu-arrow {
    position: absolute;
    top: 8px;
    right: 6px;
    /* display: inline-block; */
    /* width: 0; */
    /* height: 0; */
    /* border-style: none; */
    /* border-top: 5px solid transparent; */
    /* border-bottom: 5px solid transparent; */
    /* border-left: 5px solid #444444; */
}

.layoutFramework .layout-content .leftnav .leftnavscroller ul.leftnavinner > li.menu-item.has-submenu.clicked .submenu-arrow {
    /*border-left: 5px solid transparent;
                        border-right: 5px solid transparent;
                        border-top: 7px solid;
                        */
    top: 8px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.layoutFramework .layout-content .leftnav .leftnavscroller ul.leftnavinner > li.menu-item.has-submenu .submenu-item {
    display: none;
    position: relative;
    width: 100%;
    height: 0;
}

    .layoutFramework .layout-content .leftnav .leftnavscroller ul.leftnavinner > li.menu-item.has-submenu .submenu-item a {
        padding-left: 20px;
    }

/* compact */
.layoutFramework.leftnav-compact .layout-content .leftnav .leftnavscroller ul.leftnavinner > li.menu-item.has-submenu .submenu-item a {
    padding-left: 10px;
}

.layoutFramework .layout-content .leftnav .leftnavscroller ul.leftnavinner > li.menu-item.has-submenu.clicked .submenu-item {
    display: block;
    height: auto;
}

/* left nav colapse control */
.layoutFramework .layout-content .leftnav .leftnavcollapse {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}



    .layoutFramework .layout-content .leftnav .leftnavcollapse:hover {
        color: #3877D6;
        background-color: #D6ECFE;
    }

    /* collapse-arrow-full | collapse-arrow-compact*/
    .layoutFramework .layout-content .leftnav .leftnavcollapse .collapse-arrow {
        float: left;
        top: 9px;
    }
/* compact */
.layoutFramework.leftnav-compact .layout-content .leftnav .leftnavcollapse .collapse-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.layoutFramework .layout-content .leftnav .leftnavcollapse .txt {
    display: inline-block;
    font-size: 0.7em;
    font-weight: bold;
    margin-top: 4px;
    text-align: center;
}
/* compact */
.layoutFramework.leftnav-compact .layout-content .leftnav .leftnavcollapse .txt {
    display: none;
}

/* application tabs */
.layoutFramework .layout-content .applications {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 195px;
}
/* compact */
.layoutFramework.leftnav-compact .layout-content .applications {
    padding-left: 50px;
}

.layoutFramework.leftnav-compact.leftnav-floating .layout-content .applications,
.layoutFramework.leftnav-floating .layout-content .applications {
    padding-left: 0;
}

.layoutFramework .layout-content .application_tabs {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    float:left;
}

    /* app framework */
    .layoutFramework .layout-content .application_tabs .tab-ui-icon-close {
        position: absolute;
        right: 0;
        top: 3px;
        border-radius: 0 5px 0 8px;
        /*background-color: #008cba;*/
        width: 14px;
        height: 14px;
        background-position: -97px -130px;
    }

.layoutFramework .layout-content .applications > .content > .vsplitter {
    z-index: 9;
    margin-left: -4px;
    top: 1px;
}

.layoutFramework .layout-content .applications .application_mini_widgets {
    position: relative;
    /*width: 30%;*/
    height: 100%;
    display:none;
}

.oneColumnForm li > label {
    white-space: nowrap;
}

.oneColumnForm input, .oneColumnForm select {
    /*display:block;*/
    width: 93%;
    padding: 1px 3px 1px 3px;
}

    .oneColumnForm input[type="checkbox"] {
        width: auto;
        margin-top: 3px;
    }

    .oneColumnForm select.auxdetails {
        width: 88%;
        display: inline;
        float: left;
        margin-left: 0%;
        margin-right: 0.5%;
    }

.oneColumnForm button.auxdetails {
    top: -5px;
    height: 25px;
}

.FormValidationSummary {
    margin-top: 5px;
    border: 1px solid transparent;
    padding: 0.3em;
    color: #cd0a0a;
}

.button_ok {
    background-position: 0px -130px;
}

    .button_ok:hover {
        background-position: 0px -150px;
    }

.button_cancel {
    background-position: 20px -130px;
}

    .button_cancel:hover {
        background-position: 20px -150px;
    }

/* endregion Forms */

/* MCIC */

.appWidget-load-wait {
    background-image: url(/content/css/images/wait.gif) !important;
    background-repeat: no-repeat;
    font-weight: bold;
    color: #0088CE;
    padding-left: 20px;
    margin-left: 30px;
    margin-top: 30px;
    /*  position:fixed;
    top: 50%;
    left: 50%;*/
}

.appWidget-load-error {
    background-repeat: no-repeat;
    font-weight: bold;
    color: #0088CE;
    padding: 20px;
    margin-left: 30px;
    margin-top: 30px;
    /*  position:fixed;
    top: 50%;
    left: 50%;*/
}

.ui-dialog .appWidget-load-error {
    float: left;
}


#bar_container .none, #bar_container .none,
.bar_container .none, .bar_container .none {
    display: none !important;
}

/* region tooltips  */


.ui-tooltip, .arrow:after {
    background: #c5dbec;
    border: 2px solid #81c5f9;
}

.ui-tooltip {
    padding: 3px 8px;
    color: #353535;
    border-radius: 10px;
    font: bold 10px "Helvetica Neue", Sans-Serif;
    /* text-transform: uppercase;*/
    box-shadow: 0 0 7px #c5dbec;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }

/* endregion tooltips */

/* region mcic_panel  */
.mcic_panel {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border: 1px solid #cdcacd;
    position: relative;
}
/* endregion mcic_panel */

/* region mcic_dbgrid  */

.mcic_dbgrid {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    /*position: relative;*/
    border: 1px solid #eee;
    overflow: hidden;
    color: #000;
    /*position: absolute;*/
    top: 5px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}


.dialogWidgetContainer .mcic_dbgrid
{
    border:0px;
}

.dialogWidgetContainer .mcic_dbgrid .grid_controls,
.dialogWidgetContainer .mcic_dbgrid .grid_footer,
.dialogWidgetContainer .mcic_dbgrid .grid_rowdetails_wrapper {
    display: none;
}

.mcic_dbgrid .grid_controls .mcic_table.left_panel {
    overflow: hidden;
}

/* ++++ GRID GLOBALS ++++ */

#pnlCrmCustomers_List {
    background: red;
}

.grid_mask {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    margin: 0px auto;
    height: 100%;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    /*opacity: 0.7;*/
    z-index: 9999;
    background: #e2e2e2 url(/content/css/images/base/ajax-loader-5.gif) no-repeat center;
    display: block;
}

.grid_dialogs {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    margin: 0px auto;
    height: 100% !important;
    /*filter: alpha(opacity=1);*/
    -moz-opacity: 1.0;
    opacity: 1.0;
    /* display: none;*/
    z-index: auto;
    overflow: hidden;
}



.grid_dialogs_mask {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    margin: 0px auto;
    height: 100%;
    filter: alpha(opacity=0.4);
    -moz-opacity: 0.4;
    opacity: 0.4;
    z-index: 10;
    background: #EBEBEB;
    display: block;
}

.grid_dialogs .EditDialog .ui-dialog .ui-dialog-content {
    padding: 0 !important;
}

.grid_dialogs .EditDialog .value_changed {
    color: #0000CC;
}

.gridExportDialog .checkbox-custom {
    width: 200px;
    float: left;
}

.dlg_body {
    margin: 0px 0px;
    position: relative;
    background: #e2e2e2;
    border: 0px solid #a6a9af;
    min-height: 50px;
    overflow: hidden;
}

/* GRID CONTEXT MENU */

.context_menu.cm_header {
    padding: 1px 0;
}

    .context_menu.cm_header > .cm_header_control {
        height: 25px;
        width: 100%;
        padding-left: 4px;
    }

        .context_menu.cm_header > .cm_header_control > a {
            height: 24px;
            width: 30px;
            float: left;
            margin: 0px;
            padding: 4px;
        }

            .context_menu.cm_header > .cm_header_control > a > .ui-button-icon-primary {
                left: 3px;
            }

    .context_menu.cm_header > li {
        height: 22px;
    }

.context_menu li.hover a {
    color: #ffffff;
    background-color: #3399FF;
}

.context_menu.cm_header > li > a {
    display: inline-block;
    min-width: 150px;
}

    .context_menu.cm_header > li > a > span {
        display: inline-block;
        float: left;
    }

    .context_menu.cm_header > li > a > input {
        display: inline-block;
        width: 13px;
        height: 13px;
        padding: 0;
        margin: 0;
        vertical-align: bottom;
        position: relative;
        top: -7px;
        *overflow: hidden;
    }

.context_menu.cm_header > li > .handle {
    height: 20px;
    width: 20px;
    display: inline-block;
    background-position: -126px -15px;
    margin-top: -14px;
}

/* ++++ ROW HEADERS ++++ */
.rowhead_wrapper {
    position: absolute;
    left: 0px;
    width: 16px;
    z-index: 105;
    border-top: #ccc 0px solid;
    overflow: hidden;
}

.rowhead_body_wrapper {
    border-left: #ccc 0px solid;
    overflow: hidden;
    position: relative;
    background: #e2e2e2 url(/content/css/images/grid/rowhead_bg.png) repeat-y right top;
}

.rowhead_body {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 16px;
}

.rowhead_thead {
    FONT-WEIGHT: normal;
    OVERFLOW: hidden;
    CURSOR: default;
    WHITE-SPACE: nowrap;
    HEIGHT: 36px;
    BACKGROUND: #FFF url(/content/css/images/grid/rowheadertop_bg.png) no-repeat right top;
    BORDER-LEFT: #ccc 0px solid;
}

.rowhead_body div {
    border-top: #ccc 0px solid;
    border-bottom: #ccc 1px solid;
    font-weight: normal;
    overflow: hidden;
    cursor: default;
    white-space: nowrap;
    /* border-top: 1px solid #FFF;*/
    padding: 0px 0px;
}

    .rowhead_body div.idx {
        width: 16px;
        background: no-repeat center;
        background-image: url(/content/css/images/grid/locked_not.png);
        cursor: pointer;
        position: absolute;
        height: 20px;
    }

    .rowhead_body div.idx_locked {
        background-color: #E0E0E0;
        background-image: url(/content/css/images/grid/locked.png);
    }

    .rowhead_body div.idx2 {
        width: 16px;
        height: 16px;
        background: no-repeat center;
        background-image: url(/content/css/images/grid/subrowhead.png);
        cursor: pointer;
    }

    .rowhead_body div.cell_locked {
        background-image: url(/content/css/images/grid/locked.png);
        background-color: #F4F3EC;
        border-right: 0px solid #FFF;
    }

/* ++++ COLUMN HEADERS ++++ */
.grid_header_wrapper {
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    box-shadow: 0 1px 4px #ddd;
    position: relative;
    border-left: 1px solid #f4f4f4;
    overflow: hidden;
    height: 36px;
}

.grid_header {
    position: absolute;
    left: 0px;
    top: 0px;
    /*z-index:1003;*/
    height: 36px;
    min-width: 50px;
}

/*  MAIN TABLE */

.mcic_dbgrid div.grid_table_wrapper {
    /*border: 0px solid #d3d1d1;
    border-left: 1px solid #e2e2e2;*/
    overflow: hidden;
    /*	z-index: 100; */
    display: block;
    /*   position: absolute;*/
    top: 36px;
    bottom: 28px;
    left: 0px;
    right: 0px;
}

.grid_header_wrapper .th {
    text-align: center;
    border-right: 1px solid #c5c5c5;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #c5c5c5;
    border-top: 0px solid #FFF;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image:    -moz-linear-gradient(top, #fff, #eee);
    background-image:     -ms-linear-gradient(top, #fff, #eee);
    background-image:      -o-linear-gradient(top, #fff, #eee);
    background-image:         linear-gradient(top, #fff, #eee);*/
    vertical-align: top !important;
    font-size: 10px;
    font-weight: bold;
    float: left;
    cursor: default;
    padding: 8px 5px 0px 5px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    position: relative;
    color: #1055b4;
    height: 35px;
    width: 150px;
    /*line-height:36px;
	white-space:nowrap;*/
}

    .grid_header_wrapper .th label {
        display: inline-block;
        padding: 5px 0px 5px 0px;
        margin-right: 10px;
        white-space: nowrap;
        width: auto;
        height: auto;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

.mcic_dbgrid div.grid_header_wrapper .sorted {
    /*background: url(/content/css/images/grid/wbg.gif) repeat-x 3px 15px;*/
    border-bottom: 0 solid #ccc;
    color: #4c0808; /*#393763;*/
}

.mcic_dbgrid div.grid_header_wrapper .th_hover {
    color: #990000;
    border-bottom: 1px solid orange;
}

.mcic_dbgrid div.grid_header_wrapper .th.sortable_asc {
    background: url(/content/css/images/grid/dn.png) no-repeat 3px 19px;
    cursor: pointer;
    filter: none;
}

.mcic_dbgrid div.grid_header_wrapper .th.sortable_desc {
    background: url(/content/css/images/grid/up.png) no-repeat 3px 19px;
    cursor: pointer;
    filter: none;
}

.mcic_dbgrid div.grid_header_wrapper .sortable_warn {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAABZklEQVR4nGNgoBWor69nurg1dQcIg9gkG3ByTWzx10fTf397MuP36Q0JRSRp3jDHj/fu0dIr/98t/g/Cd46W3Ni22IOPaAPObU2c8ef1fLBmEP77esH/81tSphGl+ciqUPVnF5uegjSuWFQHxiD203NNLw4v89UmaMDF7Rlb/79bBNY0aUIpGENcsuj/pR0Zm/BqPrE+MuD9nb7PMKejGrD4/4c7E76eXB0dhlXzqlWhzNf3F5yAKcZmAAhf25t3cn+9PQuGAWfWx9d+fzrrLyEDfjyb9ff0poQaFM1bpnkL3j9eeRNZIVjxiwVgjC5+73jlnf1LfUTgBpzbmrzo7xtMhdMml/2fPqUcQ/zvm4X/L2xOnQ/WfHRZhOHLK60v0RWB8JPr0/8/vT4DQxyEX1xufX10RZgpw/nNyXP+vYVEGykYpOf8lqTZDEeW+UmdXB/bcHJdbCtJeH1sw8HFgZIEExYhAABDZrinTxmbzgAAAABJRU5ErkJggg==') no-repeat 3px 17px;
    cursor: pointer;
    filter: none;
}

.mcic_dbgrid div.grid_header_wrapper .th div.hhandler {
    position: absolute;
    background: url(/content/css/images/grid/gridHandler.gif) no-repeat right top;
    width: 10px;
    height: 36px;
}

.mcic_dbgrid .grid_body input {
    padding: 0 5px 0 5px;
    margin: 0;
    border: none;
    text-decoration: none;
}

.mcic_dbgrid .grid_search {
    width: 80px;
}

.mcic_dbgrid .mcic_HtmlFlag {
    border-radius: 5px;
    padding: 1px 5px;
    border: 1px solid #6f6f6f;
}

/* JQUERY UI RESIZE HANDLER */

#columnresizer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1px;
    border-left: 1px dotted #b4b7bc;
    z-index: 100000;
    background: #FFF;
}

.grid_header_wrapper .ui-resizable-handle,
.grid_header_wrapper .ui-resizable-e,
.grid_table_wrapper TH DIV.ui-resizable-e,
.grid_table_wrapper TH DIV.ui-resizable-handle {
    z-index: 99999;
    position: absolute;
    cursor: e-resize;
    top: 0px;
    display: block;
    right: 0px;
    width: 5px;
    height: 36px;
}
/*
.ui-resizable-handle
{
	background:url(/content/css/images/grid/gridHandler.gif) no-repeat left top;
}
    */
/* ++++ GRID TABLE BODY ++++ */

.grid_body {
    position: relative;
    /*background:url( ../images/grid/grid_body_bg.png ) left top; #auto-height grid */
}

.grid_body_void {
    background-image: none;
}

.grid_body .tr {
    display: block;
    /*height:20px; #auto-height grid*/
    overflow: hidden;
    /*white-space:nowrap; #auto-height grid*/
    background: none;
    border-bottom: 1px solid #D2D2D2;
    border-top: 1px solid #E2E2E2;
    /*position:absolute;*/
    width: 100%;
    color: #393763;
    cursor: default;
}

.grid_body .tr_strong {
    font-weight: bold;
    color: #000;
}

.grid_body .tr_odd {
    background: #EAEAEA;
}

.grid_body .tr_selected {
    background: repeat-x top;
    background-color: #C9D2E7; /*background-image:url(/content/css/images/grid/hl_locked.png);*/ /*border-bottom:1px solid #D0D0D0;*/
    color: #24246d;
}

.grid_body .tr_selected {
    background: #7DBEFF !important;
}

.grid_body .tr:hover, .grid_body .tr .td:hover {
    background-color: #D6ECFE;
    /*  cursor: pointer;*/
}

.grid_body.pointer .tr:hover, .grid_body.pointer .tr .td:hover {
    cursor: pointer;
}

.grid_body .tr .td /* cell wrapper */ {
    height: 20px; /* #auto-height grid */
    border-bottom: 0px solid #DEDEDE;
    border-top: 0px solid #FFF;
    line-height: 20px;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #fff;
    overflow-x: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: middle !important;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 11px;
    float: left;
    cursor: default;
    position: relative;
}

    .grid_body .tr .td a.lnk_call {
        padding-right: 15px;
        background: url(/content/css/images/grid/ico_call.png) no-repeat right;
        color: #393763;
    }

        .grid_body .tr .td a.lnk_call:hover {
            color: #a51e01;
        }

.grid_body div.cell_sorted /* sorted cell */ {
    background: #e2e2e2;
    border-right: 0px solid #ddd;
    border-bottom: 1px solid #e3e3e3;
}

.grid_body div.cell_erow /* cell, even row */ {
    background: #f7f7f7;
    border-bottom: 1px solid #DEDEDE;
}

.grid_body div.cell_locked /* cell, selected row */ {
    background: #e0e4f9 repeat-x top;
    /*background-image:url(/content/css/images/grid/hl_locked.png);*/
    border-bottom: 1px solid #D0CEB0;
}

.grid_body div.cell_deleted /* cell, deleted row */ {
    text-decoration: blink;
    color: #666;
}

.grid_body div.cell_new /* cell, new row */ {
    text-decoration: none;
    color: #600206;
}

.grid_body div.cell_modified /* cell, modified row */ {
    background-repeat: no-repeat;
    background-position: -2px;
    color: #022E64;
}

.grid_body div.cell_hidden /* cell, hidden row */ {
    display: none;
}

/* ++++ ROW DETAILS ++++ */

.grid_rowdetails_wrapper {
    font-family: Arial;
    margin: 0px 0px;
    height: 0px;
    font-size: 10px;
    overflow: hidden;
    background: #F1F8FE;
    border-bottom: 1px solid #e2e2e2;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 10;
}

    .grid_rowdetails_wrapper .ui-icon-close {
        float: right;
        cursor: pointer;
    }
    /*testissa*/
    .grid_rowdetails_wrapper .rowdetails_close {
        position: absolute;
        float: right;
        /*right: 20px;*/
        right: 0px;
        z-index: 10;
        /*margin-top: 7px;*/
        /*border: 1px solid #80BFFF;*/
        /*background-color: #C6E2FF;*/
        background-image: url(/content/js/jquery-ui/redmond/images/ui-icons_d8e7f3_256x240.png);
    }

        .grid_rowdetails_wrapper .rowdetails_close:hover {
            /*background-color: #B7DBFF;*/
            background-image: url(/content/js/jquery-ui/redmond/images/ui-icons_cd0a0a_256x240.png);
        }

    .grid_rowdetails_wrapper .grid_details {
        top: 0px;
        /* bottom:28px;*/
        bottom: 0px;
        left: 0px;
        right: 0px;
        position: absolute;
        border: 0px solid red;
        margin-top: 0px;
        padding: 0px;
    }




/* ++++ FOOTER SHELL ++++ */

.grid_footer {
    font-family: Arial;
    margin: 0px 0px;
    position: relative;
    height: 28px;
    text-transform: uppercase;
    font-size: 10px;
    overflow: hidden;
    /*   z-index:106;*/
    /*background:#DEDEDE url(/content/css/images/grid/footer_bg.png) repeat-x left bottom;*/
    border-top: 1px solid #ddd;
    background-color: #eee;
    background-image: -webkit-linear-gradient(#f9f9f9,#e4e4e4);
    background-image: -moz-linear-gradient(#f9f9f9,#e4e4e4);
    background-image: -ms-linear-gradient(#f9f9f9,#e4e4e4);
    background-image: -o-linear-gradient(#f9f9f9,#e4e4e4);
    background-image: linear-gradient(#f9f9f9,#e4e4e4);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe4e4e4', GradientType=0);
    box-shadow: 0 -1px 4px #eee;
    /*border-bottom: 1px solid #ddd;

    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;*/
}

    .grid_footer .left_commands a.footer_menu_item {
        float: left;
        width: 15px;
        height: 15px;
        margin: 2px 10px 0 0;
    }

    .grid_footer .footer_pager {
        position: relative;
        float: right;
        height: 26px;
        /*padding-top: 2px;*/
        padding-left: 5px;
        margin-top: 4px;
        white-space: nowrap;
        color: #000;
        text-transform: uppercase;
        background: transparent url(/content/css/images/grid/footer_shell_sep.png) no-repeat left;
    }

        .grid_footer .footer_pager span.page_sep {
            display: block;
            float: left;
            margin: 0px 0px;
            padding: 0px 0px;
            border: 1px solid #e2e2e2;
        }

        .grid_footer .footer_pager a.page_num {
            display: block;
            float: left;
            margin: 0px 2px;
            padding: 0px 3px;
            border: 1px solid #d1d1d1;
            color: #000;
            background: transparent;
            cursor: pointer;
        }

            .grid_footer .footer_pager a.page_num:hover {
                color: #334771;
                background: #f5f5f5;
            }

        .grid_footer .footer_pager a.page_current {
            color: #821701;
            background: #f5f5f5;
        }

        .grid_footer .footer_pager .shell_item_txt {
            text-transform: uppercase;
            padding: 1px 15px 0 15px;
            white-space: nowrap;
            background: url(/content/css/images/grid/footer_shell_sep.png) no-repeat left;
            float: left;
        }

    .grid_footer .footer_head {
        width: 37px;
        height: 28px;
        top: 1px;
        left: 0px;
        position: relative;
        float: left;
        /*position:absolute;*/
        /*	background:url(/content/css/images/grid/footer_left_bg.png) no-repeat left top;*/
        /*	z-index:120;*/
    }

    .grid_footer .footer_shell .footer_cmd {
        float: right !important;
    }

    .grid_footer .footer_shell .shell_message {
        text-transform: uppercase;
        padding: 3px 26px 0px 13px;
        white-space: nowrap;
        float: left;
        filter: alpha(opacity=0.0);
        -moz-opacity: 0.0;
        opacity: 0.0;
        display: block;
        height: 22px;
    }

        .grid_footer .footer_shell .shell_message > .ui-icon-alert {
            top:2px;
        }

        .grid_footer .footer_message {
            display: block;
            margin-top: 2px;
        }

    .grid_footer .footer_head .indicator {
        height: 26px;
        margin: 0px 8px 0px 5px;
        background: no-repeat right;
        background-image: none;
    }

    .grid_footer .footer_head_loading .indicator {
        background-image: url(/content/css/images/grid/grid_footer_loaderbar.gif);
    }

    .grid_footer .footer_shell {
        /*
	float:right;
    margin:3px 10px 0px 40px;
	*/
        /*position:absolute;*/
        /*left:35px;*/
        padding-top: 3px;
        height: 26px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        /*background:#E2E2E2;*/
        /*	z-index:110;*/
        /*right:390px;*/
        position: relative;
        float: left;
    }

        .grid_footer .footer_shell .shell_item {
            text-transform: uppercase;
            padding: 2px 15px 0px 13px;
            white-space: nowrap;
            background: url(/content/css/images/grid/footer_shell_sep.png) no-repeat left;
            background-position-y: 4px;
            float: left;
            height: 26px;
        }

            .grid_footer .footer_shell .shell_item.left_commands,
            .grid_footer .footer_shell .shell_item.footer_cmd {
                height: auto;
            }

            .grid_footer .footer_shell .shell_item_txt {
                text-transform: uppercase;
                padding: 5px 15px 0px 13px;
                white-space: nowrap;
                background: url(/content/css/images/grid/footer_shell_sep.png) no-repeat left;
                background-position-y: 4px;
                float: left;
                height: 26px;
            }

            .grid_footer .footer_shell .shell_item_txt.grid_filters_off {
                font-weight: normal;
            }

            .grid_footer .footer_shell .shell_item_txt.grid_filters_on {
                font-weight: bold;
            }

        .grid_footer .footer_shell a.grid_filters_edit {
            color: #334771;
            cursor: pointer;
        }

            .grid_footer .footer_shell a:hover,
            .grid_footer .footer_shell a.grid_filters_edit:hover {
                color: #821701;
            }

        .grid_footer .footer_shell .shell_item_txt .status_off,
        .grid_footer .footer_shell .shell_item_txt .status_on {
            margin-left: 3px;
        }

        .grid_footer .footer_shell .shell_item_txt.grid_filters_on .status_off {
            display: none;
        }

        .grid_footer .footer_shell .shell_item_txt.grid_filters_on .status_on,
        .grid_footer .footer_shell .shell_item_txt.grid_filters_on .grid_filters_reset {
            display: inline-block;
            cursor: pointer;
        }

        .grid_footer .footer_shell .shell_item_txt .grid_filters_reset {
            color: #821701;
            margin-left: 5px;
        }

            .grid_footer .footer_shell .shell_item_txt .grid_filters_reset:hover {
                color: #8f2e03;
            }

        .grid_footer .footer_shell .shell_item_txt.grid_filters_on a.grid_filters_edit {
            color: #FF2D2D !important;
        }

            .grid_footer .footer_shell .shell_item_txt.grid_filters_on a.grid_filters_edit:hover {
                color: #821701 !important;
            }

        .grid_footer .footer_shell .shell_item_txt.grid_filters_off .status_off {
            display: inline-block;
        }

        .grid_footer .footer_shell .shell_item_txt.grid_filters_off .status_on,
        .grid_footer .footer_shell .shell_item_txt.grid_filters_off .grid_filters_reset {
            display: none;
        }

    .grid_footer .footer_command {
        /*position:absolute;*/
        position: relative;
        float: right;
        /*left:125px; right:290px;right:170px;*/
        height: 26px;
        /*padding-top: 3px;*/
        white-space: nowrap;
        color: #000;
        text-transform: uppercase;
        padding-left: 5px;
        padding-right: 15px;
        /*z-index:115;*/
    }

        .grid_footer .footer_command .shell_item {
            text-transform: uppercase;
            padding: 5px 6px 0px 6px;
            white-space: nowrap;
            background: url(/content/css/images/grid/footer_shell_sep.png) no-repeat left;
            background-position-y: 6px;
            float: left;
        }

        .grid_footer .footer_command .shell_item_txt {
            text-transform: uppercase;
            padding: 3px 15px 0px 13px;
            white-space: nowrap;
            background: url(/content/css/images/grid/footer_shell_sep.png) no-repeat left;
            background-position-y: 6px;
            float: left;
        }

    .grid_footer .footer-select select.select2 {
        width: 150px;
        height: 18px;
    }

select.select2 {
    height: 18px;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 18px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 16px !important;
}

/* CONTEXT MENU */
/* Generic context menu styles */
.context_menu {
    position: absolute;
    min-width: 175px;
    z-index: 99999;
    border: 1px solid #7DBEFF;
    background: #DFECFA;
    padding: 0px;
    margin: 0px;
    display: none;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /*overflow:scroll;*/
    overflow-x: hidden;
}

    .context_menu LI {
        list-style: none;
        padding: 0px;
        margin: 0px;
        overflow: visible;
        display: block;
        white-space: nowrap;
    }

    .context_menu A {
        color: #333;
        text-decoration: none;
        display: block;
        width: 100%;
    }

    .context_menu LI.hover A {
        color: #FFF;
        background-color: #3399FF;
    }

    .context_menu LI.disabled A {
        color: #AAA;
        cursor: default;
    }

        .context_menu LI.disabled A:hover,
        .context_menu LI.disabled A:hover {
            background-color: transparent;
        }

    .context_menu LI.separator {
        border-top: solid 1px #CCC;
    }

    .context_menu LI A {
        height: 20px;
        cursor: pointer;
    }

        .context_menu LI A span.lefticon {
            background-image: url(/content/css/images/mcic.png);
            display: block;
            margin: 0;
            padding: 0;
            height: 20px;
            width: 20px;
            float: left;
        }

        .context_menu LI A span.txt {
            line-height: 20px;
            height: 20px;
            outline: none;
            font-family: Arial;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            padding-left: 5px;
        }

.context_menu_row {
    background: #7DBEFF !important;
}

.context_menu .separator {
    display: block;
    margin: 1px auto;
    border-style: inset;
    border-width: 1px;
}

.context_menu LI.Edit A span.lefticon {
    /*background-position: -20px -110px;*/
    background-position: -342px -2px;
}

.context_menu LI.Edit A:hover span.lefticon {
    /*background-position: -20px -130px;*/
    background-position: -342px -22px;
}

.context_menu LI.Add A span.lefticon {
    /*background-position: -40px -110px;*/
    background-position: -322px -2px;
}

.context_menu LI.Add A:hover span.lefticon {
    /*background-position: -40px -130px;*/
    background-position: -322px -22px;
}

.context_menu LI.Delete A span.lefticon {
    /*background-position: -60px -110px;*/
    background-position: -362px -2px;
}

.context_menu LI.Delete A:hover span.lefticon {
    /*background-position: -60px -130px;*/
    background-position: -362px -22px;
}

.context_menu LI.AddFilter A span.lefticon {
    background-position: -80px -110px;
}

.context_menu LI.AddFilter A:hover span.lefticon {
    background-position: -80px -130px;
}

.context_menu LI.ShowDetails A span.lefticon {
    background-position: -100px -110px;
}

.context_menu LI.ShowDetails A:hover span.lefticon {
    background-position: -100px -130px;
}

.context_menu LI.CopyCell A span.lefticon {
    background-position: -182px -150px;
}

.context_menu LI.CopyCell A:hover span.lefticon {
    background-position: -182px -169px;
}

.context_menu LI.Copy A span.lefticon {
    background-position: -158px -198px;
}

.context_menu LI.Copy A:hover span.lefticon {
    background-position: -158px -218px;
}

.context_menu LI.restartService A span.lefticon {
    background-position: -258px -70px;
}

.context_menu LI.restartService A:hover span.lefticon {
    background-position: -258px -90px;
}

.context_menu LI.changeConnection A span.lefticon {
    background-position: -177px -69px;
}

.context_menu LI.changeConnection A:hover span.lefticon {
    background-position: -177px -91px;
}

.context_menu LI.startPlugin A span.lefticon {
    background-position: -198px -70px;
}

.context_menu LI.startPlugin A:hover span.lefticon {
    background-position: -198px -90px;
}

.context_menu LI.stopPlugin A span.lefticon {
    background-position: -218px -70px;
}

.context_menu LI.stopPlugin A:hover span.lefticon {
    background-position: -218px -90px;
}

.context_menu LI.removePlugin A span.lefticon {
    background-position: -238px -70px;
}

.context_menu LI.removePlugin A:hover span.lefticon {
    background-position: -238px -90px;
}

.context_menu LI.addPlugin A span.lefticon {
    background-position: -260px -70px;
}

.context_menu LI.addPlugin A:hover span.lefticon {
    background-position: -260px -90px;
}

.context_menu LI.configPlugin A span.lefticon {
    background-position: -178px -70px;
}

.context_menu LI.configPlugin A:hover span.lefticon {
    background-position: -178px -90px;
}

.context_menu LI.callTelefon A span.lefticon {
    background-position: -140px -110px;
}

.context_menu LI.callTelefon:hover A span.lefticon {
    background-position: -140px -130px;
}

.context_menu LI.callExtension A span.lefticon {
    background-position: -140px -110px;
}

.context_menu LI.callExtension:hover A span.lefticon {
    background-position: -140px -130px;
}

.context_menu LI.callMobile A span.lefticon {
    background-position: -160px -110px;
}

.context_menu LI.callMobile:hover A span.lefticon {
    background-position: -160px -130px;
}

.context_menu LI.emailTo A span.lefticon {
    background-position: -177px -197px;
}

.context_menu LI.emailTo:hover A span.lefticon {
    background-position: -177px -217px;
}

.context_menu LI.transferTelefon A span.lefticon {
    background-position: -200px -110px;
}

.context_menu LI.transferTelefon:hover A span.lefticon {
    background-position: -200px -130px;
}

.context_menu LI.statusSolved A span.lefticon {
    background-position: 0px -150px;
}

.context_menu LI.statusSolved:hover A span.lefticon {
    background-position: 0px -170px;
}

.context_menu li.default-dynamic-action .lefticon {
    background-position: -441px -3px;
}

.context_menu li.default-dynamic-action:hover .lefticon {
    background-position: -441px -3px;
}

/*
.context_menu LI.callTelefon A span.lefticon {
    background-position: -140px -110px;
}

.context_menu LI.callTelefon:hover A span.lefticon {
    background-position: -140px -130px;
}*/

.context_menu LI.callPhone A span.lefticon {
    background-position: -140px -110px;
}

.context_menu LI.callPhone:hover A span.lefticon {
    background-position: -140px -130px;
}

.ui-small-button {
    height: 21px;
}

    .ui-small-button .ui-button-text {
        padding: .18em 1em .1em 2em;
    }

.callAnswerButton .ui-icon-callAnswerButton {
    background-position: -360px -70px;
}

.callAnswerButton:not([disabled="disabled"]):hover .ui-icon-callAnswerButton {
    background-position: -360px -90px;
}

.callHangUpButton .ui-icon-callHangUpButton {
    background-position: -280px -70px;
}

.callHangUpButton:not([disabled="disabled"]):hover .ui-icon-callHangUpButton {
    background-position: -280px -90px;
}

.callHoldButton .ui-icon-callHoldButton {
    background-position: -300px -70px;
}

.callHoldButton:not([disabled="disabled"]):hover .ui-icon-callHoldButton {
    background-position: -300px -90px;
}

.callTransferButton .ui-icon-callTransferButton {
    background-position: -320px -70px;
}

.callTransferButton:not([disabled="disabled"]):hover .ui-icon-callTransferButton {
    background-position: -320px -90px;
}

.callCRMButton .ui-icon-callCRMButton {
    background-position: -340px -70px;
}

.callCRMButton:not([disabled="disabled"]):hover .ui-icon-callCRMButton {
    background-position: -340px -90px;
}

.grid_export {
    background-position: -79px -153px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

    .grid_export:hover {
        background-position: -79px -173px;
    }

.grid_import {
    background-position: -201px -151px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

    .grid_import:hover {
        background-position: -201px -170px;
    }

    .grid_import input[type="file"] {
        cursor: inherit;
        display: block;
        font-size: 999px;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        /* IE 5-7 */
        filter: alpha(opacity=0);
        /* Netscape */
        -moz-opacity: 0.0;
        /* Safari 1.x */
        -khtml-opacity: 0.0;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: right;
        max-height: 20px;
        max-width: 20px;
        top: 0;
    }

.grid_pivot {
    background-position: -465px -5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

    .grid_pivot:hover {
        background-position: -465px -25px;
    }

.grid_add {
    /*background-position: -40px -112px;*/
    background-position: -322px -2px;
    cursor: pointer;
}

    .grid_add:hover {
        /*background-position: -40px -132px*/
        background-position: -322px -22px;
    }

.mcic_dbgrid .grid_footer .footer_shell .shell_item a.default-dynamic-action {
    background-position: -444px -5px;
    width: 16px;
}

    .mcic_dbgrid .grid_footer .footer_shell .shell_item a.default-dynamic-action:hover {
        background-position: -444px -5px;
    }

.grid_refresh {
    background-position: -143px -151px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

    .grid_refresh:hover {
        background-position: -143px -171px;
    }

.grid_pivot_refresh {
    display: inline-block;
    background-position: -465px -48px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

    .grid_pivot_refresh:hover {
        background-position: -465px -74px;
        cursor: pointer;
    }

/* endregion mcic_dbgrid */

.pointer {
    cursor: pointer;
}

.gridFiltersDialog .filter-label {
    float: left;
}

.gridFiltersDialog .filter-type {
    border: 1px solid #a6c9e2;
    margin: 0px;
    background: #EAF2FC;
    /*  margin-left:10px;
    left:50%;*/
    width: 170px;
    /* position:absolute;*/
}

.gridFiltersDialog .filter-group {
    background: #F5F5F5;
    margin-bottom: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    border-radius: 5px;
    clear: both;
}

    .gridFiltersDialog .filter-group label {
        width: 100% !important;
    }

.gridFiltersDialog .filter-group-selected {
    background: #EAF2FC;
}

.gridFiltersDialog .filter-group .filter-label {
    width: 45%;
}

.gridFiltersDialog .filter-group .filter-div-2 .input {
    width: 40% !important;
    float: left;
}

.gridFiltersDialog .filter-group .filter-div-2 .txt {
    margin: 3px 10px;
    float: left;
}
/*
.gridFiltersDialog .filter-group .timeslider
{
    width:95%;
}
    */

.gridFiltersDialog .filter-div {
}

.gridFiltersDialog .filter-div-1 {
}

.gridFiltersDialog .filter-div-X {
}

    .gridFiltersDialog .filter-div-X .chosen-container {
        width: 94% !important;
    }

.gridFiltersDialog .oneColumnForm {
    padding: 8px;
}

#ui-datepicker-div {
    z-index: 10001 !important;
}
/*
input, textarea {
    background-color: #fffff8;
}*/


/*, .cke_inner .focusCKEDITOR*/


/* fix theme */
.cke_inner, .cke_top, .cke_contents, .cke_bottom, .cke_wysiwyg_div {
    background-color: rgba(255, 255, 255, 0) !important;
}

.cke_top {
    background-image: linear-gradient(to bottom,#f5f5f500,#ffffffb3) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f500',endColorstr='#ffffffb3') !important;
}

.cke_bottom {
    background-image: linear-gradient(to bottom,#ffffffb3,#f5f5f521) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffb3',endColorstr='#f5f5f521') !important;
}


/* CHECKBOX */
.checkbox-custom {
    cursor: pointer;
}

    .checkbox-custom label {
        display: block;
        margin-bottom: 3px;
    }

    .checkbox-custom input[type=checkbox] {
        /* IE cannot fire events if display none or visibility hidden */
        position: relative;
        left: -99999px;
    }

    .checkbox-custom i {
        width: 16px;
        height: 16px;
        margin-right: 3px;
        margin-bottom: -3px;
    }

        .checkbox-custom i.checked {
            /* checked */
            background-position: -48px -190px;
        }

        .checkbox-custom i.disabled {
            /* disabled */
            background-position: -64px -190px;
        }

            .checkbox-custom i.disabled.checked {
                /* disabled and checked */
                background-position: -80px -190px;
            }

    .checkbox-custom:hover i {
        background-position: -16px -190px;
    }

        .checkbox-custom:hover i.checked {
            /* checked */
            background-position: -32px -190px;
        }

        .checkbox-custom:hover i.disabled {
            /* disabled */
            background-position: -64px -190px;
        }

            .checkbox-custom:hover i.disabled.checked {
                /* disabled and checked */
                background-position: -80px -190px;
            }


.application_tabs .ui-tabs-panel,
#application_widgets .ui-tabs-panel {
    position: absolute !important;
    right: 0px;
    bottom: 0px;
    top: 30px;
    left: 0px;
    margin-top: 0px;
    padding: 0px 3px 0px 0px !important;
    height: auto;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
}

#appFramework .ui-tabs-nav a.ui-tabs-anchor {
    max-width: 150px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top-right-radius: 5px;
    margin-right: 4px;
}


.ui-tabs-application-content,
.ui-tabs-panel-content {
    height: auto !important;
    width: auto !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    display: block !important;
    position: absolute !important;
    border: 0px;
}

.ui-tabs-anchor {
    cursor: pointer !important;
}

.ui-left-dialog-buttonpane {
    /* margin-top:0px;*/
}

.ui-dialog-tabs .ui-icon-close {
    cursor: pointer;
    margin: 0.4em 0.2em 0 0;
}

.user_items, .x_user_items {
    white-space: nowrap;
    float: left;
}

    .user_items span.png_images, .x_user_items span.x_png_images {
        float: left;
        height: 20px;
        width: 20px;
    }

    .user_items label, .x_user_items label {
        -ms-text-overflow: clip !important;
        -o-text-overflow: clip !important;
        text-overflow: clip !important;
    }

.group_icon, .x_group_icon {
    background: no-repeat center;
    background-position: -81px -50px;
}

.agent_icon, .x_agent_icon {
    background: no-repeat center;
    background-position: 0px -50px;
}

.supervisor_icon_1, .supervisor_icon_2, .x_supervisor_icon_1, .x_supervisor_icon_2 /*RegularSupervisor*/ {
    background: no-repeat center;
    background-position: -20px -50px;
}

.supervisor_icon_3, .x_supervisor_icon_3 /*ReportSupervisor*/ {
    background: no-repeat center;
    background-position: -40px -50px;
}

.supervisor_icon_4, .x_supervisor_icon_4 /*PowerSupervisor*/ {
    background: no-repeat center;
    background-position: -60px -50px;
}

.layoutConfirm .ui-dialog {
    border: 1px solid #cc0000 !important;
}

.layoutConfirm .ui-dialog-titlebar {
    background-color: #cc0000 !important;
    border: 1px solid #cc0000 !important;
    background: none;
}

.layoutConfirm .ui-dialog-buttonpane {
    border-top: 1px solid #cc0000 !important;
}

.layoutConfirm .ui-dialog-buttonset button:first-child span:hover {
    background-color: #CC0000;
    color: white;
}

.layoutConfirm .ui-dialog-content {
    color: #cc0000;
    /*   font-weight: bold;*/
}

/* SEPARATOR */

.line_separator {
    float: left;
    width: 100%;
    text-align: center;
    border: 0;
    height: 1px;
    background: #333;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsla(0,0%,0%,0)), color-stop(50%,hsla(0,0%,0%,.75)), color-stop(100%,hsla(0,0%,0%,0)));
    background: -webkit-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background: -moz-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background: -ms-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background: -o-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background: linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    line-height: 0.1em;
    margin: 5px 0 10px;
}

    .line_separator span {
        background: #fff;
        padding: 0 10px;
    }

/* Gradient color1 - color2 - color1 */
hr.style-gradient-color {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

/* Gradient transparent - color - transparent */
hr.style-gradient-transparent {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

/* Double-color dashed line */
hr.style-dashed-line {
    border: 0;
    border-bottom: 1px dashed #B0DFFF;
    background: white;
}

/* Single-direction drop shadow */
hr.style-shadow-down {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(176, 223, 255,0.8);
}

/* Cloud */
hr.style-Cloud {
    border: 0;
    height: 0; /* Firefox... */
    box-shadow: 0 0 10px 1px black;
}

    hr.style-Cloud:after {
        /* Not really supposed to work, but does */
        content: "\00a0"; /* Prevent margin collapse */
    }

/* Inset */
hr.style-inset {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* Flared edges */
hr.style-flared {
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}

    hr.style-flared:before { /* Not really supposed to work, but does */
        display: block;
        content: "";
        height: 30px;
        margin-top: -31px;
        border-style: solid;
        border-color: black;
        border-width: 0 0 1px 0;
        border-radius: 20px;
    }

.monospace_font {
    font-family: 'DejaVu Sans Mono', monospace;
}

table.mcic_table {
    border-collapse: collapse;
    width: 85%;
    float: left;
    margin-left: 5%;
}

table.mcic_table2 {
    border-collapse: collapse;
    width: 40%;
    float: left;
    margin-left: 5%;
}

table.mcic_table100 {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
    border: 2px solid #A7C3EF;
}

    table.mcic_table2 tr:nth-child(odd), table.mcic_table tr:nth-child(odd), table.mcic_table100 tr:nth-child(odd) {
        background-color: #FAFAFA;
    }

    table.mcic_table2 tr:nth-child(even), table.mcic_table tr:nth-child(even), table.mcic_table100 tr:nth-child(even) {
        background-color: #ffffff;
    }

    table.mcic_table2 th, table.mcic_table th, table.mcic_table100 th {
        color: #005BB7;
        background-color: #d4d4d4;
        border: 1px solid #9E9E9E;
        vertical-align: top;
        text-align: center;
        background: #e2e2e2 url(/content/css/images/grid/fhbg.png) repeat-x left top;
        height: 18px;
        padding: 3px 5px 0px 5px;
        font-weight: bold;
    }

    table.mcic_table2 tbody th, table.mcic_table tbody th, table.mcic_table100 tbody th {
        color: #004E9D;
        background-color: #CFD7E6;
        border: 1px solid #9E9E9E;
        vertical-align: middle;
        text-align: center;
        background: #CFD7E6;
        height: 18px;
        padding: 8px 5px 0px 5px;
        font-weight: bold;
    }

    table.mcic_table2 td, table.mcic_table td, table.mcic_table100 td {
        border: 1px solid #d4d4d4;
        padding: 3px;
        vertical-align: top;
    }

table.center td, table td.center {
    text-align: center;
}

#layoutAppsWindow, #layoutAppsWindow .application_tabs {
    /*
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    width:100%;
    height:100%;
        */
    border-style: none !important;
    position: absolute;
    *height: expression((document.body.clientHeight - 65) + 'px'); /* IE6-7 trick */
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    min-width: 120px;
    height: auto;
    width: auto;
    padding: 0px;
    border-top-right-radius: 0px;
}

    #layoutAppsWindow .ui-tabs {
        padding: 0px !important;
    }

    #layoutAppsWindow .ui-tabs-nav {
        line-height: 0.3;
        width: auto !important;
        overflow: hidden;
        overflow-x: auto;
        height: 100%;
    }

    #layoutAppsWindow .ui-tabs-panel {
        top: 27px;
        padding: 0px !important;
    }

.layoutFramework .application_tabs .ui-tabs-bar-container {
    /*border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
     border-bottom: 0px;*/
    z-index: 6;
    top: 0px;
    left: 0px;
    width: 100%;
    background: none;
}

.layoutFramework .application_tabs .ui-tabs-tabs-container {
    overflow: hidden;
    max-height: 33px;
}

.layoutFramework .application_tabs .ui-tabs-left-button {
    margin-left: 3px;
    margin-right: 3px;
    float: left;
    position: relative;
    top: 2px;
    display: inline-block;
    width: 18px;
    height: 30px;
}

    .layoutFramework .application_tabs .ui-tabs-left-button .ui-button-text, .layoutFramework .application_tabs .ui-tabs-right-button .ui-button-text {
        padding-left: 0px;
    }

.layoutFramework .application_tabs .ui-tabs-right-button {
    float: right;
    margin-left: 3px;
    margin-right: 3px;
    position: relative;
    top: 2px;
    display: inline-block;
    width: 18px;
    height: 25px;
}

a.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
    color: gray;
    text-decoration: none !important;
}

.drop_call_button {
    background-position: -35px -150px;
    cursor: pointer;
    width: 27px !important;
}

    .drop_call_button:hover {
        background-position: -35px -170px;
    }

/****  Custom styles  ****/

/**** IMPORT FORM USED STYLES ****/ /**** START ****/
.import-select {
    margin-left: auto;
    margin-right: auto;
}

    .import-select .checkbox-custom i {
        margin-top: -4px;
    }

    .import-select label {
        float: left !important;
    }

    .import-select select {
        width: 250px;
    }

.import-tftable {
    border: 0;
    margin: auto;
}

/* HIDE DISABLED OPTIONS */
.import-select select option[disabled] {
    display: none;
}
/* HIDE DISABLED OPTIONS */
.import-select .chosen-container .chosen-results li.disabled-result {
    display: none;
}

/**** IMPORT FORM USED STYLES ****/ /**** END ****/

/* Html4Form styles */

.Html4Form {
    /*  margin: 20px auto;*/
    width: 100%;
    float: left;
    padding-top: 10px;
}

    .Html4Form fieldset {
        /*margin: 0 0 20px;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    display : inline;*/
    }

    .Html4Form ol {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: inline;
    }

    .Html4Form li {
        /*margin: 5px 0 0 0;*/
        position: relative;
        display: inline;
        /*   float: left;*/
    }


    .Html4Form .iti__country-list li {
        display: flex;
    }

    .Html4Form label {
        width: 150px;
        display: inline-block;
        vertical-align: super;
    }

    .Html4Form fieldset input,
    .Html4Form fieldset textarea,
    .Html4Form fieldset select {
        /* FIXME : VALIDATION
        background: #f7f7f7 url(/content/css/images/ico_validation.png) 379px 24px no-repeat;*/
        display: inline-block;
        /*width: 371px;*/
        border: 1px solid #ccc;
        padding: 3px; /* 14px 3px 3px;*/
        -moz-transition: background-color 1s ease;
        -webkit-transition: background-color 1s ease;
        -o-transition: background-color 1s ease;
        transition: background-color 1s ease;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 4px;
        /* background-color: #fffff8;*/
    }


        .Html4Form fieldset input:disabled, .Html4Form fieldset textarea:disabled
        /*, .Html4Form fieldset select:disabled, .Html4Form fieldset .chosen-disabled*/ {
            background-color: #ededed;
        }

    .Html4Form fieldset select {
        width: 401px;
        padding: 3px;
    }

    .Html4Form fieldset #postcode {
        padding: 3px;
        width: 400px;
    }


    .Html4Form fieldset .ui-durationWidget {
        background-color: rgb(255 255 255);
        color: #000000;
        border: 1px solid #cccccc;
    }

    .Html4Form fieldset .ui-durationWidget-disabled {
        background-color: rgba(224, 224, 224, 0.80) !important;
        color: #000000;
    }


    .Html4Form fieldset .ui-durationWidget {
        padding: 0px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 4px;
    }

    .Html4Form fieldset .ui-durationWidget ul {
        padding: 0px;
    }

    .Html4Form fieldset .ui-durationWidget span {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
    }


    .Html4Form input::-webkit-input-placeholder,
    .Html4Form input:-moz-placeholder {
        color: #A6A6A6;
    }


    .Html4Form .validation01 {
        background: #fe979761;
        color: #ff0000;
        display: none;
        font-size: 12px;
        padding: 3px;
        position: absolute;
        text-align: center;
        outline: 0;
        -moz-box-shadow: 0px 0px 4px #ffffff;
        -webkit-box-shadow: 0px 0px 4px #ffffff;
        box-shadow: 0px 0px 4px #ffffff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        right: -10px;
        top: -32px;
        width: auto;
        white-space: nowrap;
        min-width: 80px;
        z-index: 2;
    }
    /* BUG - EDIT FORM
    .Html4Form .oneColumnForm .validation01 {
        top: -4px;
    }
	*/

    .Html4Form .edit-form-custom-ol > li > .validation01 {
        top: -12px;
    }


    .Html4Form .fieldsetCheckSectionContent .edit-form-custom-ol > li > .validation01 {
        top: -26px;
        right: 0px;
    }

    .Html4Form .validation01:after {
        content: "";
        position: absolute;
        top: 19px;
        right: 18px;
        border-style: solid;
        border-width: 9px 3px 0px;
        border-color: #fe979761 transparent;
        display: block;
        width: 0;
        z-index: 1;
    }



    .Html4Form select.error + .select2 + .validation01,
    .Html4Form select:required + .select2-container--focus + .validation01,
    .Html4Form select.error + .chosen-container + .validation01,
    .Html4Form select.error + .chosen-container-active + .validation01,
    .Html4Form select:required + .chosen-container-active + .validation01,
    .Html4Form input:focus + .validation01,
    .Html4Form textarea:focus + .validation01 {
        display: block;
    }


        .Html4Form select:required:invalid + .select2-container--focus + .validation01 .valid,
        .Html4Form select.error + .select2-container--focus + .validation01 .valid,
        .Html4Form select:required.required:focus + .select2-container--focus + .validation01 .valid,
        .Html4Form select + .select2-container--focus + .validation01 .valid,
        .Html4Form select:required:invalid + .chosen-container-active + .validation01 .valid,
        .Html4Form select.error + .chosen-container-active + .validation01 .valid,
        .Html4Form select:required.required:focus + .chosen-container-active + .validation01 .valid,
        .Html4Form select + .chosen-container-active + .validation01 .valid,
        .Html4Form input:focus:required:invalid + .validation01 .valid,
        .Html4Form input.error:focus + .validation01 .valid,
        .Html4Form input.required:focus + .validation01 .valid,
        .Html4Form input:focus + .validation01 .valid,
        .Html4Form textarea:focus:required:invalid + .validation01 .valid,
        .Html4Form textarea.error:focus + .validation01 .valid,
        .Html4Form textarea.required:focus + .validation01 .valid,
        .Html4Form textarea:focus + .validation01 .valid {
            display: none;
        }


    .Html4Form select:required:valid + .select2-container--focus + .validation01,
    .Html4Form select.valid + .select2-container--focus + .validation01,
    .Html4Form select:required:valid + .chosen-container-active + .validation01,
    .Html4Form select.valid + .chosen-container-active + .validation01,
    .Html4Form input:focus:required:valid + .validation01,
    .Html4Form input.valid:focus + .validation01,
    .Html4Form textarea:focus:required:valid + .validation01,
    .Html4Form textarea.valid:focus + .validation01 {
        background: #86c386d6;
        color: #056405;
    }

        .Html4Form select:required:valid + .select2-container--focus + .validation01:after,
        .Html4Form select.valid + .select2-container--focus + .validation01:after,
        .Html4Form select:required:valid + .chosen-container-active + .validation01:after,
        .Html4Form select.valid + .chosen-container-active + .validation01:after,
        .Html4Form input:focus:required:valid + .validation01:after,
        .Html4Form input.valid:focus + .validation01:after,
        .Html4Form textarea:focus:required:valid + .validation01:after,
        .Html4Form textarea.valid:focus + .validation01:after {
            border-color: #86c386d6 transparent;
        }



        .Html4Form select.error + .select2 + .validation01 .invalid,
        .Html4Form select.error + .select2-container--focus + .validation01 .invalid,
        .Html4Form select:required:valid + .select2-container--focus + .validation01 .invalid,
        .Html4Form select.valid + .select2-container--focus + .validation01 .invalid,
        .Html4Form select.error + .chosen-container + .validation01 .invalid,
        .Html4Form select.error + .chosen-container-active + .validation01 .invalid,
        .Html4Form select:required:valid + .chosen-container-active + .validation01 .invalid,
        .Html4Form select.valid + .chosen-container-active + .validation01 .invalid,
        .Html4Form select.error:focus + .validation01 .error,
        .Html4Form input:focus:required:valid + .validation01 .invalid,
        .Html4Form input.valid:focus + .validation01 .invalid,
        .Html4Form input.error:focus + .validation01 .error,
        .Html4Form textarea:focus:required:valid + .validation01 .invalid,
        .Html4Form textarea.valid:focus + .validation01 .invalid,
        .Html4Form textarea.error:focus + .validation01 .error {
            display: none;
        }



        .Html4Form select.error + .select2 .select2-container--focus + .validation01 .error,
        .Html4Form select:required:valid + .select2-container--focus + .validation01 .valid,
        .Html4Form select.valid + .select2-container--focus + .validation01 .valid,
        .Html4Form select.error + .chosen-container-active + .validation01 .error,
        .Html4Form select:required:valid + .chosen-container-active + .validation01 .valid,
        .Html4Form select.valid + .chosen-container-active + .validation01 .valid,
        .Html4Form select.error:focus + .validation01 .error,
        .Html4Form input:focus:required:valid + .validation01 .valid,
        .Html4Form input.valid:focus + .validation01 .valid,
        .Html4Form input.error:focus + .validation01 .error,
        .Html4Form textarea:focus:required:valid + .validation01 .valid,
        .Html4Form textarea.valid:focus + .validation01 .valid,
        .Html4Form textarea.error:focus + .validation01 .error {
            display: block;
        }



    .Html4Form select.error + .select2-container--focus + .validation01,
    .Html4Form select.error + .chosen-container-active + .validation01,
    .Html4Form select.error + .validation01,
    .Html4Form input.error + .validation01,
    .Html4Form textarea.error + .validation01 {
        background: #fe979761 !important;
        color: #ff0303 !important;
    }

        .Html4Form select.error + .select2-container--focus + .validation01:after,
        .Html4Form select.error + .chosen-container-active + .validation01:after,
        .Html4Form select.error + .validation01:after,
        .Html4Form input.error + .validation01:after,
        .Html4Form textarea.error + .validation01:after {
            border-color: #fe979761 transparent !important;
        }

        .Html4Form select.error + .select2 + .validation01 .valid,
        .Html4Form select.error + .select2-container--focus + .validation01 .valid,
        .Html4Form select.error + .chosen-container + .validation01 .valid,
        .Html4Form select.error + .chosen-container-active + .validation01 .valid,
        .Html4Form select.error + .validation01 .valid,
        .Html4Form input.error + .validation01 .valid,
        .Html4Form textarea.error + .validation01 .valid,
        .Html4Form input.error + .validation01 .invalid,
        .Html4Form textarea.error + .validation01 .invalid {
            display: none !important;
        }

    .Html4Form select.error + .select2-container--focus,
    .Html4Form select.error + .chosen-container-active,
    .Html4Form input.error + .validation01 {
        display: block !important;
        color: #ff0303 !important;
    }







    .Html4Form fieldset input:required:valid {
        /*   background-color: #fff;*/
        background-position: 379px -63px;
    }

    /* Enhanced error styling */
    .Html4Form input.error {
        background-color: pink;
        background-position: 379px 1px;
        outline: none;
    }

    .Html4Form input.required {
        background-color: #fff;
        background-position: 379px -31px;
    }

    .Html4Form input.valid {
        background-color: #fffff8;
        background-position: 379px -61px;
    }

    .Html4Form input.error::-webkit-input-placeholder,
    .Html4Form input.error :-moz-placeholder {
        color: #fff;
    }

.cleditorMain textarea {
    background: none !important;
}

.select2-search__field {
    height: 15px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.select2-container .select2-selection--multiple {
    min-height: 19px !important;
}

/* Html4Form end */

.fieldsetCheckSection {
    border: 1px solid #84b6de;
    /* width: 93%;*/
    padding: 0px 10px 10px 10px;
    margin: 5px;
    /* background: rgb(245, 246, 247);*/
}

    .fieldsetCheckSection legend {
        margin-left: 10px;
        padding: 0px 10px;
        height: 22px;
        /*background: white;*/
    }

        .fieldsetCheckSection legend input {
            width: auto;
            float: left;
            cursor: pointer;
            padding: 0px;
        }

        .fieldsetCheckSection legend label {
            background: transparent;
            /*margin-left: 20px;*/
            cursor: pointer;
            padding-top: 4px;
            width: auto !important;
        }

    .fieldsetCheckSection.minimized {
        border-bottom: none;
        border-left: none;
        border-right: none;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

        .fieldsetCheckSection.minimized .fieldsetCheckSectionContent {
            display: none;
        }

.fieldsetSection {
    border: 1px solid #84b6de;
    /* width: 93%;*/
    /*  padding: 10px;*/
    padding-bottom: 10px;
    margin: 5px;
    /*background: rgb(245, 246, 247);*/
}

    .fieldsetSection > legend {
        margin-left: 10px;
        padding: 4px 10px 0px 10px;
        /* background: rgb(211, 218, 223);*/
        /*border: 1px solid #84b6de;*/
        height: 22px;
        /* background: white;*/
    }

.fieldsetCheckSection > legend > label {
    padding-left: 5px !important;
}

.oneColumnForm > ul > li {
    width: 98%;
    display: block;
    float: left;
}

.edit-form-custom-ol > li.text {
    /*  margin: 5px 0px 0px 0px;*/
    padding: 0px;
    width: auto;
}

.oneColumnForm .checkbox {
    margin-top: -3px;
    background-position: -16px -190px;
}

    .oneColumnForm .checkbox:before {
        clear: both;
        float: left;
    }

.oneColumnForm .forcheckbox {
    /*padding-left: 30px;
  /*  left: -26px;*/
    /*position: relative;
    width: auto;*/
    cursor: pointer;
    background-position: 3px 12px;
}

.fieldsetCheckSectionContent .oneColumnForm ul li {
    display: block;
}

ul.paragraf li {
    width: auto !important;
    display: inline !important;
}

.fieldsetCheckSectionAction input {
    padding: 0px;
}


.oneLine {
    width: auto !important;
    padding-right: 3px !important;
}

    .oneLine > * {
        float: left;
        width: auto !important;
        margin-right: 5px;
    }

    .oneLine input,
    .oneLine select,
    .oneLine textarea {
        margin-top: -5px !important;
    }



/******** CUSTOM 4 --> EDIT - DIALOG *********/

.edit-form-custom-ol,
.edit-form-custom-ol > li,
.edit-form-custom-ol > li > label,
.edit-form-custom-ol > li > input,
.edit-form-custom-ol > li > select,
.edit-form-custom-ol > li > textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.edit-form-custom-ol {
    width: 100%;
    height: auto;
    padding-left: 5px !important;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .edit-form-custom-ol > li {
        width: 330px;
        margin-bottom: 2px;
        float: left;
        /*  min-height: 45px;*/
        padding-left: 15px;
        height: auto !important;
        display: inline-table;
    }

        .edit-form-custom-ol > li > input[type="checkbox"] {
            width: auto;
            margin-top: 5px;
            margin-left: 13px;
            position: absolute;
            padding: 0px;
        }

        .edit-form-custom-ol > li > label {
            width: 100%;
            display: block;
            clear: both;
        }

            .edit-form-custom-ol > li > label.forcheckbox {
                clear: none;
                display: inline-block;
            }

.select2-container--open {
    z-index: 999999;
}

.fieldsetCheckSectionContent .edit-form-custom-ol > li {
    padding-right: 10px;
    margin-bottom: 5px;
}

.fieldsetCheckSectionContent .edit-form-custom-ol {
    margin-left: 0 !important;
    margin-top: 10px;
}

/* FONT ICON SELECTOR */

.edit-form-custom-ol .icons-selector.icons-16 .selector {
    width: auto;
    height: 28px;
}

.edit-form-custom-ol .icons-selector.icons-16 .selected-icon {
    width: 28px;
}

    .edit-form-custom-ol .icons-selector.icons-16 .selected-icon i {
        line-height: 28px;
    }

.edit-form-custom-ol .icons-selector.icons-16 .selector-button {
    width: 20px;
}

    .edit-form-custom-ol .icons-selector.icons-16 .selector-button i {
        line-height: 28px;
    }

.edit-form-custom-ol .icons-selector.icons-16 .selector-search input[type="text"],
.edit-form-custom-ol .icons-selector.icons-16 .selector-category select {
    line-height: 20px;
    padding: 2px 1%;
}

.edit-form-custom-ol .icons-selector.icons-16 .selector-search i {
    right: 10px;
    top: 4px;
}

.edit-form-custom-ol .icons-selector.icons-16 .fip-box {
    width: 28px;
    line-height: 28px;
    height: 28px;
}

.edit-form-custom-ol .icons-selector.icons-16 .selector-category select {
    height: 28px;
}

/* FONT */
.tabs_RowDetails {
    /**/ height: auto;
    width: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: block;
    position: absolute;
}

.sliderBoundSelect {
    width: 50px !important;
}

.sliderBoundControl {
    margin-bottom: 10px;
}

.center_msg {
    text-align: center;
    width: 100%;
    height: 100%;
}

    .center_msg::before {
        display: block;
        content: "";
        height: 50%;
    }

    .center_msg::after {
        vertical-align: top;
        line-height: 0;
    }

.dlgfixed {
    position: fixed !important;
}

/********************************
      TABLE STYLE
********************************/

.x_bordered table,
.bordered table,
.zebra table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;
}

.x_bordered, .bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}

    .x_bordered tr:hover,
    .bordered tr:hover {
        background: #fbf8e9;
        -o-transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .x_bordered td, .x_bordered th,
    .bordered td, .bordered th {
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        padding: 10px;
        text-align: left;
    }

    .x_bordered th,
    .bordered th {
        background-color: #dce9f9;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
        background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
        background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
        background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
        background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
        background-image: linear-gradient(top, #ebf3fc, #dce9f9);
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        border-top: none;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
    }

        .x_bordered td:first-child, .x_bordered th:first-child,
        .bordered td:first-child, .bordered th:first-child {
            border-left: none;
        }

        .x_bordered th:first-child,
        .bordered th:first-child {
            -moz-border-radius: 6px 0 0 0;
            -webkit-border-radius: 6px 0 0 0;
            border-radius: 6px 0 0 0;
        }

        .x_bordered th:last-child,
        .bordered th:last-child {
            -moz-border-radius: 0 6px 0 0;
            -webkit-border-radius: 0 6px 0 0;
            border-radius: 0 6px 0 0;
        }

        .x_bordered th:only-child,
        .bordered th:only-child {
            -moz-border-radius: 6px 6px 0 0;
            -webkit-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
        }

    .x_bordered tr:last-child td:first-child,
    .bordered tr:last-child td:first-child {
        -moz-border-radius: 0 0 0 6px;
        -webkit-border-radius: 0 0 0 6px;
        border-radius: 0 0 0 6px;
    }

    .x_bordered tr:last-child td:last-child, .bordered tr:last-child td:last-child {
        -moz-border-radius: 0 0 6px 0;
        -webkit-border-radius: 0 0 6px 0;
        border-radius: 0 0 6px 0;
    }

/*----------------------*/

.zebra td, .zebra th {
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.zebra tbody tr:nth-child(even) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}

.zebra th {
    text-align: left;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image: -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image: -o-linear-gradient(top, #f5f5f5, #eee);
    background-image: linear-gradient(top, #f5f5f5, #eee);
}

    .zebra th:first-child {
        -moz-border-radius: 6px 0 0 0;
        -webkit-border-radius: 6px 0 0 0;
        border-radius: 6px 0 0 0;
    }

    .zebra th:last-child {
        -moz-border-radius: 0 6px 0 0;
        -webkit-border-radius: 0 6px 0 0;
        border-radius: 0 6px 0 0;
    }

    .zebra th:only-child {
        -moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

.zebra tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;
}

    .zebra tfoot td:first-child {
        -moz-border-radius: 0 0 0 6px;
        -webkit-border-radius: 0 0 0 6px;
        border-radius: 0 0 0 6px;
    }

    .zebra tfoot td:last-child {
        -moz-border-radius: 0 0 6px 0;
        -webkit-border-radius: 0 0 6px 0;
        border-radius: 0 0 6px 0;
    }

    .zebra tfoot td:only-child {
        -moz-border-radius: 0 0 6px 6px;
        -webkit-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }


.intl-tel-input .country-list {
    width: auto !important;
}

.freeColumnForm ol label,
.freeColumnForm ol input,
.freeColumnForm ol text {
    width: auto !important;
}

.freeColumnForm ol {
    display: block;
}

    .freeColumnForm ol label {
        color: #38373c;
        /*padding-left: 10px;*/
        padding-top: 5px;
        padding-right: 5px;
        /* background: url(/content/css/images/arrow_selected.gif) no-repeat 3px 8px;*/
        /*text-transform:uppercase;		*/
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

/* ICONS */
.png_images {
    background-image: url(/content/css/images/mcic.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0;
    height: 18px;
    width: 20px;
    cursor: pointer;
}

.png_icon {
    height: 20px;
    width: 20px;
}

.layoutFramework #menu li#dashboard .dashboard {
    background-position: 0px -70px;
}

.layoutFramework #menu li#dashboard a:hover .dashboard,
.layoutFramework #menu li#dashboard.actv .dashboard {
    background-position: 0px -90px;
}

.layoutFramework #menu li#supervisor a .icon-RegularSupervisor,
.layoutFramework #menu li#supervisor a .icon-ReportSupervisor,
.layoutFramework #menu li#supervisor a .icon-PowerSupervisor {
    background-position: -60px -70px;
}

.layoutFramework #menu li#supervisor a:hover .icon-RegularSupervisor,
.layoutFramework #menu li#supervisor.clicked a .icon-RegularSupervisor {
    background-position: -60px -90px;
}

.layoutFramework #menu li#supervisor a:hover .icon-ReportSupervisor,
.layoutFramework #menu li#supervisor.clicked a .icon-ReportSupervisor {
    background-position: -40px -50px;
}

.layoutFramework #menu li#supervisor a:hover .icon-PowerSupervisor,
.layoutFramework #menu li#supervisor.clicked a .icon-PowerSupervisor {
    background-position: -60px -50px;
}

.layoutFramework #menu .submenu .supervisor_agents {
    background-position: -40px -67px;
}

.layoutFramework #menu .submenu:hover .supervisor_agents,
.layoutFramework #menu .submenu:active .supervisor_agents {
    background-position: -40px -87px;
}

.layoutFramework #menu .submenu .supervisor_queues {
    background-position: -99px -67px;
}

.layoutFramework #menu .submenu:hover .supervisor_queues,
.layoutFramework #menu .submenu:active .supervisor_queues {
    background-position: -99px -87px;
}

.layoutFramework #menu .submenu .supervisor_customers {
    background-position: -120px -70px;
}

.layoutFramework #menu .submenu:hover .supervisor_customers,
.layoutFramework #menu .submenu:active .supervisor_customers {
    background-position: -120px -90px;
}

.layoutFramework #menu .submenu .supervisor_channels {
    background-position: -140px -70px;
}

.layoutFramework #menu .submenu:hover .supervisor_channels,
.layoutFramework #menu .submenu:active .supervisor_channels {
    background-position: -140px -90px;
}

.layoutFramework #menu li#applications_settings .applications_settings {
    background-position: -203px -198px;
}

.layoutFramework #menu li#applications_settings a:hover .applications_settings,
.layoutFramework #menu li#applications_settings.clicked .applications_settings {
    background-position: -203px -218px;
}

.layoutFramework #menu a .default-dynamic-grid {
    background-position: -443px -24px;
}

.layoutFramework #menu a:hover .default-dynamic-grid {
    background-position: -443px -24px;
}

.layoutFramework #menu .submenu .supervisor_plugins {
    background-position: -80px -70px;
}

.layoutFramework #menu .submenu:hover .supervisor_plugins,
.layoutFramework #menu .submenu:active .supervisor_plugins {
    background-position: -80px -90px;
}

.layoutFramework #menu .submenu .system_settings {
    background-position: -281px -2px;
}

.layoutFramework #menu .submenu:hover .system_settings,
.layoutFramework #menu .submenu:active .system_settings {
    background-position: -281px -22px;
}

.layoutFramework #menu .submenu .client_sessions {
    background-position: -303px -3px;
}

.layoutFramework #menu .submenu:hover .client_sessions,
.layoutFramework #menu .submenu:active .client_sessions {
    background-position: -303px -23px;
}

.layoutFramework #menu .submenu .transport_connections {
    background-position: -263px -3px;
}

.layoutFramework #menu .submenu:hover .transport_connections,
.layoutFramework #menu .submenu:active .transport_connections {
    background-position: -263px -23px;
}

.layoutFramework #menu li#configurations .configurations {
    background-position: -20px -70px;
}

.layoutFramework #menu li#configurations a:hover .configurations,
.layoutFramework #menu li#configurations.actv a .configurations {
    background-position: -20px -90px;
}

.layoutFramework #menu .submenu .accountsetting {
    background-position: -80px -70px;
}

.layoutFramework #menu .submenu:hover .accountsetting,
.layoutFramework #menu .submenu:active .accountsetting {
    background-position: -80px -90px;
}



.layoutFramework #menu .menu .UserRightsIcon {
    background-position: -383px -67px;
}

.layoutFramework #menu .menu:hover .UserRightsIcon,
.layoutFramework #menu .menu:active .UserRightsIcon {
    background-position: -383px -85px;
}




.icon-Agent, .x_icon-Agent {
    background-position: 0px -50px;
}

.icon-RegularSupervisor, .x_icon-RegularSupervisor {
    background-position: -20px -50px;
}

.icon-ReportSupervisor, .x_icon-ReportSupervisor {
    background-position: -40px -50px;
}

.icon-PowerSupervisor, .x_icon-PowerSupervisor {
    background-position: -60px -50px;
}

/* global actions */

#frameworkGlobalActions .nav-global-globalactions li .icon-UserSettings {
    background-position: -80px -70px;
}

#frameworkGlobalActions .nav-global-globalactions li:hover .icon-UserSettings,
#frameworkGlobalActions .nav-global-globalactions li:active .icon-UserSettings {
    background-position: -80px -90px;
}


#frameworkGlobalActions .nav-global-globalactions li .icon-PageZoom {
    background-position: -406px -67px;
}

#frameworkGlobalActions .nav-global-globalactions li:hover .icon-PageZoom,
#frameworkGlobalActions .nav-global-globalactions li:active .icon-PageZoom {
    background-position: -406px -85px;
}

#frameworkGlobalActions .icon-logout {
    background-position: -162px -150px;
}

#frameworkGlobalActions .nav-global-globalactions li:hover .icon-logout,
#frameworkGlobalActions .nav-global-globalactions li:active .icon-logout {
    background-position: -162px -169px;
}

/* global notification */
#frameworkGlobalActions .notify-framework .notify-icon {
    background-position: -251px -175px;
}

.layoutFramework .layout-content .leftnav .leftnavinner > .menu.menu-item > a:hover > .icon-set-1,
.layoutFramework .layout-content .leftnav .leftnavinner > .menu.menu-item.clicked > a > .icon-set-1,
.layoutFramework .layout-content .leftnav .leftnavinner > .menu.menu-item > .submenu.submenu-item > a:hover .icon-set-1,
.edit-form-custom-ol .icons-selector.icons-16 .icon-set-1 {
    filter: none;
    -webkit-filter: grayscale(0); /* Old WebKit */
    -webkit-filter: grayscale(0); /* New WebKit */
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

/*

    Utils

*/

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.box-shadow-trans {
    box-shadow: 0px 2px 5px rgba(0,0,0,0.35), inset 0px 0px 0px rgba(0,0,0,0.1);
}

/* radius */
.border-radius-bottom {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.border-radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* text */
.text-unselectable,
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.text_selectable {
    -webkit-touch-callout: initial !important;
    -webkit-user-select: initial !important;
    -khtml-user-select: initial !important;
    -moz-user-select: initial !important;
    -ms-user-select: initial !important;
    user-select: initial !important;
}

.text-ellipsis {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* effects */
.transition-all-0-3 {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/* misc */
.cursor-pointer {
    cursor: pointer;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mdt-dialog-form {
    font-size: x-small;
}

.mdt-form-content {
    display: block;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 30px;
    overflow: auto;
}

    .mdt-form-content .oneColumnForm > li,
    .mdt-form-content > li,
    .fieldsetCheckSectionContent > li {
        list-style-type: none;
    }

.mdt-form-actions {
    display: block;
    background: #DEDEDE url(/content/css/images/grid/footer_bg.png) repeat-x left bottom;
    padding: 0px;
    border-bottom: 1px solid #e2e2e2;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 0px;
    vertical-align: bottom;
}

    .mdt-form-actions button {
        margin: 5px;
        left: 35%;
        font-size: x-small;
    }

li .none,
.oneColumnForm > ul > li.none {
    display: none !important;
}

/* folosita in MiniAgent si customCRMs*/
.addCRMButton {
    text-align: left !important;
}

    .addCRMButton .callCRMButton {
        float: right;
    }

.mcic_AgentCRMInfo td:first-child {
    width: 90px;
}

/* fix: ascunde dialog din gridDetails  */
.grid_details .ui-tabs-panel {
    overflow: visible !important;
}

.EditFix100 {
    float: left;
    width: 100%;
    height: 100%;
}

    .EditFix100 .uix-multiselect .option-element {
        float: left;
        width: 100%;
        font-size: 12px;
        padding-top: 3px;
    }

        .EditFix100 .uix-multiselect .option-element span {
            float: left;
        }

.hover {
    cursor: pointer;
}

.intl-tel-input .selected-flag .arrow {
    display: none;
}

/* update contorl */


.fileupload .progress {
    display: block;
    width: 100%;
}

.fileupload .progress-value {
    display: block;
    background-color: #688ff5;
    text-align: center;
    font-size: x-small;
    color: #f1f1f1;
    padding: 2px 15px;
}


.EmailBeautify, .PhoneBeautify, .SmsBeautify {
    border-bottom: 1px dashed #c5dbec;
    cursor: pointer;
}



.tk_email_action, .tk_call_action, .tk_sms_action {
    border: 0px !important;
    background: none !important;
    width: 7px;
    left: 2px !important;
    margin-right: 3px !important;
}

    .tk_email_action .ui-icon, .tk_call_action .ui-icon, .tk_sms_action .ui-icon {
        top: 40% !important;
    }

/* Plugin rights */
#tab_UserRights table {
    width: 100%;
    border-collapse: separate;
    border: 1px solid #87b6da;
    margin: -1px;
}


    #tab_UserRights table thead th {
        /*background: #e7f1fb;*/
        border: 1px solid #87b6da;
        text-align: center;
        padding: 5px 5px;
        min-width: 50px;
        width: 50px;
        vertical-align: middle;
    }


    #tab_UserRights table tbody th {
        /*background: #e7f1fb;*/
        border: 1px solid #87b6da;
        text-align: left;
        padding: 5px 5px;
        width: 120px;
        vertical-align: middle;
    }




    #tab_UserRights table td {
        border: 1px solid #87b6da;
        text-align: center;
    }

        #tab_UserRights table td .hasRight {
            margin-top: 2px;
            background-position: -105px -215px;
        }

        #tab_UserRights table td .noRight {
            background-position: -128px -192px;
        }

#li_userRightsWidget_AgentID label {
    background: none;
}


.floatRight {
    float: right;
}

@-webkit-keyframes backcolornotifier {
    0% {
        background: #ff5959 !important;
    }

    50% {
        background: blue !important;
    }

    100% {
        background: #ff5959 !important;
    }
}

@keyframes backcolornotifier {
    0% {
        background: #ff5959 !important;
    }

    50% {
        background: blue !important;
    }

    100% {
        background: #ff5959 !important;
    }
}


.mcic-text-notifier {
    background-color: #ff5959 !important;
    color: #ffffff !important;
    animation-name: backcolornotifier;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-delay: 0.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

li.mcic-text-notifier,
.hiddentabs_button.mcic-text-notifier,
.hiddentabs_list .mcic-text-notifier {
    background: #ff5959 !important;
}

    .mcic-text-notifier a,
    .hiddentabs_button.mcic-text-notifier,
    .hiddentabs_list .mcic-text-notifier a {
        color: #ffffff !important;
    }

.mcic-text-notifier-off {
    background-color: #344ef3 !important;
    color: #ffffff !important;
}

li.mcic-text-notifier-off,
.hiddentabs_list .mcic-text-notifier-off {
    background: #ff5959 !important;
}

    .mcic-text-notifier-off a,
    .hiddentabs_list .mcic-text-notifier-off a {
        color: #ffffff !important;
    }

.application_tabs .bar_container .ui-tabs .ui-tabs-nav li {
    background-color: transparent;
}

/*CUSTOM HIDDEN TABS*/

.bar_container .ulhiddentabs {
    border: 1px solid #c5dbec;
    background: #dfeffc;
    font-weight: bold;
    color: #2e6e9e;
    padding: 5px;
    border-radius: 5px;
}

.bar_container .ui-widget-header .ahiddentabs {
    color: #2e6e9e;
}

.bar_container .selected-hidden-tab {
    border: 1px solid #79b7e7;
    background: #f5f8f9 url(/content/js/jquery-ui/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #e17009;
    position: relative;
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bar_container .default-hidden-tab {
    border: 1px solid #c5dbec;
    background: #dfeffc url(/content/js/jquery-ui/redmond/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #2e6e9e;
    position: relative;
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bar_container .a-default-hidden-tab {
    cursor: pointer !important;
    color: #2e6e9e !important;
}

.bar_container .a-selected-hidden-tab {
    color: #e17009 !important;
}

.bar_container .default-close-hidden-tab {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 5px 0 8px;
    width: 14px;
    height: 14px;
    background-position: -97px -130px;
    background-image: url(/content/js/jquery-ui/redmond/images/ui-icons_6da8d5_256x240.png);
    cursor: pointer;
}

.bar_container .selected-close-hidden-tab {
    background-image: url(/content/js/jquery-ui/redmond/images/ui-icons_f9bd01_256x240.png);
}

.bar_container .default-close-hidden-tab:hover {
    background: #dfeffc url(/content/js/jquery-ui/redmond/images/ui-icons_cd0a0a_256x240.png) 50% 50% repeat-x;
    background-position: -97px -130px;
}

.layoutFramework .application_tabs .grid_rowdetails_wrapper .ui-tabs-tabs-container {
    height: 25px;
}

.layoutFramework .application_tabs .grid_dialogs .ui-tabs-tabs-container {
    height: 25px;
}


.layoutFramework .application_tabs .grid_rowdetails_wrapper .ui-tabs-right-button {
    height: 25px;
}

.layoutFramework .application_tabs .grid_dialogs .ui-tabs-right-button {
    height: 25px;
}

/* fix for details tabs  */
.application_tabs .grid_rowdetails_wrapper .ui-tabs-panel {
    top: 25px;
}

/*fix for dialog tabs*/
.application_tabs .ui-dialog-form .ui-tabs-panel {
    top: 30px;
}

/*CUSTOM HIDDEN TABS  - END*/


/* fix for pure.css */
fieldset {
    border: 0px;
    margin: 0px;
    /* padding: 0.35em 0.625em 0.75em; */
}


/* fix view dbgrid & pivot  & splitter*/
.ui-tabs, .ui-tabs .ui-tabs-nav {
    padding: 0px !important;
}


/* fix TextBeautify / collapse /  */
.fieldsetSection .collapse .heightAuto {
    padding: 0em 2.2em;
}

.fieldsetSection .collapse .ui-accordion-header {
    padding: 0.2em 0.5em 0.2em 2em;
}

/*  ------------------------------------ */

#tabs_MenuUserRights_ViewRights .reloadUserRightsWidget {
    float: right;
    top: 5px;
    position: absolute;
    right: 10px;
}

/* Page Zoom*/


.zoom_in,
.zoom_out {
    width: 18px;
    height: 18px;
    margin: 0px 5px;
    height: 16px;
    line-height: 13px;
    padding: 0px;
}

.zoom_txt {
    height: 25px;
}



/* fix UI Theme */


.layoutFramework > .header
.ui-dialog-tabs,
.layoutFramework .layout-content .application_tabs {
    border: 0px !important;
}

.ui-widget-content {
    background-image: none !important;
}

.layoutFramework .layout-content .application_tabs .bar_container {
    border-width: 1px;
    border-style: none none dashed none;
    border-radius: unset;
    font-size: 12px;
}



.EditDialog .ui-dialog-content {
    border: none !important;
}

.layoutFramework .layout-content .ui-button {
    padding: 2px 6px;
    line-height: 20px;
}

.layoutConfirm .ui-dialog-titlebar .ui-dialog-title {
    color: white;
}


/*

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error
*/

.ui-dialog-buttonpane .ui-state-error {
    margin: 5px 10px;
    padding: 5px 10px;
}




/* UI Theme - Controls */
.Html4Form fieldset .chosen-container ul.chosen-choices li input {
    height: 16px !important;
}

.Html4Form fieldset .chosen-container-multi .chosen-choices li.search-choice {
    margin: 1px 5px 1px 0;
    padding: 0px 20px 1px 5px;
}

    .Html4Form fieldset .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        top: 2px;
    }

.Html4Form fieldset .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 1px 5px !important;
}


.Html4Form .select2-container--open .select2-selection {
    border-radius-bottom: 0px;
}


.Html4Form fieldset .chosen-container ul.chosen-choices {
    border-radius: 5px;
}

.Html4Form fieldset .chosen-container-active ul.chosen-choices {
    border-radius-bottom: 0px;
}

.Html4Form fieldset .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 1px;
}

span.select2-dropdown,
.Html4Form .select2-container--focus .select2-selection__rendered,
.Html4Form .select2-container--open .select2-selection__rendered,
.Html4Form fieldset input:focus,
.Html4Form fieldset select:focus,
.Html4Form fieldset textarea:focus,
textarea:focus,
.Html4Form fieldset .cke_focus,
.Html4Form fieldset .chosen-container-active ul.chosen-choices,
.Html4Form fieldset .chosen-container-active a.chosen-single,
.Html4Form fieldset .chosen-container-active .chosen-drop {
    border-style: solid;
    border-left-width: 5px;
    border-color: #2196F3;
}



.Html4Form fieldset input:hover,
.Html4Form fieldset select:hover,
.Html4Form fieldset textarea:hover,
textarea:hover,
.Html4Form fieldset .chosen-container a.chosen-single:hover {
    border-color: #2196F3;
}


.Html4Form fieldset input:focus {
    border-color: #2196F3;
    box-shadow: 0 0 5px #3cf;
}

.Html4Form fieldset input.ui-state-error:focus {
    border-color: #ff0000;
    box-shadow: 0 0 5px #ff3368bf;
}

.cke_focus .cke_top,
.cke_focus .cke_contents,
.cke_focus .cke_bottom {
    border-color: #2196F3;
    box-shadow: 0 0 5px #2196F3;
}


.select2-dropdown {
    background-color: white;
    border: 1px solid #2196F3;
    box-shadow: 0 0 5px #2196F3;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border: 1px solid #2196F3;
    box-shadow: 0 0 5px #2196F3;
}

.select2-results__option {
    padding: 3px !important;
}


input {
    line-height: normal;
}

.Html4Form fieldset .chosen-container-single .chosen-single {
    height: 18px;
    line-height: 18px;
}



.uix-multiselect .uix-list-container,
.chosen-single,
.chosen-choices,
.chosen-results,
.select2-selection,
input,
select,
textarea
{
    background-color: rgb(255, 255, 230);
    color: #000000;
    border: 1px solid #cccccc;
}

.uix-multiselect .multiselect-selected-list, .uix-multiselect .multiselect-available-list {
    border: 1px solid #2196F3;
    border-radius: 7px;
}



.chosen-disabled .chosen-choices,
.chosen-disabled .chosen-single,
.select2-container--disabled .select2-selection,
input:disabled {
    background-color: rgba(224, 224, 224, 0.80) !important;
    color: #000000;
}

.ui-button {
    line-height: 18px !important;
    height: 24px;
}

.ui-dialog .ui-dialog-buttonpane button {
    padding-top: 3px;
}


/** MCIC STANDARD */
.float_left {
    float: left;
}

.float_right {
    float: right;
}

.nowrap {
    white-space: nowrap;
}

/* sentiment */
.mcic_sentiment_positive {
    background-position: -275px -44px;
}

.mcic_sentiment_negative {
    background-position: -294px -44px;
}

.mcic_sentiment_neutral {
    background-position: -314px -44px;
}

.oidc-btn {
    width: 100%;
    max-width: 100px;
    height: 42px;
    border-radius: 2px;
    cursor: pointer;
    cursor: hand;
    align-self: center;
    user-select: none;
    transition: all 400ms ease 0s;
    display: flex;
}

    .oidc-btn .oidc-icon-wrapper {
        position: absolute;
        margin-top: 1px;
        margin-left: 1px;
        width: 40px;
        height: 40px;
        border-radius: 2px;
        user-select: none
    }

    .oidc-btn .oidc-icon-svg {
        position: absolute;
        margin-top: 11px;
        margin-left: 11px;
        width: 18px;
        height: 18px;
        user-select: none
    }

    .oidc-btn .btn-text {
        float: right;
        margin: 11px 14px 40px 40px;
        color: #000000;
        font-size: 14px;
        font-family: 'Segoe UI Semibold', 'Segoe UI';
        user-select: none
    }

    .oidc-btn:hover {
        box-shadow: 0 3px 8px rgba(117, 117, 117, .5);
        user-select: none
    }

    .oidc-btn:active {
        box-shadow: 0 1px 1px #757575;
        background: #F8F8F8;
        color: #fff;
        user-select: none
    }

.oidc-single-btn {
    width: 100%;
    max-width: 215px;
    height: 42px;
    border-radius: 2px;
    cursor: pointer;
    cursor: hand;
    align-self: center;
    user-select: none;
    transition: all 400ms ease 0s;
    display: flex;
}

    .oidc-single-btn .oidc-icon-wrapper {
        position: absolute;
        margin-top: 1px;
        margin-left: 10px;
        width: 40px;
        height: 40px;
        border-radius: 2px;
        user-select: none
    }

    .oidc-single-btn .oidc-icon-svg {
        position: absolute;
        margin-top: 11px;
        margin-left: 11px;
        width: 18px;
        height: 18px;
        user-select: none
    }

    .oidc-single-btn .btn-text {
        float: right;
        margin: 11px 11px 40px 50px;
        color: #000000;
        font-size: 14px;
        font-family: 'Segoe UI Semibold', 'Segoe UI';
        user-select: none
    }

    .oidc-single-btn:hover {
        box-shadow: 0 3px 8px rgba(117, 117, 117, .5);
        user-select: none
    }

    .oidc-single-btn:active {
        box-shadow: 0 1px 1px #757575;
        background: #F8F8F8;
        color: #fff;
        user-select: none
    }


.layoutFramework .splitter_panel .vsplitter,
.layoutFramework .splitter_panel .hsplitter {
    background-color: #c5ccd4;
    z-index: auto;
}

.layoutFramework .splitter_panel .vsplitter {
    width: 5px;
}

.layoutFramework .splitter_panel .hsplitter {
    height: 5px;
}
