/**
 * collection.css - most of this was taking from the collections app
 * all.css will be processed after this and will take care of all the nuances
 *
 * @author James Kinsman <jkinsman@hrtransit.org>
 * @copyright 2022 Hampton Roads Transit
 */

html, body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	font-family: Roboto, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
}

.big-checkboxes + div.note{
	margin-top: -15px !important;
	margin-bottom: 30px !important;
}

header{
	background: #fff;
	border-bottom: 1px solid #eee;
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	margin-bottom: 30px;
}

nav{
	font-size: 18px;
	vertical-align: top;
	display: inline-block;
	line-height: 60px;
}

nav > a{
	color: #68BD45;
	font-weight: bold;
	text-decoration: none;
	margin-right: 30px;
}

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

section{
	width: 100%;
	margin: auto;
	max-width: 1200px;
}

section#condition-notes{
	padding: 30px;
	width: 100%;
	margin: auto;
	max-width: 600px;
}

#logo{
	width: 300px;
}

#login form, .surround form{
	width: 100%;
	max-width: 400px;
	height: auto;
	padding: 30px;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

form label{
	display: block;
	margin-bottom: 5px;
}

.form-item{
	margin-bottom: 30px;
}

input[type="text"], input[type="password"], input[type="email"]{
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	padding: 0px 15px;
	margin: 0px;
	border: 0px;
	width: 100%;
	background: rgba(56,178,230,.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#get-started-rta select, #non-hrt select{
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	padding: 0px 15px;
	margin: 0px;
	border: 0px;
	width: 100%;
	background: rgba(56,178,230,.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#non-hrt{
	margin-bottom: 60px;
}

textarea{
	font-size: 16px;
	line-height: 40px;
	padding: 0px 15px;
	margin: 0px;
	border: 0px;
	width: 100%;
	height: 200px;
	background: rgba(56,178,230,.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button,.button {
	background: #68bd45;
	border: none;
	border-collapse: collapse;
	border-radius: 3px;
	/* box-shadow: 0px 2px 5px rgba(0,0,0,.15); */
	color: #fff;
	font-size: 16px;
	font-weight: 400; /* JC */
	height: 40px;
	letter-spacing: 0.08em;
	line-height: 42px;
	padding: 0px 15px;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#add_route{
	width: auto;
	display: inline-block;
}

div.error{
	width: 100%;
	max-width: 400px;
	height: auto;
	padding: 15px;
	margin: auto;
	
	background: rgba(206, 81, 81, .25);
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.error h4{
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	color: #961e1e;
}



#get-started{
	width: 100%;
	max-width: 400px;
	height: auto;
	padding: 30px;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#get-started-stop{
	width: 100%;
	max-width: 400px;
	height: auto;
	padding: 30px;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	border-bottom: 1px solid #ccc;
}
#get-started-keyword{
	width: 100%;
	max-width: 400px;
	height: auto;
	padding: 30px;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	border-bottom: 1px solid #ccc;
}

#get-started-rta{
	width: 100%;
	max-width: 400px;
	height: auto;
	padding: 30px;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	border-bottom: 1px solid #ccc;
}


h3{
	color: #3b5aa8;
	font-size: 28px;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0 0 30px 0;
}

h4.no-margin{
	margin: 0 0 5px 0;
}

h4{
	color: #3b5aa8;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 22px;
	margin: 0 0 5px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica;
	font-weight: bold;
}


.err{
	display: none;
}


#route-stops  time{
	float: right;
}

#route-stops{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#route-stops li{
	line-height: 40px;
	border-bottom: 1px solid #999;
	padding: 0px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

li.recent{
	background: rgba(104, 189, 69, .25);
}

li.moderate{
	background: rgba(195, 100, 43, .25);
}


.noshow{
	display: none;
}


.column-halves{
	overflow: auto;
}

.column-halves > div{
	width: calc(50% - 15px);
	float: left;
	min-height: 50px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.column-halves > div:first-child{
	margin-right: 30px;
}



.big-checkboxes{
	margin: 0px 0px 30px;
	padding: 0px;
	list-style-type: none;
	border-top: 1px solid #ddd;
}

.big-checkboxes input{
	display: none;
	/* position: absolute;
	top: 5px;
	right: -50px; */
}

.big-checkboxes li{
	position: relative;
	/* height: 40px; */
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	padding: 0px 0px 0px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.big-checkboxes li.clicked{
	background: rgba(56,178,230,.15);
}

.big-checkboxes.radio li.clicked{
	background: rgba(56,178,230,.15);
}
.big-checkboxes.radio li.add-multi.clicked{
	background: rgba(56,178,230,0);
}

.big-checkboxes li.clicked:after{
	position: absolute;
	top: 0px;
	right: 20px;
	content: "";
	font-family: "FontAwesome";
	line-height: 40px;
	font-size: 28px;
}

.big-checkboxes li.add-multi.clicked:after, .big-checkboxes li.add-multi:after{
	position: absolute;
	top: 0px;
	right: 20px;
	content: "\f055";
	font-family: "FontAwesome";
	line-height: 40px;
	font-size: 28px;
}

.add-mas{
	background: rgba(56,178,230,.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.add-mas select{
	width: calc(100% - 20px);
	margin: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.add-multi-opt{
	display: none;
}

#map-preview > img{
	width: 100%;
	height: auto;
}


div.note.hl{
	margin-top: 10px;
	background: #eee;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


table.hastus{
	border-collapse: collapse;
	margin-bottom: 60px;
}

table.hastus td{
	padding: 0px 10px;
	vertical-align: top;
	margin: 0px;
	line-height: 36px;
	color: #444;
}

table.hastus tr{
	border-top: 1px solid #eee;
}

table.hastus img{
	margin: 10px 0px;
	width: 100%;
	height: auto;
}

#past-collection-data{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#past-collection-data > li{
	margin-bottom: 30px;
}



#past-collection-data table td{
	line-height: 36px;
	margin: 0px;
	padding: 0px 10px;
	vertical-align: top;
}

#past-collection-data table tr{
	border-top: 1px solid #eee;
}

#past-collection-data table{
	width: 100%;
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fa-spinner{
	margin-left: 10px;
	display: none;
}


#export-form #date-range{
	display: none;
}


table#filter-dashboard{
	width: 100%;
	border-bottom: 1px solid #ccc;
}

table#filter-dashboard tr > td{
	width: 50%;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table.stops-reports{
	width: 100%;
}

table.data{
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 12px;
	
}

table.data td, table.data th{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
	box-sizing: border-box;
	vertical-align: top;
	text-align: left;
}

#deets{
	width: 700px;
}
#deets > tr > td{
	width: 50%;
}

#changelog-full{
	padding-left: 20px;
}

#changelog-full > li{
	padding: 15px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
}

#changelog-full > li table{
	margin-top: 10px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

#changelog-full > li table tr{
	border-bottom: 1px solid #ccc;
}

#changelog-full > li table td{
	padding: 5px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#changelog-full td.lbl{
	width: 110px;
	font-weight: bold;
}

#get-gps{
	display: none;
}


.hidden{
	display: none;
}

#dashboard-general table.data tr:nth-child(2n){
	background: #eee;
}

#dashboard-general{
	width: 100%;
}

#dashboard-general td.meh{
	width: 30%;
}

#dashboard-general td{
	vertical-align: top;
}

#dash-buttons{
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}

#dash-buttons td{
	width: 33%;
	vertical-align: top;
}

ul.metrics{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.metrics > li{
	margin-bottom: 30px;
}

ul.metrics em{
	font-size: 40px;
	font-weight: bold;
	font-style: normal;
	line-height: 44px;
}


@media screen and (max-width: 1260px){
	section{
		padding: 0px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 767px){
	section.stop-form .column-halves > div{
		float: none;
		margin: 0px;
		width: 100%;
	}
	
	section.stop-form > .column-halves > div:last-child{
		display: none;
	}
	
	header nav{
		margin-top: -15px;
		position: relative;
		z-index: 10;
		display: block;
		text-align: center;
		font-size: 14px;
		line-height: 24px;
	}
	
	header nav > a{
		margin: 0px 15px;
	}
	
	body{
		font-size: 14px;
	}
	
	#route-stops li{
		padding: 0px 5px;
	}
	
	button,.button{
		font-size: 13px;
	}
	
	#get-gps{
		display: inline;
	}
}




.history-category ul, .issue-category ul{
	list-style-type: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

.history-category ul > li, .issues-category ul > li{
	padding: 15px 0px;
	border-top: 1px solid #eee;
}

.meta{
	font-size: 13px;
	text-transform: uppercase;
	background: #eee;
	display: inline-block;
	border-radius: 2px;
	padding: 0px 5px;
	line-height: 20px;
	color: #555;
	letter-spacing: 0.03em;
}

.history-category h5, .issues-category h5{
	font-size: 16px;
	margin: 30px 0px 0px 0px;
}

section#issues-history{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
}


#big-numbers{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

#big-numbers span{
	font-size: 80px;
	line-height: 85px;
	font-weight: bold;
	display: block;
}

#big-numbers li{
	margin-bottom: 45px;
}


#attached-images{
	list-style-type: none;
	overflow: auto;
	padding: 0px;
	margin: 0px;
}

#attached-images > li{
	float: left;
	margin: 0px 30px 30px 0px;
	width: 250px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.thumbnail{
	width: 250px;
	height: 250px;
	display: block;
}

#attached-images .meta{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section#uploaded-images {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
}


tr.hl{
	background: #ff0 !important;
}

table.data td.num{
	text-align: right;
}

tr.hl-red{
	background: rgba(255,0,0,.3) !important;
}


#adr{
	border-top: 1px solid #eee;
	padding-top: 30px;
}

#adr h4{
	padding-left: 60px;
}

#adr .callout{
	background: #eee;
	border: 1px solid #ccc;
	padding: 15px;
	margin-left: 60px;
	margin-right: 60px;
	font-size: 20px;
	line-height: 32px;
}

.nowrap{
	white-space: nowrap;
}



#issues-table{
	border-collapse: collapse;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	
	width: 100%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#issues-table td{
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	
	vertical-align: top;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



#attached-images-sb{
	list-style-type: none;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}

#attached-images-sb > li{
	float: left;
	margin: 0px 30px 30px 0px;
	width: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#attached-images-sb > li img{
	width: 100%;
	height: auto;
}



ul.two-col{
	column-count: 2;
	column-gap: 20px;
	margin: 0px 0px 30px 0px;
	padding: 10px 0px 0px 0px;
	list-style-type: none;
	border-top: 1px solid #ddd;
}

ul.two-col > li{
	margin-bottom: 5px;
}



#cleaning-schdule{
	padding-bottom: 10px;
}



.amenity-stop-table td{
	padding-right: 5px;
	vertical-align: middle !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.amenity-stop-table td.numbers{
	text-align: right;
}

.amenity-stop-table td.numbers em{
	margin-bottom: 0px;
}