#locandina{
	width: 185px;
	margin: 10px 20px 10px 10px;
	float: none;
	overflow: hidden;
}
#locandina + #headdata{
	margin-left: 0px;
}
@media only screen and (min-width:740px){
   #locandina{
		float: left;
	}
	#locandina + #headdata{
		margin-left: 220px;
	}
}


#ordine tfoot th{
	color: #393939;
}
#procedi{
	width: auto;
}


.steps {
  list-style: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.steps li {
  display: table-cell;
  text-align: center;
  width: 1%;
}
.steps li .step {
  border: 5px solid #ced1d6;
  color: #546474;
  font-size: 15px;
  border-radius: 100%;
  background-color: #FFF;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
}
.steps li:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  font-size: 0;
  overflow: hidden;
  border-top: 4px solid #CED1D6;
  position: relative;
  top: 21px;
  z-index: 1;
}
.steps li.last-child:before {
  max-width: 50%;
  width: 50%;
}
.steps li:last-child:before {
  max-width: 50%;
  width: 50%;
}
.steps li:first-child:before {
  max-width: 51%;
  left: 50%;
}
.steps li.active:before,
.steps li.complete:before,
.steps li.active .step,
.steps li.complete .step {
  border-color: #5293c4;
}
.steps li.complete .step {
  cursor: default;
  color: #FFF;
  -webkit-transition: transform ease 0.1s;
  -o-transition: transform ease 0.1s;
  transition: transform ease 0.1s;
}
.steps li.complete .step:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  content: "\f00c";
  background-color: #FFF;
  z-index: 3;
  font-family: FontAwesome;
  font-size: 17px;
  color: #87ba21;
}
.steps li.complete:hover .step {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: #80afd4;
}
.steps li.complete:hover:before {
  border-color: #80afd4;
}
.steps li .title {
  display: block;
  margin-top: 4px;
  max-width: 100%;
  color: #949ea7;
  font-size: 14px;
  z-index: 104;
  text-align: center;
  table-layout: fixed;
  word-wrap: break-word;
}
.steps li.complete .title,
.steps li.active .title {
  color: #2b3d53;
}
.step-content {
  position: relative;
}
.step-content .step-pane {
  display: none;
  min-height: 200px;
  padding: 4px 8px 12px;
}
.step-content .step-pane.active {
  display: block;
}
.wizard-actions {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .steps li .step {
    width: 30px;
    height: 30px;
    line-height: 24px;
    border-width: 3px;
  }
  .steps li:before,
  .steps li:after {
    border-width: 3px;
  }
  .steps li.complete .step:before {
    line-height: 24px;
    font-size: 13px;
  }
  .steps li:before {
    top: 16px;
  }
  .step-content .step-pane {
    padding: 4px 4px 6px;
    min-height: 150px;
  }
}

.steps li.active .lock{
	color: #fea202;
}
.btn.btn-app{
	width: auto;
}
.form-actions button.btn.btn-app{
	width: 150px;
	margin-left: 50px;
	line-height: 1.3em;
	padding-bottom: 20px;
}

#footer{
	text-align: center;
	font-size: 10px;
	padding: 50px 0 10px 0;
}

.payment-method{
	float: right;
	margin-left: 10px;
}

.img{
	border: 1px solid #d5d5d5;
}
.img:hover{
	border-color: #b5b5b5;
	cursor: pointer;
}

.img-wrap{
	background-color: #E8E8E8;
	min-width: 250px;
	min-height: 100px;
	position: relative;
	overflow: hidden;
}
.img-wrap.empty{
	background-image: url(/assets/cinebot/images/no_photo.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.img-wrap .tools {
    background-color: rgba(0,0,0,0.55);
    bottom: 0;
    top: -30px;
    position: absolute;
    text-align: center;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
    width: 100%;
    height: 30px;
    overflow: hidden;
}
.img-wrap .tools a{
	display: inline-block;
	font-size: 18px;
	padding: 0 4px;
	font-weight: normal;
	color: #fff;
}
.img-wrap:hover .tools {
	top:0px;
}

#dropzone{
	height: 220px;
	min-height: 220px;
	overflow: hidden;
	background-image: url(../../assets/cinebot/images/cloud_icon.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#dropzone-preview img{
 	width: 185px;
 	margin: 0 auto;
 	display: block;
 	margin-top: 10px;
 }
textarea.form-control{
	height: 300px;
}
.wysiwyg-editor + textarea{
	display: none;
}
.wysiwyg-toolbar .dropdown{
	width: auto;
}