/********** Template CSS **********/
:root {
    --primary: #008797; /*#009CFF; */
    --light: #F3F6F9;
    --dark: #191C24;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Layout ***/
.sidebar {
    position: fixed;
    top: 0;
    /*   left: 0; forst uncommented */
    bottom: 0;
    width: 250px;
    height: 100vh;
    overflow-y: auto;
    background: var(--light);
    transition: 0.5s;
    z-index: 999;
}

.content {
    margin-left: 250px;
    min-height: 100vh;
    background: #FFFFFF;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .sidebar {
        margin-left: 0;
    }

    .sidebar.open {
        margin-left: -250px;
    }

    .content {
        width: calc(100% - 250px);
        /*        width: calc(100% - 0px);*/
    }

    .content.open {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .sidebar {
        margin-left: -250px;
    }

    .sidebar.open {
        margin-left: 0;
    }

    .content {
        width: 100%;
        margin-left: 0;
    }
}


.form-select option:disabled {
    color: #7d7d7d;
    background-color:  #ff0000;  // #7d7d7d;
}


/*** Navbar ***/
.sidebar .navbar .navbar-nav .nav-link {
    padding: 7px 20px;
    color: var(--dark);
    font-weight: 500;
    border-left: 3px solid var(--light);
    border-radius: 0 30px 30px 0;
    outline: none;
}

.sidebar .navbar .navbar-nav .nav-link:hover,
.sidebar .navbar .navbar-nav .nav-link.active {
    color: var(--primary);
    background: #FFFFFF;
    border-color: var(--primary);
}

.sidebar .navbar .navbar-nav .nav-link i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 40px;
}

.sidebar .navbar .navbar-nav .nav-link:hover i,
.sidebar .navbar .navbar-nav .nav-link.active i {
    background: var(--light);
}

.sidebar .navbar .dropdown-toggle::after {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.sidebar .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.sidebar .navbar .dropdown-item {
    padding-left: 25px;
    border-radius: 0 30px 30px 0;
}

.content .navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 12px 0;
    color: var(--dark);
    outline: none;
}

.content .navbar .navbar-nav .nav-link:hover,
.content .navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.content .navbar .sidebar-toggler,
.content .navbar .navbar-nav .nav-link i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 40px;
}

.content .navbar .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.content .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

@media (max-width: 575.98px) {
    .content .navbar .navbar-nav .nav-link {
        margin-left: 15px;
    }
}


/*** Date Picker ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.progress .progress-bar {
    width: 0px;
    transition: 2s;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid var(--primary);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--dark);
    border-color: var(--primary);
}


/* WSM Forst */

.hide {
    display: none;
}

.inactive {
    color: #c0c0c0;
}

.bg-forst {
    background-color: #6ba125 !important;
}

.editablegrid-delete {
    width: 90px;
    text-align: center;
}

.editablegrid-ba {
    min-width: 120px;
}

th.editablegrid-sturmSchneeEisBruchholzHa,
th.editablegrid-sturmSchneeEisBruchholzFm,
th.editablegrid-sturmSchneeEisWurfholzHa,
th.editablegrid-sturmSchneeEisWurfholzFm,
th.editablegrid-frostschaedenJungwuchsHa,
th.editablegrid-frostschaedenAbDickungHa,
th.editablegrid-duerreschaedenJungwuchsHa,
th.editablegrid-duerreschaedenAbDickungHa,
th.editablegrid-hagelschaedenHa {
    /* writing-mode: vertical-rl; */
    /* -webkit-transform: rotate(-90deg); */
}


.container-xxl {
    /*    margin-right: unset !important;*/
}

.theadfirstrow {
    border-right-width: 0px;
    border-left-width: 1px;
    background-color: transparent;
}

.theadfirstrowright {
    border-right-width: 1px;
    border-left-width: 1px;
    background-color: transparent;
}

.theadlastrow {
    border-left-width: 1px;
    border-right-width: 0px;
    border-top-width: 0px;
    background-color: transparent !important;
}

.theadlastrowright {
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 0px;
    background-color: transparent !important;
}

.specialbordertop {
    border-top-color: #6ba125 !important;
    border-top-width: 1px !important;
}

.specialborderbottom {
    border-bottom-color: #6ba125 !important;
    border-bottom-width: 1px !important;
}

.specialborderleft {
    border-left-color: #6ba125 !important;
    border-left-width: 1px !important;
}

.specialborderright {
    border-right-color: #6ba125 !important;
    border-right-width: 1px !important;
}

.theadfirstrowNoRightBorder {
    border-right-width: 0 !important;
}

.theadlastrowNoRightBorder {
    border-right-width: 0 !important;
}


#wsm_meldung_witterung_table > tbody > tr:nth-of-type(odd) {
    /* do nothing */
}

#wsm_meldung_witterung_table > tbody > tr:nth-of-type(even) > .editablegrid-ba {
    color: transparent;
}

#wsm_meldung_witterung_table > thead > tr > .editablegrid-ba {
    min-width: 155px;
    width: 155px;
    max-width: 155px;
}

#wsm_meldung_witterung_table > tbody > tr > .editablegrid-ba {
    min-width: 155px;
    width: 155px;
    max-width: 155px;
}

#wsm_meldung_witterung_table > thead > tr > .editablegrid-ef {
    min-width: 75px;
    width: 75px;
    max-width: 75px;
}

#wsm_meldung_witterung_table > tbody > tr > .editablegrid-ef {
    min-width: 75px;
    width: 75px;
    max-width: 75px;
}

#wsm_meldung_witterung_table > thead > tr > .number {
    min-width: 75px;
    width: 75px;
    max-width: 75px;
}

#wsm_meldung_witterung_table > tbody > tr > .number {
    min-width: 75px;
    width: 75px;
    max-width: 75px;
}

#wsm_meldung_witterung_table > thead > tr > .editablegrid-frostschaedenJungwuchsHa {
    min-width: 100px;
    width: 100px;
    max-width: 100px;
}

#wsm_meldung_witterung_table > tbody > tr > .editablegrid-frostschaedenJungwuchsHa {
    min-width: 100px;
    width: 100px;
    max-width: 100px;
}


#wsm_meldung_witterung_table > thead > tr > .editablegrid-frostschaedenAbDickungHa {
    min-width: 100px;
    width: 100px;
    max-width: 100px;
}

#wsm_meldung_witterung_table > tbody > tr > .editablegrid-frostschaedenAbDickungHa {
    min-width: 100px;
    width: 100px;
    max-width: 100px;
}

#wsm_meldung_witterung_table > thead > tr > .editablegrid-duerreschaedenJungwuchsHa {
    min-width: 100px;
    width: 100px;
    max-width: 100px;
}

#wsm_meldung_witterung_table > tbody > tr > .editablegrid-duerreschaedenJungwuchsHa {
    min-width: 100px;
    width: 100px;
    max-width: 100px;
}

#wsm_meldung_witterung_table > thead > tr > .editablegrid-duerreschaedenAbDickungHa {
    min-width: 100px;
    width: 100px;
    max-width: 100px;
}

#wsm_meldung_witterung_table > tbody > tr > .editablegrid-duerreschaedenAbDickungHa {
    min-width: 100px;
    width: 100px;
    max-width: 100px;
}

#wsm_meldung_witterung_table > thead > tr > .editablegrid-hagelschaedenHa {
    min-width: 100px;
    width: 100px;
    max-width: 100px;
}

#wsm_meldung_witterung_table > tbody > tr > .editablegrid-hagelschaedenHa {
    min-width: 100px;
    width: 100px;
    max-width: 100px;
}


#wsm_meldung_schadfaktoren_table > tbody > tr:nth-of-type(even) > .editablegrid-schadfaktorenBezeichnung {
    color: transparent;
}


.editablegrid-ba {
}

.editablegrid-ef {
}

.editablegrid-istGanzjaehrigCB {
    width: 100px;
}

.editablegrid-schadfaktorenBezeichnung {
    width: 250px;
}


.editablegrid-istGanzjaehrigCB,
.editablegrid-istNagerCheck,
.editablegrid-istHolzRindenbrutKaeferCheck,
.editablegrid-istSchwammspinnerCheck,
.editablegrid-istKiefernschadInsektCheck,
.editablegrid-perioden,
.editablegrid-ldnr {
    text-align: center;
}


.editablegrid-perioden {
    width: 100px;
}

.editablegrid-sturmBruchholzHa,
.editablegrid-sturmBruchholzFm,
.editablegrid-sturmWurfholzHa,
.editablegrid-sturmWurfholzFm,
.editablegrid-schneeEisBruchholzHa,
.editablegrid-schneeEisBruchholzFm,
.editablegrid-schneeEisWurfholzHa,
.editablegrid-schneeEisWurfholzFm {
    width: 75px;
    max-width: 75px;
    overflow: hidden;
    text-align: right;
}


.editablegrid-frostschaedenJungwuchsHa,
.editablegrid-frostschaedenAbDickungHa,
.editablegrid-duerreschaedenJungwuchsHa,
.editablegrid-duerreschaedenAbDickungHa,
.editablegrid-hagelschaedenHa {
    width: 100px;
    max-width: 100px;
    overflow: hidden;
    text-align: right;
}

/*.editablegrid-befallsstellenErkennung,
.editablegrid-befallsstellenSanierung,
.editablegrid-schadholzmengeFmErkennung,
.editablegrid-schadholzmengeFmSanierung,
.editablegrid-schadflaecheHa {
    width: 100px;
    max-width: 100px;
}
.editablegrid-summebefallsstellenErkennung,
.editablegrid-summebefallsstellenSanierung,
.editablegrid-summeschadholzmengeFmErkennung,
.editablegrid-summeschadholzmengeFmSanierung,
.editablegrid-summeschadflaecheHa {
    width: 100px;
    max-width: 100px;
}
*/


#schadfaktorentypentable .editablegrid-bezeichnung {
    width: 150px;
}

#periodentable .editablegrid-vorname {
    width: 150px;
}

#waldbrandursachentable .editablegrid-bezeichnung {
    width: 250px;
}


#MitarbeiterToRevierModal-table_id > thead > tr > .editablegrid-revier {
    min-width: 350px;
    width: 350px;
    max-width: 350px;
}

#MitarbeiterToRevierModal-table_id > thead > tr > .editablegrid-delete {
    min-width: 75px;
    width: 75px;
    max-width: 75px;
}

#MitarbeiterToRevierModal-table_id > tbody > tr > .editablegrid-revier {
    min-width: 350px;
    width: 350px;
    max-width: 350px;
}

#MitarbeiterToRevierModal-table_id > tbody > tr > .editablegrid-delete {
    min-width: 75px;
    width: 75px;
    max-width: 75px;
}


#usertable
.editablegrid-vorname,
.editablegrid-nachname,
.editablegrid-rolle,
.editablegrid-passwort,
.editablegrid-email {
    width: 150px;
}


/* reviere */
#reviereTableGenerated > thead > tr > .editablegrid-bezeichnung {
    min-width: 350px;
    width: 350px;
    max-width: 350px;
}

#reviereTableGenerated > thead > tr > .editablegrid-ldnr {
    min-width: 150px;
    width: 150px;
    max-width: 150px;
}

#reviereTableGenerated > thead > tr > .editablegrid-forstamtList {
    min-width: 350px;
    width: 350px;
    max-width: 350px;
}

#reviereTableGenerated > thead > tr > .editablegrid-fkzList {
    min-width: 100px;
    width: 100px;
    max-width: 100px;
}

#reviereTableGenerated > thead > tr > .editablegrid-delete {
    min-width: 75px;
    width: 75px;
    max-width: 75px;
}

#reviereTableGenerated > tbody > tr > .editablegrid-bezeichnung {
    min-width: 350px;
    width: 350px;
    max-width: 350px;
}

#reviereTableGenerated > tbody > tr > .editablegrid-ldnr {
    min-width: 150px;
    width: 150px;
    max-width: 150px;
}

#reviereTableGenerated > tbody > tr > .editablegrid-forstamtList {
    min-width: 350px;
    width: 350px;
    max-width: 350px;
}

#reviereTableGenerated > tbody > tr > .editablegrid-fkzList {
    min-width: 100px;
    width: 100px;
    max-width: 100px;
}

#reviereTableGenerated > tbody > tr > .editablegrid-delete {
    min-width: 75px;
    width: 75px;
    max-width: 75px;
}


/* reviere */
#reviereTableGenerated > thead > tr > .editablegrid-bezeichnung {
    min-width: 350px;
    width: 350px;
    max-width: 350px;
}

#reviereTableGenerated > thead > tr > .editablegrid-ldnr {
    min-width: 150px;
    width: 150px;
    max-width: 150px;
}

#reviereTableGenerated > thead > tr > .editablegrid-forstamtList {
    min-width: 350px;
    width: 350px;
    max-width: 350px;
}

#reviereTableGenerated > thead > tr > .editablegrid-delete {
    min-width: 75px;
    width: 75px;
    max-width: 75px;
}

#reviereTableGenerated > tbody > tr > .editablegrid-bezeichnung {
    min-width: 350px;
    width: 350px;
    max-width: 350px;
}

#reviereTableGenerated > tbody > tr > .editablegrid-ldnr {
    min-width: 150px;
    width: 150px;
    max-width: 150px;
}

#reviereTableGenerated > tbody > tr > .editablegrid-forstamtList {
    min-width: 350px;
    width: 350px;
    max-width: 350px;
}

#reviereTableGenerated > tbody > tr > .editablegrid-delete {
    min-width: 75px;
    width: 75px;
    max-width: 75px;
}

/* Forstaemter */
#forstamtTableGenerated > thead > tr > .editablegrid-bezeichnung {
    min-width: 350px;
    width: 350px;
    max-width: 350px;
}

#forstamtTableGenerated > thead > tr > .editablegrid-ldnr {
    min-width: 150px;
    width: 150px;
    max-width: 150px;
}


#forstamtTableGenerated > thead > tr > .editablegrid-delete {
    min-width: 75px;
    width: 75px;
    max-width: 75px;
}

#forstamtTableGenerated > tbody > tr > .editablegrid-bezeichnung {
    min-width: 350px;
    width: 350px;
    max-width: 350px;
}

#forstamtTableGenerated > tbody > tr > .editablegrid-ldnr {
    min-width: 150px;
    width: 150px;
    max-width: 150px;
}

#forstamtTableGenerated > tbody > tr > .editablegrid-delete {
    min-width: 75px;
    width: 75px;
    max-width: 75px;
}




/* FileListFull */
#FilesTable_generated > thead > tr > .editablegrid-fileName {
    min-width: 315px;
    width: 315px;
    max-width: 315px;
}

#FilesTable_generated > thead > tr > .editablegrid-preView, .editablegrid-download {
    min-width: 75px;
    width: 75px;
    max-width: 75px;
}


#FilesTable_generated > thead > tr > .editablegrid-delete, .editablegrid-periode, .editablegrid-jahr {
    min-width: 75px;
    width: 75px;
    max-width: 75px;
    text-align: center;
}
#FilesTable_generated > thead > tr > .editablegrid-revierList, .editablegrid-forstamtList {
    min-width: 150px;
    width: 150px;
    max-width: 150px;
    text-align: center;
}


#FilesTable_generated > tbody > tr > .editablegrid-fileName {
    min-width: 315px;
    width: 315px;
    max-width: 315px;
    overflow: auto;
}

#FilesTable_generated > tbody > tr > .editablegrid-preView, .editablegrid-download {
    min-width: 75px;
    width: 75px;
    max-width: 75px;
    text-align: center;
}

#FilesTable_generated > tbody > tr > .editablegrid-delete, .editablegrid-periode, .editablegrid-jahr {
    min-width: 75px;
    width: 75px;
    max-width: 75px;
    text-align: center;
}
#FilesTable_generated > tbody > tr > .editablegrid-revierList, .editablegrid-forstamtList {
    min-width: 150px;
    width: 150px;
    max-width: 150px;
    text-align: center;
}

#FilesTablePreview {
    max-height: 450px;
}





/* Mitarbeiter*innen #usertable_id */
#usertable_id > thead > tr > .editablegrid-benutzername, .editablegrid-vorname, .editablegrid-nachname, .editablegrid-rolle, .editablegrid-email, .editablegrid-passwort {
    min-width: 130px;
    width: 130px;
    max-width: 130px;
}

#usertable_id > thead > tr > .editablegrid-isAdUser, .editablegrid-reviere, .editablegrid-delete {
    min-width: 100px;
    width: 100px;
    max-width: 100px;
}



#usertable_id > tbody > tr > .editablegrid-benutzername, .editablegrid-vorname, .editablegrid-nachname, .editablegrid-rolle, .editablegrid-email, .editablegrid-passwort {
    min-width: 130px;
    width: 130px;
    max-width: 130px;
    overflow: auto;
}

#usertable_id > tbody > tr > .editablegrid-isAdUser, .editablegrid-reviere, .editablegrid-delete {
    min-width: 100px;
    width: 100px;
    max-width: 100px;
    text-align: center;
}



/*#table_meldung_stammschaedlinge .editablegrid-bezeichnung {
    width: 250px;
    word-break: break-word;
}

#table_meldung_stammschaedlinge .editablegrid-ef {
    width: 90px;
}

#table_meldung_stammschaedlinge 
.editablegrid-feld1,
.editablegrid-feld2,
.editablegrid-feld3,
.editablegrid-feld4,
.editablegrid-feld5 {
    width: 120px;
}
*/
#table_meldung_stammschaedlinge
.editablegrid-ef,
.editablegrid-befallsstellenErkennung,
.editablegrid-befallsstellenSanierung,
.editablegrid-schadholzmengeFmErkennung,
.editablegrid-schadholzmengeFmSanierung,
.editablegrid-schadflaecheHa,
.editablegrid-summeBefallsstellenErkennung,
.editablegrid-summeBefallsstellenSanierung,
.editablegrid-summeSchadholzmengeFmErkennung,
.editablegrid-summeSchadholzmengeFmSanierung,
.editablegrid-summeSchadflaecheHa {
    min-width: 106px !important;
    width: 106px !important;
    max-width: 106px !important;
}

#table_meldung_stammschaedlinge
.editablegrid-schadfaktorenBezeichnung {
    min-width: 230px !important;
    width: 230px !important;
    max-width: 230px !important;
}

#schadfaktorentable
.editablegrid-bezeichnung {
    width: 250px;
}

#schadfaktorentable
.editablegrid-ldnr,
.editablegrid-status{
    width: 100px;
}

#schadfaktorentable
.editablegrid-schadfaktorentyp,
.editablegrid-istGanzjaehrigCB,
.editablegrid-perioden,
.editablegrid-delete {
    width: 150px;
}

#schadfaktorentypentable
.editablegrid-bezeichnung,
.editablegrid-hinweisText,
.editablegrid-hinweisUrl {
    width: 250px;
    max-width: 250px;
    overflow: auto;

}

#baumartentable
.editablegrid-bezeichnung {
    width: 250px;
}

#baumartengruppentable
.editablegrid-bezeichnung {
    width: 250px;
}


#meldungen_witterung_table
.editablegrid-ba {
    width: 155px;
}

#meldungen_witterung_table
.editablegrid-ef {
    width: 85px;
}


#wsm_meldung_nager_table > thead > tr > .editablegrid-schadfaktorenBezeichnung {
    min-width: 250px !important;
    width: 250px !important;
    max-width: 250px !important;
}

#wsm_meldung_nager_table > tbody > tr > .editablegrid-schadfaktorenBezeichnung {
    min-width: 250px !important;
    width: 250px !important;
    max-width: 250px !important;
}

#wsm_meldung_nager_table > thead > tr > .editablegrid-ef {
    min-width: 90px !important;
    width: 90px !important;
    max-width: 90px !important;
}

#wsm_meldung_nager_table > tbody > tr > .editablegrid-ef {
    min-width: 90px !important;
    width: 90px !important;
    max-width: 90px !important;
}

#wsm_meldung_nager_table > thead > tr >
.editablegrid-Rötelmaus,
.editablegrid-Erdmaus,
.editablegrid-Feldmaus,
.editablegrid-Schermaus,
.editablegrid-Hase_Kaninchen {
    min-width: 130px !important;
    width: 130px !important;
    max-width: 130px !important;
}

#wsm_meldung_nager_table > tbody > tr >
.editablegrid-Rötelmaus,
.editablegrid-Erdmaus,
.editablegrid-Feldmaus,
.editablegrid-Schermaus,
.editablegrid-Hase_Kaninchen {
    min-width: 130px !important;
    width: 130px !important;
    max-width: 130px !important;
}

#wsm_meldung_nager_table > tbody > tr:nth-of-type(even) > .editablegrid-schadfaktorenBezeichnung {
    color: transparent;
}


/* Meldung Insekten */

#wsm_meldung_Insekten_table > tbody > tr:nth-of-type(even) > .editablegrid-InsektenBezeichnung {
    color: transparent;
}

#wsm_meldung_Insekten_table > thead > tr > .editablegrid-InsektenBezeichnung {
    min-width: 255px;
    width: 255px;
    max-width: 255px;
}

#wsm_meldung_Insekten_table > tbody > tr > .editablegrid-InsektenBezeichnung {
    min-width: 255px;
    width: 255px;
    max-width: 255px;
}

#wsm_meldung_Insekten_table > thead > tr > .editablegrid-ef {
    min-width: 90px;
    width: 90px;
    max-width: 90px;
}

#wsm_meldung_Insekten_table > tbody > tr > .editablegrid-ef {
    min-width: 90px;
    width: 90px;
    max-width: 90px;
}

#wsm_meldung_Insekten_table > thead > tr >
.editablegrid-flaecheMerklichHa,
.editablegrid-flaecheStarkHa {
    min-width: 130px !important;
    width: 130px !important;
    max-width: 130px !important;
}

#wsm_meldung_Insekten_table > tbody > tr >
.editablegrid-flaecheMerklichHa,
.editablegrid-flaecheStarkHa {
    min-width: 130px !important;
    width: 130px !important;
    max-width: 130px !important;
}


/* End Meldung Insekten*/


/* Meldung Pilze */

#wsm_meldung_pilze_table > tbody > tr:nth-of-type(even) > .editablegrid-pilzeBezeichnung {
    color: transparent;
}

#wsm_meldung_pilze_table > thead > tr > .editablegrid-pilzeBezeichnung {
    min-width: 255px;
    width: 255px;
    max-width: 255px;
}

#wsm_meldung_pilze_table > tbody > tr > .editablegrid-pilzeBezeichnung {
    min-width: 255px;
    width: 255px;
    max-width: 255px;
}

#wsm_meldung_pilze_table > thead > tr > .editablegrid-ef {
    min-width: 90px;
    width: 90px;
    max-width: 90px;
}

#wsm_meldung_pilze_table > tbody > tr > .editablegrid-ef {
    min-width: 90px;
    width: 90px;
    max-width: 90px;
}

#wsm_meldung_pilze_table > thead > tr >
.editablegrid-imJungwaldHa,
.editablegrid-imJungwaldFm,
.editablegrid-abDerbholzHa,
.editablegrid-abDerbholzFm {
    min-width: 130px !important;
    width: 130px !important;
    max-width: 130px !important;
}

#wsm_meldung_pilze_table > tbody > tr >
.editablegrid-imJungwaldHa,
.editablegrid-imJungwaldFm,
.editablegrid-abDerbholzHa,
.editablegrid-abDerbholzFm {
    min-width: 130px !important;
    width: 130px !important;
    max-width: 130px !important;
}


/* End Meldung Pilze*/


/* Waldbrandmeldung */
#wsm_meldungen_waldbrand_table > thead > tr >
.editablegrid-alarm,
.editablegrid-bekaempfung,
.editablegrid-loeschung,
.editablegrid-abtUabtTFl,
.editablegrid-verlustStammholz,
.editablegrid-verlustIndustrieholz,
.editablegrid-koordinaten,
.editablegrid-holzboden,
.editablegrid-nichtHolzboden,
.editablegrid-bestockungsart,
.editablegrid-waldbrandart {
    min-width: 150px !important;
    width: 150px !important;
    max-width: 150px !important;
}

#wsm_meldungen_waldbrand_table > thead > tr >
.editablegrid-waldbrandursache {
    min-width: 190px !important;
    width: 190px !important;
    max-width: 190px !important;
}

#wsm_meldungen_waldbrand_table > thead > tr >
.editablegrid-delete,
.editablegrid-edit {
    min-width: 90px !important;
    width: 90px !important;
    max-width: 90px !important;
}

#wsm_meldungen_waldbrand_table > thead > tr >
.editablegrid-ef {
    min-width: 120px !important;
    width: 120px !important;
    max-width: 120px !important;
}

#wsm_meldungen_waldbrand_table > tbody > tr >
.editablegrid-alarm,
.editablegrid-bekaempfung,
.editablegrid-loeschung,
.editablegrid-abtUabtTFl,
.editablegrid-verlustStammholz,
.editablegrid-verlustIndustrieholz,
.editablegrid-koordinaten,
.editablegrid-holzboden,
.editablegrid-nichtHolzboden,
.editablegrid-bestockungsart,
.editablegrid-waldbrandart {
    min-width: 150px !important;
    width: 150px !important;
    max-width: 150px !important;
}

#wsm_meldungen_waldbrand_table > tbody > tr >
.editablegrid-waldbrandursache {
    min-width: 190px !important;
    width: 190px !important;
    max-width: 190px !important;
}

#wsm_meldungen_waldbrand_table > tbody > tr >
.editablegrid-delete,
.editablegrid-edit {
    min-width: 90px !important;
    width: 90px !important;
    max-width: 90px !important;
    text-align: center;
}

#wsm_meldungen_waldbrand_table > tbody > tr >
.editablegrid-ef {
    min-width: 120px !important;
    width: 120px !important;
    max-width: 120px !important;
}

/* End Waldbrandmeldung */


/* Buchdruckermonitoring */
#wsm_meldungen_buchdruckermonitoring_table > thead > tr >
.editablegrid-fkz,
.editablegrid-anzahlBuchdrucker,
.editablegrid-bemerkung,
.editablegrid-kontrollDatum,
.editablegrid-kontrollWoche,
.editablegrid-isDispenserAngelegt,
.editablegrid-isDispenserGewechselt,
.editablegrid-isFalleDeaktiviert {
    min-width: 130px !important;
    width: 130px !important;
    max-width: 130px !important;
}

#wsm_meldungen_buchdruckermonitoring_table > tbody > tr >
.editablegrid-fkz,
.editablegrid-anzahlBuchdrucker,
.editablegrid-bemerkung,
.editablegrid-kontrollDatum,
.editablegrid-kontrollWoche,
.editablegrid-isDispenserAngelegt,
.editablegrid-isDispenserGewechselt,
.editablegrid-isFalleDeaktiviert {
    min-width: 130px !important;
    width: 130px !important;
    max-width: 130px !important;
}

#reviereFkzTableGenerated > thead > tr >
.editablegrid-bezeichnung,
.editablegrid-hoehe,
.editablegrid-koordinaten,
.editablegrid-wuchsgebietNr,
.editablegrid-wuchsgebietBezeichnung,
.editablegrid-wuchsbezirkNr,
.editablegrid-wuchsbezirkBezeichnung,
.editablegrid-teilwuchsbezirkNr,
.editablegrid-teilwuchsbezirkBezeichnung {
    min-width: 150px !important;
    width: 150px !important;
    max-width: 150px !important;
}

#reviereFkzTableGenerated > thead > tr >
.editablegrid-ldnr,
.editablegrid-delete,
.editablegrid-zustaendig,
.editablegrid-klima {
    min-width: 90px !important;
    width: 90px !important;
    max-width: 90px !important;
}


#reviereFkzTableGenerated > tbody > tr >
.editablegrid-bezeichnung,
.editablegrid-hoehe,
.editablegrid-koordinaten,
.editablegrid-wuchsgebietNr,
.editablegrid-wuchsgebietBezeichnung,
.editablegrid-wuchsbezirkNr,
.editablegrid-wuchsbezirkBezeichnung,
.editablegrid-teilwuchsbezirkNr,
.editablegrid-teilwuchsbezirkBezeichnung {
    min-width: 150px !important;
    width: 150px !important;
    max-width: 150px !important;
}

#reviereFkzTableGenerated > tbody > tr >
.editablegrid-ldnr,
.editablegrid-delete,
.editablegrid-zustaendig,
.editablegrid-klima {
    min-width: 90px !important;
    width: 90px !important;
    max-width: 90px !important;
}

/* FKZ Full table */
#fkzListFullTableGenerated > thead > tr > .editablegrid-revierList {
    min-width: 250px;
    width: 250px;
    max-width: 250px;
    text-align: center;
}


#fkzListFullTableGenerated > tbody > tr > .editablegrid-revierList {
    min-width: 250px;
    width: 250px;
    max-width: 250px;
    text-align: center;
}

/* End Buchdruckermonitoring */


/* Schadfaktoren Periodenzuordnung */
#schadfaktorenPerioden-table > table > thead > tr > th {
    min-width: 150px !important;
    width: 150px !important;
    max-width: 150px !important;
}

#schadfaktorenPerioden-table > table > tbody > tr > td {
    min-width: 150px !important;
    width: 150px !important;
    max-width: 150px !important;
}

/* End Schadfaktoren Periodenzuordnung */

/* Schadfaktorentypen Periodenzuordnung */
#schadfaktorentypPerioden-table > table > thead > tr > th {
    min-width: 150px !important;
    width: 150px !important;
    max-width: 150px !important;
}

#schadfaktorentypPerioden-table > table > tbody > tr > td {
    min-width: 150px !important;
    width: 150px !important;
    max-width: 150px !important;
}

/* End Schadfaktorentypen Periodenzuordnung */


/* PSM */


#psmgruppetable_generated > thead > tr >
.editablegrid-bezeichnung {
    min-width: 300px !important;
    width: 300px !important;
    max-width: 300px !important;
}

#psmgruppetable_generated > thead > tr >
.editablegrid-ldnr,
.editablegrid-delete {
    min-width: 90px !important;
    width: 90px !important;
    max-width: 90px !important;
}

#psmgruppetable_generated > tbody > tr >
.editablegrid-bezeichnung {
    min-width: 300px !important;
    width: 300px !important;
    max-width: 300px !important;
}

#psmgruppetable_generated > tbody > tr >
.editablegrid-ldnr,
.editablegrid-delete {
    min-width: 90px !important;
    width: 90px !important;
    max-width: 90px !important;
}


#psmgeraettable_generated > thead > tr >
.editablegrid-bezeichnung {
    min-width: 300px !important;
    width: 300px !important;
    max-width: 300px !important;
}

#psmgeraettable_generated > thead > tr >
.editablegrid-ldnr,
.editablegrid-delete {
    min-width: 90px !important;
    width: 90px !important;
    max-width: 90px !important;
}

#psmgeraettable_generated > tbody > tr >
.editablegrid-bezeichnung {
    min-width: 300px !important;
    width: 300px !important;
    max-width: 300px !important;
}

#psmgeraettable_generated > tbody > tr >
.editablegrid-ldnr,
.editablegrid-delete {
    min-width: 90px !important;
    width: 90px !important;
    max-width: 90px !important;
}


#psmhandelsbezeichnungtable_generated > thead > tr >
.editablegrid-psmGruppenId,
.editablegrid-bezeichnung,
.editablegrid-mappedToUser {
    min-width: 300px !important;
    width: 300px !important;
    max-width: 300px !important;
}

#psmhandelsbezeichnungtable_generated > thead > tr >
.editablegrid-istAnwendungPerHa,
.editablegrid-istAnwendungPerFm,
.editablegrid-istFluessig,
.editablegrid-ldnr,
.editablegrid-delete {
    min-width: 90px !important;
    width: 90px !important;
    max-width: 90px !important;
}

#psmhandelsbezeichnungtable_generated > tbody > tr >
.editablegrid-psmGruppenId,
.editablegrid-bezeichnung,
.editablegrid-mappedToUser {
    min-width: 300px !important;
    width: 300px !important;
    max-width: 300px !important;
}

#psmhandelsbezeichnungtable_generated > tbody > tr >
.editablegrid-istAnwendungPerHa,
.editablegrid-istAnwendungPerFm,
.editablegrid-istFluessig,
.editablegrid-ldnr,
.editablegrid-delete {
    min-width: 90px !important;
    width: 90px !important;
    max-width: 90px !important;
}


/* Meldung PSM */

#wsm_meldungen_psm_table_generated > thead > tr >
.editablegrid-ForstlicheAdresse,
.editablegrid-Koordinaten,
.editablegrid-PsmGruppeId,
.editablegrid-psmGruppenId,
.editablegrid-SchaedlingMonitoringId,
.editablegrid-BaumartengruppeId,
.editablegrid-KonzentrationPsm,
.editablegrid-BehandelteFlaecheHa,
.editablegrid-BehandelteHolzmengeFm,
.editablegrid-PsmGeraetId,
.editablegrid-AnwenderName,
.editablegrid-DatumAnwendung,
.editablegrid-DatumErfolgskontrolle,
.editablegrid-Bemerkungen {
    min-width: 200px !important;
    width: 200px !important;
    max-width: 200px !important;
}

#wsm_meldungen_psm_table_generated > thead > tr >
.editablegrid-MengePsm,
.editablegrid-MengeWasser {
    min-width: 140px !important;
    width: 140px !important;
    max-width: 140px !important;
}

#wsm_meldungen_psm_table_generated > thead > tr >
.editablegrid-delete,
.editablegrid-edit,
.editablegrid-ef
{
    min-width: 90px !important;
    width: 90px !important;
    max-width: 90px !important;
}

#wsm_meldungen_psm_table_generated > tbody > tr >
.editablegrid-ForstlicheAdresse,
.editablegrid-Koordinaten,
.editablegrid-PsmGruppeId,
.editablegrid-psmGruppenId,
.editablegrid-SchaedlingMonitoringId,
.editablegrid-BaumartengruppeId,
.editablegrid-KonzentrationPsm,
.editablegrid-BehandelteFlaecheHa,
.editablegrid-BehandelteHolzmengeFm,
.editablegrid-PsmGeraetId,
.editablegrid-AnwenderName,
.editablegrid-DatumAnwendung,
.editablegrid-DatumErfolgskontrolle,
.editablegrid-Bemerkungen {
    min-width: 200px !important;
    width: 200px !important;
    max-width: 200px !important;
}

#wsm_meldungen_psm_table_generated > tbody > tr >

.editablegrid-MengePsm,
.editablegrid-MengeWasser {
    min-width: 140px !important;
    width: 140px !important;
    max-width: 140px !important;
    text-align: right;
}

#wsm_meldungen_psm_table_generated > tbody > tr >
.editablegrid-delete,
.editablegrid-edit,
.editablegrid-ef
{
    min-width: 90px !important;
    width: 90px !important;
    max-width: 90px !important;
}


/* END PSM */

/* SchaedlingePsm */
#schadfaktorenPsmtable_generated > thead > tr >
.editablegrid-bezeichnung,
.editablegrid-hinweise,
.editablegrid-hinweisUrl,
.editablegrid-psmGruppe {
    min-width: 300px !important;
    width: 300px !important;
    max-width: 300px !important;
}

#schadfaktorenPsmtable_generated > thead > tr >
.editablegrid-delete,
.editablegrid-ldnr {
    min-width: 90px !important;
    width: 90px !important;
    max-width: 90px !important;
}

#schadfaktorenPsmtable_generated > tbody > tr >
.editablegrid-bezeichnung,
.editablegrid-hinweise,
.editablegrid-hinweisUrl,
.editablegrid-psmGruppe {
    min-width: 300px !important;
    width: 300px !important;
    max-width: 300px !important;
}

#schadfaktorenPsmtable_generated > tbody > tr >
.editablegrid-delete,
.editablegrid-ldnr {
    min-width: 90px !important;
    width: 90px !important;
    max-width: 90px !important;
}


/* End Schaedling Psm */

/* Hinweistexte */

#hinweistextetable_generated > thead > tr >
.editablegrid-textZuordnung,
.editablegrid-hinweisText,
.editablegrid-Hase_Kaninchen {
    min-width: 300px !important;
    width: 300px !important;
    max-width: 300px !important;
}

#hinweistextetable_generated > thead > tr >
.editablegrid-ldnr,
.editablegrid-delete {
    min-width: 90px !important;
    width: 90px !important;
    max-width: 90px !important;
}

#hinweistextetable_generated > tbody > tr >
.editablegrid-textZuordnung,
.editablegrid-hinweisText,
.editablegrid-Hase_Kaninchen {
    min-width: 300px !important;
    width: 300px !important;
    max-width: 300px !important;
}

#hinweistextetable_generated > tbody > tr >
.editablegrid-ldnr,
.editablegrid-delete {
    min-width: 90px !important;
    width: 90px !important;
    max-width: 90px !important;
}

/* Hinweistexte End*/


/* News */

#newstablegenerated > thead > tr >
.editablegrid-newsContent,
.editablegrid-newsUrl {
    min-width: 300px !important;
    width: 300px !important;
    max-width: 300px !important;
    overflow: auto;
}

#newstablegenerated > thead > tr >
.editablegrid-gueltigAb,
.editablegrid-gueltigBis,
.editablegrid-istDringend {
    min-width: 150px !important;
    width: 150px !important;
    max-width: 150px !important;
    overflow: auto;
}

#newstablegenerated > thead > tr >
.editablegrid-ldnr,
.editablegrid-delete {
    min-width: 90px !important;
    width: 90px !important;
    max-width: 90px !important;
}

#newstablegenerated > tbody > tr >
.editablegrid-newsContent,
.editablegrid-newsUrl {
    min-width: 300px !important;
    width: 300px !important;
    max-width: 300px !important;
    overflow: auto;
}

#newstablegenerated > tbody > tr >
.editablegrid-gueltigAb,
.editablegrid-gueltigBis,
.editablegrid-istDringend {
    min-width: 150px !important;
    width: 150px !important;
    max-width: 150px !important;
    overflow: auto;
}

#newstablegenerated > tbody > tr >
.editablegrid-ldnr,
.editablegrid-delete {
    min-width: 90px !important;
    width: 90px !important;
    max-width: 90px !important;
}

/* News End*/


/* Waldbrandarten */

#waldbrandartentable_generated > thead > tr >
.editablegrid-bezeichnung {
    min-width: 300px !important;
    width: 300px !important;
    max-width: 300px !important;
}

#waldbrandartentable_generated > thead > tr >
.editablegrid-ldnr,
.editablegrid-delete {
    min-width: 90px !important;
    width: 90px !important;
    max-width: 90px !important;
}

#waldbrandartentable_generated > tbody > tr >
.editablegrid-bezeichnung {
    min-width: 300px !important;
    width: 300px !important;
    max-width: 300px !important;
}

#waldbrandartentable_generated > tbody > tr >
.editablegrid-ldnr,
.editablegrid-delete {
    min-width: 90px !important;
    width: 90px !important;
    max-width: 90px !important;
}

/* Waldbrandarten End*/

/* Bestockungsarten */

#bestockungsarttable_generated > thead > tr >
.editablegrid-bezeichnung {
    min-width: 300px !important;
    width: 300px !important;
    max-width: 300px !important;
}

#bestockungsarttable_generated > thead > tr >
.editablegrid-ldnr,
.editablegrid-delete {
    min-width: 90px !important;
    width: 90px !important;
    max-width: 90px !important;
}

#bestockungsarttable_generated > tbody > tr >
.editablegrid-bezeichnung {
    min-width: 300px !important;
    width: 300px !important;
    max-width: 300px !important;
}

#bestockungsarttable_generated > tbody > tr >
.editablegrid-ldnr,
.editablegrid-delete {
    min-width: 90px !important;
    width: 90px !important;
    max-width: 90px !important;
}

/* Bestockungsarten End*/

thead, tbody {
    display: block;
}

tbody {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tdWidth70 {
    width: 70px;
}

.tdWidth80 {
    width: 80px;
}

.tdWidth100 {
    width: 100px;
}

.redText {
    color: red;
}

.invalid {
    border-color: red;
}
.invalidTd {
    background-color: red !important;
    color: #ffffff;
}


#meldungen_zusatzmeldung_table_-1 {
    height: 190px;
}

#meldungen_zusatzmeldung_table_-2 {
    height: 190px;
}

#drop-area-zusatzmeldung {
    border: 2px dashed #ccc;
    border-radius: 20px;
    /*    width: 480px;
    font-family: sans-serif;
    margin: 100px auto;*/
    padding: 20px;
}

#drop-area-zusatzmeldung.highlight {
    border-color: purple;
}

#meldungen_zusatzmeldung_fileList {
    /*    max-height: 120px;*/
    overflow: auto;
}


/* GisSchadpunkte  */

.GisSchadpunkteDiv {
    background-color: #6ba125 !important;
    max-width: 500px;
    width: 500px;
    position: absolute;
    top: 300px;
    right: 100px;
    /* left: 0; */
    z-index: 1030;
    border-radius: 5px;
    border-color: #babbbd;
    border: 1px solid transparent;

}

.GisSchadpunkteDivHeader {
    position: absolute;
    right: 10px;
    /* left: 0; */
    z-index: 1035;
}

#table_meldung_witterung_GisSchadpunkte {
    max-width: 490px;
    width: 490px;
    padding-top: 30px;
    padding-left: 10px;
}


#GisSchadpunkteTableGeneratedWitterung > thead > tr >
.editablegrid-schadart,
.editablegrid-baumart {
    min-width: 150px !important;
    width: 150px !important;
    max-width: 150px !important;
    color: #ffffff;
}

#GisSchadpunkteTableGeneratedWitterung > thead > tr >
.editablegrid-stueckzahl,
.editablegrid-festmeter,
.editablegrid-schadflaeche {
    min-width: 116px !important;
    width: 116px !important;
    max-width: 116px !important;
    color: #ffffff;
    text-align: right !important;
}

#GisSchadpunkteTableGeneratedWitterung > thead > tr >
.editablegrid-eigentumsform {
    min-width: 66px !important;
    width: 66px !important;
    max-width: 66px !important;
    color: #ffffff;
}

#GisSchadpunkteTableGeneratedWitterung > tbody > tr >
.editablegrid-schadart,
.editablegrid-baumart {
    min-width: 150px !important;
    width: 150px !important;
    max-width: 150px !important;
    color: #ffffff;
}

#GisSchadpunkteTableGeneratedWitterung > tbody > tr >
.editablegrid-stueckzahl,
.editablegrid-festmeter,
.editablegrid-schadflaeche {
    min-width: 116px !important;
    width: 116px !important;
    max-width: 116px !important;
    color: #ffffff;
    text-align: right !important;
}

#GisSchadpunkteTableGeneratedWitterung > tbody > tr >
.editablegrid-eigentumsform {
    min-width: 66px !important;
    width: 66px !important;
    max-width: 66px !important;
    color: #ffffff;
}


/* GIS SChadpunkte for Stammschädlinge */
#table_meldung_stammschaedlinge_GisSchadpunkte {
    max-width: 490px;
    width: 490px;
    padding-top: 30px;
    padding-left: 10px;
}


#GisSchadpunkteTableGeneratedSchadfaktoren > thead > tr >
.editablegrid-schadart,
.editablegrid-baumart {
    min-width: 150px !important;
    width: 150px !important;
    max-width: 150px !important;
    color: #ffffff;
}

#GisSchadpunkteTableGeneratedSchadfaktoren > thead > tr >
.editablegrid-stueckzahl,
.editablegrid-festmeter,
.editablegrid-schadflaeche {
    min-width: 116px !important;
    width: 116px !important;
    max-width: 116px !important;
    color: #ffffff;
    text-align: right !important;
}

#GisSchadpunkteTableGeneratedSchadfaktoren > thead > tr >
.editablegrid-eigentumsform {
    min-width: 66px !important;
    width: 66px !important;
    max-width: 66px !important;
    color: #ffffff;
}

#GisSchadpunkteTableGeneratedSchadfaktoren > tbody > tr >
.editablegrid-schadart,
.editablegrid-baumart {
    min-width: 150px !important;
    width: 150px !important;
    max-width: 150px !important;
    color: #ffffff;
}

#GisSchadpunkteTableGeneratedSchadfaktoren > tbody > tr >
.editablegrid-stueckzahl,
.editablegrid-festmeter,
.editablegrid-schadflaeche {
    min-width: 116px !important;
    width: 116px !important;
    max-width: 116px !important;
    color: #ffffff;
    text-align: right !important;
}

#GisSchadpunkteTableGeneratedSchadfaktoren > tbody > tr >
.editablegrid-eigentumsform {
    min-width: 66px !important;
    width: 66px !important;
    max-width: 66px !important;
    color: #ffffff;
}


.GisHinweise {
    margin: 10px;
}

/* End GisSchadpunlkte */

/* Meldeverlauf */
.tableMeldeverlauf {
    max-height: 90px !important;
}
.tableMeldeverlauf tbody{
    max-height: 90px !important;
}
.tableMeldeverlauf td {
    min-width: 120px;
    width: 120px;
    max-width: 120px;
}


.isInvalid {
    background-color: #dc3545 !important;
}


.white {
    color: #ffffff;
}

.shortHeight {
    line-height: 0.75;
}

.transparent {
    background-color: transparent !important;
}


#Deletemessage {
    overflow-wrap: break-word;
}

.previewFile {
    max-width: 100%;
    max-height: 100%;
}

.previewFileMinHeight {
    min-height: 600px;
}

.previewFileFull {
    max-width: 100%;
    max-height: 450px;
    height: 450px;
    width: auto;
}


.tooltipFiles {
    position: relative;
    display: inline-block;
}

.tooltipFiles {
    visibility: hidden;
    background-color: rosybrown;
    color: white;
    border-radius: 7px;
    padding: 5px 10px;
    /* To set the top position of the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 60%;
    margin-left: -65px;
}

.tooltipFiles:hover {
    visibility: visible;
}

/* sticky header */


.popOverInTableHeader {
    float: right;
}

/* tables general small font */
table {
    font-size: 14px;
}
.font14 {
    font-size: 14px !important;
}


#Error-modal {
    /* position: relative; */
    left: 500px;
    top: 100px;
}

#Error-modal .modal-dialog {
    position: fixed;
    max-width: 100%;
    box-shadow: 0 0 5px
    rgba(0, 0, 0, 0.5);
    background: var(--white);
    /* width:500px; */
    margin: 0;
    /* padding: 20px; */
    /* overflow: hidden; */
    /* resize: both; */
}

#Error-modal .modal-content {
    /* padding: 20px; */
    height: 220px;
    overflow: hidden;
    resize: both;
    width: 500px;
}

#Error-modal .modal-body {
    height: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
#Error-modal .modal-header {
   /* background: var(--dark);
    color: var(--white);
    border-bottom: 0px;
    padding: 0px; */
}
#Error-modal .modal-header h3 {
    color: var(--white);
    font-size: 18px;
}
#Error-modal .close_btn {
    top: -2px;
    margin: 0px !important;
    opacity: 1;
    width: 30px;
    height: 30px;
    padding: 0px;
    color:
            #fff;
}

.textBlack {
    color: #000000;
}

.dragable_touch {
    cursor: move;
}

/*table.scroll thead tr:after {
    content: '';
    overflow-y: scroll;
    visibility: hidden;
}

table.scroll thead th {
    flex: 1 auto;
    display: block;
}

table.scroll tbody {
    display: block;
    width: 100%;
    overflow-y: auto;
    height: auto;
    max-height: 200px;
}

    table.scroll thead tr, table.scroll tbody tr {
        display: flex;
    }

        table.scroll tbody tr td {
            flex: 1 auto;
            word-wrap: break;
        }*/


/* end sticky header*/