.template {
	margin: 20px 0 0 20px;
	padding: 5px;
	width: 300px;
	height: 480px;
	overflow-y:auto;
	overflow-x:hidden;
	top: 75px;
	position: relative;
}

.contenitore-template{
	background-image: url('images/telefono-bg.png'); 
	background-repeat: no-repeat;
	height: 650px;
	width: 360px;
}

.tab-content {
	overflow: visible;
}

.droppable {
	border: 0px solid red;
}

.template p {
	/*width: 270px;*/
	text-align: justify;
}

.template h1, .template h2, .template h4 {
	color: #8f8f8f;
}

.template h3 {
	width: 270px;
	color: #8f8f8f;
}

.box_round {
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-webkit-background-clip: padding-box; background-clip: padding-box;
}

.box_shadow {
	-webkit-box-shadow: 2px 2px 10px 0px #555555;
	box-shadow: 2px 2px 10px 0px #555555; 
}	

.template-button {
	width: 50%;
	padding: 10px;
}

.template-button:enabled  {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top,#08c,#04c);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
	background-image: -webkit-linear-gradient(top,#08c,#04c);
	background-image: -o-linear-gradient(top,#08c,#04c);
	background-image: linear-gradient(to bottom,#08c,#04c);
	background-repeat: repeat-x;
	border-color: #04c #04c #002a80;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-find-on-map {
	width: 10px;
	padding: 10px;
}

.input-big {
	font-size: 20px !important;
	line-height: 25px !important;
	height: 25px !important;
	width: 400px;
	/*border: none !important*/
}

.textarea-big {
	font-size: 20px !important;
	line-height: 25px !important;
	height: 300px;
	width: 400px;
}

.map_canvas { 
	width: 250px; 
	height: 400px; 
	/*margin: 10px 0 10px 0;*/
	border: 10px solid #FFF;
}

.map_canvas img {
	max-width: none;
}

.aligned-buttons {
	margin-bottom: 20px;
}

.aligned-buttons input {
	margin: 0px;
}

.element {
	width:140px;
	height:140px
}

/*paginazione*/

.paging {
	padding-bottom:10px;
	clear:both;
	float:left;
}
.paging li {
	display:block;
	float:left;
	padding:10px 15px;
	border-radius:50%;
}
.paging li a {
	color:#999;
	text-decoration:none;
	display:inline-block;
	line-height:14px;
}
.paging li a.active {
	font-weight:bold;
	color:#000;
	font-size:18px;
	margin:-1px;
}
.paging li a:hover {
	color:#eee;
}
/*fine paginazione*/

/*Scelta landing template*/
.btn-salva:hover {
border: 1px solid #9C495D;
background-color: #FFF;
text-decoration: none!important;
color: #9C495D!important;

}
.btn-salva {
text-decoration: none;  
font-weight: 300;
font-size: 18px;
background-color: #9C495D;
border: 1px solid #9C495D;
padding: 6px 20px 6px 20px;
color: #fff!important;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
text-align: center;
cursor: pointer;
margin: 0 auto;
}
.box-template:hover {
-webkit-transform: scale(1.1) translateZ(0);
-moz-transform: scale(1.1) translateZ(0);
-o-transform: scale(1.1) translateZ(0);
transform: scale(1.1) translateZ(0);
text-decoration: none!important;

}
.box-template {
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
text-decoration: none!important;
}

.bordernone{
	border: none;
}

/*ONLY FOR TEMPLATE REGISTER*/    
.col-span6-template-register{
	width: 95%!important;
}

.col-span4-template-register{
    width: 40%!important;
}
.col-span2-template-register{
    width: 25%!important;
    margin-left:10px!important;
}
.row-template-register{
	margin-left:0px!important;
}

/*Style per le nuove modal*/
.disabledBkgAlertBox {
	width:100%;
	height:100%;
	background:rgba(31, 35, 44, 0.7);
	position:fixed;
	z-index:1041;
	top: 0;
  }
  
  /* .dialogContractChangeBody {
	background:#ffffff;
	min-height:100px;
	width:35%;
	margin:0 auto;
	margin-top:35px;
	display:block;
	padding:15px 25px;
	text-align:center;
	z-index: 999;
  } */
  
  .alertBox {
	background: #004D58;
	min-height: 100px;
	width: 35%;
	margin: 0 auto;
	margin-top: 10%;
	display: block;
	padding: 0;
	text-align: center;
	z-index: 999;
	border-radius: 10px;
  }
  
  .alertBoxHead {
	width: 100%;
	font-size: 1.5em;
	padding: 10px;
	background-color: #004D58;
	color: #ffffff;
	border-radius: 10px 10px 0 0;
  }
  
  .alertBoxBody {
	padding:15px;
	background-color: #ffffff;
	border-radius: 0 0 10px 10px;
  }
  
  .alertBoxImportantText {
	background-color:#f2f2f2;
	padding:5px;
	margin-bottom:10px;
  }
   
  .alertBoxBtn, .alertBoxBtn:active, .alertBoxBtn:focus{
	border:1px solid #9C495D;
	color:#ffffff;
	background-image:none;
	background-color:#9C495D;
	outline:none!important;
	margin:10px;
  }
  
  .alertBoxBtn:hover {
	color:#9C495D;
	background-image:none;
	background-color:#ffffff;
  }
  
  .alertBoxBtnNull {
	border-radius: 25px;
  }
  
  .alertBoxBtn, .alertBoxBtnNull {
	text-transform: uppercase;
	font-weight: 600;
  }

  .masterClassVideoStepLeft{
	width: 65px !important;
  }