:root
{
	--orange : #ffb133;
}
#map
{
	height: 700px;
}
	
#drop_file_zone {
   background-color: #EEE;
   border: #999 5px dashed;
   width: 290px;
   height: 200px;
   padding: 8px;
   font-size: 18px;
}
#drag_upload_file {
  width:calc(100%-20px);
  margin:0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#drag_upload_file p {
  text-align: center;
}

#drag_upload_file input
{
	margin: 0 auto;
}

#drag_upload_file #selectfile {
  display: none;
}
	
#attachments-container > div
{
	display: none;
}
	
#drop_file_zone
{
	display: block;
}

.botta-row
{
	display: flex;
	flex-direction: row;
}

.botta-col
{
	width: 50%;
}

#event_field_2
{
	display: none;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
	max-width: 550px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
	display: block;
	text-align: right;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.nopadding
{
	margin-bottom: 5px;
}

#map-container
{
	position: relative;
}

#event-search-box
{
	width: 340px;
	position: absolute;
	right: 15vw;
	top: 50%;
	transform: translateY(-50%);
	z-index: 25;
	background-color: var(--orange);
	padding: 30px;
}

#event-search-box input, #event-search-box select
{
	width: 100%;
}

#event-search-box form
{
	margin-bottom: 0;
}

.orange-strip
{
	height: 45px;
	background-color: var(--orange);
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
	width: 100%;
}
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}
input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

#event_subtype, #celebrazioni, #testimonianze
{
	display: none;
}

.inline-label
{
	display: inline;
	padding-right: 5px;
}

#video_zone
{
	display: none;
}

#fields-container
{
	background: rgba(0,0,0,.09);
	font-size: 16px;
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 1rem;
}

#uploaded-files-list
{
	font-size: 1.5rem;
	padding: 1rem;
	border: #ddd thin solid;
}