﻿
.env-multiselect-dropdown-header, .env-multiselect-dropdown-footer {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #E1E6F0;
    padding: 6px;
}

.env-multiselect-dropdown-header {
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 10px 8px 10px 8px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E1E6F0;
}

.env-multiselect-dropdown-content {
    display: flex;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: calc(100% - 88px);
    box-sizing: border-box;
}

.env-multiselect-dropdown-search > input {
    font-family: "Nunito Sans", "IBM Plex Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: block;
    width: 100%;
    height: 28px;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    padding: 5px 10px 5px 10px;
}

    .env-multiselect-dropdown-search > input:focus {
        font-family: "Nunito Sans", "IBM Plex Sans JP";
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        display: block;
        width: 100%;
        height: 28px;
        color: #555555;
        background-color: #fff;
        background-image: none;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        padding: 5px 10px 5px 10px;
        border: 2px solid #5A75FF;
        box-shadow: 0px 0px 4px #5A75FF;
        border-radius: 4px;
    }

.env-multiselect-dropdown-search-magnify {
    position: absolute;
    top: 15px;
    right: 12px;
    z-index: 2;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(https://ui3-cdn2.envizi.com/images/images/UX_UIR_Icons/Search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.env-multiselect-dropdown-search-cancel {
    position: absolute;
    top: 15px;
    right: 12px;
    z-index: 2;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(https://ui3-cdn2.envizi.com/images/images/UX_UIR_Icons/Circle_Cross_Filled.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.env-multiselect-dropdown-content-column {
    flex: 50%;
    margin: 0;
    padding: 0;
}

    .env-multiselect-dropdown-content-column > div:first-child {
        /* OVERLINE */
        font-family: Nunito;
        font-style: normal;
        font-weight: 900;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height, or 133% */
        display: flex;
        align-items: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        /* Greys / Grey 5 */
        color: #8B99B4;
        padding: 0 8px 0 8px;
    }

.env-multiselect-dropdown-content-column-left {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #E1E6F0;
    padding: 0px 0px 0px 8px;
}

.env-multiselect-dropdown-content-column-right {
    background-color: #F8F9FF;
    padding: 0px 0px 0px 8px;
}

.env-multiselect-dropdown-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px; /* Footer height */
}

    .env-multiselect-dropdown-footer > div:first-child {
        background-color: var(--uir_color_blue_1);
        border-radius: 4px;
        width: 145px;
        height: 28px;
        padding: 6px 6px 6px 10.25px;
    }

    .env-multiselect-dropdown-footer > div > input[type=checkbox] {
        background: var(--uir_color_grey_6);
    }

    .env-multiselect-dropdown-footer > div > label {
        font-family: "Nunito Sans", "IBM Plex Sans JP";
        font-style: normal;
        font-size: 10px;
        line-height: 16px;
        /* identical to box height, or 133% */
        display: inline-block;
        align-items: center;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        font-feature-settings: 'pnum' on, 'lnum' on;
        /* Greys / Grey 6 */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.env-multiselect-content-loading {
    background-image: url(https://ui3-cdn2.envizi.com/images/images/UX_UIR_Icons/circular-progress-bar.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.env-multiselect-dropdown-footer-selectallresult {
    background-color: var(--uir_color_grey_6) !important;
    color: var(--uir_color_grey_0) !important;
    width: 250px !important;
    height: 28px;
    border-radius: 4px;
    padding: 6px 6px 6px 10.25px;
}

.env-multiselect-item {
    display: flex;
    align-items: flex-start;
}

.env-multiselect-item-details {
    flex-direction: column;
    display: flex;
    width: calc(100% - 16px);
    height: 100%;
}

.env-multiselect-item-button {
    flex-direction: row;
    display: flex;
    width: 16px;
    height: 28px;
    z-index: 2;
}

    .env-multiselect-item-button > input {
        border: none;
        height: 100%;
        width: 100%;
        height: 100%;
        cursor: pointer;
        background-color: #F2F4FF;
        display: none;
    }

.env-multiselect-item-button2 {
    flex-direction: row;
    display: flex;
    width: 16px;
    height: 28px;
    z-index: 2;
}

    .env-multiselect-item-button2 > input {
        border: none;
        height: 100%;
        width: 100%;
        height: 100%;
        cursor: pointer;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        width: 16px;
    }

.toolbar {
    margin: 0px;
    padding: 0px;
}

.input-group.input-group-unstyled > input.form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.input-group-unstyled .input-group-addon {
    border-radius: 4px;
    border: 0px;
    background-color: transparent;
}

.jqx-window-multiselect {
    border-color: #c7c7c7 !important;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
}

.jqx-window-header-multiselect, .jqx-widget-header-multiselect {
    display: none !important;
}

.env-widget-content.jqx-widget-content {
    border-color: #c7c7c7;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div[id$="listBoxB"].jqx-widget-content-multiselect {
    background: #F8F9FF;
}

div[id$="listBoxB"] .jqx-listitem-element .jqx-listitem-state-normal-multiselect {
    background-color: #FFFFFF;
}

div[id$="listBoxB"].jqx-listitem-element {
    /*background-color: #F8F9FF;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: calc(100% - 8px);
}

div[id$="listBoxA"].jqx-listitem-element {
    /*background-color: #FFFFFF;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: calc(100% - 8px);
}

div:nth-child(2).jqx-window-content-multiselect {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    height: 100% !important;
    border-color: #c7c7c7;
}

.jqx-listbox-multiselect {
    border: none;
    height: calc(100% - 45px) !important;
}

.jqx-listitem-state-hover-multiselect, .jqx-fill-state-pressed-multiselect, .jqx-listitem-state-hover-multiselect, .jqx-fill-state-pressed-multiselect,
.jqx-fill-state-hover-multiselect, .jqx-fill-state-hover-multiselect {
    background-color: #F2F4FF !important;
}

    .jqx-listitem-state-hover-multiselect div, .jqx-fill-state-pressed-multiselect div {
        color: #5A75FF !important;
    }

    .jqx-listitem-state-hover-multiselect > div > div > input, .jqx-fill-state-pressed-multiselect > div > div > input {
        background-repeat: no-repeat;
        background-position: center;
        width: 16px;
        display: unset;
    }

.env-multiselect-add {
    background-image: url(https://ui3-cdn2.envizi.com/images/images/UX_UIR_Icons/Circle_plus_small.svg);
    display: unset;
}

.env-multiselect-remove {
    background-image: url(https://ui3-cdn2.envizi.com/images/images/UX_UIR_Icons/Circle_cross_small.svg);
}

.jqx-item-multiselect {
    border: none;
    padding: 6px 12px 6px 8px;
    margin: 0px;
    width: calc(100% - 20px) !important;
}


.env-multiselect-item-name {
    font-family: "Nunito Sans", "IBM Plex Sans JP";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height, or 129% */
    display: flex;
    align-items: center;
    /* Greys / Grey 6 */
    color: #42465B;
    white-space: nowrap;
    overflow: hidden;
}

.env-multiselect-item-desc {
    /* Caption */
    font-family: "Nunito Sans", "IBM Plex Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    display: flex;
    align-items: center;
    letter-spacing: 0.2px;
    /* Greys / Grey 5 */
    color: #8B99B4;
    white-space: nowrap;
    overflow: hidden;
}


.env-multiselect-item-multiple-line {
    font-size: 12px;
    white-space: normal;
}

.jqx-listbox-multiselect > div:first-child > div:first-child > div:nth-child(2) {
    height: 120% !important;
}

    .jqx-listbox-multiselect > div:first-child > div:first-child > div:nth-child(2) > div:first-child {
        width: 100% !important;
        height: 120% !important;
    }

.button {
    box-sizing: border-box !important;
    background: var(--uir_color_blue_6);
    border-color: var(--uir_color_blue_6);
    border-radius: 4px;
    height: 28px !important;
    font: var(--uir_button_small_font);
    line-height: 16px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on;
    cursor: pointer;
    outline: none;
    border: none;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.button-primary {
    /* Primary / Blue 6 (P) */
    background: #5A75FF;
    width: 120px;
    color: var(--uir_color_grey_0);
}

.button-secondary {
    background: #F8F9FF;
    width: 120px;
}
