﻿body {
    padding-bottom: 40px;
}

.goessl {
    background-image: url('../images/lampasse_middle.png');
    background-repeat: repeat-y;
    background-position: 10% 0;
}

.logo {

    background-image: url('../images/goessl_logo.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 200px !important;
}

.logo_image {
    margin: 5px;
    height: 50px;
}

.mg30 {
    margin-bottom: 30px !important;
}

.footer_l {
    bottom: 0px;
    height: 25px !important;
    position: fixed;
    width: 100%;
    right: 0;
    left: 0;
    padding-top: 5px;
    padding-left: 3px;
    z-index: 5000100;
    background-color: #f5f5f5;
    text-transform: uppercase;
    box-shadow: 0 0 10px 0 #333;
    transition: all 200ms ease-in 200ms;
    -webkit-transition: all 200ms ease-in 200ms;
}

.lampasse {
    background-image: url('../images/lampasse_textil.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 50px;
    height: 60px;
}

.topmargin {
    margin-top: 70px;
}


.no-margin {
    margin: 0;
    /*padding-left: 8px;*/
}

.orderType {
    font-weight: bold;
}

/*.btn-success { background-color: rgba(91, 182, 105, 0.28); }

.btn-success:hover { background-color: #b2dba1; }*/

.zfront {
    z-index: 1999 !important;
}

.notificationarea {
    z-index: 1060 !important;
    width: 100%;
    position: fixed;
    font-size: larger;
    font-weight: bolder;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    height: 4px;
    overflow: hidden;
}

.notification_hidden {
    /*height: 0px;*/
    top: -200px;
    filter: alpha(opacity=0);
    background-color: #ffffff;
    opacity: 0;
    transition: 1s ease all;
}

.notification_success {
    top: 0px;
    border: solid #b2dba1 2px;
    background-color: rgba(91, 182, 105, 0.28);
    height: 67px;
    filter: alpha(opacity=1);
    opacity: 1;
    transition: 0.5s ease all;
}

.notification_hint {
    top: 0px;
    border: solid #337AB7 2px;
    background-color: rgba(49, 158, 183, 0.28);
    height: 67px;
    filter: alpha(opacity=1);
    opacity: 1;
    transition: 0.5s ease all;
}

.notification_error {
    top: 0px;
    border: solid #ac2925 2px;
    background-color: rgba(206, 132, 131, 0.8);
    height: 67px;
    filter: alpha(opacity=1);
    opacity: 1;
    transition: 0.5s ease all;
}

.notification_confirm {
    top: 0px;
    border: solid #337AB7 2px;
    background-color: rgb(49, 158, 183);
    height: 120px;
    filter: alpha(opacity=1);
    opacity: 1;
    transition: 0.5s ease all;
}

.tooltip-inner {
    max-width: 100% !important;
}

.arrow-up {
    background-image: url('../images/arrow_up.png');
    background-repeat: no-repeat;
    background-position: top left;
}
.arrow-down {
    background-image: url('../images/arrow_down.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.arrow-up-r {
    background-image: url('../images/arrow_up.png');
    background-repeat: no-repeat;
    background-position: top right;
}
.arrow-down-r {
    background-image: url('../images/arrow_down.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.noborder {
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
}

.tpwert {
    font-weight: bold;
    color: #025102;
}

.bootbox_message {
    font-weight: bold;
    font-size: larger;
}

.w50 {
    width: 50px;
}

.w100 {
    width: 100px;
}

.w150 {
    width: 150px;
}

.w200 {
    width: 200px;
}

.w250 {
    width: 250px;
}

.w300 {
    width: 300px;
}

.mw50 {
    min-width: 50px;
}

.mw100 {
    min-width: 100px;
}

.mw150 {
    min-width: 150px;
}

.mw200 {
    min-width: 200px;
}

.mw250 {
    min-width: 250px;
}

.mw300 {
    min-width: 300px;
}

.pagination {
    margin: 1px !important;
}

.orderstable {
    width: 100%
}

.orderInfoPosGridTitle {
    padding: 5px;
}

.orderInfoPosGridData {
    padding: 5px;
}

.orderInfoSizeGridTitle {
    padding: 2px;
}

.orderInfoSizeGridData {
    padding: 2px;
    text-align: center;
    min-width: 35px !important;
}

.modal-header {
    width: 100%;
}
.modal-dialog {
    width: 60%;
}

.modal-content {
    border-radius: 10px;
    min-width: 600px;
}

.grdisplay_td {
    text-align: center;
    width: 52px;
    border: solid silver 1px;
}

.grdisplay_td_add_to_basket {
    text-align: center;
}

.quantityinput {
    width: 60px;
    text-align: center;
}

.border {
    border: solid green 1px;
}

.navbar-brand,
.navbar-nav li a {
    line-height: 60px;
    height: 60px;
    padding-top: 0;
}

.imageContainerThumb {
    float: left;
    width: 120px;
    margin: 5px;
    vertical-align: middle;
    text-align: center;
    border: solid #EEEEEE 1px;
    background-color: #FFFFFF;
}

.imageContainerMini {
    float: left;
    width: 60px;
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 6px;
    vertical-align: middle;
    text-align: center;
    border: solid #EEEEEE 1px;
    background-color: #FFFFFF;
}

.imageContainerGrid {
    float: left;
    width: 80px;
    height: 120px;
    vertical-align: middle;
    text-align: center;
}

.imageGrid {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.imageContainerMiddle {
    float: left;
    width: 400px;
    margin: 2px;
    vertical-align: middle;
    text-align: center;
    border: solid #EEEEEE 1px;
    background-color: #FFFFFF;
}

.clear {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.radio-inline input[type="radio"] {
    margin-top: 1px;
}

.sidebar {
    top: 17px !important;
    padding-top: 0;
    overflow-y: scroll;
    position: fixed;
}

.wait {
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    z-index: 5;
    padding-top: 150px;
    filter: alpha(opacity=0.8);
    background-color: #ffffff;
    opacity: 0.8;
}

.wait.ng-hide-add.ng-hide-add-active,
.wait.ng-hide-remove.ng-hide-remove-active {

}

.wait.ng-hide {
    opacity: 0;
}

.magnifier_Cursor {
    cursor: move;
}

.hide_Cursor {
    cursor: none;
}

.default_Cursor {
    cursor: default;
}

.hand_Cursor {
    cursor: pointer;
}

.own_click {
    pointer-events: none;
    cursor: pointer;
}

.disabled_cursor {
    cursor: not-allowed;
}

.activeBtn {
    border: solid silver 4px;
}

.previewImageTitle {
    width: 400px;
    height: 20px;
    position: relative;
}

.magnify {
    width: 400px;
    position: relative;
}

.tooltip .tooltip-inner {
    background-color: #0d6e00;
    border: 1px solid lightgrey;
    font-size: 12px;
}

.red-tooltip + .tooltip > .tooltip-inner {
    background-color: #f00 !important;
}

.tooltip .tooltip-arrow {
    border-top-color: #0d6e00;
    font-size: 12px;
}

.ag-tooltip {
    background-color: #0d6e00 !important;
    border: 1px solid lightgrey;
    font-size: 12px !important;
    color: #ffffff !important;
}

/*Lets create the magnifying glass*/
.large {
    width: 400px;
    height: 400px;
    position: absolute;
    border-radius: 80%;

    /*Multiple box shadows to achieve the glass effect*/
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    background-repeat: no-repeat;
    display: none;

}

/*To solve overlap bug at the edges during magnification*/
.small {
    display: block;
}

.reserved {

}

.shortage {

}

.row-Offset-1 {
    margin-top: 1em;
}

.list-row {
    height: 80px;
}
.list-row-m {
    min-height: 65px;
}
.list-row-sm {
    min-height: 30px;
}
.list-row-xs {
    min-height: 15px;
}
.heigh20 {
    height: 20px;
}

.pricecharttable {
    min-width: 400px;
}

.pricecharttable td {
    padding: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.m0 {
    margin: 0px;
}
.m3 {
    margin: 3px;
}
.m5 {
    margin: 5px;
}

.mt2 {
    margin-top: 2px;
}
.m5t, mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.m10 {
    margin: 10px;
}

.mt10 {
    margin-top: 10px;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.topleft {
    text-align: left;
    vertical-align: top;
}

.green {
    background-color: rgba(91, 182, 105, 0.28) !important;
}

.yellow {
    background-color: rgba(255, 221, 153, 0.28) !important;
}

.red {
    background-color: rgba(182, 17, 0, 0.28) !important;
}

.lgray {
    background-color: rgba(150, 150, 150, 0.28) !important;
}

.rowSelected {
    background-color: #C9DDE1 !important;
}

.font_blue {
    color: #337AB7;
}

.font_basic_color {
    color: #0d6e00;
}

.font_green {
    color: #5CB85C;
}

.font_yellow {
    color: #F0AD4E;
}

.font_red {
    color: #D9534F;
}

.font_bold_red {
    color: #D9534F;
    font-weight: bold;
}

.font_medium {
    font-size: 14px;
    padding-left: 8px
}

.font_silver {
    color: silver;
}

.font_grey {
    color: grey;
}

.strong_red {
    background-color: rgba(182, 17, 0, 0.8);
}

.strong_yellow {
    background-color: rgba(255, 221, 153, 0.8);
}

.strong_green {
    background-color: rgba(91, 182, 105, 0.8);
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.btn_fixed_width100 {
    width: 100px;
}

.btn_fixed_width140 {
    width: 140px;
}

.preis_title {
    width: 120px;
}

.preis_data_0 {
    width: 100px;
    background-color: rgba(91, 182, 105, 0.28);
    text-align: right;
    padding: 2px;
    border: solid 1px silver;
}

.preis_data_1 {
    width: 100px;
    background-color: #ffeebb;
    text-align: right;
    padding: 2px;
    border: solid 1px silver;
}

.preis_data_2 {
    width: 100px;
    background-color: #ffdd00;
    text-align: right;
    padding: 2px;
    border: solid 1px silver;
}

.preis_data_3 {
    width: 100px;
    background-color: #ffaa00;
    text-align: right;
    padding: 2px;
    border: solid 1px silver;
}

.preis_data_4 {
    width: 100px;
    background-color: #ff5500;
    text-align: right;
    padding: 2px;
    border: solid 1px silver;
}

.bigfont {
    font-size: 20px;
}

.medfont {
    font-size: 12px;
}

.smlfont {
    font-size: 10px;
}

.boldfont {
    font-weight: bold;
}


.light-border {
    outline-color: lightgray !important;
    outline-style: solid !important;
    outline: thin;
}

/*#########################################################################################*/
/*#########################################################################################*/
/*#########################################################################################*/
/* SLIDER*/
/*#########################################################################################*/
/*#########################################################################################*/
/*#########################################################################################*/
input[type=range] {
    -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
    width: 100%; /* Specific width is required for Firefox. */
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent; /* Hides the slider so custom styles can be added */
    border-color: transparent;
    color: transparent;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #000000;
    height: 36px;
    width: 36px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    margin-top: -14px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */
}


/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 36px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 36px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 36px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #367ebd;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 36px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 36px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}

input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}

input[type=checkbox],
input[type=radio] {
    accent-color: #0d6e00;
}

/*#########################################################################################*/
/*#########################################################################################*/
/*#########################################################################################*/

.messengercontainer {
    position: absolute;
    z-index: 1045;
    right: 5px;
    top: 70px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.message {
    min-height: 80px;
    min-width: 300px;
}

/*#########################################################################################*/
/*#########################################################################################*/
/*#########################################################################################*/
/*
    ANIMATIONS ON HIDE / SHOW
*/

.cssFade {
    transition: 0.5s linear all;
    opacity: 1;
}

.cssFade.ng-hide {
    opacity: 0;
}

.ng-hide-add, .ng-hide-remove {
    /* ensure visibility during the transition */
    display: block !important; /* yes, important */
}

/*#########################################################################################*/
/*#########################################################################################*/
/*#########################################################################################*/

.b0 {
    border: solid silver 1px;
    border-radius: 10px;
}

.adr {
    text-align: left;
    white-space: pre-wrap;
}

.xx {

}

.custitle {
    font-weight: bold;
    white-space: pre-wrap;
}

/*#########################################################################################*/
/*#########################################################################################*/
/*#########################################################################################*/

.table_filialzuordnung {

}

.table_filialzuordnung td {
    padding: 5px;
}

.table_wiedervorlage {
}

.table_wiedervorlage td {
}

.table_row_pointer {
    cursor: pointer;
}

.table_col_8 {
    width: 8px;
}

.grid-tooltip {
    overflow: visible;
    z-index: 9999999;
    float: left;
}

/*#########################################################################################*/
/*#########################################################################################*/
/*#########################################################################################*/
.node circle {
    fill: #fff;
    stroke: steelblue;
    stroke-width: 3px;
}

.node text {
    font: 12px sans-serif;
}

.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 2px;
}

.center {
    text-align: center;
}

fieldset {

    border: 1px solid silver;
    padding: 8px;

}

legend {
    padding: 2px;
}

.marker {
    border: solid green 1px;
}

.blindlist {
    list-style: none;
}

.savemenu {
    border-radius: 5px;
    padding: 5px;
    background-color: white;
    text-align: center;
    vertical-align: middle;

}

.GroessenNachGArtTD {
    height: 47px;
    padding: 2px;
}

.alr {
    text-align: right;
}

.alf {
    text-align: left;
}


.grRadioRadio {
}

.grRadioCaption {
    width: 40px;
    text-align: right;
}

.smalltext {
    font-size: 10px;
}

.wNr {
    width: 80px;
    text-align: left;
    padding: 3px;
}

.wBez {
    width: auto;
    text-align: left;
    padding: 3px;
}

.wBtn {
    width: 60px;
    padding: 3px;
}

.ba {
    border: solid silver 1px;
    left: 60px;
}

.silverBorder {
    border: solid silver 1px;
}

.colLeft {
    padding-left: 0px;
}

.colRight {
    padding-right: 0px;
}


.ba2 {
    padding-left: 15px;
    padding-right: 15px;
}

.z1 {
    z-index: 10000;
}

.z2 {
    z-index: 10001;
}

.defH_DashBoard {
    height: 100px;
}

.basic-label-primary .label {
    background-color: #0d6e00;
    font-size: 11px;
}

.basic-label-primary-center .ag-header-cell-label {
    justify-content: center;
}

.basic-label-primary-max {
    width: 100% !important;
}

.basic-label-primary-max .ag-header-cell-label {
    width: 110%;
}

.basic-label-primary-max .label {
    background-color: #0d6e00;
    font-size: 11px;
}

.basic-label-hide {
    width: 0px !important;
    left: -1px !important;;
}

.zeigtab {
    height: 200px;
    min-width: 280px;
    overflow: scroll;
}

.zeigtablist {
    float: left;
    min-width: 250px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.zeigtablist .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #eeeeee
}

.zeigtablist > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #999999;
    white-space: nowrap
}

.zeigtablist > li > a:hover, .zeigtablist > li > a:focus {
    text-decoration: none;
    color: #333333;
    background-color: transparent
}

.zeigtablist > .active > a, .zeigtablist > .active > a:hover, .zeigtablist > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #158cba
}

.zeigtablist > .disabled > a, .zeigtablist > .disabled > a:hover, .zeigtablist > .disabled > a:focus {
    color: #eeeeee
}

.inactive_menue {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #777777;
    font-style: italic;
    background-color: #e7e7e7 !important;
}

.active_menue {
    cursor: pointer;
    background-color: transparent !important;
}

.active_menue:hover {
    color: #0d6e00 !important;
    font-weight: bold !important;
}

.selected_menue {
    font-weight: bold;
    background-color: #ccc !important;
}

.overflow_auto {
    overflow: auto;
}
.overflow_x {
    overflow-x: auto;
}
.editGridBox {
    max-height: 200px;
    overflow: auto;
}

.admin {
    background-image: url("../images/admin.png") !important;
    border: solid #025102 2px;
}

.nobullets {
    list-style-type: none;
}

.disabled_row {
    filter: alpha(opacity=0.8);
    opacity: 0.8;
}

#mail {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    background-color: white;
    min-height: 200px;
}

#mail.fixed {
    overflow-y: scroll;
    height: 200px;
}

.box300 {
    max-height: 300px;
    overflow: auto;
}

.box400 {
    max-height: 400px;
    padding-left: 8px;
    overflow: auto;
}

.careSymbol {
    background-size: contain;
    width: 40px;
}

.kusPersHistorie {
    max-height: 200px;
    overflow: auto;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

.searchBtn {
    min-width: 100px;
}

.nav-third-level {
    padding-left: 10px;
}

.stocktableborder {
    border: solid silver 1px;
    padding: 2px;
    min-width: 60px;
}

.stocktableItem {
    text-align: center;
}

.stocktableColorItem {
    font-weight: bold;
}

.b2b_th {
    cursor: n-resize;
}

.cxinfoDIV {
    padding: 2px;
}

.cxinfoTD {
    margin: 2px;
}

.bestand {
    border: solid silver 1px;
    background-color: silver;
}

.cssFade {
    transition: 0.5s linear all;
    opacity: 1;
}

.cssFade.ng-hide {
    opacity: 0;
}

.ng-hide-add, .ng-hide-remove {
    /* ensure visibility during the transition */
    display: block !important; /* yes, important */
}

@media (max-width: 770px) {
    .topmargin {
        margin-top: 145px;
    }
}

@media print {
    #printwindow {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
    }
}

.ui-grid-row {
    border-bottom: 1px solid lightgrey;
}

.ui-grid-menu-button {
    height: 27px;
}

.ui-checkbox{
    margin-top: 0 !important;
}

.td_bt {
    border-top: 0 !important;
    border-bottom: 1px solid #dddddd;
}