body, html{
	margin: 0;
	overflow-x: hidden;
	height: 100%;
}

.bodyMainParentContainer{
	display: table;
	width: 100%;
	height: 100%;
}

.siteIcon{
	width: 200px; margin-top: 50px;
}

.routesSelectList{
	width: 70%;
	height: 300px;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: scroll;
}

.data-select-option{
	padding: 10px;
	font-size:25px;
	line-height: 25px;
}

.data-option-blue{
	background-color: lightblue;
}

.data-option-white{
	background-color: white;
}

.data-option-next{
	font-size: 35px;
	line-height: 35px;
}

.data-option-arrived{
	color: green;
	font-size: 35px;
	line-height: 35px;
}

.data-option-visited{
	color: grey;
}

.adminPageContentContainer{
	display: table;
	width: 100%;
	height: 100%;
}

.adminPageTitleBar{
	display: table-cell;
	width: 100%;
	height: 85px;
	width: 100%;
	position: absolute;
	background-color: lightblue;
	z-index: 1;
}

.adminPageLogo{
	float: left;
	margin: 5px;
	height: 75px;
}

.adminLoginForm{
	float: right;
	height: 75px;
	margin: 5px;
	
	display: flex;
	align-items: center;
}

.userDetailsSection{
	float: right;
	height: 75px;
	margin: 5px;
	
	display: flex;
	align-items: center;
}

.adminMenuBar{
	display: table-cell;
	width: 100%;
	height: 20px;
	width: 100%;
	position: absolute;
	top: 85px;
	background-color: lightgrey;
	z-index: 1;
	font-size: 20px;
	text-align: left;
	padding: 5px 0px 5px 0px;
}

span.adminMenuBarItem:hover{
	text-decoration: underline;
}

.box {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.box .row {
  border: 1px dotted grey;
}

.box .row.header {
  flex: 0 1 auto;
  /* The above is shorthand for:
  flex-grow: 0,
  flex-shrink: 1,
  flex-basis: auto
  */
}

.box .row.content {
  flex: 1 1 auto;
  height: 100%;
}

.box .row.footer {
  flex: 0 1 40px;
}

.hidden{
	display: none;
}

.leftHandSidebarList{
	display: table-cell;
	width: 100%;
	height: 100%;
	width: 25%;
	position: absolute;
	top: 0;
	overflow-y: scroll;
	scrollbar-width: none;
}

.bodyContentFormView{
	display: table-cell;
	height: 100%;
	width: 75%;
	position: absolute;
	top: 0;
	left: 25%;
	overflow-y: scroll;
	scrollbar-width: none;
}

.bodyContentComponentContainer{
	margin-top: 115px;
}

.lefthandsidebarOption{
	white-space: nowrap;
}

.dataCreationUpdateForm{
	float: left;
	width: calc( 100% - 300px);
	text-align: left;
}

.routeStopsList{
	width: 100%;
	height: 400px;
	overflow-x: none;
	overflow-y: scroll;
}

.removeStopLinkButton{
	float: right;
	
	padding-left: 15px;
	margin-right: 15px;
	display: flex;
	width: 35px;
	height: 35px;
	
	align-items: center;
	
	
	background-color: red;
	color: white;
}

span.removeStopLinkButton:hover{
	color: black;
	background-color: blue;
}

.alertManagementInputField{
	width: 1000px;
	margin-left: 10px;
}

.routePointDisplayMap{
	width: 1010px;
	height: 300px;
}

.idleScreen{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	align-items: center;
	
	background-color: black;
	color: white;
	
	display: table-cell;
}

.idleClock{
	font-size: 150px;
	display: inline-block;
}

.idleNextStop{
	font-size: 35px;
}

.table{
	display: table;
}

.table-cell{
	display: table-cell
}

.fullWidthTable{
	display: table; width: 100%;
}

.fullWidthTableRow{
	display: table-row; width: 100%;
}

.fullWidthTableCell{
	display: table-cell; width: 100%;
}

.halfWidthTableColumn{
	display: table-column; width: 50%;
}

.dataTableHeaderRow{
	display: table-cell; width: 100%; font-size: 0; padding: 10px;
}

.dataTableContentRowPartition{
	display: table-row; height: 400px;
	position: relative;
}

.noMargin{
	margin: 0;
}

.dataFormMainCaptureField{
	width: 60%; font-size: 25px;
}

.dataFormControlButtons{
	width: 20%;height: 30px; margin: 0px;
}

.dataFormControlButtonsUnlimitedWidth{
	height: 30px; margin: 0px;
}

.dataViewListItemsContainerCappedHeight{
	width: 100%;
	height: 400px;
	overflow-y: scroll;
	scrollbar-width: 10px;
}

.fullWidth{
	width: 100%;
}

.routePointSelectRow{
	display: table-row;
	width: 100%;
}

.routePointSelectNameColumn{
	padding: 5px 0px 5px 0px;
	display: table-cell;
	width: 85%;
	overflow: hidden;
}

.routePointSelectPositionColumn{
	display: table-cell;
	width: 5%;
	padding: 0px 5px 0px 0px;
}

.blind{
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#555;
	
	opacity: 0.5;
}

.modalDivContainer{
	z-index: 10000;
	position:absolute;
	top: 10%;
	left: 25%;
	width: calc( 75% - 30% );
	min-height:20%;
	max-height: 60%;
	margin-left: 5%;
	padding-bottom: 25px;

	background-color:#ffffff;
	
	border-style: solid;
	border-color: black;
	
	overflow-y: scroll;
	overflow-x: hidden;
}

.greenPlusButtonRound{
	width: 50px;
	height: 50px;
	background-color: lightgreen;
	border-radius: 25px;
	
	color: white;
	font-size: 80px;
	font-weight: bold;
	line-height: 0.65;
	
	left: 5px;
	bottom: 5px;
	position: absolute;
}

div.modalHeader{
	float: left;
}

.modalExitButton{
	float: right;
}

.modalGreenButton{
	background-color: lightgreen;
	font-size: 25px;
	width: 50%;
	bottom: 0px;
	position: absolute;
}

.modalRedButton{
	background-color: red;
	font-size: 25px;
	width: 50%;
	bottom: 0px;
	right: 0px;
	position: absolute;
}

.mediumFontSize{
	font-size: 15px;
}

.solidBorder{
	border: 1px solid black;
}