﻿/*
    SELECT ELEMENT
*/
.sel-db {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.825rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: auto !important;
    margin-left: auto !important;
}

.sel-db-css option {
    background-color: #DDDDDD;
    color: #422529;
    font-weight: normal;
    text-align: center;
}

    .sel-db-css option:disabled {
        color: #c6bbb6;
    }

.sel-db-css:disabled, .sel-db-css[aria-disabled=true] {
    color: #999999;
}

    .sel-db-css:disabled:hover, .sel-db-css[aria-disabled=true] {
        border-color: #aaa;
    }

.sel-db-css {
    text-align: center;
    display: block;
    font-size: 17px;
    color: #212529;
    line-height: 1.25;
    padding: 5px 10px 5px 0px;
    width: auto;
    box-sizing: border-box;
    margin: 0;
    border: 0px solid #ccc;
    border-radius: .0em;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23B76700%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right 0 top 50%, 0 0;
    background-size: .65em auto, 100%;
}

    .sel-db-css::-ms-expand {
        display: none;
    }

    .sel-db-css:hover {
    }

    .sel-db-css:focus {
        color: #222;
        outline: none;
    }

/*
 * FROM ADMIN.CSS 
 */

.btn-clear {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}
.btn-danger1 {
    background: darkred;
    border-color: darkred;
    color: #E0E0E0;
    padding: 0.25rem 0.75rem;
    margin-top: -2px;
}

    .btn-danger1:hover {
        color: #F9F9F9;
        background: #AB1F1F;
        border-color: #AB1F1F;
    }

    .btn-danger1.focus, .btn-danger1:focus {
        box-shadow: rgba(188, 100, 100, 0.5) 0px 0px 2px 0.15rem !important
    }
.btn-danger1-default-focus {
    box-shadow: rgba(188, 100, 100, 0.5) 0px 0px 2px 0.15rem !important
}
.btn-danger2 {
    background: #AB1F1F;
    border-color: #AB1F1F;
    padding: 0.25rem 0.75rem;
    margin-top: -2px;
}

    .btn-danger2:hover {
        color: #D0D0D0;
        background: #BC2F2F;
        border-color: #BC2F2F;
    }

    .btn-danger2.focus, .btn-danger2:focus {
        box-shadow: 0 0 3px .2rem #DF9B9B !important;
    }
.btn-danger2-default-focus {
    box-shadow: 0 0 3px .2rem #DF9B9B !important;
}
.btn-danger3 {
    background: #8B000010;
    border-color: #8B000020;
    color: #E0E0E0;
    padding: 0.1rem 0.2rem;
    margin-top: 0.05rem;
    margin-bottom: 0.05rem;
}

    .btn-danger3:hover {
        color: #F9F9F9;
        background: #8B000020;
        border-color: #8B000040;
    }

    .btn-danger3.focus, .btn-danger3:focus {
        box-shadow: rgba(188, 100, 100, 0.5) 0px 0px 2px 0.15rem !important;
    }
.btn-danger3-default-focus {
    box-shadow: rgba(188, 100, 100, 0.5) 0px 0px 2px 0.15rem !important;
}
.btn-szf-empty {
    background: whitesmoke;
    border-color: #6B3C00;
    color: #6B3C00;
    padding: 0.25rem 0.75rem;
    margin-top: -2px;
    border-width: 1px !important;
    border-style: solid;
}

    .btn-szf-empty:hover {
        color: #A55C00;
    }

    .btn-szf-empty.focus, .btn-szf-empty:focus {
        outline: 0;
        box-shadow: rgba(233, 190, 136, 0.75) 0px 0px 2px 0.15rem !important;
    }
.btn-szf-svg {
    background: transparent;
    border-color: transparent;
    color: #6B3C00;
    padding: 0;
    margin-top: -3px;
    border-width: 0px !important;
    outline: 0;
    border-style: none;
    border-radius: 1rem;
}
    .btn-szf-svg:hover {
    }

    .btn-szf-svg.focus, .btn-szf-svg:focus {
        box-shadow: rgba(233, 190, 136, 0.75) 0px 0px 1rem 0.15rem !important;
    }
.svg-item-x {
    box-shadow: none;
}
.svg-item-x.focus, .svg-item-x:focus {
    outline: 0;
    box-shadow: rgba(192, 96, 96, 0.75) 0px 0px 20px 0.15rem !important;
    fill: red;
}
.svg-item-focus-x {
    box-shadow: none;
}
    .svg-item-focus-x.focus, .svg-item-focus-x:focus {
        outline: 0;
        box-shadow: none !important;
    }

.btn-szf-clear1 {
    background: whitesmoke;
    color: #803D04;
    padding: 0.25rem 0.75rem;
    margin-top: -2px;
    border-width: 1px !important;
    border-style: solid;
    border-color: #803D04;
}
    .btn-szf-clear1:hover {
        background: whitesmoke;
        color: #803D04;
        box-shadow: rgba(233, 190, 136, 0.75) 0px 0px 2px 0.15rem !important;
    }
    .btn-szf-clear1.focus, .btn-szf-clear1:focus {
        color: #803D04;
        background: #fbecdb;
        box-shadow: rgba(233, 190, 136, 0.75) 0px 0px 2px 0.15rem !important;
    }
.btn-green1 {
    background: whitesmoke;
    color: darkgreen;
    padding: 0.25rem 0.75rem;
    margin-top: -2px;
    border-width: 1px !important;
    border-style: solid;
    border-color: darkgreen;
}
    .btn-green1:hover {
        background: #D8E8D8;
    }
    .btn-green1.focus, .btn-green1:focus {
        box-shadow: rgba(100, 188, 100, 0.5) 0px 0px 2px 0.15rem !important
    }
.btn-infoblue {
    background: #066477;
    color: whitesmoke;
    padding: 0.25rem 0.75rem;
    margin-top: -2px;
    border-width: 1px !important;
    border-style: solid;
    border-color: darkblue;
}
    .btn-infoblue:hover {
        background: #065868;
        color: #e2e2e2;
    }
    .btn-infoblue.focus, .btn-infoblue:focus {
        background: #024B5D;
        color: #D8D8D8;
        box-shadow: rgba(4, 80, 100, 0.5) 0px 0px 2px 0.15rem !important;
    }

.btn-clearblue {
    background: whitesmoke;
    color: #066477;
    padding: 0.25rem 0.75rem;
    margin-top: -2px;
    border-width: 1px !important;
    border-style: solid;
    border-color: #066477;
}
    .btn-clearblue:hover {
        background: #D8E3EA;
        color: #045467;
    }
    .btn-clearblue.focus, .btn-clearblue:focus {
        background: #D8E3EA;
        color: #024B5D;
        box-shadow: rgba(136, 190, 233, 0.5) 0px 0px 2px 0.15rem !important;
    }

/*
 * MISC
 */
        .cursor-pointer.hover, .cursor-pointer:hover {
    cursor: pointer;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.table-td {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E2E2E2;
    padding: 10px 12px 10px 7px;
}

.tr-div {
    padding: 1px 0;
}

.input-szf {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    width: 100%;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    padding-right: 31px;
    font-size: 16px;
}

    .input-szf:focus {
        border-color: #da7100;
        box-shadow: 0 0 0 .2rem rgba(218,113,0,0.25);
        -webkit-transition: 0.25s;
        -moz-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s;
    }

/*
 * Syncfusion Spinner
 */
.spin-row {
    position: relative;
    background-color: transparent;
    height: 100px;
}

.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 {
    stroke: #f09341 !important;
}

.e-spinner-pane .e-spinner-inner .e-spin-label {
    color: #dddddd !important;
}



/* CP */

.photo-cp {
    z-index: 20;
    margin: 0px 0px 7px 0px;
    margin-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
}

.photo-all-panel-main {
    max-width: 720px;
    min-width: 240px;
}

.tOptions-all-container {
    /*width: 100%;
    max-width: 720px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC !important;
    border-radius: 7px;
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    color: #7F7F7F;
    padding: 10px;
    background-color: #FCFCFC;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 5px 10px 3px rgba(20,20,20,0.2); */
}

.col-12-max {
    position: relative;
    width: 100%;
    /* font-family: "Work Sans", Arial, sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 1.4;
color: #7F7F7F; */
}

.border-radius-top-7 {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.text-color-white {
    color: #FFFFFF;
}

    .text-color-white:hover {
        color: #C9C9C9;
    }

.szf-gradient {
    background-color: #803D04;
    background: -webkit-gradient(top, #D8853F, #803D04);
    background: -webkit-linear-gradient(top, #D8853F, #803D04);
    background: -moz-linear-gradient(top, #D8853F, #803D04);
    /* background: -ms-linear-gradient(top, #D8853F, #803D04); */
    background: -o-linear-gradient(top, #D8853F, #803D04);
    background: -o-linear-gradient(top, #D8853F, #803D04);
}

.photo-cp-nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-align: center;
    color: #ffffff;
}

    .photo-cp-nav-link:hover {
        color: #C9C9C9;
    }

    .photo-cp-nav-link.active {
        color: #fff;
        display: block;
        padding: 0.5rem 1rem;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        background-color: #6B3C00 !important;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B76700), to(#6B3C00)) !important;
        background: -webkit-linear-gradient(top, #B76700, #6B3C00) !important;
        background: -moz-linear-gradient(top, #B76700, #6B3C00) !important;
        /* background: -ms-linear-gradient(top, #B76700, #6B3C00) !important; */
        background: -o-linear-gradient(top, #B76700, #6B3C00) !important;
    }

.cp-title {
    margin-top: 5px;
    margin-bottom: 18px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.select-css-szf {
    /* text-align: center; */
    min-width: 65px;
    display: block;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: 600;
    color: #606060;
    line-height: 1.25;
    /* padding: .6em 1.4em .5em .8em; */
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    border-radius: .0em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #FDF7F2;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23803D04%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

    .select-css-szf::-ms-expand {
        display: none;
    }

    .select-css-szf:hover {
        border-color: #888;
    }

    .select-css-szf:focus {
        /*border-color: #aaa;
        box-shadow: 0 0 1px 3px rgba(252, 193, 104, 0.7);
        box-shadow: 0 0 0 3px -moz-mac-focusring;
        color: #222; */
        outline: none;
    }

.photo-cp .select-css-szf:focus {
    /* border-color: transparent;
    box-shadow: 1px 1px 10px 1px rgba(187, 177, 166); */
    outline: none;
}

.photo-cp .select-css-szf:hover {
    border-color: #CCCCCC;
    box-shadow: 1px 1px 10px 1px rgba(187, 177, 166);
    outline: none;
}

.photo-all-panel-main {
    max-width: 720px;
    padding-right: 0;
    padding-left: 0;
}

.select-css-szf option {
    font-weight: normal;
    text-align: center;
}

    .select-css-szf option:disabled {
        color: #c6bbb6;
    }

.select-css-szf:disabled, .select-css-szf[aria-disabled=true] {
    color: graytext;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

    .select-css-szf:disabled:hover, .select-css-szf[aria-disabled=true] {
        border-color: #aaa;
    }

.sel-chosen-container-szf {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: auto !important;
    margin-bottom: auto !important;
    margin-right: 5px !important;
}

select {
    word-wrap: normal;
}

button, select {
    text-transform: none;
}

.papers-theme-icons {
    position: relative;
    margin: 10px 12px; /* 10px 6px */
    padding: 0px;
    background-color: #f2f2f2;
    border-radius: 10px;
    display: grid;
    max-width: 120px;
    box-shadow: 1px 10px 12px 1px rgba(20,20,20,0.4);
    /* box-shadow: -webkit-box-shadow(1px,8px,10px,1px,rgba(20,20,20,0.4)); */
}

    .papers-theme-icons img {
        border-radius: 9px 9px 0 0;
        vertical-align: top;
        width: 100%;
    }
.papers-theme-icons-simple {
    position: relative;
    margin: 10px 12px;
    padding: 0px;
    background-color: #f2f2f2;
    border: 1px solid white;
    border-radius: 10px;
    display: grid;
    max-width: 120px;
    box-shadow: 0px 0px 8px 1px rgba(20,20,20,0.3);
    /* box-shadow: -webkit-box-shadow(0px,0px,8px,2px,rgba(20,20,20,0.3)); */
}

    .papers-theme-icons-simple img {
        border-radius: 9px;
        vertical-align: middle;
        width: 100%;
    }
.papers-theme-background {
    background: rgb(231,220,207);
}
.papers-simple-theme-background {
    background: #f2f2f2;
}

.polaroid {
    text-align: center;
    padding: 7px;
}

    .polaroid p {
        margin-bottom: 0;
    }

.papers-theme .btn.focus, .papers-theme .btn:focus, .papers-theme .btn.active, .papers-theme .btn:active .papers-theme .btn.hover, .papers-theme .btn:hover {
    border-color: transparent !important;
    box-shadow: 0 0 5px .2rem rgba(218,113,0,0.6) !important;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    /* -ms-transition: 0.25s; */
    -o-transition: 0.25s;
    transition: 0.25s;
    border-radius: 11px !important;
}

.paper-description {
    margin: 15px 0px 0 0px;
    padding: 3px;
    border-radius: 5px;
    background: #e4c498;
}

.tab-content {
    padding: 10px 15px;
}
.tab-content-photo-header {
    padding: 10px 0px;
}
.tab-content-simple-photo-header {
    border: 1px solid #D7D7D7;
    /* padding-left: 0.5rem;
    padding-right: 0.5rem; */
    font-size: 0.9rem;
    background-color: rgb(231,220,207); /* #f2f2f2; */
    border: 1px solid #D7D7D7;
    border-radius: 0 0 7px 7px;
}
.shadow-normal {
    box-shadow: 1px 10px 12px 1px rgba(20,20,20,0.1);
}


@charset "UTF-8";

.GalleryOverlay {
    display: block;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1111; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.3s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.GalleryContent {
    position: relative;
    height: 100%;
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    /* margin-top: 30px; 30px top margin to avoid conflict with the close button on smaller screens */
}
/* The navigation links inside the overlay */
.GalleryOverlay a {
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    display: block; /* Display block instead of inline */
    transition: 0.2s; /* Transition effects on hover (color) */
}

.GalleryOverylay a:hover {
    opacity: 0.75;
}
/* When you mouse over the navigation links, change their color */
.GalleryOverlay a:hover, .GalleryOverlay a:focus {
    opacity: 0.6;
}

.GalleryClose, .GalleryTitle {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 40px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: .8;
    display: none;
}
/* Position the close button (top right corner) */
.GalleryClose {
    padding: 15px;
    margin: -15px;
    display: block;
    right: 15px;
    left: auto;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer;
}
/* Position the close button (top right corner) */
.GalleryTitle {
    display: block;
}
/* The Image itself */
.GalleryImage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}


/* Main Uploader CSS */
.container-1 {
    border: 1px solid gray;
    border-radius: 12px;
    background: #f9f9f9;
    margin: 15px;
    padding: 15px;
}

td {
    padding-left: 10px;
    padding-right: 10px;
}

.dropArea {
    border: 3px dashed #898989; /* 2px dashed steelblue; */
    background-color: #f2f2f2;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
    min-height: 200px;
    border-radius: 12px;
    transition: 0.3s;
}

    .dropArea:hover {
        background-color: #DCDCDC;
        border: 3px dashed #797979;
        /* color: #333; */
        transition: 0.3s;
    }

    .dropArea input[type=file] {
        position: absolute;
        width: 99%;
        height: 99%;
        opacity: 0;
        cursor: pointer;
    }

.dropAreaDrug {
    background-color: #DCDCDC;
    border: 3px dashed #da7100;
    transition: 0.3s;
}

.vis-visible {
    visibility: visible;
    transition: 0.5s;
}

.vis-hidden {
    visibility: hidden;
    transition: 0.5s;
}

.vis-visible {
    visibility: collapse;
    transition: 0.5s;
}


.imgbox-item-invalid {
    background-color: #FFF4F4 !important;
    -webkit-box-shadow: 1px 1px 5px 4px rgba(200,0,0,0.8) !important;
    -moz-box-shadow: 1px 1px 5px 4px rgba(200,0,0,0.8) !important;
    box-shadow: 1px 1px 5px 4px rgba(200,0,0,0.8) !important;
}

.imgbox-item-image img {
    box-shadow: 1px 5px 10px 3px rgba(20,20,20,0.2);
}

.imgbox-item-textline {
    text-align: initial;
    margin-bottom: 5px;
    margin-left: 2px;
    margin-right: 2px;
}
.tarticle {
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    border-radius: 12px;
    margin-top: 45px;
    margin-bottom: 10px;
    box-shadow: 1px 5px 10px 3px rgba(20,20,20,0.2);
}

.tarticle-noshadow img {
    box-shadow: none !important;
    background: transparent !important;
}

.ta-class {
    padding: 15px;
    background-color: #FCFCFC;
}

.truncate-text-260px {
    display: inline-block;
    white-space: nowrap;
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icc-item {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    box-shadow: 1px 10px 12px 1px rgba(20,20,20,0.1);
    background: #2091c807;
}

.icc-line {
    display: inherit;
}

.sel-chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: auto !important;
    margin-bottom: auto !important;
    margin-right: 5px !important;
}

.items-price {
    text-align: right;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5px;
    margin-right: 0px !important;
    font-size: 1.2rem;
}

.szf-color {
    background-color: #803D04;
    background: -webkit-gradient(top, #D8853F, #803D04);
    background: -webkit-linear-gradient(top, #D8853F, #803D04);
    background: -moz-linear-gradient(top, #D8853F, #803D04);
    background: -o-linear-gradient(top, #D8853F, #803D04);
    background: -o-linear-gradient(top, #D8853F, #803D04);
    color: white;
}

.szf-colorbox {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}
.posrel {
    position: relative;
}
.tFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.btn-tdel {
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
}


/* PROGRESS BAR*/
.progress-bar-color {
    background: rgb(218,113,0);
    background: -moz-linear-gradient(90deg, rgba(218,113,0,1) 0%, rgba(120,55,0,1) 99%, rgba(255,220,191,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(218,113,0,1) 0%, rgba(120,55,0,1) 99%, rgba(255,220,191,1) 100%);
    background: linear-gradient(90deg, rgba(218,113,0,1) 0%, rgba(120,55,0,1) 99%, rgba(255,220,191,1) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#da7100",endColorstr="#ffdcbf",GradientType=1); */
}
.tup-progress-bar,
.tup-progress-bar-nav {
    border-radius: 0;
    height: 45px;
    background-color: #da7100;
}
.selected-line-v1 {
    width: 100%;
    background: whitesmoke;
    color: #803D04;
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
    padding: 0.25rem 0.75rem;
    border-width: 1px !important;
    border-style: solid;
    border-color: #803D04;
    border-radius: .25rem;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .mr-4-md {
        margin-right: 1.5rem !important;
    }

    .ml-4-md {
        margin-left: 1.5rem !important;
    }

    .mr-3-md {
        margin-right: 1rem !important;
    }

    .ml-3-md {
        margin-left: 1rem !important;
    }

    .mr-2-md {
        margin-right: .5rem !important;
    }

    .ml-2-md {
        margin-left: .5rem !important;
    }

    .mr-1-md {
        margin-right: .25rem !important;
    }

    .ml-1-md {
        margin-left: .25rem !important;
    }
}

.pl-4-md, .pl-3-md, .pl-2-md, .pl-1-md {
    padding-left: 0 !important;
}
.pr-4-md, .pr-3-md, .pr-2-md, .pr-1-md {
    padding-right: 0 !important;
}
.px-4-md, .px-3-md, .px-2-md, .px-1-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (min-width: 768px) {
    .pr-4-md, .px-4-md, .px-4-md-clear {
        padding-right: 1.5rem !important;
    }

    .pl-4-md, .px-4-md, .px-4-md-clear {
        padding-left: 1.5rem !important;
    }

    .pr-3-md, .px-3-md, .px-3-md-clear {
        padding-right: 1rem !important;
    }

    .pl-3-md, .px-3-md, .px-3-md-clear {
        padding-left: 1rem !important;
    }

    .pr-2-md, .px-2-md, .px-2-md-clear {
        padding-right: .5rem !important;
    }

    .pl-2-md, .px-2-md, .px-2-md-clear {
        padding-left: .5rem !important;
    }

    .pr-1-md, .px-1-md, .px-1-md-clear {
        padding-right: .25rem !important;
    }

    .pl-1-md, .px-1-md, .px-1-md-clear {
        padding-left: .25rem !important;
    }
}

@media (max-width: 767.99px) {
    .pr-0-md {
        padding-right: 0 !important;
    }
    .pl-0-md {
        padding-left: 0 !important;
    }
}
.container-fluid-t1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.scene {
    perspective: 640px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box3d {
    transform-style: preserve-3d;
    position: relative;
    transition: transform 1s;
    box-sizing: border-box;
}

@media (min-width: 1600px) {
    .container-canvas-main {
        max-width: 1560px;
    }
}
.container-canvas-main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.row-canvas {
    display: flex;
    flex-wrap: wrap;
}
.row-canvas > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1440px) {
    .col-xxl-6-canvas {
        flex-grow: 1;
        flex-basis: content;
        width: 50%;
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .col-xxl-6-canvas {
        max-width: 728px;
        width: 100%;
    }
}
.canvasbox-wrapper1 {
    position: relative;
    box-sizing: border-box;
    touch-action: none;
}
.canvasbox-wrapper2 {
    text-align: center;
    width: 100%;
    position: relative;
}
.canvasbox-hidden-image2d {
    max-width: 640px;
    max-height: 640px;
    vertical-align: middle;
    visibility: hidden;
}
.canvas-outer-box {
    height: 100%;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
}
.canvas-settings-box {
    max-width: 670px;
    margin: 0 auto;
    height: fit-content;
    border-radius: 12px;
    box-shadow: 1px 5px 10px 3px rgba(20,20,20,0.2);
    background: #f2f0ed;
}
.flex-equal-height-cols {
    height: 100%;
    width: 100%;
}
.hide-inputfile {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
}
.dropArea-viewbox {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer;
    position: relative;
    border-radius: 7px;
    transition: 0.4s;
    overflow: hidden;
}

    .dropArea-viewbox:hover {
        background-color: rgb(231,220,207);
        /* color: #333; */
        transition: 0.4s;
    }
    .dropArea-viewbox input[type=file]::-webkit-file-upload-button {
        cursor: pointer;
    }
        .dropArea-viewbox input[type=file] {
        font-size: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        /* top: 0;
        left: 0; */
    }
    .dropArea-viewbox span {
        cursor: pointer;
        padding: 0.25rem 0.75rem;
        background-color: rgb(231,220,207);
        /* position: absolute; */
        z-index: 2;
        border-radius: 7px;
    }
    .dropArea-viewbox span:hover {
        cursor: pointer;
    }
.btn-viewbox-clear {
    z-index: 1;
    padding: 0.25rem;
    font-size: 1.1rem;
    background-color: rgb(231,220,207);
    color: inherit;
    border: none;
    padding: 0.25rem 0.75rem;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    border-radius: 7px;
}
    .btn-viewbox-clear:hover {
        /* background: #D8E3EA; */
        color: #464646;
        cursor: pointer;
    }

    .btn-viewbox-clear.focus, .btn-viewbox-clear:focus {
        /* background: #D8E3EA; */
        color: #464646;
        cursor: pointer;
        /* box-shadow: rgba(136, 190, 233, 0.5) 0px 0px 2px 0.15rem !important; */
    }