﻿
body {
    background-color: #EEEEEE;
}

.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_balloon > div {
        /*transform: rotate(45deg);
                 -webkit-transform: rotate(45deg);
                  -moz-transform: rotate(45deg);
                   -ms-transform: rotate(45deg);
                display: block;
                width: 20px;
                height: 20px;*/
        width: 0;
        height: 0;
        /*border-top: 10px solid transparent;
                border-right: 20px solid seagreen;
                border-bottom: 10px solid transparent;*/
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 20px solid #29ce01;
        position: absolute;
        top: -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;
}



.PanelSheetSize {
    font-size: 80%;
    color: #CCCCCC;
    margin: 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: 50px;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    /*  border-right: solid 1px #999999;
    box-shadow: 2px 2px 5px #999999;*/
}

.col_b {
    background-color: #EEEEEE;
    padding-top: 50px;
    padding-bottom: 100px;
    position: absolute;
    right: 0;
}

.col_a_top_bottom {
    height: 50vh;
    display: flex;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 50px;
    background-color: #FFFFFF;
    align-items: center;
    justify-content: center;
}

.col_b_top_bottom {
    height: 50vh;
    background-color: #EEEEEE;
    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: 50px;
}

.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: rgb(54 189 248); /*#EEEEEE;*/
}
#post_bc {
    margin-bottom:0px !important;
}
#app_header, .app_header {
   /* border-bottom: solid 1px #CCCCCC;*/
    top: 0px;
    height: 50px;
   /* box-shadow: 0px 2px 5px #CCCCCC;*/
}

    #app_header > div, .app_header > div, .app_footer > div {
        display: flex;
        justify-content: space-between;
        color: #EEEEEE;
        align-items: center;
    
    }
    .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%;
}


#app_footer, .app_footer {
  /*  border-top: solid 1px #CCCCCC;*/
    bottom: 0px;
    height: 60px;
 /*   box-shadow: 0px -2px 5px #CCCCCC;*/
}

.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: #EEEEEE;
    z-index: 100;
}

.app_body_2 {
}

.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: #EEEEEE;
}


.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: #EEEEEE;
    font-weight: normal;
   overflow-x:hidden;
   
}

.open_buttons {
    margin-bottom: 10px;
}

@media screen and (max-width: 760px) {


    body {
        background-color: #FFFFFF;
    }



    .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: 50px;
    background-color: #FFFFFF;
}
/*       .CropWindow {
            padding:20px;
      width: 100vw;
    position: fixed;
    z-index: 999999;
    background-color: #EEEEEE;
    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: #EEEEEE;
    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;
}

.app_body_2 {
    background-color: white;
    display: flex;
    flex-direction: row;
    height: calc(100vh - 110px);
    width: 100vw;
    position: fixed;
    top: 50px;
    left: 0;
    
}

    .app_body_2 > div {
        padding: 10px;
             display: flex;
        flex-direction: column;
     
      
    }

        .app_body_2 > div:last-of-type {
            overflow-y: auto;
        }

        .app_body_2 > div:nth-child(2) {
            width: 100%;
        }

.app_side_menu {
   /* border-right: solid 1px #CCCCCC;*/
    width: 100px;
    background-color: #333;
  
}

    .app_side_menu > div > a {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

        .app_side_menu > div > a > b {
            font-size: 150%;
        }

        .app_side_menu > div > a > span {
            font-size: 70%;
            display: block;
            width: 100%;
        }

    .app_side_menu > div:last-of-type {
        margin-top: auto;
    }

    .app_side_menu > div > a:link, .app_side_menu > div > a:active, .app_side_menu > div > a:visited {
        color: #CCCCCC;
        text-decoration: none;
        fill: #CCCCCC;
    }

    .app_side_menu > div > a:hover {
        color: #FFFFFF;
        fill: #FFFFFF;
        text-decoration: none;
    }

    .app_side_menu > div > .aspNetDisabled {
        color: #888888;
        fill: #888888;
    }







.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: #EEEEEE;
    border-color: #CCCCCC;
}

    .btn-default[disabled], .btn-default.disabled {
        background-color: #EEEEEE;
        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: 50px;
    background-color: #eeeeee;
    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;
    }

.flex_col_a {
    background-color: white;
  
}
.files_grid_container {
    height: 80vh;
    overflow-y: auto;
}
.flex_col_b {
    background-color: #EEEEEE;
    overflow-y: auto;
}


@media only screen and (max-width: 576px) {

    .start_balloon {
        display: none !important;
    }

    .hide_on_576 {
        display: none !important;
    }

    .app_body_2 {
        flex-direction: column;
    }

        .app_body_2 > div {
            padding-top: 10px !important;
            padding-bottom: 10px !important;
        }

    .app_side_menu {
        /*   display:none !important;*/
        border-right: none;
        border-bottom: solid 1px #CCCCCC;
        width: 100%;
        background-color: white;
        display: flex !important;
        flex-direction: row !important;
    }

        .app_side_menu > div {
            display: flex;
            flex-direction: row;
            align-items: flex-end;
        }

            .app_side_menu > div > hr {
                display: none;
            }

            .app_side_menu > div > a {
                display: block;
                text-align: center;
                margin-bottom: 0px;
                margin-right: 10px;
            }

    .flex_col_a {
        width: 100% !important;
        max-height: 40vh !important;
    }
    .files_grid_container {
        height: 40vh !important;
        overflow-y: visible !important;
    }
    .flex_col_b {
        width: 100% !important;
        background-color: #FFFFFF !important;
        margin-bottom: 70px !important;
    }

    .no_grid img {
        max-height: 35vh !important;
    }
    
}

@media only screen and (max-width: 768px) {

    .flex_col_a {
        width: 50%;
    }

    .flex_col_b {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) {


    .flex_col_a {
        width: 50%;
    }

    .flex_col_b {
        width: 50%;
    }
}

@media only screen and (min-width: 1200px) {


    .flex_col_a {
        width: 60%;
    }

    .flex_col_b {
        width: 40%;
    }
}

.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 {
    /*width: 100%;
height:calc(100vh - 50px);*/
    padding: 10px;
    background-color: white;
    width: 90vw;
    height: 90vh;
    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: 5%;
    right: 5%;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #999999;
    font-size: 40px;
    font-weight: bold;
     text-align: center; 
     line-height: 20px; 
    cursor: pointer;
    border-radius: 8px;
    border: solid 2px #999999;
    display: flex;
    justify-content: center;
    align-items: center;
}*/
/*
.post-modal-close-button {
    position: absolute;
    top: 3%;
    right: 3%;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #999999;
    font-size: 2.2em;
    font-weight: bold;
     text-align: center; 
     line-height: 1.2; 
    cursor: pointer;
    border-radius: 50%;
    border: solid 1px #999999;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

.post-modal-close-button {
    position: absolute;
    top: 5%;
    right: 5%;
    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: 50%;
    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'; /* Unicode character for times sign */
      
    }


/*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 #EEEEEE;
    padding: 10px;
   
}
.text-tool-flex {
    display: flex;
    justify-content: flex-start;
    padding: 5px;
    column-gap: 10px;
}

.post-modal-svg-col-1 {
    flex: 1;
    padding-top: 20px;
}

.post-modal-svg-col-2 {
    width: 20vw;
    padding: 20px 10px 10px 10px;
    
}

.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;
}

.batch_item {
    border: solid 1px #EEEEEE;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 6px;
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 10px;
    box-shadow: #EEEEEE 5px 5px 5px;
    width: 300px;
    height: 300px;
    margin: 5px;
}


.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;
    }



@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: 180px !important;
        max-height: 180px !important;
    }

    .batch_item_img {
        max-width: 180px !important;
        max-height: 180px !important;
    }
}

@media only screen and (max-width: 992px) {
    .batch_item {
        width: 300px !important;
        height: 300px !important;
    }
    .svg_fig_container figure > svg {
        max-width: 200px !important;
        max-height: 200px !important;
    }
    .batch_item_img {
        max-width: 200px !important;
        max-height: 200px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .batch_item {
        width: 350px !important;
        height: 350px !important;
    }
    .svg_fig_container figure > svg {
        max-width: 300px !important;
        max-height: 300px !important;
    }
    .batch_item_img {
        max-width: 300px !important;
        max-height: 300px !important;
    }
}

.batch_item:hover {
    background-color: #eeeeee;
}


.batch_item .thumb-container {
    /*  max-width: 300px;
    max-height: 300px;*/
    margin-left: auto;
    margin-right: auto;
}


.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;
}

.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;
}
.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;
      /*  width: 155px;*/
      
    }
.vis_choices_mobile {
    display: none;
  
}

@media only screen and (max-width: 576px) {
    .vis_choices {
        display: none !important;
    }

    .vis_choices_mobile {
        display: block !important;
    }
}
.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;
    }