/* Copyright 1999-2017. Parallels IP Holdings GmbH. All Rights Reserved. */

@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);
html {
    font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}

html,
body {
    background-position: center;
}

body {
    margin: 0;
    font-size: 1em;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #188dd9;
    text-decoration: underline;
}

img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

h4.card-title {
    margin: 0;
    /*	font-family: "Open Sans";
	font-size: 1rem;
	*/
}

.card-header {
    padding: 0;
}

.focused {
    background: #abcdef;
}

.show {
    float: left;
}

.hidden {
    display: none !important;
    height: 0;
    visibility: hidden;
}

.tree-label-show-block {
    margin: 5px;
    border: 1px solid gray;
    float: left;
    width: 90%;
    display: block;
    text-align: center;
}

.bold {
    font-weight: bold;
}

.red {
    color: RED;
    font-weight: bold;
}

.fortyfiveprozent {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 230px;
    font-size: 2em;
    left: -20px;
    box-shadow: 2px 2px 6px gray;
    padding: 16px;
    background-color: beige;
}

.erroritem {
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    position: relative;
    top: 230px;
    font-size: 2em;
    left: 0;
    box-shadow: 2px 2px 6px gray;
    padding: 16px;
    background-color: beige;
    z-index: 20;
    text-align: center;
}

#errorlist {
    color: RED;
    font-weight: bold;
}

.erroramount {
    border: 1px solid red !important;
    color: red !important;
}

#stapelverarbeitung-block {
    display: none;
    padding-top: 40px;
}

.showstapel {
    display: block;
    position: absolute;
    width: 90%;
    min-height: 47%;
    background-image: url(../images/background-banner.jpg);
    margin-left: auto;
    margin-right: auto;
    top: 8%;
    left: 5%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: white;
    border: 1px solid black;
}

.loading {
    display: none;
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    z-index: 10000;
    content: "LOADING";
    top: 0px;
    background-image: url(../images/banner-background.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.loadingtext {
    background-image: url(../images/loading.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

#myProgress {
    position: relative;
    top: 48%;
    width: 386px;
    margin-right: auto;
    margin-left: auto;
    left: -27px;
}

#myBar {
    width: 1%;
    height: 30px;
    background-color: #4CAF50;
}

#myBarText {
    float: left;
    text-align: center;
    width: 390px;
    position: relative;
    top: -19px;
}

#stapelverarbeitung-block .previeworder {
    float: left;
    width: 100%;
    border: 1px solid;
}

#stapelverarbeitung-block .preview-index {
    float: left;
    padding: 10px;
}

#stapelverarbeitung-block .preview-productNumber {
    float: left;
    padding: 10px;
}

#stapelverarbeitung-block .preview-groundSizeString {
    float: left;
    padding: 10px;
}

#stapelverarbeitung-block .preview-amountve {
    float: left;
    padding: 10px;
}

#stapelverarbeitung-block .preview-welle {
    float: left;
    padding: 10px;
}

#stapelverarbeitung-block .preview-amount {
    float: left;
    padding: 10px;
}

#stapelverarbeitung-block .progressorder {
    float: left;
    padding: 10px;
}

.fertisch {
    background-color: white;
    background-image: url(../images/green-yellow-wave.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wizard.vertical .content .body fieldset legend h5,
.wizard>.content>.body>fieldset legend h5,
.wizard.vertical .content .body fieldset legend h4,
.wizard>.content>.body>fieldset legend h4 {
    text-align: center;
}

#setdata {}

.stapelbutton {
    display: none;
}

.grau {
    background-color: gray;
}

.tree-label-show {
    width: 100%;
}

.grid-x>.small-0 {
    width: 2.33333%;
}


/***********TABS****************/

#kartonexist {
    z-index: 100;
}

.tabs {
    font-family: 'Roboto';
    max-width: 700px;
    min-height: 100px;
    margin: 25px 0;
    width: 100%;
    display: flex;
    /* allows for tabs to be next to each other */
    position: relative;
    /* relative here contains the width of the content */
}

.tab label {
    padding: 5px 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
}

.tab [type='radio'] {
    display: none;
    /* this makes the radio buttons disappear - we are only keeping track if they are checked or not */
}

.tab h3 {
    margin: 10px 40px;
}

.tab ul {
    list-style-type: none;
}

.tab .content {
    padding: 10px;
    border-radius: 0px 10px 10px 10px;
    position: absolute;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    /* the left and right at 0 help the tabs to overlap each other */
}


/* This allows the selected tab to be on top */

[type='radio']~label~.content {
    display: none;
    ;
}

[type='radio']:checked~label~.content {
    z-index: 1;
    display: block;
}

[type="radio"]:checked~label {
    background: lightgrey;
}


/* color scheme for tabs */

[type='radio']:checked~#staffel {
    background: #ec9086;
    color: #241806;
}

[type='radio']:checked~#paketversand {
    background: #3054ca;
    color: #241806;
}

.xbutton {
    position: absolute;
    right: 0;
    margin-right: 1em;
}

.xbutton button {
    color: red;
    padding: 2px;
}


/*************************************/

.staffel-elements {
    font-size: 10px;
}

.staffel-element {
    font-size: 10px;
    text-align: center;
}

.color-gray {
    color: gray;
}

.color-blue {
    color: blue;
}

.color-green {
    color: green;
}

.color-orange {
    color: orangered;
}

.color-darkred {
    color: darkred;
}

.color-pricehistory {}

.hiddentext {
    z-index: -200;
}

.loading-img {
    position: relative;
    top: -113px;
}

.sizeofexportcsvvon{
    position: absolute;
    top: 0px;
    left: 160px;
    text-align: center;
    width: 75px;
    font-weight: bold;
}

.sizeofexportcsvbis{
    position: absolute;
    top: 50px;
    left: 160px;
    text-align: center;
    width: 75px;
    font-weight: bold;
}

.updatedbdata{
    position: absolute;
    top: 21px;
    left: 137px;
    border-radius: 0.2em;
    padding: 0.2em;

    animation-name: animation_blink;
    animation-timing-function: ease-in;
    animation-duration: 2s; 
    animation-iteration-count: infinite;   
    animation-fill-mode: both;
}

@keyframes animation_blink {
    0% {  
        background-color: white; 
    }
    50% {  
        background-color: green; 
    }
    100% {  
        background-color: white; 
    }
}