﻿/* glit Container Settings */
.block {
}

    .block input[type='checkbox'] {
        display: none;
    }

        .block input[type='checkbox']:checked ~ .settingPanel {
            height: auto;
            transition: .3s ease-in;
            min-width: 200px;
            min-height: 100px;
            background-color: black;
            opacity: 1;
            z-index: 999;
            display: inline-block;
        }

        .block input[type='checkbox']:checked ~ label {
        }

        .block input[type='checkbox']:not(:checked) ~ .settingPanel {
            height: 0;
            transition: .3s ease-out;
        }


.settingPanel {
    position: absolute;
    margin-top: 1px;
    height: 0;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px;
    background-color: transparent;
    display: none;
    font-size: 14px;
    color: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.3);
}

    .settingPanel .content {
        opacity: 1;
        background-color: transparent;
        font-size: 12px;
        color: #fff;
    }

    .settingPanel h3 {
        width: 100%;
        border-bottom: solid 1px #fff;
        font-size: 14px;
        margin: 0;
        padding: 0;
        line-height: 18px;
        color: #fff !important;
    }

    .settingPanel h4 {
        font-size: 12px;
        font-weight: bold;
        margin: 0;
        padding: 0;
        color: #fff;
    }

    .settingPanel hr {
        margin: 0;
        color: silver;
    }

    .settingPanel label {
        width: 125px;
        display: inline-block;
    }

        .settingPanel label.rightof {
            width: 100px;
            display: inline-block;
        }

        .settingPanel label.long {
            width: 180px;
        }

    .settingPanel input[type='checkbox'] {
        display: inline-block;
        opacity: 1;
        background-color: white;
    }

    .settingPanel select {
        width: 100px;
        margin: 0;
        color: black;
        border: none; /*1px solid #111;*/
        background: #808080;
        padding: 1px;
        padding-right: 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: white;
        font-size: 12px;
    }

        .settingPanel select.customcss {
            width: 100%;
        }

    .settingPanel .column {
        white-space: nowrap;
        float: left;
    }

    .settingPanel input {
        background: white;
        border: none; /*1px solid #111;*/
        font-size: 12px;
    }

    .settingPanel a.link:link,
    .settingPanel a.link:visited,
    .settingPanel a.link:hover,
    .settingPanel a.link:active {
        color: white;
        cursor: pointer;
    }



.glitContainer div.menu {
    color: white;
    background-color: var(--dnn-color-primary) !important;
    display: flex;
    align-items: center;
    height: auto;
}

    .glitContainer div.menu .first {
        margin-left: 30px;
    }


    .glitContainer div.menu label {
        cursor: pointer;
        display: inline-flex;
        margin-right: 5px;
    }

.glitContainer.settings button {
    cursor: pointer;
    height: 22px;
    border: 1px solid white;
    margin: 1px 0 1px 5px !important;
    background: none;
    color: white;
    display: inline-block;
}

.glitContainer.settings label span.material-symbols-outlined {
    display: inline-flex;
    vertical-align: baseline;
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
}

#glitBase .glitTab.info {
    display: flex;
    cursor: pointer;
    padding-left: 22px;
}

#glitBase span.material-symbols-outlined {
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
}

/* Module Settings */
.dnnModuleSettings ul.dnnAdminTabNav {
    margin-bottom: 20px;
}

.dnnModuleSettings a {
    text-decoration: none;
}
