﻿a:hover {
	text-decoration:none;
}
.filter_bw {
	filter: grayscale(100%);
}

.filter_sepia {
	filter: sepia(100%);
}

.filter_opacity {
	top: 0;
	left: 0;
	background: red;
	height: 100%;
	width: 100%;
	position: absolute;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.btn:hover {
	cursor:pointer;
}

.btn-sm:hover {
	cursor: pointer;
}

.card-filter-text {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-weight: bold;
	text-shadow: 1px 1px 2px black;
}

.pointer:hover {
	cursor:pointer;
}

.btn-purple {
	min-width: 100px;
	background: #e39000 !important;
	border: 1px solid #e39000 !important;
	color: #fff !important;
	min-width: 180px;
}

.btn-purple:hover {
	background: #fea100 !important;
	border: 1px solid #fea100 !important;
	color: #fff !important;

}

.btn-grigio {
	background: #e6e6e6 !important;
	border: 1px solid #e6e6e6 !important;
	color: #495057 !important;
}

	.btn-grigio:hover {
		background: #fea100 !important;
		border: 1px solid #fea100 !important;
		color: #fff !important;
	}

.btn-outside-purple {
	min-width: 180px;
	background: #fff !important;
	border: 1px solid #e39000 !important;
	color: #e39000 !important;
}

	.btn-outside-purple:hover {
		background: #fea100 !important;
		border: 1px solid #fea100 !important;
		color: #fff !important;
	}

.btn-outside-grey {
	min-width: 180px;
	background: #fff !important;
	border: 1px solid #818181 !important;
	color: #818181 !important;
}

	.btn-outside-grey:hover {
		background: #818181 !important;
		border: 1px solid #818181 !important;
		color: #fff !important;
	}

.bg_img {
	background-size: auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.txt-purple {
	color: #e39000 !important;
}

.circle-purple {
	padding:2px 7px 2px 7px;
	border: 1px solid #e39000;
	border-radius:50%;
}

.fascia {
	height: 100%;
	border: 2px dotted white;
	display: inline-block;
	border-top: none;
	border-bottom: none;
	border-left: none;
	margin-right: -4px;
}

#tolerance_container {
	top:0;
}

.top-0 {
top:0!important;
}

.left-0 {
	left: 0 !important;
}

.right-0 {
	right: 0 !important;
}

.bottom-0 {
	bottom: 0 !important;
}

.shadow-div {
	position:absolute;
	background:rgba(204, 145, 173, 0.50);
}

#wall_in_resize {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	border:1px solid red;
}

.bg-light-opacity {
background:rgba(255,255,255,0.5);
}

#control-container {
text-align:right;
}

@media screen and (max-width: 991px) {
	#control-container {
		text-align: left;
	}

}