body {
  width: 100%;
  min-height: 100vh;
  background-color: #F2F2EC;
  color: #000;
}
  
a {
  color: #614D37;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
a:hover {
  color: #000;
  text-decoration: none;
}

/* NAVBAR */
.logo {
  height: 40px; 
  margin-right: 20px;
  vertical-align: top;
}
.navbar {
  margin: 20px 0;
  padding: 0 25px;
}
.navbar-brand {
	padding-top: 0;
	margin-top: 15px; 
}

/* MENU MODIFICA ADMIN */
.edit-menu {
  border-top: 1px solid #614D37;
  border-bottom: 1px solid #614D37;
}

.loading_div {
	position: fixed;
	display: block;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

#content {
  position: relative;
}

.gold, .gold * {
  color: #614D37 !important;
}

.loading {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10px;
  margin: 0 auto;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}
.icon_loading {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/loading.gif");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* ADMIN */
.bi-xl {
  font-size: 36px;
  font-weight: bold;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

input[type="number"].form-control {
  padding-right: 4px;
}

.btn-upload, 
.btn-stopupload, 
.btn-machine.hidden {
  display: none;
}

.img_preview {
  position: relative;
  width: calc(100% - 25px);
  width: 100%;
  border: solid 1px #000;
  border-radius: 25px;
  background-color: #cdcdcd;
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.img_preview label {
  width: 100%;
  padding: 140px 0;
  font-weight: 600;
	color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .70);
	font-size: larger;
}

.label_upload {
  border: solid 1px #000;
  border-radius: 25px;
	padding: 20px 40px;
	margin: 30px auto;
}

#arrangements .img_preview {
  background-color: #FFF;
}

#arrangements .img_preview.profile {
  background-color: #bf9f57;
}

#arrangements .img_preview label {
  padding: 90px 0;
}

.btn-del-abs {
	position: absolute;
	top: 8px;
	right: 8px;
}

/* MODIFICA CAPTION GALLERIES */
.edit .btn-save, 
.edit .edit-caption {
	display: none;
}

.edit .btn-edit, 
.edit .caption {
	display: inline-block;
}

.edit.editable .btn-save, 
.edit.editable .edit-caption {
	display: inline-block;
}

.edit.editable .btn-edit, 
.edit.editable .caption {
	display: none;
}

@media screen and (max-width: 700px){
  .navbar {
    margin: 20px 0;
    padding: 0;
  }
}

