﻿
.ccheckbox {
    float: left;
    margin: 0 auto;
    width: 100%;
}
body {
    font-family: Calibri Light;
    height: 100%;
    margin: 0%;
    padding: 0%;
    font-size: 14px;
    overflow: hidden;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
/*::selection{ background-color: transparent;}*/
::selection {
  background-color: grey;
  color: white;
}

.exportIcon img {
    transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
}

#LabelGroup:hover {
    cursor:pointer;
}

#cdTabWrap {
    margin: auto;
    width: 50%;
    padding: 10px;
}
div.jobview {
    overflow: auto;
    /*-ms-overflow-style: none;*/
    /*/overflow: -moz-scrollbars-none; */
}
div.jobview::-webkit-scrollbar {
    /*display:none;*/
}
#iContent3 {
    overflow:hidden;
    position:fixed;
    z-index: 200;
}
#iContent4 {
    overflow:hidden;
    position:fixed;
}
#iContent5 {
    overflow:hidden;
    position:fixed;
    z-index: 200;
}
#iContent6 {
    overflow:hidden;
    position:fixed;
    z-index: 200;
}
#lenkzeitBlock {
    overflow:scroll;
}
/* Falls Text doch mal selektierbar sein soll*/
.selectable {
    -ms-user-select: text;
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    user-select: text;
}
#LZlegende { 
    background:url(../../LenkzeitPic.aspx?legende=1);
    background-repeat: no-repeat;
    position: absolute;
    top: 200px;
    right: -250px;
    height: 600px;
    width: 500px;
    z-index: 1000;
}
.loginstyle {
   border-style:  solid;
    border-width: 1.5px;
    border-color: #e2e2e2;

    background-color: #FFFFFF;
	color: #575757;
	padding: 5px;
    margin-top: 120px;
	font-weight: bold;
	
}
#RecoveryLink {
	color: #575757;
	
}


#Login1_LoginButton {
	background-color: #ffffff;
	color: #575757;
	border-style:  solid;
    border-width: 1.5px;
    border-color: #575757;
	font-weight: bold;
	
}
.DPDetails {
    position: absolute;
    border: 1px solid #333;
    background-color: #161616;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 12px Calibri Light;
    text-align: center;
}

.TgphSymb {
    width: 12px;
    height: 14px;
    float: right;
}

#alertHistoryBox {
    display: none;
    background-color: #fff;
    top: 30px;
    right: -5px;
    width: 300px;
    position: fixed;
    z-index: 5500;
    border: 1px solid #e9eaed;
    /*-moz-border-radius:8px;
    -webkit-border-radius:8px;*/
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    /*border-radius:8px;*/
}

.fzgbtnKontext {
    float: right;
    width: 20px;
    height: 24px;
    background-image: url(../images/arrow_right.PNG);
}

#CarrierSelect {
    width: 300px;
    min-height: 30px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

#HistoryTitle {
    font-weight: bold;
    font-size: 13px;
    color: #000;
    padding: 8px;
    border-bottom: 1px solid #e9eaed;
    background-color: #ffffff;
}

#HistoryBody {
    padding: 0px 0px 0px 0px !important;
    max-height: 500px;
    overflow-y: scroll;
}

.HBElement {
    height: 20px;
    margin: 1px;
    padding: 8px;
    font-size: 13px;
    width: 260px;
}

#HistoryFooter {
    background-color: #e9eaed;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 11px;
    border-top: 1px solid #dddddd;
}

#gritter-notice-wrapper {
    position: fixed;
    top: 20px;
    right: 0px;
    width: 301px;
    z-index: 9999;
}

    #gritter-notice-wrapper.top-left {
        left: 20px;
        right: auto;
    }

    #gritter-notice-wrapper.bottom-right {
        top: auto;
        left: auto;
        bottom: 20px;
        right: 20px;
    }

    #gritter-notice-wrapper.bottom-left {
        top: auto;
        right: auto;
        bottom: 20px;
        left: 20px;
    }

.gritter-item-wrapper {
    position: relative;
    margin: 0 0 10px 0;
    background: url('../images/ie-spacer.gif'); /* ie7/8 fix */
}

.gritter-top {
    background: url(../images/gritter.png) no-repeat left -30px;
    height: 10px;
}

.hover .gritter-top {
    background-position: right -30px;
}

.gritter-bottom {
    background: url(../images/gritter.png) no-repeat left bottom;
    height: 8px;
    margin: 0;
}

.hover .gritter-bottom {
    background-position: bottom right;
}

.gritter-item {
    display: block;
    background: url(../images/gritter.png) no-repeat left -40px;
    color: #eee;
    padding: 2px 11px 8px 11px;
    font-size: 13px;
    font-family: Calibri Light;
}

.hover .gritter-item {
    background-position: right -40px;
}

.gritter-item p {
    padding: 0;
    margin: 0;
    word-wrap: break-word;
}

.gritter-close {
    display: none;
    position: absolute;
    top: 5px;
    left: 3px;
    background: url(../images/gritter.png) no-repeat left top;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-indent: -9999em;
}

.gritter-title {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 7px 0;
    display: block;
    text-shadow: 1px 1px 0 #000; /* Not supported by IE :( */
}

.gritter-image {
    width: 48px;
    height: 48px;
    float: left;
}

.gritter-with-image,
.gritter-without-image {
    padding: 0;
}

.gritter-with-image {
    width: 220px;
    float: right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: url(../images/gritter-light.png);
    color: #222;
}

.gritter-light .gritter-title {
    text-shadow: none;
}

html {
    height: 100%;
}

.cNavigator {
}

#iVehicles {
    overflow: auto;
}
#iVehiclesTree {
    overflow: auto;
}

#auftragshistorie td {
    white-space: nowrap;
}

#iNavtable td {
    white-space: nowrap;
}
/* deaktiviert weil Fehler 2027:ais:web Auftragsübersicht bei Filterung even/odd falsch und kurz vor der Freigabe.
	Reaktivierung mit Aufgabe Fehler 2034:ais:web Auftragsübersicht Aufträge even/odd
*/
div.even {
    background-color: white;
    transition: background 0.5s linear;
}

div.odd {
    background-color: #f9f9f9;
    transition: background 0.5s linear;
}

.jobtable {
  display: table;        
  width: auto;      
  border-spacing: 5px; /* cellspacing:poor IE support for  this */
}
.jobrow {
  display: table-row;
  width: auto;
  clear: both;
}
.jobcell {
  float: left; /* fix for  buggy browsers */
  display: table-column;         
  width: 200px;         
}

table.atbl {
    width: 100%;
    max-height: 70px;
    overflow: hidden;
    table-layout: fixed;
}
.displayInline {
    display: inline-block;
}
.tblSendungen {
    /*position: relative;
    max-height: 60px;
    max-width: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
    line-height: 1;*/    
    /*max-width: 200px;*/
    height: 60px;
	max-width: 90%;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    line-height: 1;		
}

.tblSendungen:hover {
overflow-y: visible;
white-space: initial;
word-break: break-all;
}


.tblSendungen:after {
    content: "";
    clear: both;
    display: table;
}

.tblSendungen ul {
    padding-left: 15px;
}


.tblHinwtxt {
    height: 60px;
    max-width: 90%;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    line-height: 1;	
}
.tblHinwtxt:hover {
overflow-y: visible;
white-space: initial;
word-break: break-all;
}

.tblHinwText ul {
    padding-left: 12px;
}

.atbl tr:nth-child(2) td {	
    text-overflow: ellipsis;
    overflow:hidden;
    white-space: nowrap; 
}



.atbl table {
    border-collapse: separate;
    border-spacing: 0px 0px;
    padding: 0px;
}

.atbl tr td {
    padding: 0px;
    vertical-align: top;
    overflow: hidden;
}

    .atbl tr td:first-child {
        width: 4%;
        font-weight: bold;
        color: Blue;
    }

    .atbl tr td + td {
        width: 23%;
    }

        .atbl tr td + td + td {
            width: 5%;
            font-weight: bold;
            color: Blue;
        }

            .atbl tr td + td + td + td {
                width: 23%;
                font-weight: normal;
                color: #656565;
            }          

.atbl table tr td:first-child {
    width: 15%;
    font-weight: normal;
    color: #656565;
}

.atbl table tr td {
    padding: 0px;
    vertical-align: top;
    font-weight: normal;
    color: #656565;
    width: 15%;
}

    .atbl table tr td + td + td {
        width: 70%;
        font-weight: normal;
        color: #656565;
    }

.sz {
    background-color: #ffaaaa !important;
    padding: 1px 3px 1px 3px;
    border: 1px solid #c0c0c0;
}

.sa {
    background-color: #D7FFD7 !important;
    padding: 1px 3px 1px 3px;
    border: 1px solid #c0c0c0;
}

.sg {
    background-color: #FFFFD7 !important;
    padding: 1px 3px 1px 3px;
    border: 1px solid #c0c0c0;
}

.st {
    background-color: #ACE9FC !important;
    padding: 1px 3px 1px 3px;
    border: 1px solid #c0c0c0;
}

#iCalendar {
}

.fzg_onoff_on {
    background-color: #8cff8c;
    white-space: nowrap;
    padding: 1px 3px 1px 3px;
}

.fzg_onoff_off {
    background-color: #ffaaaa;
    white-space: nowrap;
    padding: 1px 3px 1px 3px;
}

.fzg_onoff_not {
    background-color: #ffaaaa;
    white-space: nowrap;
}

.fzg_tbl_td1 {
    width: 50px;
    vertical-align: top;
}

.fzg_tbl1 {
    height: 64px;
    width: 100%;
}

.fzg_tbl_td2 {
    vertical-align: top;
}

.def_main {
    height: 100%;
    vertical-align: top;
    background-color: Gray;
}

.zu {
    background-image: url("../images/unterschrift.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 22px;
    width: 24px;
    display: block;
    cursor: pointer;
}

.au {
    background-image: url("../images/unterschrift.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 22px;
    width: 24px;
    display: block;
}
img.loader {
    background: url("../images/ajax-loader.gif") no-repeat;
}
img.centerImage {
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: -250px; /* Half the height */
   margin-left: -250px; /* Half the width */
}


.bild {
    background-image: url("../images/auftragsbild.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: block;
    cursor: pointer;
}

#up_pnl_1 {
    width: 100%;
    height: 100%;
}

#up_pnl_2 {
    width: 100%;
}

.def_tbl_1 {
    width: 100%;
}

.def_nav {
    height: 100%;
    width: 315px;
}

.ord_tbl_sngOrder {
    cursor: pointer;
    border-bottom: gainsboro thin solid;
    border-left: gainsboro thin solid;
    border-top: gainsboro thin solid;
    border-right: gainsboro thin solid;
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    font-size: 10pt;
    vertical-align: top;
}

.ord_tblAdd {
}

.ord_tdAdd1 {
    padding-right: 10px;
}

#def_div_fhz {
    width: 310px;
    height: 300px;
    overflow: scroll;
}

#up_pnl_Main {
    width: 100%;
    height: 250px;
}

#mymap {
    width: 100%;
    height: 300px;
}

.fzg_divmain {
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    cursor: pointer;
}

.fzg_divmainA {
    border-left: thin solid;
    border-bottom: thin solid;
    border-right: thin solid;
    border-top: thin solid;
    cursor: pointer;
}

.fzg_AnzAuftr {
    font-size: 10pt;
}

.fzg_Kennz {
    font-weight: bold;
}

.fzg_Lenkzeit {
    font-weight: bold;
}

.fzg_Name {
    font-weight: bold;
}

.mnu_pnl {
    position: absolute;
    background-color: #E3E4E5;
    width: 100%;
    height: 25px;
    top: 0px;
    left: 0px;
}

#nav_fzg_tdfzg {
    background-color: #FFFFFF;
    overflow: scroll;
    height: 550px;
    border-bottom: #a9a9a9 thin solid;
    border-left: #a9a9a9 thin solid;
    border-top: #a9a9a9 thin solid;
    border-right: #a9a9a9 thin solid;
}

.mnu_divBtn {
    border-bottom-style: solid;
    border-bottom-color: #ffccff;
    border-top-color: #ffccff;
    display: inline;
    border-top-style: solid;
    cursor: hand;
}

#main_orders_test {
    width: 100%;
    background-color: #E3E4E5;
    height: 100%;
    border-bottom: #e3e4e5 solid;
    border-left: #e3e4e5 solid;
    border-top: #e3e4e5 solid;
    border-right: #e3e4e5 solid;
    vertical-align: top;
}

#km_div_orders {
    /*top:-500px;
	left:-500px;
	position: absolute;
	visibility:hidden;
	width: 150px;
	background-color: white;
	border-bottom: #e3e4e5 thin solid;
	border-left: #e3e4e5 thin solid;
	border-top: #e3e4e5 thin solid;
	border-right: #e3e4e5 thin solid;
	font-size: 10px;*/
}

#km_div_fzg {
}

.km_standard {
    white-space: nowrap;
    top: -500px;
    left: -500px;
    position: absolute;
    visibility: hidden;
    width: 150px;
    background-color: white;
    border-bottom: #e3e4e5 5px solid;
    border-left: #e3e4e5 5px solid;
    border-top: #e3e4e5 5px solid;
    border-right: #e3e4e5 5px solid;
    font-size: 10px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
}

#km_orders_menu {
    width: 150px;
    height: 20px;
    background-color: #e3e4e5;
    font-size: 11px;
    font-weight: bold;
}

#km_fzg_menu {
    width: 150px;
    height: 20px;
    background-color: #e3e4e5;
    font-size: 11px;
    font-weight: bold;
}

#drag_div_orders {
    top: -500px;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
    left: -500px;
    position: absolute;
    visibility: hidden;
    background-color: white;
    border-bottom: #e3e4e5 5px solid;
    border-left: #e3e4e5 5px solid;
    border-top: #e3e4e5 5px solid;
    border-right: #e3e4e5 5px solid;
    font-size: 10px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
}

.km_order_a {
    width: 150px;
    height: 15px;
}

.km_btns {
    background-color: #cceecc;
}

.km_divs_items {
    cursor: pointer;
    padding-bottom: 2px;
    padding-top: 2px;
}

.km_divs_items2 {
    color: #888888;
    padding-bottom: 2px;
    padding-top: 2px;
    background-color: #ffaaaa;
}

.nav_td_fhzMain {
    padding-bottom: 2px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 2px;
    padding-top: 2px;
}

.navigator {
    vertical-align: top;
    background-color: #E3E4E5;
    border-bottom: #e3e4e5 solid;
    border-left: #e3e4e5 solid;
    border-top: #e3e4e5 solid;
    border-right: #e3e4e5 solid;
}

.main_ord_tab {
    padding-bottom: 2px;
    background-color: #ffffff;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    font-weight: bold;
}

.fzg_img {
    width: 50px;
    height: 55px;
}

#main_map_filter {
    width: 100%;
    vertical-align: top;
}

#map {
    z-index: 0;
    width: 100%;
    background-color: #ffffff;
}

#main_mess_div {
    height: 10px;
    overflow: auto;
}

#main_ord_div {
    height: 10px;
    overflow: auto;
}

#nav_fil_tbl555 {
    overflow: hidden;
    visibility: hidden;
}

.normdiv {
}

.hidediv {
    position: absolute;
    width: 0px;
    height: 0px;
    overflow: hidden;
    left: -550px;
    top: -550px;
}

.minmax {
    cursor: pointer;
    text-align: right;
}

.nav_tbl_fhz {
    width: 100%;
}

#nav_div_fil_dates {
    height: 100px;
    border-bottom: #a9a9a9 thin solid;
    border-left: #a9a9a9 thin solid;
    border-top: #a9a9a9 thin solid;
    border-right: #a9a9a9 thin solid;
}

.ae_main_tbl {
    width: 100%;
}

#tblCellDD {
    width: 33px;
    background-position: center center;
    background-repeat: no-repeat;
}

#ord_fhz_orders {
    font-weight: bold;
}

.ae_input_main {
    width: 100%;
}
.bold {
    font-weight: bold;
}
.Font100 {
    font-size: 100%;
}
.ae_input_main2 {
    width: 100%;
}

.AE_LKZ {
    width: 100%;
    border-spacing: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

#div_txtmsg {
    white-space: nowrap;
    top: -500px;
    left: -500px;
    position: absolute;
    visibility: hidden;
    width: 300px;
    background-color: white;
    border-bottom: #e3e4e5 5px solid;
    border-left: #e3e4e5 5px solid;
    border-top: #e3e4e5 5px solid;
    border-right: #e3e4e5 5px solid;
    font-size: 10px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
}

#txtmsg_msg {
    width: 285px;
    height: 125px;
}

#main_map_filter td, th, tr {
    vertical-align: middle;
}

table tr.odd.row_selected {
    background-color: #ccccff !important;
}

table tr.even.row_selected {
    background-color: #ccccff !important;
}

.olControlLayerSwitcher {
    position: relative;
    top: 15px;
    right: 0px;
    width: 20em;
    font-family: Calibri Light;
    font-weight: bold;
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
    font-size: smaller;
    color: #656565;
    background-color: transparent;
}

    .olControlLayerSwitcher .layersDiv {
        opacity: 0.75;
        padding-top: 5px;
        padding-left: 10px;
        padding-bottom: 5px;
        padding-right: 75px;
        background-color: #e6e6e6;
        width: 100%;
        height: 100%;
        border-radius: 10px 0 0 10px;
    }

.olControlAttribution {
    right: 0px;
}

.maximizeDiv,
.minimizeDiv,
.maximizeDiv {
    display: inline;
    position: absolute;
    background-color: transparent;
    top: 0px;
    left: auto;
    right: 0px;
    cursor: pointer;
}

.cTableNavigator {
}

.cContent {
    overflow-y: auto;
    overflow-x: hidden;
}

#iTdContent {
    vertical-align: top;
}

.cHide {
    display: none;
}
/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 2px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    button.accordion.active, button.accordion:hover {
        background-color: #ddd;
    }

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
}

    /* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
    div.panel.show {
        display: block !important;
    }



.TJobTD {
    width: 120px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    vertical-align: middle;
    height: 26px;
}
.fatblue {
    font-weight: bold;
    color: blue;
}
.job {
    height:120px;
    /*min-height: 95px;
    //max-height: 150px;*/
    margin: 1px 1px -2px 1px;
    padding: 3px;
    border: 1px solid #c0c0c0;
    -moz-border-radius: 5px;
    overflow:inherit;
    cursor: pointer;
}
.fadein {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.TJob {
    width: 95%;
}

.Width100 {
    padding: 3px;
    width: 100%;
}

#CBChartToolbar {
    width: 200px;
    float: right;
}
.fright {
    float: right;
}
.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.ex_highlight_row #TableSendungen tr.even:hover {
    background-color: Green;
}

.status {
    cursor: pointer;
}

.Kontext {
    padding: 10px;
    margin: 5px;
    position: absolute;
    background-color: #EEE;
    display: none;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-family: Calibri Light;
    font-size: 14px;
    font-weight: bold;
    z-index: 5000;
}
/*.cFooter
{
    display:none;
}
	*/
#idHiddenVal {
    display: none;
}

#idPrevDate {
    display: none;
}

.foot_li1 {
    float: left;
    padding-right: 10px;
}

.foot_li {
    float: left;
    padding: 0 10px;
    border-left: 1px solid #666;
}

.foot_li2 {
    float: left;
    padding-left: 10px;
    border-left: 1px solid #666;
}

.a_link {
    color: #656565;
    text-decoration: none;
    font-family: Calibri Light;
    font-size: 14px;
    font-weight: bold;
}

#footer {
    width: 1000px;
    position: absolute;
    bottom: 4px;
    left: 50%;
    margin-left: -500px;
    text-align: center;
}

#chicken_contentDiv {
    overflow: auto;
}

label {
    width: 11em;
    padding-left: 2px;
}

    label.error {
        float: none;
        padding: 2px;
        border-width: 1px;
        border-style: solid;
        border-radius: 5px;
    }

.themabox {
    width: 20px;
    height: 20px;
    border: 1px solid #050505;
    float: left;
    margin: 4px;
    cursor: pointer;
    display: block;
}

.editchecked {
    text-align: center;
    vertical-align: middle;
}

/* A class used by the jQuery UI CSS framework for their dialogs. */
.ui-front {
    z-index: 9999 !important; /* bug in jquery. dadurch werden dialoge zum teil unter open layers geöffnet.*/
}

.disponieren {
    background-color: #E9E9E9 !important;
}

.nichtempf {
    background-color: #ffaaaa !important;
}

.nichtgelesen {
    background-color: #ffffaa !important;
}

.gelesen {
    background: #D7FFD7 !important;
    ;
}

.vaz {
    /*padding: 2px;
    float: left;
    position: relative;
    bottom: 0;
    left: 4%;
    width:23%;*/
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.vzz {
    /*padding: 2px;
    float: right;
    position: relative;
    bottom: 0;
    right: 44.5%;
    width:23%;*/
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.avz {
    background-color: #ffaaaa;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
}

tbody tr.selected {
    background-color: #b0bed9;
}

.ui-datepicker {
    width: auto;
    padding: .2em .2em 0;
    display: none;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 0px;
    margin-top: -8px;
    margin-left: -8px;
}

.olControlScaleLine {
    display: block;
    position: absolute;
    left: 10px;
    bottom: 15px;
    font-size: xx-small;
}

.olControlScaleLineBottom {
    border: solid 2px black;
    border-bottom: none;
    margin-top: -2px;
    text-align: center;
}

.olControlScaleLineTop {
    border: solid 2px black;
    border-top: none;
    text-align: center;
}

.olPopupContent {
    padding: 5px;
}

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

.unterschriftimg {
    display: none;
}

.isa_info, .isa_success, .isa_warning, .isa_error {
    margin: 10px 0px;
    padding: 12px;
}

.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
}

.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

.isa_error {
    color: #D8000C;
    background-color: #FFBABA;
}

    .isa_info i, .isa_success i, .isa_warning i, .isa_error i {
        margin: 10px 22px;
        font-size: 2em;
        vertical-align: middle;
    }

/*.sty2 {
    background-color: #eeeeff;
}*/
/* SCROLLBAR*/
::-webkit-scrollbar {
    width: 6px; /* for vertical scrollbars */
    height: 6px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 1px;
}

::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background: rgba(0, 0, 0, 0.5);
}

.hasPositions > a {
    font-weight: bold !important;
}

select.grpcarstyle {
    /*background-color: #CBE8F6;
    border-color: #26A0DA;*/
    height: 600px;
    width: 100%;
}

.buttonclass:active, .activated { /* somestyle */
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 40%;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display: none;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
    background: none;
    color: inherit;
    border: none;
    outline: none;
    border-bottom: solid 1px #555;
    width: 95%;
}

    .ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
        border-bottom-color: #aaa;
    }

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 40% 10px 10px;
        }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
    padding-right: 2px;
}

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
    .ui-timepicker-div.ui-timepicker-oneLine dt {
        display: none;
    }

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
        display: block;
        padding-top: 2px;
    }

    .ui-timepicker-div.ui-timepicker-oneLine dl {
        text-align: right;
    }

        .ui-timepicker-div.ui-timepicker-oneLine dl dd,
        .ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
            display: inline-block;
            margin: 0;
        }

            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
                content: ':';
                display: inline-block;
            }

            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
                content: '.';
                display: inline-block;
            }

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
        display: none;
    }


/*Anfang tooltip exp*/
/* Tooltip text */
.tooltip {
    position: relative;
    display: list-item;
    border-bottom: 1px groove;
    list-style: none;
    /*padding-left: 5px;*/
}

.tooltip .tooltiptext {
    display: none;
    width:550%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: left;
    /*padding: 5px 0;*/
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 666;
    top: 10%;
    left: 105%;
    margin-left: 20%;
    padding-right: 20px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
    
}

/* Tooltip arrow 
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}*/

/* Show the tooltip text when you hover over the tooltip container */
.tooltip:hover .tooltiptext {
    display: list-item;
    opacity: 1;
}
/*ende*/

/*tablex für neue Darstellung von Sendungen/HinwTexte/Ladehilfsmittel*/
table.atblx {
    width: 55%;
    max-height: 70px;
    /*overflow: hidden;*/
    table-layout: fixed;
}

.atblx tr:nth-child(2) td {	
    text-overflow: ellipsis;
    overflow:hidden;
    white-space: nowrap; 
}

.atblx table {
    border-collapse: separate;
    border-spacing: 0px 0px;
    padding: 0px;
}

.atblx tr td {
    padding: 0px;
    vertical-align: top;
    overflow: hidden;
}

    .atblx tr td:first-child {
        width: 5%;
        font-weight: bold;
        color: Blue;
    }

    .atblx tr td + td {
        width: 20%;
    }

        .atblx tr td + td + td {
            width: 5%;
            font-weight: bold;
            color: Blue;
        }

            .atblx tr td + td + td + td {
                width: 20%;
                font-weight: normal;
                color: #656565;
            }
                
                .atblx tr td + td + td + td + td {
                    width: 8%;
                    font-weight: normal;
                    color: #656565;
                    overflow:visible;
                } 

.atblx table tr td:first-child {
    width: 15%;
    font-weight: normal;
    color: #656565;
}

.atblx table tr td {
    padding: 0px;
    vertical-align: top;
    font-weight: normal;
    color: #656565;
    width: 15%;
}

    .atblx table tr td + td + td {
        width: 70%;
        font-weight: normal;
        color: #656565;
    }
.emptyRow {
    height: 16px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 7px 16px;
        transition: 0.3s;
        font-size: 13.2px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}