/*!
 * Copyright 2015 BizTools Bub, Inc.
 */

	#content {
		padding-top:50px;
	}

	.hiddenContent{
		display:none;
	}
	
	.center{
		margin-left:auto;
		margin-right:auto;
	}
	
	.check{
		text-align: center;
	}
	
	#charterbackground{
		background-image:url("/view/images/motion.jpg");
		height:100%;
		width:100%;
		background-size:cover;
		background-position:top;
		background-repeat:no-repeat;
	}
	
	#modalbackground{
		background-color:blue;
		height:100%;
		width:100%;
		background-size:cover;
		background-position:top;		
	}
	
	#safetywrapper{
		background-color:black;
		width:100%;
		padding-top:25px;
	}
	
	#safetyframe{
		height:550px;
	}
	
	#pickUp{
		background-color:grey;
		border-radius:5px;
		padding:5px;
	}
	
	#aboutwrapper{
		margin-top:25px;
		padding-left:100px;
		padding-right:100px;
	}
	
	
	#charterbackground .control-label{
		color:white;
		padding-bottom:3px;
	}
	#charterbackground .form-inline{
		color:white;
		padding-bottom:3px;
	}
	
	#modalbackground .control-label{
		color:white;
		padding-bottom:3px;
	}
		
	.radio-inline, .checkbox-inline{
		background-color:#F8F8F8;
		border-radius:3px;
		padding: 2px 10px 3px 25px;
		height:30px;
	}
	
	h1,h3{
		text-align:center;
	}
	
	#charterbackground h1,#charterbackground h3{
		color:white;
		text-align:center;
	}

	#charterbackground p{
		color:white;
		text-align:left;
	}

	#charterbackground a{
		color:white;
	}
	
	#contactwrapper h1{
		text-align:center;
	}
	
	.alert{
		padding:3px;
		border-radius:3px;
		text-align:center;
		margin-bottom:8px;
		border:none;
	}
	
	#tripComment{
		height:90px;
	}
	
	.form-group{
		margin-bottom:8px;
	}
	
	.form-control-feedback{
		color:red;
	}
	
	.required{
		color:red;
	}
	
	.form-group .alert{
		margin-bottom:0px;
	}

	.insetTable tr {
		width: 100%;
		background-color:white;
	}
	
	.insetTable th{
		width:100%;
	}


	.insetTable{
 		height:200px;
		width:100%;
		background-color:white;
		/*display:table-header-group;*/
	}
	
	.insetTableBody{
  		overflow-y: scroll;
  		height: 200px;
  		width: 100%;
  		position: absolute;
	}
