
/*Generali*/
body{
	display: flex;
    min-height: 100vh;
    flex-direction: column;
}
main {
	flex: 1 0 auto;
}
.wrap-cont{
	display:inline-block !important;
}
.margin-top{
	margin-top: 10%;
}
.margin-top-small{
	margin-top: -1%;
}
.width-200{
	width:200px;
}

/*Index*/
.index-button{
	margin-top: 20px !important;
	width: 150px !important;
}

/*Punto vendita*/
.margin-title-pv{
	margin-bottom: -23px !important;
}


/*Footer*/
.footer-fixed{
	position: fixed !important;
	bottom: 0px !important;
    left: 0px !important;
    width: 100% !important;
    z-index: 998 !important;
}
.zero-height{
	height: 0px;
}
.footer-margin{
	margin-top: 4px !important;
}

/*Manage*/
.img-load{
	margin-top: 22px;
	margin-bottom: 10px;
	cursor: pointer;
}
.widt-100{
	width: 100%;
}
hr {
	border: 0; 
	height: 1px !important; 
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
#dt-box{
	margin-bottom: 20px;
}
#img-box{
	padding: 20px;
}

.margin-top-user{
	margin-top: 10px !important;
}
.padding-side-30{
	padding-right: 30px !important;
	padding-left: 30px !important;
}
.red{
	color: #d9534f !important;
}
.container-fix{
	width: 160px;
    height: 160px;
    border: 2px solid #FFF;
    border-radius: 6px;
    margin-top: 10px;
    background-size:cover;
    background-position:50% 50%;
}
.pano-float-left{
	float: left !important;
}
.pano-margin-bottom{
	margin-bottom: 20px !important;
}
.nav-pv{
	width: 250px;
}
.nav-date{
	width: 150px;
}
.nav-user{
	width: 200px;
}
.badge-assign{
	float: left !important;
	margin: 0 0 !important;
}
.file-path-wrapper{
	display: none !important;
}
#empty-upload-input{
	display: none;
}
.save-p{
	display: none;
}
#modalProgress{
	padding: 13px 30px 14px 30px;
}








/*Bootstrap*/
.row{
	margin-right: 0px !important;
    margin-left: 0px !important;
}

.dropdown-menu{
	min-width: 220px !important;
}

.well{
	padding: 0 20px !important;
	display: inline-block !important;
}
