﻿.OffScreen {
    position: absolute;
    top: -10000px;
}
.ScrollPanel {
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   
}


/*.scroll::-webkit-scrollbar {
    width: 12px;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}*/



    .ScrollPanel::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 10px;
    }
.ScrollPanel::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    /*border-radius: 10px;*/
}
.ScrollPanel::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #4cff00;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}


#InterfaceDesktop {
    /*margin-top:-20px;*/
    width: 96%;
    /*border: solid 1px #CCCCCC;
                border-radius: 6px;*/
    /*margin-bottom: 200px;*/
}

    #InterfaceDesktop tr td {
        /*margin-bottom: 200px;*/
    }

.InterfaceDesktop-col-left {
    /*padding-left: 10px;
    padding-right: 10px;
       padding-top: 20px;*/

    /*background-color:#EEEEEE;*/
    vertical-align: top;
    /*width: 25%;*/
}

.InterfaceDesktop-col-center {
    /*padding: 10px;*/
    vertical-align: top;
   /* background-color: #FFFFFF;
    border-right: solid 1px #CCCCCC;
    
            border-left: solid 1px #CCCCCC;
            width: 50%;

    */
}

.InterfaceDesktop-col-right {
    /*padding: 10px;*/
    vertical-align: top;
    /*background-color:#EEEEEE;*/
    /*width: 25%;*/
}

.InterfaceDesktop-col-farright {
    padding: 10px;
    vertical-align: top;
    /*background-color:#EEEEEE;*/
    /*width: 75%;*/
   
}
.btn-gridselect {

    margin-bottom:10px;
}
.cssLoader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.GridButtonError {
    background-color:orangered;
}
/* (Optional) Apply a "closed-hand" cursor during drag operation. 
            .grabbable:active {
                cursor: grabbing;
                cursor: -moz-grabbing;
                cursor: -webkit-grabbing;
            }
                */

#FrameSegments {
    display: none;
}

.FrameLinkCell {
    height: 250px;
}
/*Alternative to Hide*/

#PrintProductQty {
    /*margin-bottom: 10px;*/ /*helper for mobil devices so there is space between that and botton*/
}

.PopularSize {
    margin-bottom: 4px;
}

.DropDownGroup {
    margin-bottom: 10px;
    display: none;
}
.StaticHeader {
    width: 100%;
    background-color: #EEEEEE;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    position: fixed;
    top: 0px;
    box-shadow: 0px 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow: 0px 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0px 6px 12px rgba(0,0,0,.175);
    z-index: 1000;
}
.item_shadow {
    box-shadow: 0px 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow: 0px 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0px 6px 12px rgba(0,0,0,.175);
}
.PagePreloader {
    position: absolute;
    width: 100%;
    top: 100px;
    text-align: center;
}
.thumbnail_active {
    border-color: #24b501;
    color: #24b501;
}

.batch_item_click_area {
    cursor:pointer;
}
    .batch_item_click_area:hover {
       color: #24b501;
    }
/* Tooltip */
.tooltip_prompt + .tooltip > .tooltip-inner {
    background-color: #29ce01;
    /*text-align: left;*/
    color: #000000;
    /*border: 1px solid green;*/
    padding: 10px;
    font-size: 15px;
    max-width: 350px;
    box-shadow: 0px 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow: 0px 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0px 6px 12px rgba(0,0,0,.175);
}
/* Tooltip on top */
.tooltip_prompt + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid #29ce01;
}
/* Tooltip on bottom */
.tooltip_prompt + .tooltip.bottom > .tooltip-arrow {
    border-top: 5px solid #29ce01;
}
/* Tooltip on left */
.tooltip_prompt + .tooltip.left > .tooltip-arrow {
    border-top: 5px solid #29ce01;
}
/* Tooltip on right */
.tooltip_prompt + .tooltip.right > .tooltip-arrow {
    border-top: 5px solid #29ce01;
}


/*Initially Hidden on page Load*/
#PrintSetupControls_Cards, #PanelPreview3D, #BrowserSupportWarning {
    display: none;
}

.glyph {
    display: block;
    margin: 5px;
}

.canvas {
    /*margin-top: 15px;
            margin-bottom: 15px;*/
    margin-left: auto;
    margin-right: auto;
}

.grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.OrderFormHeading {
    /*font-size: large;
            font-style:oblique;*/
    font-weight: bold;
}

.btn-default {
    color: #03363d;
    background-color: #ddd;
    border-color: #cccc;
}