.wrap-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 1030
}

    .wrap-loader .loader-text {
        color: #fff;
        position: relative;
        top: 110px;
        text-align: center;
        width: 100%;
        display: block;
        font-size: 1.3em
    }

    .wrap-loader .lds-ring {
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 80px;
        height: 80px
    }

        .wrap-loader .lds-ring div {
            box-sizing: border-box;
            display: block;
            position: absolute;
            width: 64px;
            height: 64px;
            margin: 8px;
            border: 8px solid #fff;
            border-radius: 50%;
            animation: lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
            border-color: #fff transparent transparent
        }

            .wrap-loader .lds-ring div:nth-child(1) {
                animation-delay: -.45s
            }

            .wrap-loader .lds-ring div:nth-child(2) {
                animation-delay: -.3s
            }

            .wrap-loader .lds-ring div:nth-child(3) {
                animation-delay: -.15s
            }

@keyframes lds-ring {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.modal.fake-backdrop:after {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .5
}

@font-face {
    font-family: OpenSans;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/OpenSans-Regular.ttf)
}

@font-face {
    font-family: OpenSans;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/OpenSans-Light.ttf)
}

@font-face {
    font-family: OpenSans;
    font-weight: 300;
    font-style: italic;
    src: url(../fonts/OpenSans-LightItalic.ttf)
}

@font-face {
    font-family: OpenSans;
    font-weight: 400;
    font-style: italic;
    src: url(../fonts/OpenSans-Italic.ttf)
}

@font-face {
    font-family: OpenSans;
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/OpenSans-SemiBold.ttf)
}

@font-face {
    font-family: OpenSans;
    font-weight: 600;
    font-style: italic;
    src: url(../fonts/OpenSans-SemiBoldItalic.ttf)
}

@font-face {
    font-family: OpenSans;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/OpenSans-Bold.ttf)
}

@font-face {
    font-family: OpenSans;
    font-weight: 700;
    font-style: italic;
    src: url(../fonts/OpenSans-BoldItalic.ttf)
}

@font-face {
    font-family: OpenSans;
    font-weight: 800;
    font-style: normal;
    src: url(../fonts/OpenSans-ExtraBold.ttf)
}

@font-face {
    font-family: OpenSans;
    font-weight: 800;
    font-style: italic;
    src: url(../fonts/OpenSans-ExtraBoldItalic.ttf)
}

.border-shadow, .border-shadow-hover {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3)
}

    .border-shadow-hover:hover {
        -webkit-box-shadow: 0 3px 12px 0 rgba(0,0,0,.4);
        -moz-box-shadow: 0 3px 12px 0 rgba(0,0,0,.4);
        box-shadow: 0 3px 12px 0 rgba(0,0,0,.4);
        -o-box-shadow: 0 3px 12px 0 rgba(0,0,0,.4)
    }

#event_analytics .box-div, #global_analytics_all_chart_container .box-div, #global_analytics_all_chart_container .ctn-box {
    margin-top: 8px
}

#event_main_details {
    flex-direction: row;
    align-items: flex-start
}

*, ::after, ::before {
    box-sizing: border-box
}

* {
    font-family: OpenSans;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,.2) transparent
}

::-webkit-scrollbar {
    height: 5px;
    width: 5px
}

::-webkit-scrollbar-track {
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
    border-radius: 3px
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0,0,0,.3)
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: #000
    }

    ::-webkit-scrollbar-thumb:vertical {
        min-height: 5px
    }

    ::-webkit-scrollbar-thumb:horizontal {
        min-width: 5px
    }

body {
    height: 100vh;
    font-size: 14px
}

    body a {
        color: inherit;
        text-decoration: none;
        font-weight: inherit
    }

        body a:hover {
            color: inherit;
            text-decoration: none
        }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

html .menu-left-open .menu-top {
    display: none
}

html .menu-left-open .page-container {
    height: 100%;
    font-size: 0
}

.m-btn, html .menu-left-open .page {
    display: inline-block;
    font-size: 14px
}

html .menu-left-open .page {
    -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,.46);
    -moz-box-shadow: 0 0 16px 0 rgba(0,0,0,.46);
    box-shadow: 0 0 16px 0 rgba(0,0,0,.46);
    -o-box-shadow: 0 0 16px 0 rgba(0,0,0,.46);
    width: calc(100% - 80px)
}

    html .menu-left-open .page .inner-page {
        padding: 30px
    }

        html .menu-left-open .page .inner-page.no-padding-bottom {
            padding-bottom: 0
        }

html .menu-left-open .m-footer {
    width: calc(100% - 80px)
}

.m-btn {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: #607D8B;
    color: #fff;
    border: 0;
    border: 1px solid #607D8B;
    text-align: center;
    padding: 9px;
    height: 40px;
    cursor: pointer;
    font-weight: 700;
    outline: 0;
    width: 180px
}

    .m-btn:active, .m-btn:hover, .m-btn:link, .m-btn:visited {
        color: #fff;
        text-decoration: none
    }

    .m-btn:hover {
        background-color: #546E7A
    }

    .m-btn.long-text {
        display: inline-table;
        font-size: .7em;
        line-height: 1.2em;
        padding: 0 12px
    }

        .m-btn.long-text .inner-text {
            vertical-align: middle;
            display: table-cell
        }

    .m-btn.btn-icon .btn-text, .m-btn.btn-icon i {
        display: inline-block;
        vertical-align: top
    }

    .m-btn.icon-btn {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        background-color: #fff;
        border-color: #9E9E9E
    }

    .m-btn.btn-icon {
        -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
        -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
        box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
        -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
        border: 0;
        width: auto;
        padding-right: 14px
    }

        .m-btn.btn-icon:hover {
            -webkit-box-shadow: 0 3px 12px 0 rgba(0,0,0,.4);
            -moz-box-shadow: 0 3px 12px 0 rgba(0,0,0,.4);
            box-shadow: 0 3px 12px 0 rgba(0,0,0,.4);
            -o-box-shadow: 0 3px 12px 0 rgba(0,0,0,.4)
        }

.menu-top, .menu-top .elem-menu-top.user-data .user-panel .user-img .round-img {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3)
}

.m-btn.btn-icon i {
    position: relative;
    top: -2px;
    height: 24px;
    width: 24px
}

.m-btn.disabled {
    background-color: #E0E0E0;
    border-color: #E0E0E0;
    color: #fff
}

.m-btn.new-event-btn {
    position: fixed;
    bottom: 20px;
    right: 20px
}

.m-btn label {
    cursor: pointer
}

.second-btn, .white-btn {
    color: #607D8B;
    background-color: #fff;
    border-color: #9E9E9E
}

    .second-btn:active, .second-btn:hover, .second-btn:link, .second-btn:visited, .white-btn:active, .white-btn:hover, .white-btn:link, .white-btn:visited {
        color: #607D8B;
        text-decoration: none
    }

    .second-btn:hover, .white-btn:hover {
        background-color: #f5f5f5
    }

    .second-btn.btn-icon:hover, .white-btn.btn-icon:hover {
        background: #fff
    }

.error-btn, .red-btn {
    color: #FF3455;
    background-color: #fff;
    border-color: #FF3455
}

    .error-btn:active, .error-btn:hover, .error-btn:link, .error-btn:visited, .red-btn:active, .red-btn:hover, .red-btn:link, .red-btn:visited {
        color: #FF3455;
        text-decoration: none
    }

    .error-btn:hover, .red-btn:hover {
        background-color: #FF3455;
        color: #fff
    }

    .error-btn.btn-icon:hover, .red-btn.btn-icon:hover {
        color: #fff
    }

.blue-btn {
    color: #03A9F4;
    background-color: #fff;
    border-color: #03A9F4
}

    .blue-btn:active, .blue-btn:hover, .blue-btn:link, .blue-btn:visited {
        color: #03A9F4;
        text-decoration: none
    }

    .blue-btn:hover {
        background-color: #03A9F4;
        color: #fff
    }

    .blue-btn.btn-icon:hover {
        color: #fff
    }

.grey-btn {
    color: #607D8B;
    background-color: #fff;
    border-color: #607D8B
}

    .grey-btn:active, .grey-btn:hover, .grey-btn:link, .grey-btn:visited {
        color: #607D8B;
        text-decoration: none
    }

    .grey-btn:hover {
        background-color: #607D8B;
        color: #fff
    }

    .grey-btn.btn-icon:hover {
        color: #fff
    }

.gray-btn {
    color: #9E9E9E;
    background-color: #fff;
    border-color: #9E9E9E
}

    .gray-btn:active, .gray-btn:hover, .gray-btn:link, .gray-btn:visited {
        color: #9E9E9E;
        text-decoration: none
    }

    .gray-btn:hover {
        background-color: #9E9E9E;
        color: #fff
    }

    .gray-btn.btn-icon:hover {
        color: #fff
    }

.normal-btn {
    background-color: #607D8B;
    color: #fff;
    border: 0
}

    .normal-btn:active, .normal-btn:hover, .normal-btn:link, .normal-btn:visited {
        color: #fff;
        text-decoration: none
    }

    .normal-btn:hover {
        background-color: #546E7A
    }

.row-btn {
    margin-top: 20px
}

    .row-btn .m-btn {
        margin-right: 10px
    }

        .row-btn .m-btn:last-child {
            margin-right: 0
        }

.row-btn-center {
    display: block;
    margin-top: 20px;
    text-align: center
}

    .row-btn-center .m-btn {
        margin-right: 10px;
        vertical-align: top
    }

        .row-btn-center .m-btn:last-child {
            margin-right: 0
        }

    .row-btn-center .one-row {
        margin-top: 0
    }

.one-row {
    display: inline-flex;
    margin-top: 20px
}

    .one-row .m-btn {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #607D8B;
        background-color: #fff;
        border-color: #9E9E9E;
        margin-right: 0;
        border-right: 0
    }

        .one-row .m-btn:active, .one-row .m-btn:hover, .one-row .m-btn:link, .one-row .m-btn:visited {
            color: #607D8B;
            text-decoration: none
        }

        .one-row .m-btn:hover {
            background-color: #f5f5f5
        }

        .one-row .m-btn.btn-icon:hover {
            background: #fff
        }

.menu-top .elem-menu-top.icon-progr, .menu-top .elem-menu-top.logo-client, .wrap-check .icon-vick, .wrap-check .inpt-check:checked + .icon-vick {
    background-position: center center;
    background-repeat: no-repeat
}

.one-row .m-btn:first-child {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px
}

.one-row .m-btn:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-right: 1px solid
}

.one-row .m-btn.active, .one-row .m-btn.selected {
    background-color: #607D8B;
    color: #fff;
    border: 0
}

    .one-row .m-btn.active:active, .one-row .m-btn.active:hover, .one-row .m-btn.active:link, .one-row .m-btn.active:visited, .one-row .m-btn.selected:active, .one-row .m-btn.selected:hover, .one-row .m-btn.selected:link, .one-row .m-btn.selected:visited {
        color: #fff;
        text-decoration: none
    }

    .one-row .m-btn.active:hover, .one-row .m-btn.selected:hover {
        background-color: #546E7A
    }

.one-row .m-btn.blue-btn {
    color: #03A9F4;
    background-color: #fff;
    border-color: #03A9F4
}

    .one-row .m-btn.blue-btn:active, .one-row .m-btn.blue-btn:hover, .one-row .m-btn.blue-btn:link, .one-row .m-btn.blue-btn:visited {
        color: #03A9F4;
        text-decoration: none
    }

    .one-row .m-btn.blue-btn.btn-icon:hover {
        color: #fff
    }

    .one-row .m-btn.blue-btn:hover {
        background-color: #f5f5f5;
        color: #03A9F4
    }

    .one-row .m-btn.blue-btn.active, .one-row .m-btn.blue-btn.selected {
        background-color: #03A9F4;
        color: #fff;
        border: 0
    }

.one-row select.inpt {
    width: auto
}

.one-row .ctn-inpt {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-right: 0;
    margin-top: 0
}

    .one-row .ctn-inpt:first-child {
        border-bottom-left-radius: 30px;
        border-top-left-radius: 30px
    }

    .one-row .ctn-inpt:last-child {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px
    }

.wrap-btn-right {
    display: inline-block;
    float: right;
    margin-top: 20px;
    margin-right: -15px
}

    .wrap-btn-right .m-btn {
        margin-right: 0
    }

    .wrap-btn-right .hide-intp {
        width: 1px;
        visibility: hidden
    }

.wrap-check {
    position: relative;
    display: inline-block
}

    .wrap-check .icon-vick {
        background-image: url(../img/quizAppList/ch_empty.svg);
        background-size: contain;
        width: 22px;
        min-width: 22px;
        height: 22px;
        cursor: pointer;
        margin-right: 10px;
        z-index: 0
    }

    .wrap-check .inpt-check {
        position: absolute;
        opacity: 0;
        z-index: 1;
        width: 22px;
        height: 22px;
        top: 0;
        display: block;
        left: 0;
        cursor: pointer
    }

        .wrap-check .inpt-check:checked + .icon-vick {
            background-image: url(../img/quizAppList/ch_checked.svg);
            background-size: contain
        }

.m-modal {
    overflow: auto
}

    .m-modal .modal-600 {
        max-width: 600px
    }

.modal-content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0
}

    .modal-content .modal-header {
        padding: 13px 13px 0;
        background-color: #fff;
        color: #2d3841;
        font-weight: 700;
        display: block;
        position: relative;
        border-bottom: 0;
        border-radius: inherit;
        border-radius: 10px 10px 0 0
    }

        .modal-content .modal-header .modal-title {
            width: 100%;
            text-align: center;
            display: inline-block;
            vertical-align: top
        }

    .modal-content .modal-body {
        padding: 20px 30px
    }

        .modal-content .modal-body > div:first-child {
            margin-top: 0
        }

    .modal-content .modal-footer {
        border-top: none;
        padding: 0 30px 20px;
        display: block;
        text-align: center;
        border-radius: 0 0 10px 10px
    }

    .modal-content .inner-title {
        width: 100%;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        padding: 25px 0 15px;
        font-weight: 700
    }

.menu-top {
    height: 80px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    width: 100%;
    position: relative;
    z-index: 11
}

    .menu-top .elem-menu-top {
        display: inline-block;
        vertical-align: top
    }

        .menu-top .elem-menu-top.icon-progr {
            background-size: 5em;
            width: 6%;
            min-width: 80px;
            height: 100%
        }

        .menu-top .elem-menu-top.logo-client {
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            background-size: contain;
            height: 100%;
            width: 11%
        }

        .menu-top .elem-menu-top.ctn-menu {
            height: 100%;
            display: inline-block
        }

            .menu-top .elem-menu-top.ctn-menu .item-m {
                text-align: center;
                cursor: pointer;
                min-width: 85px;
                display: inline-block;
                height: 100%;
                position: relative
            }

                .menu-top .elem-menu-top.ctn-menu .item-m.selected_menu_item .row-m, .menu-top .elem-menu-top.ctn-menu .item-m:hover .row-m {
                    height: 5px
                }

                .menu-top .elem-menu-top.ctn-menu .item-m.selected_menu_item .icon-m, .menu-top .elem-menu-top.ctn-menu .item-m:hover .icon-m {
                    background: #607D8B
                }

                .menu-top .elem-menu-top.ctn-menu .item-m.selected_menu_item .text-m, .menu-top .elem-menu-top.ctn-menu .item-m:hover .text-m {
                    font-weight: 700;
                    color: #607D8B
                }

                .menu-top .elem-menu-top.ctn-menu .item-m .notif-num {
                    -webkit-border-radius: 18px;
                    -moz-border-radius: 18px;
                    border-radius: 18px;
                    position: absolute;
                    top: 10px;
                    right: 21px;
                    background-color: #FF3455;
                    color: #fff;
                    font-size: .7em;
                    width: 18px;
                    display: table-cell;
                    height: 18px;
                    line-height: 18px;
                    text-align: center;
                    z-index: 2
                }

                .menu-top .elem-menu-top.ctn-menu .item-m .row-m {
                    height: 0;
                    width: 100%;
                    display: inline-block;
                    background: #607D8B;
                    position: absolute;
                    bottom: 0;
                    left: 0
                }

        .menu-top .elem-menu-top.user-data:hover .sub-menu-user, .page.loading .spinner {
            display: block
        }

        .menu-top .elem-menu-top.ctn-menu .item-m .icon-m {
            mask-repeat: no-repeat;
            mask-position: center center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center center;
            mask-size: 25px;
            -webkit-mask-size: 25px;
            height: 45%;
            margin-top: 16%;
            background: #9E9E9E
        }

        .menu-top .elem-menu-top.ctn-menu .item-m .text-m {
            white-space: nowrap;
            color: #9E9E9E
        }

        .menu-top .elem-menu-top.user-data {
            width: 23%;
            max-width: 240px;
            height: 100%;
            position: relative;
            text-align: left;
            float: right
        }

            .menu-top .elem-menu-top.user-data .user-panel {
                height: 100%
            }

                .menu-top .elem-menu-top.user-data .user-panel .user-img {
                    height: 100%;
                    width: 30%;
                    display: inline-block
                }

                    .menu-top .elem-menu-top.user-data .user-panel .user-img .round-img {
                        background-repeat: no-repeat;
                        background-position: center center;
                        box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
                        -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
                        background-size: cover;
                        height: 60px;
                        width: 60px;
                        border-radius: 60px;
                        display: inline-block;
                        margin-top: 9px
                    }

            .box-event, .menu-top .elem-menu-top.user-data .sub-menu-user {
                -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
                -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3)
            }

            .menu-top .elem-menu-top.user-data .user-panel .user-img .text-user {
                margin-top: 9px;
                -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
                -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
                box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
                -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
                height: 60px;
                width: 60px;
                color: #2d3841;
                line-height: 62.04px;
                border-radius: 60px;
                background: #f5f5f5;
                font-weight: 700;
                display: inline-block;
                text-align: center;
                font-size: 1.5em;
                text-transform: uppercase
            }

            .menu-top .elem-menu-top.user-data .user-panel .user-p {
                display: inline-block;
                width: 67%;
                margin-left: 1%;
                vertical-align: top;
                height: 100%
            }

                .menu-top .elem-menu-top.user-data .user-panel .user-p .user-name {
                    color: #52616e;
                    display: table-cell;
                    height: 80px;
                    vertical-align: middle
                }

            .menu-top .elem-menu-top.user-data .sub-menu-user {
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                border-radius: 10px;
                box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
                -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
                font-size: .9em;
                background-color: #fff;
                display: none;
                width: 90%;
                border: 1px solid #fff;
                position: relative
            }

                .menu-top .elem-menu-top.user-data .sub-menu-user .ul-user {
                    padding: 7px 15px;
                    color: #52616e
                }

                    .menu-top .elem-menu-top.user-data .sub-menu-user .ul-user:first-child {
                        margin-top: 8px
                    }

                    .menu-top .elem-menu-top.user-data .sub-menu-user .ul-user:last-child {
                        margin-bottom: 8px
                    }

                    .menu-top .elem-menu-top.user-data .sub-menu-user .ul-user:hover {
                        background-color: #E0E0E0
                    }

.menu-left {
    display: inline-block;
    width: 80px;
    height: 100%;
    vertical-align: top;
    background: linear-gradient(180deg,#3E5059 0,#607D8B 100%);
    text-align: center;
    font-size: 14px
}

    .menu-left .elem-menu-left {
        height: 70px;
        overflow: hidden;
        cursor: pointer;
        color: #fff;
        position: relative
    }

        .menu-left .elem-menu-left.selected_menu_item, .menu-left .elem-menu-left:hover {
            background-color: #fff;
            color: #52616e
        }

            .menu-left .elem-menu-left.selected_menu_item .icon-ml, .menu-left .elem-menu-left:hover .icon-ml {
                background-color: #52616e
            }

        .menu-left .elem-menu-left.logo {
            background-color: #253036
        }

            .menu-left .elem-menu-left.logo .icon-ml, .menu-left .elem-menu-left.logo:hover .icon-ml {
                background: #9E9E9E
            }

            .menu-left .elem-menu-left.logo .text-ml {
                margin-top: 9px
            }

            .menu-left .elem-menu-left.logo:hover .text-ml {
                color: #fff
            }

        .menu-left .elem-menu-left .notif {
            position: absolute;
            right: 17px;
            background: #FF3455;
            color: #fff;
            width: 20px;
            height: 20px;
            border-radius: 20px;
            font-size: .8em;
            text-align: center;
            top: 10px;
            z-index: 2
        }

        .menu-left .elem-menu-left .icon-ml {
            mask-repeat: no-repeat;
            mask-position: center center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center center;
            mask-size: 28px;
            -webkit-mask-size: 28px;
            height: 30px;
            margin-top: 7px;
            background: #fff
        }

.box-div .img-box, .page .close-x {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.menu-left .elem-menu-left .text-ml {
    margin: 5px auto auto;
    font-size: .8em;
    line-height: 1em;
    width: 70px
}

.page-container {
    height: calc(100% - 80px);
    overflow: hidden;
    position: relative
}

.page {
    height: 100%;
    position: relative
}

    .page .close-x {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 30px;
        height: 30px;
        cursor: pointer
    }

.box-event, .title-with-close {
    position: relative
}

.page .inner-page {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 30px 50px
}

    .page .inner-page.no-padding-bottom {
        padding-bottom: 0
    }

.page.loading {
    overflow: hidden
}

.page .title-page .section-breadcrumb {
    font-size: 24px;
    line-height: 24px;
    color: #E0E0E0;
    font-weight: 700;
    display: inline-block;
    border-left: 3px solid #E0E0E0;
    padding: 0 6px;
    margin: 0;
    cursor: pointer
}

    .page .title-page .section-breadcrumb:first-child {
        border: 0;
        padding-left: 0
    }

    .page .title-page .section-breadcrumb:last-child {
        color: #52616e;
        border-color: #52616e;
        cursor: initial
    }

.subtitle {
    font-weight: 700;
    color: #52616e;
    border-left: 4px solid #52616e;
    padding-left: 10px;
    margin: 20px 0;
    text-transform: uppercase;
    display: block;
    font-size: 14px
}

    .subtitle .num-elem {
        font-weight: 400;
        margin-left: 5px
    }

.description-page {
    color: #9E9E9E;
    margin-top: 20px
}

.box-event {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    width: calc(20% - 16px);
    flex-basis: calc(20% - 16px);
    -webkit-flex-basis: calc(20% - 16px);
    -ms-flex-basis: calc(20% - 16px);
    margin: 8px;
    color: #52616e;
    background-color: #fff;
    padding: 10px 10px 75px;
    text-transform: uppercase;
    min-height: 160px;
    cursor: pointer
}

    .box-event:hover {
        -webkit-box-shadow: 0 3px 12px 0 rgba(0,0,0,.4);
        -moz-box-shadow: 0 3px 12px 0 rgba(0,0,0,.4);
        box-shadow: 0 3px 12px 0 rgba(0,0,0,.4);
        -o-box-shadow: 0 3px 12px 0 rgba(0,0,0,.4)
    }

    .box-event.selected {
        background-color: #E0E0E0
    }

    .box-event.ongoing-event .subtitle-event, .box-event.ongoing-event .title-event {
        color: #03A9F4
    }

    .box-event.upcoming-event .subtitle-event, .box-event.upcoming-event .title-event {
        color: #607D8B
    }

    .box-event.completed-event .subtitle-event, .box-event.completed-event .title-event {
        color: #9E9E9E
    }

    .box-event .notif {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        position: absolute;
        background-color: #FF3455;
        top: -5px;
        right: 15px;
        width: 20px;
        height: 20px;
        text-align: center;
        font-size: .8em;
        color: #fff
    }

    .box-event .meeting-count {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        position: absolute;
        background-color: #03A9F4;
        top: -9px;
        right: 15px;
        padding: 2px 7px;
        height: 20px;
        text-align: center;
        font-size: .8em;
        color: #fff;
        line-height: 1.5em
    }

.box-div, .user-box {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px
}

.box-event .subtitle-event, .box-event .title-event {
    font-size: 1.2em;
    word-break: break-word
}

.box-event .title-event {
    font-weight: 700
}

.box-event .date-event {
    position: absolute;
    bottom: 10px;
    left: 10px
}

    .box-event .date-event .ctn-day {
        padding: 5px 10px 5px 5px;
        display: inline-block;
        vertical-align: top
    }

        .box-event .date-event .ctn-day .day-num-event {
            color: #52616e;
            font-weight: 700;
            font-size: 1.4em
        }

        .box-event .date-event .ctn-day .month-event {
            color: #9E9E9E;
            font-size: .8em
        }

        .box-event .date-event .ctn-day + .ctn-day {
            border-left: 2px solid #52616e;
            padding-left: 10px
        }

.box-event .year-event {
    color: #9E9E9E;
    font-size: .9em;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px
}

.box-div, .ctn-graf.an-round-gf {
    position: relative
}

.box-div {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    border-radius: 10px;
    color: #52616e;
    padding: 20px;
    cursor: pointer;
    text-align: center
}

    .box-div:hover {
        -webkit-box-shadow: 0 3px 12px 0 rgba(0,0,0,.4);
        -moz-box-shadow: 0 3px 12px 0 rgba(0,0,0,.4);
        box-shadow: 0 3px 12px 0 rgba(0,0,0,.4);
        -o-box-shadow: 0 3px 12px 0 rgba(0,0,0,.4)
    }

    .box-div.no-animation:hover, .user-box, .user-box .ctn-img-user .img-user {
        -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
        -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3)
    }

    .box-div .title-box {
        font-weight: 700;
        text-transform: uppercase
    }

    .box-div .img-box {
        height: 40px;
        width: 100%;
        margin-bottom: 10px
    }

    .box-div .subtitle {
        text-align: left;
        margin-top: 0
    }

    .box-div .canvas-graf {
        margin: auto;
        max-width: 100%
    }

    .box-div.selected {
        background-color: #E0E0E0
    }

    .box-div.company-box {
        min-height: 160px
    }

        .box-div.company-box .title-box {
            text-transform: initial
        }

        .box-div.company-box .img-box {
            height: 70px;
            margin-bottom: 20px
        }

    .box-div.no-click {
        cursor: initial
    }

    .box-div.no-animation:hover {
        box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
        -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3)
    }

.ctn-graf.an-round-gf .number-tot {
    position: absolute;
    width: 100%;
    font-size: 4em;
    font-weight: 700;
    height: 1.5em;
    line-height: 1em;
    top: 0;
    bottom: 0;
    margin: auto
}

.ctn-graf.an-round-gf .label-graf {
    position: absolute;
    width: 100%;
    font-size: 1.3em;
    height: 1em;
    line-height: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-top: 3em;
    color: #E0E0E0
}

.ctn-graf.ds-an-pie-gf {
    position: relative
}

    .ctn-graf.ds-an-pie-gf .generated_leads_counter {
        position: absolute;
        width: 100%;
        font-size: 4em;
        font-weight: 700;
        height: 1.5em;
        line-height: 1em;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .ctn-graf.ds-an-pie-gf .generated_leads_counter_text {
        position: absolute;
        width: 100%;
        font-size: 1.3em;
        height: 1em;
        line-height: 1em;
        top: 0;
        bottom: 0;
        margin: auto;
        padding-top: 3em;
        color: #E0E0E0
    }

.stat-box {
    text-align: left;
    margin-bottom: 20px
}

    .stat-box .table-bar {
        float: right;
        width: 45%
    }

        .stat-box .table-bar .ctn-title {
            margin-bottom: 10px
        }

            .stat-box .table-bar .ctn-title .title-left {
                color: #03A9F4;
                font-weight: 700
            }

            .stat-box .table-bar .ctn-title .title-right {
                float: right;
                color: #607D8B;
                font-weight: 700
            }

        .stat-box .table-bar .table-b table {
            width: 100%
        }

        .stat-box .table-bar .table-b .info_app_count {
            border-bottom-left-radius: 40px;
            border-top-left-radius: 40px;
            background-color: #03A9F4;
            height: 40px
        }

        .stat-box .table-bar .table-b .st3_app_count {
            border-top-right-radius: 40px;
            border-bottom-right-radius: 40px;
            background-color: #607D8B;
            height: 40px
        }

.an-row-stat {
    display: inline-block
}

    .an-row-stat .block-stat {
        border-right: 1px solid #9E9E9E;
        display: inline-block;
        white-space: nowrap;
        padding: 0 10px
    }

        .an-row-stat .block-stat:first-child {
            padding-left: 0
        }

        .an-row-stat .block-stat:last-child {
            border-right: none
        }

        .an-row-stat .block-stat .text-top {
            color: #9E9E9E;
            display: block
        }

        .an-row-stat .block-stat .num {
            display: block;
            font-size: 2.5em;
            line-height: 1em;
            font-weight: 700;
            color: #2d3841
        }

        .an-row-stat .block-stat .text-bottom {
            font-size: 1.3em;
            line-height: 1em;
            display: block;
            color: #9E9E9E
        }

.user-box {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    border-radius: 10px;
    padding: 20px;
    margin-right: 2%;
    margin-bottom: 2%;
    text-align: center;
    cursor: pointer
}

    .user-box:hover {
        -webkit-box-shadow: 0 3px 12px 0 rgba(0,0,0,.4);
        -moz-box-shadow: 0 3px 12px 0 rgba(0,0,0,.4);
        box-shadow: 0 3px 12px 0 rgba(0,0,0,.4);
        -o-box-shadow: 0 3px 12px 0 rgba(0,0,0,.4)
    }

    .user-box .ctn-img-user {
        margin-top: 10px
    }

        .user-box .ctn-img-user .img-user {
            background-repeat: no-repeat;
            background-position: center center;
            box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            background-size: cover;
            height: 80px;
            width: 80px;
            border-radius: 80px;
            display: inline-block
        }

        .user-box .ctn-img-user .text-user, .user-box .mess-box-info + .ctn-img-user .img-user {
            -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            display: inline-block
        }

        .user-box .ctn-img-user .text-user {
            box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            height: 80px;
            width: 80px;
            color: #2d3841;
            line-height: 82.72px;
            border-radius: 80px;
            background: #f5f5f5;
            font-weight: 700;
            text-align: center;
            font-size: 1.5em;
            text-transform: uppercase
        }

    .user-box .user_username {
        margin-top: 7px;
        font-weight: 700;
        word-break: break-all
    }

    .user-box .user_role {
        margin-top: 4px;
        font-weight: 700;
        text-transform: uppercase
    }

    .user-box .user-email {
        margin-top: 7px;
        color: #9E9E9E;
        word-break: break-all
    }

    .user-box.selected {
        background-color: #E0E0E0
    }

    .user-box.expired-box {
        background: #f5f5f5
    }

        .user-box.expired-box .mess-box-info, .user-box.expired-box .user-email, .user-box.expired-box .user_role, .user-box.expired-box .user_username {
            opacity: .5
        }

        .user-box.expired-box .text-user {
            background-color: #eaeaea !important;
            color: #cacaca !important
        }

    .user-box.pending-box {
        background: #f5f5f5
    }

        .user-box.pending-box .text-user {
            background-color: #E0E0E0 !important;
            color: #9E9E9E !important
        }

    .user-box .mess-box-info + .ctn-img-user {
        margin-top: 10px
    }

        .user-box .mess-box-info + .ctn-img-user .img-user {
            background-repeat: no-repeat;
            background-position: center center;
            box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            background-size: cover;
            height: 70px;
            width: 70px;
            border-radius: 70px
        }

        .ctn-box.no-animation .box-div:hover, .user-box .mess-box-info + .ctn-img-user .text-user {
            -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3)
        }

        .user-box .mess-box-info + .ctn-img-user .text-user {
            box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            height: 70px;
            width: 70px;
            color: #2d3841;
            line-height: 72.38px;
            border-radius: 70px;
            background: #f5f5f5;
            font-weight: 700;
            display: inline-block;
            text-align: center;
            font-size: 1.5em;
            text-transform: uppercase
        }

.ctn-box, .m-row {
    display: -webkit-flex;
    display: -ms-flexbox
}

.user-box .mess-red {
    color: #E82C0C
}

.ctn-box {
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    margin-top: 16px;
    width: calc(100% + 16px);
    margin-left: -8px
}

    .ctn-box.box-5 .box-div, .ctn-box.box-5 .box-event, .ctn-box.box-5 .user-box {
        display: inline-block;
        vertical-align: top;
        width: calc(20% - 16px);
        flex-basis: calc(20% - 16px);
        -webkit-flex-basis: calc(20% - 16px);
        -ms-flex-basis: calc(20% - 16px);
        margin: 8px
    }

    .ctn-box.box-4 .box-div, .ctn-box.box-4 .box-event, .ctn-box.box-4 .user-box {
        display: inline-block;
        vertical-align: top;
        width: calc(25% - 16px);
        flex-basis: calc(25% - 16px);
        -webkit-flex-basis: calc(25% - 16px);
        -ms-flex-basis: calc(25% - 16px);
        margin: 8px
    }

    .ctn-box.box-3 .box-div, .ctn-box.box-3 .box-event, .ctn-box.box-3 .user-box {
        display: inline-block;
        vertical-align: top;
        width: calc(33.33333333% - 16px);
        flex-basis: calc(33.33333333% - 16px);
        -webkit-flex-basis: calc(33.33333333% - 16px);
        -ms-flex-basis: calc(33.33333333% - 16px);
        margin: 8px
    }

    .ctn-box.box-2 .box-div, .ctn-box.box-2 .box-event, .ctn-box.box-2 .user-box {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
        -webkit-flex-basis: calc(50% - 16px);
        -ms-flex-basis: calc(50% - 16px);
        margin: 8px
    }

    .ctn-box.box-1 .box-div, .ctn-box.box-1 .box-event, .ctn-box.box-1 .user-box {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 16px);
        flex-basis: calc(100% - 16px);
        -webkit-flex-basis: calc(100% - 16px);
        -ms-flex-basis: calc(100% - 16px);
        margin: 8px
    }

.row-inpt-2 .ctn-inpt, .row-inpt-2 .ctn-inpt.inpt-with-label {
    width: calc(50% - 10px)
}

.ctn-box.no-click .box-div {
    cursor: initial
}

.ctn-box.no-animation .box-div:hover {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3)
}

.row-inpt-2 {
    white-space: nowrap
}

    .row-inpt-2 .ctn-inpt {
        white-space: normal;
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px
    }

        .row-inpt-2 .ctn-inpt:first-child {
            margin-left: 0;
            width: calc(50% - 5px)
        }

        .row-inpt-2 .ctn-inpt:last-child {
            margin-right: 0;
            width: calc(50% - 5px)
        }

    .row-inpt-2.big-1 .ctn-inpt:first-child, .row-inpt-2.big-1 .ctn-inpt:first-child.inpt-with-label {
        width: calc(75% - 5px)
    }

    .row-inpt-2.big-1 .ctn-inpt:last-child, .row-inpt-2.big-1 .ctn-inpt:last-child.inpt-with-label {
        width: calc(25% - 5px)
    }

.row-inpt-3 .ctn-inpt, .row-inpt-3 .ctn-inpt.inpt-with-label {
    width: calc(33.333% - 10px)
}

.row-inpt-3 {
    white-space: nowrap
}

    .row-inpt-3 .ctn-inpt {
        white-space: normal;
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px
    }

        .row-inpt-3 .ctn-inpt:first-child {
            margin-left: 0;
            width: calc(33.333% - 5px)
        }

        .row-inpt-3 .ctn-inpt:last-child {
            margin-right: 0;
            width: calc(33.333% - 5px)
        }

.row-inpt-4 .ctn-inpt, .row-inpt-4 .ctn-inpt.inpt-with-label {
    width: calc(25% - 10px)
}

.row-inpt-4 {
    white-space: nowrap
}

    .row-inpt-4 .ctn-inpt {
        white-space: normal;
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px
    }

        .row-inpt-4 .ctn-inpt:first-child {
            margin-left: 0;
            width: calc(25% - 5px)
        }

        .row-inpt-4 .ctn-inpt:last-child {
            margin-right: 0;
            width: calc(25% - 5px)
        }

.row-inpt-5 .ctn-inpt, .row-inpt-5 .ctn-inpt.inpt-with-label {
    width: calc(20% - 10px)
}

.row-inpt-5 {
    white-space: nowrap
}

    .row-inpt-5 .ctn-inpt {
        white-space: normal;
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px
    }

        .row-inpt-5 .ctn-inpt:first-child {
            margin-left: 0;
            width: calc(20% - 5px)
        }

        .row-inpt-5 .ctn-inpt:last-child {
            margin-right: 0;
            width: calc(20% - 5px)
        }

.inpt-search {
    width: 550px
}

    .ctn-inpt.icon-inpt .icon, .inpt-search.icon-inpt .icon {
        mask-repeat: no-repeat;
        mask-position: center center;
        width: 30px;
        display: inline-block;
        background-color: #9E9E9E;
        height: 30px
    }

    .inpt-search.icon-inpt .icon {
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center center;
        -webkit-mask-image: url(../img/contacts/lupe.svg);
        mask-image: url(../img/contacts/lupe.svg);
        mask-size: 20px;
        -webkit-mask-size: 20px;
        vertical-align: top;
        position: relative;
        top: 3px
    }

.div-ctn-search, .div-search-pag {
    margin-top: 20px
}

    .div-ctn-search .inpt-search, .div-search-pag .inpt-search {
        display: inline-block;
        margin-top: 0
    }

    .div-ctn-search .inpt-page-num, .div-ctn-search .right-elem, .div-search-pag .inpt-page-num, .div-search-pag .right-elem {
        float: right;
        margin-left: 10px
    }

.single-inpt .ctn-inpt {
    display: inline-block
}

    .single-inpt .ctn-inpt .inpt {
        width: auto
    }

.ctn-inpt {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 20px;
    padding: 5px 20px;
    position: relative;
    background-color: #f5f5f5;
    color: #424242;
    outline: 0
}

    .ctn-inpt.error, .ctn-inpt.required {
        border: 1px solid #FF3455
    }

    .ctn-inpt.ctn-white, .ctn-inpt:focus-within {
        -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
        -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
        box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
        -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
        background-color: #fff
    }

        .ctn-inpt.ctn-white .bootstrap-select .dropdown-toggle.btn-light {
            background: #fff
        }

    .ctn-inpt.icon-inpt {
        padding-left: 10px
    }

        .ctn-inpt.icon-inpt .icon {
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center center;
            mask-size: 25px;
            -webkit-mask-size: 25px;
            vertical-align: middle
        }

    .ctn-inpt.filter-search:before, .ctn-table .table-app tbody tr td .todo-delete {
        mask-position: center center;
        -webkit-mask-image: url(../img/contacts/lupe.svg);
        mask-repeat: no-repeat
    }

    .ctn-inpt.icon-inpt .inpt {
        width: calc(100% - 40px);
        display: inline-block;
        vertical-align: middle
    }

    .ctn-inpt.inpt-with-label {
        display: inline-flex;
        width: 100%
    }

        .ctn-inpt.inpt-with-label .inpt {
            display: inline-flex
        }

        .ctn-inpt.inpt-with-label .bootstrap-select {
            min-width: auto
        }

    .ctn-inpt .bootstrap-select, .ctn-table .record-table, .ctn-table.ctn-fix-header .table-app {
        min-width: 100%
    }

    .ctn-inpt .inpt-label {
        display: inline-block;
        margin: 0;
        padding: 5px 5px 0;
        white-space: nowrap;
        color: #607D8B;
        font-size: .9em;
        line-height: 1.9em
    }

    .ctn-inpt.error .inpt-label, .ctn-inpt.error .text-error, .ctn-inpt.required .inpt-label {
        color: #FF3455
    }

    .ctn-inpt.error {
        margin-bottom: 20px/2
    }

        .ctn-inpt.error .text-error {
            display: block;
            position: absolute;
            bottom: -25px;
            left: 20px;
            font-size: .9em
        }

    .ctn-inpt.msg .text-msg {
        display: block
    }

        .ctn-inpt.msg .text-msg.strength_veryweak {
            color: #B30002
        }

        .ctn-inpt.msg .text-msg.strength_weak {
            color: #FF2327
        }

        .ctn-inpt.msg .text-msg.strength_medium {
            color: #EFCE00
        }

        .ctn-inpt.msg .text-msg.strength_strong {
            color: #32B10A
        }

        .ctn-inpt.msg .text-msg.strength_verystrong {
            color: #0BFF1A
        }

    .ctn-inpt.filter-search {
        display: flex;
        width: 550px
    }

        .ctn-inpt.filter-search:before {
            content: "";
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center center;
            mask-image: url(../img/contacts/lupe.svg);
            mask-size: 20px;
            -webkit-mask-size: 20px;
            background-color: #9E9E9E;
            width: 30px;
            height: 30px;
            display: inline-block;
            vertical-align: top;
            position: relative;
            top: 3px
        }

    .ctn-inpt .bootstrap-select {
        padding: 0 !important;
        width: 100% !important
    }

        .ctn-inpt .bootstrap-select .dropdown-toggle.btn-light {
            background-color: #f5f5f5;
            font-size: 14px;
            border: none;
            outline: 0 !important;
            -webkit-transition: none;
            -moz-transition: none;
            -ms-transition: none;
            -o-transition: none;
            transition: none;
            height: 33px
        }

            .ctn-inpt .bootstrap-select .dropdown-toggle.btn-light:focus, .ctn-inpt .bootstrap-select .dropdown-toggle.btn-light:focus-within {
                -webkit-box-shadow: 0 0 0 0 transparent;
                -moz-box-shadow: 0 0 0 0 transparent;
                box-shadow: 0 0 0 0 transparent;
                -o-box-shadow: 0 0 0 0 transparent;
                background-color: #fff
            }

            .ctn-inpt .bootstrap-select .dropdown-toggle.btn-light[aria-expanded=true] {
                background-color: #fff
            }

            .ctn-inpt .bootstrap-select .dropdown-toggle.btn-light:hover {
                border: none;
                outline: 0 !important
            }

        .ctn-inpt .bootstrap-select .dropdown-menu li a {
            font-size: 14px;
            color: #424242;
            outline: 0
        }

            .ctn-inpt .bootstrap-select .dropdown-menu li a.dropdown-item.active, .ctn-inpt .bootstrap-select .dropdown-menu li a.dropdown-item:active, .ctn-inpt .bootstrap-select .dropdown-menu li a.dropdown-item:hover {
                color: #607D8B;
                background-color: #f5f5f5;
                outline: 0
            }

    .ctn-inpt .text-msg {
        color: #26A69A;
        position: absolute;
        font-size: .9em;
        bottom: -22px;
        left: 20px;
        display: none
    }

    .ctn-inpt .text-error {
        display: none
    }

    .ctn-inpt .inpt, .ctn-inpt .only-lbl {
        background-color: transparent;
        color: #424242;
        border: 0;
        padding: 7px 5px;
        outline: 0;
        width: 100%;
        height: 100%;
        resize: none
    }

        .ctn-inpt .inpt:focus {
            background-color: #fff
        }

    .ctn-inpt .only-lbl {
        z-index: 9;
        position: relative;
        text-align: left
    }

        .ctn-inpt .only-lbl + .bootstrap-select {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: 0 0
        }

    .box-spinner, .ctn-inpt .inpt-suggestion, .spinner {
        width: 100%;
        background: #fff;
        position: absolute;
        left: 0
    }

    .ctn-inpt .only-lbl + .bootstrap-select .dropdown-toggle {
        visibility: hidden;
        height: 100%
    }

    .ctn-inpt textarea.inpt {
        height: 100px
    }

    .ctn-inpt .inpt-suggestion {
        max-height: 400px;
        overflow: auto;
        top: 103%
    }

        .ctn-inpt .inpt-suggestion ul {
            list-style: none;
            margin: 0;
            padding: 20px
        }

            .ctn-inpt .inpt-suggestion ul li {
                padding-top: 20px
            }

                .ctn-inpt .inpt-suggestion ul li:first-child {
                    padding-top: 0
                }

                .ctn-inpt .inpt-suggestion ul li p {
                    margin: 0
                }

    .ctn-inpt .btn-with-subtext .filter-option-inner {
        display: flex
    }

    .ctn-inpt .btn-with-subtext .filter-option-inner-inner {
        flex-grow: 1
    }

    .ctn-inpt .subtext-title {
        display: inline-block;
        margin: 0;
        white-space: nowrap;
        color: #607D8B;
        font-size: .9em;
        line-height: 1.9em;
        line-height: initial;
        padding: 0 5px
    }

.inpt-page-num {
    text-align: right;
    vertical-align: middle
}

    .inpt-page-num .text-num {
        display: inline-block;
        color: #9E9E9E;
        font-size: .9em;
        margin-right: 10px
    }

    .inpt-page-num .ctn-inpt {
        display: inline-block
    }

        .inpt-page-num .ctn-inpt .inpt {
            padding: 5px 0
        }

.box-spinner, .spinner {
    display: none;
    top: 0;
    height: 100%;
    z-index: 10
}

    .box-spinner .inner-spinner progress[role]:after, .spinner .inner-spinner progress[role]:after, .survey-box progress[role]:after {
        background-image: none
    }

    .box-spinner .inner-spinner, .spinner .inner-spinner {
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        text-align: center;
        height: 150px;
        width: 300px
    }

        .box-spinner .inner-spinner .loader, .spinner .inner-spinner .loader {
            border: 5px solid #f3f3f3;
            border-radius: 50%;
            border-top: 5px solid #b8bbbd;
            width: 120px;
            height: 120px;
            -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
            display: inline-block
        }

        .box-spinner .inner-spinner .text-spinner, .spinner .inner-spinner .text-spinner {
            margin-top: 20px
        }

        .box-spinner .inner-spinner progress, .box-spinner .inner-spinner progress[role], .spinner .inner-spinner progress, .spinner .inner-spinner progress[role] {
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            border: none;
            background-size: auto;
            width: 300px;
            height: 35px
        }

            .box-spinner .inner-spinner progress[role] strong, .spinner .inner-spinner progress[role] strong {
                display: none
            }

        .box-spinner .inner-spinner progress, .spinner .inner-spinner progress {
            border: 5px solid #E0E0E0;
            border-radius: 10px;
            margin-top: 20px
        }

            .box-spinner .inner-spinner progress::-webkit-progress-bar, .spinner .inner-spinner progress::-webkit-progress-bar {
                background: #E0E0E0
            }

            .box-spinner .inner-spinner progress::-moz-progress-bar, .spinner .inner-spinner progress::-moz-progress-bar {
                border-radius: 5px;
                background-image: -moz-linear-gradient(center bottom,#2bc253 37%,#54f054 69%)
            }

            .box-spinner .inner-spinner progress::-webkit-progress-value, .spinner .inner-spinner progress::-webkit-progress-value {
                border-radius: 5px;
                background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#2bc253),color-stop(1,#54f054));
                background-image: -webkit-linear-gradient(center bottom,#2bc253 37%,#54f054 69%)
            }

            .box-spinner .inner-spinner progress[aria-valuenow]:before, .spinner .inner-spinner progress[aria-valuenow]:before {
                border-radius: 5px;
                background-image: -moz-linear-gradient(center bottom,#2bc253 37%,#54f054 69%);
                background-image: -ms-linear-gradient(center bottom,#2bc253 37%,#54f054 69%);
                background-image: -o-linear-gradient(center bottom,#2bc253 37%,#54f054 69%)
            }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.error_message, .ok_message {
    position: absolute;
    background-color: #E82C0C;
    width: 100%;
    color: #fff;
    top: 0;
    left: 0;
    padding: 15px 0;
    text-align: center;
    z-index: 12
}

    .error_message p, .ok_message p {
        margin: 0
    }

.ok_message {
    background-color: green
}

.login-page .ctn-login, .login-reset .ctn-login {
    height: 100%
}

    .login-page .ctn-login form, .login-reset .ctn-login form {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 500px;
        height: 500px;
        text-align: center
    }

        .login-page .ctn-login form .logo-client, .login-reset .ctn-login form .logo-client {
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            height: 75px;
            margin-bottom: 50px
        }

        .login-page .ctn-login form .logo-app, .login-reset .ctn-login form .logo-app {
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            height: 80px;
            margin-bottom: 40px
        }

        .login-page .ctn-login form .row-btn, .login-reset .ctn-login form .row-btn {
            position: relative
        }

        .login-page .ctn-login form .text-forgot, .login-reset .ctn-login form .text-forgot {
            position: absolute;
            right: 0
        }

            .login-page .ctn-login form .text-forgot a, .login-reset .ctn-login form .text-forgot a {
                color: #9E9E9E;
                text-decoration: none;
                font-weight: 400
            }

                .login-page .ctn-login form .text-forgot a:hover, .login-page .ctn-login form .text-forgot a:visited, .login-reset .ctn-login form .text-forgot a:hover, .login-reset .ctn-login form .text-forgot a:visited {
                    color: #9E9E9E
                }

.login-reset .m-btn {
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
    font-size: .9em
}

.login-reset .title-re {
    color: #52616e;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px
}

.login-reset .row-text {
    display: block;
    font-size: 1em
}

.login-reset .ctn-login form {
    height: 300px
}

.login-reset a {
    color: #03A9F4
}

.message-info {
    margin: auto;
    height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.ctn-table .table-app.last-row-right td:last-child, .ctn-table .table-app.last-row-right th:last-child, .text-right {
    text-align: right
}

.ctn-table {
    margin-top: 20px
}

    .ctn-table .text {
        color: #9E9E9E;
        display: inline-block;
        vertical-align: middle
    }

    .ctn-table.ctn-fix-header {
        width: 100%;
        overflow-x: auto;
        height: 100%;
        position: relative
    }

    .ctn-table .table-app {
        width: 100%
    }

        .ctn-table .table-app th {
            padding: 10px
        }

            .ctn-table .table-app th:first-child {
                padding-left: 0
            }

            .ctn-table .table-app th:last-child {
                padding-right: 0
            }

            .ctn-table .table-app th .text {
                color: #52616e;
                vertical-align: top;
                line-height: 30px;
                font-size: 1.1em;
                font-weight: 700
            }

            .ctn-table .table-app th .icon {
                background-repeat: no-repeat;
                background-position: center center;
                width: 25px;
                height: 25px;
                display: inline-block;
                vertical-align: top;
                background-size: cover;
                border-radius: 25px
            }

        .ctn-table .table-app .tr-more {
            text-align: center
        }

        .ctn-table .table-app tbody tr {
            border-top: 1px solid #9E9E9E
        }

            .ctn-table .table-app tbody tr:last-child {
                border-bottom: 1px solid #9E9E9E
            }

            .ctn-table .table-app tbody tr.removed .text, .ctn-table .table-app tbody tr.removed td {
                -moz-text-decoration-line: line-through;
                text-decoration-line: line-through;
                color: #FF3455
            }

            .ctn-table .table-app tbody tr td {
                padding: 10px;
                white-space: normal;
                word-break: break-word
            }

                .ctn-table .table-app tbody tr td:first-child {
                    padding-left: 0
                }

                .ctn-table .table-app tbody tr td:last-child {
                    padding-right: 0
                }

                .ctn-table .table-app tbody tr td .img-status {
                    background-repeat: no-repeat;
                    background-position: center center;
                    background-size: contain;
                    height: 9px;
                    width: 9px;
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 4px
                }

                    .ctn-table .table-app tbody tr td .img-status ~ .text {
                        max-width: calc(100% - 13px)
                    }

                .ctn-table .table-app tbody tr td .user-data {
                    height: 100%;
                    width: 40px;
                    margin-right: 10px;
                    display: inline-block;
                    vertical-align: middle
                }

                    .ctn-table .table-app tbody tr td .user-data ~ .text {
                        max-width: calc(100% - 50px)
                    }

                    .ctn-table .table-app tbody tr td .user-data .user-img {
                        background-repeat: no-repeat;
                        background-position: center center;
                        -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
                        -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
                        box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
                        -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
                        background-size: cover;
                        height: 40px;
                        width: 40px;
                        border-radius: 40px;
                        display: inline-block
                    }

                    .ctn-table .table-app tbody tr td .user-data .user-text {
                        -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
                        -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
                        box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
                        -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
                        height: 40px;
                        width: 40px;
                        color: #2d3841;
                        line-height: 41.36px;
                        border-radius: 40px;
                        background: #f5f5f5;
                        font-weight: 700;
                        display: inline-block;
                        text-align: center;
                        font-size: 1.5em;
                        text-transform: uppercase
                    }

.simple-text, .simple-text-center {
    color: #9E9E9E;
    margin-top: 20px
}

.ctn-table .table-app tbody tr td .icon {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: inline-block
}

.ctn-table .table-app tbody tr td .todo-delete {
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    mask-image: url(../img/contacts/lupe.svg);
    background-color: #D3D3D3;
    height: 23px;
    width: 23px;
    display: inline-block;
    cursor: pointer
}

.clickable, .link {
    cursor: pointer
}

.line {
    display: block;
    height: 1px;
    background-color: grey;
    margin-top: 20px
}

.ctn-slim-form {
    margin: 20px auto;
    width: 550px
}

.simple-text-center {
    text-align: center
}

.ctn-user-profile {
    width: 100%;
    height: auto;
    display: block;
    text-align: center
}

    .ctn-user-profile .user-img, .ctn-user-profile .user-text {
        -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
        height: 100px;
        width: 100px;
        border-radius: 100px;
        display: inline-block
    }

    .ctn-user-profile .user-img {
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
        box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
        -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
        background-size: cover
    }

    .ctn-user-profile .user-text {
        -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
        box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
        -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
        color: #2d3841;
        line-height: 103.4px;
        background: #f5f5f5;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        font-size: 2em
    }

.role-user {
    text-align: center;
    font-weight: 700;
    font-size: 1.4em;
    text-transform: uppercase;
    margin-top: 20px
}

.ctn-company {
    width: 100%;
    height: auto;
    display: block;
    text-align: center
}

    .ctn-company .company-img {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        height: 150px
    }

.ctn-pagination, .js-pagination, .pag {
    text-align: center
}

    .ctn-pagination .nav-section, .js-pagination .nav-section, .pag .nav-section {
        width: 105px;
        display: inline-block;
        vertical-align: top
    }

        .ctn-pagination .nav-section .icon-nav, .ctn-pagination .nav-section div, .js-pagination .nav-section .icon-nav, .js-pagination .nav-section div, .pag .nav-section .icon-nav, .pag .nav-section div {
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            display: inline-block;
            vertical-align: top;
            cursor: pointer;
            width: 35px;
            height: 18px
        }

    .ctn-pagination .page-current, .js-pagination .page-current, .pag .page-current {
        width: 50px;
        display: inline-block
    }

    .ctn-pagination .all-prev-page, .js-pagination .all-prev-page, .pag .all-prev-page {
        background-image: url(../img/pagination/back-all-page.svg)
    }

    .ctn-pagination .prev-page, .js-pagination .prev-page, .pag .prev-page {
        background-image: url(../img/pagination/back-page.svg)
    }

    .ctn-pagination .all-next-page, .js-pagination .all-next-page, .pag .all-next-page {
        background-image: url(../img/pagination/next-all-page.svg)
    }

    .ctn-pagination .next-page, .js-pagination .next-page, .pag .next-page {
        background-image: url(../img/pagination/next-page.svg)
    }

.das-ctn-box {
    padding-top: 10px
}

    .das-ctn-box .event-data {
        padding-bottom: 55px
    }

        .das-ctn-box .event-data .event_dates {
            -webkit-border-radius: 40px;
            -moz-border-radius: 40px;
            border-radius: 40px;
            display: inline-block;
            text-align: center;
            font-size: 14px;
            color: #fff;
            width: 50px;
            background-color: #03A9F4;
            padding: 16px 10px
        }

            .das-ctn-box .event-data .event_dates .date-e .month-d, .das-ctn-box .event-data .event_dates .year-d {
                font-size: .8em
            }

            .das-ctn-box .event-data .event_dates .date-e {
                margin-top: 8px
            }

                .das-ctn-box .event-data .event_dates .date-e .day-d {
                    font-size: 1.4em;
                    font-weight: 700
                }

        .das-ctn-box .event-data .event-detail {
            display: inline-block;
            width: calc(100% - 75px);
            font-size: 14px;
            padding-left: 12px;
            vertical-align: top
        }

            .das-ctn-box .event-data .event-detail .event_name {
                text-transform: uppercase;
                color: #3a4955;
                font-size: 2em;
                font-weight: 700;
                line-height: 1.2em;
                margin-right: 15px;
                margin-bottom: 20px
            }

            .das-ctn-box .event-data .event-detail .event_city {
                text-transform: uppercase;
                font-size: 2em;
                color: #3a4955;
                margin-bottom: 10px
            }

            .das-ctn-box .event-data .event-detail .event_desc {
                color: #52616e
            }

            .das-ctn-box .event-data .event-detail .ctn-event-web {
                position: absolute;
                bottom: 15px;
                left: 82px;
                margin-top: 10px;
                white-space: nowrap
            }

    .das-ctn-box .event-budget .cost-budget, .das-ctn-box .event-information .row-inf {
        margin-top: 15px
    }

    .das-ctn-box .event-data .event-detail .ctn-event-web .event_web {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        padding-left: 40px;
        background-position-x: 0;
        display: inline-block
    }

        .das-ctn-box .event-data .event-detail .ctn-event-web .event_web a {
            line-height: 30px;
            color: #03A9F4
        }

    .das-ctn-box .event-information {
        display: inline-block;
        font-size: 14px
    }

        .das-ctn-box .event-information .row-inf .img-inf {
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            height: 28px;
            width: 28px;
            display: inline-block;
            vertical-align: top;
            margin-right: 5px
        }

        .das-ctn-box .event-information .row-inf .text-inf {
            font-size: 1.1em;
            line-height: 1.8em;
            display: inline-block;
            width: calc(100% - 38px);
            color: #52616e
        }

            .das-ctn-box .event-information .row-inf .text-inf.text-link {
                color: #03A9F4;
                cursor: pointer
            }

            .das-ctn-box .event-information .row-inf .text-inf p {
                font-size: 1em;
                margin-bottom: 5px
            }

    .das-ctn-box .event-budget .box-title {
        padding-bottom: 15px
    }

    .das-ctn-box .event-budget .box-count {
        font-size: 3.3em;
        padding-top: 0
    }

    .das-ctn-box .event-budget .list-budget {
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 200px;
        padding: 5px 10px 5px 0;
        margin-right: -10px
    }

        .das-ctn-box .event-budget .list-budget .row-under-val .lbl-f, .das-ctn-box .event-budget .list-budget .row-val .lbl-f {
            white-space: normal
        }

        .das-ctn-box .event-budget .list-budget .row-under-val .val-f, .das-ctn-box .event-budget .list-budget .row-val .val-f {
            margin-top: auto;
            position: relative;
            top: -5px
        }

    .das-ctn-box .modal-body .list-budget {
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 300px;
        margin: 0 -10px -10px;
        padding: 0 10px 10px
    }

.row-inpt-bud > div {
    display: inline-block
}

.row-inpt-bud div:first-child {
    width: 58%
}

.row-inpt-bud div:nth-child(2) {
    width: 35%
}

.row-inpt-bud div:nth-child(3) {
    width: 5%
}

.das-event-apps .list-app .row-app .row-header .img-app, .pencil-edit {
    width: 25px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat
}

.d-icon {
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    font-size: 1.3em;
    vertical-align: middle
}

    .d-icon.add-budget {
        color: #03A9F4
    }

    .budget-recap, .d-icon.remove-budget {
        color: #9E9E9E
    }

.ctn-btn-task {
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center
}

.budget-recap {
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    padding: 5px 0
}

.budget-recap-value {
    text-align: center;
    font-weight: 700;
    font-size: 3em;
    line-height: 1.5em
}

.das-event-apps, .das-meteo {
    text-align: left
}

.budget-recap-value.r-green {
    color: #00c853
}

.budget-recap-value.r-red, .modal-error .modal-title {
    color: #FF3455
}

.section_heading {
    font-size: 1.4em;
    color: #52616e;
    font-weight: 700
}

.pencil-edit {
    height: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: .2
}

.ctn-box-dashbord {
    min-height: 42%;
    margin-top: 0
}

    .ctn-box-dashbord .box-div {
        margin-bottom: 0 !important
    }

.das-event-apps {
    font-size: 1.1em
}

    .das-event-apps .list-app {
        height: calc(100% - 1.4em);
        overflow: auto;
        position: relative;
        padding-top: 20px
    }

        .das-event-apps .list-app .type-app {
            position: absolute;
            right: 0;
            top: 0
        }

        .das-event-apps .list-app .row-app .row-header {
            margin-top: 7px
        }

            .das-event-apps .list-app .row-app .row-header .img-app {
                height: 25px;
                margin-right: 5px;
                display: inline-block;
                vertical-align: middle
            }

            .das-event-apps .list-app .row-app .row-header .title-app {
                font-weight: 700;
                color: #52616e;
                display: inline-block;
                vertical-align: middle
            }

        .das-event-apps .list-app .row-app .list-all-app .single-app {
            padding-left: 40px
        }

            .das-event-apps .list-app .row-app .list-all-app .single-app .name-app {
                display: inline-block
            }

            .das-event-apps .list-app .row-app .list-all-app .single-app .event-app-option {
                float: right
            }

.das-meteo .box-meteo-error {
    text-align: center;
    margin-top: 50px
}

    .das-meteo .box-meteo-error .img-error {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        height: 40px;
        margin-bottom: 10px
    }

    .das-meteo .box-meteo-error .text-error {
        font-size: 1.1em
    }

.das-meteo .box-meteo {
    margin-top: 20px
}

    .das-meteo .box-meteo .row-meteo {
        margin-top: 10px
    }

        .das-meteo .box-meteo .row-meteo .img-meteo {
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            width: 50px;
            height: 50px;
            display: inline-block;
            margin-right: 10px
        }

        .das-meteo .box-meteo .row-meteo .text-meteo {
            display: inline-block;
            width: calc(100% - 65px);
            line-height: 1.5em
        }

            .das-meteo .box-meteo .row-meteo .text-meteo .title-meteo {
                font-weight: 700;
                font-size: 1.1em
            }

.das-pie-chart {
    text-align: left;
    position: relative
}

    .das-pie-chart .ctn-graf {
        text-align: center;
        position: relative
    }

        .das-pie-chart .ctn-graf .number {
            position: absolute;
            width: 100%;
            font-size: 4em;
            font-weight: 700;
            height: 1em;
            line-height: 1em;
            top: 0;
            bottom: 0;
            margin: auto
        }

        .das-pie-chart .ctn-graf .canvas-graf {
            margin: auto;
            max-width: 100%;
            width: 250px !important;
            height: auto !important
        }

.standpla-img-logo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    max-width: 100%;
    height: 150px
}

.ctn-preview {
    z-index: 1200;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4)
}

    .ctn-preview .zoom-image {
        background-color: #fff;
        max-height: 100%;
        max-width: 100%;
        height: 100%
    }

    .ctn-preview .close-x {
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        -webkit-mask-position: center center;
        height: 30px;
        width: 30px;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #607D8B;
        border-radius: 30px
    }

.standpla-btn-upload {
    width: 40px;
    height: 40px;
    background-size: 25px !important
}

    .standpla-btn-upload:after {
        content: "0";
        color: transparent
    }

.ds-an-box {
    text-align: left;
    margin-top: 16px !important
}

    .ds-an-box .an-row-stat {
        text-align: right;
        float: right
    }

        .ds-an-box .an-row-stat .text-top {
            color: #52616e
        }

        .ds-an-box .an-row-stat .text-bottom {
            font-size: 1em;
            color: #52616e
        }

        .ds-an-box .an-row-stat .block-stat:last-child {
            border-right: 1px solid #9E9E9E
        }

        .ds-an-box .an-row-stat .block-stat .num {
            display: inline
        }

.ds-nu-modal .inpt-search {
    display: inline-block
}

.ds-nu-modal .modal-body {
    text-align: center
}

    .ds-nu-modal .modal-body .ctn-list-box {
        max-height: 348px;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0 20px;
        margin-top: 20px
    }

        .ds-nu-modal .modal-body .ctn-list-box .ctn-box {
            margin-top: 0
        }

.ds-nu-modal .modal-footer {
    display: block;
    text-align: center
}

.event-modal .ctn-list-box {
    max-height: 348px;
    overflow: auto;
    padding: 0 20px;
    margin-top: 20px
}

.list-hd {
    margin-top: 20px;
    width: 96%;
    margin-left: 4%;
    text-decoration: none;
    list-style-type: none;
    padding: 0;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden
}

    .list-hd li .app-label, .list-hd li .hardware-label {
        width: 50%;
        vertical-align: top;
        display: inline-block
    }

    .list-hd li {
        font-size: 1.2em;
        color: #52616e;
        padding: 5px;
        -webkit-transition: background-color .3s;
        -moz-transition: background-color .3s;
        -ms-transition: background-color .3s;
        -o-transition: background-color .3s;
        transition: background-color .3s;
        background-color: #fff
    }

        .list-hd li.selected, .list-hd li:hover {
            background-color: #E0E0E0
        }

        .list-hd li:hover {
            cursor: pointer
        }

        .list-hd li .app-label {
            text-align: right
        }

.box-prw-img {
    font-size: 0;
    margin-top: 20px
}

    .box-prw-img .prw-img {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        border: 1px solid #9E9E9E;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        width: 55%;
        height: 110px
    }

        .box-prw-img .prw-img.big-img {
            height: 385px;
            width: 275px;
            background-size: cover
        }

.user-detail .user-profile-ctn .user-img, .user-detail .user-profile-ctn .user-text {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    height: 80px
}

.box-prw-img .prw-ctn-btn {
    vertical-align: middle;
    font-size: 14px;
    display: inline-block;
    width: 45%
}

.user-detail {
    margin-top: 20px;
    text-align: center;
    font-size: 0;
    padding-left: 50px
}

    .user-detail .user-label, .user-detail .user-profile-ctn {
        font-size: 14px;
        display: inline-block;
        vertical-align: middle
    }

    .user-detail .user-label {
        line-height: 80px;
        color: #E0E0E0
    }

    .user-detail .user-profile-ctn {
        width: 80px;
        margin: 0 10px
    }

        .user-detail .user-profile-ctn .user-img {
            background-repeat: no-repeat;
            background-position: center center;
            box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            background-size: cover;
            width: 80px;
            border-radius: 80px;
            display: inline-block
        }

        .user-detail .user-profile-ctn .user-text {
            box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            width: 80px;
            color: #2d3841;
            line-height: 82.72px;
            border-radius: 80px;
            background: #f5f5f5;
            font-weight: 700;
            display: inline-block;
            text-align: center;
            font-size: 1.5em;
            text-transform: uppercase
        }

.filters .ctn-fil, .filters .ctn-filter, .filters .m-btn, .row-acc-lead .m-btn {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3)
}

.user-detail .user-data {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-align: left
}

    .user-detail .user-data .user-name {
        font-size: 1.2em;
        font-weight: 700
    }

    .user-detail .user-data .user-role {
        font-weight: 700;
        text-transform: uppercase
    }

    .user-detail .user-data .user-date-ctn {
        color: #E0E0E0;
        font-size: .9em
    }

        .no-event-text, .user-detail .user-data .user-date-ctn .user-date {
            color: #9E9E9E;
            font-weight: 700
        }

.no-event-text {
    margin: auto;
    width: 500px;
    height: 200px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.ctn-active-events, .row-title {
    width: calc(100% + 100px);
    background-color: #f5f5f5
}

.no-event-text p {
    margin: 0
}

.no-event-text .m-btn {
    margin-top: 20px
}

.ctn-box-editor {
    height: calc(100% - 30px)
}

    .ctn-box-editor .ctn-iframe-editor {
        height: calc(100% - 80px);
        margin-top: 20px
    }

        .ctn-box-editor .ctn-iframe-editor .infoapp_editor {
            height: 100%
        }

.row-title {
    position: relative;
    left: -50px;
    padding: 10px 50px;
    margin-top: 20px
}

    .row-title .r-title {
        color: #52616e;
        font-weight: 700
    }

        .row-title .r-title.title-light {
            color: #9E9E9E
        }

    .row-title .r-action {
        cursor: pointer;
        float: right;
        color: #9E9E9E;
        font-size: .9em
    }

        .row-title .r-action:hover {
            text-decoration: underline
        }

.ctn-active-events {
    position: relative;
    left: -50px;
    padding: 20px 50px;
    margin-top: 20px
}

    .ctn-active-events .no-act-event {
        color: #9E9E9E;
        text-align: center
    }

.inv_status_message {
    font-size: 12px;
    margin-top: 20px;
    color: #9E9E9E;
    text-align: center
}

.mess-red {
    color: #E82C0C
}

.mess-green {
    color: #00c853
}

.text-center {
    text-align: center
}

.tsp_events_current {
    color: #03A9F4;
    border-left-color: #03A9F4
}

    .tsp_events_current + .ctn-box .box-event .subtitle-event, .tsp_events_current + .ctn-box .box-event .title-event {
        color: #03A9F4
    }

.tsp_events_completed {
    color: #9E9E9E;
    border-left-color: #9E9E9E
}

    .tsp_events_completed + .ctn-box .box-event .subtitle-event, .tsp_events_completed + .ctn-box .box-event .title-event {
        color: #9E9E9E
    }

.ctn-right-btn {
    height: 40px
}

    .ctn-right-btn .title-page {
        display: inline-block
    }

    .ctn-right-btn .right-elem {
        float: right
    }

.section-no-border, .setting-box {
    position: relative;
    left: -50px;
    width: calc(100% + 50px * 2);
    margin-top: 20px
}

.menu-left-open .section-no-border, .menu-left-open .setting-box {
    position: relative;
    left: -30px;
    width: calc(100% + 30px * 2)
}

.setting-box {
    padding-bottom: 30px
}

    .setting-box .ctn-right {
        float: right;
        margin-right: 50px
    }

    .setting-box .role-title {
        height: 30px
    }

        .setting-box .role-title .role-name {
            text-align: center;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            display: inline-block;
            vertical-align: top;
            width: 140px;
            font-weight: 700;
            text-transform: uppercase;
            font-size: .9em;
            cursor: pointer
        }

    .setting-box .row-accordion {
        margin-top: 5px
    }

    .setting-box .all-row-section {
        margin-left: 50px;
        padding: 0;
        overflow: hidden
    }

        .setting-box .all-row-section .row-detail {
            padding: 10px 0
        }

            .setting-box .all-row-section .row-detail .label-detail {
                display: inline-block;
                color: #9E9E9E;
                font-size: .9em
            }

.row-accordion .accord-label, .row-accordion .accord-text {
    color: #52616e;
    display: inline-block;
    vertical-align: top
}

.setting-box .all-row-section .row-detail .block-role {
    width: 140px;
    display: inline-block;
    text-align: center
}

    .setting-box .all-row-section .row-detail .block-role .check-role {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        display: inline-block;
        width: 15px;
        height: 15px;
        cursor: pointer
    }

.row-accordion {
    margin-top: 20px;
    padding: 15px 50px;
    background-color: #f5f5f5;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0
}

    .row-accordion.closed {
        background-color: #E0E0E0
    }

        .row-accordion.closed .accord-icon {
            transform: rotate(180deg)
        }

        .row-accordion.closed + .all-row-section {
            height: 0;
            overflow: hidden;
            margin: 0
        }

    .row-accordion.static {
        cursor: initial
    }

    .row-accordion .accord-label {
        font-size: 1.2em;
        font-weight: 700
    }

    .row-accordion .accord-icon {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        background-image: url(https://tmp-dev-blob.syneo-systems.com/images/7be52053-676e-44ec-8e80-d55ef9798270.svg);
        width: 20px;
        height: 20px;
        float: right;
        cursor: pointer
    }

.all-row-section {
    padding: 0 50px
}

.ctn-role-circle {
    margin: 20px 20px 0;
    text-align: center
}

    .ctn-role-circle .circle {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        margin: 0 5px;
        width: 25px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        opacity: .2;
        background-color: #9E9E9E
    }

        .ctn-role-circle .circle.active {
            -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            opacity: 1
        }

.m-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    -webkit-box-shadow: 0 -2px 6px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 -2px 6px 0 rgba(0,0,0,.3);
    box-shadow: 0 -2px 6px 0 rgba(0,0,0,.3);
    text-align: right
}

    .m-footer .m-btn {
        margin-right: 10px
    }

.modal-error .t-line {
    text-align: center;
    color: #9E9E9E
}

.modal-success .modal-title {
    color: #26A69A
}

.modal-success .t-line {
    text-align: center;
    color: #9E9E9E
}

.page .title-page.back-b .section-breadcrumb:last-child {
    color: #607D8B
}

.back-to-main-view {
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-image: url(../img/chevron_left.svg);
    mask-image: url(../img/chevron_left.svg);
    mask-position: center left;
    -webkit-mask-position: center left;
    background: #607D8B !important;
    height: 16px;
    width: 23px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    top: 5px;
    margin-left: 10px
}

.body-grey {
    background-color: #f5f5f5;
    padding: 40px 0
}

.m-box {
    overflow: hidden;
    color: #3a4955
}

    .m-box.box-loading .box-spinner {
        display: block
    }

    .m-box.chart-box .box-title {
        margin-bottom: 20px
    }

    .m-box.box-activity {
        height: 558px;
        overflow: hidden;
        padding-right: 20px/2
    }

        .m-box.box-activity .list-activity {
            overflow: auto;
            height: calc(100% - 30px)
        }

        .m-box.box-activity .activity {
            line-height: 27px;
            font-size: 1.2em;
            padding-bottom: 16px;
            border-bottom: 1px solid #E0E0E0;
            margin-top: 16px;
            margin-right: 20px/2;
            cursor: pointer
        }

            .m-box.box-activity .activity:last-child {
                border: 0
            }

            .m-box.box-activity .activity .title-activity {
                font-weight: 700;
                margin-bottom: 2px
            }

            .m-box.box-activity .activity .row-check-activity {
                margin-top: 8px
            }

                .m-box.box-activity .activity .row-check-activity .checkbox {
                    display: inline-block;
                    vertical-align: top
                }

                .m-box.box-activity .activity .row-check-activity .label-activity {
                    display: inline-block;
                    vertical-align: top;
                    position: relative;
                    top: -2px
                }

    .m-box.empty .box-count, .m-box.to-add .full-value-box {
        display: none
    }

    .m-box.box-activity .activity .row-check-activity .date-activity {
        float: right;
        color: #9E9E9E
    }

        .m-box.box-activity .activity .row-check-activity .date-activity.blue {
            color: #03A9F4
        }

        .m-box.box-activity .activity .row-check-activity .date-activity.red {
            color: #FF3455
        }

    .m-box.box-prod-interest .legend-product {
        width: calc(100% - 180px);
        height: 175px;
        overflow-x: hidden;
        overflow-y: auto
    }

    .m-box.empty, .m-box.empty .box-title {
        color: #9E9E9E
    }

        .m-box.empty .box-description {
            text-align: center;
            color: #9E9E9E;
            padding-top: 40px;
            padding-bottom: 40px
        }

        .m-box.empty .legend-ctn {
            color: #9E9E9E;
            margin-top: 68px
        }

            .m-box.empty .legend-ctn .legend-value {
                color: #9E9E9E !important;
                white-space: normal
            }

        .m-box.empty.box-activity .list-activity {
            height: auto;
            text-align: center;
            margin-top: 50%;
            color: #9E9E9E
        }

    .m-box.to-add .empty-value-box {
        display: block
    }

    .m-box.to-add .box-description {
        text-align: center;
        color: #9E9E9E;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .m-box.to-add .ctn-btn {
        text-align: center
    }

    .m-box.box-big-general-l {
        padding: 30px
    }

        .m-box.box-big-general-l.empty .box .box-count {
            display: none
        }

        .m-box.box-big-general-l .box .box-count {
            display: inline-block;
            font-size: 5em;
            padding-top: 0;
            padding-right: 40px
        }

        .m-box.box-big-general-l .box .wrapper-title {
            display: inline-block;
            vertical-align: top
        }

            .m-box.box-big-general-l .box .wrapper-title .box-title {
                font-size: 2.5em
            }

            .m-box.box-big-general-l .box .wrapper-title .box-description {
                font-size: 1.2em
            }

    .m-box.box-general {
        padding-left: 60px
    }

        .m-box.box-general .box-count {
            font-size: 4.9em;
            margin-bottom: 30px;
            text-align: left
        }

        .m-box.box-general .box-title {
            font-size: 2.4em;
            margin-bottom: 5px
        }

        .m-box.box-general .box-description {
            font-size: 1.2em
        }

    .m-box.box-50-perc {
        width: 50%
    }

    .m-box .box-spinner {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

        .m-box .box-spinner .inner-spinner, .m-box .box-spinner .inner-spinner .loader {
            width: 50px;
            height: 50px
        }

    .m-box .box-title {
        font-size: 1.4em;
        font-weight: 700;
        text-align: left;
        padding-bottom: 10px
    }

    .m-box .box-description {
        color: #9E9E9E;
        font-size: 1.1em
    }

    .m-box .empty-value-box {
        display: none
    }

    .m-box .box-count {
        color: #03A9F4;
        font-size: 2.5em;
        font-weight: 700;
        padding-top: 30px;
        line-height: 50px;
        text-align: center
    }

        .m-box .box-count.font-small {
            font-size: 1.8em
        }

        .m-box .box-count.font-big, .m-box .box-count.leads-goal-value {
            font-size: 4.5em
        }

        .m-box .box-count.sales-goal-value {
            font-size: 3.5em
        }

    .m-box .canvas-graf {
        max-width: 100%
    }

.gl-num .box-count {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 4em
}

.half-box {
    height: 50%
}

.bar-chart .bar-single {
    cursor: pointer;
    margin-bottom: 2px;
    display: flex
}

    .bar-chart .bar-single .value {
        display: inline-block;
        color: #fff;
        font-weight: 700;
        font-size: 1.1em;
        padding: .45em;
        text-align: center;
        white-space: nowrap;
        background: #03A9F4
    }

    .bar-chart .bar-single .label {
        display: inline-block;
        text-align: right;
        white-space: nowrap;
        position: relative;
        top: 16px;
        margin-left: 5px;
        font-size: 1.15em
    }

    .bar-chart .bar-single .u-row {
        border-bottom: 1px solid #E0E0E0;
        margin-left: 5px
    }

    .bar-chart .bar-single.empty .value {
        background: #E0E0E0
    }

    .bar-chart .bar-single.empty .label {
        color: #9E9E9E
    }

.graph-with-right-legend {
    width: 150px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px
}

    .graph-with-right-legend .ctn-graf .generated_leads_counter {
        font-size: 2em;
        height: 1em;
        line-height: 1em;
        text-align: center
    }

.legend-ctn {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-top: 22px
}

    .legend-ctn.legend-product .legend-value {
        font-size: 1.2em;
        margin-top: 0;
        padding-bottom: 7px
    }

    .legend-ctn .legend-text {
        color: #9E9E9E;
        font-size: 1.2em;
        margin-top: 10px
    }

    .legend-ctn .legend-value {
        margin-top: 10px;
        padding-bottom: 10px;
        font-size: 1.5em;
        white-space: nowrap;
        color: #9E9E9E
    }

        .legend-ctn .legend-value:before {
            content: "\2022";
            display: inline-block;
            font-size: 30px;
            position: relative;
            top: 3px;
            margin-right: 4px
        }

    .legend-ctn .primary-color {
        color: #03A9F4
    }

.chart-matrix {
    position: relative
}

    .chart-matrix .wrap-matrix {
        margin-right: 20px
    }

    .chart-matrix .flex-matrix {
        display: flex
    }

    .chart-matrix .inner-matrix {
        display: inline-block;
        width: calc(100% - 30px);
        background: #fff;
        position: relative;
        border: 1.5px solid #E0E0E0
    }

        .chart-matrix .inner-matrix .m-point {
            position: absolute;
            height: 10px;
            width: 10px
        }

            .chart-matrix .inner-matrix .m-point:before {
                content: "\2022";
                color: #03A9F4;
                font-size: 28px;
                display: block;
                position: relative;
                top: 0;
                left: -4.5px
            }

    .chart-matrix .lbl-matrix {
        position: relative;
        text-align: center;
        border-left: 40px solid #fff;
        font-size: 1.2em
    }

        .chart-matrix .lbl-matrix .inner {
            width: 375px;
            position: absolute;
            top: 0;
            left: -25px;
            -webkit-transform-origin: 187.5px 187.5px;
            transform-origin: 187.5px 187.5px;
            -moz-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg)
        }

        .chart-matrix .lbl-matrix.lbl-x {
            margin: 10px 0 10px 57px
        }

        .chart-matrix .lbl-matrix.lbl-y {
            display: inline-block;
            width: 30px
        }

    .chart-matrix .matrix-row {
        display: flex;
        position: relative
    }

        .chart-matrix .matrix-row .matrix-cell {
            position: relative;
            cursor: pointer;
            padding-top: 28.35%;
            width: 50%;
            border: 1.5px solid #E0E0E0
        }

.box-qz-app .w-elem, .m-box {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}

.chart-matrix .matrix-row .matrix-cell .inner-cell {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 55px;
    color: #3a4955;
    font-size: 55px;
    text-align: center;
    font-weight: 700;
    display: table;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: 2
}

    .chart-matrix .matrix-row .matrix-cell .inner-cell .matrix-num {
        display: table-cell;
        vertical-align: middle
    }

.chart-matrix .matrix-row .matrix-cell:hover {
    background: #f5f5f5
}

.chart-matrix .matrix-row .matrix-cell.empty {
    opacity: .5
}

.chart-matrix .range {
    position: relative;
    color: #9E9E9E
}

    .chart-matrix .range .inner-range {
        position: relative;
        font-size: 1.2em
    }

.inner-page .description, .list-category {
    font-size: 16px;
    line-height: 24px
}

.chart-matrix .range.rangeX {
    display: flex;
    margin-left: 96px;
    margin-top: 5px
}

    .chart-matrix .range.rangeX .inner-range .cel-r {
        text-align: center
    }

    .chart-matrix .range.rangeX .inner-range:first-child .cel-r {
        text-align: left
    }

    .chart-matrix .range.rangeX .inner-range:last-child .cel-r {
        text-align: right
    }

.chart-matrix .range.rangeY {
    width: 50px;
    margin-right: 10px
}

    .chart-matrix .range.rangeY .inner-range {
        display: table;
        width: 100%;
        text-align: right
    }

        .chart-matrix .range.rangeY .inner-range .cel-r {
            display: table-cell;
            vertical-align: middle
        }

        .chart-matrix .range.rangeY .inner-range:first-child .cel-r {
            vertical-align: top
        }

        .chart-matrix .range.rangeY .inner-range:last-child .cel-r {
            vertical-align: bottom
        }

.row-top-white {
    max-width: 1284px;
    margin: auto;
    position: relative;
    top: -2px
}

.inner-page .box-cat-fd, .inner-page .box-qz-app {
    margin-top: 32px
}

.row-top-white .title-page {
    display: inline-block
}

.row-top-white .filters {
    max-width: 900px;
    display: inline-block;
    top: -4px
}

.row-top-white .top-n-event {
    white-space: nowrap;
    color: #9E9E9E;
    float: right;
    padding-top: 17px
}

    .row-top-white .top-n-event.empty .n-event {
        color: #9E9E9E
    }

    .row-top-white .top-n-event .n-event {
        color: #03A9F4;
        font-weight: 700
    }

.inner-page .description {
    color: #757575;
    font-weight: 400
}

.list-category.closed .inner-list {
    display: none
}

.list-category.closed .action-icon {
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-image: url(../img/quizAppList/collapse_plus.svg);
    mask-image: url(../img/quizAppList/collapse_plus.svg)
}

.icon-check, .list-category .action-icon, .radio-check {
    mask-size: contain;
    cursor: pointer;
    mask-repeat: no-repeat
}

.list-category .w-elem {
    display: flex;
    position: relative
}

    .list-category .w-elem.checked .icon-vick {
        background-image: url(../img/quizAppList/ch_checked.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain
    }

    .list-category .w-elem.checked .label-list {
        font-weight: 700;
        color: #000
    }

    .list-category .w-elem:not(.checked) ~ .inner-list .checked .icon-vick {
        background-image: url(../img/quizAppList/ch_checked_gray.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain
    }

    .list-category .w-elem:not(.checked) ~ .inner-list .checked .label-list {
        color: #9E9E9E
    }

.list-category .icon-vick {
    background-image: url(../img/quizAppList/ch_empty.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 22px;
    min-width: 22px;
    height: 22px;
    cursor: pointer;
    margin-right: 10px;
    z-index: 1
}

.list-category .input-check {
    display: none
}

.list-category .action-icon {
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-image: url(../img/quizAppList/collapse_minus.svg);
    mask-image: url(../img/quizAppList/collapse_minus.svg);
    width: 21px;
    min-width: 21px;
    height: 22px;
    background-color: #3E5059;
    margin-right: 10px;
    z-index: 1
}

.list-category .label-list {
    color: #9E9E9E;
    white-space: nowrap
}

.list-category .inner-list {
    padding-left: 64px;
    position: relative;
    overflow: hidden;
    bottom: 2px
}

    .list-category .inner-list .w-elem {
        padding-top: 20px
    }

        .list-category .inner-list .w-elem:before {
            content: '';
            display: block;
            width: 25px;
            height: 4420px;
            border-left: 2px solid #E0E0E0;
            border-bottom: 2px solid #E0E0E0;
            border-bottom-left-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
            position: absolute;
            left: -22px;
            bottom: 11.5px;
            z-index: 0
        }

.list-category .type-icon {
    background-image: url(../img/quizAppList/content_item.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 22px;
    min-width: 22px;
    height: 22px;
    margin-right: 10px
}

.box-qz-app .label-list {
    display: inline-block;
    width: calc(100% - 35px);
    vertical-align: super
}

.box-qz-app .w-elem {
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    color: #9E9E9E
}

    .box-qz-app .w-elem .label-list {
        font-size: 18px;
        text-transform: uppercase
    }

    .box-qz-app .w-elem .desc-list {
        margin-left: 34px;
        font-size: 16px;
        line-height: 26px
    }

    .box-qz-app .w-elem.checked {
        background-color: #cdeefd
    }

        .box-qz-app .w-elem.checked .label-list {
            font-weight: 700;
            color: #000
        }

.st3-editor {
    height: 100%
}

    .st3-editor .title-page {
        margin-top: 20px
    }

    .st3-editor .m-btn label {
        margin-bottom: 0
    }

    .st3-editor .edit-icon {
        width: 87%;
        height: 100%;
        cursor: pointer;
        display: inline-block;
        position: absolute;
        left: 5%;
        top: 0;
        opacity: 0;
        z-index: 1;
        -webkit-transition: opacity .5s;
        -moz-transition: opacity .5s;
        -ms-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s
    }

        .st3-editor .edit-icon:hover {
            opacity: 1
        }

            .st3-editor .edit-icon:hover .ship-doc {
                width: 9%;
                display: inline-block
            }

        .st3-editor .edit-icon .inner-pen {
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(../img/ST3editor/edit-white.svg);
            background-color: rgba(0,0,0,.65);
            background-size: 2em;
            width: 100%;
            height: 100%
        }

    .st3-editor .edit-elem.big-edit .edit-icon {
        width: 95%
    }

    .st3-editor .edit-elem .drag-elem {
        display: table-cell;
        width: 5%;
        vertical-align: middle;
        text-align: center
    }

    .st3-editor .ctn-ship-doc:hover .inner-pen {
        width: 91%
    }

    .st3-editor .ctn-ship-doc .inner-pen {
        display: inline-block;
        -webkit-transition: width .5s;
        -moz-transition: width .5s;
        -ms-transition: width .5s;
        -o-transition: width .5s;
        transition: width .5s
    }

    .mail-editor .left-panel, .st3-editor .ship-doc {
        -webkit-transition: width .5s;
        -moz-transition: width .5s;
        -ms-transition: width .5s;
        -o-transition: width .5s
    }

    .st3-editor .ship-doc {
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../img/ST3editor/trash.svg);
        background-color: #FF3455;
        background-size: 2em;
        width: 0;
        float: right;
        height: 100%;
        transition: width .5s
    }

    .st3-editor .all-edit .error-modal {
        color: #FF3455;
        padding: 10px 0
    }

    .st3-editor .all-edit .row-edit {
        display: block;
        position: relative;
        padding: 20px 0 0;
        text-align: center
    }

        .st3-editor .all-edit .row-edit.row-check {
            padding-top: 0
        }

        .st3-editor .all-edit .row-edit.cl-2 .cell-edit {
            width: 44%;
            display: inline-table;
            vertical-align: middle
        }

            .st3-editor .all-edit .row-edit.cl-2 .cell-edit:first-child {
                margin-right: 2%
            }

            .st3-editor .all-edit .row-edit.cl-2 .cell-edit:last-child {
                margin: 0
            }

        .st3-editor .all-edit .row-edit.cl-3 .cell-edit {
            width: 32%;
            display: inline-table;
            vertical-align: middle
        }

        .st3-editor .all-edit .row-edit.cl-2-right {
            margin-left: 20%;
            text-align: right
        }

        .st3-editor .all-edit .row-edit.cl-prev-thum {
            margin: .7em 0;
            padding-bottom: .7em;
            border-top: 2px solid #d3d3d3;
            border-bottom: 2px solid #d3d3d3
        }

            .st3-editor .all-edit .row-edit.cl-prev-thum .cell-edit {
                width: 35%
            }

                .st3-editor .all-edit .row-edit.cl-prev-thum .cell-edit:first-child {
                    margin-right: 4%
                }

        .st3-editor .all-edit .row-edit.ctn-img-prev {
            border-radius: 5px;
            overflow: hidden
        }

        .st3-editor .all-edit .row-edit .link-preview {
            border: 0
        }

            .st3-editor .all-edit .row-edit .link-preview:hover {
                background: 0 0
            }

            .st3-editor .all-edit .row-edit .link-preview a {
                text-decoration: none;
                width: 100%;
                text-align: center;
                display: block
            }

        .st3-editor .all-edit .row-edit .ctn-title {
            font-weight: 700
        }

        .st3-editor .all-edit .row-edit .ctn-inpt {
            margin-top: 0
        }

        .st3-editor .all-edit .row-edit .cell-edit {
            position: relative
        }

            .st3-editor .all-edit .row-edit .cell-edit.error {
                color: #FF3455;
                border-color: #FF3455
            }

            .st3-editor .all-edit .row-edit .cell-edit .suggest-val {
                position: absolute;
                bottom: -28px;
                width: 95%
            }

            .st3-editor .all-edit .row-edit .cell-edit .error-msg-format {
                color: #FF3455;
                position: absolute;
                top: -28px;
                width: 95%;
                font-weight: 400;
                display: none
            }

            .st3-editor .all-edit .row-edit .cell-edit.error-format {
                border-color: #FF3455
            }

        .st3-editor .all-edit .row-edit .edit-img-prev, .st3-editor .list-view .block-img {
            background-size: contain;
            border: 1px solid #E0E0E0;
            background-repeat: no-repeat;
            background-position: center center
        }

        .st3-editor .all-edit .row-edit .cell-edit.error-format .text-btn {
            color: #FF3455
        }

        .st3-editor .all-edit .row-edit .cell-edit.error-format .error-msg-format {
            display: block
        }

        .st3-editor .all-edit .row-edit .ctn-img-prev {
            height: 120px
        }

        .st3-editor .all-edit .row-edit .edit-img-prev {
            height: 120px;
            width: 155px
        }

    .st3-editor .list-view {
        padding: 0
    }

        .st3-editor .list-view .block-img {
            width: 120px;
            height: 93px;
            margin: .4em
        }

        .st3-editor .list-view .block-title {
            display: table-cell;
            color: #333;
            font-size: 1.4em;
            margin-left: 1em;
            vertical-align: middle;
            width: 87%
        }

        .st3-editor .list-view .block-arrow {
            background-repeat: no-repeat;
            background-position: center center;
            display: table-cell;
            margin-right: 24px;
            height: 100%;
            width: 10%;
            background-image: url(../img/ST3editor/contacts_dropdown.svg);
            background-size: 30px 30px;
            -ms-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg)
        }

    .st3-editor .block, .st3-editor .sortable-ghost {
        display: inline-table;
        margin: .8% 0;
        height: 7em;
        position: relative
    }

    .st3-editor .block {
        width: 100%;
        background: #fff;
        border: 1px solid rgba(176,167,176,.18);
        -webkit-box-shadow: 3px 3px 5px 0 rgba(176,167,176,.5);
        -moz-box-shadow: 3px 3px 5px 0 rgba(176,167,176,.5);
        box-shadow: 3px 3px 5px 0 rgba(176,167,176,.5)
    }

    .st3-editor .sortable-ghost {
        width: 100%;
        -webkit-box-shadow: 3px 3px 5px 0 rgba(176,167,176,.5);
        -moz-box-shadow: 3px 3px 5px 0 rgba(176,167,176,.5);
        box-shadow: 3px 3px 5px 0 rgba(176,167,176,.5);
        background: 0 0;
        border: 5px solid #fff
    }

    .st3-editor .sortable-chosen {
        opacity: .5;
        background: #d3d3d3 !important;
        border: 5px solid #fff
    }

    .st3-editor .st3ed-upload-btn {
        padding-top: 0;
        padding-bottom: 0
    }

        .st3-editor .st3ed-upload-btn .text-btn {
            padding: 9px;
            width: 100%
        }

.mail-editor {
    font-size: 0;
    height: 100%
}

    .mail-editor.open-right .left-panel {
        display: inline-block;
        vertical-align: top;
        width: 60%
    }

    .mail-editor.open-right .right-panel {
        display: inline-block;
        vertical-align: top;
        padding: 20px;
        overflow: auto;
        height: 100%;
        width: 40%
    }

    .mail-editor .left-panel {
        position: relative;
        width: 100%;
        height: 100%;
        font-size: 14px;
        padding: 20px;
        transition: width .5s
    }

        .mail-editor .left-panel .alert {
            float: right;
            position: absolute;
            top: 20px;
            right: 20px
        }

    .mail-editor .right-panel {
        position: relative;
        width: 0;
        height: 0;
        overflow: hidden;
        font-size: 14px;
        border-left: 1px solid #9E9E9E;
        -webkit-transition: width .5s;
        -moz-transition: width .5s;
        -ms-transition: width .5s;
        -o-transition: width .5s;
        transition: width .5s
    }

        .mail-editor .right-panel .inner-panel {
            height: 93%
        }

            .mail-editor .right-panel .inner-panel .edit-ctn {
                margin-top: 20px;
                height: 91%
            }

        .mail-editor .right-panel .footer {
            position: absolute;
            bottom: 20px;
            left: 20px
        }

    .mail-editor .section {
        margin-top: 40px;
        margin-bottom: 20px;
        position: relative
    }

        .mail-editor .section .section-title {
            background-color: #607D8B;
            color: #fff;
            position: absolute;
            top: -30px;
            padding: 5px;
            left: 0;
            font-size: .9em
        }

        .mail-editor .section .section-box {
            border: 2px solid #607D8B;
            cursor: pointer
        }

            .mail-editor .section .section-box .section-prev {
                padding: 20px
            }

                .mail-editor .section .section-box .section-prev:hover:before {
                    content: " ";
                    display: block;
                    background: #607D8B;
                    opacity: .7;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0
                }

            .mail-editor .section .section-box a {
                text-decoration: underline;
                color: #007bff
            }

    .mail-editor .simple-inpt {
        width: 100%
    }

#main-title-js {
    cursor: pointer
}

#contacts_app_main_container {
    height: calc(100% - 40px);
    margin-top: 0
}

#event_contacts, #global_leads_control {
    padding-bottom: 0
}

.hide-elem {
    display: none
}

.special-new-lead {
    float: right
}

.search-position {
    margin: 0 50px;
    display: inline-block
}

.input-check, .vick-list input {
    display: none
}

.modal-content .attach {
    padding: 1em 0 1em 1.5em;
    background-image: url(../img/contacts/paper-clip.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.2em
}

.ctn-table {
    width: 100%
}

    .ctn-table .table-app tbody .merge-tr-bottom {
        border-top: 0
    }

    .ctn-table .table-app tbody .merge-column {
        text-align: center
    }

.scroll-horizontal {
    overflow: auto;
    height: 100%;
    position: relative
}

    .scroll-horizontal .tr-more {
        text-align: left !important
    }

        .scroll-horizontal .tr-more .m-btn {
            position: relative
        }

.dateRange {
    width: 1px;
    position: absolute;
    left: 3px;
    visibility: hidden
}

.btn-columns {
    background-image: url(../img/contacts/three-columns-gray.svg)
}

.vick-list {
    list-style-type: none;
    padding: 0
}

    .vick-list li {
        margin-bottom: 10px
    }

.input-check {
}

.icon-check, .radio-check {
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-image: url(../img/contacts/checkbox_unselected.svg);
    mask-image: url(../img/contacts/checkbox_unselected.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #9E9E9E;
    margin-right: 4px
}

    .icon-check.checked, .radio-check.checked, input:checked + .icon-check, input:checked + .radio-check {
        background: #26a69a;
        -webkit-mask-image: url(../img/contacts/checkbox_selected.svg);
        mask-image: url(../img/contacts/checkbox_selected.svg)
    }

    .icon-check.disabled, .radio-check.disabled {
        opacity: .5;
        cursor: initial
    }

    .icon-check.readonly, .radio-check.readonly, input[disabled] + .icon-check, input[disabled] + .radio-check {
        cursor: initial;
        background: #E0E0E0 !important
    }

.text-check {
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    width: calc(100% - 30px)
}

.radio-check {
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-image: url(../img/contacts/rb_unchecked.svg);
    mask-image: url(../img/contacts/rb_unchecked.svg)
}

    .radio-check.checked, input:checked + .radio-check {
        -webkit-mask-image: url(../img/contacts/rb_checked.svg);
        mask-image: url(../img/contacts/rb_checked.svg)
    }

.wrapper-shadow {
    position: absolute;
    padding-top: 20px;
    width: 100%;
    height: 100vh;
    display: none
}

    .wrapper-shadow .shadow-over {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        opacity: .5;
        z-index: 1;
        display: none
    }

        .wrapper-shadow .shadow-over + .row-accordion {
            margin-top: 0
        }

    .wrapper-shadow.open-filter, .wrapper-shadow.open-filter .shadow-over {
        display: block
    }

.blur-effect {
    filter: blur(3px);
    -webkit-filter: blur(3px)
}

.filters {
    padding-top: 5px;
    position: relative;
    z-index: 2
}

    .filters .input-t {
        width: 1px;
        position: absolute;
        left: 3px;
        top: 5px;
        visibility: hidden
    }

    .filters .ctn-fil.disable {
        opacity: .5;
        background: #fafafa;
        color: #698492
    }

    .filters .ctn-filter-score {
        display: inline-flex
    }

    .filters .ctn-fil, .filters .ctn-filter {
        box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
        -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        position: relative;
        width: auto;
        margin-right: 10px;
        margin-top: 10px;
        background: #fff;
        display: inline-block;
        font-size: 12px;
        cursor: pointer
    }

        .filters .ctn-fil:hover, .filters .ctn-filter:hover {
            -webkit-box-shadow: 0 3px 12px 0 rgba(0,0,0,.4);
            -moz-box-shadow: 0 3px 12px 0 rgba(0,0,0,.4);
            box-shadow: 0 3px 12px 0 rgba(0,0,0,.4);
            -o-box-shadow: 0 3px 12px 0 rgba(0,0,0,.4)
        }

        .filters .ctn-fil.active, .filters .ctn-fil.show, .filters .ctn-filter.active, .filters .ctn-filter.show {
            background: #03A9F4
        }

            .filters .ctn-fil.active .only-lbl, .filters .ctn-fil.show .only-lbl, .filters .ctn-filter.active .only-lbl, .filters .ctn-filter.show .only-lbl {
                color: #fff;
                font-weight: 700
            }

            .filters .ctn-fil.active .n-act, .filters .ctn-filter.active .n-act {
                display: inline-block;
                vertical-align: middle;
                color: #fff;
                font-weight: 700
            }

        .filters .ctn-fil.double-range .inner-drop .wrap-d, .filters .ctn-filter.double-range .inner-drop .wrap-d {
            overflow: hidden
        }

        .filters .ctn-fil .times, .filters .ctn-filter .times {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

        .filters .ctn-fil .n-act, .filters .ctn-filter .n-act {
            display: none
        }

            .filters .ctn-fil .n-act:before, .filters .ctn-filter .n-act:before {
                content: "\2022";
                display: inline-block;
                vertical-align: middle;
                margin: 0 5px
            }

        .filters .ctn-fil .only-lbl, .filters .ctn-filter .only-lbl {
            padding: 6px 20px;
            color: #607D8B
        }

        .filters .ctn-fil .dropdown-toggle::after, .filters .ctn-fil .inpt, .filters .ctn-filter .dropdown-toggle::after, .filters .ctn-filter .inpt {
            display: none
        }

        .filters .ctn-fil .ctn-inpt, .filters .ctn-filter .ctn-inpt {
            margin-top: 0
        }

            .filters .ctn-fil .ctn-inpt .inpt, .filters .ctn-filter .ctn-inpt .inpt {
                display: inline-flex;
                padding: 7px 0
            }

        .filters .ctn-fil .inner-drop, .filters .ctn-filter .inner-drop {
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            min-width: 200px;
            overflow: hidden;
            padding: 0;
            margin-top: 10px;
            cursor: initial
        }

            .filters .ctn-fil .inner-drop .wrap-d, .filters .ctn-filter .inner-drop .wrap-d {
                padding: 20px;
                max-height: 300px;
                overflow: auto
            }

                .filters .ctn-fil .inner-drop .wrap-d .shadow-op, .filters .ctn-filter .inner-drop .wrap-d .shadow-op {
                    display: none
                }

                .filters .ctn-fil .inner-drop .wrap-d.filter-matrix, .filters .ctn-filter .inner-drop .wrap-d.filter-matrix {
                    max-height: 600px
                }

            .filters .ctn-fil .inner-drop .footer-d, .filters .ctn-filter .inner-drop .footer-d {
                padding: 20px;
                text-align: right;
                background-color: #f5f5f5;
                cursor: initial
            }

                .filters .ctn-fil .inner-drop .footer-d .d-lbl, .filters .ctn-filter .inner-drop .footer-d .d-lbl {
                    display: inline-block;
                    cursor: pointer
                }

                .filters .ctn-fil .inner-drop .footer-d .cancel-btn, .filters .ctn-filter .inner-drop .footer-d .cancel-btn {
                    float: left;
                    color: #9E9E9E
                }

                .filters .ctn-fil .inner-drop .footer-d .apply-btn, .filters .ctn-filter .inner-drop .footer-d .apply-btn {
                    color: #03A9F4;
                    font-weight: 700
                }

    .filters .wrap-radio {
        white-space: nowrap
    }

    .filters .ctnStarRating .starRating {
        width: 180px
    }

        .filters .ctnStarRating .starRating:not(old) {
            height: 31px
        }

            .filters .ctnStarRating .starRating:not(old) label, .filters .ctnStarRating .starRating:not(old) label:before {
                mask-size: 27px;
                -webkit-mask-size: 27px;
                width: 36px;
                height: 31px
            }

    .filters .radio-box {
        display: inline-block;
        vertical-align: top;
        width: 50px;
        height: 50px;
        margin: 0 5px
    }

        .filters .radio-box .radio-img {
            mask-repeat: no-repeat;
            mask-size: contain;
            mask-position: center center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-size: contain;
            -webkit-mask-position: center center;
            height: 100%;
            width: 100%;
            background: #9E9E9E
        }

        .filters .radio-box .selected {
            background: #03A9F4
        }

    .filters .rangeslider {
        width: 350px;
        height: 50px
    }

        .filters .rangeslider .slider {
            width: 350px
        }

        .filters .rangeslider .tooltip-max, .filters .rangeslider .tooltip-min {
            opacity: 1;
            display: block !important
        }

            .filters .rangeslider .tooltip-max .tooltip-inner, .filters .rangeslider .tooltip-min .tooltip-inner {
                background: 0 0;
                color: #03A9F4;
                font-weight: 700
            }

        .filters .rangeslider .slider-handle {
            background: #fff;
            border: 2px solid #03A9F4
        }

        .filters .rangeslider .slider-track {
            height: 5px;
            top: 65%
        }

            .filters .rangeslider .slider-track .slider-selection {
                background: #03A9F4
            }

            .filters .rangeslider .slider-track .slider-track-high, .filters .rangeslider .slider-track .slider-track-low {
                background: #E0E0E0
            }

    .filters .min-max-wrap {
        white-space: nowrap;
        min-width: 450px
    }

        .filters .min-max-wrap .ctn-inpt {
            width: calc(50% - 20px);
            margin: 0 10px
        }

            .filters .min-max-wrap .ctn-inpt .inpt-label {
                padding-top: 3px
            }

    .filters .text-wrap {
        min-width: 300px
    }

        .filters .text-wrap .ctn-inpt .inpt-label {
            padding-top: 3px;
            padding-right: 5px;
            font-size: .9em;
            white-space: nowrap
        }

    .filters .m-select {
        cursor: pointer
    }

        .filters .m-select .opt {
            padding: 7px 0;
            white-space: nowrap;
            color: #9E9E9E;
            position: relative
        }

            .filters .m-select .opt:before {
                content: "";
                mask-repeat: no-repeat;
                mask-size: contain;
                mask-position: center center;
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-size: contain;
                -webkit-mask-position: center center;
                -webkit-mask-image: url(../img/contacts/checkbox_unselected.svg);
                mask-image: url(../img/contacts/checkbox_unselected.svg);
                display: inline-block;
                width: 18px;
                height: 18px;
                margin-right: 10px;
                cursor: pointer;
                background: #9E9E9E;
                vertical-align: top
            }

.starRating:not(old) label, .table-face {
    mask-size: contain;
    mask-position: center center
}

.filters .m-select .opt:hover {
    background-color: #f5f5f5
}

.filters .m-select .opt.selected {
    color: #03A9F4
}

    .filters .m-select .opt.selected:before {
        -webkit-mask-image: url(../img/contacts/checkbox_selected.svg);
        mask-image: url(../img/contacts/checkbox_selected.svg);
        background: #03A9F4
    }

.filters .tree-select .category {
    font-weight: 700;
    color: #000
}

.filters .tree-select .item + .category {
    margin-top: 14px
}

    .filters .tree-select .item + .category:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #9E9E9E;
        position: absolute;
        top: -7px;
        left: 0
    }

.filters .filter-matrix {
    position: relative
}

    .filters .filter-matrix .flex-matrix {
        display: flex
    }

    .filters .filter-matrix .inner-matrix {
        display: inline-block;
        width: calc(100% - 30px)
    }

    .filters .filter-matrix .lbl-filter {
        position: relative;
        font-weight: 700;
        text-align: center;
        border-left: 40px solid #fff
    }

        .filters .filter-matrix .lbl-filter .inner {
            width: 300px;
            position: absolute;
            top: 0;
            left: -25px;
            -webkit-transform-origin: 150px 150px;
            transform-origin: 150px 150px;
            -moz-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg)
        }

        .filters .filter-matrix .lbl-filter.lbl-x {
            margin-top: 10px
        }

        .filters .filter-matrix .lbl-filter.lbl-y {
            display: inline-block;
            width: 30px
        }

    .filters .filter-matrix .matrix-row {
        display: flex;
        margin-bottom: 3px
    }

        .filters .filter-matrix .matrix-row .range {
            position: relative;
            width: 40px;
            border-left: 40px solid #fff
        }

            .filters .filter-matrix .matrix-row .range .inner-range {
                position: absolute;
                top: 0;
                left: -25px;
                color: #9E9E9E;
                font-size: 12px;
                text-align: center;
                width: 140px;
                -webkit-transform-origin: 70px 70px;
                transform-origin: 70px 70px;
                -moz-transform: rotate(-90deg);
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg)
            }

        .filters .filter-matrix .matrix-row .matrix-cell {
            position: relative;
            cursor: pointer;
            background: #E0E0E0;
            height: 140px;
            width: 180px
        }

            .filters .filter-matrix .matrix-row .matrix-cell .inner-cell {
                margin: auto;
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                height: 35px;
                line-height: 35px;
                color: #9E9E9E;
                font-size: 35px;
                text-align: center
            }

.filters .filter-tag .sc-tags, .row-acc-lead .m-btn {
    margin-top: 0
}

.filters .filter-matrix .matrix-row .matrix-cell + .matrix-cell {
    margin-left: 3px
}

.filters .filter-matrix .matrix-row .matrix-cell.selected, .filters .filter-matrix .matrix-row .matrix-cell:hover {
    background: #03A9F4;
    font-weight: 700
}

    .filters .filter-matrix .matrix-row .matrix-cell.selected .inner-cell, .filters .filter-matrix .matrix-row .matrix-cell:hover .inner-cell {
        color: #fff
    }

.filters .filter-matrix .bottom-range-row {
    display: flex;
    padding-left: 40px
}

    .filters .filter-matrix .bottom-range-row .range {
        text-align: center;
        color: #9E9E9E;
        width: 180px;
        font-size: 12px
    }

.filters .select-no-vick .m-select .opt:before {
    display: none
}

.filters .filter-tag {
    min-width: 500px;
    max-height: initial !important
}

    .filters .filter-tag .tagify__input {
        margin-left: 0;
        margin-right: 0
    }

    .filters .filter-tag .tagify__tag {
        font-size: 14px
    }

    .filters .filter-tag .tag-list {
        text-align: left;
        justify-content: left
    }

.filters .m-btn, .row-acc-lead .m-btn {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    margin-top: 10px;
    margin-right: 10px;
    font-size: 12px;
    padding: 6px 20px 5px;
    height: 32px;
    font-weight: 400;
    width: auto;
    border: 0
}

    .filters .m-btn:hover, .row-acc-lead .m-btn:hover {
        -webkit-box-shadow: 0 3px 12px 0 rgba(0,0,0,.4);
        -moz-box-shadow: 0 3px 12px 0 rgba(0,0,0,.4);
        box-shadow: 0 3px 12px 0 rgba(0,0,0,.4);
        -o-box-shadow: 0 3px 12px 0 rgba(0,0,0,.4)
    }

    .filters .m-btn.filter-btn, .row-acc-lead .m-btn.filter-btn {
        color: #607D8B;
        background-color: #fff;
        border: 0
    }

        .filters .m-btn.filter-btn.selected, .row-acc-lead .m-btn.filter-btn.selected {
            -webkit-box-shadow: 0 0 0 0 transparent;
            -moz-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
            -o-box-shadow: 0 0 0 0 transparent;
            background-color: #03A9F4;
            color: #fff;
            font-weight: 700
        }

.col-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}

.table-face {
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    background: #03A9F4;
    width: 25px;
    height: 25px;
    display: block
}

.modal-filter .filters {
    text-align: center
}

.daterangepicker.filter-temp {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

    .daterangepicker.filter-temp.ltr {
        overflow: hidden
    }

    .daterangepicker.filter-temp.opensright:after, .daterangepicker.filter-temp.opensright:before {
        display: none
    }

    .daterangepicker.filter-temp td.in-range {
        background: #f5f5f5
    }

    .daterangepicker.filter-temp td.active, .daterangepicker.filter-temp td.active:hover {
        background: #9E9E9E;
        border-radius: .5em
    }

    .daterangepicker.filter-temp .calendar-table th {
        font-weight: 400;
        text-transform: uppercase
    }

    .daterangepicker.filter-temp .calendar-table td {
        padding-top: 0;
        padding-bottom: 0
    }

    .daterangepicker.filter-temp .drp-buttons {
        background: #f5f5f5;
        border: 0
    }

        .daterangepicker.filter-temp .drp-buttons .btn {
            font-size: 1rem
        }

            .daterangepicker.filter-temp .drp-buttons .btn:active, .daterangepicker.filter-temp .drp-buttons .btn:focus {
                box-shadow: 0 0 0 0 transparent !important;
                outline: 0;
                background: 0 0;
                border-color: transparent
            }

.merge-header, .wrapper-user .img-user {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3)
}

.daterangepicker.filter-temp .drp-buttons .drp-selected {
    color: #9E9E9E
}

.daterangepicker.filter-temp .drp-buttons .cancelBtn {
    float: left;
    color: #9E9E9E;
    font-weight: 400
}

    .daterangepicker.filter-temp .drp-buttons .cancelBtn:active, .daterangepicker.filter-temp .drp-buttons .cancelBtn:focus {
        color: #9E9E9E
    }

.daterangepicker.filter-temp .drp-buttons .applyBtn {
    color: #03A9F4;
    background: 0 0;
    border-color: transparent
}

    .daterangepicker.filter-temp .drp-buttons .applyBtn:active, .daterangepicker.filter-temp .drp-buttons .applyBtn:focus {
        color: #03A9F4
    }

.ctn-under-table {
    width: 100%;
    margin: 3% 0
}

    .ctn-under-table > div {
        width: 32.8%;
        display: inline-block;
        vertical-align: top
    }

    .ctn-under-table .page-to-display {
        text-align: right
    }

.starRating:not(old) label {
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-image: url(../img/contacts/relevance_2.svg);
    mask-image: url(../img/contacts/relevance_2.svg)
}

.starRating:not(old):before {
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-image: url(../img/contacts/relevance_1.svg);
    mask-image: url(../img/contacts/relevance_1.svg)
}

.ctnStarRating {
    position: relative;
    display: inline-block
}

    .ctnStarRating.readonly::after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0
    }

    .ctnStarRating .starRating:not(old) {
        display: inline-block;
        height: 1.5em;
        width: 106px;
        overflow: hidden;
        vertical-align: bottom
    }

        .ctnStarRating .starRating:not(old) input {
            margin-right: -100%;
            opacity: 0;
            display: none
        }

        .ctnStarRating .starRating:not(old) label {
            mask-repeat: no-repeat;
            mask-position: center center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center center;
            mask-size: 1.3em;
            -webkit-mask-size: 1.3em;
            background: #E0E0E0;
            height: 100%;
            display: block;
            float: right;
            position: relative;
            margin: 0
        }

            .ctnStarRating .starRating:not(old) label:before {
                mask-repeat: no-repeat;
                mask-position: center center;
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center center;
                mask-size: 1.3em;
                -webkit-mask-size: 1.3em;
                background: #03A9F4;
                content: '';
                display: block;
                width: 1.5em;
                height: 1.5em;
                opacity: 0;
                transition: opacity .2s linear
            }

.btn-action, .ctn-right-btn .star, .merge-header .title-page, .record-table .td-edit .icon-edit {
    display: inline-block;
    cursor: pointer
}

.ctnStarRating .starRating:not(:hover) > :checked ~ label:before, .ctnStarRating .starRating:not(old) > label:hover:before, .ctnStarRating .starRating:not(old) > label:hover ~ label:before, .form-det-lead .bc-score .bc-img:hover .over-action, .overview-container .block .inner-block:hover .over-action, .sc-tags.tagify .tagify__input:empty::before, .survey-readonly .ul-readonly li .img-readonly .over-action:hover {
    opacity: 1
}

.ctnStarRating .starRating:not(:hover) > :checked ~ label, .ctnStarRating .starRating:not(old) > label:hover, .ctnStarRating .starRating:not(old) > label:hover ~ label {
    -webkit-mask-image: none !important;
    mask: none !important;
    background: 0 0 !important
}

.btn-action {
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 20px;
    background-size: 1.2em
}

.ctn-right-btn .star {
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-image: url(../img/contacts/star-empty.svg);
    mask-image: url(../img/contacts/star-empty.svg);
    mask-size: 20px;
    -webkit-mask-size: 20px;
    background: #9E9E9E;
    vertical-align: top;
    width: 25px;
    height: 25px
}

    .ctn-right-btn .star.selected {
        mask-repeat: no-repeat;
        mask-position: center center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center center;
        -webkit-mask-image: url(../img/contacts/star-full.svg);
        mask-image: url(../img/contacts/star-full.svg);
        mask-size: 20px;
        -webkit-mask-size: 20px;
        background: #ffab00
    }

.ctn-right-btn .date-lead {
    position: relative;
    top: -10px
}

    .ctn-right-btn .date-lead .row-date {
        font-size: .9em;
        color: #9E9E9E
    }

.row-under-val.r-bud, .state-wrap {
    font-size: 1.2em
}

.row-acc-lead .reset-filter {
    margin-left: 10px
}

.row-acc-lead .accord-label {
    vertical-align: middle
}

.row-acc-lead .dot-sep {
    padding: 0 4px;
    line-height: 12px;
    display: none;
    vertical-align: text-top
}

.preview-tag-modal .modal-header {
    font-weight: initial
}

.state-wrap {
    display: inline-flex;
    flex-direction: row;
    vertical-align: middle;
    position: relative
}

    .state-wrap .accord-text {
        margin-right: 5px
    }

    .state-wrap .state-lbl {
        margin-right: 40px
    }

    .state-wrap .icon {
        width: 26px;
        height: 26px
    }

        .state-wrap .icon::after {
            mask-repeat: no-repeat;
            mask-size: contain;
            mask-position: center center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-size: contain;
            -webkit-mask-position: center center;
            content: '';
            display: block;
            height: 24px;
            width: 26px;
            vertical-align: middle
        }

    .state-wrap .pencil {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        cursor: pointer;
        position: absolute;
        right: 7px;
        top: -3px
    }

        .state-wrap .pencil::after {
            -webkit-mask-image: url(../img/contacts/pencil.svg);
            mask-image: url(../img/contacts/pencil.svg);
            mask-size: 16px;
            -webkit-mask-size: 16px;
            background: #fff
        }

    .state-wrap.unassigned-lead, .state-wrap.unassigned-lead .accord-text {
        color: #fc8f3e
    }

        .state-wrap.unassigned-lead .icon.pencil {
            background: #fc8f3e
        }

    .state-wrap.selected-lead, .state-wrap.selected-lead .accord-text {
        color: #5abab1
    }

        .state-wrap.selected-lead .icon.pencil {
            background: #5abab1
        }

.edit-leads-modal {
    max-width: 550px
}

    .edit-leads-modal .modal-body {
        padding-bottom: 0;
        padding-top: 0
    }

    .edit-leads-modal .row-btn {
        text-align: center
    }

    .edit-leads-modal .vick-list {
        margin: 20px 20px 0;
        max-height: 320px;
        overflow: auto;
        color: #9E9E9E
    }

    .edit-leads-modal .js-tags-list {
        margin-bottom: 40px;
        margin-top: 20px;
        max-height: 336px;
        overflow-y: auto;
        overflow-x: hidden
    }

    .edit-leads-modal .js-unremovable + .icon-check {
        background: #9E9E9E
    }

.project-select-modal {
    max-width: 400px
}

    .project-select-modal .vick-list {
        margin-top: 20px;
        margin-bottom: 0;
        max-height: 400px;
        overflow: auto
    }

    .project-select-modal .modal-footer {
        margin-top: 0
    }

.modal-filter-footer .modal-footer {
    background-color: #f5f5f5;
    padding-bottom: 0;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px
}

.merge-header, .record-table .event-col, .record-table .td-edit {
    text-align: center
}

.modal-filter-footer .modal-footer .m-btn {
    color: #03A9F4;
    background-color: transparent;
    border: none;
    width: auto;
    font-size: 16px;
    height: 50px;
    padding-top: 13px
}

.modal-filter-footer .modal-footer .reset-btn {
    color: #9E9E9E;
    float: left;
    font-weight: 400
}

.record-table td.td-check, .record-table td.td-edit {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 2
}

.record-table td.td-edit {
    right: 0
}

.record-table .text {
    color: #52616e;
    font-size: 16px
}

.record-table .unassigned-lead .text {
    color: #fc8f3e
}

.record-table .unassigned-lead .td-edit .icon-edit {
    background-color: #fc8f3e
}

.record-table .elem-sortable {
    cursor: pointer
}

.record-table .star {
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-image: url(../img/contacts/star-empty.svg);
    mask-image: url(../img/contacts/star-empty.svg);
    mask-size: 20px;
    -webkit-mask-size: 20px;
    cursor: pointer;
    background: #9E9E9E
}

    .record-table .star.selected {
        mask-repeat: no-repeat;
        mask-position: center center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center center;
        -webkit-mask-image: url(../img/contacts/star-full.svg);
        mask-image: url(../img/contacts/star-full.svg);
        mask-size: 20px;
        -webkit-mask-size: 20px;
        background: #ffab00
    }

.record-table .icon-check {
    width: 16px;
    height: 16px;
    vertical-align: middle
}

.record-table .td-check {
    width: 35px;
    min-width: 35px;
    max-width: 35px
}

.record-table .td-edit .icon-edit {
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-image: url(../img/contacts/pencil.svg);
    mask-image: url(../img/contacts/pencil.svg);
    mask-size: 20px;
    -webkit-mask-size: 20px;
    width: 30px;
    height: 30px;
    background: #9E9E9E
}

.record-table .ctnStarRating.readonly {
    opacity: .5
}

.record-table .tag-col, .record-table td.event-col {
    cursor: pointer
}

    .record-table .tag-col .text {
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis
    }

.record-table .asc-order, .record-table .desc-order {
    padding-left: 26px !important;
    background-position: 0 center;
    background-size: 1.5em;
    background-repeat: no-repeat
}

.record-table .asc-order {
    background-image: url(../img/contacts/up-arrow-order.svg)
}

.record-table .desc-order {
    background-image: url(../img/contacts/down-arrow-order.svg)
}

.record-table th {
    white-space: nowrap
}

    .record-table th .icon-check {
        background: #000
    }

        .record-table th .icon-check.checked {
            background: #26a69a
        }

.record-table.table-app th {
    padding: 10px 10px 20px
}

.record-table.table-app tbody tr {
    border-color: #E0E0E0;
    cursor: pointer
}

    .record-table.table-app tbody tr td {
        padding: 17px 10px;
        white-space: nowrap;
        word-break: normal
    }

.record-table tr td.star, .record-table tr td:first-child {
    width: 50px
}

.record-table tr td .dialog_box input {
    outline: 0
}

.fixed-headers th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2
}

    .fixed-headers th.td-check {
        left: 0;
        z-index: 3
    }

    .fixed-headers th.th-edit {
        right: 0;
        z-index: 3
    }

.merge-header {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    height: 65px;
    position: relative
}

    .merge-header .title-page {
        font-size: 24px;
        line-height: 24px;
        font-weight: 700;
        padding: 18px;
        margin: 0;
        color: #52616e;
        border-color: #52616e
    }

    .merge-header .back {
        display: none
    }

    .merge-header .button-merge {
        border: 1px solid #bfbfbf;
        display: inline-block;
        position: absolute;
        right: 2%;
        top: 27%;
        padding: 5px 2em;
        cursor: pointer
    }

        .merge-header .button-merge.disabled {
            cursor: not-allowed;
            opacity: .5
        }

    .merge-header .title-nav {
        display: inline-block;
        padding-top: 20px
    }

.form-merge {
    height: calc(100% - 65px);
    max-width: 1300px;
    margin: auto;
    padding: 20px
}

    .form-merge .table-merge {
        background-color: #fff;
        color: #424242;
        height: 100%;
        width: 100%
    }

        .form-merge .table-merge thead {
            z-index: 9;
            background: #fff
        }

            .form-merge .table-merge thead tr {
                border: 0
            }

        .form-merge .table-merge tbody {
            overflow: auto
        }

        .form-merge .table-merge .section-title {
            color: #414C58;
            font-weight: 700;
            font-family: DINPro-Medium;
            border: 0;
            border-top: 1px solid #414C58
        }

            .form-merge .table-merge .section-title td {
                padding-top: 60px
            }

        .form-merge .table-merge tr {
            border-top: 1px solid #D3D3D3
        }

            .form-merge .table-merge tr td:first-child {
                text-align: left;
                color: #607D8B
            }

            .form-merge .table-merge tr th {
                color: #52616e
            }

                .form-merge .table-merge tr th:nth-child(2), .form-merge .table-merge tr th:nth-child(4) {
                    mask-repeat: no-repeat;
                    mask-position: center center;
                    -webkit-mask-repeat: no-repeat;
                    -webkit-mask-position: center center;
                    -webkit-mask-image: url(../img/contacts/link.svg);
                    mask-image: url(../img/contacts/link.svg);
                    mask-size: 30px;
                    -webkit-mask-size: 30px
                }

        .form-merge .table-merge td, .form-merge .table-merge th {
            margin: 2px;
            padding: 16px 10px;
            overflow: hidden
        }

            .form-merge .table-merge td:first-child, .form-merge .table-merge th:first-child {
                padding-left: 14px;
                white-space: nowrap
            }

            .form-merge .table-merge td:nth-child(2), .form-merge .table-merge td:nth-child(4), .form-merge .table-merge th:nth-child(2), .form-merge .table-merge th:nth-child(4) {
                min-width: 40px;
                max-width: 40px
            }

        .form-merge .table-merge td {
            padding: 10px
        }

        .form-merge .table-merge .merging {
            background-color: #f5f5f5
        }

            .form-merge .table-merge .merging .td-marked {
                mask-repeat: no-repeat;
                mask-position: center center;
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center center;
                -webkit-mask-image: url(../img/contacts/merge_check.svg);
                mask-image: url(../img/contacts/merge_check.svg);
                mask-size: 30px;
                -webkit-mask-size: 30px;
                background-color: #03A9F4;
                cursor: pointer
            }

            .form-merge .table-merge .merging .grey {
                background-color: #03A9F4;
                -webkit-mask-image: url(../img/contacts/link.svg);
                mask-image: url(../img/contacts/link.svg)
            }

        .form-merge .table-merge .select-all .td-marked {
            mask-repeat: no-repeat;
            mask-position: center center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center center;
            -webkit-mask-image: url(../img/contacts/merge_check.svg);
            mask-image: url(../img/contacts/merge_check.svg);
            mask-size: 30px;
            -webkit-mask-size: 30px;
            background-color: #03A9F4;
            cursor: pointer
        }

        .form-merge .table-merge .select-all .grey {
            -webkit-mask-image: url(../img/contacts/link.svg);
            mask-image: url(../img/contacts/link.svg);
            background-color: #03A9F4
        }

        .form-merge .table-merge .delete {
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            background-image: url(../img/contacts/contacts_filter_deleate.svg);
            float: right;
            cursor: pointer;
            height: 1.2em;
            width: 1.2em
        }

            .form-merge .table-merge .delete:active, .form-merge .table-merge .delete:hover {
                background-image: url(../img/contacts/contacts_filter_deleate_press.svg)
            }

        .form-merge .table-merge .mimetica, .form-merge .table-merge .mimetica td {
            background-color: #f0f0f0;
            border-color: #f0f0f0
        }

        .form-merge .table-merge .big-line {
            vertical-align: top;
            padding-top: 9px
        }

        .form-merge .table-merge .img-delete, .form-merge .table-merge .pdf-preview {
            margin: 10px;
            position: relative;
            float: left
        }

.body-lead, .body-padded {
    margin: auto;
    max-width: 1300px;
    position: relative;
    border: 1px solid transparent
}

.m-row {
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    width: 100%
}

.m-col-12 {
    flex-basis: 8.33%;
    -webkit-flex-basis: 8.33%;
    -ms-flex-basis: 8.33%;
    width: 8.33%;
    display: flex;
    flex-direction: column
}

    .m-col-12-fill-1.m-box, .m-col-12.m-box {
        width: calc(8.33% - 16px);
        flex-basis: calc(8.33% - 16px)
    }

    .m-col-12.m-box {
        -webkit-flex-basis: calc(8.33% - 16px);
        -ms-flex-basis: calc(8.33% - 16px)
    }

.m-col-12-fill-11 {
    flex-basis: 91.67%;
    -webkit-flex-basis: 91.67%;
    -ms-flex-basis: 91.67%;
    width: 91.67%;
    display: flex;
    flex-direction: column
}

    .m-col-12-fill-11.m-box {
        width: calc(91.67% - 16px);
        flex-basis: calc(91.67% - 16px);
        -webkit-flex-basis: calc(91.67% - 16px);
        -ms-flex-basis: calc(91.67% - 16px)
    }

.m-col-12-offset-11 {
    margin-left: 91.67%
}

    .m-col-12-offset-11.m-box {
        margin-left: calc(91.67% + 8px)
    }

.m-col-12-fill-10 {
    flex-basis: 83.33%;
    -webkit-flex-basis: 83.33%;
    -ms-flex-basis: 83.33%;
    width: 83.33%;
    display: flex;
    flex-direction: column
}

    .m-col-12-fill-10.m-box {
        width: calc(83.33% - 16px);
        flex-basis: calc(83.33% - 16px);
        -webkit-flex-basis: calc(83.33% - 16px);
        -ms-flex-basis: calc(83.33% - 16px)
    }

.m-col-12-offset-10 {
    margin-left: 83.33%
}

    .m-col-12-offset-10.m-box {
        margin-left: calc(83.33% + 8px)
    }

.m-col-12-offset-9, .m-col-8-offset-6 {
    margin-left: 75%
}

.m-col-12-fill-9 {
    flex-basis: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-basis: 75%;
    width: 75%;
    display: flex;
    flex-direction: column
}

    .m-col-12-fill-9.m-box {
        width: calc(75% - 16px);
        flex-basis: calc(75% - 16px);
        -webkit-flex-basis: calc(75% - 16px);
        -ms-flex-basis: calc(75% - 16px)
    }

.m-col-12-offset-9.m-box {
    margin-left: calc(75% + 8px)
}

.m-col-12-fill-8 {
    flex-basis: 66.67%;
    -webkit-flex-basis: 66.67%;
    -ms-flex-basis: 66.67%;
    width: 66.67%;
    display: flex;
    flex-direction: column
}

    .m-col-12-fill-8.m-box {
        width: calc(66.67% - 16px);
        flex-basis: calc(66.67% - 16px);
        -webkit-flex-basis: calc(66.67% - 16px);
        -ms-flex-basis: calc(66.67% - 16px)
    }

.m-col-12-offset-8 {
    margin-left: 66.67%
}

    .m-col-12-offset-8.m-box {
        margin-left: calc(66.67% + 8px)
    }

.m-col-12-fill-7 {
    flex-basis: 58.33%;
    -webkit-flex-basis: 58.33%;
    -ms-flex-basis: 58.33%;
    width: 58.33%;
    display: flex;
    flex-direction: column
}

    .m-col-12-fill-7.m-box {
        width: calc(58.33% - 16px);
        flex-basis: calc(58.33% - 16px);
        -webkit-flex-basis: calc(58.33% - 16px);
        -ms-flex-basis: calc(58.33% - 16px)
    }

.m-col-12-offset-7 {
    margin-left: 58.33%
}

    .m-col-12-offset-7.m-box {
        margin-left: calc(58.33% + 8px)
    }

.m-col-12-fill-6 {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    width: 50%;
    display: flex;
    flex-direction: column
}

    .m-col-12-fill-6.m-box {
        width: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
        -webkit-flex-basis: calc(50% - 16px);
        -ms-flex-basis: calc(50% - 16px)
    }

.m-col-12-offset-6 {
    margin-left: 50%
}

    .m-col-12-offset-6.m-box {
        margin-left: calc(50% + 8px)
    }

.m-col-12-fill-5 {
    flex-basis: 41.67%;
    -webkit-flex-basis: 41.67%;
    -ms-flex-basis: 41.67%;
    width: 41.67%;
    display: flex;
    flex-direction: column
}

    .m-col-12-fill-5.m-box {
        width: calc(41.67% - 16px);
        flex-basis: calc(41.67% - 16px);
        -webkit-flex-basis: calc(41.67% - 16px);
        -ms-flex-basis: calc(41.67% - 16px)
    }

.m-col-12-offset-5 {
    margin-left: 41.67%
}

    .m-col-12-offset-5.m-box {
        margin-left: calc(41.67% + 8px)
    }

.m-col-12-fill-4 {
    flex-basis: 33.33%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-basis: 33.33%;
    width: 33.33%;
    display: flex;
    flex-direction: column
}

    .m-col-12-fill-4.m-box {
        width: calc(33.33% - 16px);
        flex-basis: calc(33.33% - 16px);
        -webkit-flex-basis: calc(33.33% - 16px);
        -ms-flex-basis: calc(33.33% - 16px)
    }

.m-col-12-offset-4 {
    margin-left: 33.33%
}

    .m-col-12-offset-4.m-box {
        margin-left: calc(33.33% + 8px)
    }

.m-col-12-offset-3, .m-col-8-offset-2 {
    margin-left: 25%
}

.m-col-12-fill-3 {
    flex-basis: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-basis: 25%;
    width: 25%;
    display: flex;
    flex-direction: column
}

    .m-col-12-fill-3.m-box {
        width: calc(25% - 16px);
        flex-basis: calc(25% - 16px);
        -webkit-flex-basis: calc(25% - 16px);
        -ms-flex-basis: calc(25% - 16px)
    }

.m-col-12-offset-3.m-box {
    margin-left: calc(25% + 8px)
}

.m-col-12-fill-2 {
    flex-basis: 16.67%;
    -webkit-flex-basis: 16.67%;
    -ms-flex-basis: 16.67%;
    width: 16.67%;
    display: flex;
    flex-direction: column
}

    .m-col-12-fill-2.m-box {
        width: calc(16.67% - 16px);
        flex-basis: calc(16.67% - 16px);
        -webkit-flex-basis: calc(16.67% - 16px);
        -ms-flex-basis: calc(16.67% - 16px)
    }

.m-col-12-offset-2 {
    margin-left: 16.67%
}

    .m-col-12-offset-2.m-box {
        margin-left: calc(16.67% + 8px)
    }

.m-col-12-fill-1 {
    flex-basis: 8.33%;
    -webkit-flex-basis: 8.33%;
    -ms-flex-basis: 8.33%;
    width: 8.33%;
    display: flex;
    flex-direction: column
}

    .m-col-12-fill-1.m-box {
        -webkit-flex-basis: calc(8.33% - 16px);
        -ms-flex-basis: calc(8.33% - 16px)
    }

.m-col-12-offset-1 {
    margin-left: 8.33%
}

    .m-col-12-offset-1.m-box {
        margin-left: calc(8.33% + 8px)
    }

.m-col-11 {
    flex-basis: 9.09%;
    -webkit-flex-basis: 9.09%;
    -ms-flex-basis: 9.09%;
    width: 9.09%;
    display: flex;
    flex-direction: column
}

    .m-col-11.m-box {
        width: calc(9.09% - 16px);
        flex-basis: calc(9.09% - 16px);
        -webkit-flex-basis: calc(9.09% - 16px);
        -ms-flex-basis: calc(9.09% - 16px)
    }

.m-col-11-fill-10 {
    flex-basis: 90.91%;
    -webkit-flex-basis: 90.91%;
    -ms-flex-basis: 90.91%;
    width: 90.91%;
    display: flex;
    flex-direction: column
}

    .m-col-11-fill-10.m-box {
        width: calc(90.91% - 16px);
        flex-basis: calc(90.91% - 16px);
        -webkit-flex-basis: calc(90.91% - 16px);
        -ms-flex-basis: calc(90.91% - 16px)
    }

.m-col-11-offset-10 {
    margin-left: 90.91%
}

    .m-col-11-offset-10.m-box {
        margin-left: calc(90.91% + 8px)
    }

.m-col-11-fill-9 {
    flex-basis: 81.82%;
    -webkit-flex-basis: 81.82%;
    -ms-flex-basis: 81.82%;
    width: 81.82%;
    display: flex;
    flex-direction: column
}

    .m-col-11-fill-9.m-box {
        width: calc(81.82% - 16px);
        flex-basis: calc(81.82% - 16px);
        -webkit-flex-basis: calc(81.82% - 16px);
        -ms-flex-basis: calc(81.82% - 16px)
    }

.m-col-11-offset-9 {
    margin-left: 81.82%
}

    .m-col-11-offset-9.m-box {
        margin-left: calc(81.82% + 8px)
    }

.m-col-11-fill-8 {
    flex-basis: 72.73%;
    -webkit-flex-basis: 72.73%;
    -ms-flex-basis: 72.73%;
    width: 72.73%;
    display: flex;
    flex-direction: column
}

    .m-col-11-fill-8.m-box {
        width: calc(72.73% - 16px);
        flex-basis: calc(72.73% - 16px);
        -webkit-flex-basis: calc(72.73% - 16px);
        -ms-flex-basis: calc(72.73% - 16px)
    }

.m-col-11-offset-8 {
    margin-left: 72.73%
}

    .m-col-11-offset-8.m-box {
        margin-left: calc(72.73% + 8px)
    }

.m-col-11-fill-7 {
    flex-basis: 63.64%;
    -webkit-flex-basis: 63.64%;
    -ms-flex-basis: 63.64%;
    width: 63.64%;
    display: flex;
    flex-direction: column
}

    .m-col-11-fill-7.m-box {
        width: calc(63.64% - 16px);
        flex-basis: calc(63.64% - 16px);
        -webkit-flex-basis: calc(63.64% - 16px);
        -ms-flex-basis: calc(63.64% - 16px)
    }

.m-col-11-offset-7 {
    margin-left: 63.64%
}

    .m-col-11-offset-7.m-box {
        margin-left: calc(63.64% + 8px)
    }

.m-col-11-fill-6 {
    flex-basis: 54.55%;
    -webkit-flex-basis: 54.55%;
    -ms-flex-basis: 54.55%;
    width: 54.55%;
    display: flex;
    flex-direction: column
}

    .m-col-11-fill-6.m-box {
        width: calc(54.55% - 16px);
        flex-basis: calc(54.55% - 16px);
        -webkit-flex-basis: calc(54.55% - 16px);
        -ms-flex-basis: calc(54.55% - 16px)
    }

.m-col-11-offset-6 {
    margin-left: 54.55%
}

    .m-col-11-offset-6.m-box {
        margin-left: calc(54.55% + 8px)
    }

.m-col-11-fill-5 {
    flex-basis: 45.45%;
    -webkit-flex-basis: 45.45%;
    -ms-flex-basis: 45.45%;
    width: 45.45%;
    display: flex;
    flex-direction: column
}

    .m-col-11-fill-5.m-box {
        width: calc(45.45% - 16px);
        flex-basis: calc(45.45% - 16px);
        -webkit-flex-basis: calc(45.45% - 16px);
        -ms-flex-basis: calc(45.45% - 16px)
    }

.m-col-11-offset-5 {
    margin-left: 45.45%
}

    .m-col-11-offset-5.m-box {
        margin-left: calc(45.45% + 8px)
    }

.m-col-11-fill-4 {
    flex-basis: 36.36%;
    -webkit-flex-basis: 36.36%;
    -ms-flex-basis: 36.36%;
    width: 36.36%;
    display: flex;
    flex-direction: column
}

    .m-col-11-fill-4.m-box {
        width: calc(36.36% - 16px);
        flex-basis: calc(36.36% - 16px);
        -webkit-flex-basis: calc(36.36% - 16px);
        -ms-flex-basis: calc(36.36% - 16px)
    }

.m-col-11-offset-4 {
    margin-left: 36.36%
}

    .m-col-11-offset-4.m-box {
        margin-left: calc(36.36% + 8px)
    }

.m-col-11-fill-3 {
    flex-basis: 27.27%;
    -webkit-flex-basis: 27.27%;
    -ms-flex-basis: 27.27%;
    width: 27.27%;
    display: flex;
    flex-direction: column
}

    .m-col-11-fill-3.m-box {
        width: calc(27.27% - 16px);
        flex-basis: calc(27.27% - 16px);
        -webkit-flex-basis: calc(27.27% - 16px);
        -ms-flex-basis: calc(27.27% - 16px)
    }

.m-col-11-offset-3 {
    margin-left: 27.27%
}

    .m-col-11-offset-3.m-box {
        margin-left: calc(27.27% + 8px)
    }

.m-col-11-fill-2 {
    flex-basis: 18.18%;
    -webkit-flex-basis: 18.18%;
    -ms-flex-basis: 18.18%;
    width: 18.18%;
    display: flex;
    flex-direction: column
}

    .m-col-11-fill-2.m-box {
        width: calc(18.18% - 16px);
        flex-basis: calc(18.18% - 16px);
        -webkit-flex-basis: calc(18.18% - 16px);
        -ms-flex-basis: calc(18.18% - 16px)
    }

.m-col-11-offset-2 {
    margin-left: 18.18%
}

    .m-col-11-offset-2.m-box {
        margin-left: calc(18.18% + 8px)
    }

.m-col-11-fill-1 {
    flex-basis: 9.09%;
    -webkit-flex-basis: 9.09%;
    -ms-flex-basis: 9.09%;
    width: 9.09%;
    display: flex;
    flex-direction: column
}

    .m-col-11-fill-1.m-box {
        width: calc(9.09% - 16px);
        flex-basis: calc(9.09% - 16px);
        -webkit-flex-basis: calc(9.09% - 16px);
        -ms-flex-basis: calc(9.09% - 16px)
    }

.m-col-10, .m-col-10-fill-1 {
    flex-basis: 10%;
    display: flex
}

.m-col-11-offset-1 {
    margin-left: 9.09%
}

    .m-col-11-offset-1.m-box {
        margin-left: calc(9.09% + 8px)
    }

.m-col-10 {
    -webkit-flex-basis: 10%;
    -ms-flex-basis: 10%;
    width: 10%;
    flex-direction: column
}

    .m-col-10.m-box {
        width: calc(10% - 16px);
        flex-basis: calc(10% - 16px);
        -webkit-flex-basis: calc(10% - 16px);
        -ms-flex-basis: calc(10% - 16px)
    }

.m-col-10-fill-9 {
    flex-basis: 90%;
    -webkit-flex-basis: 90%;
    -ms-flex-basis: 90%;
    width: 90%;
    display: flex;
    flex-direction: column
}

    .m-col-10-fill-9.m-box {
        width: calc(90% - 16px);
        flex-basis: calc(90% - 16px);
        -webkit-flex-basis: calc(90% - 16px);
        -ms-flex-basis: calc(90% - 16px)
    }

.m-col-10-offset-9 {
    margin-left: 90%
}

    .m-col-10-offset-9.m-box {
        margin-left: calc(90% + 8px)
    }

.m-col-10-offset-8, .m-col-5-offset-4 {
    margin-left: 80%
}

.m-col-10-fill-8 {
    flex-basis: 80%;
    -webkit-flex-basis: 80%;
    -ms-flex-basis: 80%;
    width: 80%;
    display: flex;
    flex-direction: column
}

    .m-col-10-fill-8.m-box {
        width: calc(80% - 16px);
        flex-basis: calc(80% - 16px);
        -webkit-flex-basis: calc(80% - 16px);
        -ms-flex-basis: calc(80% - 16px)
    }

.m-col-10-offset-8.m-box {
    margin-left: calc(80% + 8px)
}

.m-col-10-fill-7 {
    flex-basis: 70%;
    -webkit-flex-basis: 70%;
    -ms-flex-basis: 70%;
    width: 70%;
    display: flex;
    flex-direction: column
}

    .m-col-10-fill-7.m-box {
        width: calc(70% - 16px);
        flex-basis: calc(70% - 16px);
        -webkit-flex-basis: calc(70% - 16px);
        -ms-flex-basis: calc(70% - 16px)
    }

.m-col-10-offset-7 {
    margin-left: 70%
}

    .m-col-10-offset-7.m-box {
        margin-left: calc(70% + 8px)
    }

.m-col-10-fill-6 {
    flex-basis: 60%;
    -webkit-flex-basis: 60%;
    -ms-flex-basis: 60%;
    width: 60%;
    display: flex;
    flex-direction: column
}

    .m-col-10-fill-6.m-box {
        width: calc(60% - 16px);
        flex-basis: calc(60% - 16px);
        -webkit-flex-basis: calc(60% - 16px);
        -ms-flex-basis: calc(60% - 16px)
    }

.m-col-10-offset-6 {
    margin-left: 60%
}

    .m-col-10-offset-6.m-box {
        margin-left: calc(60% + 8px)
    }

.m-col-10-fill-5 {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    width: 50%;
    display: flex;
    flex-direction: column
}

    .m-col-10-fill-5.m-box {
        width: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
        -webkit-flex-basis: calc(50% - 16px);
        -ms-flex-basis: calc(50% - 16px)
    }

.m-col-10-offset-5 {
    margin-left: 50%
}

    .m-col-10-offset-5.m-box {
        margin-left: calc(50% + 8px)
    }

.m-col-10-offset-4, .m-col-5-offset-2 {
    margin-left: 40%
}

.m-col-10-fill-4 {
    flex-basis: 40%;
    -webkit-flex-basis: 40%;
    -ms-flex-basis: 40%;
    width: 40%;
    display: flex;
    flex-direction: column
}

    .m-col-10-fill-4.m-box {
        width: calc(40% - 16px);
        flex-basis: calc(40% - 16px);
        -webkit-flex-basis: calc(40% - 16px);
        -ms-flex-basis: calc(40% - 16px)
    }

.m-col-10-offset-4.m-box {
    margin-left: calc(40% + 8px)
}

.m-col-10-fill-3 {
    flex-basis: 30%;
    -webkit-flex-basis: 30%;
    -ms-flex-basis: 30%;
    width: 30%;
    display: flex;
    flex-direction: column
}

    .m-col-10-fill-3.m-box {
        width: calc(30% - 16px);
        flex-basis: calc(30% - 16px);
        -webkit-flex-basis: calc(30% - 16px);
        -ms-flex-basis: calc(30% - 16px)
    }

.m-col-10-offset-3 {
    margin-left: 30%
}

    .m-col-10-offset-3.m-box {
        margin-left: calc(30% + 8px)
    }

.m-col-10-fill-2 {
    flex-basis: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-basis: 20%;
    width: 20%;
    display: flex;
    flex-direction: column
}

    .m-col-10-fill-2.m-box {
        width: calc(20% - 16px);
        flex-basis: calc(20% - 16px);
        -webkit-flex-basis: calc(20% - 16px);
        -ms-flex-basis: calc(20% - 16px)
    }

.m-col-10-offset-2 {
    margin-left: 20%
}

    .m-col-10-offset-2.m-box {
        margin-left: calc(20% + 8px)
    }

.m-col-10-fill-1 {
    -webkit-flex-basis: 10%;
    -ms-flex-basis: 10%;
    width: 10%;
    flex-direction: column
}

    .m-col-10-fill-1.m-box {
        width: calc(10% - 16px);
        flex-basis: calc(10% - 16px);
        -webkit-flex-basis: calc(10% - 16px);
        -ms-flex-basis: calc(10% - 16px)
    }

.m-col-10-offset-1 {
    margin-left: 10%
}

    .m-col-10-offset-1.m-box {
        margin-left: calc(10% + 8px)
    }

.m-col-9 {
    flex-basis: 11.11%;
    -webkit-flex-basis: 11.11%;
    -ms-flex-basis: 11.11%;
    width: 11.11%;
    display: flex;
    flex-direction: column
}

    .m-col-9.m-box {
        width: calc(11.11% - 16px);
        flex-basis: calc(11.11% - 16px);
        -webkit-flex-basis: calc(11.11% - 16px);
        -ms-flex-basis: calc(11.11% - 16px)
    }

.m-col-9-fill-8 {
    flex-basis: 88.89%;
    -webkit-flex-basis: 88.89%;
    -ms-flex-basis: 88.89%;
    width: 88.89%;
    display: flex;
    flex-direction: column
}

    .m-col-9-fill-8.m-box {
        width: calc(88.89% - 16px);
        flex-basis: calc(88.89% - 16px);
        -webkit-flex-basis: calc(88.89% - 16px);
        -ms-flex-basis: calc(88.89% - 16px)
    }

.m-col-9-offset-8 {
    margin-left: 88.89%
}

    .m-col-9-offset-8.m-box {
        margin-left: calc(88.89% + 8px)
    }

.m-col-9-fill-7 {
    flex-basis: 77.78%;
    -webkit-flex-basis: 77.78%;
    -ms-flex-basis: 77.78%;
    width: 77.78%;
    display: flex;
    flex-direction: column
}

    .m-col-9-fill-7.m-box {
        width: calc(77.78% - 16px);
        flex-basis: calc(77.78% - 16px);
        -webkit-flex-basis: calc(77.78% - 16px);
        -ms-flex-basis: calc(77.78% - 16px)
    }

.m-col-9-offset-7 {
    margin-left: 77.78%
}

    .m-col-9-offset-7.m-box {
        margin-left: calc(77.78% + 8px)
    }

.m-col-9-fill-6 {
    flex-basis: 66.67%;
    -webkit-flex-basis: 66.67%;
    -ms-flex-basis: 66.67%;
    width: 66.67%;
    display: flex;
    flex-direction: column
}

    .m-col-9-fill-6.m-box {
        width: calc(66.67% - 16px);
        flex-basis: calc(66.67% - 16px);
        -webkit-flex-basis: calc(66.67% - 16px);
        -ms-flex-basis: calc(66.67% - 16px)
    }

.m-col-9-offset-6 {
    margin-left: 66.67%
}

    .m-col-9-offset-6.m-box {
        margin-left: calc(66.67% + 8px)
    }

.m-col-9-fill-5 {
    flex-basis: 55.56%;
    -webkit-flex-basis: 55.56%;
    -ms-flex-basis: 55.56%;
    width: 55.56%;
    display: flex;
    flex-direction: column
}

    .m-col-9-fill-5.m-box {
        width: calc(55.56% - 16px);
        flex-basis: calc(55.56% - 16px);
        -webkit-flex-basis: calc(55.56% - 16px);
        -ms-flex-basis: calc(55.56% - 16px)
    }

.m-col-9-offset-5 {
    margin-left: 55.56%
}

    .m-col-9-offset-5.m-box {
        margin-left: calc(55.56% + 8px)
    }

.m-col-9-fill-4 {
    flex-basis: 44.44%;
    -webkit-flex-basis: 44.44%;
    -ms-flex-basis: 44.44%;
    width: 44.44%;
    display: flex;
    flex-direction: column
}

    .m-col-9-fill-4.m-box {
        width: calc(44.44% - 16px);
        flex-basis: calc(44.44% - 16px);
        -webkit-flex-basis: calc(44.44% - 16px);
        -ms-flex-basis: calc(44.44% - 16px)
    }

.m-col-9-offset-4 {
    margin-left: 44.44%
}

    .m-col-9-offset-4.m-box {
        margin-left: calc(44.44% + 8px)
    }

.m-col-9-fill-3 {
    flex-basis: 33.33%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-basis: 33.33%;
    width: 33.33%;
    display: flex;
    flex-direction: column
}

    .m-col-9-fill-3.m-box {
        width: calc(33.33% - 16px);
        flex-basis: calc(33.33% - 16px);
        -webkit-flex-basis: calc(33.33% - 16px);
        -ms-flex-basis: calc(33.33% - 16px)
    }

.m-col-9-offset-3 {
    margin-left: 33.33%
}

    .m-col-9-offset-3.m-box {
        margin-left: calc(33.33% + 8px)
    }

.m-col-9-fill-2 {
    flex-basis: 22.22%;
    -webkit-flex-basis: 22.22%;
    -ms-flex-basis: 22.22%;
    width: 22.22%;
    display: flex;
    flex-direction: column
}

    .m-col-9-fill-2.m-box {
        width: calc(22.22% - 16px);
        flex-basis: calc(22.22% - 16px);
        -webkit-flex-basis: calc(22.22% - 16px);
        -ms-flex-basis: calc(22.22% - 16px)
    }

.m-col-9-offset-2 {
    margin-left: 22.22%
}

    .m-col-9-offset-2.m-box {
        margin-left: calc(22.22% + 8px)
    }

.m-col-9-fill-1 {
    flex-basis: 11.11%;
    -webkit-flex-basis: 11.11%;
    -ms-flex-basis: 11.11%;
    width: 11.11%;
    display: flex;
    flex-direction: column
}

    .m-col-9-fill-1.m-box {
        width: calc(11.11% - 16px);
        flex-basis: calc(11.11% - 16px);
        -webkit-flex-basis: calc(11.11% - 16px);
        -ms-flex-basis: calc(11.11% - 16px)
    }

.m-col-9-offset-1 {
    margin-left: 11.11%
}

    .m-col-9-offset-1.m-box {
        margin-left: calc(11.11% + 8px)
    }

.m-col-8 {
    flex-basis: 12.5%;
    -webkit-flex-basis: 12.5%;
    -ms-flex-basis: 12.5%;
    width: 12.5%;
    display: flex;
    flex-direction: column
}

    .m-col-8-fill-1.m-box, .m-col-8.m-box {
        width: calc(12.5% - 16px);
        flex-basis: calc(12.5% - 16px)
    }

    .m-col-8.m-box {
        -webkit-flex-basis: calc(12.5% - 16px);
        -ms-flex-basis: calc(12.5% - 16px)
    }

.m-col-8-fill-7 {
    flex-basis: 87.5%;
    -webkit-flex-basis: 87.5%;
    -ms-flex-basis: 87.5%;
    width: 87.5%;
    display: flex;
    flex-direction: column
}

    .m-col-8-fill-7.m-box {
        width: calc(87.5% - 16px);
        flex-basis: calc(87.5% - 16px);
        -webkit-flex-basis: calc(87.5% - 16px);
        -ms-flex-basis: calc(87.5% - 16px)
    }

.m-col-8-offset-7 {
    margin-left: 87.5%
}

    .m-col-8-offset-7.m-box {
        margin-left: calc(87.5% + 8px)
    }

.m-col-8-fill-6 {
    flex-basis: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-basis: 75%;
    width: 75%;
    display: flex;
    flex-direction: column
}

    .m-col-8-fill-6.m-box {
        width: calc(75% - 16px);
        flex-basis: calc(75% - 16px);
        -webkit-flex-basis: calc(75% - 16px);
        -ms-flex-basis: calc(75% - 16px)
    }

.m-col-8-offset-6.m-box {
    margin-left: calc(75% + 8px)
}

.m-col-8-fill-5 {
    flex-basis: 62.5%;
    -webkit-flex-basis: 62.5%;
    -ms-flex-basis: 62.5%;
    width: 62.5%;
    display: flex;
    flex-direction: column
}

    .m-col-8-fill-5.m-box {
        width: calc(62.5% - 16px);
        flex-basis: calc(62.5% - 16px);
        -webkit-flex-basis: calc(62.5% - 16px);
        -ms-flex-basis: calc(62.5% - 16px)
    }

.m-col-8-offset-5 {
    margin-left: 62.5%
}

    .m-col-8-offset-5.m-box {
        margin-left: calc(62.5% + 8px)
    }

.m-col-8-fill-4 {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    width: 50%;
    display: flex;
    flex-direction: column
}

    .m-col-8-fill-4.m-box {
        width: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
        -webkit-flex-basis: calc(50% - 16px);
        -ms-flex-basis: calc(50% - 16px)
    }

.m-col-8-offset-4 {
    margin-left: 50%
}

    .m-col-8-offset-4.m-box {
        margin-left: calc(50% + 8px)
    }

.m-col-8-fill-3 {
    flex-basis: 37.5%;
    -webkit-flex-basis: 37.5%;
    -ms-flex-basis: 37.5%;
    width: 37.5%;
    display: flex;
    flex-direction: column
}

    .m-col-8-fill-3.m-box {
        width: calc(37.5% - 16px);
        flex-basis: calc(37.5% - 16px);
        -webkit-flex-basis: calc(37.5% - 16px);
        -ms-flex-basis: calc(37.5% - 16px)
    }

.m-col-8-offset-3 {
    margin-left: 37.5%
}

    .m-col-8-offset-3.m-box {
        margin-left: calc(37.5% + 8px)
    }

.m-col-8-fill-2 {
    flex-basis: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-basis: 25%;
    width: 25%;
    display: flex;
    flex-direction: column
}

    .m-col-8-fill-2.m-box {
        width: calc(25% - 16px);
        flex-basis: calc(25% - 16px);
        -webkit-flex-basis: calc(25% - 16px);
        -ms-flex-basis: calc(25% - 16px)
    }

.m-col-8-offset-2.m-box {
    margin-left: calc(25% + 8px)
}

.m-col-8-fill-1 {
    flex-basis: 12.5%;
    -webkit-flex-basis: 12.5%;
    -ms-flex-basis: 12.5%;
    width: 12.5%;
    display: flex;
    flex-direction: column
}

    .m-col-8-fill-1.m-box {
        -webkit-flex-basis: calc(12.5% - 16px);
        -ms-flex-basis: calc(12.5% - 16px)
    }

.m-col-8-offset-1 {
    margin-left: 12.5%
}

    .m-col-8-offset-1.m-box {
        margin-left: calc(12.5% + 8px)
    }

.m-col-7 {
    flex-basis: 14.29%;
    -webkit-flex-basis: 14.29%;
    -ms-flex-basis: 14.29%;
    width: 14.29%;
    display: flex;
    flex-direction: column
}

    .m-col-7.m-box {
        width: calc(14.29% - 16px);
        flex-basis: calc(14.29% - 16px);
        -webkit-flex-basis: calc(14.29% - 16px);
        -ms-flex-basis: calc(14.29% - 16px)
    }

.m-col-7-fill-6 {
    flex-basis: 85.71%;
    -webkit-flex-basis: 85.71%;
    -ms-flex-basis: 85.71%;
    width: 85.71%;
    display: flex;
    flex-direction: column
}

    .m-col-7-fill-6.m-box {
        width: calc(85.71% - 16px);
        flex-basis: calc(85.71% - 16px);
        -webkit-flex-basis: calc(85.71% - 16px);
        -ms-flex-basis: calc(85.71% - 16px)
    }

.m-col-7-offset-6 {
    margin-left: 85.71%
}

    .m-col-7-offset-6.m-box {
        margin-left: calc(85.71% + 8px)
    }

.m-col-7-fill-5 {
    flex-basis: 71.43%;
    -webkit-flex-basis: 71.43%;
    -ms-flex-basis: 71.43%;
    width: 71.43%;
    display: flex;
    flex-direction: column
}

    .m-col-7-fill-5.m-box {
        width: calc(71.43% - 16px);
        flex-basis: calc(71.43% - 16px);
        -webkit-flex-basis: calc(71.43% - 16px);
        -ms-flex-basis: calc(71.43% - 16px)
    }

.m-col-7-offset-5 {
    margin-left: 71.43%
}

    .m-col-7-offset-5.m-box {
        margin-left: calc(71.43% + 8px)
    }

.m-col-7-fill-4 {
    flex-basis: 57.14%;
    -webkit-flex-basis: 57.14%;
    -ms-flex-basis: 57.14%;
    width: 57.14%;
    display: flex;
    flex-direction: column
}

    .m-col-7-fill-4.m-box {
        width: calc(57.14% - 16px);
        flex-basis: calc(57.14% - 16px);
        -webkit-flex-basis: calc(57.14% - 16px);
        -ms-flex-basis: calc(57.14% - 16px)
    }

.m-col-7-offset-4 {
    margin-left: 57.14%
}

    .m-col-7-offset-4.m-box {
        margin-left: calc(57.14% + 8px)
    }

.m-col-7-fill-3 {
    flex-basis: 42.86%;
    -webkit-flex-basis: 42.86%;
    -ms-flex-basis: 42.86%;
    width: 42.86%;
    display: flex;
    flex-direction: column
}

    .m-col-7-fill-3.m-box {
        width: calc(42.86% - 16px);
        flex-basis: calc(42.86% - 16px);
        -webkit-flex-basis: calc(42.86% - 16px);
        -ms-flex-basis: calc(42.86% - 16px)
    }

.m-col-7-offset-3 {
    margin-left: 42.86%
}

    .m-col-7-offset-3.m-box {
        margin-left: calc(42.86% + 8px)
    }

.m-col-7-fill-2 {
    flex-basis: 28.57%;
    -webkit-flex-basis: 28.57%;
    -ms-flex-basis: 28.57%;
    width: 28.57%;
    display: flex;
    flex-direction: column
}

    .m-col-7-fill-2.m-box {
        width: calc(28.57% - 16px);
        flex-basis: calc(28.57% - 16px);
        -webkit-flex-basis: calc(28.57% - 16px);
        -ms-flex-basis: calc(28.57% - 16px)
    }

.m-col-7-offset-2 {
    margin-left: 28.57%
}

    .m-col-7-offset-2.m-box {
        margin-left: calc(28.57% + 8px)
    }

.m-col-7-fill-1 {
    flex-basis: 14.29%;
    -webkit-flex-basis: 14.29%;
    -ms-flex-basis: 14.29%;
    width: 14.29%;
    display: flex;
    flex-direction: column
}

    .m-col-7-fill-1.m-box {
        width: calc(14.29% - 16px);
        flex-basis: calc(14.29% - 16px);
        -webkit-flex-basis: calc(14.29% - 16px);
        -ms-flex-basis: calc(14.29% - 16px)
    }

.m-col-6, .m-col-6-fill-1 {
    flex-basis: 16.67%;
    display: flex
}

.m-col-7-offset-1 {
    margin-left: 14.29%
}

    .m-col-7-offset-1.m-box {
        margin-left: calc(14.29% + 8px)
    }

.m-col-6 {
    -webkit-flex-basis: 16.67%;
    -ms-flex-basis: 16.67%;
    width: 16.67%;
    flex-direction: column
}

    .m-col-6.m-box {
        width: calc(16.67% - 16px);
        flex-basis: calc(16.67% - 16px);
        -webkit-flex-basis: calc(16.67% - 16px);
        -ms-flex-basis: calc(16.67% - 16px)
    }

.m-col-6-fill-5 {
    flex-basis: 83.33%;
    -webkit-flex-basis: 83.33%;
    -ms-flex-basis: 83.33%;
    width: 83.33%;
    display: flex;
    flex-direction: column
}

    .m-col-6-fill-5.m-box {
        width: calc(83.33% - 16px);
        flex-basis: calc(83.33% - 16px);
        -webkit-flex-basis: calc(83.33% - 16px);
        -ms-flex-basis: calc(83.33% - 16px)
    }

.m-col-6-offset-5 {
    margin-left: 83.33%
}

    .m-col-6-offset-5.m-box {
        margin-left: calc(83.33% + 8px)
    }

.m-col-3-offset-2, .m-col-6-offset-4 {
    margin-left: 66.67%
}

.m-col-6-fill-4 {
    flex-basis: 66.67%;
    -webkit-flex-basis: 66.67%;
    -ms-flex-basis: 66.67%;
    width: 66.67%;
    display: flex;
    flex-direction: column
}

    .m-col-6-fill-4.m-box {
        width: calc(66.67% - 16px);
        flex-basis: calc(66.67% - 16px);
        -webkit-flex-basis: calc(66.67% - 16px);
        -ms-flex-basis: calc(66.67% - 16px)
    }

.m-col-6-offset-4.m-box {
    margin-left: calc(66.67% + 8px)
}

.m-col-6-fill-3 {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    width: 50%;
    display: flex;
    flex-direction: column
}

    .m-col-6-fill-3.m-box {
        width: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
        -webkit-flex-basis: calc(50% - 16px);
        -ms-flex-basis: calc(50% - 16px)
    }

.m-col-6-offset-3 {
    margin-left: 50%
}

    .m-col-6-offset-3.m-box {
        margin-left: calc(50% + 8px)
    }

.m-col-6-fill-2 {
    flex-basis: 33.33%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-basis: 33.33%;
    width: 33.33%;
    display: flex;
    flex-direction: column
}

    .m-col-6-fill-2.m-box {
        width: calc(33.33% - 16px);
        flex-basis: calc(33.33% - 16px);
        -webkit-flex-basis: calc(33.33% - 16px);
        -ms-flex-basis: calc(33.33% - 16px)
    }

.m-col-6-offset-2 {
    margin-left: 33.33%
}

    .m-col-6-offset-2.m-box {
        margin-left: calc(33.33% + 8px)
    }

.m-col-6-fill-1 {
    -webkit-flex-basis: 16.67%;
    -ms-flex-basis: 16.67%;
    width: 16.67%;
    flex-direction: column
}

    .m-col-6-fill-1.m-box {
        width: calc(16.67% - 16px);
        flex-basis: calc(16.67% - 16px);
        -webkit-flex-basis: calc(16.67% - 16px);
        -ms-flex-basis: calc(16.67% - 16px)
    }

.m-col-6-offset-1 {
    margin-left: 16.67%
}

    .m-col-6-offset-1.m-box {
        margin-left: calc(16.67% + 8px)
    }

.m-col-5 {
    flex-basis: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-basis: 20%;
    width: 20%;
    display: flex;
    flex-direction: column
}

    .m-col-5.m-box {
        width: calc(20% - 16px);
        flex-basis: calc(20% - 16px);
        -webkit-flex-basis: calc(20% - 16px);
        -ms-flex-basis: calc(20% - 16px)
    }

.m-col-5-fill-4 {
    flex-basis: 80%;
    -webkit-flex-basis: 80%;
    -ms-flex-basis: 80%;
    width: 80%;
    display: flex;
    flex-direction: column
}

    .m-col-5-fill-4.m-box {
        width: calc(80% - 16px);
        flex-basis: calc(80% - 16px);
        -webkit-flex-basis: calc(80% - 16px);
        -ms-flex-basis: calc(80% - 16px)
    }

.m-col-5-offset-4.m-box {
    margin-left: calc(80% + 8px)
}

.m-col-5-fill-3 {
    flex-basis: 60%;
    -webkit-flex-basis: 60%;
    -ms-flex-basis: 60%;
    width: 60%;
    display: flex;
    flex-direction: column
}

    .m-col-5-fill-3.m-box {
        width: calc(60% - 16px);
        flex-basis: calc(60% - 16px);
        -webkit-flex-basis: calc(60% - 16px);
        -ms-flex-basis: calc(60% - 16px)
    }

.m-col-5-offset-3 {
    margin-left: 60%
}

    .m-col-5-offset-3.m-box {
        margin-left: calc(60% + 8px)
    }

.m-col-5-fill-2 {
    flex-basis: 40%;
    -webkit-flex-basis: 40%;
    -ms-flex-basis: 40%;
    width: 40%;
    display: flex;
    flex-direction: column
}

    .m-col-5-fill-2.m-box {
        width: calc(40% - 16px);
        flex-basis: calc(40% - 16px);
        -webkit-flex-basis: calc(40% - 16px);
        -ms-flex-basis: calc(40% - 16px)
    }

.m-col-5-offset-2.m-box {
    margin-left: calc(40% + 8px)
}

.m-col-5-fill-1 {
    flex-basis: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-basis: 20%;
    width: 20%;
    display: flex;
    flex-direction: column
}

    .m-col-5-fill-1.m-box {
        width: calc(20% - 16px);
        flex-basis: calc(20% - 16px);
        -webkit-flex-basis: calc(20% - 16px);
        -ms-flex-basis: calc(20% - 16px)
    }

.m-col-5-offset-1 {
    margin-left: 20%
}

    .m-col-5-offset-1.m-box {
        margin-left: calc(20% + 8px)
    }

.m-col-4 {
    flex-basis: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-basis: 25%;
    width: 25%;
    display: flex;
    flex-direction: column
}

    .m-col-4.m-box {
        width: calc(25% - 16px);
        flex-basis: calc(25% - 16px);
        -webkit-flex-basis: calc(25% - 16px);
        -ms-flex-basis: calc(25% - 16px)
    }

.m-col-4-fill-3 {
    flex-basis: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-basis: 75%;
    width: 75%;
    display: flex;
    flex-direction: column
}

    .m-col-4-fill-3.m-box {
        width: calc(75% - 16px);
        flex-basis: calc(75% - 16px);
        -webkit-flex-basis: calc(75% - 16px);
        -ms-flex-basis: calc(75% - 16px)
    }

.m-col-4-offset-3 {
    margin-left: 75%
}

    .m-col-4-offset-3.m-box {
        margin-left: calc(75% + 8px)
    }

.m-col-2-offset-1, .m-col-4-offset-2 {
    margin-left: 50%
}

.m-col-4-fill-2 {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    width: 50%;
    display: flex;
    flex-direction: column
}

    .m-col-4-fill-2.m-box {
        width: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
        -webkit-flex-basis: calc(50% - 16px);
        -ms-flex-basis: calc(50% - 16px)
    }

.m-col-4-offset-2.m-box {
    margin-left: calc(50% + 8px)
}

.m-col-4-fill-1 {
    flex-basis: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-basis: 25%;
    width: 25%;
    display: flex;
    flex-direction: column
}

    .m-col-4-fill-1.m-box {
        width: calc(25% - 16px);
        flex-basis: calc(25% - 16px);
        -webkit-flex-basis: calc(25% - 16px);
        -ms-flex-basis: calc(25% - 16px)
    }

.m-col-4-offset-1 {
    margin-left: 25%
}

    .m-col-4-offset-1.m-box {
        margin-left: calc(25% + 8px)
    }

.m-col-3 {
    flex-basis: 33.33%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-basis: 33.33%;
    width: 33.33%;
    display: flex;
    flex-direction: column
}

    .m-col-3.m-box {
        width: calc(33.33% - 16px);
        flex-basis: calc(33.33% - 16px);
        -webkit-flex-basis: calc(33.33% - 16px);
        -ms-flex-basis: calc(33.33% - 16px)
    }

.m-col-3-fill-2 {
    flex-basis: 66.67%;
    -webkit-flex-basis: 66.67%;
    -ms-flex-basis: 66.67%;
    width: 66.67%;
    display: flex;
    flex-direction: column
}

    .m-col-3-fill-2.m-box {
        width: calc(66.67% - 16px);
        flex-basis: calc(66.67% - 16px);
        -webkit-flex-basis: calc(66.67% - 16px);
        -ms-flex-basis: calc(66.67% - 16px)
    }

.m-col-3-offset-2.m-box {
    margin-left: calc(66.67% + 8px)
}

.m-col-3-fill-1 {
    flex-basis: 33.33%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-basis: 33.33%;
    width: 33.33%;
    display: flex;
    flex-direction: column
}

    .m-col-3-fill-1.m-box {
        width: calc(33.33% - 16px);
        flex-basis: calc(33.33% - 16px);
        -webkit-flex-basis: calc(33.33% - 16px);
        -ms-flex-basis: calc(33.33% - 16px)
    }

.m-col-3-offset-1 {
    margin-left: 33.33%
}

    .m-col-3-offset-1.m-box {
        margin-left: calc(33.33% + 8px)
    }

.m-col-2 {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    width: 50%;
    display: flex;
    flex-direction: column
}

    .m-col-2.m-box {
        width: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
        -webkit-flex-basis: calc(50% - 16px);
        -ms-flex-basis: calc(50% - 16px)
    }

.m-col-2-fill-1 {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    width: 50%;
    display: flex;
    flex-direction: column
}

    .m-col-2-fill-1.m-box {
        width: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
        -webkit-flex-basis: calc(50% - 16px);
        -ms-flex-basis: calc(50% - 16px)
    }

.m-col-2-offset-1.m-box {
    margin-left: calc(50% + 8px)
}

.m-col-1 {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    width: 100%;
    display: flex;
    flex-direction: column
}

    .m-col-1.m-box {
        width: calc(100% - 16px);
        flex-basis: calc(100% - 16px);
        -webkit-flex-basis: calc(100% - 16px);
        -ms-flex-basis: calc(100% - 16px)
    }

.disegual-col {
    align-items: flex-start
}

.m-box {
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    background-color: #fff;
    padding: 20px;
    margin: 8px;
    width: 100%;
    position: relative
}

    .m-box.field-box {
        width: auto
    }

        .m-box.field-box > .lbl-f {
            font-size: 18px;
            font-weight: 700;
            padding-bottom: 20px;
            text-align: left;
            display: block
        }

.chart-score-field {
    display: flex;
    font-size: 16px
}

    .chart-score-field + .chart-score-field {
        margin-top: 20px
    }

    .chart-score-field .chart-label-ctn {
        width: 50%;
        display: inline-flex
    }

        .chart-score-field .chart-label-ctn .chart-label {
            padding-top: 5px;
            color: #03A9F4;
            white-space: nowrap
        }

        .chart-score-field .chart-label-ctn .u-line {
            width: 100%;
            border-bottom: 1px solid #E0E0E0;
            position: relative;
            top: -6px;
            margin-right: 7px;
            margin-left: 7px
        }

        .chart-score-field .chart-label-ctn .cur-val {
            margin-right: 10px;
            font-size: 20px;
            font-weight: 700
        }

    .chart-score-field .chart-bar {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        display: inline-flex;
        width: 50%;
        overflow: hidden;
        position: relative;
        height: 26px
    }

        .chart-score-field .chart-bar .empty-bar {
            background: #f5f5f5;
            width: 100%
        }

        .chart-score-field .chart-bar .current-bar {
            background: #03A9F4;
            position: absolute;
            left: 0;
            top: 0;
            height: 100%
        }

.chart-progress {
    font-size: 16px
}

    .chart-progress .ctn-chart-bar {
        height: 110px;
        display: inline-block;
        width: 100%
    }

    .chart-progress .chart-bar {
        height: 35px;
        width: 100%;
        display: table;
        border-bottom: 1px solid #fff;
        position: relative;
        margin-top: 45px
    }

.form-det-lead .m-table tr, .row-under-val .u-row {
    border-bottom: 1px solid #E0E0E0
}

.chart-progress .chart-bar .js-scorecard-progress_chart-opt {
    background: #f5f5f5;
    border-right: 2px solid #fff;
    display: table-cell;
    position: relative
}

    .chart-progress .chart-bar .js-scorecard-progress_chart-opt.active {
        background: #03A9F4
    }

    .chart-progress .chart-bar .js-scorecard-progress_chart-opt:first-child {
        border-bottom-left-radius: 35px;
        border-top-left-radius: 35px
    }

    .chart-progress .chart-bar .js-scorecard-progress_chart-opt:last-child {
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px
    }

        .chart-progress .chart-bar .js-scorecard-progress_chart-opt:last-child .chart-date, .chart-progress .chart-bar .js-scorecard-progress_chart-opt:last-child .chart-label {
            right: 0;
            text-align: right
        }

    .chart-progress .chart-bar .js-scorecard-progress_chart-opt .chart-label {
        position: absolute;
        top: -30px;
        right: -100%;
        width: 200%;
        text-align: center
    }

    .chart-progress .chart-bar .js-scorecard-progress_chart-opt .chart-date {
        position: absolute;
        top: 40px;
        right: -50%;
        width: 100%;
        text-align: center;
        color: #9E9E9E
    }

    .chart-progress .chart-bar .js-scorecard-progress_chart-opt .first-date {
        left: 0;
        text-align: left
    }

.text-area {
    color: #9E9E9E;
    max-height: 300px;
    overflow: auto;
    text-align: justify
}

.row-under-val {
    display: inline-flex;
    width: 100%
}

    .row-under-val.r-bud .val-f {
        font-size: 1.3em
    }

    .row-under-val .u-row {
        width: 100%;
        margin: 0 5px;
        position: relative;
        top: -6px
    }

.wrapper-user .img-user, .wrapper-user .text-user {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle
}

.row-under-val .r-red {
    color: #FF3455
}

.form-det-lead .m-box .js-scorecard-field a, .form-det-lead .pop-btn, .row-under-val .r-blue {
    color: #03A9F4
}

.row-under-val .r-green {
    color: #00c853
}

.wrapper-user .img-user {
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    background-size: cover
}

.add-project-box .inside-btn.btn-icon, .wrapper-user .text-user {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3)
}

.wrapper-user .text-user {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    color: #2d3841;
    line-height: 41.36px;
    background: #f5f5f5;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px
}

.row-under-val, .row-val {
    font-size: 15px;
    margin-bottom: 10px
}

    .row-under-val .wrapper-user, .row-val .wrapper-user {
        display: inline-block
    }

    .row-under-val .val-f .ctn-val, .row-under-val.width-100, .row-val .val-f .ctn-val, .row-val.width-100 {
        display: flex
    }

    .row-under-val .lbl-f, .row-val .lbl-f {
        color: #9E9E9E;
        margin-right: 5px;
        padding-top: 4px;
        min-height: 27px;
        white-space: nowrap
    }

    .row-under-val .val-f, .row-val .val-f {
        font-size: 18px;
        white-space: nowrap
    }

        .row-under-val .val-f .ctn-val .point, .row-val .val-f .ctn-val .point {
            width: 7px;
            height: 7px;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            border-radius: 7px;
            margin-right: 4px;
            margin-top: 9px
        }

    .row-under-val .section-info, .row-val .section-info {
        mask-repeat: no-repeat;
        mask-position: center center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center center;
        mask-size: 20px;
        -webkit-mask-size: 20px;
        background: #E0E0E0;
        width: 100px;
        height: 27px;
        cursor: pointer
    }

        .row-under-val .section-info.disabled, .row-val .section-info.disabled {
            cursor: initial
        }

    .row-under-val.row-face .val-f, .row-val.row-face .val-f {
        height: 27px
    }

        .row-under-val.row-face .val-f .face, .row-val.row-face .val-f .face {
            mask-repeat: no-repeat;
            mask-size: contain;
            mask-position: center center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-size: contain;
            -webkit-mask-position: center center;
            background: #03A9F4;
            width: 45px;
            height: 35px
        }

    .row-under-val.width-100 .lbl-f, .row-val.width-100 .lbl-f {
        width: 100%
    }

    .row-under-val.lbl-bold .lbl-f, .row-under-val.val-bold .val-f, .row-val.lbl-bold .lbl-f, .row-val.val-bold .val-f {
        font-weight: 700
    }

.scb-contact-det .js-scorecard-section {
    padding-bottom: 70px;
    height: 100%
}

.scb-contact-det .edit-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.form-det-lead .m-box .title-box-scorecard {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: left;
    display: block
}

.form-det-lead .c-detail, .form-det-lead .info-score {
    text-align: center
}

.form-det-lead .m-box .box-title-pref {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -7px;
    right: -7px;
    cursor: pointer
}

    .form-det-lead .m-box .box-title-pref .check-star {
        mask-repeat: no-repeat;
        mask-position: center center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center center;
        -webkit-mask-image: url(../img/contacts/star-empty.svg);
        mask-image: url(../img/contacts/star-empty.svg);
        mask-size: 20px;
        -webkit-mask-size: 20px;
        cursor: pointer;
        background: #9E9E9E;
        width: 100%;
        height: 100%
    }

        .form-det-lead .m-box .box-title-pref .check-star.selected {
            mask-repeat: no-repeat;
            mask-position: center center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center center;
            -webkit-mask-image: url(../img/contacts/star-full.svg);
            mask-image: url(../img/contacts/star-full.svg);
            mask-size: 20px;
            -webkit-mask-size: 20px;
            background: #ffab00
        }

.form-det-lead .m-box .title-score {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    font-weight: 700
}

    .form-det-lead .m-box .title-score .lbl-f {
        font-size: 16px;
        font-weight: 400;
        margin-right: 10px
    }

.form-det-lead .m-box .name-bold {
    font-size: 18px;
    font-weight: 700
}

.form-det-lead .m-box .hr-row {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background: #E0E0E0
}

.form-det-lead .ctnStarRating {
    left: -5px
}

    .form-det-lead .ctnStarRating .starRating {
        width: 166px;
        height: 2em;
        position: relative
    }

        .form-det-lead .ctnStarRating .starRating:not(old) label, .form-det-lead .ctnStarRating .starRating:not(old) label:before {
            mask-size: 1.8em;
            -webkit-mask-size: 1.8em;
            height: 100%;
            width: 33px
        }

.form-det-lead .text-area {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    max-height: 85px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #9E9E9E;
    font-size: 15px
}

    .form-det-lead .text-area.hide-pop + .pop-btn {
        display: none
    }

.form-det-lead .list-score ul {
    list-style: none;
    font-size: 16px
}

    .form-det-lead .list-score ul li + li {
        margin-top: 5px
    }

    .form-det-lead .list-score ul li:before {
        content: " ";
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background: #03A9F4;
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-left: -1em;
        margin-right: 1em;
        vertical-align: middle
    }

.form-det-lead .bc-score {
    display: flex;
    cursor: pointer
}

    .form-det-lead .bc-score .bc-img {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        width: 100%;
        padding-top: 38%;
        position: relative;
        margin: 8px
    }

        .form-det-lead .bc-score .bc-img .over-action .ctn-btn {
            padding: 0;
            height: 50px;
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0
        }

.form-det-lead .bc-no-scoring .bc-score .bc-img {
    margin-top: 0;
    width: 45%;
    display: inline-block;
    vertical-align: top
}

.form-det-lead .c-detail .m-btn, .form-det-lead .info-score .m-btn {
    margin-top: 20px
}

.form-det-lead .bc-no-scoring .bc-score .bc-img:first-child {
    margin-right: 10%
}

.form-det-lead .bc-no-scoring .bc-score .bc-img .over-action .ctn-btn {
    padding-top: 33%
}

.form-det-lead .pop-btn {
    cursor: pointer
}

.form-det-lead .m-table {
    width: 100%
}

    .form-det-lead .m-table .table-check-inpt {
        display: none
    }

    .form-det-lead .m-table .icon-check {
        background: #9E9E9E
    }

    .form-det-lead .m-table th {
        color: #9E9E9E;
        font-weight: 700
    }

    .form-det-lead .m-table td, .form-det-lead .m-table th {
        padding: 15px;
        white-space: nowrap;
        vertical-align: top
    }

    .form-det-lead .m-table .more {
        white-space: normal;
        width: 100%
    }

        .form-det-lead .m-table .more .text-more {
            display: block;
            display: -webkit-box;
            max-width: 100%;
            max-height: 43px;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .form-det-lead .m-table .more .lbl-more {
            cursor: pointer;
            color: #03A9F4
        }

        .form-det-lead .m-table .more.hide-pop .lbl-more {
            display: none
        }

.form-det-lead .c-detail .js-scorecard-field {
    font-size: 18px;
    min-height: 23px;
    line-height: 33px
}

.form-det-lead .info-score .row-val {
    text-align: left
}

    .form-det-lead .info-score .row-val .val-f {
        font-size: 15px;
        white-space: normal
    }

.form-det-lead .box-media-score .title-box-scorecard {
    padding: 0
}

.form-det-lead .box-media-score .subtitle-data {
    font-size: 18px;
    text-align: left;
    margin: 20px 0
}

.form-det-lead .box-time .lbl-f {
    font-size: 18px
}

.form-det-lead .box-time .hr-row + div {
    max-height: 250px;
    overflow: auto;
    padding-right: 10px;
    margin-right: -10px
}

.over-action {
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
    background: rgba(0,0,0,.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

    .over-action .lbl-data {
        text-align: center;
        color: #fff;
        font-size: 12px
    }

    .over-action .ctn-btn {
        text-align: center;
        margin-bottom: 20px;
        padding-top: 20%
    }

        .over-action .ctn-btn .btn-round {
            width: 50px;
            height: 50px;
            display: inline-block;
            vertical-align: top;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            cursor: pointer;
            margin: 0 10px;
            border: 2px solid #fff
        }

.js-scorecard-section + .js-scorecard-section, .last-fieldset, .list-check li + li {
    margin-top: 20px
}

.over-action .ctn-btn .btn-round:before {
    content: "";
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    width: 100%;
    height: 100%;
    background: #fff;
    display: block
}

.over-action .ctn-btn .btn-download:before {
    -webkit-mask-image: url(../img/contacts/download.svg);
    mask-image: url(../img/contacts/download.svg);
    mask-size: 16px;
    -webkit-mask-size: 16px
}

.over-action .ctn-btn .btn-view:before {
    -webkit-mask-image: url(../img/contacts/eye.svg);
    mask-image: url(../img/contacts/eye.svg);
    mask-size: 20px;
    -webkit-mask-size: 20px
}

.list-check {
    list-style: none;
    padding: 0
}

    .list-check li {
        color: #9E9E9E
    }

    .list-check .inpt-check {
        display: none
    }

    .list-check .icon-check {
        width: 18px;
        height: 18px;
        margin-right: 12px
    }

.last-fieldset {
    margin-bottom: 20px
}

.contact-modal .ctn-inpt {
    display: inline-flex;
    width: 100%
}

    .contact-modal .ctn-inpt .inpt {
        display: inline-flex
    }

    .contact-modal .ctn-inpt .bootstrap-select {
        min-width: auto
    }

.contact-modal .invalid {
    border: 1px solid #E82C0C
}

.contact-modal .text-area {
    max-height: 220px;
    overflow: auto
}

.contact-modal .modal-header .close {
    position: absolute;
    top: 13px;
    right: 20px
}

.contact-modal .bold {
    font-weight: 700
}

.js-scorecard-elem .js-scorecard-section {
    position: relative
}

.js-scorecard-elem .title-box-scorecard {
    height: 50px
}

.js-scorecard-elem .ctn-table {
    margin-top: 0
}

.js-more-tags-btn {
    width: auto;
    height: 34px;
    padding: 6px 20px
}

.js-tags-container, .js-tags-list, .tag-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px
}

    .js-tags-container .tag, .js-tags-list .tag, .tag-list .tag {
        font-size: 14px;
        line-height: 28px;
        width: auto;
        background: #607D8B;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        padding: 0 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #fff;
        text-align: center;
        display: inline-flex
    }

        .js-tags-container .tag.tag-add, .js-tags-list .tag.tag-add, .tag-list .tag.tag-add {
            background: #03A9F4;
            cursor: pointer;
            padding: 0 30px 0 15px;
            position: relative
        }

            .js-tags-container .tag.tag-add::before, .js-tags-list .tag.tag-add::before, .tag-list .tag.tag-add::before {
                -webkit-border-radius: 14px;
                -moz-border-radius: 14px;
                border-radius: 14px;
                display: block;
                content: "";
                position: absolute;
                right: 8.5px;
                top: 7px;
                border: 1px solid #fff;
                width: 14px;
                height: 14px
            }

            .js-tags-container .tag.tag-add::after, .js-tags-list .tag.tag-add::after, .tag-list .tag.tag-add::after {
                display: block;
                content: "+";
                font-size: .9em;
                position: absolute;
                right: 12px;
                top: 1px;
                color: #fff
            }

    .js-tags-container .tag-text, .js-tags-list .tag-text, .tag-list .tag-text {
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .js-tags-container .tag-close, .js-tags-list .tag-close, .tag-list .tag-close {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background: #fff;
        color: #607D8B;
        text-align: center;
        padding: 4px;
        width: 16px;
        height: 16px;
        display: inline-block;
        line-height: 6px;
        font-size: 13px;
        margin-left: 8px;
        cursor: pointer
    }

    .js-tags-container .tag {
        width: calc(50% - 6px)
    }

.modal-tag .modal-body {
    padding-top: 0
}

.modal-tag .dynamic-title {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.2em
}

    .modal-tag .dynamic-title .js-readonly-input-popup {
        order: 2;
        font-weight: 700
    }

    .modal-tag .dynamic-title .inpt-label {
        order: 1;
        display: block !important;
        margin-right: 5px
    }

.add-project-box {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    vertical-align: top;
    width: calc(20% - 16px);
    flex-basis: calc(20% - 16px);
    -webkit-flex-basis: calc(20% - 16px);
    -ms-flex-basis: calc(20% - 16px);
    margin: 8px;
    display: inline-block;
    position: relative;
    border-style: dotted;
    border-width: 2px;
    border-color: #D3D3D3
}

    .add-project-box:before {
        content: '';
        display: block;
        min-height: 156px
    }

    .add-project-box .inside-btn {
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
        background-color: #607D8B;
        color: #fff;
        border: 0;
        border: 1px solid #607D8B;
        text-align: center;
        padding: 9px;
        height: 40px;
        display: inline-block;
        cursor: pointer;
        font-weight: 700;
        outline: 0;
        font-size: 14px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 180px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: auto;
        z-index: 2
    }

        .add-project-box .inside-btn:active, .add-project-box .inside-btn:hover, .add-project-box .inside-btn:link, .add-project-box .inside-btn:visited {
            color: #fff;
            text-decoration: none
        }

        .add-project-box .inside-btn:hover {
            background-color: #546E7A
        }

        .add-project-box .inside-btn.long-text {
            display: inline-table;
            font-size: .7em;
            line-height: 1.2em;
            padding: 0 12px
        }

            .add-project-box .inside-btn.long-text .inner-text {
                vertical-align: middle;
                display: table-cell
            }

        .add-project-box .inside-btn.icon-btn {
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            background-color: #fff;
            border-color: #9E9E9E
        }

        .add-project-box .inside-btn.btn-icon {
            box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            border: 0;
            width: auto;
            padding-right: 14px
        }

            .add-project-box .inside-btn.btn-icon:hover {
                -webkit-box-shadow: 0 3px 12px 0 rgba(0,0,0,.4);
                -moz-box-shadow: 0 3px 12px 0 rgba(0,0,0,.4);
                box-shadow: 0 3px 12px 0 rgba(0,0,0,.4);
                -o-box-shadow: 0 3px 12px 0 rgba(0,0,0,.4)
            }

            .add-project-box .inside-btn.btn-icon .btn-text {
                display: inline-block;
                vertical-align: top
            }

            .add-project-box .inside-btn.btn-icon i {
                display: inline-block;
                vertical-align: top;
                position: relative;
                top: -2px;
                height: 24px;
                width: 24px
            }

        .add-project-box .inside-btn.disabled {
            background-color: #E0E0E0;
            border-color: #E0E0E0;
            color: #fff
        }

        .add-project-box .inside-btn.new-event-btn {
            position: fixed;
            bottom: 20px;
            right: 20px
        }

        .add-project-box .inside-btn label {
            cursor: pointer
        }

        .add-project-box .inside-btn:before {
            content: '+';
            display: inline-block;
            font-size: 24px;
            line-height: 17px;
            vertical-align: text-top;
            padding-right: 10px;
            font-weight: 400
        }

.events-lead-section {
    background: #f5f5f5;
    padding: 1px 20px;
    margin-top: 30px
}

    .events-lead-section .title-box-scorecard {
        display: none
    }

    .events-lead-section .js-events-container {
        display: contents
    }

    .events-lead-section .js-events-ended > div:first-child, .events-lead-section .js-events-ongoing > div:first-child, .events-lead-section .js-events-upcoming > div:first-child {
        padding-left: 10px;
        display: block;
        font-size: 14px;
        cursor: pointer;
        text-transform: uppercase
    }

    .events-lead-section .js-events-ongoing > div:first-child {
        font-weight: 700;
        border-left: 4px solid #52616e;
        margin: 20px 0;
        color: #03A9F4;
        border-left-color: #03A9F4
    }

        .events-lead-section .js-events-ongoing > div:first-child .num-elem {
            font-weight: 400;
            margin-left: 5px
        }

        .events-lead-section .js-events-ongoing > div:first-child + .ctn-box .box-event .subtitle-event, .events-lead-section .js-events-ongoing > div:first-child + .ctn-box .box-event .title-event {
            color: #03A9F4
        }

    .events-lead-section .js-events-ended > div:first-child {
        font-weight: 700;
        border-left: 4px solid #52616e;
        margin: 20px 0;
        color: #9E9E9E;
        border-left-color: #9E9E9E
    }

        .events-lead-section .js-events-ended > div:first-child .num-elem {
            font-weight: 400;
            margin-left: 5px
        }

        .events-lead-section .js-events-ended > div:first-child + .ctn-box .box-event .subtitle-event, .events-lead-section .js-events-ended > div:first-child + .ctn-box .box-event .title-event {
            color: #9E9E9E
        }

    .events-lead-section .js-events-upcoming > div:first-child {
        font-weight: 700;
        color: #52616e;
        border-left: 4px solid #52616e;
        margin: 20px 0
    }

        .events-lead-section .js-events-upcoming > div:first-child .num-elem {
            font-weight: 400;
            margin-left: 5px
        }

.form-det-lead .event-detail {
    background: #f5f5f5
}

    .form-det-lead .event-detail .title-box-scorecard:empty {
        display: none
    }

    .form-det-lead .event-detail .js-event-detail {
        padding: 40px
    }

        .form-det-lead .event-detail .js-event-detail > .lbl-f {
            cursor: pointer;
            font-size: 24px;
            line-height: 24px;
            font-weight: 700;
            color: #9E9E9E
        }

            .form-det-lead .event-detail .js-event-detail > .lbl-f:before {
                content: '';
                mask-repeat: no-repeat;
                mask-size: contain;
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-size: contain;
                -webkit-mask-image: url(../img/chevron_left.svg);
                mask-image: url(../img/chevron_left.svg);
                mask-position: center left;
                -webkit-mask-position: center left;
                height: 16px;
                width: 23px;
                display: inline-block;
                vertical-align: top;
                position: relative;
                cursor: pointer;
                top: 5px;
                margin-left: 10px;
                background: #9E9E9E !important
            }

    .form-det-lead .event-detail .wrapper-data-project {
        margin-top: 20px
    }

    .form-det-lead .event-detail .title-selection .js-scorecard-section {
        display: flex;
        align-items: baseline
    }

    .form-det-lead .event-detail .title-selection .title-box-scorecard {
        font-weight: 700;
        border-left: 4px solid #52616e;
        padding-left: 10px;
        margin: 20px 15px 20px 0;
        text-transform: uppercase;
        display: block;
        font-size: 14px;
        color: #607D8B;
        height: auto
    }

        .form-det-lead .event-detail .title-selection .title-box-scorecard .num-elem {
            font-weight: 400;
            margin-left: 5px
        }

    .form-det-lead .event-detail .title-selection .js-scorecard-field {
        flex-grow: 1
    }

.sc-tags.tagify {
    --tag-bg: #607D8B;
    --tag-hover: #546E7A;
    --tag-text-color: #FFF;
    --tags-border-color: #9E9E9E;
    --tags-focus-border-color: #9E9E9E;
    --tag-text-color--edit: #111;
    --tag-remove-bg: var(--tag-hover);
    --tag-pad: 5px 10px 5px 15px;
    --tag-inset-shadow-size: 1.35em;
    --tag-remove-btn-bg--hover: #fff;
    --tag-remove-btn-bg: #fff;
    --tag-remove-btn-color: #607D8B;
    margin-top: 20px;
    border: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px
}

    .sc-tags.tagify .tagify__input {
        background: #f5f5f5;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        overflow: hidden;
        padding: 12px 20px;
        border: 0 !important;
        margin: 15px 0 5px;
        width: 100%;
        order: 2
    }

        .sc-tags.tagify .tagify__input:focus-within {
            -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
            background-color: #fff
        }

        .sc-tags.tagify .tagify__input.drop-show {
            border-top-left-radius: 0;
            -webkit-border-top-left-radius: 0;
            -moz-border-radius-topleft: 0;
            border-top-right-radius: 0;
            -webkit-border-top-right-radius: 0;
            -moz-border-radius-topright: 0
        }

    .sc-tags.tagify .tagify__tag {
        margin: 0
    }

        .sc-tags.tagify .tagify__tag > div {
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px
        }

    .sc-tags.tagify .tagify--empty .tagify__input::before, .sc-tags.tagify .tagify__input::before {
        line-height: initial
    }

    .sc-tags.tagify .tagify--outside {
        border: 0
    }

    .sc-tags.tagify .tagify__tag__removeBtn {
        margin-right: 10px
    }

        .sc-tags.tagify .tagify__tag__removeBtn:hover {
            color: #546E7A
        }

    .sc-tags.tagify .wrapper-most-used {
        order: 1;
        margin-top: 10px;
        width: 100%
    }

    .sc-tags.tagify .lbl-most-used {
        line-height: 20px;
        margin-bottom: 10px;
        display: block
    }

.tagify__dropdown.suggestion-tag {
    border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 6px 0 rgba(0,0,0,.3);
    -o-box-shadow: 0 0 6px 0 rgba(0,0,0,.3);
    background-color: #fff;
    padding: 10px 20px;
    z-index: 9000;
    overflow: visible
}

    .tagify__dropdown.suggestion-tag::before {
        display: block;
        content: "";
        width: 100%;
        position: absolute;
        background: #fff;
        height: 12px;
        left: 0;
        bottom: -6px;
        z-index: 9001
    }

    .tagify__dropdown.suggestion-tag .sugg-lbl {
        color: #607D8B;
        margin-bottom: 10px;
        padding-left: 5px;
        display: block
    }

    .tagify__dropdown.suggestion-tag .tagify__dropdown__footer {
        display: none
    }

    .tagify__dropdown.suggestion-tag .tagify__dropdown__wrapper {
        border: 0;
        box-shadow: none;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 5px
    }

        .tagify__dropdown.suggestion-tag .tagify__dropdown__wrapper .tagify__dropdown__item {
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
            background: #03A9F4;
            color: #fff;
            padding: 5px 30px 5px 15px;
            position: relative
        }

            .tagify__dropdown.suggestion-tag .tagify__dropdown__wrapper .tagify__dropdown__item::before {
                -webkit-border-radius: 14px;
                -moz-border-radius: 14px;
                border-radius: 14px;
                display: block;
                content: "";
                position: absolute;
                right: 8px;
                top: 7px;
                border: 1px solid #fff;
                width: 14px;
                height: 14px
            }

            .tagify__dropdown.suggestion-tag .tagify__dropdown__wrapper .tagify__dropdown__item::after {
                display: block;
                content: "+";
                font-size: .9em;
                position: absolute;
                right: 12px;
                top: 5px;
                color: #fff
            }

.modal-assing-project .ctn-inpt {
    margin-top: 0
}

.modal-assing-project .vick-list {
    margin-top: 20px;
    max-height: 400px;
    overflow: auto
}

.modal-assing-project .modal-footer {
    margin-top: 0
}

.section-leg-sur > .js-scorecard-section {
    height: 100%;
    display: flex;
    flex-direction: column
}

.section-leg-sur .m-box {
    flex-grow: 1;
    width: auto
}

    .section-leg-sur .m-box.row-field .js-scorecard-field .lbl-f {
        font-size: 18px;
        font-weight: 700;
        padding-bottom: 20px;
        text-align: left;
        display: block
    }

.survey-box {
    text-align: center
}

    .survey-box progress, .survey-box progress[role] {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border: none;
        background-size: auto;
        width: 100%;
        height: 30px
    }

        .survey-box progress[role] strong {
            display: none
        }

    .survey-box progress {
        color: #03A9F4
    }

        .survey-box progress::-webkit-progress-bar {
            background: #f5f5f5
        }

        .survey-box progress::-moz-progress-bar {
            background: #03A9F4
        }

        .survey-box progress::-webkit-progress-value {
            background: #03A9F4
        }

        .survey-box progress[aria-valuenow]:before {
            background: #03A9F4
        }

        .survey-box progress::-webkit-progress-bar, .survey-box progress::-webkit-progress-value {
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px
        }

    .survey-box .legend-value {
        display: block;
        text-align: center;
        margin-bottom: 20px;
        font-size: 18px
    }

    .survey-box .m-btn {
        margin-top: 20px
    }

.history-box .list-check {
    max-height: 200px;
    overflow: auto
}

.meet-act-fieldset {
    position: absolute;
    top: -50px;
    right: 10px
}

.icon-download {
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-image: url(../img/contacts/download.svg);
    mask-image: url(../img/contacts/download.svg);
    mask-size: 14px;
    -webkit-mask-size: 14px;
    background: #607D8B
}

.js-meeting-history {
    max-height: 450px;
    overflow: auto;
    padding-right: 8px
}

.row-history {
    padding: 20px 0;
    display: flex;
    border-bottom: 1px solid #f5f5f5
}

    .row-history:first-child {
        border-top: 1px solid #f5f5f5
    }

    .row-history .left-data {
        width: 100%
    }

        .row-history .left-data .date {
            color: #9E9E9E
        }

    .row-history .user-lbl {
        color: #9E9E9E;
        white-space: nowrap;
        display: inline-table
    }

        .row-history .user-lbl .lbl {
            vertical-align: middle;
            display: table-cell
        }

.overview-container {
    position: relative;
    text-align: left;
    overflow: auto;
    font-size: 0;
    width: calc(100% + 15px);
    margin-left: -7.5px
}

    .overview-container .block {
        -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
        box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
        -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
        width: calc(25% - 15px);
        margin: 7.5px;
        display: inline-block;
        vertical-align: top;
        position: relative
    }

        .overview-container .block .inner-block {
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            background-color: #fff;
            font-size: 14px;
            padding-top: 56.25%;
            width: 100%;
            z-index: 8;
            position: relative
        }

            .overview-container .block .inner-block.no-img {
                background-color: #03A9F4
            }

        .overview-container .block.document .icon-block {
            background: #212529
        }

        .overview-container .block.document .inner-block.no-img:before {
            content: " ";
            display: inline-block;
            mask-repeat: no-repeat;
            mask-position: center center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center center;
            mask-size: 100px;
            -webkit-mask-size: 100px;
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            width: 100px;
            height: 100px;
            background: #fff
        }

        .overview-container .block.document.video .icon-block, .overview-container .block.document.video .no-img:before {
            -webkit-mask-image: url(../img/contacts/searchIcon/video.svg);
            mask-image: url(../img/contacts/searchIcon/video.svg)
        }

        .overview-container .block.document.pdf .icon-block, .overview-container .block.document.pdf .no-img:before {
            -webkit-mask-image: url(../img/contacts/searchIcon/pdf.svg);
            mask-image: url(../img/contacts/searchIcon/pdf.svg)
        }

        .overview-container .block.document.image .icon-block, .overview-container .block.document.image .no-img:before {
            -webkit-mask-image: url(../img/contacts/searchIcon/image.svg);
            mask-image: url(../img/contacts/searchIcon/image.svg)
        }

        .overview-container .block.document.text .icon-block, .overview-container .block.document.text .no-img:before {
            -webkit-mask-image: url(../img/contacts/addMedia/title.svg);
            mask-image: url(../img/contacts/addMedia/title.svg);
            mask-size: 12px;
            -webkit-mask-size: 12px
        }

        .overview-container .block.document.text .inner-block {
            overflow: hidden
        }

            .overview-container .block.document.text .inner-block .inner-note {
                position: absolute;
                top: 20px;
                left: 20px;
                width: calc(100% - 40px);
                font-size: 12px;
                color: #52616e
            }

        .overview-container .block.document.draw .icon-block, .overview-container .block.document.draw .no-img:before {
            -webkit-mask-image: url(../img/contacts/addMedia/brush.svg);
            mask-image: url(../img/contacts/addMedia/brush.svg)
        }

        .overview-container .block.document.photo .icon-block, .overview-container .block.document.photo .no-img:before {
            -webkit-mask-image: url(../img/contacts/addMedia/photo_camera.svg);
            mask-image: url(../img/contacts/addMedia/photo_camera.svg)
        }

        .overview-container .block.document.default .icon-block, .overview-container .block.document.default .no-img:before {
            -webkit-mask-image: url(../img/contacts/searchIcon/folder.svg);
            mask-image: url(../img/contacts/searchIcon/folder.svg)
        }

        .overview-container .block .block-title {
            position: relative;
            padding-left: 12px;
            border-top: 1px solid #EAECED;
            display: table;
            width: 100%;
            height: 50px;
            font-size: .88em;
            white-space: normal;
            background-color: #fff;
            z-index: 8
        }

            .overview-container .block .block-title .icon-block {
                mask-repeat: no-repeat;
                mask-size: contain;
                mask-position: center center;
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-size: contain;
                -webkit-mask-position: center center;
                display: table-cell;
                vertical-align: top;
                width: 16px;
                height: 100%;
                margin-right: 6px
            }

            .overview-container .block .block-title .text-title {
                display: table-cell;
                vertical-align: middle;
                margin-top: 2px;
                padding: 0 11px;
                width: calc(100% - 66px);
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 12px
            }

                .overview-container .block .block-title .text-title .inner-text-title {
                    display: block;
                    display: -webkit-box;
                    max-width: 100%;
                    max-height: 38px;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis
                }

.modal-survey {
    max-width: 800px
}

    .modal-survey .modal-header {
        display: none
    }

.subtitle-data {
    font-size: 18px;
    text-align: left;
    margin: 20px 0
}

.survey-readonly .section-top-row {
    position: relative;
    padding-top: 20px
}

    .survey-readonly .section-top-row:before {
        content: " ";
        height: 1px;
        position: absolute;
        top: 0;
        width: 100%;
        background: #E0E0E0;
        display: block
    }

    .survey-readonly .section-top-row:first-child:before {
        display: none
    }

.survey-readonly .ul-readonly {
    margin-top: 10px;
    color: #9E9E9E
}

    .survey-readonly .ul-readonly li {
        list-style: disc;
        margin: 10px 0
    }

        .survey-readonly .ul-readonly li .img-readonly {
            -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
            -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
            box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
            -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
            width: calc(40% - 15px);
            padding: 0;
            position: relative
        }

            .survey-readonly .ul-readonly li .img-readonly .surv-img {
                padding-top: 56.25%;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: contain
            }

.timeline div[class*=down-]:before {
    content: '';
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    display: block;
    border-left: 2px solid #3E5059;
    border-bottom: 2px solid #3E5059;
    height: 24px;
    position: absolute;
    top: 20px;
    left: 10px
}

.timeline div[class*=up-]:before {
    content: '';
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    display: block;
    border-left: 2px solid #3E5059;
    border-top: 2px solid #3E5059;
    height: 24px;
    position: absolute;
    top: 10px
}

.box-quiz-report .doc:before, .cont-elem:before {
    content: ' '
}

.timeline div[class*=up-].dotted:before {
    height: 50px
}

.timeline .lv-1 {
    margin-left: 0
}

.timeline .lv-2 {
    margin-left: 30px
}

.timeline .lv-3 {
    margin-left: 60px
}

.timeline .lv-4 {
    margin-left: 90px
}

.timeline .lv-5 {
    margin-left: 120px
}

.timeline .lv-6 {
    margin-left: 150px
}

.timeline .lv-7 {
    margin-left: 180px
}

.timeline .lv-8 {
    margin-left: 210px
}

.timeline .lv-9 {
    margin-left: 240px
}

.timeline .lv-10 {
    margin-left: 270px
}

.timeline .down-1::before {
    width: 23px
}

.timeline .down-2::before {
    width: 53px
}

.timeline .down-3::before {
    width: 83px
}

.timeline .down-4::before {
    width: 113px
}

.timeline .down-5::before {
    width: 143px
}

.timeline .down-6::before {
    width: 173px
}

.timeline .down-7::before {
    width: 203px
}

.timeline .down-8::before {
    width: 233px
}

.timeline .down-9::before {
    width: 263px
}

.timeline .down-10::before {
    width: 293px
}

.timeline .up-1::before {
    width: 23px;
    left: -20px
}

.timeline .up-2::before {
    width: 53px;
    left: -50px
}

.timeline .up-3::before {
    width: 83px;
    left: -80px
}

.timeline .up-4::before {
    width: 113px;
    left: -110px
}

.timeline .up-5::before {
    width: 143px;
    left: -140px
}

.timeline .up-6::before {
    width: 173px;
    left: -170px
}

.timeline .up-7::before {
    width: 203px;
    left: -200px
}

.timeline .up-8::before {
    width: 233px;
    left: -230px
}

.timeline .up-9::before {
    width: 263px;
    left: -260px
}

.timeline .up-10::before {
    width: 293px;
    left: -290px
}

.timeline .time-elem {
    margin-top: 10px;
    position: relative
}

    .timeline .time-elem:last-child:before {
        display: none
    }

    .timeline .time-elem.starred .list-dot {
        margin-left: 62px
    }

.timeline .node .time-icon {
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-image: url(../img/quizAppList/ch_empty.svg);
    mask-image: url(../img/quizAppList/ch_empty.svg);
    background: #3E5059
}

.timeline .leaf .time-icon {
    background-image: url(../img/quizAppList/content_item.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.timeline .time-row {
    display: flex;
    flex-direction: row
}

    .timeline .time-row .time-icon {
        width: 22px;
        min-width: 22px;
        height: 22px;
        margin-right: 10px;
        z-index: 1
    }

    .timeline .time-row .title-content {
        font-weight: 600
    }

    .timeline .time-row .star-icon {
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        -webkit-mask-position: center center;
        -webkit-mask-image: url(../img/contacts/stars.svg);
        mask-image: url(../img/contacts/stars.svg);
        background-color: #B1B1B1;
        width: 20px;
        height: 20px;
        align-self: center;
        margin-right: 10px
    }

.timeline .list-dot {
    display: inline-flex;
    flex-direction: row;
    column-gap: 8px;
    margin-left: 32px;
    margin-top: 10px
}

    .timeline .list-dot .dot {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        width: 12px;
        height: 12px;
        border: 2px solid #B1B1B1
    }

        .timeline .list-dot .dot.full {
            background-color: #B1B1B1
        }

.simple-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px
}

    .simple-list li {
        margin-bottom: 15px
    }

    .simple-list .tag-li {
        display: flex;
        flex-direction: row;
        column-gap: 15px
    }

    .simple-list .tag {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        color: #fff;
        font-weight: 600;
        font-size: 12px;
        padding: 2px 10px;
        background: #F4893B
    }

.cont-elem {
    display: flex;
    flex-direction: row;
    font-weight: 700;
    font-size: 16px
}

    .cont-elem:before {
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        -webkit-mask-position: center center;
        -webkit-mask-image: url(../img/contacts/ic_send.svg);
        mask-image: url(../img/contacts/ic_send.svg);
        background-color: #B1B1B1;
        display: block;
        width: 21px;
        height: 18px;
        align-self: center;
        margin-right: 8px
    }

.box-quiz-report .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 16px
}

.box-quiz-report .doc {
    color: #9E9E9E
}

    .box-quiz-report .doc:before {
        background-image: url(../img/quizAppList/content_item.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        display: inline-block;
        vertical-align: middle;
        width: 22px;
        min-width: 22px;
        height: 22px;
        margin-right: 10px;
        z-index: 1
    }

    .box-quiz-report .doc a {
        color: #9E9E9E !important
    }
/*# sourceMappingURL=style.css.map */
