/*
 blue 1 	#0f87b2
 blue 2 	#80b9d0
 blue 3		#bfd9e5
 red 1		#ed2e23
*/

body {
	padding-top: 60px;
    padding-bottom: 60px;
}

.center {
	float: none;
    margin: 0 auto;
    display: block;
}

.delete-icon { 
    position:absolute;
  	top:0;
 	right:0;
}

.over {
	border: 5px dashed green !important;
	opacity: 0.5;
}

.drag {
	opacity: 0.8;
	background: #428BCA;
	border-color: #428BCA;
	border-style: dashed;
	border-width: 2px; 
	color: white;
}

.custom-header {
	font-weight: normal;
	font-size: 1.35em;
}

.thumbnail-fixed-height {
	width: 100%;
	height: 15vh;

	background-repeat: no-repeat; 
	background-position: center;
	background-size: contain;
}

.staging {
	color: red;
	float: left;
	font-size: 2.5vmin;
}
