.tabbar {
    border: 1px solid darkgrey;
    border-radius: 10px 10px 0 0;
    background-color: #f3f3f3;
}

tr.collapsed .icon:after {
    content:'\f054';
    padding-right: 10px;
}
tr .icon:after {
    content:'\f078';
    padding-right: 10px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 30px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 13px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 100%;
  border: 2px solid darkgrey;
}

.btn-circle span {
    font-size: 30px;
}

th.rotate {
  /* Something you can count on */
  height: 140px;
  white-space: nowrap;
}

th.rotate > div {
  transform:
    /* Magic Numbers */
    translate(25px, 51px)
    /* 45 is really 360 - 45 */
    rotate(315deg);
  width: 30px;
}
th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 10pt;
}
tr.list td {
	border: 1px solid #ccc;
	width: 42px;
	text-align: center;
}
tr.list th {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
}

.sidebar-heading2 {
    font-size: smaller;
    padding-left: 1.25rem;
    padding-bottom: 0.5rem;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #007bff;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #007bff;
  cursor: pointer;
}


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.addimg_vorschau, .changeimg_vorschau,.vorschau {
        font-weight: bold;
        text-align: center;
        background-color: #e9ecef;
        max-height: 45vh;
        overflow: auto;
}
#addimg-upload,#changeimg-upload{
    width: 50%;
}


.img_vorschau,.vorschau {
	font-weight: bold;
	text-align: center;
	background-color: #e9ecef;
  border: 1px solid #000;
  margin-bottom: 20px;
}
#img-upload{
    width: 50%;
}


#project-info {
    overflow: hidden;
}
#project-info .project-info-count {
    text-align: center;
    vertical-align: top;
}
#project-info .project-info-count .project-info-icon {
    border: 3px solid #ECECEC;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    padding: 37px 0;
    position: relative;
    width: 110px;
    height: 110px;
}


#project-info .project-info-count .project-info-sub-icon {
    position: relative;
    border-radius: 65px;
    border: 1px solid #ADADAD;
    background: #FFF;
    bottom: -5px;
    left: 34px;
    width: 40px;
    height: 40px;
}
#project-info .project-info-count .project-info-text {
    display: block;
    margin-top: 20px;
    left: 0;
    position: relative;
    top: 0;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}
#project-info .project-info-count {
    text-align: center;
    vertical-align: top;
}

#project-info .project-info-count .project-info-sub-icon span {
    font-size: 1.2rem;
    top: 10px;
    position: relative;
}

#alertbox {
	max-height: 20vh;
	overflow: auto;
        border: 1px solid #38292a !important;
        border-color: #38292a;
        padding: 20px;
}
#test_beschreibung,#test_werte,#test_historie {
        max-height: 200px;
	min-height: 200px;
	padding: 20px;
	border: 1px solid #000;
	overflow: auto;
	background-color: #eee;
}
#map-container {
  height: calc(80vh - 190px);
  position: relative;
  overflow: scroll;
  cursor: grab;
  cursor: -o-grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#map-header {
  height: 50px;
  padding: 0;
  margin: 0;
  font-size: 2em;
  background-color: #ececec;
  text-align: center;
  font-weight: bold;
}
#map-controls {
  background-color: #ccc;
  height: 40px;
  padding: 0 20px 0 20px;
  margin: 0;
}
#map-controls button {
  height: 30px;
}
#map {
  transform-origin: 0 0;
  /* transform-origin: top left; */
  background-repeat: no-repeat;
  border: 1px solid #000;
  position: absolute;
}
#map.zoomed {
  transform: scale(0.55);
}
.map-marker {
  font-size: 2.5em;
  text-shadow: 0 0 3px #000,0 0 30px #000;
  color: #cc0000;
}
.map-marker:hover {
  font-size: 2.6em;
  color: red;
}
.map-marker-text {
  color: #cc0000;
  background-color: #fff;
  border-radius: 15px;
  border: 0.5px solid #444;
  padding: 5px;
  display: inline-table;
  width: 100px;
}
.marker {
  position: absolute;
  text-align: center;
  transform: scale(1);
}
.marker:hover {
  text-shadow: 0 0 3px #fff;
}

.custom-menu {
    z-index:1000;
    position: absolute;
}
.contextbutton {
  background-color:#ffff77;
  border: 1px solid black;
  padding: 10px;
  border-radius: 10px;
  font-size: 1.5em;
}

.fn-gantt .navigate .nav-zoomIn {
    margin-left: 20px !important;
    margin-right: 5px !important;
}

.nav-next-week {
    margin-left: 20px !important;
}

.nav-prev-day {
    margin-left: 20px !important;
}

.nav-slider-content {
    margin-left: 30px !important;
}

.page-number {
    margin-left: 20px !important;
}

.waggonbox {
    background-color: #cdd0d3;
    border-bottom: 3px solid #000;
    padding: 30px;
    }


.ganttAttention {
	background-color: white !important;
	border: 2px solid red;

}

.waggon {
	border-top: 2px solid #645b5b;
    	border-bottom: 6px dotted #000;
    	border-left: 2px solid #645b5b;
    	border-right: 2px solid #645b5b;
    	padding: 5px 5px 0px 5px;
    	border-radius: 10px 10px 0 0;
    	margin: 0px 0px 1px 2px;
        box-shadow: inset 0px -3px 0 0px #645b5b;
	height: 40px;
	max-height: 43px;
	flex: 0 0 auto;
}

.waggon.white {
        border-bottom: 6px dotted #fff;
}

.gleis_td {
	    overflow-x: auto;
	    overflow-y: hidden;
      word-break: break-all;
    }
.gleis {
    display: flex;
    max-height: 40px;
    flex-flow: row;
}

.waggon .zug-warning,.waggon .zug-info {
	display: none;
}
.waggon:hover .zug-warning, .waggon:hover .zug-info {
        display: inline;
}

#BauvorhabenDIV .slider-track-high {
	background: grey;
}

#BauvorhabenDIV .slider-track-low {
	background: orange;
}

#BauvorhabenDIV .slider-selection {
	background: LawnGreen;
}
