.order_sum {
	cursor: pointer;
	border-bottom: red 1px dotted;
}


[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}

.form-import
{
	display: inline;
}

.nav-link__my  {
	color: rgba(255, 255, 255, 0.5) !important;
}

.nav-link__my:hover {
	color: rgba(255, 255, 255, 0.75) !important;
}

.table__image {
	width: 100px;
	height: 100px;
	margin: 0;
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: cover;
}
.small__image {
	width: 64px;
	height: 64px;
	margin: 0;
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: cover;
}
.media-container {
	min-height: 64px;
}
.w-150-px {
	width: 150px;
}

.media__container {
	border: 1px solid silver;
	padding: 10px;
}

.container___attaches, .container___modifications, .container___elements, .container___childs
{
	background-color: rgba(194, 194, 255, 0.31);
	padding: .75rem 1.25rem;
	margin-top: 3em;
	margin-bottom: 3em;
	border-radius: .25rem;
}
.container___image
{
	background-color: rgba(194, 194, 255, 0.31);
	padding: .75rem 1.25rem;
	margin-top: 3em;
	margin-bottom: 3em;
	text-align: center;
	border-radius: .25rem;
}
.container___upload {
	background-color: rgba(194, 255, 194, 0.31);
	padding: .75rem 1.25rem;
	margin-top: 3em;
	margin-bottom: 3em;
	border-radius: .25rem;
}



.over {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	padding-top: 40%;
}
.over_blacked {

	background-color: rgba(0, 0, 0, 0.7);
	color: white;

}