﻿.ContentGridHolder {
    position: relative;
    width: 100%;
    height: 100%;
}

.SilverHeader .content-header-back img {
    width: 16px;
    height: 16px;
}



.ContentEditorHolder {
    height: calc(100% - 2px) !important;
}

.ContentEditorHolder {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 300;
    max-width: 100%;
}

    .ContentEditorHolder.noParent {
        position: fixed;
        max-width: 100%;
        top: 0;
        left: 0;
        z-index: 300;
        height: 100% !important;
    }

    .ContentEditorHolder > .SilverHeader {
        min-height: 40px;
        z-index: 9999;
        position: relative;
    }

        .ContentEditorHolder > .SilverHeader .header-right {
            gap: 8px;
        }

    .ContentEditorHolder > .content-container {
        position: relative;
        width: 100%;
        height: calc(100% - 40px);
        background: #fafafb;
        display: grid;
        grid-template-columns: calc(100% - 450px) minmax(450px, 450px);
        grid-auto-rows: 100%;
        grid-gap: 0;
    }

        .ContentEditorHolder > .content-container .right-content,
        .ContentEditorHolder > .content-container .left-content {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: auto;
            user-select: none;
        }

        .ContentEditorHolder > .content-container .right-content {
            border-left: 1px solid #dbdee1;
            flex: 0 0 auto;
        }

        .ContentEditorHolder > .content-container .container {
            position: relative;
            width: 100%;
            height: 100%;
            padding: 16px 40px;
        }

        .ContentEditorHolder > .content-container .right-content > .container {
            padding: 0;
        }

        .ContentEditorHolder > .content-container .left-content .flex-controls {
            gap: 24px;
            align-items: flex-start;
        }

        .ContentEditorHolder > .content-container .right-content .right-block {
            position: relative;
            display: block;
            width: 100%;
            border-bottom: 1px solid #dbdee1;
        }

        .ContentEditorHolder > .content-container .right-content .flex-tabs {
            align-items: flex-start;
        }

            .ContentEditorHolder > .content-container .right-content .flex-tabs div {
                position: relative;
                cursor: pointer;
                padding: 8px 0;
                border-right: solid 1px #dadada;
                border-bottom: none;
                background: #fff;
                font: 12px Verdana, Geneva, sans-serif;
                width: 100%;
                text-align: center;
                overflow: hidden;
            }

        .ContentEditorHolder > .content-container .right-content .scale-tabs {
            display: block;
            position: relative;
            width: 100%;
            height: 2px;
            background: #eed7d7;
        }

            .ContentEditorHolder > .content-container .right-content .scale-tabs .strip-tabs {
                display: block;
                position: relative;
                height: 2px;
                width: calc(100% / 3);
                background: #5097F4;
                left: 0;
                transition: ease-in-out .15s;
            }

.custom-slider > .slides .slide {
    padding: 0;
}

.ContentEditorHolder > .content-container .right-content .right-block .flex-block {
    width: 100%;
    padding: 0 16px;
    margin: 16px 0;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 600;
}

    .ContentEditorHolder > .content-container .right-content .right-block .flex-block .block-title {
        font-size: 18px;
    }

    .ContentEditorHolder > .content-container .right-content .right-block .flex-block .toggler {
        display: block;
        background-image: url(/SiteCMS/img/DXImages2.png);
        background-repeat: no-repeat;
        background-color: transparent;
        width: 13px;
        height: 13px;
        background-position: -80px -159px;
        padding: 0;
        margin: 0;
        cursor: pointer;
        display: block;
        margin-top: 5px;
    }

.ContentEditorHolder > .content-container .right-content .right-block.opened .flex-block .toggler {
    transform: rotate(180deg);
}

.ContentEditorHolder > .content-container .right-content .right-block .block-content {
    display: block;
    position: relative;
    height: auto;
    max-height: 1px;
    padding: 0 16px;
    overflow: hidden;
}

.ContentEditorHolder > .content-container .right-content .right-block.opened .block-content {
    max-height: 100%;
    padding-bottom: 16px;
    overflow: visible;
}

.ContentEditorHolder > .content-container .right-content .right-block .block-content .columnfields {
    margin: 0;
    margin-bottom: 10px;
}

.ContentEditorHolder > .content-container .right-content .right-block .block-content .settings-image {
    position: relative;
    display: block;
}

    .ContentEditorHolder > .content-container .right-content .right-block .block-content .settings-image .btn {
        display: block;
        width: fit-content;
        margin: auto;
    }

    .ContentEditorHolder > .content-container .right-content .right-block .block-content .settings-image img {
        display: block;
        max-width: 100%;
        max-height: 200px;
        margin: auto;
        box-shadow: 0px 4px 20px rgba(83, 93, 150, 0.15);
    }

        .ContentEditorHolder > .content-container .right-content .right-block .block-content .settings-image img.empty {
            cursor: pointer;
        }

    .ContentEditorHolder > .content-container .right-content .right-block .block-content .settings-image .imgsHolder {
        margin-bottom: 10px;
        min-width: 150px;
        min-height: 120px;
        width: 100%;
        height: 100%;
        max-height: 200px;
    }

        .ContentEditorHolder > .content-container .right-content .right-block .block-content .settings-image .imgsHolder img.blur {
            min-width: 150px;
            min-height: 120px;
            width: 100%;
            height: 100%;
        }

.ContentEditorHolder > .content-container .right-content .right-block .block-content .SilverCombo .table-combo > tbody > tr > td {
    line-height: 24px;
}

.ContentEditorHolder > .content-container .right-content .files-container {
    position: relative;
    height: 100%;
    overflow: auto;
}

.ContentEditorHolder > .content-container .right-content .custom-slider {
    height: calc(100% - 33px);
}

.ContentEditorHolder > .content-container .right-content .control-info {
    float: right;
    width: 16px;
    height: 16px;
    background: url(/img/Info/information-white.png) no-repeat;
    display: inline-block;
    cursor: help;
}

.appPreloader {
    display: flex;
    position: absolute;
    align-items: flex-start;
    justify-content: start;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    user-select: none;
    z-index: 999999;
    background: rgba(255, 255, 255, 0);
    transition: linear 0.5s;
    transition-delay: 1s;
}

    .appPreloader.loading {
        background: rgba(255, 255, 255, 0.6);
    }

    .appPreloader .progress {
        position: relative;
        width: 0%;
        height: 2px;
        background: #2d87ff;
        border-radius: 0;
        box-shadow: 0px 1px 1px 0px rgb(73 107 235 / 88%);
        transition: all .5s;
    }

    .appPreloader.loading .progress {
        width: 100%;
    }

.changeWarning {
    border: 1px solid #a5acb5;
    background-color: #fff9c5;
    text-align: center;
    padding: 4px 12px;
}

.controls-holder {
    position: relative;
    height: 100%;
}

.htmlContent-holder {
    position: relative;
    height: calc(100% - 190px);
}

#popupResave .resave-message {
    position: relative;
    height: 100%;
    text-align: center;
}

    #popupResave .resave-message > div:first-child {
        height: 85%;
    }

.silver-tabcontrol .tab.active {
    display: block;
}

.silver-tabcontrol .tab {
    display: none;
}

@media (max-width: 1240px) {
    .ContentEditorHolder > .content-container {
        grid-template-columns: calc(100% - 350px) minmax(350px, 350px);
    }
}

.ContentEditorHolder .resizer {
    position: absolute;
    top: 0px;
    right: 445px;
    width: 5px;
    height: 100%;
    cursor: ew-resize;
    border-left: solid 1px transparent;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
    z-index: 9999999;
}

    .ContentEditorHolder .resizer:hover,
    .ContentEditorHolder .resizer.resizing {
        border-left: solid 1px #03daf0;
    }

.ContentEditorHolder .blocker {
    width: 100%;
    height: 100%;
    background-color: transparent;
    user-select: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

.ContentEditorHolder .navbar-toggle {
    display: none;
}

@media (max-width: 992px) {
    .ContentEditorHolder {
        max-width: 100%;
    }

        .ContentEditorHolder .navbar-toggle {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            float: none;
            margin: 0;
            padding: 0;
            min-height: 2.4285714286rem;
            border-width: 0;
            border-radius: 0;
            top: 3px;
            -webkit-transition: all 0.1s linear;
            transition: all 0.1s linear;
            background-color: transparent;
            background-image: none;
            border: 1px solid transparent;
        }

            .ContentEditorHolder .navbar-toggle.opened {
                right: 300px;
                z-index: 99999;
            }

                .ContentEditorHolder .navbar-toggle.opened .icon-bar {
                    background: #fff;
                    position: absolute;
                    top: 10px;
                    transform-origin: center;
                }

                    .ContentEditorHolder .navbar-toggle.opened .icon-bar:nth-child(2) {
                        -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                    }

                    .ContentEditorHolder .navbar-toggle.opened .icon-bar:nth-child(3) {
                        display: none;
                    }

                    .ContentEditorHolder .navbar-toggle.opened .icon-bar:nth-child(4) {
                        transform: rotate(-45deg);
                        top: 10px;
                    }

            .ContentEditorHolder .navbar-toggle .sr-only {
                position: absolute;
                width: 1px;
                height: 1px;
                margin: -1px;
                padding: 0;
                overflow: hidden;
                clip: rect(0, 0, 0, 0);
                border: 0;
            }

            .ContentEditorHolder .navbar-toggle .icon-bar {
                width: 2.5713rem;
                margin: 0.51426rem;
                margin-left: 0;
                background: #4A4D62;
                border-radius: 0;
                display: block;
                height: 2px;
                -webkit-transition: all 0.1s;
                transition: all 0.1s;
            }

        .ContentEditorHolder > .content-container {
            display: block;
        }

            .ContentEditorHolder > .content-container .right-content {
                position: absolute;
                right: -100%;
                transition: all .2s;
                width: 300px;
                height: 100%;
                z-index: 999;
                background: #fafafb;
            }

                .ContentEditorHolder > .content-container .right-content.opened {
                    right: 0;
                    top: 0;
                }

        .ContentEditorHolder .mobile-overlay {
            position: fixed;
            top: -10px;
            left: 0px;
            width: 101%;
            height: calc(100% - 40px);
            opacity: 0;
            margin-top: 50px;
            z-index: 998;
            visibility: hidden;
            background: rgba(0, 0, 0, 0.6);
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .ContentEditorHolder .mobile-overlay.opened {
                opacity: 1;
                visibility: visible;
            }

        .ContentEditorHolder .mobile-column {
            flex-direction: column;
        }
}











.alert_viewer {
    position: relative;
}

    .alert_viewer > .alert_box {
        position: relative;
        text-shadow: 1px 1px 3px #5f1c1c;
        margin: 0px 10px;
    }

        .alert_viewer > .alert_box.new > .bell {
            animation: bellrotate 1s infinite linear;
        }

        .alert_viewer > .alert_box > .bell {
            width: 28px;
            height: 28px;
            background: url('/SiteCMS/img/ico_alert.svg') no-repeat;
            background-size: 26px;
            transition: 0.25s linear;
            float: left;
            margin-top: 5px;
            margin-right: 3px;
        }

        .alert_viewer > .alert_box.new > .note_count, .imp-unread {
            background: #E10A0A;
        }

        .alert_viewer > .alert_box.new > .note_count {
            display: flex;
        }

        .alert_viewer > .alert_box > .note_count {
            position: absolute;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 0 2px;
            min-width: 16px;
            height: 16px;
            background: #4798DE;
            font-weight: bold;
            font-size: 8px;
            line-height: 9px;
            text-align: center;
            right: 0px;
            top: 2px;
            color: #FFFFFF;
            border-radius: 50%;
        }

    .alert_viewer.holder {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 40px;
        left: 0px;
        z-index: 9999;
        background: #fff;
    }

        .alert_viewer.holder > .grid_main {
            position: relative;
            width: 100vw;
            max-width: 100%;
            height: 100vh;
            display: grid;
            grid-template-columns: minmax(100px, 600px) auto;
            grid-auto-rows: 100%;
            grid-gap: 0;
        }

            .alert_viewer.holder > .grid_main > .grid_list {
                position: relative;
            }

            .alert_viewer.holder > .grid_main > .grid_content {
                position: relative;
            }

            .alert_viewer.holder > .grid_main > .grid_list > .list_header > .del_info {
                margin-left: 10px;
                font-weight: normal;
                text-decoration: none;
                color: #575757;
            }

                .alert_viewer.holder > .grid_main > .grid_list > .list_header > .del_info > span {
                    color: black;
                }

            .alert_viewer.holder > .grid_main > .resizer {
                position: absolute;
                top: 0px;
                left: 600px;
                width: 5px;
                height: 100%;
                cursor: ew-resize;
                border-left: solid 1px transparent;
                -webkit-transition: border 0.3s;
                transition: border 0.3s;
            }

            .alert_viewer.holder > .grid_main > .grid_list > .list_header {
                background-color: #e9edf1;
                position: relative;
                height: 36px;
                border-bottom: solid 1px #a5acb5;
            }

                .alert_viewer.holder > .grid_main > .grid_list > .list_header > div > ul {
                    list-style-type: none;
                    margin: 0px;
                    padding: 0;
                }

                    .alert_viewer.holder > .grid_main > .grid_list > .list_header > div > ul li {
                        float: left;
                        margin-left: 10px;
                        padding: 8px 0px 8px 0px;
                        cursor: pointer;
                        font-size: 12px;
                        font-family: Verdana, Geneva, sans-serif;
                        font-weight: bold;
                        text-decoration: none;
                    }

                        .alert_viewer.holder > .grid_main > .grid_list > .list_header > div > ul li:hover {
                            border-bottom: solid 2px #c3c3c3;
                        }

                        .alert_viewer.holder > .grid_main > .grid_list > .list_header > div > ul li.active, .alert_viewer.holder > .grid_main > .grid_list > .list_header > div > ul li.active:hover {
                            border-bottom: solid 2px #989898;
                        }

                        .alert_viewer.holder > .grid_main > .grid_list > .list_header > div > ul li span {
                            font-weight: normal;
                            text-decoration: none;
                            color: #989898;
                        }

    .alert_viewer .imp-unread {
        margin-left: 3px;
        padding: 3px 2px;
        min-width: 16px;
        height: 16px;
        font-weight: bold !important;
        line-height: 9px;
        text-align: center;
        font-size: 9px;
        color: #FFFFFF !important;
        border-radius: 50%;
    }

    .alert_viewer.holder > .grid_main > .grid_list > .list_header > .search_holder {
        width: 68px;
    }

        .alert_viewer.holder > .grid_main > .grid_list > .list_header > .search_holder > .search_line {
            position: absolute;
            top: 0px;
            right: 0px;
            width: 69px;
            height: 100%;
            transition: 0.2s linear;
            background-color: #e9edf1;
        }

            .alert_viewer.holder > .grid_main > .grid_list > .list_header > .search_holder > .search_line > .search_line_relative {
                position: relative;
                width: 100%;
                height: 100%;
                padding-left: 34px;
                padding-right: 34px;
            }

                .alert_viewer.holder > .grid_main > .grid_list > .list_header > .search_holder > .search_line > .search_line_relative > .close_search {
                    display: none;
                    position: absolute;
                    right: 68px;
                    width: 34px;
                    height: 100%;
                    border-bottom: 0px;
                    border-top: 0px;
                    border-right: 0px;
                    padding-top: 9px;
                    padding-left: 9px;
                    transition: 0.2s linear;
                }

                .alert_viewer.holder > .grid_main > .grid_list > .list_header > .search_holder > .search_line > .search_line_relative > .tb_search {
                    display: block !important;
                    float: right;
                    height: 34px;
                    width: 100%;
                    border: 0px;
                    padding-left: 0px;
                    transition: 0.2s linear;
                }

                .alert_viewer.holder > .grid_main > .grid_list > .list_header > .search_holder > .search_line > .search_line_relative > .extra_filters,
                .alert_viewer.holder > .grid_main > .grid_list > .list_header > .search_holder > .search_line > .search_line_relative > .search_btn {
                    position: absolute;
                    right: 34px;
                    width: 34px;
                    height: 100%;
                    border-bottom: 0px;
                    border-top: 0px;
                    border-right: 0px;
                    padding-top: 9px;
                    padding-left: 9px;
                    transition: 0.2s linear;
                }

    .alert_viewer .show_more {
        position: absolute;
        right: -1px;
        width: 34px;
        height: 100%;
        text-align: center;
        border-top: 0;
        border-bottom: 0;
    }

    .alert_viewer .move_search {
        left: 0 !important;
        border-right: 1px solid #a5acb5 !important;
    }

    .alert_viewer.holder > .grid_main > .grid_list > .list_header > .search_holder > .search_line > .search_line_relative > .search_btn {
        left: -34px;
    }

    .alert_viewer.holder > .grid_main > .grid_list > .list_header > .search_holder > .search_line > .search_line_relative img {
        width: 16px;
    }

    .alert_viewer.holder > .grid_main > .grid_list > .list_header > .search_holder > .search_line > .search_line_relative.addpad {
        padding-right: 68px;
    }

    .alert_viewer.holder > .grid_main > .grid_list > .list_header > .search_holder > .search_line > .search_line_relative > .tb_search.addpad {
        padding-left: 10px;
        border-left: 9px;
    }

    .alert_viewer.holder > .grid_main > .grid_list > .list_header > .search_holder > .search_line > .search_line_relative > .search_btn.moveleft {
        border-right: 1px solid #a5acb5;
    }

        .alert_viewer.holder > .grid_main > .grid_list > .list_header > .search_holder > .search_line > .search_line_relative > .search_btn.moveleft:hover {
            cursor: initial;
        }

    .alert_viewer.holder > .grid_main > .grid_list > .list_header > .search_holder > .search_line.stretch {
        width: 100%;
    }

    .alert_viewer .show {
        display: block !important;
    }

    .alert_viewer .hide {
        display: none !important;
    }

    .alert_viewer.holder > .grid_main > .grid_list > .list_container {
        overflow: scroll;
        border-right: 1px solid #dbdde0;
    }

        .alert_viewer.holder > .grid_main > .grid_list > .list_container .sorted_container {
            padding: 8px 0px;
            font: 12px Verdana, Geneva, sans-serif;
            vertical-align: middle;
        }

        .alert_viewer.holder > .grid_main > .grid_list > .list_container .sorted_header {
            color: #3764a0;
            cursor: default !important;
            border: 0px;
            border-bottom: 2px solid #6f9dd9;
            font-weight: bold;
            padding: 0px 8px;
        }

    .alert_viewer .alert-min {
        background: url('/img/NewIcons/icon-mini-minus.png') no-repeat;
        cursor: pointer;
        background-position: top 3px left 0px !important;
        padding-left: 9px;
        height: 20px;
    }

        .alert_viewer .alert-min.plus {
            background: url('/img/NewIcons/icon-mini-plus.png') no-repeat;
        }

    .alert_viewer.holder > .grid_main > .grid_list > .list_container .block-container {
        border-bottom: solid 1px #dbdee1;
        cursor: pointer;
    }

        .alert_viewer.holder > .grid_main > .grid_list > .list_container .block-container:hover {
            color: #3c3c3c;
            background: #fcf8e5 url(/img/custom/silver-line-hover.png) repeat-x left top;
            border-bottom: solid 1px #eecc53;
        }

    .alert_viewer.holder > .grid_main > .grid_list > .list_container > div > .sorted_container > div > .block-container > .del_cb {
        margin-left: 8px;
    }

    .alert_viewer.holder > .grid_main > .grid_list > .list_container > .remove_action .del_cb {
        display: none;
    }

    .alert_viewer.holder > .grid_main > .grid_list > .list_container .block_flex {
        height: 44px;
        padding: 0 8px;
        width: 100%;
    }

    .alert_viewer.holder > .grid_main > .grid_list > .list_container .sorted_header .alert_name {
        margin-left: 8px;
    }

    .alert_viewer.holder > .grid_main > .grid_list > .list_container .unread {
        font-weight: bold;
    }

    .alert_viewer.holder > .grid_main > .grid_list > .list_container .read:before {
        content: "";
        display: block;
        background: url('/img/Messages/message-already-read32.png') no-repeat left top;
        background-position: 0px 0px;
        width: 32px;
        height: 35px;
    }

    .alert_viewer.holder > .grid_main > .grid_list > .list_container .unread:before {
        content: "";
        display: block;
        background: url('/img/Messages/new-message32.png') no-repeat left top;
        background-position: 0px 0px;
        width: 32px;
        height: 35px;
    }

    .alert_viewer.holder > .grid_main > .grid_list > .list_container .block {
        padding-left: 5px;
        width: 100%;
    }

        .alert_viewer.holder > .grid_main > .grid_list > .list_container .block .block-title, .alert_viewer.holder > .grid_main > .grid_list > .list_container .block .block-name {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .alert_viewer.holder > .grid_main > .grid_list > .list_container .block .block-name {
            color: #867979;
        }

    .alert_viewer.holder > .grid_main > .grid_content > .header_content {
        background-color: #e9edf1;
        width: 100%;
        border: 1px solid #a5acb5;
        color: black;
        font: 14px Arial, Helvetica;
        padding: 10px 10px;
        border-bottom: none;
        border-top: none;
        min-height: 35px;
    }

    .alert_viewer.holder > .grid_main > .grid_content > .content_message {
        background: #fff;
        padding: 10px;
        font: 16px Arial, Helvetica;
        position: relative;
        width: 100%;
        height: 100%;
        overflow: auto;
        border: 1px solid #a5acb5;
        border-left: none;
    }

    .alert_viewer.holder > .grid_main > .grid_content > .header_content label {
        margin-bottom: 2px;
    }

    .alert_viewer .file_path:before {
        content: '';
        display: inline-block;
        background: url('/img/Icons/attachfile24.png') 00 no-repeat;
        background-size: contain;
        width: 18px;
        height: 16px;
    }

    .alert_viewer .not_found {
        text-align: center;
        margin-top: 10px;
    }

#Soft-Interface .alert_viewer > .alert_box > .bell {
    width: 26px;
    height: 26px;
    background: url(/SiteCMS/img/ico_alert.svg) no-repeat;
    margin-top: 0;
}

#Soft-Interface .alert_viewer > .alert_box > .note_count {
    top: -3px;
}



.customReportViewer .roundPanel {
    padding: 10px;
    background: #fafafc;
    border: 1px solid #a5acb5;
    border-top: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    max-height: 40%;
    overflow: auto
}

.customReportViewer .roundPanel-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.customReportViewer .roundPanel-title {
    font-size: 12px;
}

.customReportViewer .roundPanel .btn-getData {
    align-self: end;
    margin-right: 16px;
}

    .customReportViewer .roundPanel .btn-getData > .btn.btn-silver {
        padding: 9px 12px;
    }

        .customReportViewer .roundPanel .btn-getData > .btn.btn-silver > img {
            margin-right: 5px;
        }

        .customReportViewer .roundPanel .btn-getData > .btn.btn-silver > span {
            font-weight: 600;
        }

.customReportViewer .gridHolder {
    position: relative;
    max-height: calc(100% - 94px);
    height: 100%;
}

.customReportViewer .roundPanel .roundPanel-control {
    margin-right: 16px;
}



.silver-filelist {
    position: relative;
    overflow: auto;
}

    .silver-filelist .View {
        float: right;
    }

        .silver-filelist .View img {
            margin: 0 !important;
        }

S
.silver-filelist .tile-holder {
    height: calc(100% - 45px);
}

.silver-filelist .tile_table {
    align-items: flex-start;
}

.silver-filelist .tile {
    position: relative;
    width: 150px;
    height: 180px;
    background: #fff;
    text-align: center;
    border: 1px solid #eff1f3;
    box-shadow: 0px 6px 10px rgb(0 23 83 / 5%);
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
}

    .silver-filelist .tile > img {
        width: 50px;
    }

    .silver-filelist .tile > .tile_name {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 5px;
    }

.silver-filelist .tile_button_image > img {
    width: 90%;
    height: 80%;
    margin-top: 15px;
}

    .silver-filelist .tile_button_image > img.dummy {
        height: 80%;
        margin-top: 15px;
        width: 60px;
        object-fit: contain;
    }

.silver-filelist .tile_little {
    width: auto;
    height: auto;
    margin-top: 5px;
}

.silver-filelist .silver-grid .table-silvergrid-header-holder {
    border-top: none;
}

.silver-filelist .tile .tile_change {
    position: absolute;
    top: -4px;
    right: -2px;
    height: 16px;
    width: 16px;
}

.silver-filelist .tile.drag,
.silver-filelist .silver-grid td.gridRowLoader {
    border: 4px dotted #e4e4e4;
    cursor: pointer;
}

    .silver-filelist .tile.drag > div,
    .silver-filelist .silver-grid td.gridRowLoader > div {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
        color: gray;
        font-size: 12px;
    }

    .silver-filelist .tile.drag .silver-uploader,
    .silver-filelist .silver-grid td.gridRowLoader .silver-uploader {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

        .silver-filelist .tile.drag .silver-uploader table,
        .silver-filelist .silver-grid td.gridRowLoader .silver-uploader table {
            height: 100%;
            width: 100%;
        }

            .silver-filelist .tile.drag .silver-uploader table td,
            .silver-filelist .silver-grid td.gridRowLoader .silver-uploader table td {
                display: none;
            }

            .silver-filelist .tile.drag .silver-uploader table td,
            .silver-filelist .silver-grid td.gridRowLoader .silver-uploader table td {
                display: none;
            }

                .silver-filelist .tile.drag .silver-uploader table td:has(.btn),
                .silver-filelist .silver-grid td.gridRowLoader .silver-uploader table td:has(.btn) {
                    display: block;
                    width: 100% !important;
                    height: 100% !important;
                    background: transparent;
                }

                .silver-filelist .tile.drag .silver-uploader table td .btn,
                .silver-filelist .silver-grid td.gridRowLoader .silver-uploader table td .btn {
                    color: transparent;
                    border: 0 !important;
                    background: transparent;
                    height: 100%;
                }

                    .silver-filelist .tile.drag .silver-uploader table td .btn:active,
                    .silver-filelist .silver-grid td.gridRowLoader .silver-uploader table td .btn:active {
                        box-shadow: none;
                    }

.silver-filelist .silver-grid tr:has(.gridRowLoader):hover td.gridRowLoader {
    border-bottom: 4px dotted #e4e4e4;
    background: #fff;
}

.silver-filelist .silver-grid td.gridRowLoader {
    position: relative;
}

    .silver-filelist .silver-grid td.gridRowLoader > div {
        position: relative;
    }

    .silver-filelist .tile.drag .silver-uploader .clearButton,
    .silver-filelist .tile.drag .silver-uploader td a:has(img),
    .silver-filelist .silver-grid td.gridRowLoader .silver-uploader .clearButton,
    .silver-filelist .silver-grid td.gridRowLoader .silver-uploader a:has(img) {
        display: none !important;
    }

.silver-filelist .tile.drag:hover {
    border-color: #b2b2b2;
}

.silver-filelist .silver-grid tr:has(.gridRowLoader):hover td.gridRowLoader {
    border-color: #b2b2b2;
}




.picker_wrapper.no_alpha .picker_alpha {
    display: none
}

.picker_wrapper.no_editor .picker_editor {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.picker_wrapper.no_cancel .picker_cancel {
    display: none
}

.layout_default.picker_wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    font-size: 10px;
    width: 25em;
    padding: .5em
}

    .layout_default.picker_wrapper input,
    .layout_default.picker_wrapper button {
        font-size: 1rem
    }

    .layout_default.picker_wrapper > * {
        margin: .5em
    }

    .layout_default.picker_wrapper::before {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        order: 1
    }

.layout_default .picker_slider,
.layout_default .picker_selector {
    padding: 1em
}

.layout_default .picker_hue {
    width: 100%
}

.layout_default .picker_sl {
    flex: 1 1 auto
}

    .layout_default .picker_sl::before {
        content: "";
        display: block;
        padding-bottom: 100%
    }

.layout_default .picker_editor {
    order: 1;
    width: 6.5rem
}

    .layout_default .picker_editor input {
        width: 100%;
        height: 100%
    }

.layout_default .picker_sample {
    order: 1;
    flex: 1 1 auto
}

.layout_default .picker_done,
.layout_default .picker_cancel {
    order: 1
}

.picker_wrapper {
    box-sizing: border-box;
    background: #f2f2f2;
    box-shadow: 0 0 0 1px silver;
    cursor: default;
    font-family: sans-serif;
    color: #444;
    pointer-events: auto
}

    .picker_wrapper:focus {
        outline: none
    }

    .picker_wrapper button,
    .picker_wrapper input {
        box-sizing: border-box;
        border: none;
        box-shadow: 0 0 0 1px silver;
        outline: none
    }

        .picker_wrapper button:focus,
        .picker_wrapper button:active,
        .picker_wrapper input:focus,
        .picker_wrapper input:active {
            box-shadow: 0 0 2px 1px #1e90ff
        }

    .picker_wrapper button {
        padding: .4em .6em;
        cursor: pointer;
        background-color: #f5f5f5;
        background-image: linear-gradient(0deg, gainsboro, transparent)
    }

        .picker_wrapper button:active {
            background-image: linear-gradient(0deg, transparent, gainsboro)
        }

        .picker_wrapper button:hover {
            background-color: #fff
        }

.picker_selector {
    position: absolute;
    z-index: 1;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    border-radius: 100%;
    box-shadow: 0 0 3px 1px #67b9ff;
    background: currentColor;
    cursor: pointer
}

.picker_slider .picker_selector {
    border-radius: 2px
}

.picker_hue {
    position: relative;
    background-image: linear-gradient(90deg, red, yellow, lime, cyan, blue, magenta, red);
    box-shadow: 0 0 0 1px silver
}

.picker_sl {
    position: relative;
    box-shadow: 0 0 0 1px silver;
    background-image: linear-gradient(180deg, white, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, black, rgba(0, 0, 0, 0) 50%), linear-gradient(90deg, #808080, rgba(128, 128, 128, 0))
}

.picker_alpha,
.picker_sample {
    position: relative;
    background: linear-gradient(45deg, lightgrey 25%, transparent 25%, transparent 75%, lightgrey 75%) 0 0/2em 2em, linear-gradient(45deg, lightgrey 25%, white 25%, white 75%, lightgrey 75%) 1em 1em/2em 2em;
    box-shadow: 0 0 0 1px silver
}

    .picker_alpha .picker_selector,
    .picker_sample .picker_selector {
        background: none
    }

.picker_editor input {
    font-family: monospace;
    padding: .2em .4em
}

.picker_sample::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: currentColor
}

.picker_arrow {
    position: absolute;
    z-index: -1
}

.picker_wrapper.popup {
    position: absolute;
    z-index: 2;
    margin: 1.5em
}

    .picker_wrapper.popup,
    .picker_wrapper.popup .picker_arrow::before,
    .picker_wrapper.popup .picker_arrow::after {
        background: #f2f2f2;
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, .4)
    }

        .picker_wrapper.popup .picker_arrow {
            width: 3em;
            height: 3em;
            margin: 0
        }

            .picker_wrapper.popup .picker_arrow::before,
            .picker_wrapper.popup .picker_arrow::after {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                z-index: -99
            }

            .picker_wrapper.popup .picker_arrow::before {
                width: 100%;
                height: 100%;
                -webkit-transform: skew(45deg);
                transform: skew(45deg);
                -webkit-transform-origin: 0 100%;
                transform-origin: 0 100%
            }

            .picker_wrapper.popup .picker_arrow::after {
                width: 150%;
                height: 150%;
                box-shadow: none
            }

.popup.popup_top {
    bottom: 100%;
    left: 0
}

    .popup.popup_top .picker_arrow {
        bottom: 0;
        left: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

.popup.popup_bottom {
    top: 100%;
    left: 0
}

    .popup.popup_bottom .picker_arrow {
        top: 0;
        left: 0;
        -webkit-transform: rotate(90deg) scale(1, -1);
        transform: rotate(90deg) scale(1, -1)
    }

.popup.popup_left {
    top: 0;
    right: 100%
}

    .popup.popup_left .picker_arrow {
        top: 0;
        right: 0;
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1)
    }

.popup.popup_right {
    top: 0;
    left: 100%
}

    .popup.popup_right .picker_arrow {
        top: 0;
        left: 0
    }

.picker-preview {
    display: block;
    position: absolute;
    right: 6px;
    top: 10px;
    height: 16px;
    width: 16px;
    background-color: transparent;
    box-shadow: 0 0 0 1px silver;
}

.silver-picker {
    position: relative;
}



.customImageUploader .customUploader-holder {
    position: relative;
    width: 100%;
    height: 100%;
}

.customImageUploader .customUploader-preview {
    position: relative;
    background: #fff;
    width: 100%;
    min-height: 270px;
    height: 100%;
    border: 1px solid #dadada;
    margin-top: 8px;
    text-align: center;
}

    .customImageUploader .customUploader-preview img {
        max-width: 100%;
        max-height: 270px;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .customImageUploader .customUploader-preview .flex-preview {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        gap: 8px;
        width: 100%;
        height: 270px;
        color: #B4B4B4;
    }

        .customImageUploader .customUploader-preview .flex-preview > span:first-child {
            font-size: 20px;
        }

.customImageUploader .drag-loader {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.customImageUploader .customUploader-holder.hover .drag-loader {
    display: block;
}

.customImageUploader .gallery {
    position: relative;
    margin: -10px;
    height: calc(100% + 20px);
}

.customImageUploader .changeWarning {
    border: 1px solid #a5acb5;
    background-color: #fff9c5;
    text-align: center;
    padding: 6px 12px;
    margin: 0px 5px;
}

.customImageUploader .settings-connection {
    display: block;
    position: absolute;
    top: 14px;
    left: 190px;
}

    .customImageUploader .settings-connection .top,
    .customImageUploader .settings-connection .chain,
    .customImageUploader .settings-connection .bot,
    .customImageUploader .settings-default {
        display: block;
        background-image: url(/img/custom/DXImages3.png);
        background-position: -53px -65px;
        width: 11px;
        height: 5px;
    }

    .customImageUploader .settings-connection .chain {
        background-position: -12px -21px;
        width: 11px;
        height: 18px;
        cursor: pointer;
    }

        .customImageUploader .settings-connection .chain.disconnected {
            background-position: -24px -21px;
        }

    .customImageUploader .settings-connection .bot {
        background-position: -33px -57px;
        height: 6px;
    }

.customImageUploader .settings-size .silver-textbox {
    min-height: 24px;
}

.customImageUploader .settings-size .SilverCombo {
    width: auto;
}

    .customImageUploader .settings-size .SilverCombo .btn-silver-carret {
        height: 24px;
        padding: 7px 3px;
    }

.customImageUploader .settings-default {
    position: absolute;
    left: 212px;
    top: 20px;
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.customImageUploader .flex-style {
    align-items: flex-start;
    gap: 24px;
}

    .customImageUploader .flex-style > div > div:first-child {
        min-height: 18px;
    }

.customImageUploader .size-dummy {
    display: block;
    position: absolute;
    left: -100%;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    width: 100%;
}



.silver-file-manager .fm-head {
    padding: 5px 10px;
    font-size: 14px;
}

.silver-file-manager .controlbar-buttons {
    padding: 0 10px;
    border: 1px solid #cecece;
    border-bottom: none;
    border-top: none;
    max-height: 25px;
    margin: 0 10px;
}

.silver-file-manager .controlbar-btn {
    float: left;
    padding: 4px 4px 3px;
    margin-left: 4px;
    margin-top: 1px;
    padding-bottom: 0;
    border: 1px solid transparent;
    cursor: pointer;
}

    .silver-file-manager .controlbar-btn:hover,
    .controlbar-btn:focus {
        background: #fcf8e5 url('/img/custom/silver-line-hover.png') repeat-x left top;
        border: 1px solid #eecc53;
    }

    .silver-file-manager .controlbar-btn > .btn-icon {
        content: " ";
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url(/img/custom/DXImages.png);
        background-repeat: no-repeat;
        background-color: transparent;
        background-position: -153px -410px;
    }

.silver-file-manager .btn-icon.icon-1 {
    background-position: -51px -427px;
}

.silver-file-manager .btn-icon.icon-2 {
    background-position: -51px -410px;
}

.silver-file-manager .btn-icon.icon-3 {
    background-position: -94px -392px;
}

.silver-file-manager .btn-icon.icon-4 {
    background-position: 0px -427px;
}

.silver-file-manager .fm-head > .filterpath .silver-textbox,
.silver-file-manager .fm-head > .file-action .silver-textbox,
.silver-file-manager .FolderManager .folder .silver-textbox {
    min-height: 20px;
}

.silver-file-manager .FolderManager .child-folders,
.silver-popup .move-menu .child-folders {
    display: none;
}

    .silver-file-manager .FolderManager .child-folders.expanded,
    .silver-popup .move-menu .child-folders.expanded {
        display: block;
    }

.silver-file-manager .FolderManager .folder .silver-control {
    display: inline-block;
}

.silver-file-manager .FolderManager .folder.selected .silver-textbox {
    padding: 0 4px;
    min-height: 16px;
}

.silver-file-manager .fm-holder {
    border: none;
    white-space: nowrap;
    background: #fff;
    height: 100%;
}

.silver-file-manager .FolderManager {
    overflow: auto;
    overflow-x: hidden;
    height: 100%;
    padding: 5px;
    white-space: nowrap;
}

.silver-file-manager .fm-treemover {
    width: 5px;
    border: none;
    cursor: ew-resize;
    left: 300px;
    top: 0px;
    z-index: 20;
    position: absolute;
    height: 100%;
    border-left: solid 1px silver;
}

.silver-file-manager .fm-blocker {
    width: 100%;
    height: 100%;
    background-color: transparent;
    user-select: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

.silver-file-manager .fm-treemover.resizing {
    border-left: dashed 1px #A69D9D;
}

.silver-file-manager .loader-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    user-select: none;
    display: none;
}

.silver-popup .move-menu {
    display: block;
    overflow: auto;
    overflow-x: hidden;
    padding-left: 10px;
    height: 100%;
    padding-top: 10px;
}

    .silver-file-manager .FolderManager .folder,
    .silver-popup .move-menu .folder {
        color: #000000;
        font-size: 16px;
        text-transform: initial;
        font-weight: 400;
        border: 1px solid transparent;
        cursor: pointer;
        padding-right: 10px;
        display: inline;
    }

        .silver-file-manager .FolderManager .folder:hover,
        .silver-file-manager .FolderManager .folder.selected,
        .silver-popup .move-menu .folder:hover,
        .silver-popup .move-menu .folder.selected {
            background: #fcf8e5 url(/img/custom/silver-line-hover.png) repeat-x left top;
            border: 1px solid #eecc53;
        }

        .silver-file-manager .FolderManager .folder:before,
        .silver-popup .move-menu .folder:before {
            content: "";
            background-image: url(/img/Custom/DXImages.png);
            background-repeat: no-repeat;
            background-color: transparent;
            width: 15px;
            height: 15px;
            background-position: -86px -410px;
            display: inline-block;
            margin-right: 5px;
            margin-left: 5px;
        }

    .silver-file-manager .FolderManager .toggler:before,
    .silver-popup .move-menu .toggler:before {
        content: " ";
        background-image: url(/img/Custom/DXImages2.png);
        background-repeat: no-repeat;
        background-color: transparent;
        width: 13px;
        height: 13px;
        background-position: -42px -175px;
        cursor: pointer;
        display: inline-block;
    }

    .silver-file-manager .FolderManager .toggler.expanded:before,
    .silver-popup .move-menu .toggler.expanded:before {
        background-position: -80px -159px;
    }

.silver-file-manager .fileManager-upload .content {
    padding: 10px;
    border: solid 1px #dadada;
    background-color: white;
}

.silver-file-manager .markersHolder {
    text-align: start;
    margin-top: 10px;
}

    .silver-file-manager .markersHolder .markers {
        display: none;
    }

    .silver-file-manager .markersHolder.opened .markers {
        display: block;
        border: 1px solid #cbcdd0;
        background: #edeef0;
        padding: 5px;
        margin: 5px 0;
    }

    .silver-file-manager .markersHolder .toggler:before {
        content: " ";
        background-image: url(/img/Custom/DXImages2.png);
        background-repeat: no-repeat;
        background-color: transparent;
        width: 13px;
        height: 11px;
        background-position: -42px -175px;
        cursor: pointer;
        display: inline-block;
    }

    .silver-file-manager .markersHolder.opened .toggler:before {
        background-position: -80px -159px;
    }

.silver-popup .rename {
    margin-top: 2px;
}

    .silver-popup .rename.success .text {
        color: green;
    }

    .silver-popup .rename.error .text {
        color: red;
    }

.silver-popup .ft-editor .file-image {
    display: flex;
    width: 280px;
    align-items: center;
    height: 130px;
}

    .silver-popup .ft-editor .file-image img {
        max-height: 146px;
        width: 100%;
        max-width: 298px;
    }

.silver-popup .file-data {
    gap: 16px;
    margin-top: 10px;
}

    .silver-popup .file-data > div {
        width: 100%;
        max-width: 172px;
    }

.silver-file-manager .fileManager-tiles {
    align-self: flex-start;
    align-content: flex-start;
    background-color: #e9edf1;
    height: 100%;
}

.silver-tabcontrol .tab {
    display: none;
}

    .silver-tabcontrol .tab.active {
        display: block;
    }

.silver-tabcontrol .load-warning {
    color: gray;
    font-size: 11px;
    text-align: center;
    margin-top: 10px;
}

.silver-file-manager .fileManager-tiles {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
    overflow: auto;
}

    .silver-file-manager .fileManager-tiles .tile {
        position: relative;
        width: 150px;
        height: 165px;
        background: #fff;
        text-align: center;
        border: 1px solid #eff1f3;
        box-shadow: 0px 6px 10px rgb(0 23 83 / 5%);
        text-align: center;
    }

        .silver-file-manager .fileManager-tiles .tile .tile_change {
            position: absolute;
            top: -4px;
            right: -2px;
            height: 16px;
            width: 16px;
        }

    .silver-file-manager .fileManager-tiles .tile_button_image > .tile-img {
        position: relative;
        height: 80%;
        margin-top: 15px;
        background-size: contain !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }

        .silver-file-manager .fileManager-tiles .tile_button_image > .tile-img img {
            display: block;
            position: absolute;
            max-width: 100%;
            max-height: 100%;
            top: 50%;
            left: 50%;
            text-align: center;
            transform: translateX(-50%) translateY(-50%);
        }

    .silver-file-manager .fileManager-tiles .tile > .tile_name {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 5px;
    }

        .silver-file-manager .fileManager-tiles .tile > .tile_name em {
            background: #e2ecf7 none repeat 0 0;
            color: Black;
            font-weight: bold;
            font-style: normal;
        }

    .silver-file-manager .fileManager-tiles .noData {
        position: absolute;
        top: 50%;
        left: 57%;
        transform: translate(-50%, -50%);
    }





.settings-image {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 10px;
}

    .settings-image .imgsHolder {
        display: flex;
        position: relative;
        overflow: hidden;
        width: 150px;
        height: 120px;
    }

    .settings-image img {
        display: block;
        position: relative;
        max-width: 150px;
        max-height: 120px;
        box-shadow: 0px 4px 20px rgba(83, 93, 150, 0.15);
        z-index: 10;
        margin: auto;
    }

        .settings-image img.empty {
            cursor: pointer;
        }

        .settings-image img.blur {
            position: absolute;
            left: -25px;
            right: -25px;
            top: -25px;
            bottom: -25px;
            background-color: white;
            -webkit-filter: blur(15px);
            -moz-filter: blur(15px);
            filter: blur(15px);
            transform: scale(1.4);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            z-index: 9;
            margin: 0;
            width: 150px;
            height: 120px;
        }

    .settings-image .btn {
        width: 150px;
    }

#popupGalleryList .ft-editor {
    position: initial;
}

#popupGalleryList .content .flex-tiles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    gap: 16px;
    height: 100%;
    overflow: auto;
    padding: 5px 10px 10px 10px;
}

    #popupGalleryList .content .flex-tiles .gallery-tile {
        position: relative;
        width: 245px;
        height: 200px;
        background: #fff;
        text-align: center;
        border: 1px solid #eff1f3;
        box-shadow: 0px 6px 10px rgb(0 23 83 / 5%);
        text-align: center;
        padding: 5px;
    }

        #popupGalleryList .content .flex-tiles .gallery-tile .gallery-image {
            display: block;
            max-height: calc(100% - 60px);
            height: 100%;
            width: 100%;
            margin-bottom: 8px;
        }

        #popupGalleryList .content .flex-tiles .gallery-tile .gallery-name {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            padding: 0 5px;
            text-align: center;
            margin-bottom: 8px;
        }

    #popupGalleryList .content .flex-tiles .no-gallery {
        display: block;
        width: 100%;
        margin: auto;
        text-align: center;
    }

    #popupGalleryList .content .flex-tiles .gallery-tile .gallery-name em {
        background: #e2ecf7 none repeat 0 0;
        color: Black;
        font-weight: bold;
        font-style: normal;
    }










#popupGalleryList .ft-editor {
    position: initial;
}

#popupGalleryList .content .flex-tiles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    gap: 16px;
    height: 100%;
    overflow: auto;
    padding: 5px 10px 10px 10px;
}

    #popupGalleryList .content .flex-tiles .gallery-tile {
        position: relative;
        width: 245px;
        height: 225px;
        background: #fff;
        text-align: center;
        border: 1px solid #eff1f3;
        box-shadow: 0px 6px 10px rgb(0 23 83 / 5%);
        text-align: center;
        padding: 5px;
    }

        #popupGalleryList .content .flex-tiles .gallery-tile .gallery-imageHolder {
            display: block;
            max-height: calc(100% - 60px);
            height: 100%;
            width: 100%;
            margin-bottom: 8px;
        }

        #popupGalleryList .content .flex-tiles .gallery-tile .gallery-image {
            display: block;
            height: 100%;
            width: 100%;
            object-fit: contain;
            overflow: hidden;
        }

        #popupGalleryList .content .flex-tiles .gallery-tile .gallery-imageBlur {
            position: absolute;
            left: 50%;
            right: 50%;
            top: 50%;
            bottom: 50%;
            background-color: white;
            -webkit-filter: blur(15px);
            -moz-filter: blur(15px);
            filter: blur(15px);
            transform: scale(1.4);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            transform: translateX(-50%) translateY(-50%) scale(1);
        }

        #popupGalleryList .content .flex-tiles .gallery-tile .gallery-name {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            padding: 0 5px;
            text-align: center;
            margin-bottom: 8px;
        }

    #popupGalleryList .content .flex-tiles .no-gallery {
        display: block;
        width: 100%;
        margin: auto;
        text-align: center;
    }

    #popupGalleryList .content .flex-tiles .gallery-tile .gallery-name em {
        background: #e2ecf7 none repeat 0 0;
        color: Black;
        font-weight: bold;
        font-style: normal;
    }



#gridFormList .list-msg {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
    color: blue;
}

    #gridFormList .list-msg:hover {
        text-decoration: underline;
        color: black;
    }

#NewFormFieldPopup .btn-silver em {
    background: #e2ecf7 none repeat 0 0;
    color: Black;
    font-weight: bold;
    font-style: normal;
}



#popupPollSettings .control-info {
    float: right;
    width: 16px;
    height: 16px;
    background: url(/img/Info/information-white.png) no-repeat;
    display: inline-block;
    cursor: help;
}

#tabControlMainPoll .stat-container {
    position: relative;
    height: calc(100% - 47px);
    overflow: auto;
}

#tabControlMainPoll .question-block {
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #e0e2e2;
    padding: 5px;
}

    #tabControlMainPoll .question-block .name {
        font-size: 19px;
        font-weight: 600;
    }



.pollInterface {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 16px;
}

    .pollInterface .popupBackDrop {
        position: absolute;
    }

    .pollInterface .block {
        margin-bottom: 20px;
    }

    .pollInterface .block-mainBody {
        padding: 24px 12px;
        background: #FFF;
        -webkit-box-shadow: 0 0 10px rgba(216, 216, 216, 0.75);
        box-shadow: 0 0 10px rgba(216, 216, 216, 0.75);
    }

        .pollInterface .block-mainBody .header-name {
            display: flex;
            position: relative;
            gap: 8px;
            font-size: 16px;
            line-height: 1.1;
            font-weight: 600;
            cursor: pointer;
            width: fit-content;
            user-select: none;
            width: 100%;
        }

            .pollInterface .block-mainBody .header-name > .mainTitle {
                font-size: 18px;
            }

            .pollInterface .block-mainBody .header-name::before {
                content: '';
                position: relative;
                display: block;
                align-self: center;
                background: url(https://profpilot.ru/imgs/vectors/chevron-down.svg) 00 no-repeat;
                background-size: contain;
                width: 16px;
                height: 16px;
                transition: .2s linear;
                flex: 0 0 auto;
                filter: invert(0%) sepia(13%) saturate(26%) hue-rotate(137deg) brightness(87%) contrast(100%);
            }

    .pollInterface .block.opened .block-mainBody .header-name::before {
        transform: rotate(180deg);
    }

    .pollInterface .block-mainBody .header-name .star-req {
        color: red;
        margin-right: -8px;
    }

    .pollInterface .block-mainBody .flex-row > .answered {
        color: gray;
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
        flex: 0 0 auto;
    }

        .pollInterface .block-mainBody .flex-row > .answered.allAnswered {
            display: flex;
            gap: 4px;
            text-align: center;
        }

            .pollInterface .block-mainBody .flex-row > .answered.allAnswered::before {
                content: '';
                display: block;
                width: 14px;
                height: 14px;
                background: url(https://profpilot.ru/imgs/vectors/clock-approved.svg) 0 0 no-repeat;
                background-size: contain;
            }

    .pollInterface .header-name .required-small {
        font-size: 10px;
        line-height: 1;
        font-weight: 400;
        color: grey;
        align-self: center;
    }

    .pollInterface .block .block-questions {
        position: relative;
        width: 100%;
        visibility: hidden;
        opacity: 0;
        overflow: hidden;
        height: 1px;
        transition: .2s;
        transition-timing-function: cubic-bezier(.58, .3, .005, 1);
    }

    .pollInterface .block.opened .block-questions {
        visibility: visible;
        opacity: 1;
        height: auto;
        overflow: auto;
        margin-top: 16px;
        overflow: visible;
    }

    .pollInterface .block .question-body .question-name {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .pollInterface .block .block-questions > *:not(:nth-last-child(2)):after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        box-shadow: 0px 1px 0px rgb(0 0 0 / 21%);
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .pollInterface .block .block-questions > *.noBefore::after {
        content: '';
        display: none;
    }

    .pollInterface .block .question-body .answer {
        margin-left: 8px;
    }

        .pollInterface .block .question-body .answer.marker {
            margin-bottom: 12px;
        }

            .pollInterface .block .question-body .answer.marker .custom-memo {
                margin-top: 8px;
            }

    .pollInterface .block .question-body .custom-memo {
        margin-left: 16px;
        margin-top: 8px;
    }

    .pollInterface .block .answer.flex-answer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 12px;
        max-width: 900px;
        width: 100%;
    }

        .pollInterface .block .answer.flex-answer .flex-marks {
            gap: 16px;
        }

    .pollInterface .block .question-body .clue {
        color: grey;
        margin-bottom: 12px;
        margin-top: -6px;
        font-size: 10px;
        line-height: 1;
        margin-left: 8px;
    }

    .pollInterface .block .answer-error {
        display: none;
        color: red;
        margin-left: 8px;
        margin-top: 8px;
    }

        .pollInterface .block .answer-error.active {
            display: block;
        }

    .pollInterface .block .block-questions > .answer-error {
        margin-left: 28px;
    }

    .pollInterface .btnPoll-blue,
    .popupWindow.poll-module .btnPoll-blue,
    .pollInterface .block .btnPoll-blue {
        display: block;
        padding: 10px 16px;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #FFF;
        background: #C6D0DB;
        border-radius: 20px;
        width: fit-content;
        visibility: visible;
        cursor: default;
        transition: linear .2s;
        cursor: pointer;
        background: #5097F4;
    }

    .pollInterface .block .question-body .btnPoll-blue {
        margin-left: 8px;
        margin-top: 24px;
    }

    .pollInterface .btnPoll-blue:hover,
    .popupWindow.poll-module .btnPoll-blue:hover,
    .pollInterface .block .btnPoll-blue:hover {
        background: #3977C8;
        color: #FFF;
        text-decoration: none;
    }

    .pollInterface .btnPoll-blue:active,
    .popupWindow.poll-module .btnPoll-blue:active,
    .pollInterface .block .btnPoll-blue:active {
        background: #5A60F1;
    }

    .pollInterface .block .question-body {
        margin-left: 30px;
    }

        .pollInterface .block .question-body .answer.KALDAR {
            max-width: 400px;
        }

        .pollInterface .block .question-body .answer .silver-radio > .radio-row {
            margin: 12px 0;
        }

.popupWindow.poll-module > .popup-container > .content > div {
    text-align: center;
    padding: 0 16px;
}

.popupWindow.poll-module .login-title {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.1;
}

.popupWindow.poll-module .btnPoll-blue {
    margin: auto;
}

.popupWindow.poll-module.login .btnPoll-blue {
    display: block;
    background: #5097F4;
    border-radius: 50px;
    padding: 8px 106px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFF;
    transition: linear .2s;
    width: fit-content;
    height: fit-content;
    margin: auto;
    margin-bottom: 32px;
}

.popupWindow.poll-module > .popup-container > .content.nice-scroll {
    position: relative;
    width: 100%;
    padding: 10px 20px;
    height: calc(100% - 48px);
    overflow: auto;
    padding: 0;
    position: relative;
    background: #F8F9FF;
}

.popupWindow.poll-module.login > .popup-container > .content > div {
    text-align: center;
    padding: 0;
}

.popupWindow.poll-module.login .popupMain-content {
    position: relative;
    width: 490px;
}

.popupWindow.poll-module.login .title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 32px;
    color: #19297C;
}

.popupWindow.poll-module.login .field-container {
    margin-bottom: 16px;
}

.popupWindow.poll-module.login .tb-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #7E7E7E;
    margin-bottom: 10px;
    text-align: left;
}

    .popupWindow.poll-module.login .tb-name.small {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 12px;
    }

.popupWindow.poll-module.login .silver-textbox {
    outline: none;
    background: #E0EDFF;
    border-radius: 10px;
    width: 100%;
    min-height: 36px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    border: none;
    padding: 8px 16px;
    color: #000000;
}

.popupWindow.poll-module.login .field-container .silver-control {
    margin-bottom: 8px;
}

.popupWindow.poll-module.login .register {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

    .popupWindow.poll-module.login .register a {
        color: inherit;
        text-decoration: underline;
        font-weight: 700;
    }

.popupWindow.poll-module.login .register-tb {
    position: relative;
    width: 100%;
    gap: 0 48px;
    margin-bottom: 48px;
}

    .popupWindow.poll-module.login .register-tb .left {
        max-width: 336px;
        width: 100%;
    }

    .popupWindow.poll-module.login .register-tb .right {
        max-width: 208px;
        width: 100%;
        align-self: flex-end;
    }

.popupWindow.poll-module.login #Captcha img {
    width: 208px;
}

    .popupWindow.poll-module.login #Captcha img.loader {
        width: auto;
    }

.popupWindow.poll-module.login #Captcha ul {
    font-size: 10px;
    line-height: 10px;
    margin-top: 16px !important;
}

.popupWindow.poll-module.login .register-tb .left #Captcha ul {
    position: absolute;
}

.popupWindow.poll-module.login #Captcha ul span::before {
    display: none;
}

.popupWindow.poll-module.login .form-group.error input {
    border: 1px solid red;
}

.popupWindow.poll-module.login .form-group {
    margin-bottom: 47px;
}

.popupWindow.poll-module.login .error-text {
    display: none;
    color: red;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 16px;
    text-align: center;
}

    .popupWindow.poll-module.login .error-text.active {
        display: block;
    }

.popupWindow.poll-module.login .forgot {
    color: #337ab7;
}

.popupWindow.poll-module.login .message {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 24px;
}

.popupWindow.poll-module.login .field-container .error-text,
.popupWindow.poll-module.login .field-container .error-message {
    display: none;
    color: red;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    margin-top: 8px;
}

.popupWindow.poll-module.login .field-container.error .error-text,
.popupWindow.poll-module.login .field-container .silver-control.error .error-message {
    display: block;
}

.popupWindow.poll-module.login .btn-university {
    position: relative;
    display: flex;
    background: #fff;
    border-radius: 5px;
    padding: 4px 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    transition: linear .2s;
    width: fit-content;
    height: fit-content;
    margin: auto;
    margin-bottom: 16px;
    align-items: center;
    gap: 8px;
    filter: drop-shadow(0px 4px 20px rgba(83, 93, 150, 0.1));
}

    .popupWindow.poll-module.login .btn-university .logo {
        display: block;
        background: url(/imgs/vectors/uni2035.png) 00 no-repeat;
        width: 60px;
        height: 35px;
        background-size: cover;
    }

    .popupWindow.poll-module.login .btn-university .separator {
        display: block;
        position: relative;
        height: 20px;
        width: 1px;
        background: #000;
    }

    .popupWindow.poll-module.login .btn-university:hover {
        filter: drop-shadow(0px 4px 20px rgba(83, 93, 150, 0.2));
    }

.pollInterface .silver-checkbox.checkbox-label label {
    position: relative;
    top: -3px;
    top: 0px;
    margin-bottom: 0;
    font-weight: normal;
}

.pollInterface .silver-checkbox label:before,
.pollInterface .silver-radio > .radio-row > input + label {
    content: '';
    background-image: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #3977C8;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 8px;
}

.pollInterface .silver-radio > .radio-row > input + label {
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

.pollInterface .silver-radio > .radio-row > input:checked + label {
    border: 7px solid #3977C8;
}

.pollInterface .silver-checkbox input:checked + label:before {
    background: url(https://profpilot.ru/imgs/vectors/checked-arrow-white.svg) 00 no-repeat;
    background-position: center center;
    background-color: #3977C8;
}

.pollInterface .silver-checkbox.checkbox-label label.imposter + span,
.pollInterface .silver-radio > .radio-row > span {
    font-size: 14px;
    line-height: 16px;
    color: #262B43;
}

.pollInterface .SilverCombo {
    width: 100%;
    outline: none;
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    min-height: 34px;
    transition: border-color .2s;
    position: relative;
    overflow: initial;
    padding: 0;
    border-radius: 10px;
}

.pollInterface .SilverCombo {
    min-height: auto;
}

    .pollInterface .SilverCombo td {
        border: none;
        border-color: transparent;
        border-radius: 10px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .pollInterface .SilverCombo .td-carret {
        border-radius: 10px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-color: transparent;
    }

    .pollInterface .SilverCombo .silver-textbox {
        cursor: pointer;
        margin: 0;
        border-color: #bbd0ff;
    }

        .pollInterface .SilverCombo .silver-textbox:focus-visible,
        .pollInterface .SilverCombo .silver-textbox:focus {
            box-shadow: none;
        }

    .pollInterface .SilverCombo .holder {
        position: absolute;
        width: 100%;
        min-height: 200px;
        max-height: 300px;
        top: 34px;
        left: 0px;
        border-radius: 8px;
        border-color: #bbd0ff;
        background: white;
        box-shadow: -4px 5px 18px rgba(29, 42, 68, .13);
        -webkit-transition: opacity .1s;
        transition: opacity .1s;
        box-sizing: border-box;
        outline: none;
        z-index: 999;
        max-height: 300px;
    }

        .pollInterface .SilverCombo .holder .table-combo-header {
            display: none;
        }

    .pollInterface .SilverCombo .holder {
        min-height: unset;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

        .pollInterface .SilverCombo .holder .table-silver > tbody > tr > td {
            width: 100%;
            min-height: 34px;
            padding: 0px 20px;
            display: flex;
            align-items: center;
            background: inherit;
            color: #000;
            box-shadow: none;
            text-shadow: none;
            color: #556066;
            box-sizing: border-box;
            cursor: pointer;
            user-select: none;
            font-weight: normal;
            font-size: 14px;
            text-align: left;
        }

        .pollInterface .SilverCombo .holder .overflow {
            overflow: auto;
        }

            .pollInterface .SilverCombo .holder .overflow::-webkit-scrollbar {
                width: 8px;
                height: 8px;
                background-color: #E2EDFF;
                border-radius: 10px;
            }

            .pollInterface .SilverCombo .holder .overflow::-webkit-scrollbar-thumb {
                border-radius: 10px;
                background-color: #5097F4;
                border: 2px solid #E2EDFF;
            }

            .pollInterface .SilverCombo .holder .overflow::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
                background-color: #E2EDFF;
                border-radius: 5px;
            }

    .pollInterface .SilverCombo .table-silver.table-combo {
        width: 100%;
    }

    .pollInterface .SilverCombo .holder .table-silver > tbody > tr > td {
        border: none !important;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 14px;
        line-height: 1.1;
        min-height: 26px;
        color: #262B43;
        border-radius: 0;
        padding: 5px 20px;
    }

    .pollInterface .SilverCombo .btn-silver-carret {
        background: url(https://profpilot.ru/imgs/vectors/arrow.svg) 0 0 no-repeat;
        width: 12px;
        height: 7px;
        margin-left: 11px;
        position: relative;
        flex: 0 0 auto;
        padding: 0;
        border: 0;
        border-radius: 0;
    }

    .pollInterface .SilverCombo .btn-silver-carret {
        margin-left: 0;
        border-color: #000000 !important;
        padding: 33px 16px 0px 10px;
        background-position: center;
        filter: invert(79%) sepia(9%) saturate(1629%) hue-rotate(192deg) brightness(102%) contrast(101%);
    }

        .pollInterface .SilverCombo .btn-silver-carret:active {
            box-shadow: none;
        }

    .pollInterface .SilverCombo .carret {
        display: none;
    }

.pollInterface .silver-control .silver-textbox,
.pollInterface .silver-control .silver-memo,
.pollInterface .silver-spin .silver-textbox {
    border-color: #bbd0ff;
    background: #fdfdff;
}

.popupWindow {
    min-width: 250px;
    min-height: 200px;
    background: #FFF;
    color: black;
    box-shadow: 0 4px 17px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .16), 0 0 1px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 2px 4px 0 rgba(0, 0, 0, .2);
    border-radius: 20px;
    box-sizing: border-box;
    position: absolute;
    font-family: inherit;
}

    .popupWindow.modal-type {
        min-width: initial;
        min-height: initial;
        width: 90%;
        height: 90%;
        position: absolute;
        z-index: 999999;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .16), 0 0 1px 0 rgba(0, 0, 0, .16);
    }

    .popupWindow.animated {
        transition: all .4s cubic-bezier(.25, .8, .25, 1);
    }

    .popupWindow.modal-type.confirm-type {
        width: initial;
        height: initial;
        min-width: 400px;
    }

    .popupWindow > .popup-container {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .popupWindow > .popup-container > div:last-child {
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
        }

        .popupWindow > .popup-container > .head {
            height: 48px;
            width: 100%;
            background: #F8F9FF;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            font-family: inherit;
            line-height: 1;
            display: flex;
            flex-direction: row;
            padding: 10px 20px 10px 32px;
            font-weight: bold;
        }

            .popupWindow > .popup-container > .head > span {
                font-weight: 500;
                font-size: 20px;
                line-height: 20px;
                display: block;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                width: 100%;
                color: #3977C8;
                margin: 0;
            }

            .popupWindow > .popup-container > .head.move {
                cursor: move;
            }

            .popupWindow > .popup-container > .head > button.close {
                -webkit-box-align: baseline;
                align-items: baseline;
                border-width: 0px;
                box-sizing: border-box;
                display: inline-flex;
                font-size: inherit;
                font-style: normal;
                font-weight: normal;
                max-width: 100%;
                text-align: center;
                text-decoration: none;
                white-space: nowrap;
                background: none;
                border-radius: 3px;
                cursor: pointer;
                transition: background 0.1s ease-out 0s, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s;
                vertical-align: middle;
                width: auto;
                outline: none !important;
                color: #000 !important;
                text-shadow: none !important;
                font-size: 33px;
                margin-top: -11px;
                margin-right: 0px
            }

                .popupWindow > .popup-container > .head > button.close > span {
                    display: none;
                }

            .popupWindow > .popup-container > .head > button.close {
                width: 18px;
                height: 18px;
                background: url(/imgs/vectors/close.svg) 0 0 no-repeat;
                margin-top: 0;
                opacity: 1;
                filter: invert(48%) sepia(11%) saturate(3148%) hue-rotate(174deg) brightness(88%) contrast(88%);
            }

                .popupWindow > .popup-container > .head > button.close:hover {
                    opacity: 1;
                }

        .popupWindow > .popup-container > .footer {
            background: #f9fbfc;
            height: 50px;
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            align-items: center;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
            padding: 10px 20px 10px 19px;
            position: absolute;
            left: 0;
            bottom: 0;
        }

            .popupWindow > .popup-container > .footer > .button {
                font-size: 16px;
                background-color: #3F53D9;
                border-radius: 3px;
                color: #ffffff;
                display: block;
                font-family: sans-serif;
                line-height: 20px;
                text-align: center;
                text-decoration: none;
                text-size-adjust: none;
                margin-left: 15px;
                padding: 5px 20px;
                transition: all 300ms ease;
                background: linear-gradient(97.25deg, #6BFFE4 -70.76%, #5197FF 133.16%);
            }

                .popupWindow > .popup-container > .footer > .button:hover {
                    background: #0068ff;
                    background: linear-gradient(92.14deg, rgba(107, 255, 228, 0.66) -17.01%, rgba(81, 151, 255, 0.66) 112.14%);
                }

                .popupWindow > .popup-container > .footer > .button.cancel {
                    background-color: transparent;
                    background: transparent !important;
                    color: black;
                }

                    .popupWindow > .popup-container > .footer > .button.cancel:hover {
                        background-color: #e6e9ef;
                        background: #e6e9ef;
                    }

.popupBackDrop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(103 133 163 / 60%);
    background: rgba(0, 0, 0, 0.32);
    z-index: 99;
    overflow: hidden;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: opacity .4s cubic-bezier(.25, .8, .25, 1);
    transition: opacity .4s cubic-bezier(.25, .8, .25, 1);
}

    .popupBackDrop.animated {
        opacity: 0;
    }

        .popupBackDrop.animated.shown {
            opacity: 1;
            background: rgba(0, 0, 0, 0.65);
        }

.pollInterface .pollholder input[type="text"] {
    margin: 0 !important;
    border-color: #bbd0ff !important;
}

.popupWindow.poll-module.login .field-container .silver-control.error .silver-textbox {
    border: 1px solid #ff000075;
}

.pollInterface .silver-control.validate-error .silver-textbox {
    border: 1px solid red;
}

.pollInterface .silver-checkbox.checkbox-label.disabled {
    opacity: 0.5;
}

    .pollInterface .silver-checkbox.checkbox-label.disabled label,
    .pollInterface .silver-checkbox.checkbox-label.disabled label:before {
        cursor: default;
    }

.pollInterface .silver-radio > .radio-row.disabled > input + label {
    cursor: default;
    opacity: 0.5;
}

.pollInterface .block .answer.flex-answer.textboxes {
    max-width: calc(100% - 8px);
}

.pollInterface .mainDescription {
    margin-bottom: 20px;
}

@media (max-width: 720px) {
    .pollInterface {
        padding: 0;
    }

        .pollInterface .header-name .required-small {
            width: 100%;
            margin-left: 28px;
            position: absolute;
            bottom: -10px;
        }

        .pollInterface .block-mainBody .header-name > .mainTitle {
            font-size: 16px;
        }

        .pollInterface .block .question-body .question-name {
            font-size: 14px;
            line-height: 1.3;
        }

        .pollInterface .silver-checkbox.checkbox-label label.imposter + span,
        .pollInterface .silver-radio > .radio-row > span {
            font-size: 12px;
        }

        .pollInterface .block .question-body {
            margin-left: 0;
        }

        .pollInterface .block-mainBody > .flex-row {
            flex-direction: column;
            gap: 12px;
        }

        .pollInterface .block .question-body .btnPoll-blue {
            margin-top: 16px;
        }

        .pollInterface .block .question-body .answer.marker {
            margin-bottom: 8px;
        }

        .pollInterface .block-mainBody .flex-row > .answered {
            align-self: flex-start;
            margin-left: 24px;
            margin-top: -10px;
        }

            .pollInterface .block-mainBody .flex-row > .answered.right {
                margin-top: 4px;
                margin-left: 27px;
            }

    .popupWindow.poll-module.login .popupMain-content {
        padding: 0 16px;
    }
}

@media (max-width: 375px) {
    .popupWindow.poll-module .login-title {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.1;
    }

    .popupWindow.poll-module > .popup-container > .head {
        height: 32px;
    }

    .popupWindow.poll-module > .popup-container > .content.nice-scroll {
        height: calc(100% - 32px);
    }
}



#popupTemplateEditor .control-info {
    float: right;
    width: 16px;
    height: 16px;
    background: url(/img/Info/information-white.png) no-repeat;
    display: inline-block;
    cursor: help;
}

#popupTemplateEditor .templateList .control-info {
    margin-right: 2px;
    margin-top: 2px;
}

#popupTemplateEditor .templateList {
    width: 100%;
    margin: auto;
    height: 403px;
    overflow: scroll;
    border: dotted 1px #bebebe;
    text-align: left;
    line-height: 20px;
}











#MailMessagesEditor .msg_content {
    background-color: #FFF;
    border: 1px solid #dadada;
    margin-bottom: 20px;
    padding: 5px 10px;
}

#MailMessagesEditor .info_body {
    font-size: 12px;
}

    #MailMessagesEditor .info_body td:first-child {
        font-weight: 700;
    }



.questionHelp-icon {
    float: right;
    width: 16px;
    height: 16px;
    background-image: url('/img/Info/information-white.png');
    display: inline-block;
    cursor: help;
    margin-left: 5px;
}



#TreeStructureSetup {
    border: 1px solid #dbdde0;
    a .btn-silver

{
    border: 1px solid #dbdde0 !important;
}

.tree-header {
    border: 0;
    & > .table-silvergrid-header > thead > tr > th

{
    border: 1px solid #dbdde0;
}

}
}

.structureTreeEditor {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 700px;
    border: 1px solid #dbdde0;
    background: #fff;
    .content

{
    position: relative;
    height: calc(100% - 46px);
    padding: 10px;
    overflow: auto;
}

}









.CMSSetup .tabControlHolder {
    padding: 10px;
    position: relative;
    height: calc(100% - 46px);
    overflow: hidden;
    background: #fafafc;
}

    .CMSSetup .tabControlHolder #tabControlCMSSetup .tab {
        max-width: 1024px;
        height: 99%;
    }



.login-card {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: white;
    z-index: 999;
    font-family: "HelveticaNeueCyr";
    font-weight: 500;
    font-style: normal;
}

    .login-card .login-page {
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding: 20px;
        background: url(/s_ODO/img/sr_bg2.jpg) no-repeat white;
        background-position: center center;
        background-size: cover;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: baseline;
    }

        .login-card .login-page .login-holder {
            width: 40%;
            min-width: 370px;
            height: 100%;
            display: grid;
            justify-items: center;
            align-items: center;
            place-items: center;
        }

            .login-card .login-page .login-holder .login-form {
                width: 370px;
                margin: auto;
                border-radius: 8px;
                background: white;
                padding: 20px 20px 60px;
                box-shadow: 0px 3px 40px -2px rgba(106, 119, 142, 0.55);
                position: relative;
            }

                .login-card .login-page .login-holder .login-form .logo {
                    width: 90%;
                    margin: auto;
                    margin-bottom: 10px;
                    text-align: center;
                    font-size: 34px;
                    font-weight: bold;
                }

                    .login-card .login-page .login-holder .login-form .logo img {
                        width: 100%;
                    }

                .login-card .login-page .login-holder .login-form .msg {
                    font-size: 14px;
                    line-height: 180%;
                    letter-spacing: 0.006em;
                    color: #456585;
                    text-align: center;
                    margin-bottom: 30px;
                }

                .login-card .login-page .login-holder .login-form .title {
                    font-size: 16px;
                    color: #000;
                    text-align: center;
                }

                .login-card .login-page .login-holder .login-form .loader {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 100%;
                    height: 100%;
                    background: rgba(255, 255, 255, 0.6);
                    display: grid;
                    justify-items: center;
                    align-items: center;
                    place-items: center;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    user-select: none;
                    border-radius: 20px;
                }

                .login-card .login-page .login-holder .login-form .input-field {
                    position: relative;
                    width: 100%;
                }

                    .login-card .login-page .login-holder .login-form .input-field input {
                        width: 100%;
                        min-height: 30px;
                        outline: none;
                        background: white;
                        text-shadow: none !important;
                        text-align: left;
                        line-height: 40px !important;
                        height: 40px !important;
                        border-radius: 5px;
                        width: 100%;
                        margin-top: 10px;
                        border: 1px solid #e4e4e4;
                        padding: 0 20px;
                        box-shadow: 0 2px 2px 0 rgba(233, 233, 233, 0.55) !important;
                        font-size: 14px;
                        color: #77858c;
                        z-index: 20;
                        border: 1px solid #818181;
                        color: #383838;
                        font-family: HelveticaNeueCyr;
                        font-style: normal;
                        font-weight: 300;
                        border: 1px solid #d6dbde;
                    }

                        .login-card .login-page .login-holder .login-form .input-field input:focus {
                            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 128, 207, 0.6);
                        }

                        .login-card .login-page .login-holder .login-form .input-field input:-internal-autofill-selected {
                            background-color: white !important;
                        }

                        .login-card .login-page .login-holder .login-form .input-field input.error {
                            border: solid 1px red;
                        }

                        .login-card .login-page .login-holder .login-form .input-field input + label {
                            position: absolute;
                            pointer-events: none;
                            left: 17px;
                            top: 20px;
                            line-height: 20px;
                            transition: 0.3s;
                            color: #bdced3;
                            display: inline-block;
                            background: #ffffff;
                            padding: 0 3px;
                            z-index: 0;
                            color: #383838;
                            font-family: HelveticaNeueCyr;
                            font-style: normal;
                            font-weight: 300;
                        }

                        .login-card .login-page .login-holder .login-form .input-field input:focus + label,
                        .login-card .login-page .login-holder .login-form .input-field input:not(:focus):valid + label {
                            top: 0px;
                            z-index: 20;
                        }

                    .login-card .login-page .login-holder .login-form .input-field .passShow {
                        display: block;
                        position: absolute;
                        right: 0;
                        top: 26px;
                        width: 16px;
                        height: 12px;
                        cursor: pointer;
                        background: url(/design/images/eye_closed.svg) 0 no-repeat;
                        background-size: contain;
                        margin-right: 8px;
                    }

                        .login-card .login-page .login-holder .login-form .input-field .passShow.shown {
                            background: url(/design/images/eye_open.svg) 0 no-repeat;
                            width: 16px;
                            height: 12px;
                            top: 24px;
                        }

                    .login-card .login-page .login-holder .login-form .input-field #tbPass {
                        padding-right: 30px;
                    }

                .login-card .login-page .login-holder .login-form .button {
                    font-size: 16px;
                    border-radius: 8px;
                    color: #ffffff !important;
                    display: inline-block;
                    font-family: HelveticaNeueCyr;
                    font-style: normal;
                    font-weight: 400;
                    text-align: center;
                    text-decoration: none !important;
                    -webkit-text-size-adjust: none;
                    -moz-text-size-adjust: none;
                    text-size-adjust: none;
                    background: linear-gradient(97.25deg, #6BFFE4 -70.76%, #5197FF 133.16%);
                    background: #ad0a0a;
                    background: #5097f4;
                    border-radius: 8px;
                    padding: 10px 20px;
                    line-height: 1;
                    transition: all 0.1s ease-in-out;
                }

                    .login-card .login-page .login-holder .login-form .button:hover, .login-card .login-page .login-holder .login-form .button:active, .login-card .login-page .login-holder .login-form .button:focus {
                        background: linear-gradient(92.14deg, rgba(107, 255, 228, 0.66) -17.01%, rgba(81, 151, 255, 0.66) 112.14%);
                        background: #8c0303;
                        background: #3977c8;
                        text-decoration: none;
                        -webkit-text-size-adjust: none;
                        -moz-text-size-adjust: none;
                        text-size-adjust: none;
                        color: #ffffff;
                    }

                    .login-card .login-page .login-holder .login-form .button.btn-login {
                        width: 80%;
                    }

                .login-card .login-page .login-holder .login-form .lbl-error {
                    color: red;
                    font-size: 13px;
                    font-family: HelveticaNeueCyr;
                    font-style: normal;
                    font-weight: 400;
                    text-align: center;
                    margin: 10px 0;
                    min-height: 20px;
                }

                .login-card .login-page .login-holder .login-form .shake {
                    animation: shake 0.5s infinite;
                    position: relative;
                }

        .login-card .login-page .info-holder {
            width: 60%;
        }

    .login-card .our-logo {
        position: fixed;
        right: 10px;
        top: 10px;
    }

        .login-card .our-logo img {
            width: 250px;
        }

@keyframes shake {
    0% {
        top: 0px;
    }

    10% {
        top: 3px;
    }

    20% {
        top: 0px;
    }

    30% {
        top: -3px;
    }

    40% {
        top: 0px;
    }

    50% {
        top: 3px;
    }

    60% {
        top: 0px;
    }

    70% {
        top: -3px;
    }

    80% {
        top: 0px;
    }

    90% {
        top: 3px;
    }

    100% {
        top: 0px;
    }
}



.siver-modal:has(#popupAlertEditor),
.siver-modal:has(#popupReceiversGroups) {
    position: fixed;
    z-index: 9999;
}

#popupAlertEditor {
    .popup-body

{
    padding: 10px;
    .flex-main

{
    align-items: stretch;
}

}

.actionsTile {
    display: block;
    position: relative;
    padding: 8px;
    border: 1px solid #e8e8e8;
    border-left: 0;
    flex: 0 0 auto;
    &:first-child

{
    border-left: 1px solid #e8e8e8;
}

&.list-btns {
    padding: 0;
    .btn-silver

{
    display: block;
    padding: 10px 12px;
    margin: 8px;
}

}

.silver-checkbox {
    margin-bottom: 4px;
}

&.list-controls {
    width: 100%;
    flex: auto;
    padding: 0;
}

&.list-extra {
    padding: 0;
    &>.btn-silver

{
    display: block;
    margin: 8px;
}

}

.btn-sec {
    margin: 8px 0;
    border: 1px solid #e8e8e8;
    border-left: 0;
    border-right: 0;
}

.controlBlock {
    position: relative;
    margin: 8px;
    &.btn-sec

{
    margin: 0;
    padding: 8px;
}

.silver-tokenbox {
    transition: 0.1s all;
    input

{
    background: transparent;
    min-width: 50%;
}

.items {
    overflow: auto;
    height: 100%;
    max-height: 65px;
}

}

&.dragging {
    .silver-tokenbox

{
    box-shadow: 0pt 0px 7px #a3a3a3 inset;
}

}

.silver-uploader {
    position: absolute;
    bottom: 0;
    height: 35px;
    table

{
    td

{
    display: none;
    width: 100% !important;
    .btn

{
    background: transparent !important;
    color: transparent !important;
    box-shadow: none !important;
    &:not(:first-child)

{
    display: none;
}

}

&:first-child {
    display: none;
}

.clearButton {
    display: none;
}

}
}
}

.silver-control {
    .error-message

{
    display: none;
}

}
}

.clearReceivers {
    width: 100%;
    span

{
    display: block;
    color: silver;
    font-size: 11px;
    text-align: center;
    margin-bottom: 4px;
}

a {
    color: #2a6496;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
}

}
}
}

#popupReceiversGroups {
    .remark

{
    display: block;
    color: #bebebe;
}
}


.mailAccountEditor {
    .settings-content>.tab.active>div.flex-row:not(.row-three)>div

{
    width: 48%;
}

.settings-content > .tab.active > div.flex-row > div:not(:first-child) {
    margin-left: 20px;
}

.settings-content > .tab.active .silver-control {
    width: 100%;
}

.question {
    float: right;
    width: 16px !important;
    height: 16px;
    background: url('/img/Info/information-white.png') 00 no-repeat;
    display: inline-block;
    cursor: help;
    margin-left: 5px;
}

.error-msg {
    color: grey;
    font-size: 10px;
    opacity: 0.7;
    margin-top: 5px;
}

.quest-align {
    align-items: flex-start
}

.error_mail {
    color: red;
    margin-top: 10px;
    text-align: center;
}

.send_mail {
    color: green;
    margin-top: 10px;
    text-align: center;
}

.send_btn {
    padding: 10px 15px;
    margin-left: 8px;
}

.menu_right {
    position: absolute;
    right: 0;
}

.port {
    align-self: flex-start;
}

.default_cb {
    align-self: center;
}
}