﻿.even_row td {
    background-color: #fbfbfb;
}

.statistik_tab th .tablesorter-icon {
    float: none;
}

.tablesorter-icon {
    float: right;
}

.tablist_header {
    background-color: #C1D0BB;
    border: 1px solid #a5afa2;
    padding-top: 7px;
    padding-bottom: 7px;
}

.tablist_header th {
    white-space: nowrap;
}

.tablist_active {
    background-color: #ADBBA8;
}

.tablist_hover {
    background-color: #cdd9c8;
}

.tablist_hover td{
   background-color: #cdd9c8 !important;
}

.tablist_row_click td{
   background-color: #EDF1EB;
}

.tablist td {
    text-align: left;
}

.statistik_tab td {
    text-align: right;
}

.statistik_tab td:first-child {
    text-align: left;
}

.tablist tr td:first-child {
    text-align: left;
    width: 1% !important;
}

.tablesorter-filter-row td {
    background-color: #EDF1EB;
}

.statistik_tab {
    display: none;
}

.statistik_tab tr td:first-child{
    background-color: #EDF1EB;
    line-height: 12px;
}

.statistik_tab tr td:last-child{
    background-color: #EDF1EB;
    text-align: left;
    line-height: 12px;
}

.statistik_tab tr th:last-child{
    text-align: left;
    line-height: 12px;
}

.statistik .tab_hover td{
    background-color:  #cdd9c8 !important;
}

.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;
    right: -3px !important;
}

.a_edit
{
    margin-left: -10px;
}

.a_delete
{
   margin-right: -10px;
}

.smallfont {
    font-size: smaller;
}

.smallfont:hover {
    font-size: small;
}

.maxsize120 select {
    width: 120px;
}

.pager_left {
    text-align: left;
    float:left;
    width: 30%;
    -moz-min-width: 170px;
    -ms-min-width: 170px;
    -o-min-width: 170px;
    -webkit-min-width: 170px;
    min-width: 200px;
    
}

.top_pager .pager-right {
    height: 20px;
}

#dialog-form .top_pager {
    min-width: 620px;
}

.pager_middle {
    text-align: center;
    float:left;
    width: 33%;
    -moz-min-width: 170px;
    -ms-min-width: 170px;
    -o-min-width: 170px;
    -webkit-min-width: 170px;
    min-width: 170px;
}

.pager_right {
    text-align: right; 
    float: right; 
    width: 33%;
    -moz-min-width: 1px;
    -ms-min-width: 1px;
    -o-min-width: 1px;
    -webkit-min-width: 1px;
    min-width: 1px;
    height: 20px;
}

.tablist tfoot th {
    text-align: right;
    border-right: 1px solid #C6C6C6;
} 

.liDark1 {
    background-color: #EFEFEF;
}
   
.liDark2 {
    background-color: #D8D8D8;
}

.liDark3 {
    background-color: #E5E5E5;
}

.config_tab {
    width:1%; 
    

}
.config_tab td {
    white-space: nowrap;
    text-align:left;
}

.pager_row th {
    white-space: nowrap;
}

.pager_middle img {
    cursor: pointer;
}

.tablesorter .filtered {
   display: none;
}

.tablesorter-filter-row td input {
    width: 100%;
}

.tablesorter-filter-row td select {
    width: 100%;
    height: 18px;
}

.tablesorter-filter-row td {
    padding-left: 1px;
    padding-right: 1px;
}


/* ajax error row */
.tablesorter .tablesorter-errorRow td {
    text-align: center;
    cursor: pointer;
    background-color: #e6bf99;
}


.tabliststicky th {
    position: sticky;
    top: 0;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}


.tabliststicky .tablesorter-filter-row td {
    position: sticky;
    top: 0;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}


.tabliststicky2 tr:first-child th {
    position: sticky;
    top: 0;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.tabliststicky2 tr:nth-child(2) th {
    position: sticky;
    top: 25px;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}


.tabliststicky2 .tablesorter-filter-row td {
    position: sticky;
    top: 70px;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.tabliststicky3 .tablesorter-filter-row td {
    top: 60px !important;
}

