header i.fa-file-upload {
	font-size: 2rem;
}


.draghelper {
	position: absolute;
	z-index: 1000;
	s {
		border-color: rgba(0, 0, 0, 0.2);
	}
	&.accept {
		s {
			border-color: rgba(0, 128, 0, 1);
		}
	}
	&.ctrl {
		border-color: rgba(0, 0, 200, 1);
	}
}

/* ******************* HOVER LAYER ************** */
.hoverLayer{
	position: relative;
}

.hoverLayer.download:after{
	display: flex;
	align-items: center;
	justify-content:center;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content:'\f019';
	font-size: 4rem;
	color:#fff;
	position: absolute;
	transform: translateY(-4.5rem);
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity: 0;
	visibility: hidden;
}

.hoverLayer:before{
	content: attr(data-text);
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,.6);
	transition: ease-in-out opacity .2s;
	color:#fff;
	font-weight: 600;
	display: flex;
	font-size:1.6rem;
	padding-bottom: 1rem;
	align-items: end;
	justify-content:center;
	opacity: 0;
	visibility: hidden;
}

.hoverLayer:hover:before,
.hoverLayer:hover:after{
	opacity: 1;
	visibility: visible;
}

/************* FORM ELEMENTS **************/
form {
	width: 100%;
}

input,
.input {
	width: 100%;
	padding: 10px 10px;
	background: transparent;
}

input.half {
	width: 80px;
}

input[type=color] {
	width: 3em;
	padding: 0;
	background: transparent;

}

select {
	width: 100%;
	background: transparent;
}
select.inherit {
	color: rgba(0,0,0,0.6);
}

option {
	color: black;
}
option.inherit {
	color: rgba(0,0,0,0.6);
}

form label {
	margin-bottom: 2px;
}

input[type=text],
input[type=search],
input[type=password],
input[type=number],
input[type=email],
select,
.input {
	border: 2px solid rgb(0, 0, 0);
	font-size: inherit;
	height: 35px;
}


textarea {
	min-height: 120px;
	font-size: 1.6rem;
	font-family: 'Neue Haas Grotesk W01 Disp', Times, Arial, sans-serif;
	border: 2px solid rgb(0, 0, 0);
	padding: 10px;
	width: 100%;
}

input[type=checkbox],
input[type=radio] {
	width: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid rgb(0, 0, 0);
	padding: 10px;
	margin: 0;
	display: inline-block;
	position: relative;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
	background: url("../img/checkbox-checked.svg") no-repeat center center / contain;
	border: 0;
	padding: 12px;

}

input[type=range] {
	-webkit-appearance: none; /* Hides the slider so that custom slider can be made */
	width: 100%; /* Specific width is required for Firefox. */
	background: transparent; /* Otherwise white in Chrome */
	padding: 0;
	margin: 10px 0;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
}

input[type=range]:focus {
	outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
	width: 100%;
	cursor: pointer;

	/* Hides the slider so custom styles can be added */
	background: transparent;
	border-color: transparent;
	color: transparent;
}

input[type=range]::-moz-range-thumb,
input[type=range]::-webkit-slider-thumb {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: black;
	cursor: grab;
}

input[type=range]::-moz-range-track,
input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 10px;
	cursor: pointer;
	background: lightgray;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: #000;
}

input[type='radio']:checked {
	background: #000;
}

input[type='file'] {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

form[action="search"] {
	margin-bottom: 10px;
}

label {
	display: block;
	width: 100%;
}

label span {
	padding: 0px 10px 0px 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-top: -13px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.button,
button {
	border: 2px solid #000;
	padding: 0 8px;
	display: inline-block;
	margin: 0 10px 0 0;
	margin-top: 0px;
	text-align: center;
	vertical-align: top;
	line-height: 2rem;
	height: 30px;
	color: white;
	background: black;
	text-transform: uppercase;
	font-weight: 700;
	/*	min-width: 280px; */
	position: relative;
	font-family: 'Neue Haas Grotesk W01 Disp', Times, Arial, sans-serif;
	font-size: 1.3rem;
}

button[data-action*='delete']:hover {
	background-color: #DC0000 !important;
	color: #fff !important;
}

.button {
	padding-top: 4px;
}

button[disabled] {
	background: rgb(230, 230, 230);
	color: darkgray;
	border-color: darkgray;
}

input[readonly] {
	color: darkgray !important;
	border-color: darkgray !important;
}

[disabled] {
	color: inherit;
	opacity: 0.5;
}

button.iconOnly {
	min-width: 0;
}

button.iconOnly i {
	float: none;
	margin: 0;
}

button.small {
	min-width: 140px;
}

button i,
.button i {
	font-size: 2rem;
	margin-right: 20px;
	float: left;
}

form button {
	margin-top: 10px;
}

.button.selected,
button.transparent {
	background: white;
	color: black;
	font-weight: 700;

}

.button:hover,
button:hover:not([disabled]) {
	background: white;
	color: black;
	transition: color 0.3s ease, background-color 0.3s ease;
}


button.transparent:hover {
	background: #000;
	color: #fff;
}
