﻿
.w-site .control-type-button.fullscreen-expand-command > .w-button {
    background-color: rgb(21, 101, 192);
    color: white;
    width: fit-content;
    min-width: fit-content;
}

@media (min-width: 900px) {
    .w-site .control-type-button.fullscreen-expand-command {
        display: none;
    }
}
@media (min-width: 700px) {
    .w-site .w-actions-panel-card {
        width: 90vw;
    }
}

.w-site .w-mini-panel {
    width: 750px;
}

.w-site .w-wide-panel {
    width: 90vw;
}

    @media (max-width: 600px) {

        .w-site .w-mini-panel {
            width: 380px;
        }


        .search-url {
            width: 250px;
        }

        .w-tab .w-tabpage-header {
            border-radius: 0px 0px 0px 0px;
        }

        /*    .w-html-dropdown-panel.w-compact .w-header .w-icon-text {
        font-size: x-small;
    }*/

        .w-tab-header {
            flex-wrap: wrap;
            justify-content: center;
        }

        .w-item-header .w-icon-text {
            overflow-x: auto;
            font-size: small;
            word-break: keep-all;
        }


        .w-site .w-panel > .w-content .w-field-title-type .w-title-field {
            width: calc(40vw - 0px) !important;
            overflow-x: auto;
        }

        .w-site .w-panel > .w-content .w-field-title-type .w-value-field {
            /*  width: calc(100vw - 10px) !important;
        margin-top: 20px;
        left: 5px;*/
        }

        .expand-as-full-screener > .w-content > .w-html-dropdown-list > .w-list-item.open {
            padding: 2px !important;
            padding-bottom: 300px !important;
        }

        .w-site .w-panel > .w-content .w-field-title-type .w-title-field,
        .w-site .w-panel > .w-content .w-field-title-type .w-value-field {
            top: 22px;
        }
    }


