*{
    box-sizing: border-box;
}
body{
    padding:0px;
    margin:0px;
    font-family:'Verdana';
    
}

#loginpage .mod_login{
    position:fixed;
    width:100vw;
    height:100vh;
    left:0px;
    top:0px;
}
#loginpage .mod_login .formbody{
    display:inline-block;
    width:400px;
    height:200px;
    position:fixed;
    left: calc( 50% - 200px );
    top: calc( 50% - 350px );
}

#loginpage .mod_login .formbody fieldset{
    border:none;
}
#loginpage .mod_login .formbody label{
    width:120px;
    display:inline-block;
}
#loginpage .mod_login .formbody fieldset label{
    width:200px;
    display:inline-block;
}

#loginpage button.submit{
    width: 100%;
    background-color: #ccc;
    padding: 10px 20px;
    font-size: 15px;
    border: none;
}

#loginpage #username,
#loginpage #password{
    width: calc( 100% - 130px );
}

nav.mod_customnav{    
    background-color:rgba(50,50,255,0.5);
}
nav.mod_customnav ul{
    display:block;
}
nav.mod_customnav ul li{
    display:inline-block;
    padding: 0px 10px;
}

nav.mod_customnav ul li:hover{
    /* background-color:rgba(50,50,255,0.75); */
}

nav.mod_customnav ul li a{
    display:inline-block;
    text-decoration:none;
    color:#fff;
}

#header-custom .mod_login{
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
}

#header-custom .login_info{
    display:none;
}

#header-custom .mod_login button{
    border: none;
    background-color: #fff;
    padding: 15px 20px;
    font-size: 17px;
}

.new_fireworks,
.new_eingang,
.new_ausgang{
    margin: 10px 5px 10px 5px;
    padding: 5px 0px;
    text-align: center;
    border: 1px dotted rgb(100, 100, 100);
    color:#aaa;
}

.new_fireworks:hover,
.new_eingang:hover,
.new_ausgang:hover{
    background-color:rgba(50,50,50,0.25);
    cursor:pointer;
    color:#333;
}

.ist_abgegeben{
    color:#29B500;
}

.ist_vorbereitet{
    color:#D7B710;
}

.ist_bestellt{
    color:#AD0B0E;
}

#eingangseditor,
#ausgangseditor{
    display:none;
    position:absolute;
    width:100vw;
    height:100vh;
    background-color:rgba(50,50,50,0.8);
    z-index:10;
    left:0px;
    top:0px;
}

#eingangseditor_inner,
#ausgangseditor_inner{
    position:absolute;
    top:0px;
    left: calc( 50% - 500px );
    padding: 25px;
    width:1000px;
    min-height:850px;
    background-color:#fff;
}

#eingangseditor_spalten{
    display:inline-block;
    width:100%;
    min-height:700px;
}

#ausgangseditor_spalten{
    display:inline-block;
    width:100%;
    min-height:700px;
}


#eingangseditor_links{
    display:inline-block;
    width:49%;
    min-height:700px;
    position:relative;
    vertical-align:top;
}

#eingangseditor_rechts{
    display:inline-block;
    width:49%;
    min-height:700px;
    position:relative;
    vertical-align:top;
}

#ausgangseditor_links{
    display:inline-block;
    width:49%;
    min-height:700px;
    position:relative;
    vertical-align:top;
}

#ausgangseditor_rechts{
    display:inline-block;
    width:49%;
    min-height:700px;
    position:relative;
    vertical-align:top;
}


#eingang_dropin,
#ausgang_dropin{
    border:2px dashed rgba(0,0,99,0.2);
    /* height:800px; */
    height:auto;
    min-height:685px;
    /* position:absolute; */
    top:0px;
    left:0px;
    width:100%;
    padding: 5px 10px;
    margin-top: 5px;
}

.eingang_entryline,
.ausgang_entryline{
    position:relative;
    font-size: 0.9em;
    padding: 2px 0px;
}

.eingang_entryline:hover,
.ausgang_entryline:hover{
    background-color:rgba(99,99,99,0.2);
}


.remove_eingang_entryline{
    display: inline-block;
    position: absolute;
    right: 0px;
    top: -1px;
    color: #f00;
    cursor:default;
}

.remove_ausgang_entryline{
    display: inline-block;
    position: absolute;
    right: 0px;
    top: -1px;
    color: #f00;
    cursor:default;
}

#eingang_addall{
    display: inline-block;
    position: absolute;
    right: 40px;
    cursor:pointer;
}

#eingang_addall:hover{
    color:#f00;
}

#ausgang_addall{
    display: inline-block;
    position: absolute;
    right: 40px;
    cursor:pointer;
}

#ausgang_addall:hover{
    color:#f00;
}

#ausgangseditor_abwpreis{
    width:100px;
    font-weight:bold;
}

.eingang_entry_anzahl{
    position: absolute;
    right: 20px;
    width: 75px;
    height: 18px;
    text-align: right;
    padding-right: 6px;
}

.ausgang_entry_anzahl{
    position: absolute;
    right: 20px;
    width: 75px;
    height: 18px;
    text-align: right;
    padding-right: 6px;
}

#eingangseditor_name,
#ausgangseditor_name{
    width:465px;
    font-size:0.9em;
}

#eingangseditor_datum,
#ausgangseditor_datum{
    width: 90px;
    font-size: 0.9em;
    text-align: center;
}

#feuerwerkeditor{
    position:fixed;
    width:100vw;
    height:100vh;
    background-color:rgba(50,50,50,0.8);
    z-index:10;
    left:0px;
    top:0px;
}

#feuerwerkeditor_inner{
    position:fixed;
    top:calc( 50% - 350px );
    left: calc( 50% - 300px );
    padding: 25px;
    width:600px;
    height:250px;
    background-color:#fff;
}

#feuerwerkeditor_inner .typ1,
.listenzeile.typ1,
.db_listenzeile.typ1,
.ei_listenzeile.typ1,
.au_listenzeile.typ1{
    background-color:#e2efda;
}

#fw_typ:has(option[value="1"]:checked){
    background-color:#e2efda;
}
#fw_typ:has(option[value="2"]:checked){
    background-color:#ddebf7;
}
#fw_typ:has(option[value="3"]:checked){
    background-color:#fff2cc
}
#fw_typ:has(option[value="4"]:checked){
    background-color:#fce4d6;
}




#feuerwerkeditor_inner .typ2,
.listenzeile.typ2,
.db_listenzeile.typ2,
.ei_listenzeile.typ2,
.au_listenzeile.typ2,
#fw_typ[value="2"]{
    background-color:#ddebf7;
}
#feuerwerkeditor_inner .typ3,
.listenzeile.typ3,
.db_listenzeile.typ3,
.ei_listenzeile.typ3,
.au_listenzeile.typ3,
#fw_typ[value="3"]{
    background-color:#fff2cc;
}
#feuerwerkeditor_inner .typ4,
.listenzeile.typ4,
.db_listenzeile.typ4,
.ei_listenzeile.typ4,
.au_listenzeile.typ4,
#fw_typ[value="4"]{
    background-color:#fce4d6;
}

.listenzeile{
    padding:0px 20px;
    font-size:0.9em;
    position:relative;
}

.db_listenzeile{
    padding:0px 20px;
    font-size:0.9em;
}

.ei_listenzeile,
.au_listenzeile{
    padding:0px 20px;
    font-size:0.9em;
    cursor:default;
}

.ei_listenzeile_disabled,
.au_listenzeile_disabled{
    padding:0px 20px;
    font-size:0.9em;
    cursor:not-allowed;
    opacity: 0.2;
}

.ei_listenzeile_disabled::-moz-selection,
.ei_listenzeile_disabled::selection,
.au_listenzeile_disabled::-moz-selection,
.au_listenzeile_disabled::selection,
.ei_listenzeile_disabled div::-moz-selection,
.ei_listenzeile_disabled div::selection,
.au_listenzeile_disabled div::-moz-selection,
.au_listenzeile_disabled div::selection{
    background: #fff !important;
    background-color: #fff !important;
}

.listenzeile:hover{
    background-color:rgba(33,33,33,0.5);
    color:#fff;
}

.au_liste_max{
    display: inline-block;
    text-align:right;
    width:45px;
}

.ei_listenzeile:hover,
.au_listenzeile:hover{
    background-color:rgba(33,33,33,0.5);
    color:#fff;
}

#eingangseditor_inner > div.spaced{
    padding:10px 0px 10px 0px;
}

#ausgangseditor_inner > div.spaced{
    padding:10px 0px 10px 0px;
}

#ausgangseditor_art{
    background-color: white;
    border: none;
}

.listenzeile .liste_feuerwerkname_header,
.listenzeile .liste_feuerwerkname{
    display:inline-block;
    width:400px;
}

.db_listenzeile .db_liste_feuerwerkname_header,
.db_listenzeile .db_liste_feuerwerkname{
    display:inline-block;
    width:400px;
}


.ei_listenzeile .ei_liste_feuerwerkname_header,
.ei_listenzeile .ei_liste_feuerwerkname,
.au_listenzeile .au_liste_feuerwerkname_header,
.au_listenzeile .au_liste_feuerwerkname,
.au_listenzeile_disabled .au_liste_feuerwerkname_header,
.au_listenzeile_disabled .au_liste_feuerwerkname{
    display:inline-block;
    width:375px;
}


.listenzeile .liste_feuerwerkEK_header,
.listenzeile .liste_feuerwerkEK{
    display:inline-block;
    width:100px;
}

.db_listenzeile .db_liste_feuerwerkWert_header,
.db_listenzeile .db_liste_feuerwerkWert{
    display:inline-block;
    width:100px;
}

.db_listenzeile .db_liste_feuerwerkBestand_header,
.db_listenzeile .db_liste_feuerwerkBestand{
    display:inline-block;
    width:100px;
}


.ei_listenzeile .ei_liste_feuerwerkEK_header,
.ei_listenzeile .ei_liste_feuerwerkEK,
.au_listenzeile .au_liste_feuerwerkEK_header,
.au_listenzeile .au_liste_feuerwerkEK{
    display:inline-block;
    width:100px;
}

.listenzeile .liste_feuerwerkVK_header,
.listenzeile .liste_feuerwerkVK,
.ei_listenzeile .ei_liste_feuerwerkVK_header,
.ei_listenzeile .ei_liste_feuerwerkVK,
.au_listenzeile .au_liste_feuerwerkVK_header,
.au_listenzeile .au_liste_feuerwerkVK{
    display:inline-block;
    width:100px;
}

.listenzeile .liste_feuerwerkFVK_header,
.listenzeile .liste_feuerwerkFVK,
.ei_listenzeile .ei_liste_feuerwerkFVK_header,
.ei_listenzeile .ei_liste_feuerwerkFVK,
.au_listenzeile .au_liste_feuerwerkFVK_header,
.au_listenzeile .au_liste_feuerwerkFVK{
    display:inline-block;
    width:100px;
}

.listenzeile .liste_eingangname_header,
.listenzeile .liste_eingangname,
.listenzeile .liste_ausgangname_header,
.listenzeile .liste_ausgangname{
    display:inline-block;
    width:300px;
}

.listenzeile .liste_ausgangstatus_header,
.listenzeile .liste_ausgangstatus{
    display:inline-block;
    width:150px;
}

.listenzeile .liste_ausgangzahlung_header,
.listenzeile .liste_ausgangzahlung{
    display:inline-block;
    width:150px;
}



.listenzeile .liste_eingangdatum_header,
.listenzeile .liste_eingangdatum,
.listenzeile .liste_ausgangdatum_header,
.listenzeile .liste_ausgangdatum{
    display:inline-block;
    width:100px;
}
.listenzeile .liste_ausgangVK_header,
.listenzeile .liste_ausgangVK{
    display:inline-block;
    width:100px;
    text-align:right;
}

.listenzeile .liste_ausgangExcel_header,
.listenzeile .liste_ausgangExcel{
    display:inline-block;
    width:50px;
    text-align:right;
    height:100%;
    position:absolute;
}


.typ_fvk{
    background-color:rgba(0,99,0,0.15);
}

.typ_vk{
    background-color:rgba(99,99,99,0.1);
}

.export_ausgang,
.export_eingang{
    width: 40px;
    margin-left: 5px;
    padding: 0px 10px;
}

.liste_feuerwerkEK,
.liste_feuerwerkVK,
.liste_feuerwerkFVK{
    text-align:right;
    padding:1.5px 10px 1.5px 0px;
    border-right:1px solid rgba(66,66,66,0.25);
}

.liste_feuerwerkEK_header,
.liste_feuerwerkVK_header,
.liste_feuerwerkFVK_header{
    text-align:center;
    padding:1.5px 0px 1.5px 0px;
    border-right:1px solid rgba(66,66,66,0.25);
}

.liste_feuerwerkname,
.liste_feuerwerkname_header{
    padding:1.5px 0px 1.5px 0px;
    border-right:1px solid rgba(66,66,66,0.25);
}

.db_liste_feuerwerkname,
.db_liste_feuerwerkname_header{
    padding:1.5px 0px 1.5px 0px;
    border-right:1px solid rgba(66,66,66,0.25);
}

.db_liste_feuerwerkWert,
.db_liste_feuerwerkWert_header{
    padding:1.5px 0px 1.5px 0px;
    text-align:right;
    /* border-right:1px solid rgba(66,66,66,0.25); */
}

.db_liste_feuerwerkBestand,
.db_liste_feuerwerkBestand_header{
    padding:1.5px 20px 1.5px 0px;
    border-right:1px solid rgba(66,66,66,0.25);
    text-align:right;
}

.remove_ausgang,
.remove_eingang,
.remove_feuerwerk{
    display: inline-block;
    margin-left: 5px;
    color: #f00;
    position: relative;
    cursor:default;
}

.remove_ausgang_sure,
.remove_eingang_sure,
.remove_feuerwerk_sure{
    display:none;
    position: absolute;
    background-color: #f00;
    color: #fff;
    z-index: 2;
    padding: 0px 15px;
    height: 100%;
    pointer:default;
}

.ausgang_nogeschenk{
    position: absolute;
    right: 105px;
    top: 0px;
    filter: grayscale(1);
    opacity: 0.5;
    cursor:default;
}

.ausgang_yesgeschenk{
    position: absolute;
    right: 105px;
    top: 0px;
    cursor:default;
}

#calc_wert{
    padding-left:5px;
}

#calc_wert_container{
    position: absolute;
    right: 40px;
    font-weight: bold;
}

.notsure{
    margin-left: 10px;
    padding:0px 5px 0px 5px;
    color: #000;
    pointer:default;
}

.ausgang_sure,
.eingang_sure{
    margin-left: 10px;
    padding:0px 5px 0px 5px;
    color: #fff;
    font-weight:bold;
}


#feuerwerkeditor_inner select{
    display: inline-block;
    border: none;
    padding:2px 15px;
}

#feuerwerkeditor_inner > div.spaced{
    padding:10px 0px 10px 0px;
}

#fw_name{
    width:500px;
    margin-left:5px;
}

.fw_iz,
.fw_vka,
.fw_mwst,
.fw_bp{
    width:50%;
    display:inline-block;
    position:relative;
    color:#ccc;
    font-size:0.9em;
}

#fw_iz,
#fw_vka,
#fw_mwst,
#fw_bp{
    position:absolute;
    right:20px;
}
#fw_bp{
    color:#000;
}

.fw_drittel{
    display:inline-block;
    width:33%;
}

.fw_drittel input{
    width:100%;
    max-width:100%;
}

.fw_save,
.fw_cancel{
    width:50%;
    display:inline-block;
    text-align:center;
    padding: 5px 0px;
    cursor:pointer;
}

.fw_save{
    background-color:rgba(188,237,193,1.00);
}

.fw_cancel{
    background-color:rgba(245,181,182,1.00);
}

.ei_save,
.ei_cancel,
.au_save,
.au_cancel{
    width:50%;
    display:inline-block;
    text-align:center;
    padding: 5px 0px;
    cursor:pointer;
}

.ei_save,
.au_save{
    background-color:rgba(188,237,193,1.00);
}

.ei_cancel,
.au_cancel{
    background-color:rgba(245,181,182,1.00);
}

.preislistenexport{
    display: inline-block;
    background-color: rgba(20,20,100,0.4);
    color: #fff;
    text-decoration: none;
    padding: 15px 25px;
    margin-top:20px;
}

.preislistenexport_friends{
    display: inline-block;
    background-color: rgba(20,100,20,0.4);
    color: #fff;
    text-decoration: none;
    padding: 15px 25px;
    margin-top:20px;
}

.preislistenexport_ekbrutto{
    display: inline-block;
    background-color: rgba(100,20,20,0.4);
    color: #fff;
    text-decoration: none;
    padding: 15px 25px;
    margin-top:20px;
}


#dashboard_links{
    width:680px;
    display:inline-block;
    min-height:100px;
    padding:20px;
    vertical-align:top;
}

#dashboard_rechts{
    width: 450px;
    display: inline-block;
    min-height: 100px;
    padding:20px;
    vertical-align:top;
}

.strikeout *{
    text-decoration: line-through !important;
}

.only_mobile{
    display:none;
}

#eingangseditor,#ausgangseditor{
        overflow:auto;
    }

@media (max-width:1400px){
    .only_mobile{
        display:block;
    }
    
    .au_cancel, .au_save{
        min-height: 50px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .listenzeile{
        padding: 5px 20px;
        border-bottom: 2px solid #ccc;
        
    }
    .no_mobile{
        display:none;
    }
    
    .listenzeile .liste_eingangdatum_header, .listenzeile .liste_eingangdatum, .listenzeile .liste_ausgangdatum_header, .listenzeile .liste_ausgangdatum{
      display: inline-block;
      width: 33%;
    }
    
    .listenzeile .liste_eingangname_header, .listenzeile .liste_eingangname, .listenzeile .liste_ausgangname_header, .listenzeile .liste_ausgangname {
      display: inline-block;
      width: 66%;
    }
    
    .listenzeile .liste_ausgangzahlung{
        width:25% !important;
    }
    
    .listenzeile .liste_ausgangstatus{
        width:15% !important;
    }
    
    .listenzeile .liste_ausgangVK{
        width:20% !important;
    }
    
    #eingangseditor_inner, #ausgangseditor_inner {
      top: 0px;
      left: 0px;
      padding: 5px;
      width: 100vw;
      min-height: 100vh;
    }
    
    .au_listenzeile_disabled .au_liste_feuerwerkname,
    .ei_listenzeile, .au_listenzeile {
      padding: 0px 5px;
      font-size: 0.6em;
      border-bottom: 2px solid #fff;
        width:100%;
    }
     
    .au_listenzeile_disabled .au_liste_max{
        font-size:0.6em;
    }
    
    #ausgangseditor_name,#eingangseditor_name,
    #ausgangseditor_art,#eingangseditor_art,
    #ausgangseditor_datum,#eingangseditor_datum,
    #ausgangseditor_status,#eingangseditor_status{
        padding:5px 0px 5px 0px;
    }
    
    #calc_wert_container {
      right: 5px;
    }
    
    .ausgangseditor_header{
        margin-bottom:10px;
    }
    
    #eingangseditor,#ausgangseditor{
        overflow:auto;
    }
    
    #eingangseditor_inner,#ausgangseditor_inner{
        position:relative;
    }
    
    .ausg_fwname{
        width:100%;
    }
    
    .ausg_fwrest{
        display:block;
        position:relative;
    }
    
    .ausgang_nogeschenk,.ausgang_geschenk  {
      position: relative;
      left: 10px;
    }
    
    .ausgang_entry_anzahl{
        padding: 10px 6px 10px 0px;
    }
     
    .mobile_untenspace{
        padding-bottom:50px !important;
    }
}