﻿div {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}


    div#Products_CNT {
        display: flex;
        width: 100%;
        height: 100%;
        background: #aaa;
    }

    div#Report_Menu_CNT {
        background: #fff;
        padding: 10px;
        margin: 10px;
        margin-right: 0px;
        border-radius: 5px;
        width: 170px;
    }
.funnel_text_top {
    display: inline-block;
    font-family: 'Muli';
    position: absolute;
    font-size: 12px;
    left: 410px;
}
    div#report_cnt {

        width: calc(100% - 200px);
    }
#report_live_cnt {
    background: #fff;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    overflow: auto;
}
.funnel_item {
    position: relative;
    height:50px;
    border-bottom:1px solid #e5e5e5;
}
.funnel_top_portion {
    text-align: center;
    font-size: 10px;
    border-left: 1px solid #000;
    padding-top: 3px;
    font-family: 'Muli';
}
    .funnel_top_portion:first-child {
        border: none;
    }
.funnel_eval_cnt {
    position: absolute;
    top: 120px;
    border-radius:7px;
    display: flex;
    left: 0px;
    width: 400px;
    height: 40px;
    background: linear-gradient(0deg, #a86ad7, #62a5ef);
}
span.report_normal_count {
    color: #E91E63;
    padding: 2px;
}

span.report_tiny_count {
    color: white;
}

.funnel_entry_cnt {
    position: absolute;
    top: 10px;
    border-radius: 7px;
    display: flex;
    left: 0px;
    width: 400px;
    height: 40px;
    background: linear-gradient(0deg, #62a5ef, #b8daff);
}

.funnel_top_cnt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 100px;
    background: #ececec;
}
.funnel_text {
    display: inline-block;
    font-family: 'Muli';
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    left: 410px;
}

.funnel_t {
    display: inline-block;
}

#report_funnel_cnt {
    background: #fff;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    overflow: auto;
}
.report_item {
    padding: 7px;
    font-family: 'Muli';
    color: #a0a0a0;
}
.report_item_selected {
    color: #000;
    font-weight:bold;
}



















































.single_menu_in_referer_count {
    background: #2a0e7e;
    color: #fff;
    font-family: 'Muli';
    font-size: 10px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 100px;
    display: inline;
}
.ttip_Green_Note {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    background: rgba(0, 0, 0,0.2);
    text-align: center;
    font-size: 24px;
}
.ttip_Orange_Note {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    background: rgba(0, 0, 0,0.2);
    text-align: center;
    font-size: 24px;
    color: orange !important;
}

.single_menu_in_referer_url {
    display: inline;
    margin-left: 10px;
    font-size: 12px;
    font-family: 'Muli';
    color: blue;
}
#btn_add_upload {
    width: 45px;
    padding: 10px;
}
div#upload_settings_top {
    display: flex;
    width:calc(100% - 10px);
}
.upload_item_selected {
    border-bottom: 4px solid red!important;
}

.upload_item {
    width: 80px;
    height: 60px;
    display: inline-block;
    margin-right: 5px;
    background-color: #ccc;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 4px solid #ccc;
    position:relative;
}

.upload_item_delete {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25px;
    height: 25px;
    display:none;
}

.upload_item_selected .upload_item_delete 
{
    display: block!important;
}

.upload_settings {
    FLOAT: left;
    display: flex;
    flex-direction: column;
    width: calc(100% - 60px) !important;
    height: calc(100% - 101px);
    position:absolute;
    top:10px;
}

.upload_img_cnt {
    background-color: #f3f3f3;
    width: calc(100% - 290px);
    height: calc(100% - 100px);
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0px;
    top: 82px;
    right: 0px;
    width: 100%;
    height: calc(100vh - 205px);
}


div#upload_list {
    max-width: calc(100% - 70px);
    overflow-x: auto;
    white-space: nowrap;
}

a.single_menu_in_referer_name {
    border-bottom: 1px solid #999;
    display: block;
    padding-bottom: 3px;
}

img.single_menu_img {
    object-fit: contain;
    width: 100%;
    height: 200px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.single_menu_name {
    font-family: 'Muli';
    font-size: 20px;
    padding-bottom: 40px;
    text-align: center;
}

.single_menu_title {
    font-family: 'Muli';
    font-size: 14px;
    color: #999;
    font-weight: bold;
    margin-top: 70px;
    margin-bottom: 10px;
}

.dlg_scroll {
    height: calc(100% - 20px);
    overflow-y: auto;
}

.single_menu_in_cnt {
    display: flex;
    flex-wrap: wrap;
}

.single_menu_in {
    width: 24%;
}

.single_menu_inn {
    padding: 10px;
    position: relative;
}

img.single_menu_in_img {
    width: 100%;
    border-radius: 100%;
}

.single_menu_in_name {
    font-family: 'MULI';
    font-size: 10px;
    margin-top: 10px;
    text-align: center;
}

.single_menu_in_count {
    position: absolute;
    right: 10px;
    top: 73px;
    background: #2a0e7e;
    color: #fff;
    font-family: 'Muli';
    font-size: 10px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 100px;
}

.hit_menu_image {
    width: 32px;
    position: sticky;
    left: 10px;
    display: block;
}

.hit_trace {
    height: 50px;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    width: 2000px;
}

.hit_cnt {
    overflow-x: auto;
    width: 100%;
    height: 100%;
}
.hit_min {
    position: absolute;
    bottom: 0px;
    font-size: 10px;
    font-family: 'Muli';
    border-left: 1px solid;
    min-height: 2px;
    color: #d4d4d4;
}
span.upload_speed {
    font-family: 'Muli';
    font-size: 10px;
    color: #989898;
}

div#Frame_Status_text {
    font-family: 'Muli';
}

.hit_menu_name {
    position: sticky;
    font-size: 10px;
    left: 10px;
    display: inline-block;
}

.hit_item {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border: 1px solid;
    top: 20px;
}

.cmb_option_found {
    background: coral!important;
} 

.inline_edit_item_bin {
    position: absolute;
    right: 10px;
    top: 8px;
    direction: ltr;
}
.inline_edit_item_text {
    width: 100%;
    padding: 10px;
    padding-left: 20px;
}
.inline_edit_item_main_text {
    font-family: 'Muli';
}
.inline_edit_item_btn_more {
    width: 100%;
    background-color: #000;
    margin-top: 20px;
    color: #999;
    font-family: 'Muli';
    text-align: center;
    font-size: 11px;
    cursor: pointer;
}
.Operator_Party_Item {
    position: relative;
    width: 25%;
    height: 100px;
    text-align: center;
}

.Selected_Operator_Party {
    background-color: cornflowerblue;
    border-radius: 10px;
    color: #fff;
}
.btn.Avail_btn {
    width: calc(33% - 15px);
    margin: 4px;
    margin-left: 8px;
    margin-right: 8px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}
.Selected_Operator_Party .member_name {
    color: #fff;
}
.Operator_Party.Party_Item_thumbnail {
    position: relative;
    margin: 0px;
    margin-top: 10px;
}
div#div_Operator_Party_CNT {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.inline_edit_item_btn_more:active {
    color: #fff;
}
.inline_edit_item_l2_text {
    font-size: 11px;
    font-family: 'Muli';
}
.ql-stroke {
    fill: none;
    stroke: #444;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}
.toolkit_group {
    white-space: nowrap;
    display: inline-block;
}
.toolkit_group_selected {
    background-color: #fff;
    box-shadow: 0px 0px 5px #0000002b inset;
    border-radius: 5px;
    height: 26px;
}

.toolkit_item_v {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    padding: 3px 5px;
    width: 18px;
}
.toolkit_item {
    cursor: pointer;
    display: inline-block;
    height: 18px;
    padding: 3px 10px;
    width: 18px;
}

.toolkit_item_separator {
    width: 30px;
    height: 18px;
    display: inline-block;
    
}

.html_toolkit_cnt {
    width: 200px;
    height: 100px;
    position: absolute;
    box-shadow: 0px 0px 10px #0000003d;
    background-color: #fff;
    border-radius: 5px;
    left: 480px;
    top: 35px;
}
::-moz-color-swatch {
    border-color: red;
}
.color_item:hover {
    border: 1px solid #333;
}
.html_ed_ltr {
    direction: ltr;
}
.html_ed_rtl {
    direction: rtl;
}
.inserted_image {
    width: 100%;
}
blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px;
}
    .color_item {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0px;
    border: 1px solid rgb(255, 255, 255);
    cursor: default;
}
.editable_field {width: 100%!important;}
.toolkit_cnt {display: none; position:relative;width:100%;}
.editable_field .toolkit_cnt { display: block; white-space: nowrap; width: 100%; height: 50px; overflow: auto; text-align: center; }
.toolkit_item:hover .ql-stroke{stroke: blue;}
.toolkit_item:hover .ql-fill {fill:blue;}
.btn_editxxx:hover {background-color: #000;}
.btn_editxxx {position: absolute;background: url(/images/crm/edit_white.png);width: 32px;height: 32px;background-color: #666666;top: 5px;background-position-x: 3px;background-position-y: 3px;background-repeat: no-repeat;transition: all 0.3s;right: 5px;font-size: 24px;line-height: 5px;color: #000;text-align: center;font-weight: bolder;cursor: pointer;font-family: serif;border: 1px solid #bcbcbc;border-radius: 8px;}
.play_video {width: 0;height: 0;cursor: pointer;border-style: solid;border-width: 10px 0 10px 20px;border-color: transparent transparent transparent #cd201f;position: absolute;left: 24px;top: 22px;}
.frame_selector:active:hover {cursor: grabbing;}
.frame_selector {width: 800px;height: 232px;position: absolute;background-color: #00000075;cursor: grab;box-shadow: 0px 0px 20px #ffffff3d;}
.frame_free_selector:active:hover {cursor: grabbing;}
.frame_free_selector {width: 500px;height: 500px;position: absolute;background-color: #00000038;cursor: grab;box-shadow: 0px 0px 20px #ffffff3d;}
.top_handle_frame_selector {width: 20px;height: 20px;background-color: #fff;position: absolute;cursor: row-resize;border-radius: 2px;display: none;box-shadow: 0px 0px 10px #00000040;}
.left_handle_frame_selector {width: 20px;height: 20px;background-color: #fff;position: absolute;cursor: col-resize;border-radius: 2px;display: none;box-shadow: 0px 0px 10px #00000040;}
.right_handle_frame_selector {width: 20px;height: 20px;background-color: #fff;position: absolute;cursor: col-resize;border-radius: 2px;display: none;box-shadow: 0px 0px 10px #00000040;}
.bottom_handle_frame_selector {width: 20px;height: 20px;background-color: #fff;position: absolute;cursor: row-resize;border-radius: 2px;display: none;box-shadow: 0px 0px 10px #00000040;}
.bottom_Right_handle_frame_selector {width: 20px;height: 20px;background-color: #fff;position: absolute;cursor: nw-resize;border-radius: 2px;display: none;box-shadow: 0px 0px 10px #00000040;}
.bottom_Wide_handle_frame_selector {width: 20px;height: 20px;background-color: #fff;position: absolute;cursor: row-resize;border-radius: 2px;display: none;box-shadow: 0px 0px 10px #00000040;}
.tooltip {display: none;min-width: 200px;min-height: 30px;position: absolute;width: 320px;height: 80px;color: #fff;border-radius: 5px;position:fixed;z-index:1000;}
.tooltip_dimond {width: 15px;height: 15px;background-color: #444;display: inline-block;transform: rotate( 45deg );position: absolute;left: 70px;top: -7px;box-shadow: 0px 0px 10px #000;}
.tooltip_inner {position: absolute;background-color: #444;width: 100%;height:calc(100vh - 40px);left: 0px;top: 0px;z-index: 10001;color: #fff;border-radius: 5px;    box-shadow: 0px 0px 10px #000;overflow:hidden;}
.tooltip_CNT {width: 100%;height: 100%;line-height: initial;text-align: initial;max-height: calc(100% - 80px); overflow: auto;}
.edit_cnt {position:relative;}
.img_btn_fx:hover {background-color: rgba(0, 0, 0,0.5) !important;}
.img_btn_fx {
    border-radius: 0px;
    height: 40px;
    box-sizing: unset !important;
    transition: background-color 0.3s;
    cursor: pointer;
    width: calc(100% - 40px) !important;
    max-width: calc(100% - 40px) !important;
    margin-left:20px;
    display: block;
    margin-top: 10px;
    padding: 0px !important;
    background-color: rgba(0, 0, 0,0.2);
    color: #fff;
    text-align: center;
    border: none;
    line-height: 40px;
}
.step {
    height: calc(100% - 0px);
    overflow-y: auto;
    overflow-x: hidden;
    position:relative;
}



.color_outter {
    width: 64px;
    height: 36px;
    display: inline-block;
    border-radius: 4px;
    background: url(/images/ch_dark.png);
    background-size: 16px;
}
.color_inner {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100%;
}


.btn_menu_fx {transition: background-color 0.3s,height 0.3s; margin-right:10px; background-repeat: no-repeat;background-position: top right;background-size: 40px 40px;height: 17px;border-top: 5px solid transparent;position: relative;border-bottom: 5px solid transparent;cursor: pointer;display: block;margin-top: 10px;padding: 10px;background-color: rgba(0, 0, 0,0.2);color: #fff;text-align: left;}
.tooltip_Header {display: flex;flex-flow: wrap;border-bottom: 4px solid orange;}
.tooltip_Header_Item {flex: 1;padding: 10px;text-align: center;cursor: pointer;}
.btn_menu_fx:hover {background-color: rgba(0, 0, 0, 0.50);}
.btn_menu_fx_expaned{height:100px;}
.tooltip_Header_Item_selected {background-color:cornflowerblue;}
.btn_L1 {margin-left: 10px !important;}
.btn_L2 {margin-left: 30px !important;}
.btn_L3 {margin-left: 60px !important;}
.btn_menu_children_cnt {padding-left: 20px;border-left: 1px #000;border-left-style: dashed;}
.btn_menu_append_to_child {width: 20px;height: 6px;position: absolute;left: 5px;bottom: 2px;}
.drop_a{border-bottom:5px solid orange;}
.drop_b{border-top:5px solid orange;}
.drop_in .btn_menu_append_to_child {background-color: orange;}
.div_col_name {font-size: 12px;margin-top: 20px;}
input[type="checkbox"].ios8-switch {position: absolute;margin: 8px 0 0 16px;display: none;}
.img_btn_txt {outline: none;background-color: transparent;color: #fff;border: none;font-size:16px;}
input[type="checkbox"].ios8-switch + label {position: relative;padding: 5px 0 0 50px;line-height: 2.0em;cursor:pointer;}
input[type="checkbox"].ios8-switch + label:before {content: "";position: absolute;display: block;left: 0;top: 6px;width: 40px; height: 24px;border-radius: 16px;background: #fff;border: 1px solid #d9d9d9;-webkit-transition: all 0.3s;transition: all 0.3s;cursor:pointer;}
input[type="checkbox"].ios8-switch + label:after {content: "";position: absolute;display: block;left: 0px;top: 6px;width: 24px; height: 24px; border-radius: 16px; background: #fff;border: 1px solid #d9d9d9;-webkit-transition: all 0.3s;transition: all 0.3s;cursor:pointer;}
input[type="checkbox"].ios8-switch + label:hover:after {box-shadow: 0 0 5px rgba(0,0,0,0.3);cursor:pointer;}
input[type="checkbox"].ios8-switch:checked + label:after {margin-left: 16px;cursor:pointer;}
input[type="checkbox"].ios8-switch:checked + label:before {background: #55D069;cursor:pointer;}
input[type="checkbox"].ios8-switch-sm {margin: 5px 0 0 10px;cursor:pointer;}
input[type="checkbox"].ios8-switch-sm + label {position: relative;padding: 0 0 0 43px;line-height: 1.3em;cursor:pointer;}
input[type="checkbox"].ios8-switch-sm + label:before {width: 37px; height: 15px; border-radius: 10px;cursor:pointer;}
input[type="checkbox"].ios8-switch-sm + label:after {width: 15px; height: 15px; border-radius: 10px;cursor:pointer;}
input[type="checkbox"].ios8-switch-sm + label:hover:after {box-shadow: 0 0 3px rgba(0,0,0,0.3);cursor:pointer;}
input[type="checkbox"].ios8-switch-sm:checked + label:after {margin-left: 21px;cursor:pointer;}
input[type="checkbox"].ios8-switch-lg {margin: 10px 0 0 20px;cursor:pointer;}
input[type="checkbox"].ios8-switch-lg + label {position: relative;padding: 7px 0 0 60px;line-height: 2.3em;cursor:pointer;}
input[type="checkbox"].ios8-switch-lg + label:before {width: 50px; height: 30px; border-radius: 20px; cursor:pointer;}
input[type="checkbox"].ios8-switch-lg + label:after {width: 30px; height: 30px; border-radius: 20px; cursor:pointer;}
input[type="checkbox"].ios8-switch-lg + label:hover:after {box-shadow: 0 0 8px rgba(0,0,0,0.3);cursor:pointer;}
input[type="checkbox"].ios8-switch-lg:checked + label:after {margin-left: 20px; cursor:pointer;}
.ed {font-family: helvetica;}
.inline_header {flex: 1;vertical-align: top;padding: 10px;font-family: sans-serif;font-size: 11px;}
.inline_header_tiny {vertical-align: top;     padding: 5px;font-size: 10px;padding: 5px;font-family: sans-serif;}
.inline_value {flex: 1;vertical-align: top;padding: 4px;text-align: left;}
.inline_edit_item {display: flex;margin-top: 10px;background-color: rgba(0, 0, 0,0.2);position:relative;}
.btn_inline_add_nested {
    position: absolute;
    right: 37px;
    top: 10px;
    color: #aaa;
    cursor: pointer;
}
.btn_inline_add_nested:active {
    color: #fff;
}



.inline_bullet {padding: 5px;padding-left: 10px;position:relative; padding-right: 10px;background-color: #fff;color: black;border-radius: 7px;margin-left: 10px;margin-top: 10px;font-size: 11px;font-family: 'Muli';display: inline-block;}
.btn_inline_add {
    background-color: mediumslateblue;
    color: #fff;
    cursor: pointer;
    margin-left: 40px;
    width: calc(100% - 100px);
    text-align: center;
margin-top:30px;
}
.Party_Item_text {
    background-color: #fff;
    top: 6px;
    width: 40px;
    height: 40px;
    margin-top: 0px;
    margin-left: 10px;
    position: absolute;
    border-radius: 100px;
    box-shadow: 0 0 10px #d6d6d6 inset;
    overflow: hidden;
    font-size: 13px;
    font-family: 'Muli';
    color: #aaa;
    line-height: 40px;
    text-align: center;
}
.btn_default {
    position: absolute;
    right: 40px;
    font-size: 11px;
    font-family: 'Muli';
    top: 11px;
    color: #888;
}

.is_default {
    color: #fff;
}
.Party_Item_thumbnail {
    position: absolute;
    top: 6px;
    cursor: pointer;
    border-radius: 0;
    width: 40px;
    height: 40px;
    object-fit: cover;
    padding: 0px;
    margin-top: 0px;
    margin-left: 10px;
    border-radius: 100px;
}
.cmb_option {
    position: relative;
    height: 53px;
    background-color:#fff;
}

.user_name {
    position: absolute;
    left: 60px;
    top: 13px;
}

.cmb_option:hover {
    background-color: #ddd;
}

.cmb_txt {
    width: 100%;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 2px solid #ccc;
}
.cmb_box {
    width: 100%
}
.cmb_cnt {
    width: 100%;
    position: relative;
    padding: 1px;
    padding-right: 20px;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 10px;
}

.tool_detail_text {
    font-family: 'Muli';
    color: #aaa;
}

.tool_main_text {
    font-family: 'Muli';
    font-weight: bold;
    min-width: 50px;
    display: inline-block;
}
.cmb_title {
    position: absolute;
    font-family: 'Muli';
    top: -16px;
    left: 0px;
    font-size: 10px;
}
.cmb_option:active {
    background-color: #666;
}
.triangle_up {
    width: 0;
    height: 0;
    border-width: 0 9px 18px 9px;
    border-color: transparent transparent #FFF transparent;
    border-style: solid;
}
.triangle_down {
    width: 0;
    height: 0;
    border-width: 18px 9px 0 9px;
    border-color: #FFF transparent transparent transparent;
    border-style: solid;
}

.inline_edit_item .triangle_up { position:absolute;right:36px;top: 11px;border-bottom-color: #727272;transition: 0.3s all;}
.inline_edit_item .triangle_up:hover { border-bottom-color: #FFF;}
.inline_edit_item .triangle_down { position:absolute;right:60px;top: 11px;border-top-color: #727272;transition: 0.3s all;}
.inline_edit_item .triangle_down:hover {border-top-color: #FFF;}



.cmb_nested {
    padding-bottom: 8px;
    border-radius: 0px 0px 19px 19px;
    display: none;
    position: absolute;
    width: 320px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #0000004a;
    max-height: 500px;
    overflow: auto;
    z-index: 1;
}
    .field_header {font-family: helvetica;color: #aaa;font-size: 13px;font-family: helvetica;margin-bottom: 0px;margin-top: 13px;}
.field {margin-bottom: 5px;    vertical-align: top;}

.tbl_variant { margin-top: 30px;table-layout: fixed;border-collapse: collapse;}
.tbl_variant th {color: #fff;font-size: 10px;font-family: 'Muli';}
.tbl_variant td {color: #fff;font-size: 10px;padding-top: 5px;padding-bottom: 5px;font-family: 'Muli';    transition: 0.3s all;}
.tbl_variant .cell {border: 1px solid #ccc;}
.cell_header {text-align:right;padding-right:4px;}
.sel_cell {background-color: mediumseagreen}
div#Variant_Dim_Filter {
    margin-top: 20px;
}

.Filtered_Product_Option_Item {
    padding: 5px;
    padding-left: 15px;
    position: relative;
    padding-right: 29px;
    background-color: coral;
    color: #000;
    border-radius: 7px 100% 100% 7px;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 11px;
    font-family: 'Muli';
    text-align: right;
    display: inline-block;
}
.inline_bullet_tooltip {
    position: absolute;
    display:none;
    text-align: center;
    background-color: gray;
    box-shadow: 0px 0px 10px #000;
    color: #fff;
    width: 72px;
    z-index: 1;
    top: 21px;
    left: -10px;
    border-radius: 5px;
}

.inline_bullet_tooltip_Item {
    padding: 10px;
    font-family: 'Muli';
    font-size: 11px;
}
    .inline_bullet_tooltip_Item:active {
        background-color: #000;
    }


.user_60w_thumbnail {

}
.field_text_cnt {padding: 7px; }
.field_textbox:hover {border-bottom: 2px solid #000;}
.field_textbox:focus {border-bottom: 2px solid cornflowerblue!important;}
.field_textbox {border: none;outline: none;width: 100%;-moz-appearance: textfield;border-bottom: 2px solid #ccc;padding-top: 7px;padding: 7px;background-color:beige;}
.frame_portion_text {-moz-user-select: -moz-none;-khtml-user-select: none;-webkit-user-select: none;-ms-user-select: none;user-select: none;font-size: 11px;font-weight: bold;padding:0px;}
.frame_portion {pointer-events: none;border: 1px solid #fff;height: 100%;position: absolute;font-size:10px;border-top: none;border-bottom: none;}
.add_edit_item:hover {background-color: lightsteelblue;}
.add_edit_item {text-align: center;background-color: lightslategrey;font-size: 25px;transition: background-color 0.3s;display: inline-block;width: calc(100% - 60px);margin: 30px;margin-top: 10px;margin-bottom: 10px;height: 38px;line-height: 38px;cursor: pointer;}
.edit_item {padding: 30px;border-bottom: 40px solid #111;position:relative;}

.edit_item_list {}
.html_editor_tr {height: 42px;}
.input_inline_edit_int {width: 70px;font-size: 18px;padding: 4px;border: none;background-color: transparent;color: #fff;}
.html_editor_td_header {width: 112px;}
.btn_lock {color: cornflowerblue;font-size: 10px;cursor: pointer;}
.input_color {width: 70px;border: none;padding: 0px;height: 40px;background-color: transparent;outline:none;}
.color_opacity {height: 30px;width: 100px;margin-left: 10px;}

#overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: 0.5;filter: alpha(opacity=50);z-index: 1001;}
.tooltip_close {position: absolute;transition: color 0.4s;right: 10px;padding: 6px;width: 10px;height: 10px;line-height: 8px;color: #ccc;background-color: #515151;border-radius: 100%;top: 10px;box-shadow: 0px 0px 11px #000 inset;z-index: 8;font-size: 19px;cursor: pointer;}
.tooltip_close:hover{color:#FFF;}
.tooltip_CNT::-webkit-scrollbar {width: 6px;height:6px;}
.tooltip_CNT::-webkit-scrollbar-track {background-color: #2b3945;}
.tooltip_CNT::-webkit-scrollbar-thumb {background-color: #f3f3f3; }
.tooltip_CNT::-webkit-scrollbar-thumb:hover {background-color: #aaa;}
.Btn_Add_Existing_Link {float: right;font-size: 10px;background-color: black;color: #fff;padding: 3px;font-family: monospace;cursor: pointer;border-radius: 3px;}
.Font_Item {
    border-bottom: 1px solid #eee;
    padding: 9px;
    display: flex;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    position: relative;
    height: 68px;
    overflow: hidden;
}
.Font_Item_Name {
    width: 200px;
    display: inline-block;
    font-family: sans-serif;
    opacity: 0.5;
    cursor: default;
    letter-spacing: normal;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    position: absolute;
    top: 0px;
}
.Font_Item_Sample {
    cursor: default;
    width: calc(100% );
    font-size: 73px;
    letter-spacing: inherit;
    font-style: inherit;
    font-weight: inherit;
    position: absolute;
    top: 20px;
    line-height: 53px;
    white-space: nowrap;
}
.Font_Items {
    height: calc(100vh - 160px);
    overflow: auto;
}


.style_tbl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-height: calc(100% - 70px);
    overflow:auto;
}



canvas {
    height: 100%;
    width: 100%;
}

#color_hex {
    background: #fff;
    right: 10px;
    bottom: 80px;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    font-size: 16px;
    width: 130px;
    text-align: center;
    border: none;
    outline: none;
}

#color_btn {
    background: cornflowerblue;
    color: #fff;
    position: absolute;
    border-radius: 5px;
    right: 10px;
    padding: 8px;
    display: inline-block;
    bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 21px;
    cursor: pointer;
}


.style_td {
    
    flex: 1;
    color: #c80000;
    padding-left: 10px;
    margin-left: -1px;
    margin-top: -1px;
    font-size: 13px;
    position: relative;
    align-items: center;
    display: flex;
    height: 40px;
    overflow: hidden;
}

.style_td_bin {
    min-width: 20px;
    width: 20px;
    max-width: 20px;
}
.style_value_box {
    width: 100%;
    height: 100%;

    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.style_value_box_outter {
    width: 64px;
    height: 36px;
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 2px;
    border-radius: 4px;
    background: url(/images/ch_dark.png);
    background-size: 16px;
}
#style_enum {
    width: 100%;
}


div#gradient {
    width: 100%;
    height: 40px;
    position: relative;
}

div#gradient_cnt {
    position: relative;
    margin-top: 20px;
   
}

.gradient_point {
    position: absolute;
    top: 0px;
}

input.gradient_point_selector_text {
    width: 40px;
}

input.gradient_point_selector_text {
    position: absolute;
    top: 50px;
}

.gradient_point_selector_outter {
    width: 11px;
    height: 50px;
    border-radius: 100px;
    border: 2px solid #000;
    position: absolute;
    left: 10px;
    top: -7px;
    z-index:2;
}
.night .dlg {
    background: #444 !important;
}
.night .style_td {
    color: #ccc !important;
    border-bottom: 1px solid #555555;
}
.night .style_td_value {
    color: #ccc !important;
}

#gradient_parent {
    background: url(/Websites/12/images/ch.png);
    background-repeat: repeat;
}
.gradient_point_sel .gradient_point_selector_inner {
    border: 2px solid #000;
}

.gradient_point_sel .gradient_point_selector_text {
    background: cornflowerblue;
    color: #fff;
    border-color: #000;
}

div#gradient_footer {
    margin-top: 57px;
}

div#gradient_direction {
    width: 120px;
    height: 120px;
    border-radius: 20px;
}

div#gradient_direction_cnt {
    margin-top: 90px;
    text-align: center;
}

div#gradient_direction_parent {
    display: inline-block;
    padding: 60px;
    position: relative;
    background: #f5f5f5;
    border-radius: 100%;
}

div#gradient_direction_parent {
}

div#gradient_direction_point {
    width: 20px;
    height: 20px;
    background: #707070;
    position: absolute;
    border-radius: 100%;
    left: 230px;
    top: 110px;
}

.gradient_point_selector_inner {
    width: 7px;
    height: 44px;
    border-radius: 100px;
    border: 2px solid #fff;
    position: absolute;
    left: 12px;
    top: -4px;
    z-index: 1;
}

input.gradient_point_selector_text {
    border: 2px solid;
    border-radius: 7px;
    text-align: center;
    font-weight: bold;
    width: 25px;
}
.style_td.style_td_key {
    min-width: calc(30% - 38px);
    line-height:13px;
}

.style_td.style_td_value {
    color: #222222;
    min-width: calc(70% - 38px);
    line-height: 13px;
}



.padding_handle_sel{
    background-color:cornflowerblue!important;
}

.Font_Item:hover {
    background-color: #f5f5f5;
}
.Font_Item_size {
    width: 60px;
    letter-spacing: normal;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.Font_Item_size_red { background-color: #ff00003b;}
.Font_Item_size_yellow { background-color: #ffff003b;}
.Font_Item_Selected {background-color: cornflowerblue !important;color: #fff !important;}
.cmb_txt_option {
    height: 23px;
    padding: 5px;
}

.omb_option_text {
    height: 20px;
    font-family: 'Muli';
    padding: 5px;
    white-space:nowrap;
    padding-left:20px;
}

.btn_edit {display:none;width: 10px;height: 10px;z-index:1;position: absolute;right: 0px;top: -3px;transition: all 0.8s;border: 3px solid #FFF;border-radius: 100%;box-shadow: 0px 0px 10px #00000075;cursor: pointer; }
.btn_edit_Selected {border-top-color: #ea4335 !important;border-right-color: #fbbc05 !important;border-bottom-color: #4285f4 !important;border-left-color: #34a853 !important;transform: rotate( 360deg ) !important;}
.btn_edit.btn_edit_Selected {border-radius: 100%;background-color: #fff;}
.edit_el {
    display: none;
}

.edit_mode .edit_el {
    display: block;
}
.edit_inline_el {
    display: none;
}

.edit_mode .edit_inline_el {
    display: inline-block;
}

.edit_mode .btn_edit{display: block;}
.btn_super_edit {display: none !important;} 
.super_admin .btn_super_edit { display: block!important;}


.preview_mode .edit {display: none;}

.sec_history_title {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}

.sec_history_value {
    padding-left: 10px;
    padding-right: 10px;
}
.wide_cnt {position: absolute;transition-timing-function: cubic-bezier(0.27, 0.72, 0.32, 0.99);white-space: normal;display: inline-block;top: 0px;transition: opacity .8s;left: 0px;height:100%;width:100%;}
.wide_back {z-index: 1;}
.wide_top {z-index: 2;}
.datepicker {-webkit-box-sizing: border-box;box-sizing: border-box;overflow: hidden;position: absolute;width: 260px;z-index: 1;}
.datepicker__inner {overflow: hidden;}
.datepicker__month {border-collapse: collapse;text-align: center;width: 100%;}
.datepicker__month--month2 {display: none;}
.datepicker__month-day--valid {cursor: pointer;}
.datepicker__month-day--lastMonth,.datepicker__month-day--nextMonth {visibility: hidden;}
.datepicker__month-button {cursor: pointer;}
.datepicker__info--feedback {display: none;}
.datepicker__info--error,.datepicker__info--help {display: block;}
.datepicker__close-button {cursor: pointer;}
.datepicker__tooltip {position: absolute;} 
.datepicker {background-color: #fff;border-radius: 5px;-webkit-box-shadow: 8px 8px 40px 5px rgba(0, 0, 0, 0.08);box-shadow: 8px 8px 40px 5px rgba(0, 0, 0, 0.08);color: #484c55;font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;font-size: 14px;line-height: 14px;}
.datepicker__inner {padding: 20px;}
.datepicker__month {font-size: 12px;}
.datepicker__month-caption {border-bottom: 1px solid #dcdcdc;height: 2.5em;vertical-align: middle;}
.datepicker__month-name {text-transform: uppercase;}
.datepicker__week-days {height: 2em;vertical-align: middle;}
.datepicker__week-name {font-size: 11px;font-weight: 400;text-transform: uppercase;}
.datepicker__month-day {-webkit-transition-duration: 0.2s;transition-duration: 0.2s;-webkit-transition-property: color, background-color, border-color;transition-property: color, background-color, border-color;-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);color: #acb2c1;padding: 9px 7px;}
.datepicker__month-day--no-checkin {position: relative;}
.datepicker__month-day--no-checkin:after {background-color: rgba(255, 0, 0, 0.1);bottom: 0;content: '';display: block;left: 0;position: absolute;right: 50%;top: 0;z-index: -1;}
.datepicker__month-day--no-checkout {position: relative;}
.datepicker__month-day--no-checkout:after {background-color: rgba(255, 0, 0, 0.1);bottom: 0;content: '';display: block;left: 50%;position: absolute;right: 0;top: 0;z-index: -1;}
.datepicker__month-day--invalid {color: #e8ebf4;}
.datepicker__month-day--disabled {color: #e8ebf4;position: relative;}
.datepicker__month-day--disabled:after {content: '\00d7';left: 50%;position: absolute;color: red;font-size: 16px;top: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.datepicker__month-day--day-of-week-disabled {background-color: rgba(232, 235, 244, 0.5);}
.datepicker__month-day--selected {background-color: rgba(116, 107, 253, 0.2);color: #fff;}
.datepicker__month-day--selected:after {display: none;}
.datepicker__month-day--hovering {background-color: rgba(116, 107, 253, 0.3);color: #fff;}
.datepicker__month-day--today {background-color: #484c55;color: #fff;}
.datepicker__month-day--first-day-selected,.datepicker__month-day--last-day-selected {background-color: #746bfd;color: #fff;}
.datepicker__month-day--last-day-selected:after {content: none;}
.datepicker__month-button {-webkit-transition-duration: 0.2s;transition-duration: 0.2s;-webkit-transition-property: color, background-color, border-color;transition-property: color, background-color, border-color;-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);background-color: #d6dae5;border-radius: 4px;color: #9da6b8;display: inline-block;padding: 5px 10px;}
.datepicker__month-button:hover {background-color: #746bfd;color: #fff;}
.datepicker__topbar {margin-bottom: 20px;position: relative;display:none;}
.datepicker__info-text {font-size: 13px;}
.datepicker__info--selected {font-size: 11px;text-transform: uppercase;display:none;}
.datepicker__info--selected-label {color: #acb2c1;}
.datepicker__info-text--selected-days {font-size: 11px;font-style: normal;}
.datepicker__info--error {color: red;font-size: 13px;font-style: italic;}
.datepicker__info--help {color: #acb2c1;font-style: italic;}
.datepicker__close-button {-webkit-transition-duration: 0.2s;transition-duration: 0.2s;-webkit-transition-property: color, background-color, border-color;transition-property: color, background-color, border-color;-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);background-color: #746bfd;border-radius: 4px;border: none;-webkit-box-shadow: none;box-shadow: none;font-size: 10px;color: #fff;margin-top: 20px;padding: 7px 13px;text-decoration: none;text-shadow: none;text-transform: uppercase;}
.datepicker__close-button:hover {background-color: #484c55;color: #fff;}
.datepicker__tooltip {background-color: #ffe684;border-radius: 2px;font-size: 11px;margin-top: -5px;padding: 5px 10px;}
.datepicker__tooltip:after {border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 4px solid #ffe684;bottom: -4px;content: '';left: 50%;margin-left: -4px;position: absolute;}
.scroll_float_img{transform : translate3d(0px, -169px, 0px);  }
.scroll_float_text{transform : translate3d(0px, -169px, 0px);}
.btn_gray {padding: 6px;display: inline-block;padding-left: 30px;padding-right: 30px;border-radius: 5px;background-color: #1f1f1f;color: #fff;cursor: pointer;}
.fixed_datepicker {
    display: block !important;
    position: relative;
    box-shadow: none;
    width: 100%;
    height: 270px !important;
}

.edit_item_footer {
    padding-top: 20px;
    height: 20px;
}
 
.fx_txt {width: calc(100% - 10px);background-color: transparent;color: #fff;text-align: right;padding-right: 5px;border: none;outline:none;}
#tooltip_Advance_CNT{height:calc(100% - 80px);}
.menu_item_deleted {display: none;} 

@keyframes anim_loader {0%   {transform:rotate(45deg);}25%  {transform:rotate(135deg);}50%  {transform:rotate(225deg);}75%  {transform:rotate(315deg);}100% {transform:rotate(405deg);}}
.xss {
}
.loader {display:none;transform:rotate(45deg);animation-name: anim_loader;animation-duration: 4s;width: 16px;height: 16px;border-radius: 50% 50% 0px 50%;animation-iteration-count: infinite;background-color: #fb3449;margin: 20px;    }
.edit_mode .editable_text {-webkit-user-modify: read-write;-moz-user-modify: read-write;user-modify: read-write;outline:none;}
.field {margin-bottom: 5px;vertical-align: top;}
.field_col {max-height: 28px;overflow: hidden;transition: 0.7s all;}
.field_exp {max-height: 200px;overflow: hidden;transition: 0.7s all;}

.font_setting_item {padding-top: 20px;}
.cmb_nested.ttip {
    display: block;
}
.AI_Task {
    display: none;
    position: relative;
    margin: auto;
    margin-top: 20px;
    width: calc(100% - 20px);
    height: calc(100% - 30px);
    background: #ffffff3b;
    text-align: center;
    border-radius: 5px;
}
.ai_list_item_delete {
    width: 15px;
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 100%;
    background: #0000004f;
    padding: 4px;
}
.ai_loading{
    width:100px;
}
.AI_Task_Title {
    width: calc(100% - 40px);
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    background: #cbcbcb;
    color: #000;
    font-weight: bold;
    text-align: center;
    top: -10px;
    position: absolute;
    padding: 5px;
    border-radius: 5px;
}

.AI_Item {
    padding: 20px;
    padding-top: 40px;
}

.AI_TXT {
    width: calc(100% - 20px);
    height: 300px;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px;
}

.AI_Title {
    text-align: left;
}
#AI_List {
   
    height: calc(100% - 100px);
    overflow: auto;
    width: 100%;
    padding-top: 50px;
    margin-bottom: 10px;
}
#AI_Use_Case_List {
    height: calc(100% - 100px);
    overflow: auto;
    width: 100%;
    padding-top: 50px;
    margin-bottom: 10px;
}

.ai_list_item_title {
    font-size: 17px;
    font-weight: bold;
}
#img_ai_generate {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}
.btn_edit_left {
    left: 5px;
    top: 5px;
}
.btn_edit_right {
    right: 5px;
    top: 5px;
}


#img_ai_generate_cnt {
    height: 300px;
    margin-top: 300px;
}

.ai_list_item {
    padding: 5px;
    background: #ffffff38;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    position:relative;
}

.ai_list_item.select {
    background: coral;
}

.Field_txt {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 20px;
    padding-left: 20px;
}

.Field_txt {
    width: calc(100% - 25px);
    padding-top: 13px;
}

.Field_lbl {
    top: -26px;
}

.Field_lbl {
    font-size: 13px;
    
    left: 0px;
}

.Field_lbl {
    color: #ccc;
    position: absolute;
    left: 3px;
    
    transition: all 0.2s;
    cursor: text;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}
.Field_cnt {
    margin: 30px;
    position: relative;
}