.butActionChangelog, .butActionBackup
{
 	display: inline-block;
	min-width: 110px;
 	vertical-align: middle;
	padding: 3px;
    margin: 0px 6px;
	line-height: 20px;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
	color: #ffffff !important;
	cursor: pointer;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 2px 2px rgba(255, 255, 255, 0.2), 3px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 2px 2px rgba(255, 255, 255, 0.2), 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 2px 2px rgba(255, 255, 255, 0.2), 3px 3px rgba(0, 0, 0, 0.1);
}
.butActionChangelog:active, .butActionBackup:active
{
	-webkit-box-shadow: inset 2px 2px rgba(255, 255, 255, 0.2), 1px 1px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: inset 2px 2px rgba(255, 255, 255, 0.2), 1px 1px rgba(0, 0, 0, 0.9);
	box-shadow: inset 2px 2px rgba(255, 255, 255, 0.2), 1px 1px rgba(0, 0, 0, 0.9);
	transform: translateY(2px)  translateX(2px);
}
.butActionBackup
{
	background-image: -o-linear-gradient(bottom, rgba(20, 90, 30, 0.3) 0%, rgba(20, 90, 30, 1) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(20, 90, 30, 0.3) 0%, rgba(20, 90, 30, 1) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(20, 90, 30, 0.3) 0%, rgba(20, 90, 30, 1) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(20, 90, 30, 0.3) 0%, rgba(20, 90, 30, 1) 100%);
	background-image: linear-gradient(to bottom, rgba(20, 90, 30, 0.3) 0%, rgba(20, 90, 30, 1) 100%);
	background-repeat: repeat-x;
}
.butActionBackup:focus:not(:active), .butActionBackup:hover:not(:active)
{
	-webkit-box-shadow: 0px 0px 10px 3px rgba(20, 90, 30, 0.2), 3px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px 3px rgba(20, 90, 30, 0.2), 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 3px rgba(20, 90, 30, 0.2), 3px 3px rgba(0, 0, 0, 0.1);
}
.butActionChangelog
{
	background-image: -o-linear-gradient(bottom, rgba(204, 68, 0, 0.3) 0%, rgba(204, 68, 0, 1) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(204, 68, 0, 0.3) 0%, rgba(204, 68, 0, 1) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(204, 68, 0, 0.3) 0%, rgba(204, 68, 0, 1) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(204, 68, 0, 0.3) 0%, rgba(204, 68, 0, 1) 100%);
	background-image: linear-gradient(to bottom, rgba(204, 68, 0, 0.3) 0%, rgba(204, 68, 0, 1) 100%);
	background-repeat: repeat-x;
}
.butActionChangelog:focus:not(:active), .butActionChangelog:hover:not(:active)
{
	-webkit-box-shadow: 0px 0px 10px 3px rgba(204, 68, 0, 0.2), 3px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px 3px rgba(204, 68, 0, 0.2), 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 3px rgba(204, 68, 0, 0.2), 3px 3px rgba(0, 0, 0, 0.1);
}
a.butActionChangelog:hover
{
	opacity: 0.9;
}
.NoBCollapse
{
	border-collapse: separate;
}
.infrasModal
{
	margin: -3px -0 0 -2px;
    width: calc(100% + 4px) !important;
    height: 30px;
}
.infrasModalTitle
{
	padding-left: 10px;
	line-height: 30px;
}
img.widthpictotitle
{
	max-width: 48px;
}
.infrasHR
{
    text-align: center;
    margin: 5px 0px !important;
	padding: 0px !important;
}
.infrasFinal
{
    line-height: 1px;
	border: none !important;
}
.infrasScrollUp
{
	position: fixed;
	bottom : 30px;
	right: -100px;
	/*color: #19052d;*/
	font-size: xx-large;
}
.infrascaution
{
	color: red;
}
.infrastitleparam
{
	/*color: #19052d;*/
	font-size: 18px;
}
.infrassubtitleparam
{
	/*color: #19052d;*/
	font-size: 14px;
}
.infrascolor
{
	/*color: #19052d;*/
}
