#ColorsApp {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 1rem 0;
}
#ColorsApp .app_close {
    position: absolute;
    top: 2px;
    right: 5px;
    cursor: pointer;
}
#ColorsApp::-webkit-scrollbar, #ColorsApp ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #f7f7f7;
}
#ColorsApp::-webkit-scrollbar-thumb, #ColorsApp ::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
    border-radius: 3em;
}

#ColorsApp::-webkit-scrollbar-thumb:hover, #ColorsApp ::-webkit-scrollbar-thumb:hover {
    background-color: #838383;
}
#ColorsApp.backCloseActive::-webkit-scrollbar, #ColorsApp.backCloseActive ::-webkit-scrollbar {
    display: none;
}
#ColorsApp p {
    margin: 0;
    padding: 0;
}
#ColorsApp .color_item_container {
    position: relative;
    display: inline-block;
}
#ColorsApp .color_item_inner {
    width: 190px;
    height: 190px;
    display: inline-block;
    float: left;

    margin: 5px;

    border-radius: 5px;

    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);

    cursor: pointer;
}

#ColorsApp .color_item_inner div {

}

#ColorsApp .color_item_inner p {
    transition: .4s ease;
    will-change: transform;
    margin-top: 20px;
}
#ColorsApp .cpage {
    display: inline-block;
    width: auto;
    background: #f5f5f5;
    text-align: center;
    margin-right: 2px;
    cursor: pointer;
    border: 1px #e0e0e0 solid;
    font-size: 16px;
    border-radius: 4px;
    outline: none;
    color: black;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 0px 7px;
}
#ColorsApp .cpage:hover {
    background: #e0e0e0;
}

#ColorsApp .cpage.act {
    background: #000000;
    border: 1px #dedad4 solid;
    color: white;
}
#ColorsApp .cpage.act:hover {
    background: #000000;
}

#ColorsApp .color_card_cont {
    position: fixed;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    z-index: 10000;
}
#ColorsApp .color_card_main {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;

    border-radius: 5px;

    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);

    overflow: auto;
    overflow-x: hidden;



}
#ColorsApp .color_card_item {
    padding: 20px;
    text-align: left;
    height: calc(100% - 40px);
}

#ColorsApp .similar_colors_cont {
    background: rgba(193, 193, 193, 0.2);
    padding: 10px 5px;
    border-radius: 5px;
    margin-bottom: 1rem;
}

#ColorsApp .similar_colors_cont_title {
    text-align: center; width: 100%;
}

#ColorsApp .color_item_inner_sm {
    width: 50%;
    height: auto;
    display: inline-block;
    border-radius: 0;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    cursor: pointer;
    transition: 1s;
    z-index: 10;
    position: relative;
}
#ColorsApp .color_item_inner_sm div {
    padding: 0 5px;
}

#ColorsApp .color_item_inner_sm .color_delta {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    text-align: right;
    background: white;
    color: black;
    line-height: 1;
    padding: 0 4px;
}

#ColorsApp .color_item_inner_sm:hover{
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.68);
    -moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.68);
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.68);
    z-index: 11;
}

#ColorsApp .color_list_cont {
    width: 100%;
    text-align: center;
}

#ColorsApp .color_list {
    width: 1000px;
    min-height: 200px;
    display: inline-block;
}

#ColorsApp .lang_pages_title {
    display: inline-block;
}

#ColorsApp .color_search_opts {
    margin-top: 5px;
    display: table;
    width: 100%;
}

#ColorsApp .color_card_title.in_card_catalog_btn {
    cursor: pointer;
    font-weight: bold;
}

#ColorsApp .backClose {
    position: fixed;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: black;
    z-index: 1000;
    background: rgba(125, 125, 125, 0.60);
    top: 0;
    left: 0;
}

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
    #ColorsApp .backClose {
        display: none;
    }
}}

#ColorsApp .color_card_input_label {
    display: inline-block;
    width: 3rem;
}

#ColorsApp input.color_card_input {
    width: auto;
    border: 1px black solid;
    padding: 0px 5px;
}

#ColorsApp .cpagelang_row {
    padding: 5px 5px 5px 5px;
}

#ColorsApp .color_sm_list {
    width: 100%;
    height: 100%;
}

#ColorsApp .this_color_pick_button {
    display: block;
    width: 100%;
    border: 1px #e0e0e0 solid;
    border-radius: 4px;
    font-size: 1.35em;
    font-weight: bold;
    background: white;
    color: black;
    line-height: 80px;
    height: 80px;
    cursor: pointer;
    padding: 0 6px;
    transition: 0.5s;
    margin-top: 20px;
    margin-bottom: 5px;
}
#ColorsApp .this_color_pick_button:hover {
    filter: brightness(0.95);
}

#ColorsApp .color_picker_form_button {
    display: block;
    width: 100%;
    border: 1px #e0e0e0 solid;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    background: white;
    color: black;
    line-height: 80px;
    height: 80px;
    cursor: pointer;
    padding: 0 6px;
    transition: 0.5s;
    margin-top: 0px;
    margin-bottom: 5px;
}
#ColorsApp .color_picker_form_button:hover {
    filter: brightness(0.95);
}

@media only screen
and (max-device-width: 812px) {
    #ColorsApp input.color_card_input {
        font-size: 0.75rem!important;
    }

    #ColorsApp {
        position: fixed;
        top: 2%!important;
        left: 2%!important;
        width: 96%!important;
        height: 96%!important;
    }
    #ColorsApp .app_close {
        position: fixed!important;
        top: calc(2% - 2px)!important;
        right: calc(0% + 7px)!important;
    }

    #ColorsApp .color_item_inner_sm {
        font-size: 1rem;
        display: block;
        width: calc(100% - 2px);
        height: 190px;
        margin-top: 20px;
        border: 1px white solid;
    }

    #ColorsApp .cpagelang_row {
        padding: 0;
        margin-bottom: 5px;
    }

    #ColorsApp .similar_colors_cont {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    #ColorsApp .color_search_panel {
        width: 100%;
        max-width: 100%;
    }

    #ColorsApp .color_card_title.in_card_catalog_btn {
        /*margin-bottom: 2rem;*/
    }

    #ColorsApp .color_card_input_label {
        width: 3rem;
    }

    #ColorsApp .color_card_cont {
        position: fixed;
        top: 5%;
        left: 5%;
        width: 90%;
        height: 90%;
        font-size: 1rem!important;
    }

    #ColorsApp .lang_pages_title {
        display: none;
    }
    #ColorsApp {
        font-size: 1.2rem!important;
    }
    #ColorsApp input {
        font-size: 1.2rem!important;
    }

    #ColorsApp .color_list {
        width: 100%;
        min-height: 200px;
        display: inline-block;
    }
    #ColorsApp .color_item_inner {
        width: 100%;
        height: 100px;
        margin: 0;
        display: inline-block;
        perspective: unset!important;
        transform-style: unset!important;
    }
    #ColorsApp .color_item_container {
        position: relative;
        display: inline-block;
        width: 50%;
        perspective: unset!important;
        transform-style: unset!important;
    }
    #ColorsApp .color_search_opts .color_search_input{
        display: inline-block;
        width: 100%;
        font-size: 1.3rem!important;
        margin-bottom: 4px;
        border-radius: 4px;
    }
    #ColorsApp .cpage {
        height: 60px;
        line-height: 60px;
        width: 6%;
        line-height: 26px;
        white-space: nowrap;
        width: auto;
        height: auto;
    }



    #ColorsApp button.ms-choice {
        height: 45px;
        line-height: 45px;
        font-size: 1.3rem;
        margin-bottom: 4px;
    }

    #ColorsApp .color_categories {
        width: 100%!important;
    }

    #ColorsApp .color_item_container:nth-child(odd) .color_item_inner {
        border-radius: 5px 0 0 5px;
    }
    #ColorsApp .color_item_container:nth-child(even) .color_item_inner {
          border-radius: 0 5px 5px 0;
    }

    #ColorsApp .color_search_opts {
        margin-top: 0;
    }

    #ColorsApp .color_search_opts .color_search_butt {
        display: block;
        border: 1px #e0e0e0 solid;
        border-radius: 4px;
        font-weight: bold;
        background: white;
        height: 2.45rem;
        line-height: 2.70rem;
        padding: 0;
        width: calc(100% - 2px);
    }

    #ColorsApp .color_search_butt {
        display: inline-block;
        width: auto;
        border-radius: 4px;
        border-left: 1px;
    }
}

#ColorsApp .color_search_input {
    border: 1px #e0e0e0 solid;
    border-radius: 4px 0 0 4px;
    padding: 6px;
    outline: none;
    text-align: left;
    white-space: nowrap;
    color: #444;
    text-decoration: none;
    display: table-cell;
    width: 100%;
}
#ColorsApp .color_search_butt {
    display: table-cell;
    width: 1%;
    border: 1px #e0e0e0 solid;
    border-radius: 0 4px 4px 0;
    border-left: 0;
    font-size: 16px;
    font-weight: bold;
    background: white;
    color: black;
    cursor: pointer;
    padding: 0 6px;
    transition: 0.5s;
}

#ColorsApp .color_search_butt:hover {
    background: #ececec;
}

#ColorsApp .color_search_panel {
    text-align: center;
    margin-bottom: 5px;
    max-width: 1000px;
    width: 90%;
    display: inline-block;
}
#ColorsApp .color_page_list {
    text-align: center;
}
#ColorsApp .color_loading_data {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(10, 10, 10, 0.3);
    z-index: 100;
    display: none;
}
#ColorsApp .color_category_checkbox {
    display: block;
    text-align: left;
}

#ColorsApp .color_categories {
    width: 100%;
    display: block;
}

#ColorsApp .color_card_title_main {
    float: left;
}

#ColorsApp .color_card_close {
    float: right;
    cursor: pointer;
    padding: 5px 0;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}

#ColorsApp .color_loading_data img {
    position: fixed;
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}

#ColorsApp .ms-drop {
    text-align: left;
}

/*region: multi-select*/
@charset "UTF-8";
#ColorsApp .ms-offscreen {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: auto !important;
    top: auto !important;
}
#ColorsApp .ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 4px;
}
#ColorsApp .ms-choice {
    display: block;
    width: 100%;
    height: 26px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-color: #fff;
}
#ColorsApp .ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
#ColorsApp .ms-choice > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
}
#ColorsApp .ms-choice > span.placeholder {
    color: #999;
}
#ColorsApp .ms-choice > div.icon-close {
    position: absolute;
    top: 0px;
    right: 16px;
    height: 100%;
    width: 16px;
}
#ColorsApp .ms-choice > div.icon-close:before {
    content: "×";
    color: #888;
    font-weight: bold;
    position: absolute;
    top: 50%;
    margin-top: -14px;
}
#ColorsApp .ms-choice > div.icon-close:hover:before {
    color: #333;
}
#ColorsApp .ms-choice > div.icon-caret {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    right: 8px;
    margin-top: -2px;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
}
#ColorsApp .ms-choice > div.icon-caret.open {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
#ColorsApp .ms-drop {
    width: auto;
    min-width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
#ColorsApp .ms-drop.bottom {
    top: 100%;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
#ColorsApp .ms-drop.top {
    bottom: 100%;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
#ColorsApp .ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 2px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
    box-sizing: border-box;
}
#ColorsApp .ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    box-shadow: none;
}
#ColorsApp .ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 0;
}
#ColorsApp .ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
    padding: 0.25rem 8px;
}
#ColorsApp .ms-drop ul > li .disabled {
    font-weight: normal !important;
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    cursor: default;
}
#ColorsApp .ms-drop ul > li.multiple {
    display: block;
    float: left;
}
#ColorsApp .ms-drop ul > li.group {
    clear: both;
}
#ColorsApp .ms-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#ColorsApp .ms-drop ul > li label {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    display: block;
    white-space: nowrap;
    cursor: pointer;
}
#ColorsApp .ms-drop ul > li label.optgroup {
    font-weight: bold;
}
#ColorsApp .ms-drop ul > li.hide-radio {
    padding: 0;
}
#ColorsApp .ms-drop ul > li.hide-radio:focus, #ColorsApp .ms-drop ul > li.hide-radio:hover {
    background-color: #f8f9fa;
}
#ColorsApp .ms-drop ul > li.hide-radio.selected {
    color: #fff;
    background-color: #007bff;
}
#ColorsApp .ms-drop ul > li.hide-radio label {
    margin-bottom: 0;
    padding: 5px 8px;
}
#ColorsApp .ms-drop ul > li.hide-radio input {
    display: none;
}
#ColorsApp .ms-drop ul > li.option-level-1 label {
    padding-left: 28px;
}
#ColorsApp .ms-drop input[type=radio], #ColorsApp .ms-drop input[type=checkbox] {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
#ColorsApp .ms-drop .ms-no-results {
    display: none;
}
/*endregion: multi-select*/

/*region: multiselect*/

.ms-options-wrap,
.ms-options-wrap * {
    box-sizing: border-box;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
    position: relative;
    width: 100%;
    text-align: left;
    background-color: #fff;
    padding: 5px 20px 5px 5px;
    margin-top: 1px;
    font-size: 13px;
    outline-offset: -2px;
    white-space: nowrap;
    border-radius: 3px;
    border: 1px #e0e0e0 solid;
    background: white;
    color: #000000;
    outline: none;
    cursor: pointer;
}

.ms-options-wrap > button > span {
    display: inline-block;
}

.ms-options-wrap > button[disabled] {
    background-color: #e5e9ed;
    color: #808080;
    opacity: 0.6;
}

.ms-options-wrap > button:after {
    content: ' ';
    height: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: #999;
    margin-top: -3px;
}

.ms-options-wrap.ms-has-selections > button {
    color: #333;
}

.ms-options-wrap > .ms-options {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 1px;
    margin-bottom: 20px;
    background: white;
    z-index: 2000;
    border: 1px solid #e0e0e0;
    overflow: auto;
    visibility: hidden;
}

.ms-options-wrap.ms-active > .ms-options {
    visibility: visible
}

.ms-options-wrap > .ms-options > .ms-search input {
    width: 100%;
    padding: 4px 5px;
    border: none;
    border-bottom: 1px groove;
    outline: none;
}

.ms-options-wrap > .ms-options .ms-selectall {
    display: inline-block;
    font-size: .9em;
    text-transform: lowercase;
    text-decoration: none;
}
.ms-options-wrap > .ms-options .ms-selectall:hover {
    text-decoration: underline;
}

.ms-options-wrap > .ms-options > .ms-selectall.global {
    margin: 4px 5px;
}

.ms-options-wrap > .ms-options > ul,
.ms-options-wrap > .ms-options > ul > li.optgroup ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ms-options-wrap > .ms-options > ul li.ms-hidden {
    display: none;
}

.ms-options-wrap > .ms-options > ul > li.optgroup {
    padding: 5px;
}
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
    border-top: 1px solid #e0e0e0;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
    display: block;
    padding: 5px 0 0 0;
    font-weight: bold;
}

.ms-options-wrap > .ms-options > ul label {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px 4px 4px 20px;
    margin: 1px 0;
    border: 1px dotted transparent;
}
.ms-options-wrap > .ms-options.checkbox-autofit > ul label,
.ms-options-wrap > .ms-options.hide-checkbox > ul label {
    padding: 4px;
}

.ms-options-wrap > .ms-options > ul label.focused,
.ms-options-wrap > .ms-options > ul label:hover {
    background-color: #efefef;
    border-color: #999;
}

.ms-options-wrap > .ms-options > ul li.selected label {
    background-color: #efefef;
    border-color: transparent;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    margin: 0 5px 0 0;
    position: absolute;
    left: 4px;
    top: 7px;
}

.ms-options-wrap > .ms-options.hide-checkbox > ul input[type="checkbox"] {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

/* endregion: multiselect */