.tab-content{
  margin-bottom: 10px;
  margin-top: 20px;
}

#dropzone-image, #dropzone-countdown, #dropzone-weather{
  position: relative;
  height: 400px;
  border-radius: 10px;
  margin: 0px 30px 30px 30px;
  padding: 20px;
  border: 1px #42C4DF dotted;
	background: #f6f7f9;
}

#uploadModalImage p, #uploadModalCountdown p, #uploadModalWeather p{
  margin-bottom: 0;
}

#dropzone_preview-image, #dropzone_preview-countdown, #dropzone_preview-weather{
  display: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}



#dropzone_input{
  width: 0;
  height: 0;
  overflow: hidden;
}

.dragover{
  border: 2px dashed #000000;
  background-color: #dcdcdc;

}
.dragleave{
  border: 2px dashed #737373;
  background-color: #f3f3f3;

}

#dropzone_error-image, #dropzone_notification-image, #dropzone_submit-image,
#dropzone_error-countdown, #dropzone_notification-countdown, #dropzone_submit-countdown,
#dropzone_error-weather, #dropzone_notification-weather, #dropzone_submit-weather
{
  display: none;
}
#dropzone_text-image, #dropzone_text-countdown, #dropzone_text-weather{
margin-top: 130px;
}

div.vignette-image{
  padding: 5px;
}
div.vignette-image.selected{
  padding: 2px;
  border: 3px solid #42C4DF;
  border-radius: 5px;
}