﻿tablist {
    display: none;
    min-width: 600px;
}

.even_row td {
    background-color: #fbfbfb;
}

.tablesorter-icon {
    float: right;
}

.tablist_header {
    background-color: #C1D0BB;
    padding-top: 7px;
    padding-bottom: 7px;
}

.tablist td:first-child {
    white-space: nowrap;
}

.tablist_header th {
    white-space: nowrap;
}

.tablist_active {
    background-color: #ADBBA8;
}

.tablist_hover {
    background-color: #cdd9c8;
}

    .tablist_hover td {
        background-color: #cdd9c8 !important;
    }

        .tablist_hover td:first-child {
            background-color: #cdd9c8 !important;
        }

.tablist_row_click td {
    background-color: #EDF1EB;
}

.tablesorter-filter-row td {
    background-color: #EDF1EB;
}

.tablesorter_tab {
    border: 1px solid #939b90;
}

    .tablesorter_tab tr td:first-child {
        border-left: 1px solid #939b90;
        min-width: 27px; /*platz für filter leeren*/
    }

    .tablesorter_tab tr td:last-child {
        border-right: 1px solid #939b90;
    }

    .tablesorter_tab thead tr:last-child td {
        border-bottom: 1px solid #939b90;
    }

.ts-pager {
    border-top: 2px solid #939b90;
}

.btn_x {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin-left: -22px;
    margin-top: 1px;
    color: grey;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    position: absolute;
}

.clearable {
    background: #fff url(icoX.gif) no-repeat right -10px center;
    border: 1px solid #999;
    padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
    border-radius: 3px;
    transition: background 0.4s;
}

    .clearable.x {
        background-position: right 5px center;
    }
    /* (jQ) Show icon */
    .clearable.onX {
        cursor: pointer;
    }

.a_edit {
    margin-left: -10px;
}

.a_delete {
    margin-right: -10px;
}


.infolink {
    background: url('../symbole/gruen3/information.gif') no-repeat center center;
    padding-right: 25px;
    padding-left: 15px;
}


.editlink {
    background: url('../symbole/gruen3/vanstrich.gif') no-repeat center left;
    padding-right: 15px;
    padding-left: 14px;
    margin-top: -2px;
    font-size: 12px !important;
}


td:first-child .editlink {
    background: url('../symbole/gruen3/vanstrich.gif') no-repeat center center;
    padding-right: 15px;
    margin-top: -2px;
    font-size: 20px !important;
}

.deletelink {
    background: url('../symbole/gruen3/minus.gif') no-repeat center center;
    padding-left: 10px;
    padding-right: 10px;
}

.sorttable tr td:first-child {
    white-space: nowrap;
}


.content-wrapper {
    padding: 2px 30px 20px 20px;
    /*width: 1200px !important;*/
    width: auto !important;
    margin-bottom: -30px;
}

#dialog-form {
    display: none;
}

#ts_container {
    display: none;
}

.ui-widget-overlay {
    z-index: 900;
}

.ui-dialog {
    z-index: 999;
}

#contentarea {
    font-size: 90%;
    width: 95% !important;
    /*max-width: 920px;*/
}

    #contentarea h1 {
        color: #59814c;
        font-size: 190%;
    }

#navi {
    width: 1%;
    min-width: 200px;
}


.content-wrapper {
    -ms-background-size: 100% auto;
    background-size: 100% auto !important;
}


/************ Tabellen im Editor ***************/
.edittab {
    width: 600px; /*1% 
    max-width: 1100px;
    min-width: 550px;*/
}

    .edittab tbody tr td, th {
        text-align: left;
        border: none;
        min-height: 21px;
        padding-right: 5px;
        padding-left: 5px;
        border-bottom: 1px solid #ECF0EA;
    }

    .edittab tfoot th {
        border: 1px solid #C1D0BB;
    }

    .edittab td {
        /*background-color: #FBFCFB;*/
        background-color: #fafafa;
    }

    .edittab tr td:first-child {
        background: #ecf0ea !important;
        text-align: right;
        border-left: 1px solid #C1D0BB;
        white-space: nowrap;
        min-width: 200px;
        width: 1%;
    }

    .edittab tr td:last-child {
        min-width: 100px;
    }

    .edittab tr:first-child td {
        border-top: 1px solid #C1D0BB;
    }

    .edittab tr:last-child td {
        border-bottom: 1px solid #C1D0BB;
    }

    .edittab tr td:last-child {
        text-align: right;
        border-right: 1px solid #C1D0BB;
        width: 1%;
        white-space: nowrap;
    }

    .edittab th {
        background: #C1D0BB;
    }

    .edittab select {
        width: 270px;
        border-radius: 3px;
        border: 1px solid #d3d3d3;
    }

    .edittab button {
        cursor: pointer;
        border-radius: 3px;
        border: 1px solid #d3d3d3;
        margin-left: 0;
        margin-right: 0;
    }

    .edittab input {
        width: 266px;
        border-radius: 3px;
        border: 1px solid #d3d3d3;
    }

.germandatetime {
    width: 140px !important;
}

.germandate {
    width: 80px !important;
}


.edittab textarea {
    width: 266px;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
}

.msg_success {
    background-color: green;
}

.msg {
    text-align: center;
}



.my-notify-info, .my-notify-success, .my-notify-warning, .my-notify-error {
    padding: 10px;
    margin: 10px 0;
}

    .my-notify-info:before, .my-notify-success:before, .my-notify-warning:before, .my-notify-error:before {
        /*font-family:FontAwesome;*/
        font-style: normal;
        font-weight: 400;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: .2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
/* 
.my-notify-info:before {
    content: "\e013";
}
.my-notify-success:before {
    content: "\e013";

}
.my-notify-warning:before {
    content:'\f071';
}
.my-notify-error:before {
    content:'\f057';
}
       */

.my-notify-info {
    color: #00529B;
    background-color: #BDE5F8;
}

.my-notify-success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.my-notify-warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

.my-notify-error {
    color: #D8000C;
    background-color: #FFBABA;
}


.submit_btn {
    border: 2px solid #638D56 !important;
    color: darkgreen;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    font-size: 1.1em;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    height: 28px;
    min-width: 200px;
    margin-right: .2em;
    text-align: center;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: lightgreen;
    border: 1px solid #638D56;
}

.add_btn {
    border: 1px solid #638D56 !important;
    color: darkgreen;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    font-size: 1.1em;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    height: 28px;
    min-width: 200px;
    margin-right: .2em;
    text-align: center;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: lightgreen;
    border: 1px solid #638D56;
}

    .add_btn:before {
        content: "+  ";
        font-family: "Glyphicons Halflings";
    }

.add_btn_small {
    border: 1px solid #638D56 !important;
    color: darkgreen;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    font-size: 1.1em;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    height: 18px;
    min-width: 30px;
    margin-right: .2em;
    text-align: center;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: lightgreen;
    border: 1px solid #638D56;
}

    .add_btn_small:before {
        content: "+  ";
        font-family: "Glyphicons Halflings";
    }

.edit_btn {
    border: 1px solid #638D56 !important;
    color: darkgreen;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    font-size: 1.1em;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    height: 28px;
    min-width: 200px;
    margin-right: .2em;
    text-align: center;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: lightgreen;
    border: 1px solid #638D56;
}

/*    .edit_btn:before {
        content: "\e167  ";
        font-family: "Glyphicons Halflings";
    }*/

.submit_btn:disabled {
    color: grey;
}

/*.submit_btn:before {
    content: "\e013  ";
    font-family: "Glyphicons Halflings";
}*/

.glyphicon-ok {
    content: "\e207";
    font-family: "Glyphicons Halflings";
}


.glyphicon-remove {
    content: "\e014";
    font-family: "Glyphicons Halflings";
}

.glyphicon-open-file {
    content: "\e203";
    font-family: "Glyphicons Halflings";
}

.cancel_btn {
    border: 1px solid #404040 !important;
    color: #404040;
    background-color: lightgrey !important;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 190px;
    height: 25px;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*
    .cancel_btn:before {
        content: "\e014  ";
        font-family: "Glyphicons Halflings";
    }*/

.temp_hidden {
    display: none;
}

.tablewrapper2, .tablewrapper1, .tablewrapper_full, .tablewrapper {
    position: relative;
    padding: 0;
    max-height: 650px;
    overflow-y: auto;
}

.tablewrapper_full {
    position: relative;
    padding: 0;
    height: 100vh;
    overflow-y: auto;
}


.children {
    display: none;
}


.tablesorter-header-inner label {
    white-space: nowrap;
}


.tablewrapper2 table, .tablewrapper1 table, .tablewrapper_full table, .tablewrapper table {
    padding: 0;
    margin: 1px 0 0;
}

.fullscreen_overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    z-index: 888;
    display: none;
}

.tablist td {
    text-align: left;
    background: white;
}


#loader_overlay {
    text-align: center;
    padding-top: 35vh;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    z-index: 112;
    display: none;
}

#image_overlay {
    text-align: center;
    vertical-align: central;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    z-index: 1120;
    display: none;
}

#image_overlay_content img {
    max-width: 100%;
    max-height: 100vh;
}



.smallinput input {
    width: 35px;
}

.todebug {
    width: 45px;
}

#tbl_abschussplan textarea {
    width: 100%;
    height: 60px;
}

.pager_row th {
    background: #dcdcdc none repeat scroll 0 0;
}


#ujb-streckenerfassung .td_geschl {
    background-color: #C1D0BB;
}

#ujb-streckenerfassung .td_ak {
    background-color: #E0E6D7;
    white-space: nowrap;
}

#ujb-streckenerfassung .td_summe {
    background-color: #DAB996 !important;
}

.td_summe {
    background-color: #DAB996 !important;
}

.tr_td_summe td {
    background-color: #DAB996 !important;
}

#ujb-streckenerfassung .td_jj {
    background-color: #F1F9EF;
}

#ujb-streckenerfassung .td_data2nd {
    background-color: #F8F8F8;
}

#ujb-streckenerfassung td {
    vertical-align: middle;
    text-align: center;
    padding: 0.1em;
    padding-left: 0.3em;
    padding-right: 0.3em;
}

#ujb-streckenerfassung .tBoxPos {
    width: 40px;
    text-align: center;
}

#ujb-streckenerfassung input:focus {
    -webkit-box-shadow: 1px 1px 9px 2px rgba(108,150,94,1);
    -moz-box-shadow: 1px 1px 9px 2px rgba(108,150,94,1);
    box-shadow: 1px 1px 9px 2px rgba(108,150,94,1);
}

.td_centered {
    vertical-align: middle;
    text-align: center;
    line-height: 10px;
}

#ujb-streckenerfassung .td_ap {
    background-color: #E0E6D7;
}

#ujb-streckenerfassung .td_ap2 {
    background-color: #C1D0BB;
}

#ujb-streckenerfassung th {
    text-align: center;
    background-color: #c1d0bb;
}

.td_geschlecht__gesamt {
    background-color: #DAB996 !important;
}

.td_summe_hell {
    background-color: #DDC0A0 !important;
}

.tr_geschlecht_last {
    border-bottom: 2px solid #767676;
}


.filter-form {
    /*width: 50%;*/
    width: 1%;
    border: 1px solid darkgray;
    border-radius: 3px;
}

    .filter-form td:first-child {
        text-align: right;
        background-color: #c1d0bb;
        padding-left: 30px;
        padding-right: 10px;
    }

    .filter-form td {
        text-align: left;
        background-color: #E0E6D7;
        padding-left: 10px;
        padding-right: 30px;
    }

    .filter-form input {
        border-radius: 3px;
        width: 250px;
        text-align: center;
    }

    .filter-form select {
        border-radius: 3px;
        width: 250px;
        text-align: center;
    }

        .filter-form select option {
            text-align: left;
        }


.fixedTable .table {
    background-color: white;
    width: auto;
}

.fixedTable .table {
    background-color: white;
    width: auto;
}

    .fixedTable .table tr td,
    .fixedTable .table tr th {
        min-width: 35px;
        width: 35px;
        min-height: 20px;
        height: 20px;
        padding: 2px;
    }

.fixedTable-header {
    width: 1124px;
    height: 24px;
    margin-left: 39px;
    overflow: hidden;
    border-bottom: 1px solid #CCC;
}

    .fixedTable-header table tr td:first-child {
        width: 280px;
    }

.fixedTable-sidebar {
    width: 284px;
    height: 384px;
    float: left;
    overflow: hidden;
    border-right: 1px solid #CCC;
}

    .fixedTable-sidebar .table tr td {
        width: 280px;
    }

fixedTable-header .table tr th:first-child {
    width: 280px;
}


.fixedTable-body {
    overflow: auto;
    width: 879px;
    height: 384px;
    float: left;
}

.row_vwj td {
    background-color: #f1f3f1;
}

.row_vwj .liDark1 {
    background-color: #e3e7e3;
}

.row_vwj .liDark2 {
    background-color: #cbcecb;
}

.statistik-filter .select2-selection--single {
    text-align: center;
    border-radius: 3px;
    margin-top: 1px;
    height: 25px !important;
    width: 250px;
}

#content {
    min-width: 662px;
}

.gap_edit .edittab {
    width: 883px !important;
}

    .gap_edit .edittab td:first-child {
        width: 500px !important;
    }

.hidden_li {
    display: none;
}

.edtHead {
    background-color: #ECF0EA !important;
}

.nowrap {
    white-space: nowrap;
}

.textalign-center {
    text-align: center;
}

.textalign-left {
    text-align: left;
}

.textalign-right {
    text-align: right;
}

.td_DCE4D8 {
    text-align: left !important;
    background-color: #DCE4D8 !important;
}


.select2-search__field {
    min-width: 50px;
}

.msg-error {
    border: 3px solid red;
    padding: 5px 25px 5px 25px;
    text-align: center;
    color: red;
    font-weight: bold;
}

.msg-info {
    border: 3px solid lightgreen;
    padding: 5px 25px 5px 25px;
    text-align: center;
    color: green;
    font-weight: bold;
}

.msg-achtunginfo {
    border: 3px solid darkgrey;
    background-color: #ececec;
    padding: 5px 25px 5px 25px;
    text-align: center;
    color: #323232;
    font-weight: bold;
}


.msg-error-short {
    border: 3px solid red;
    padding: 5px 25px 5px 25px;
    text-align: center;
    color: red;
    font-weight: bold;
    width: 300px;
}

.msg-info-short {
    border: 3px solid lightgreen;
    padding: 5px 25px 5px 25px;
    text-align: center;
    color: green;
    font-weight: bold;
    width: 300px;
}


.ui-tabs .modallink {
    font-size: 20px;
    cursor: pointer;
    color: #669059;
}

.hidden_edit {
    display: none;
}


.menue_parent_label {
    /*color: #59814c;*/
    cursor: pointer;
}


#navi .menu > ul > li label {
    background: rgba(0, 0, 0, 0) url("../symbole/arrow_right.png") no-repeat scroll 1px 13px;
    display: block;
    padding: 10px 12px 10px 14px;
}

#navi .menu li.linkactive label {
    background: none;
    padding: 0;
}

.ui-dialog {
    min-width: 500px;
    min-height: 400px
}

#tbl_abschussplan {
    min-width: 1000px;
    /*min-height: 800px*/
}

button {
    cursor: pointer;
}


.print_adds {
    /*margin-left: -45px;*/
    margin-top: -120px;
    position: relative;
    display: none;
}

.top_pager .print_adds {
    margin-top: -1px !important;
    z-index: 2222;
}

.print_adds button {
    width: 140px;
}


.glyphicon {
    padding-right: 5px;
    padding-left: 5px;
}


table button {
    background-color: #C1D0BB;
}

.neu_erleger {
    display: none;
}

.invisible {
    visibility: hidden;
}


.div_meldung {
    min-width: 400px;
    float: left;
    background-color: #E0E6D7;
    border: 1px solid grey;
    padding: 12px;
    margin: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.tAreaPos {
    width: 140px;
    height: 20px;
    font-size: smaller;
}

    .tAreaPos:focus {
        width: 140px;
        height: 60px;
        font-size: medium;
    }

    .tAreaPos:hover {
        width: 140px;
        height: 60px;
        font-size: medium;
    }

.smallfont2 {
    font-size: smaller;
}

.tabeinfpe {
    border: 1px solid gray;
    min-width: 900px;
}

    .tabeinfpe th {
        font-size: smaller;
        background-color: #CDD9C8;
        border: 1px solid gray;
    }


    .tabeinfpe tr:nth-child(even) td {
        background: #f9f9f9;
    }

    .tabeinfpe tr:nth-child(odd) td {
        background: #ececec;
    }


    .tabeinfpe tr:hover td {
        background-color: #cdd9c8 !important;
    }



.border-red {
    border: 2px solid red !important;
}

.row-red td {
    background-color: #ffedcc !important;
}

.hide {
    display: none;
}




.div-inner table {
    /*table-layout: fixed;*/
    width: 100%;
    *margin-left: -100px; /*ie7*/
}

.div-inner td, th {
    white-space: nowrap;
}

.div-inner th:first-child {
    position: absolute;
    *position: relative; /*ie7*/
    left: 0;
    width: 200px;
    line-height: normal !important;
}


.div-inner td:first-child {
    border: 1px solid #bdbdbd;
    width: 203px;
    position: absolute;
    left: 0;
    line-height: normal !important;
}

.div-outer {
    position: relative;
}

.div-inner {
    overflow-x: scroll;
    overflow-y: visible;
    /*width:1000px;*/
    margin-left: 211px;
}

    .div-inner tfoot th:first-child {
        height: 41px;
    }

    .div-inner thead tr:first-child th {
        height: 30px;
        margin-top: -1px;
    }

    .div-inner thead tr th {
        height: 50px;
    }


.div-inner2 table {
    /*table-layout: fixed;*/
    width: 100%;
    *margin-left: -100px; /*ie7*/
}

.div-inner2 td, th {
    white-space: nowrap;
}

.div-inner2 th:first-child {
    position: absolute;
    *position: relative; /*ie7*/
    left: 0;
    width: 300px;
    line-height: normal !important;
}


.div-inner2 td:first-child {
    border: 1px solid #bdbdbd;
    width: 303px;
    position: absolute;
    left: 0;
    line-height: normal !important;
}


.div-inner2 {
    overflow-x: scroll;
    overflow-y: visible;
    /*width:1000px;*/
    margin-left: 311px;
}

    .div-inner2 tfoot th:first-child {
        height: 41px;
    }

    .div-inner2 thead tr:first-child th {
        height: 30px;
        margin-top: -1px;
    }

    .div-inner2 thead tr th {
        height: 50px;
    }

.page-break-before {
    page-break-before: always;
}


.table-even-odd tr:nth-child(even) td {
    background-color: #EDF1EB;
}

.ak34input {
    width: 90px !important;
}


.todo {
    display: none;
}

    .todo button {
        width: 275px;
    }

#toDo td {
    text-align: left;
    min-height: 50px;
    max-width: 500px;
    color: #666666;
}

.tr_even td {
    background-color: #c5d2be;
}

.tr_odd td {
    background-color: #e0e7dc;
}



.crossed {
    background: linear-gradient(to top left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 0.8px), rgba(150,150,150,1) 10%, rgba(0,0,0,0) calc(50% + 0.8px), rgba(0,0,0,0) 10%), linear-gradient(to top right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 0.8px), rgba(150,150,150,1) 10%, rgba(0,0,0,0) calc(50% + 0.8px), rgba(0,0,0,0) 10%);
}

#file_uploader {
    background-color: lightgreen;
    border: 2px solid #638d56;
    color: darkgreen;
    display: inline-block;
    font-size: 0.9em;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    height: 28px;
    line-height: 1em;
    margin-left: 0.2em;
    margin-right: 0.9em;
    min-width: 200px;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
}

#karte_legende td {
    padding: 1px;
    white-space: nowrap;
}

    #karte_legende td label {
        margin: 3px;
        margin-top: 4px;
    }

#karte_legende ul {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

#karte_legende .inp {
    width: 100px;
}


#input_lat {
    width: 130px;
}

#input_lon {
    width: 130px;
}

#suchText {
    width: 130px;
}


.btn_dtpicker {
    margin-top: 2px;
    padding-left: 1px;
    border: none !important;
    padding-top: 2px;
    background-color: transparent;
}

.activeThb {
    background-color: red;
}

.sliderThumbContainer {
    height: 56px;
    width: 536px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .sliderThumbContainer img {
        height: 52px;
        padding: 2px;
        float: left;
        opacity: 0.8;
        border: none;
        cursor: -moz-zoom-in;
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
    }


.activeThb {
    opacity: 1 !important;
    border: 2px solid red !important;
    padding: 0 !important;
}

.sliderContainer {
    height: 400px;
    width: 600px;
    margin: 0;
}

    .sliderContainer img {
        max-height: 400px;
        max-width: 600px;
        padding: 0;
    }


.downloadBtn {
    background-color: lightblue;
    margin-top: 0;
    padding-top: 6px;
    padding-bottom: 3px;
    padding-left: 2px;
    border: 1px solid darkgrey;
    border-radius: 4px;
}

.resizeBtn {
    background-color: lightgreen;
    margin-top: 0;
    padding-top: 6px;
    padding-bottom: 3px;
    padding-left: 2px;
    border: 1px solid darkgrey;
    border-radius: 4px;
}

.sliderBtnL {
    background-color: lightgrey;
    margin-top: 0;
    padding-top: 6px;
    padding-bottom: 3px;
    padding-left: 2px;
    border: 1px solid darkgrey;
    border-radius: 4px 0 0 4px;
}

.sliderBtnR {
    background-color: lightgrey;
    margin-top: 0;
    padding-top: 6px;
    padding-bottom: 3px;
    padding-left: 2px;
    border: 1px solid darkgrey;
    border-radius: 0 4px 4px 0;
}


.sliderBtn {
    background-color: lightgrey;
    margin-top: 0;
    padding-top: 6px;
    padding-bottom: 3px;
    padding-left: 2px;
    border: 1px solid darkgrey;
    border-radius: 4px;
}


.sliderBtnR:hover {
    background-color: #e4e4e4;
}

.sliderBtnL:hover {
    background-color: #e4e4e4;
}

.sliderBtn:hover {
    background-color: #e4e4e4;
}

.largeBtn {
    padding-left: 10px;
    padding-right: 12px;
}

.btnDisabled {
    opacity: 0.5;
}

    .btnDisabled:hover {
        background-color: lightgrey;
    }

.noBorder td {
    border: none;
}

.btnPosition {
    background-color: lightgrey;
    border-radius: 4px;
    border: 1px solid grey;
    height: 20px;
    min-width: 60px;
    border: 1px solid grey;
    color: grey;
    padding: 3px;
    margin: 3px;
}

    .btnPosition:hover {
        background-color: #f9f9f9;
    }

.ol-popup-content {
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
}

.olButtonR {
    border: 1px solid lightgrey;
    border-radius: 0 4px 4px 0;
    float: right;
    width: 90px;
    text-align: center;
    padding-left: 1px;
}

.olButtonL {
    border: 1px solid lightgrey;
    border-radius: 4px 0 0 4px;
    float: left;
    width: 90px;
    text-align: center;
    padding-right: 1px;
}

.olButtonM {
    width: 40px;
    text-align: center;
    float: left;
}

#karte_legende {
    width: 1%;
    color: #505050;
}

    #karte_legende td {
        width: 1%;
        white-space: normal;
        text-align: left;
        padding: 5px 2px 5px 2px;
    }

    #karte_legende input {
        color: #838383;
        padding: 3px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

#ujb-streckenerfassung {
    margin-top: 20px;
    width: auto;
    min-width: 650px;
    /*position: absolute;*/
}

.ui-dialog table#ujb-streckenerfassung {
    top: 57px !important;
}

.navi_small {
    display: flex;
    position: relative !important;
    width: 95%;
    flex-direction: row
}

    .navi_small .navi-wrapper {
        font-size: 150% !important;
    }

    .navi_small .box ul {
        line-height: 1;
    }

    .navi_small .box li {
        line-height: 1;
    }

.content-wrapper_small {
    padding: 0;
    margin: 0;
    margin-left: -19px !important;
}

.navi_small {
    display: flex !important;
    position: relative !important;
    width: 95% !important;
    flex-direction: row !important
}

.contentarea_small {
    display: flex !important;
    flex-direction: column !important
}

    .contentarea_small #tabs .ui-tabs-panel {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

.dialog-form_small table {
    font-size: 100% !important;
}

.contentarea_small .tablewrapper {
    height: auto;
}


.quickbar_small {
    width: 99% !important;
    float: none !important
}

.quickbar_box_small {
    width: 49% !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.content_block_small {
    width: 99% !important;
    float: none !important
}


.sorter-false i {
    display: none;
}

.sum_row th {
    text-align: left;
    font-size: larger;
}

.buttn-group {
    margin-top: -1px;
    margin-left: -2px;
    margin-right: -4px;
}

    .buttn-group .buttn {
        border-radius: 0;
        font-size: 15px;
    }

        .buttn-group .buttn:first-child {
            border-radius: 6px 0 0 6px;
        }


        .buttn-group .buttn:last-child {
            border-radius: 0 6px 6px 0;
            margin-left: -4px;
        }

        .buttn-group .buttn:only-child {
            border-radius: 6px;
            margin-left: 0;
        }

.buttn {
    padding: 1px;
    background: #e9ede3;
    border: 1px lightgrey solid;
    color: #FFF;
}

    .buttn span {
        top: 2px;
    }

    .buttn .glyphicon-open {
        color: darkgreen;
    }

    .buttn .bi-remove-circle {
        color: red;
    }

.buttn-leeren {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 0px;
    border-radius: 6px !important;
    background: #e9ede3;
    border: 1px lightgrey solid;
    height: 24px;
    font-size: 1.3em !important;
}

    .buttn-leeren span {
        top: 2px;
    }

.button_print {
    color: #323232;
    border-radius: 0 6px 6px 0 !important;
    margin-right: 4px !important;
    padding-right: 4px !important;
}

.btn_print {
    color: #2f302f !important;
}

.btn_print_close {
    color: #5e605e !important;
}

.button_filter_reset {
    color: #323232;
}

.pager_right .buttn-group {
    padding-right: 1px;
}

.pager_right .buttn-group {
    padding-right: 1px;
}

.pager_right .buttn {
    padding: 2px;
    color: #323232;
    padding-right: 5px;
}

.buttn:hover {
    background-color: lightgreen;
}

.sumrow td {
    background-color: lightgrey;
}

.markAsError {
    border: 2px solid red !important;
}

input.hasDatepicker {
    width: 73px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

input.dateFrom {
    width: 54px !important;
    margin-top: 0 !important;
    margin-bottom: 1px !important;
    margin-left: 2px !important;
    margin-right: 12px !important;
}

input.dateTo {
    width: 54px !important;
    margin-top: 0 !important;
    margin-bottom: -2px !important;
    margin-left: 2px !important;
    margin-right: 12px !important;
}

input.numberFrom {
    width: 36px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 2px !important;
    margin-right: 12px !important;
}

input.numberTo {
    width: 36px !important;
    margin-top: 0 !important;
    margin-bottom: -2px !important;
    margin-left: 2px !important;
    margin-right: 12px !important;
}

.tablesorter-filter-row td {
    text-align: left !important;
}

.lblEdit.lblPflicht::after {
    content: " *";
    font-size: larger;
    color: red;
}

.select2-results__group {
    font-size: smaller;
}

.halfEditInput {
    width: 48% !important;
}

.select2Error {
    border: 1px solid red !important;
}

.inputSmall {
    width: 74px;
}

.textarea2rows {
    height: 20px;
}

.hiddenValues {
    text-align: right !important;
}

#btn_login {
    background-color: #c1d0bb;
    width: 100%;
}

#btn_logout {
    background-color: #c1d0bb;
}

.btnSubmit {
    background-color: #c1d0bb;
}

a.buttn i.bi {
    padding-right: 5px !important;
    padding-left: 2px !important;
}

i.bi {
    padding-right: 10px;
}

span.bi {
    padding-right: 10px;
}

.ui-tabs-tab span.bi {
    font-size: 1.5em;
}

.ui-tabs-tab i.bi {
    font-size: 1.5em;
}

i.bi {
    padding-left: 4px;
}

span.bi {
    padding-left: 4px;
}

i.red {
    color: red
}

i.green {
    color: green;
}

i.gray {
    color: gray;
}

span.red {
    color: red
}

span.green {
    color: green;
}

span.gray {
    color: gray;
}

tr.tablesorter-ignoreRow td label {
    display: none !important;
}