@charset "UTF-8";
body {
	margin: 0 auto;
	font-family: "Lato", Sans-serif !important;
	color: #7a7a7a !important;
	font-size: 1rem;
}
#left-panel {
	width: 20%;
	height: 100%;
	/*background: lightgray;*/
	float: left;
	color: black;
	border-right: 1px solid lightgray;
	/*padding-right: 1em;*/
	font-family: Lato;
	font-size: 14px;
	position: fixed;
}
#left-panel ul {
	padding: 0.5em;
	margin: 0;
	border: 1px solid lightgrey;
	border-radius: 5px;
}
#filter,
#assignments,
#invoices {
	font-family: "Lato", Sans-serif;
	font-weight: 400;
	font-size: 1rem;
	color:#019EE3;
	padding: 8px;
	border-bottom: 1px solid lightgray;
}
#assignments,
#invoices {
	/*position: fixed;*/
	/*width: 100%;*/
}
#filter span,
#invoices span,
.assignments,
.invoices,
#assignments span {
	padding-left: 8px;
	color: #7a7a7a;
	padding-right: 8px;
}
#results {
	width: 80%;
	float: right;
	color: black;
}
#results h1 {
	color: #7a7a7a;
	font-family: "Lato", Sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
}
.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#invoices {
	width: 100%;
	clear: both;
}
#issuetitle,
#left-panel h6,
#results h6 {
	font-family: "Lato", Sans-serif;
	font-weight: 400;
	font-size: 1rem;
	color:#019EE3;
	margin: 0.5em 0;
}
#resultsheader {
	position: fixed;
	width: 80%;
	background: white;
	border-bottom: 1px solid lightgray;
	z-index: 9;
}
#brandList,
#yearList,
#issueList,
#typeList,
#invoices {
	padding: 0.5em;
	list-style: none;
}
#brandList li,
#yearList li,
#issueList li,
#typeList li,
#invoices li {
	cursor: pointer;
	list-style: none;
	color: #7a7a7a;
}
#downloadAll i.downloadAll:before,
.invoices i.download:before,
#brandList li:before,
#yearList li:before,
#issueList li:before,
#typeList li:before,
#invoices li:before {
	content:'\2610';
	display:inline-block;
	color:#666;
	font-size:16px;
	padding:0 6px 0 0;
}
#downloadAll i.downloadAll:hover:before,
.invoices i.download:hover:before,
#brandList li:hover:before,
#yearList li:hover:before,
#issueList li:hover:before,
#typeList li:hover:before,
#invoices li:hover:before {
	content:'\2611';
	display:inline-block;
	color:#999;
	font-size:16px;
	padding:0 6px 0 0;
}
#downloadAll i.downloadAll.selected:before,
.invoices i.download.selected:before,
#brandList li.selected:before,
#yearList li.selected:before,
#issueList li.selected:before,
#typeList li.selected:before,
#invoices li.selected:before {
	content:'\2611';
	display:inline-block;
	color:#019EE3;
	font-size:16px;
	padding:0 6px 0 0;
}
#brandList li:hover,
#yearList li:hover,
#issueList li:hover,
#typeList li:hover,
#invoices li:hover {
	color:#019EE3;
}
#brandList li.selected,
#yearList li.selected,
#issueList li.selected,
#typeList li.selected,
#invoices li.selected {
	color:#019EE3;
}
#issuetitle,
.extrabutton {
	width: 100%;
	/*float: left;*/
	padding: 0 8px;
}
#resultsbody {
	margin-top: 110px;
}
.invoices i {
	padding-right: 10px;
	cursor: pointer;
	color: #009ee3;
}
#downloadAll {
	padding: 4px 8px;
	color: #7a7a7a;
	margin-top: 11px;
}
#downloadAll i.downloadAll,
.invoices i.download {
	padding-right: 0px;
	font-style: normal;
}
.invoices div {
	padding: 10px 0;
	border-bottom: 1px solid lightgrey;
}
.downloadAll.selected {
	cursor: pointer;
}
.downloadAll.selected:hover {
	color:#019EE3;
}
.collection {
	width: 24%;
	height: 150px;
	float: left;
	padding: 10px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid lightgrey;
	border-radius: 5px;
	position: relative;
}
#itemList {
	padding: 0;
	list-style: none;
	margin: 0;
	position: absolute;
	bottom: 5px;
	color: #019EE3;
}
#itemList li{
	padding: 0.2em 0;
}
button#mydlBtn,
button#myBtn {
	margin: 0;
	font-size: 14px;
	padding: 5px 10px;
	color: #019EE3;
	border: none;
	background: transparent;
}
button#mydlBtn:hover,
button#myBtn:hover {
	color: white;
}
input#uploadbtn,
button#done {
	padding: 0.7em;
	/* background-color: #019EE3; */
	color: #019EE3;
	border-radius: 5px;
	border: 1px solid #019EE3;
	width: 160px;
}
input#uploadbtn:hover, button#done:hover {
	background-color: #019EE3;
	color: white;
}
.upload-invoice:hover,
.download-csv:hover {
	background-color: #019EE3;
	color: white;
}
.upload-invoice,
.download-csv {
	border: 1px solid #019EE3;
	float: left;
	border-radius: 4px;
	font-size: 14px;
	padding: 6px 12px;
	cursor: pointer;
}
.download-csv {
	float: right;
}
#elvisPreviewNext,
#elvisPreviewPrev {
	display: none;
}
.spacer {
	width: 100%;
	clear: both;
	height: 1em;
}
#typeList {
	display: none;
}
.invoices i.fa-check-square-o{
	display: none;
}
.expandable {
	cursor: pointer;
}
.expandable:before {
	content:'\25BC';
	display:inline-block;
	color:#019EE3;
	font-size:10px;
	padding:0;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.transform:before {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#dropIndicator i.fas.fa-upload {
	color: #1A9FE0;
	font-size: xx-large;
	margin-bottom: 0.5em;
}
label.btn.btn-primary {
	padding: 7px 52px;
	color: #019EE3;
	border-radius: 5px;
	border: 1px solid #019EE3;
}
label.btn.btn-primary:hover {
	background-color: #1A9FE0;
	color: white;
}
.uploadbox h2 {
	color: #7a7a7a;
}
.meta label {
	display: inline-block;
}
@media only screen and (min-width: 769px){
	.gridContainer {
		width: 100%;
		max-width: none;
	}
}
* {
	box-sizing: border-box;
}
#container{
	height: 320px;
	height: 90%;
	position: absolute;
	top: 150px;
	border-radius: 5px;
	visibility: hidden;
}