﻿:root {
    --main-bg-color: #EEEEEE;
    --app-bounds-bg-color: #CCCCCC;
    --app-side-menu-bg-color: #333;
    --app-header-height: 50px;
}

body {
    background-color: var(--main-bg-color);
}

.start_balloon {
    position: absolute;
    bottom: -60px;
    color: #ffffff;
    /* height: 40px; */
    display: block;
    background-color: #29ce01;
    padding: 10px;
    /*font-size: 150%;*/
    /*font-weight: bold;*/
    border-radius: 5px;
    box-shadow: 5px 5px 5px #cccccc;
}

.start_balloon2 {
    position: absolute;
    /* top: -4vh; */
    color: #ffffff;
    /* height: 40px; */
    font-size: small !important;
    display: block;
    font-weight: normal;
    background-color: #29ce01;
    padding: 5px;
    /* font-size: 150%; */
    /* font-weight: bold; */
    border-radius: 5px;
    box-shadow: 5px 5px 5px #cccccc;
}

.start_balloon > div {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #29ce01;
    position: absolute;
    top: -10px;
}

.start_balloon2 > div {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #29ce01;
    position: absolute;
    bottom: -10px;
}

.progress_update {
    width: 100vw;
    height: 100vh;
    background-color: #FFFFFF;
    opacity: 0.9;
    position: fixed;
    z-index: 1000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


    .progress_update > div {
        text-align: center;
    }

.checkerboard {
    border: solid 1px #CCCCCC;
    background-position: 0px 0px, 10px 10px;
    background-size: 20px 20px;
    background-image: linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee 100%),linear-gradient(45deg, #eee 25%, white 25%, white 75%, #eee 75%, #eee 100%);
}

.PanelImageLoader {
    display: block;
    text-align: center;
    position: relative;
}

    .PanelImageLoader > div {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
    }

.text_button {
    margin-right: 10px;
}





.LabelPrice {
    font-size: 200%;
    color: green;
    font-weight: bold;
}

    .LabelPrice > b {
        font-size: 50%;
    }

.col_a {
}

.col_a_fixed_preview {
    left: 0;
    background-color: #FFFFFF;
    padding-bottom: 100px;
    padding-top: var(--app-header-height);
    height: 100vh;
    position: fixed;
    z-index: 1000;
    /*  border-right: solid 1px #999999;
    box-shadow: 2px 2px 5px #999999;*/
}

.col_b {
    background-color: var(--main-bg-color);
    padding-top: var(--app-header-height);
    padding-bottom: 100px;
    position: absolute;
    right: 0;
}

.col_a_top_bottom {
    height: 50vh;
    display: flex;
    width: 100vw;
    position: fixed;
    left: 0;
    top: var(--app-header-height);
    background-color: #FFFFFF;
    align-items: center;
    justify-content: center;
}

.col_b_top_bottom {
    height: 50vh;
    background-color: var(--main-bg-color);
    overflow-y: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    border-top: solid 1px #CCCCCC;
    padding: 5px;
}




.PanelFileManager {
    /*position: relative;
            width: 100vw;
          
            overflow-y: auto;
            left: 0;
          
            z-index: 10000000;
            background-color: #FFFFFF;
          
            padding: 20px;*/
    margin-top: var(--app-header-height);
}

.top_right_nav {
    position: fixed;
    z-index: 100000;
    top: 30vh;
    left: 0;
    padding: 10px;
}

.top_right_nav2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.app_bounds {
    padding: 5px;
    width: 100%;
    z-index: 1041;
    position: fixed;
    background-color: var(--app-bounds-bg-color); 
}

#post_bc {
    margin-bottom: 0px !important;
}

#app_header, .app_header {
    top: 0px;
    height: var(--app-header-height);
}

    #app_header > div, .app_header > div, .app_footer > div {
        display: flex;
        justify-content: space-between;
        color: var(--main-bg-color);
        align-items: center;
        width:100%;
    }

    .app_header .breadcrumb {
        background-color: transparent !important;
    }

#app_body {
    width: 100%;
    background-color: #FFFFFF;
    /*margin-top: 95px;*/
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.home_nav {
    font-size: 150%;
    display:none;
}


#app_footer, .app_footer {
  
    bottom: 0px;
    height: 60px;
 
}

.app_container_2 {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: auto;
}

.app_header_2 {
    border-bottom: solid 1px #CCCCCC;
    top: 0px;
    /* height: 50px; */
    box-shadow: 0px 2px 5px #cccccc;
    position: fixed;
    width: 100vw;
    background-color: var(--main-bg-color);
    z-index: 100;
}



.app_body_scroll {
    overflow-y: auto;
}

.app_footer_2 {
    border-top: solid 1px #CCCCCC;
    bottom: 0px;
    /* height: 100vh; */
    box-shadow: 0px -2px 5px #cccccc;
    position: fixed;
    width: 100vw;
    background-color: var(--main-bg-color);
}


.alert-container {
    position: fixed;
    z-index: 10000;
    top: 30%;
    left: 0;
    width: 100%
}

    .alert-container > .alert {
        margin-left: auto;
        margin-right: auto;
        box-shadow: 3px 3px 10px #999999;
        border: solid 1px #CCCCCC;
        max-width: 25%;
    }

.select_button {
    margin-top: 10px;
    margin-bottom: 10px;
}

.col_product_code {
    color: var(--main-bg-color);
    font-weight: normal;
    overflow-x: hidden;
}

.open_buttons {
    margin-bottom: 10px;
}

.svg_preview {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 70vh;
    margin-left: auto;
    margin-right: auto;
}

.post_help {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}

    .post_help > div {
        padding: 10px;
        font-size: smaller;
    }

@media screen and (max-width: 760px) {


    body {
        background-color: #FFFFFF;
    }

    .post_help {
        display: grid;
        grid-template-columns: 100%;
        align-items: center;
    }

    .col_a {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        height: 100%;
        position: static;
        z-index: 1000;
        border-bottom: solid 1px #999999;
        border-right: none;
        box-shadow: none;
    }

    .col_b {
        background-color: #FFFFFF;
        padding-top: 20px;
        position: static;
        right: 0;
    }

    #app_header, .app_header, #col_title, #col_qty {
        display: none;
    }

    #col_product_code {
        font-size: 70%;
    }

    #app_body {
        width: 100%;
        background-color: #FFFFFF;
    }

    .alert-container > .alert {
        max-width: 80%;
    }
}

.select_grid {
    /*position: absolute;*/
    /*width: 80%;*/
    top: 100px;
    display: grid;
    /*grid-template-columns: 33% 33% 33%;*/
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin-bottom: 100px;
    grid-gap: 2px;
}


    .select_grid > div {
        background-color: #FFFFFF;
    }



.select_grid_2 {
    overflow-y: auto;
    max-height: 80vh;
    margin-top: 5vh;
    padding: 10px;
}

    .select_grid_2 > div {
        background-color: #FFFFFF;
    }


.select_grid_panel {
    position: relative;
    margin: 10px;
}

.select_grid_bootstrap_modal_description {
    top: 0;
    right: 0;
    position: absolute;
    height: 25px;
    width: 25px;
    text-align: center;
}

/*.select_grid_bootstrap_modal_description::before {
    content: "/\u2139";
    font-weight: bold;
}*/


.ddl-group {
    position: relative;
}

    .ddl-group > .LinkButtonHelp {
        position: absolute;
        top: 3px;
        z-index: 10;
        right: 35px;
        font-size: 80%;
    }

.PanelPreview_Batch_Parent {
}

.PanelPreview_Batch_Item_add {
    padding-bottom: 10px;
}

.PanelPreview_Batch_Parent > .PanelPreview_Batch {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* background-color: white;*/
    margin-top: 5px;
}

    .PanelPreview_Batch_Parent > .PanelPreview_Batch > .PanelPreview_Batch_Item {
        padding: 5px;
        border: dashed 1px #CCCCCC;
        margin: 5px;
        background-color: #ffffff;
        /*--aspect-ratio: 1/1;
            }

              

        .side_tab {
            color: #FFFFFF;
            font-weight: bold;
            display: block;
            padding: 10px;
            background-color: #f0ad4e;
            margin-bottom: 5px;
            border-top: solid 1px #999999;
            border-left: solid 1px #999999;
            border-bottom: solid 1px #999999;
            margin-right: -24px;
        }

        .side_tab_active {
            display: block;
            font-weight: bold;
            padding: 10px;
            background-color: #FFFFFF;
            margin-bottom: 5px;
            border-top: solid 1px #999999;
            border-left: solid 1px #999999;
            border-bottom: solid 1px #999999;
            margin-right: -24px;
            margin-right: -16px;
            position: relative;
            right: 0px;
            z-index: 1;
        }

        .tab_content {
            padding-top: 10px;
            background-color: #FFFFFF;
            border-top: solid 1px #999999;
            border-left: solid 1px #999999;
            border-bottom: solid 1px #999999;
        }




        .LinkButtonMyImage_Rendered {
            display: inline-block;
            margin-left: auto;
            margin-right: auto;
        }

        .MyImage_Rendered {
            display: block;
            max-width: 100%;
            height: auto;
            /*width: auto;
            max-height: 500px;*/
    }

.MyImageMap_Rendered {
    display: none;
}

.MyImageMap_Rendered_Shadow {
    box-shadow: 3px 3px 3px grey;
}

.MyImageMap_Rendered_Shadow2 {
    box-shadow: 3px 3px 20px #888888;
}

.LabelCartInfo {
    position: absolute;
    padding: 10px;
    font-size: 75%;
    /* top: 70px;
            right: 10px;*/
    width: 40vw;
    top: 70px;
    left: 50vw;
    background-color: white;
    border-radius: 5px;
    border: solid 1px #999999;
    display: none;
    box-shadow: 3px 3px 10px #999999;
}

.Panel_CardPages {
    display: inline-block;
    position: absolute;
    top: 70px;
}

.EditTools {
    /*  z-index: 1002;
            top: 90px;
            left: 5px;
            position: fixed;*/
}

.HiddenOffscreen {
    position: absolute;
    top: -6000px;
    left: -6000px;
}

#CropTool {
    /* display: none;*/
}

.FullOver {
    position: fixed;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    left: 0;
    padding-top: var(--app-header-height);
    background-color: #FFFFFF;
}
/*       .CropWindow {
            padding:20px;
      width: 100vw;
    position: fixed;
    z-index: 999999;
    background-color: var(--main-bg-color);
    left: 0;
    height: 100vh;
    top: 0;
        }*/
.CropBoxContainer {
    /*position:absolute;*/
    background-repeat: no-repeat;
}


.CropBounds {
    width: 100px;
    height: 100px;
    min-height: 6.5em;
    color: white;
    border: 3px dashed #f00;
    user-select: none;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.WhiteBox {
    width: 98px;
    height: 98px;
    border: 3px dashed #fff;
}

.CropOuterOverlay {
    /*border-bottom: solid 1px #FFFFFF;
             width: 100%;
            height: 100px;
            margin-top: -100px;
            margin-left: -100px; */
    background-color: var(--main-bg-color);
    opacity: 0.5;
}

.checkoutlabel {
    margin-left: 5px;
    font-size: 75%;
    color: #999999;
}

.checkoutfield {
    height: 40px;
    margin-top: -22px;
    padding-top: 15px;
}

.RenderContainer {
    position: relative;
    /*text-align: center;*/
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}



.hover_group:hover {
  /*  opacity: 0.5;*/
    cursor: pointer;
}

.svg_media:hover {
    /*  fill: #ec008c;*/
    opacity: 1;
    cursor: crosshair;
}

.canvas_side {
    cursor: cell;
}

#projectsvg {
    /*  position: relative;*/
    /*  width: 100%; 
        padding-bottom: 77%;
        vertical-align: middle; 
        margin: 0; */
    /*  overflow: hidden;*/
}

    #projectsvg svg {
        /*display: inline-block;
        position: absolute; 
        top: 0; 
        left: 0; */
    }

}

.post_title {
    position: fixed;
    top: 0;
    z-index: 1044;
    text-align: center;
    width: 100vw;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #999;
}



.hide_on_desktop {
    display: none !important;
}







.editor_checkbox {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    align-items: center;
    background-color: white;
    border: solid 1px #CCCCCC;
    border-radius: 6px;
    padding: 10px;
    margin: 5px;
}

    .editor_checkbox > label {
        font-weight: normal;
        font-size: small;
        margin: 0px 0px 0px 5px !important;
    }

    .editor_checkbox > input {
        font-weight: normal;
        font-size: small;
        margin: 0px !important;
    }

#svg_inner:hover #artboard {
    display: none;
    /* opacity: 0.5;*/
}

#grid {
    opacity: 0.5;
}

.can_drag {
    cursor: move;
}

.safe_line {
    border-top: solid 5px lightgreen;
}

.bleed_line {
    border-top: solid 5px red;
}

.center_origin {
    transform-origin: center;
}

#svg_inner:hover #img_box {
    /*  opacity: 0.25;
                     transition: opacity 1s;*/
}

.panel_slider {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-top: solid 1px #CCCCCC;
}

.slider_controls {
    display: grid;
    grid-template-columns: auto auto auto;
}

.align_buttons {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    text-align: center;
    /*width: fit-content;*/
    margin-left: auto;
    margin-right: auto;
}

    .align_buttons > a {
        margin: 3px;
    }



.btn-default {
    background-color: var(--main-bg-color);
    border-color: #CCCCCC;
}

    .btn-default[disabled], .btn-default.disabled {
        background-color: var(--main-bg-color);
        border-color: #CCCCCC;
        opacity: 0.5;
    }

.check_box_controls {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
}

    .check_box_controls > div {
        /*  padding: 5px;*/
    }

.key_lines {
    display: grid;
    grid-template-columns: 50% 50%;
}

    .key_lines > div {
        padding: 10px;
    }

        .key_lines > div > hr {
            margin-top: 0px;
            margin-bottom: 0px;
        }

.CropTool {
    padding-top: var(--app-header-height);
    background-color: var(--main-bg-color);
    height: 100vh;
    width: 100vw;
    position: fixed;
    overflow-y: auto;
}

.align_button_group {
    position: fixed;
}

.text_box_img_settings {
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 5px;*/
    display: none;
}

    .text_box_img_settings > div {
        padding: 2px;
        width: 120px;
    }

#finnish_buttons {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.post-modal-container-crop-tool {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .post-modal-container-crop-tool > div {
        width: 100%;
        height: 100%;
    }

        .post-modal-container-crop-tool > div > div {
            /*  padding: 5px;*/
        }



.crop_preview_main > div:first-child {
    text-align: center;
}

.crop_preview_main {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.crop_preview_main_svg {
    flex: 1;
}

#menu_bar > button,
#menu_bar > a,
#menu_bar > div > button,
#menu_bar > div > a {
    border: none;
    background-color: transparent;
    color: #999999;
}

#menu_bar .aspNetDisabled {
    opacity: 0.5;
    cursor: default;
}

#menu_bar li {
    margin-top: 15px;
    margin-bottom: 15px;
}




.modal-backdrop {
    display: none !important;
}

.modal-dialog {
    margin-top: 70px !important;
}

.flex_app {
}

.flex_body_grid {
    display: flex;
    height: 100vh;
    /*   width: 100vw;
            flex-direction: column;
            position: fixed;
            left: 0;
            top: 0;*/
}

    .flex_body_grid > div {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 70px;
        padding-bottom: 50px;
        display: flex;
        flex-direction: column;
    }


.files_grid_container {
    height: 80vh;
    overflow-y: auto;
}


@media only screen and (max-width: 576px) {

    .svg_preview {
        
        max-height: 33vh !important;
    }

    .start_balloon {
        display: none !important;
    }

    .hide_on_576 {
        display: none !important;
    }
    .hide_on_desktop {
        display: block !important;
    }

    .app_body_3 {
        flex-direction: column;
    }

        .app_body_3 > div:first-child {
            height: 40vh !important;
            width: 100% !important;
            border-bottom: solid 1px #CCCCCC;
            background-color: #ffffff;
            z-index: 100;
        }

        .app_body_3 > div:last-child {
            width: 100% !important;
            left: 0;
            top: 40vh !important;
            position: absolute;
            margin-top: 7vh;
            margin-bottom: 10vh;
        }

   

    .app_side_menu {
        border-right: none;
        border-bottom: solid 1px #CCCCCC;
        width: 100vw !important;
        background-color: white !important;
        display: flex;
        flex-direction: row !important;
        top: 0px;
        position: fixed;
        justify-content: space-around;
        /* padding: 5px; */
        gap: 3px;
        height: var(--app-header-height);
         padding-top: 5px !important; 
    }

    .label_price_mobile {
        display: block !important;
    }


    .app_side_menu > a {
        display: block;
        text-align: center;
        margin-bottom: 0px;
        margin-right: 10px;
    }


    .files_grid_container {
        height: 40vh !important;
        overflow-y: visible !important;
    }


    .no_grid img {
        max-height: 35vh !important;
    }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1200px) {
}

.AddToBatch_PlaceHolder {
    width: 100%;
}

.post-modal-background {
    position: fixed;
    z-index: 1042;
    width: 100vw;
    height: 100vh;
    background-color: #999999c9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1042;
    
}

.post-modal-container {
    /* padding: 10px; */
    background-color: white;
    width: 100vw;
    height: 100vh;
    box-shadow: 5px 5px 5px #999999;
    /* border-radius: 8px; */
}

    .post-modal-container > iframe {
        width: 100%;
        height: 100%;
        border: none;
        overflow-y: auto;
    }



.post-modal-close-button {
    position: absolute;
    top: 0;
    right: 8px;
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    color: #999999;
    font-size: 1.5em;
    font-weight: bolder;
    text-align: center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    border-radius: 6px;
    border: solid 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* transform: translate(50%, -50%); */
    cursor: pointer;
}


    .post-modal-close-button::after {
        content: 'x';
        font-size:xx-large;
    }


/*iframe thead close button is in the iframe*/
.inside-iframe {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    height: 30px !important;
    z-index: 1;
}

/*.post-modal-close-button > a {
    text-decoration: none;
    color: #999999;
}*/

.text-tool-tool-bar {
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: solid 1px var(--main-bg-color);
    padding: 10px;
}

.text-tool-flex {
    display: flex;
    justify-content: flex-start;
    padding: 5px;
    column-gap: 10px;
}
.text_formatting {
    margin-bottom:20px;
}
.post-modal-svg-col-1 {
    flex: 1;
    /* padding-top: 20px; */
}
.post-modal-svg-col-2 {
   min-width: 20vw;
  
}

.spinner_container {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    color: lightgreen;
}

.tg_item {
    padding: 5px;
}

.tg_item_active {
    padding: 5px;
    background-color: #e1e1e1 !important;
}

.no_grid {
    text-align: center;
}

    .no_grid img {
        max-height: 75vh;
        max-width: 100%;
    }

/*.batch_grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 80px;
}*/

.empty_preview {
    border: solid 1px #CCCCCC;
    width: 100%;
    aspect-ratio: 1/1;
    cursor: pointer;
   
}

.vis_choices, .btn_choices, .batch_grid {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
    /* display: grid;*/
    display: flex;
    border-radius: 4px;
    /* grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));*/
    column-gap: normal;
    grid-gap: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}
.vis_choices, .btn_choices {
    /*grid-template-columns: repeat(auto-fit, minmax(155px, 1fr)) !important;*/
}

.batch_grid > div {
    border: solid 1px var(--main-bg-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 5px;
    box-shadow: var(--main-bg-color) 5px 5px 5px;
    width: 250px;
    height: 250px;
   
}


/*.batch_item_img {
    max-width: 245px !important;
    max-height: 245px !important;
}


.svg_fig_container {
    padding: 10px
}
*/
    .svg_fig_container figure > svg {
        max-width: 200px !important;
        max-height: 200px !important;
    }

/*.batch_item {
    width: 200px !important;
    height: 200px !important;
}*/

.svg_fig_container figure > svg {
    max-width: 175px !important;
    max-height: 175px !important;
}

.batch_item_img {
    max-width: 175px !important;
    max-height: 175px !important;
}
.batch_item_header_input_form {
    max-width: 150px;
    position: absolute;
    padding: 5px;
    background-color: #CCCCCC;
    border-radius: 4px;
    box-shadow: 3px 3px 3px #999999;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 576px) {
    .batch_item {
        max-width: 80vw !important;
        max-height: 40vh !important;
    }

    .batch_item_img {
        max-width: 70vw !important;
        max-height: 30vh !important;
    }

    .svg_fig_container figure > svg {
        /*   max-width: 70vw !important;*/
        max-height: 30vh !important;
    }

    .svg_fig_container_single figure > svg {
        max-width: 70vw !important;
        max-height: 30vh !important;
        box-shadow: none !important;
    }
}

/*@media only screen and (max-width: 768px) {
    .batch_item {
        width: 200px !important;
        height: 200px !important;
    }

    .svg_fig_container figure > svg {
        max-width: 125px !important;
        max-height: 125px !important;
    }

    .batch_item_img {
        max-width: 125px !important;
        max-height: 125px !important;
    }
}*/

/*@media only screen and (max-width: 992px) {
    .batch_item {
        width: 300px !important;
        height: 300px !important;
    }

    .svg_fig_container figure > svg {
        max-width: 150px !important;
        max-height: 150px !important;
    }

    .batch_item_img {
        max-width: 150px !important;
        max-height: 150px !important;
    }
}*/

/*@media only screen and (max-width: 1200px) {
    .batch_item {
        width: 350px !important;
        height: 350px !important;
    }

    .svg_fig_container figure > svg {
        max-width: 175px !important;
        max-height: 175px !important;
    }

    .batch_item_img {
        max-width: 175px !important;
        max-height: 175px !important;
    }
}*/

.batch_item:hover {
    background-color: var(--main-bg-color);
}



.batch_item .thumb-container {
    /*  max-width: 300px;
    max-height: 300px;*/
    margin-left: auto;
    margin-right: auto;
}

.batch_item_header {
    display: flex;
    justify-content: space-between;
    font-size: smaller;
}
.batch_item > div .checkmark {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: none;
    top: 0;
    left: 0;
}

    .batch_item > div .checkmark::before {
        content: '\2713'; /* Unicode character for checkmark */
        font-size: 150%;
        color: limegreen;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.batch_item > div:last-child {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.batch_item > div:first-child > div {
    overflow-y: hidden;
}

.batch_item > div:last-child > div {
    text-align: center;
    padding: 5px;
    color: gray;
}

    .batch_item > div:last-child > div:last-child {
        flex: 1;
        text-align: right !important;
        font-size: 80%;
        color: green !important;
        font-weight: bold;
    }

        .batch_item > div:last-child > div:last-child > span {
            font-size: 80%;
        }

.btn_app_primary {
    background-color: rgb(54 189 248);
    border-radius: 9px;
    color: rgb(255 255 255);
    font-size: 105%;
    line-height: 1.25rem;
    padding: 15px;
    right: 3.5rem;
    text-align: center;
    cursor: pointer;
}

.checkbox_group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 8px;
    border: solid 1px #999999;
}

    .checkbox_group > .LinkButtonHelp {
        font-size: 80%;
        margin-left: 5px;
    }

    .checkbox_group > span {
        display: flex;
        align-items: center;
    }

        .checkbox_group > span > input[type=checkbox] {
            border: 1px solid #d3d3d3;
            width: 20px;
            height: 20px;
            content: none;
            outline: none;
            margin: 10px;
            cursor: pointer;
        }

        .checkbox_group > span > label {
            margin-left: 5px;
            margin-bottom: 0px !important;
            color: #999999;
        }

.vis_header {
    /* background-color: #CCCCCC; */
    /* border-radius: 3px; */
    /* padding: 10px; */
    display: flex;
    font-size: 110%;
    /* font-weight: bold; */
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
    border-top: solid 2px #ffffff;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #999999;
}
    .vis_header > div:first-child {
        font-size: large;
        display: flex;
    }
    .vis_choices, .btn_choices {
    width: 100%;
    /* height: 50vh;
    overflow-y: auto;*/
    border-radius: 8px;
    margin-bottom: 20px;
    display: grid;
    border-radius: 4px;
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
    column-gap: normal;
    grid-gap: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

    .vis_choices > div {
        background-color: #ffffff;
        border: solid 1px #CCCCCC;
        border-radius: 4px;
    }
.vis_choices_top {
    display: flex;
    justify-content: space-between;
}
.vis_choices_top > div:last-child {
   font-size:smaller;
   padding:2px;
}

@media only screen and (max-width: 576px) {
}

.vis_item {
    display: flex;
    /* grid-template-columns: 150px auto; */

    background-color: white;
    margin-bottom: 2px;
    align-items: center;
    cursor: pointer;
    height: 160px;
    flex-direction: column;
}

    .vis_item > div {
        padding: 5px;
        font-size: 80%;
        margin-bottom: 2px;
    }

        .vis_item > div > img {
            width: auto;
            max-height: 100px;
        }

        .vis_item > div:last-child {
            text-wrap: wrap;
            font-size: x-small;
        }

.vis_selected {
    border: solid 2px green !important;
    /*   background-color: #e0f9ef !important;*/
}

.vis_info {
    /*    position: absolute;
        top: 0;
        right: 0;
        background-color: lightgray;
        border-radius: 0px 4px 0px 8px;*/
    color: #999999;
    padding: 5px;
    cursor: pointer;
}



.Panel_MountingStyleDetails {
    display: flex;
    gap: 10px;
    flex-direction: column;
    background-color: white;
    text-align: center;
    border-radius: 6px;
    box-shadow: 5px 5px 5px #999999;
    max-width: 800px;
}

    .Panel_MountingStyleDetails > div {
        padding: 10px;
    }

        .Panel_MountingStyleDetails > div:first-child {
            display: flex;
            border-bottom: solid 1px #CCCCCC;
            justify-content: space-between;
            align-items: center;
        }

    .Panel_MountingStyleDetails > img {
        margin-left: auto;
        margin-right: auto;
    }

.zone_menu {
    position: absolute;
    display: block;
    z-index: 1;
    background-color: var(--main-bg-color);
    border-radius: 8px;
    box-shadow: 5px 5px 5px #999999;
    margin: 10px;
    padding: 5px;
    border: solid 1px #999999;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24
}




.frame_packages {
    display: none !important;
}

@media screen and (min-width: 1280px) {
}

#no_image_selected_button_container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: flex;
    align-content: center;
    justify-content: center;
}

.text_tool_flex {
    display: flex;
    flex-wrap: wrap;
}

    .text_tool_flex > div:first-child {
        flex: 1;
        min-width: 300px;
    }

    .text_tool_flex > div > svg {
        margin-left: auto;
        margin-right: auto;
    }

.text_align_buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#debug_console {
    margin-top: 50px;
}


.app_body_3 {
    display: flex;
    margin-top: 50px; /* Position the top of the container */
    padding-left: 50%; /* Create space for the fixed left column */
}

    .app_body_3 > div:first-child {
        position: fixed;
        top: 50px;
        left: 0;
        gap: 10px;
        width: 50%;
        height: 100vh;
        display: flex;
        background-color: #ffffff;
    }

    .app_body_3 > div:last-child {
        flex-grow: 1; /* Allow the right column to take up remaining space */
        width: auto; /* Override any potential fixed width */
        padding: 3%;
        margin-bottom:100px;
    }

    .app_body_3 > div > div {
    }

.panel_preview_display {
    width: 100%;
    padding: 3%;
}

#divider {
    padding: 2px;
    background-color: var(--app-bounds-bg-color);
    cursor: col-resize;
}

.panel_custom_sizes {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: xx-small;
}

.panel_group {
    margin-bottom: 20px;
    /* margin-top: 5vh; */
    position: relative;
}

.flex_icon_text {
    display: flex;
    gap: 5px;
    align-items: center;
}


.frame_packages {
    max-width: 150px;
    display: flex !important;
    gap: 5px;
    text-align: center;
    background-color: var(--main-bg-color);
    font-size: small;
    flex-direction: column;
}

.frame_packages_header {
}

.frame_packages_body {
    height: 70vh;
    overflow-y: auto;
}

.frame_packages_package {
    position: relative;
}

.frame_img {
    position: absolute;
    z-index: 2;
    left: 150px;
    top: 0;
    box-shadow: 5px 5px 5px #999999;
}

.frame_packages_package_svg {
    padding: 5%;
}

.frame_packages_package_description {
    font-size: xx-small;
    padding: 5%;
}

.frame_packages_footer {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.vis_description {
    padding: 10px;
    font-size: small;
}




.app_side_menu {
    width: 100px;
    background-color: var(--app-side-menu-bg-color);
    padding-top: 3%;
}

    .app_side_menu > a {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

        .app_side_menu > a > b {
            font-size: 150%;
        }

        .app_side_menu > a > span {
            font-size: 70%;
            display: block;
            width: 100%;
        }



        .app_side_menu > a:link, .app_side_menu > a:active, .app_side_menu > a:visited {
            color: #CCCCCC;
            text-decoration: none;
            fill: #CCCCCC;
        }

        .app_side_menu > a:hover {
            color: #FFFFFF;
            fill: #FFFFFF;
            text-decoration: none;
        }

    .app_side_menu > .aspNetDisabled {
        color: #888888;
        fill: #888888;
    }

.label_price_mobile {
    display: none;
}

/*Framing*/
.size_groups {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}



.size_groups > div {
    border: solid 1px #CCCCCC;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    background-color: white;
}

    .size_groups > div > div:first-child {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .size_groups > div > div:first-child > div:first-child{
       font-size: small;
    }

.post_tabs {
    margin-bottom: 5px;
}
    .post_tabs li {
        margin-right: 3px;
    }

        .post_tabs li > a {
            background-color: #CCCCCC !important;
        }

        .post_tabs li.active {
            background-color: var(--main-bg-color) !important;
        }

            .post_tabs li.active > a {
                background-color: var(--main-bg-color) !important;
            }

.cookie_crumbs {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
   
}
.image_loading {
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}




.unavailable {
    opacity: 0.25;
}


.breadcrumb {
    margin-top: 10px;
}

#frame_preview {
    text-align: center;
    width: 195px;
    height: 195px;
}

    #frame_preview > svg {
        max-height: 195px !important;
    }

#framing_preview_lg {
    text-align: center;
}

    #framing_preview_lg > svg {
        max-height: 800px !important;
    }

#product_details {
   
    font-size: 80%;
    padding-top: 10px;
    padding-bottom: 5px;
}

    #product_details > ul {
        list-style: none;
        padding-left: 0px;
    }

        #product_details > ul > li {
            padding-top: 5px;
            padding-bottom: 5px;
            border-top: solid 1px #E2E2E2;
        }

        #product_details > ul li > ul {
            list-style: none;
            padding-left: 5px;
        }

#current_price {
    font-weight: bold;
    color: forestgreen;
}

.complete_buttons {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: #CCCCCC;
    padding: 5px;
    border-radius: 0px 0px 8px 8px;
    text-align: right;
    justify-content: space-between;
    align-items: center;
}



.color_picker_popup {
  
    padding: 10px;
    /*background-color: #FFFFFF;*/
    border-radius: 4px;
    justify-content: space-between;
}
    .color_picker_popup .picker {
        cursor: pointer;
        width: 100px;
        /* aspect-ratio: 1/1; */
        border: solid 1px #CCCCCC;
        border: ridge;
        border-radius: 4px;
    }
    .color_picker_popup input {
       width: 0px;
       height: 0px;
    }
    .color_picker_popup > div {
        display: flex;
        gap: 10px;
        justify-content: space-between;
    }
    .color_picker_popup > div > div {
        display: flex;
        gap: 10px;
    }


#pages_container {
 /*   background-color: #CCCCCC;*/
    display: flex;
    gap: 3px;
  /*  right: 0;
    top: 5px;*/
    padding: 5px;
   /* border-radius: 4px;*/
    justify-content: center;
}
.crop_header, .crop_footer {
    display: flex;
    justify-content: center;
    padding: 10px;
}
.crop_grid {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.crop_grid_col2 {
    min-width:50vw;
    max-height: 80vh;
}
.crop_slider_control {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border: solid 1px #CCCCCC;
    border-radius: 4px;
    padding: 5px;
    margin: 5px;
}
.toggle_buttons_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
   
    padding: 5px;
    margin: 5px;
}
.toggle_button_label {
    font-size: small;
}
.displayCoordinates {
    position: fixed;
    left: 0;
    bottom: 0;
    font-size: x-small;
    background-color: #CCCCCC;
    padding: 2px;
    border-radius: 0px 3px;
}
.bleedAlert {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    background-color: #891a12;
    color: white;
    width: 100vw;
    text-align: center;
}
.title_qty_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.FrameSizeContainer {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}
.frame_sizing_grid {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    justify-content: start;
    align-items: center; 
    column-gap: 5px;
    font-size: xx-small;
    margin-top:5px;
}
.prompt_add_text {
   
    background-image: url('/images/graphics/Add-Zone-Content-Text.png?d=d');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.prompt_add_image {
    
    background-image: url('/images/graphics/Add-Zone-Content-Image.png?d=d');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

}
.post_title {
  font-size: 120%;
    font-weight: bold;
  
}
.panel_order_form {
    margin-bottom:100px;
}

.loader {
    display: block;
    position: relative;
    height: 20px;
    width: 140px;
    background-image: linear-gradient(#FFF 20px, transparent 0), linear-gradient(#FFF 20px, transparent 0), linear-gradient(#FFF 20px, transparent 0), linear-gradient(#FFF 20px, transparent 0);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 0 0, 40px 0, 80px 0, 120px 0;
    animation: pgfill 1s linear infinite;
}

@keyframes pgfill {
    0% {
        background-image: linear-gradient(#FFF 20px, transparent 0), linear-gradient(#FFF 20px, transparent 0), linear-gradient(#FFF 20px, transparent 0), linear-gradient(#FFF 20px, transparent 0);
    }

    25% {
        background-image: linear-gradient(#C1C1C1 20px, transparent 0), linear-gradient(#FFF 20px, transparent 0), linear-gradient(#FFF 20px, transparent 0), linear-gradient(#FFF 20px, transparent 0);
    }

    50% {
        background-image: linear-gradient(#C1C1C1 20px, transparent 0), linear-gradient(#C1C1C1 20px, transparent 0), linear-gradient(#FFF 20px, transparent 0), linear-gradient(#FFF 20px, transparent 0);
    }

    75% {
        background-image: linear-gradient(#C1C1C1 20px, transparent 0), linear-gradient(#C1C1C1 20px, transparent 0), linear-gradient(#C1C1C1 20px, transparent 0), linear-gradient(#FFF 20px, transparent 0);
    }

    100% {
        background-image: linear-gradient(#C1C1C1 20px, transparent 0), linear-gradient(#C1C1C1 20px, transparent 0), linear-gradient(#C1C1C1 20px, transparent 0), linear-gradient(#C1C1C1 20px, transparent 0);
    }
}

.no_image_selected_button_container {
    display: flex;
    justify-content: center;
    align-items: center;

}
.no_image_selected_button_container > div{
    cursor: pointer;
    display: flex;
    gap: 5px;
}
.preview_menu {
    background: #9e9e9e5e;
    width: 100vw;
    height: 100vh;
    z-index: 100000;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 100px;
}
.preview_menu > div {
    display: flex;
    position: absolute;
    background-color: #FFFFFF;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.88);
    padding: 10px;
    border: solid 1px #999999;
    border-radius: 6px;
    flex-direction: column;
    align-items: flex-start;
   
    
}
.preview_menu > div > div {
    padding:5px;
}
.preview_menu_item {
    display: flex;
    gap: 5px;
    align-items: center;
}
.mural_size {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}
.mural_size span {
    font-size:small;
}
.frame_void {
    opacity:0.33;
}




