﻿

.nonButton {
    border: hidden;
    background-color: inherit;
}

.edlogo{
    width:48px;
    height:48px;
    float:right;
}

.W600{
    width:600px !important;
    min-width: 600px;
    max-width: 1600px;
    overflow:hidden;
}

.small{
    font-size: small;
}

.container{
    width: 100%;
}

.FH2em{
    height: 2em !important;
}

.LogoW200{
    width:200px;
    height:auto;
}

.ExpandPointer{
    cursor:row-resize;
}

.LogoW150 {
    width: 150px;
    height: auto;
}

.Left-1{
    margin-left:-1em;
}

.emdIcon36 {
    float: left;
    max-width: 32px !important;
    max-height: 32px !important;

    /*background: red;*/
}

.card-header {
    background: #acc8f2dd;
}

.preinfo{
    background-color:lightblue;
    padding: 4px;
}

.newProduct {
    background-color: #acc8f266;
    ;
    padding: 4px;
}

.outdated {
    background-color: lightgray;
    padding: 4px;
}

.smtext input {
    width: 5px !important;
    background-color: red;
}

.disable {
    /* Note: pointer-events not supported by IE10 and under */
    pointer-events: none;
    opacity: 0.4;
}

.DivHide {
    display: none;
    visibility: hidden;
}

.DivShow {
    display: block;
    visibility: visible;
}

.pr-4{
    padding-right:4em;
}


.infotext {
    font-size: 14px;
}

.align-text-right{
    text-align:right;
    padding-right:4px;
}

.border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.border-left {
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    margin-left:-1px;
}


.border-right-space {
    border-right: 1px solid rgba(255, 255, 255, 1);
}


.bg-new{
    background-color:azure;
}


.col-space{
    margin-left:4px;
    margin-right:-4px;
}


.switch{
    background-color:red;
}

input.larger {
    width: 36px;
    height: 36px;
}

td , th {
    border: solid 1px gray;
}


th{
    font-size:small;
    text-align:center;
}

td.Blank{
    width: 50px !important;
    border:none;
    /*border-right: solid 1px lightgray;*/
}

th.vertical {
    /*    max-width: 100px;
    height: 285px;
    line-height: 14px;
    padding-bottom: 2px;
    text-align: right;*/
    text-align: right;
/*    padding: 4px;*/
    /*border: solid 1px gray;*/
}


.vertical {
    /*transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);*/ /* Safari/Chrome */
    /*-moz-transform: rotate(-90deg);*/ /* Firefox */
    /*-o-transform: rotate(-90deg);*/ /* Opera */
    /*-ms-transform: rotate(-90deg);*/ /* IE 9 */
/*    writing-mode: vertical-lr;*/
    text-align: left;
}

table.Ausgabe {
    display: table;
/*    border-collapse: separate;
    border-spacing: 0px;*/
    /*border: solid 1px red;*/
    /*border-color: red;*/
}

tr.Ausgabe {
    /*border: solid 1px red;*/
}

td.Ausgabe{
    text-align:right;
    padding: 4px;
    /*border: solid 1px gray;*/
}

.dialog-header {
    background: #acc8f2dd;
}



#results {
    float: left;
    padding: 5px;
    /*border: 1px solid;*/
    background: #f8f8f8;
}

    #results > img {
        width: 24px;
        height: 24px;
    }
