html, body {
    margin: 0px;
    padding: 0px;
    overflow: auto;
    height: 100%;
    width: 100%;
}

.container {
	width: 100%;
	height: 100%;
    overflow: auto;
    margin: 0px;
    padding: 0px;
}

.modal-dialog {
	margin: 5px auto 5px 5px;
	width: 60%;
}

.modal-content {
	background-color: rgba(255, 255, 255, 0.85);
	height: 500px;
	/* FIXME sollte eigentlich so sein, dass ganze Höhe verwendet wird */
	overflow: scroll;
}

span .glyphicon {
	cursor: pointer;
}

.top-left {
	position: fixed;
	top: 30px;
	left: 30px;
}

.top-right {
	position: fixed;
	top: 30px;
	right: 30px;
}

.bottom-left {
	position: fixed;
	bottom: 30px;
	left: 30px;
}

.bottom-right {
	position: fixed;
	bottom: 30px;
	right: 30px;
}

.navigation {
	font-size: 24px;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 6px 10px 1px 10px;
	margin: 5px;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
}

.hoveredRow, .hoveredRow td {
      background-color: #4D4848 !important;
      cursor: pointer;
   }

.noRed {
     color: red !important;
    font-weight: bold !important;
}

.yesGreen {
     color: lightgreen !important;
    font-weight: bold !important;
}

.noGray {
     color: gray !important;
    font-weight: bold !important;
}

.yesYellow {
     color: yellow !important;
    font-weight: bold !important;
}

.selectedHarnessExplorerElement 
{
    color: #70DEFF !important;
}

.overthrow-enabled .overthrow 
{
      overflow: auto;
    -webkit-appearence: none;
    display: -webkit-box;
    -webkit-overflow-scrolling: touch;
}



