html {
		height: 100%;
}
body {
		background-color: #fafafa;
		color: #3f3f3f;
		font-family: verdana, sans-serif;
		font-size: 10pt;
		text-align: center;	
		padding: 0px;
		margin: 0px;
		height: 100%;
	}
#headerContainer{
		margin: auto auto;
		width: 100%;
		min-height: 180px;	
		margin-top: 0px;
		background-color: #282828;
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom:15px;
		margin: 0px;
		position: fixed;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
		z-index: 5;
		font-family: Garamond, serif;
		/*box-shadow: rgba(50, 50, 93, 0.5) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.5) 0px 18px 36px -18px inset;*/
		overflow: hidden;
		color: #FFF;
	}
#titleandnav {
	text-align: center;
	order: 1;
	font-size: 22pt;
	 font-family: "Bebas Neue", sans-serif;
	width: 100%;

}
#searchbox {
	text-align: right;
	 order: 2;
}	

a.navLink {
  display: inline-block;
  position: relative;
  color: #FFF;
  letter-spacing: 3px;
  font-weight: 100;
	/*font-family: Garamond, serif;*/
}

a.navLink::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffbf0c;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

a.navLink:hover::before {
  transform: scaleX(1);
}
img.logo{
	text-align: center;
	padding-bottom: 15px;
	padding-top: 10px;
}

input.mainSearchBox {
	border-radius: 5px;
	font-size: 12pt;
	height: 33px;
	margin-right: 5px;
	width: 35%;
}

h1 {
	 font-family: "Bebas Neue", sans-serif;
	font-size: 24pt;
	font-weight: bold;
	
}

h3 {
	font-weight: bold;
	font-size: 20pt;
	 font-family: "Bebas Neue", sans-serif;
}
	
#footerContainer{
		width: 100%;
		height: 105px;	
		background-color: #282828;
		padding-left: 15px;
		padding-right: 15px;
		bottom: 0px;
		position: fixed;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items:center;
		box-sizing: border-box;
		font-size: 11pt;
		clear:both;	
		box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
		overflow: hidden;
	}
	
#footerNav1 {
	text-align: left;
	order: 1;
	font-family: "Bebas Neue", sans-serif;
	font-size: 14pt;
	letter-spacing: 2px;
}
#footerNav2 {
	text-align: right;
	order: 2;
	font-family: "Bebas Neue", sans-serif;
	letter-spacing: 2px;
	font-size: 14pt;
	color: #FFF;
}

	
#container{
		text-align: center;
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items:flex-start;
		box-sizing: border-box;
		margin-bottom: 50px;
		font-family: Verdana, sans-serif;
		padding-top: 180px;
		margin: auto auto;
		min-height: 100%;
		column-gap: 50px;
		row-gap: 50px;
		margin-bottom: 115px;
		z-index: 0;
		line-height: 25px;
	}
	
a.bodyLink {
	color: #3f3f3f;	
	text-decoration: none;
	background: linear-gradient(to right, #f2b500, #f2b500 50%, #3f3f3f 50%);
	background-clip: text;
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	  background-size: 200% 100%;
	  background-position: 100%;
  transition: background-position 275ms ease;
}
a.bodyLink:hover {
  background-position: 0 100%;
}

#topPane{
	order: 1;
	width: 80%;
	text-align: center;
	padding-top: 55px;
	}
#topPaneFull{
	order: 1;
	width: 80%;
	text-align: center;
	padding-top: 55px;
	margin-bottom: 125px;
	}
#containerIndex{
		text-align: center;
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items:flex-start;
		box-sizing: border-box;
		font-family: Verdana, sans-serif;
		padding-top: 180px;
		margin: auto auto;
		min-height: 100%;
		column-gap: 50px;
		row-gap: 50px;
		z-index: 0;
		line-height: 25px;
	}
#topPaneIndex{
	order: 1;
	width: 100%;
	height:100%;
	min-height: 500px;
	text-align: center;
	padding-top: 55px;
	}	
	
#dataPane1{
	order: 2;
	text-align: center;
	padding: 15px 15px 15px 15px;
	background-color: #e4e4e4;
	border-radius: 10px;
	min-height: 350px;
	box-shadow: 8px 8px 8px #000;
	margin-bottom: 150px;
}

#dataPaneA{
	order: 2;
	text-align: center;
	padding: 15px 15px 15px 15px;
	background-color: #e4e4e4;
	border-radius: 10px;
	box-shadow: 8px 8px 8px #000;
	min-width: 80%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
	box-sizing: border-box;
}

#dataPane2{
	order: 3;
	text-align: center;
	padding: 15px 15px 15px 15px;
	background-color: #e4e4e4;
	border-radius: 10px;
	min-height: 350px;
	box-shadow: 8px 8px 8px #000;
}
#dataPane3{
	order: 4;
	text-align: center;
	padding: 15px 15px 15px 15px;
	background-color: #e4e4e4;
	border-radius: 10px;
	min-height: 350px;
	box-shadow: 8px 8px 8px #000;
	max-width: 25vw;
	min-width: 290px;
}

#dataPane3A{
	order: 3;
	text-align: center;
	padding: 15px 15px 15px 15px;
	background-color: #e4e4e4;
	border-radius: 10px;
	min-height: 350px;
	box-shadow: 8px 8px 8px #000;
	min-width: 500px;
	margin-top: 25px;
}

#recordPane1{
	order: 1;
	text-align: center;
	padding: 15px 15px 15px 15px;
	min-height: 350px;
}
#recordPane2{
	order: 2;
	text-align: left;
	padding: 15px 15px 15px 15px;
	background-color: #e4e4e4;
	border-radius: 10px;
	min-height: 350px;
	box-shadow: 8px 8px 8px #000;
	margin-top: 25px;
	max-width: 750px;
}

	span.operatingDay{
		font-size: 14pt;
		font-weight: bold;
	}

@media (max-width: 1925px) 
 {
    body {
        font-size: 10px; 
    }
    h1 {
        font-size:24px;
    }
	h3 {
        font-size:16px;
	}
	#footerContainer {
		margin-top: 100px;	
	}
	span.operatingDay{
		font-size: 10pt;
	}
	#titleandnav {
		font-size:12pt;
	}
}

/*image styling*/
img.mainImageGlow  {
	border: 7px solid #FFF;
	box-shadow: 8px 8px 8px #000;
	margin-bottom: 10px;
	border-radius: 2px;
	cursor: pointer;
}

/*image styling*/
img.mainImageGlow:hover  {
	border: 7px solid #bababa;
}

#collectionBox {
	width: 350px;
	margin-bottom: 0px;
	padding: 10px 10px 10px 10px;
	border-radius: 5px;
	gap: 10px;
	font-weight: normal;
}

a.collectionBoxLink{
	text-decoration: none;
}

a.collectionBoxLink:hover{
	text-decoration: none;
	cursor: pointer
}

a.collectionBoxLink {
  display: inline-block;
  position: relative;
  color: #FFF;
}

a.collectionBoxLink::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

a.collectionBoxLink:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

span.smallTextCollBox{
	font-size: 8pt;
}


/* -------------------------------------------------------------------------- */
		
.main {
 padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-plus {
  display: flex;
}

.inputs-set {
  border: none;
}
.email-input__w {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.wagonList, .staffList, .locoList {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.input-field {
  border: none;
  border: 1px solid rgb(209, 209, 209);
  padding: 8px;
  margin-right: 4px;
 //display: block;
}

.btn-add-input,
.btn-del-input {
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-submit:hover,
.btn-add-input:hover,
.btn-del-input:hover {
  cursor: pointer;
}

.btn-submit {
  border: none;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #ffbf0c;
  margin-right: 4px;
  border-radius: 5px;
  font-weight: bold;
  color: #000;
  font-size: 14pt;
}

.btn-submit:hover {
  background-color: #ffe498;
}



.btn-disabled {
  background-color: #bababa;
  margin-right: 4px;
  border-radius: 5px;
  color: #000;
}

.btn-add-input {
  background-color:  #DAF7A6;
  margin-right: 4px;
  border-radius: 5px;
  font-weight: bold;
  color: #000;
}
.btn-del-input {
  background-color: #900C3F;
  margin-right: 4px;
  border-radius: 5px;
  font-weight: bold;
  color: #FFF;
}

a.editButtonLink {
  background-color: #FF5733 ;
  margin-right: 4px;
  border-radius: 5px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  font-size: 10pt;
  padding: 5px 5px 5px 5px;
  font-family: verdana, sans-serif;
}

a.editButtonLink:hover {
  background-color: #FFC300 ;
  margin-right: 4px;
  border-radius: 5px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  font-size: 10pt;
  padding: 5px 5px 5px 5px;
  font-family: verdana, sans-serif;
}

a.editButtonLinkG {
  background-color: #50C878  ;
  margin-right: 4px;
  border-radius: 5px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  font-size: 10pt;
  padding: 5px 5px 5px 5px;
  font-family: verdana, sans-serif;
}

a.editButtonLinkG:hover {
  background-color: #DAF7A6  ;
  margin-right: 4px;
  border-radius: 5px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  font-size: 10pt;
  padding: 5px 5px 5px 5px;
  font-family: verdana, sans-serif;
}

a.editButtonLinkR {
  background-color: #900C3F  ;
  margin-right: 4px;
  border-radius: 5px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  font-size: 10pt;
  padding: 5px 5px 5px 5px;
  font-family: verdana, sans-serif;
}

a.editButtonLinkR:hover {
  background-color: #C70039  ;
  margin-right: 4px;
  border-radius: 5px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  font-size: 10pt;
  padding: 5px 5px 5px 5px;
  font-family: verdana, sans-serif;
}

a.fullsizeButtonLink {
  background-color:  #FFC300;
  margin-right: 4px;
  border-radius: 5px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  font-size: 10pt;
  padding: 5px 5px 5px 5px;
  font-family: verdana, sans-serif;
}

a.fullsizeButtonLink:hover {
  background-color:  #FF5733;
  margin-right: 4px;
  border-radius: 5px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  font-size: 10pt;
  padding: 5px 5px 5px 5px;
  font-family: verdana, sans-serif;
}

a {
  color: #FF5733;	
  text-decoration: none;
  font-weight: bold;
}

/*a:hover {
  color:  #FFC300;	
  text-decoration: underline;
}*/

a.advsearch {
	border: none;
	padding: 8px 12px;
	color: #000;	
	background-color:  #DAF7A6;
	margin-right: 4px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 10pt;
}
a.advsearch:hover {
	text-decoration:none;
	color: #000;
	background-color: #e7f7cb;	
}

a.searchLink{
  color: #FFF;	
  text-decoration: none;
  font-weight: bold;
  padding-right: 10px;
}

a.searchLink:hover{
  color: #FFC300;		
  text-decoration: none;
  font-weight: bold;
}


td.cell2 {
	padding-left: 15px;
}

.std-form {
	text-align: left;
}

#inlineLighterBox {
	border-radius: 5px; 
	background-color:#37415c; 
	padding: 10px 10px 10px 10px; 
	width: 80%;
	margin-bottom: 5px;
}
#inlineLighterBox-Rep {
	border-radius: 5px; 
	background-color:#5a6481; 
	padding: 10px 10px 10px 10px; 
	width: 80%;
	margin-left: 50px;
	margin-bottom: 5px;
}

span.highlightsearch {
	background-color: #FF5733;
	color:#000;
	font-weight:bold;
}

img.preview-selected-image{
	border-radius: 5px;
	background: #5a6481; 
	min-height: 50px;
	min-width: 250px;
}

#error1{
	border-radius: 5px;
	border: 1px solid #F00;
	background-color: #FF5733;
	color: #FFF;
	max-width: 400px;
	padding: 5px 5px 5px 5px;
	font-size: 10pt;
}
#error2{
	border-radius: 5px;
	border: 2px solid #000;
	background-color: #FF5733;
	color: #FFF;
	max-width: 400px;
	padding: 5px 5px 5px 5px;
	font-size: 10pt;
}
#errorAccount{
	border-radius: 5px;
	border: 1px solif #F00;
	background-color: #FF5733;
	color: #FFF;
	/*max-width: 400px;*/
	font-size: 12pt;
	padding: 10px 10px 10px 10px;
}

textarea {
	text-align: left;
	font-family: verdana, sans-serif;
	width: 450px;
	height: 250px;
	font-size: 10pt;
}


/*image styling*/
img.mainImage  {
	border: 7px solid #FFF;
	box-shadow: 8px 8px 8px #000;
	margin-bottom: 10px;
}

span.flash {
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


a.error{
	text-decoration: none;
	color: #FFF;
}

a.error:hover{
	text-decoration: underline;
	cursor: pointer;
	color: #FFF;
}

#dateEntryList{
margin-bottom: 35px;	
}

