/* ################################################################################################################################ */
/* ### global (Start) ### */
/* ################################################################################################################################ */
body,
html {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}
hr {
	/* max-width: 50px; */
	border-width: 1.5px;
	border-color: #0075BF;
}
hr.light {
	border-color: #fff;
}
a {
	color: #0075BF;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	outline: 0;
}
a:hover {
	color: #ee4b28;
	text-decoration: none;
}
.bg-primary {
	background-color: #0075BF !important;
}
.bg-dark {
	background-color: #212529 !important;
}
section.secondNavOff {
	padding: 75px 0;
}
section.secondNavOn {
	padding: 150px 0;
}
section.secondNavOnwithTabs {
	padding: 200px 0;
}
.section-heading {
	margin-top: 0;
}
.fullheight{
	min-height: 100vh;
}
::selection,
::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}
img::selection,
img::-moz-selection {
  border: #fff;
  background: transparent;
}
.btn {
    font-weight: 600;
}
.text-blue {
	color: #0075BF;
}
.text-primary {
	color: #0075BF !important;
}
.text-primary:hover, .text-primary:focus, .text-primary:active {
	color: #ee4b28 !important;
}
.btn-primary {
	border-color: #0075BF;
	background-color: #0075BF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	color: #fff;
	background-color: #ee4b28 !important;
	border-color: #ee4b28 !important;
}
.btn:active, .btn:focus {
	box-shadow: 0 0 0 0 !important;
}
.btn-icon {
	width: 26px;
	height: 26px;
}
.btn-icon-sm {
	width: 22.25px;
	height: 22.25px;
}
.btn-icon-lg {
	width: 28px;
	height: 28px;
}
/*
.btn-icon i,
.btn-icon-sm i,
.btn-icon-lg i {
	text-align: center;
	vertical-align: middle;
}
*/
.page-link {
	color: #0075BF;
}
.page-item.active .page-link {
	background-color: #0075BF;
	border-color: #0075BF;
}
.modal-header,
.modal-footer {
	background-color: #f8f9fa !important;
}
.infomodal hr {
	max-width: 100%;
	margin-top: 0.25rem;
	margin-bottom: 0.75rem;
	border-width: 1px;
	border-color: #6c757d;
}
.infomodal p {
	margin-bottom: 0;
}
.disableScrolling {
	height: 100%;
	overflow-y: hidden;
}
/* ################################################################################################################################ */
/* ### global (End) ### */
/* ################################################################################################################################ */

/* ################################################################################################################################ */
/* ### overlayAnnouncement (Start) ### */
/* ################################################################################################################################ */
#overlayannouncement {
	position: fixed;
	/*
	padding-right: 40px;
    padding-left: 40px;
    */
	bottom: 0px; 
	width: 100%;
	height: 40px;
	background-color: #0075BF;
	font-size: 1.25rem;
	font-weight: 700;
}
#overlayannouncement,
#overlayannouncement a,
#overlayannouncement .newsticker-head {
	color: #ffffff !important;
}
#overlayannouncement .newsticker-row {
	width: 100%;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#overlayannouncement .newsticker-col {
	padding: 0 40px 0 0 !important;
	margin: 0;
}
#overlayannouncement .newsticker-body {
}
#overlayannouncement .newsticker-head {
	width: 40px;
	height: 40px;
	/* background-color: #ee4b28; */
}
#overlayannouncement .newsticker-scroll{
}
#overlayannouncement .newsticker-scroll span {
	margin-left: 0.5rem!important;
	margin-right: 0.5rem!important;
}
#overlayannouncement .newsticker-scroll a {
	text-decoration: none
}
/* ################################################################################################################################ */
/* ### overlayAnnouncement (End) ### */
/* ################################################################################################################################ */

/* ################################################################################################################################ */
/* ### overlayMode (Start) ### */
/* ################################################################################################################################ */
#overlaySpecial {
	position: fixed;
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	cursor: pointer;
	z-index: 1001;
}
.overlaymode {
	position: fixed;
	/*
	padding-right: 40px;
    padding-left: 40px;
    */
	width: 100%;
	height: 56px;
	background-color: #0075BF;
	font-size: 1.25rem;
	font-weight: 700;
}
.overlaymode a,
.overlaymode .newsticker-head {
	color: #ffffff !important;
}
.overlaymode .newsticker-row {
	width: 100%;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlaymode .newsticker-col {
	padding: 0 40px 0 0 !important;
	margin: 0;
}
.overlaymode .newsticker-body {
}
.overlaymode .newsticker-head {
	width: 40px;
	height: 40px;
	/* background-color: #ee4b28; */
}
.overlaymode .newsticker-scroll{
}
.overlaymode .newsticker-scroll span {
	margin-left: 0.5rem!important;
	margin-right: 0.5rem!important;
	color: #ffffff !important;
}
.overlaymode .newsticker-scroll a {
	text-decoration: none
}
#overlaySpecialInfo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: max-content;
	/*
	width: 90px;
	height: 90px;
	margin: -75px 0 0 -50px;
	border: 12px solid #f3f3f3;
	border-radius: 50%;
	border-top: 12px solid #0075BF;
	-webkit-animation: special_spin-01 2.5s linear infinite;
	animation: special_spin-01 2.5s linear infinite;
	*/
}
.snow {
	height: 80vh;
	position: absolute;
	width: 100%;
	z-index: 1010;
}
/* ################################################################################################################################ */
/* ### overlayMode (End) ### */
/* ################################################################################################################################ */

/* ################################################################################################################################ */
/* ### overlayCalc (Start) ### */
/* ################################################################################################################################ */
#overlayCalc {
	position: fixed;
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	cursor: pointer;
	z-index: 1001;
}
#overlayCalcLoader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90px;
	height: 90px;
	margin: -75px 0 0 -50px;
	border: 12px solid #f3f3f3;
	border-radius: 50%;
	border-top: 12px solid #0075BF;
	-webkit-animation: special_spin-01 2.5s linear infinite;
	animation: special_spin-01 2.5s linear infinite;
}
/* ################################################################################################################################ */
/* ### overlayCalc (End) ### */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ### frame (Start) ### */
/* ################################################################################################################################ */
#overlay_frame {
	position: fixed;
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	z-index: 5001;
}
#layouter_frame {
	position: fixed;
	z-index: 9999999;
}
#layouter_frame iframe {
	overflow: hidden;
	height: 100%;
	width: 100%
}
/* ################################################################################################################################ */
/* ### frame (End) ### */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ### window.onload column1 (Start) ### */
/* ################################################################################################################################ */
#windowonloadCalcCol1 {
	padding-right: 15px;
	padding-left: 15px;
}
#windowonloadCalcCol1Border {
	border-top: 1.5px solid #0075BF;
	border-bottom: 1.5px solid #0075BF;
}
#windowonloadCalcCol1Loader {
	width: 40px;
	height: 40px;
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top: 5px solid #0075BF;
	-webkit-animation: special_spin-01 2.5s linear infinite;
	animation: special_spin-01 2.5s linear infinite;
}
/* ################################################################################################################################ */
/* ### window.onload column1 (End) ### */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ### spin -> overlaycalc column1 (Start) ### */
/* ################################################################################################################################ */
@-webkit-keyframes special_spin-01 {
	  0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes special_spin-01 {
	  0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
/* ################################################################################################################################ */
/* ### spin -> overlaycalc column1 (End) ### */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ### nav mainNav (Start) ### */
/* ################################################################################################################################ */
#mainNav {
	border-bottom: 1px solid rgba(33, 37, 41, 0.1);
	background-color: #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
#mainNav .navbar-brand,
#mainNav .navbar-nologo {
	font-weight: 700 !important;
	font-size: 1.05rem;
	text-transform: uppercase;
	color: #0075BF;
}
#mainNav .navbar-brand object {
	display: inline-block;
	vertical-align: middle;
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: #0075BF;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
	font-size: 0.95rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #212529;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
	color: #0075BF;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
	color: #0075BF !important;
	background-color: transparent;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
	background-color: transparent;
}
div.nav-dropdown,
ul.nav-dropdown {
	padding-left: 10px;
	padding-right: 10px;
	border-top: 0px !important;
	border-right: 1px solid silver !important;
	border-bottom: 1px solid silver !important;
	border-left: 0px !important;
	border-radius: 0 !important;
	background-color: rgba(254, 254, 254, .98);
}
ul#nav-dropdown-search {
	width: 450px;
}
li.dropdown-item.active,
li.dropdown-item:active {
	background-color: rgba(244, 244, 235, 1.00) !important;
}

.dropdown-menu li {
position: relative;
}
.dropdown-icon-right {
position: absolute;
right: 18px;
top: 50%;
transform: translateY(-50%);
}
.dropdown-menu .dropdown-submenu {
border-radius: 0 !important;
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}

@media (min-width: 992px) {
	#mainNav {
		border-color: transparent;
		background-color: rgba(255, 255, 255, 0.5);
	}
	#mainNav .navbar-brand {
		color: #0075BF;
	}
	#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
		color: #ee4b28;
	}
	#mainNav .navbar-nav > li.nav-item > a.nav-link {
		padding: 0.5rem 0.5rem;
	}
	#mainNav .navbar-nav > li.nav-item > a.nav-link,
	#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
		color: #0075BF !important;
	}
	#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
	#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
		color: #ee4b28;
	}
	#mainNav.navbar-shrink {
		border-bottom: 1px solid rgba(33, 37, 41, 0.1);
		background-color: #fff;
	}
	#mainNav.navbar-shrink .navbar-brand {
		color: #0075BF;
	}
	#mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
		color: #ee4b28;
	}
	#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
	#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
		color: #212529;
	}
	#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
	#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
		color: #ee4b28;
	}
}
/* ################################################################################################################################ */
/* ### nav mainNav (End) ### */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ### header (Start) ### */
/* ################################################################################################################################ */
.carousel-item {
	background-position: center center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	#carousel-499478 .carousel-item {
		height: 45vh;
		width: 100%;
	}	
	.carousel-inner,
	.carousel-control-prev,
	.carousel-control-next {
		top: 56px;
		height: 100%;
	}
	.carousel-control-prev,
	.carousel-control-next {
		visibility: hidden;
	}
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	#carousel-499478 .carousel-item {
		height: 45vh;
	}	
	.carousel-inner,
	.carousel-control-prev,
	.carousel-control-next {
		top: 56px;
		height: 100%;
	}
	.carousel-control-prev,
	.carousel-control-next {
		visibility: hidden;
	}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	#carousel-499478 .carousel-item {
		height: 55vh;
	}	
	.carousel-inner,
	.carousel-control-prev,
	.carousel-control-next {
		top: 56px;
		height: 100%;
	}
	.carousel-control-prev,
	.carousel-control-next {
		visibility: hidden;
	}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	#carousel-499478 .carousel-item {
		height: 55vh;
	}	
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1440px) {
	#carousel-499478 .carousel-item {
		height: 55vh;
	}	
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1441px) {
	#carousel-499478 .carousel-item {
		height: 55vh;
	}	
}
/*
header .header-item {
	font-weight: 600;
	color: #0075BF;
	border-right: 1px solid rgba(0,0,0,.125);
	border-bottom: 1px solid rgba(0,0,0,.125);
	background-color: white;
}

*/
.carousel-indicators {
	top: 60px;
}
.carousel-indicators li,
.carousel-indicators li.active {
	vertical-align: top;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: rgba(0,117,191,.5);
}
.carousel-indicators li.active {
	background-color: rgba(238,75,40,0.5);
}
.centered {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-100%, -40%);
}

/*
.carousel-caption {
	top: 40%;
	color: #0075BF;
}
.carousel-indicators {
	top: 15%;
}
.carousel-indicators li,
.carousel-indicators li.active {
	vertical-align: top;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: rgba(0,117,191,.5);
}
.carousel-indicators li.active {
	background-color: rgba(238,75,40,0.5);
}
*/

/* ################################################################ */
/* ### header (Animation) (Start) ### */
/* ################################################################ */
header.masthead {
	height: 100vh;
	/*
	min-height: 500px;
	*/
	padding-top: 0;
	padding-bottom: 0;
	/*
	padding-top: 10rem;
	padding-bottom: calc(10rem - 56px);
	*/
	background: -moz-radial-gradient(circle, cyan, #0078FF);
	background: -o-radial-gradient(circle, cyan, #0078FF);
	background: -webkit-radial-gradient(circle, cyan, #0078FF);
	background: radial-gradient(circle, cyan, #0078FF);
	/* background-image: url("../img/header.jpg"); */
	-moz-background-position: center center;
	-o-background-position: center center;
	-webkit-background-position: center center;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
header.masthead .header-bg-animate {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
header.masthead .header-bg-animate .header-bg-animate-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	margin: -1358px 0 0 -1358px;
}
header.masthead .header-animate-1 {
}
header.masthead hr {
	margin-top: 30px;
	margin-bottom: 30px;
}
header.masthead h1 {
	font-size: 2rem;
}
header.masthead p {
	font-weight: 300;
}
@media (min-width: 768px) {
	header.masthead p {
		font-size: 1.15rem;
	}
}
@media (min-width: 992px) {
	header.masthead h1 {
		font-size: 2.25rem;
	}
}
@media (min-width: 1200px) {
	header.masthead h1 {
		font-size: 3.25rem;
	}
}
form#header-search input[type=text] {
	float: left;
	padding: 10px;
	font-size: 17px;
	border: none;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
	background: white;
}
@media (min-width: 768px) {
	form#header-search input[type=text]  {
		width: 40em;
	}
}
form#header-search button {
	float: left;
	width: 45px;
	padding: 10px;
	background: #0075BF;
	color: white;
	font-size: 17px;
	border: none;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	cursor: pointer;
}
form#header-search button:hover {
	background: #ee4b28;
}
form#header-search::after {
	content: "";
	clear: both;
	display: table;
}
.container-square{
	width: 300px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -150px;
}
.square{
	width: 94%;
	height: 94%;
	background: cyan;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -47% 0 0 -47%;
}
.black{ 
	background: #0075BF; 
	animation: rotate 10s infinite linear;
}
.black_right{ 
	background: #0075BF; 
	animation: rotate_right 15s 1 linear;
}
.black_left{ 
	background: #0075BF; 
	animation: rotate_left 30s 1 linear;
}

.rotation_right{
	animation: rotate_right 60s infinite linear;
}
.rotation_left{
	animation: fadein 4s, rotate_left 60s infinite linear;
}
.slidein {
	animation: slidein 23s;
}
.fadein {
	margin-top: -7%;
	animation: fade0 17s, fadein 6s 17s;
}
.fadeout {
	animation: fadeout 8s;
}
.background_rotation_left {
	animation: fadein 4s, rotate_left 50s linear;
}
.fadetext1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	animation: fadein 6s 0.25s, fadeout 1.75s 6.25s, fade0 0.05s 8s infinite linear;
}
.fadelogo1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	animation: fadein 3s 7s, fade1 0.05s 10s infinite linear;
}
.fadelogo1 object {
	position: relative;
	width: 100%;
}
.fadeline1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	animation: fadein 3s 10.5s, fadeout 1.75s 13.5s, fade0 0.05s 15.25s infinite linear;
}
.fadetext2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	animation: fadein 3s 12s, fadeout 1.75s 15s, fade0 0.05s 16.75s infinite linear;
}
.fadetext3 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	animation: fadein 3s 18s, fade1 0.05s 21s infinite linear;
}
.rss {
	position: absolute;
	left: 50%;
	top: 100%;
	height: 66px;
	transform: translate(-50%, -100%);
	/* background: rgba(0, 117, 191, 0.85); */
	background: rgba(240, 95, 64, 0.95);
}
.fadetext4 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	opacity: 0;
	animation: fadein 4s 7s, fade1 0.05s 10s infinite linear;
}
@keyframes rotate {
	0%{ transform: rotate(0deg); }
	100%{ transform: rotate(360deg); }
}
@keyframes rotate_right {
	0%{ transform: rotate(0deg); }
	100%{ transform: rotate(360deg); }
}
@keyframes rotate_left {
	0%{ transform: rotate(0deg); }
	100%{ transform: rotate(-360deg); }
}
@keyframes slidein {
	from {margin-left: 100%; width: 900%; }
	to { margin-left: 0%; width: 100%; }
}
@keyframes fade0,
@-webkit-keyframes fade0 {
    from { opacity: 0; }
    to   { opacity: 0; }
}
@keyframes fade1 {
    from { opacity: 1; }
    to   { opacity: 1; }
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}
/* ################################################################ */
/* ### header (Animation) (End) ### */
/* ################################################################ */
/* ################################################################################################################################ */
/* ### header (End) ### */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ### nav secondNav (Start) ### */
/* ################################################################################################################################ */
#secondNav.sticky.is-sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 55px;
	z-index: 1000;
	width: 100%;
}
#secondNav {
	padding: 0;
}
#secondNav .container {
	padding-top: 10px;
	height: 70px;
	background-color: white;
}
#secondNav .breadcrumb {
	visibility: hidden;
	margin-top: 10px;
	width: 100%;
    font-weight: 400;
}
#secondNav .breadcrumb > li.breadcrumb-item a {
	color: darkgrey;
}
#secondNav .breadcrumb > li.breadcrumb-item a:hover {
	color: #ee4b28;
}
#secondNav .breadcrumb > li.breadcrumb-item.active {
	color: #0075BF;
}
@media (min-width: 992px) {
	#secondNav .breadcrumb {
		visibility: visible;
		border-right: 1px solid silver;
		border-bottom: 1px solid silver;
		border-radius: 0;
		background-color: white;
	}
}
/* ################################################################################################################################ */
/* ### nav secondNav (End) ### */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ### nav rightNav (Start) ### */
/* ################################################################################################################################ */
/* ################################################################ */
/* ### contact (Start) ### */
/* ################################################################ */
#rightNavContact {
	position: fixed;
	display: flex !important;
	top: 57%;
	right: -250px;
	transition: 0.3s;
	width: 290px;
}
#rightNavContactBtn {
	width: 40px;
	height: 40px;
	text-decoration: none;
	font-size: 20px;
	color: white;
	border-radius: 5px 0 0 5px;
	background-color: #0075BF;
}
#rightNavContactInfo {
	width: 250px;
	height: auto;
	padding: 10px;
	text-align: center;
	color: white;
	border-radius: 0 0 0 5px;
	background-color: #0075BF;
}
#rightNavContactInfo p{
	padding: 0px 10px 10px 10px;
	margin-bottom: -2px;
}
/* ################################################################ */
/* ### Contact (End) ### */
/* ################################################################ */
/* ################################################################ */
/* ### Info, User (Start) ### */
/* ################################################################ */
#rightNavInfo_btn {
	bottom: 120px;
	right: 0;
	width: 40px;
	height: 40px;
	position: fixed;
	text-decoration: none;
	font-size: 20px;
	color: white;
	border-radius: 5px 0 0 5px;
}
#rightNavUser_btn {
	bottom: 165px;
	right: 0;
	width: 40px;
	height: 40px;
	position: fixed;
	text-decoration: none;
	font-size: 20px;
	color: white;
	border-radius: 5px 0 0 5px;
}
/*
#rightNavInfoBtn:hover {
	background-color: #ee4b28;
}
*/
#rightNavInfo_modal .table td, .table th,
#rightNavUser_modal .table td, .table th,
.productconfig .table td, .table th,
.productgroupconfig .table td, .table th {
    padding: .15rem;
    font-size: .75rem;
}
/* ################################################################ */
/* ### Info, User (End) ### */
/* ################################################################ */
/* ################################################################ */
/* ### Jumpup (Start) ### */
/* ################################################################ */
#rightNavJumpupBtn {
	bottom: 75px;
	right: 0;
	width: 40px;
	height: 40px;
	position: fixed;
	text-decoration: none;
	font-size: 20px;
	color: white;
	border-radius: 5px 0 0 5px;
}
/*
#rightNavJumpupBtn:hover {
	background-color: #ee4b28;
}
*/
/* ################################################################ */
/* ### Jumpup (End) ### */
/* ################################################################ */
/* ################################################################################################################################ */
/* ### nav rightNav (Start) ### */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ### section page-main (Start) ### */
/* ################################################################################################################################ */
#page-main .header-item {
	border-right: 1px solid rgba(0,0,0,.125);
	border-bottom: 1px solid rgba(0,0,0,.125);
	background-color: white;
}
.sidebar-item {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}
.has-2-items .sidebar-item {
	height: 100%;
}
.has-2-items .sidebar-item:nth-child(2) {
	bottom: 100%;
}
.make-me-sticky {
	position: relative;
}
@media (min-width: 1024px) {
	.sidebar-item {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.has-2-items .sidebar-item {
		height: 100%;
	}
	.make-me-sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 150px;
	}
}
.jsloeschen {
	display: block;
	margin-top: -35px;
	margin-right: 2px;
	margin-bottom: 1px;
	font-size: 1.25rem;
	text-align: right;
}
.jsloeschen span {
	margin-top: 10px;
}
#CALCFORM .form-group {
	margin-bottom: 0.5rem !important;
}
#CALCFORM .form-group .form-label {
	margin-bottom: 0.25rem !important;
}
#shop-settings.control-group,
#ms-products .control-group,
#ms-productgroups .control-group {
	width: 100%;
}
.ms-container {
	font-size: 0.80rem;
	/*background: transparent url('../_img/arrows-solid.png') no-repeat 329px 83px !important;*/
	background: transparent url('../_img/arrows-solid-color.png') no-repeat 329px 83px !important;
}
.ms-selectable,
.ms-selection {
	width: 45%;
}
.ms-selectable {	
	margin-right: 70px !important;
}
.ms-list {
	width: auto !important;
}
.ms-elem-selected {
	border-bottom: 1px #eee solid !important;
}
.cms {
	font-size: 0.80rem;
}
.cms h1,
.cms h2,
.cms h3,
.cms h4,
.cms h5,
.cms h6 {
	color: #545454;
}
.cms hr {
	max-width: calc(100% - 2rem);
	border-width: 1px;
	border-color: silver;
}
.cms .styletypenone {
	list-style-type: none;
}
/* ################################################################ */
/* ### portfolio_? (Start) ### */
/* ################################################################ */
.portfolio_0 {
	width: 100%;
}
.portfolio_1 {
	width: 100%;
	height: 100%;
	background-image: url("../_img/product_background.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.portfolio_1_new {
	background-image: url("../_img/product_background_new.jpg") !important;
}
.portfolio_0 a {
	width: 100%;
	height: 225px;
}
.portfolio_1 a {
	height: 230px;
}
.portfolio_0 a,
.portfolio_1 a {
	/* fadein for hover */
	-o-transition:.75s;
	-ms-transition:.75s;
	-moz-transition:.75s;
	-webkit-transition:.75s;
	transition:.75s;
}
.portfolio_0 a:hover {
	-webkit-box-shadow: 2.5px 4.5px 7.5px rgba(128, 128, 128, 0.4);
	-moz-box-shadow: 2.5px 4.5px 7.5px rgba(128, 128, 128, 0.4);
	box-shadow: 2.5px 4.5px 7.5px rgba(128, 128, 128, 0.4);
}
.portfolio_1 a:hover {
	-webkit-box-shadow: 5px 5px 7.5px rgba(128, 128, 128, 0.35);
	-moz-box-shadow: 5px 5px 7.5px rgba(128, 128, 128, 0.35);
	box-shadow: 5px 5px 7.5px rgba(128, 128, 128, 0.35);
}
.portfolio_0 .portfolio-box {
	position: relative;
	display: block;
	text-align: center;
}
.portfolio_1 .portfolio-box {
	position: relative;
	display: block;
	max-width: 650px;
	margin: 0 auto;
}
.portfolio_0 .portfolio-box img {
	padding-top: 5px;
	width: auto;
	height: 178px;
	align-items: center;
}
.portfolio_1 .portfolio-box img {
	position: absolute;
	right: 75px;
	bottom: 10px;
	width: 130px;
	height: auto;
}
.portfolio_0 .portfolio-box .product-name {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 0px 8px 0px 8px;
}
.portfolio_0 .portfolio-box .product-name h5 {
	font-size: 0.9rem;
	text-align: center;
	color: #545454;
}
.portfolio_1 .portfolio-box .product-name h5 {
	position: absolute;
	top: 12px;
	left: 17px;
	padding-right: 45px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.9rem;
	color: #545454;
}
.portfolio_0 .portfolio-box .tag {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	font-size: 14px;
	color: #fff;
}
.portfolio_1 .portfolio-box .tag {
	position: absolute;
	font-size: 14px;
	color: #fff;
}
.portfolio_0 .portfolio-box .new,
.portfolio_0 .portfolio-box .discount,
.portfolio_0 .portfolio-box .newdiscount,
.portfolio_0 .portfolio-box .sameday,
.portfolio_0 .portfolio-box .small,
.portfolio_0 .portfolio-box .medium,
.portfolio_0 .portfolio-box .large {
	top: 40px;
	right: -80px;
	width: 200px;
	margin-top: 49px;
	padding: 0;
	text-align: left;
	transform: rotate(90deg);
}
.portfolio_1 .portfolio-box .new,
.portfolio_1 .portfolio-box .discount,
.portfolio_1 .portfolio-box .newdiscount,
.portfolio_1 .portfolio-box .sameday,
.portfolio_1 .portfolio-box .small,
.portfolio_1 .portfolio-box .medium,
.portfolio_1 .portfolio-box .large {
	top: 40px;
	right: -70px;
	width: 200px;
	margin-top: 49px;
	padding: 0;
	text-align: left;
	transform: rotate(90deg);
}
.portfolio_0 .portfolio-box .new,
.portfolio_1 .portfolio-box .new {
	background: rgba(0, 0, 0, 0) url("../_img/stoerer_new.png") no-repeat scroll 0 0;
}
.portfolio_0 .portfolio-box .discount,
.portfolio_1 .portfolio-box .discount {
	background: rgba(0, 0, 0, 0) url("../_img/stoerer_discount.png") no-repeat scroll 0 0;
}
.portfolio_0 .portfolio-box .newdiscount,
.portfolio_1 .portfolio-box .newdiscount {
	background: rgba(0, 0, 0, 0) url("../_img/stoerer_newdiscount.png") no-repeat scroll 0 0;
}
.portfolio_0 .portfolio-box .sameday,
.portfolio_1 .portfolio-box .sameday {
	background: rgba(0, 0, 0, 0) url("../_img/stoerer_sameday.png") no-repeat scroll 0 0;
}
.portfolio_0 .portfolio-box .small,
.portfolio_1 .portfolio-box .small {
	background: rgba(0, 0, 0, 0) url("../_img/stoerer_small.png") no-repeat scroll 0 0;
}
.portfolio_0 .portfolio-box .medium,
.portfolio_1 .portfolio-box .medium {
	background: rgba(0, 0, 0, 0) url("../_img/stoerer_medium.png") no-repeat scroll 0 0;
}
.portfolio_0 .portfolio-box .large,
.portfolio_1 .portfolio-box .large {
	background: rgba(0, 0, 0, 0) url("../_img/stoerer_large.png") no-repeat scroll 0 0;
}
.portfolio_0 .portfolio-box .new .new-text,
.portfolio_0 .portfolio-box .discount .discount-text,
.portfolio_0 .portfolio-box .newdiscount .newdiscount-text,
.portfolio_0 .portfolio-box .sameday .sameday-text,
.portfolio_0 .portfolio-box .small .small-text,
.portfolio_0 .portfolio-box .medium .medium-text,
.portfolio_0 .portfolio-box .large .large-text,
.portfolio_1 .portfolio-box .new .new-text,
.portfolio_1 .portfolio-box .discount .discount-text,
.portfolio_1 .portfolio-box .newdiscount .newdiscount-text,
.portfolio_1 .portfolio-box .sameday .sameday-text,
.portfolio_1 .portfolio-box .small .small-text,
.portfolio_1 .portfolio-box .medium .medium-text,
.portfolio_1 .portfolio-box .large .large-text {
	margin: 0 14px;
}
.portfolio_0 .portfolio-box .material-typ {
	position: absolute;
	/*right: 30px;*/
	/*bottom: 30px;*/
	right: 200px;
	bottom: 170px;
	width: 45px;
	height: 45px;
}
.portfolio_1 .portfolio-box .material-typ {
	position: absolute;
	right: -4px;
	bottom: -4px;
	width: 45px;
	height: 45px;
}
.portfolio_0 .portfolio-box .material-typ>img,
.portfolio_1 .portfolio-box .material-typ>img {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
.portfolio_0 .hover-img {
	position: absolute;
	opacity: 0;
	left: 15px;
	bottom: 0px;
	text-align: center;
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	z-index: 999;
	transition: all 0.6s ease 0s;
}
.portfolio_1 .hover-img {
	position: absolute;
	opacity: 0;
	left: 15px;
	bottom: 0px;
	text-align: center;
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	z-index: 999;
	transition: all 0.5s ease 0s;
}
.portfolio_0:hover .hover-img {
	opacity: 1;
	left: 15px;
	bottom: 45px;
	background-color: rgba(255, 255, 255, .45) !important;
	z-index: 999;
}
.portfolio_1:hover .hover-img {
	opacity: 1;
	bottom: 15px;
	left: 30px;
	background-color: rgba(254, 254, 254, .45) !important;
	z-index: 999;
}
.portfolio_0 .hover-img>ul {
	margin: 5px 4px 5px 4px;
	padding: 0;
	list-style: outside none none;
}
.portfolio_1 .hover-img>ul {
	margin: 5px 7px 5px 7px;
	padding: 0;
	list-style: outside none none;
}
.portfolio_0 .hover-img li,
.portfolio_1 .hover-img li {
	min-width: 27px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px solid rgba(191, 191, 191, 1);
}
.portfolio_0 .hover-img li:last-child,
.portfolio_1 .hover-img li:last-child {
	margin-bottom: 0;
	padding: 0;
	border: medium none;
}
.portfolio_0 .hover-img li a,
.portfolio_0 .hover-img:hover li a,
.portfolio_1 .hover-img li a,
.portfolio_1 .hover-img:hover li a {
	font-size: 17px;
	border: 0;
}
.portfolio_0 .hover-img li a:hover,
.portfolio_1 .hover-img li a:hover {
	color: #bc8246;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none  !important;
	box-shadow: none !important;
}
.portfolio_0 .hover-img .hover-img_dropdown ul,
.portfolio_1 .hover-img .hover-img_dropdown ul {
	overflow: scroll;
	/* height: 105px; */
	border-top: 0px solid silver !important;
	border-right: 1px solid silver !important;
	border-bottom: 1px solid silver !important;
	border-left: 0px solid silver !important;
	border-radius: 0;
	background-color: rgba(254, 254, 254, .95) !important;
}
.portfolio_0 .hover-img .hover-img_dropdown li,
.portfolio_0 .hover-img .hover-img_dropdown li:last-child,
.portfolio_1 .hover-img .hover-img_dropdown li,
.portfolio_1 .hover-img .hover-img_dropdown li:last-child {
	padding: 0px 5px 0px 5px;
	border: 0;
}
.portfolio_0 .hover-img .hover-img_dropdown a,
.portfolio_1 .hover-img .hover-img_dropdown a {
	height: auto !important;
	padding: 0px 5px 0px 5px;
	color: #0075BF;
}
.portfolio_0 .hover-img .hover-img_dropdown a:hover,
.portfolio_1 .hover-img .hover-img_dropdown a:hover {
	color: #bc8246;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none  !important;
	box-shadow: none !important;
}
.portfolio_0 .hover-img .hover-img_dropdown .dropdown-header,
.portfolio_1 .hover-img .hover-img_dropdown .dropdown-header {
	margin: 0px 5px 0px 5px;
	font-size: 1rem;
}
/* ################################################################ */
/* ### portfolio_? (End) ### */
/* ################################################################ */
.product_dropdown ul {
	border-top: 0px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: 0px solid silver;
	border-radius: 0;
	background-color: rgba(254, 254, 254, .95);
}
.product_dropdown a {
	color: #0075BF;
}
.product_dropdown a:hover {
	color: #ee4b28;
}
/* ################################################################ */
/* ### section page-main (productdetail) (Start) ### */
/* ################################################################ */
.admin_button {
	padding-top: .5rem!important;
	border-top: 1.5px solid #6c757d;
}
/* ################################################################ */
/* ### section page-main (productdetail) (End) ### */
/* ################################################################ */
/* ################################################################ */
/* ### section page-main (basket) (Start) ### */
/* ################################################################ */
.btn-min-width {
	min-width: 225px;
}
#basket_index2 .card-body,
#basket_index2 .invoice,
#basket_index2 .delivery,
#basket_index2 .sender,
#basket_index2 .table,
#basket_review .card-body,
#basket_review .invoice,
#basket_review .delivery,
#basket_review .sender,
#basket_review .table,
#basket_finish .card-body,
#basket_finish .invoice,
#basket_finish .delivery,
#basket_finish .sender,
#basket_finish .table {
	font-size: 0.9rem;
}
#basket_index .card-body,
#basket_review .card-body,
#basket_finish .card-body {
	height: 260px;
}
#basket_finish .card-body {
	height: 180px;
}
#basket_index .table-striped tr:nth-child(odd),
#basket_finish .table-striped tr:nth-child(odd) {
	background-color: white;
}
#basket_index .table-striped tr:nth-child(even),
#basket_finish .table-striped tr:nth-child(even) {
	background-color: #f8f9fa;
}
#basket_index .product_options_text,
#basket_finish .product_options_text {
	overflow: auto;
	width: 100%;
	height: 125px;
}
/* ################################################################ */
/* ### section page-main (basket) (End) ### */
/* ################################################################ */
/* ################################################################################################################################ */
/* ### section page-main (End) ### */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ### footer (Start) ### */
/* ################################################################################################################################ */
/* ################################################################ */
/* ### footer page-footer (Start) ### */
/* ################################################################ */
footer.page-footer {
	background-color: #0075BF !important;
	/* background-color: rgba(244, 244, 235, 1.00) !important; */
	color: white;
	/* color: #616161; */
}
footer.page-footer a,
footer.page-footer i,
footer.page-footer i:hover {
	color: white;
}
footer.page-footer a:hover {
	color: #ee4b28
}
footer.page-footer .btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 3px 0;
	margin-left: 10px;
	font-size: 18px;
	line-height: 1.428571429;
	border-radius: 15px;
}
/*
footer.page-footer .btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 25px;
}
footer.page-footer .btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	font-size: 24px;
	line-height: 1.33;
	border-radius: 35px;
}
*/
footer.page-footer .footer-end {
	background-color: rgba(0, 0, 0, 0.1)
}
/* ################################################################ */
/* ### footer page-footer (End) ### */
/* ################################################################ */
/* ################################################################ */
/* ### footer kalk-footer (Start) ### */
/* ################################################################ */
footer.kalk-footer {
	padding-top: 10rem !important;
	font-family: 'PT Mono', monospace;
	background-color: white;
}
footer.kalk-footer thead,
.kalk-footer tfoot {
	color: #0075BF;
}
footer.kalk-footer thead {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
/* ################################################################ */
/* ### footer kalk-footer (End) ### */
/* ################################################################ */
/* ################################################################################################################################ */
/* ### footer (End) ### */
/* ################################################################################################################################ */
/* ### Modal Datei Upload (Start) ### */
/* ################################################################################################################################ */
.stepContainer,
#step-1,
#step-2 {
	max-width: 100%;
}
.stepContainer {
	height: 295px !important;
}
/* ################################################################################################################################ */
/* ### Modal Datei Upload (End) ### */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ### bootstrap 4 modification (Start) ### */
/* ################################################################################################################################ */
.card-header {
	background-color: white;
	border-right: 1px solid rgba(0,0,0,.125);
}
/* ################################################################################################################################ */
/* ### bootstrap 4 modification (End) ### */
/* ################################################################################################################################ */

/* ################################################################################################################################ */
/* ### bootstrap 4 complement (Start) ### */
/* ################################################################################################################################ */
.text-sm,
.input-group-text-sm,
.input-group-text-sm::after,
.custom-file-label-sm,
.custom-file-label-sm::after {
	height: auto !important;
	font-size: .876rem !important;
	padding: .25rem .5rem !important;
}
.input-sm,
.select-sm {
	height: auto !important;
	padding: .25rem .5rem !important;
}
/* ################################################################################################################################ */
/* ### bootstrap 4 complement (End) ### */
/* ################################################################################################################################ */

/* ################################################################################################################################ */
/* ### font-awesome modification (Start) ### */
/* ################################################################################################################################ */
.fa-circle {
	-webkit-animation: fa-spin 2.5s infinite linear;				/* Default 2s */
	animation: fa-spin 2.5s infinite linear;						/* Default 2s */
}
/* ################################################################################################################################ */
/* ### font-awesome modification (End) ### */
/* ################################################################################################################################ */

/* ################################################################################################################################ */
/* ### jquery-file-upload <-> bootstrap 4 complement (Start) ### */
/* ################################################################################################################################ */
.fade.in {
    opacity: 1
}
.fade.out {
    opacity: 0
}
/* ################################################################################################################################ */
/* ### jquery-file-upload <-> bootstrap 4 complement (End) ### */
/* ################################################################################################################################ */




/* ################################################################ */
/* ### Test (Start) ### */
/* ################################################################ */


/* ################################################################ */
/* ### Test (End) ### */
/* ################################################################ */
.listing {
	visibility: hidden;
	margin-bottom: 10px;
	width: 100%;
    font-weight: 400;
}
@media (min-width: 992px) {
	.listing {
		visibility: visible;
		border-right: 1px solid silver;
		border-bottom: 1px solid silver;
		border-radius: 0;
		background-color: white;
	}
}

#products, #productgroups {
	font-size: 0.85rem;
}
.alert {
	margin-bottom: 0rem;
}
/* ################################################################################################################################ */
/* ### cookiedingsbums (Start) ### */
/* ################################################################################################################################ */
#cookiedingsbums {
	position: fixed;
	bottom: 0px;
	width: 100%;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	color: #0075BF;
	text-align: right;
	border-top: 1px solid #0075BF;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 10000;
}
#cookiedingsbums span;
#cookiedingsbums a {
	color: #0075BF;
	text-decoration: none;
	vertical-align: middle;
}
#cookiedingsbums a:hover {
	color: #ee4b28;
	text-decoration: underline;
}
/* ################################################################################################################################ */
/* ### cookiedingsbums (End) ### */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ### papierinfo, zahlartinfo (Start) ### */
/* ################################################################################################################################ */
#papierinfoModal .modal-header h5,
#papierinfoaccordion .btn-link,
#zahlartinfoaccordion .btn-link {
	/*
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 0.9rem;
	*/
	color: black;
	border: none;
	border-radius: 0;
}
#papierinfoaccordion .btn-link:hover,
#papierinfoaccordion .btn-link:focus,
#papierinfoaccordion .btn-link:active,
#zahlartinfoaccordion .btn-link:hover,
#zahlartinfoaccordion .btn-link:focus,
#zahlartinfoaccordion .btn-link:active {
	text-decoration: none;
}
#papierinfoaccordion .panel-heading,
#zahlartinfoaccordion .panel-heading {
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	border-radius: 0;
	background-color: white;
}
#papierinfoaccordion .panel-heading:hover,
#papierinfoaccordion .panel-heading:focus,
#papierinfoaccordion .panel-heading:active,
#zahlartinfoaccordion .panel-heading:hover,
#zahlartinfoaccordion .panel-heading:focus,
#zahlartinfoaccordion .panel-heading:active {
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	border-radius: 0;
	background-color: #dee2e6;
}
#papierinfoaccordion .panel-heading i,
#zahlartinfoaccordion .panel-heading i {
	opacity: .4;
}
#papierinfoaccordion .panel-collapse,
#zahlartinfoaccordion .panel-collapse {
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	border-radius: 0;
}
/* ################################################################################################################################ */
/* ### papierinfo, zahlartinfo (End) ### */
/* ################################################################################################################################ */

/* Carousel
----------------------------------- */
.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out 2.7s;
    position: absolute;
}
.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}
.carousel.carousel-fade .carousel-item:first-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 1.7s;
}
.carousel.carousel-fade .carousel-item:second-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 1.7s;
}
.carousel-item .img-fluid {
    margin: 0 auto;
}

/* Testcode
----------------------------------- */
.myUpload_table {
	width: 100%;
}
.myUpload_table td,
.myUpload_table th {
	border: 0;
}
tr.myUpload_table_rowstart td {
	padding-top: 1rem;
}
tr.myUpload_table_rowend {
	border-bottom: 1px solid #dee2e6 !important;
}
myUpload_table_rowend a {
	width: 200px;
}
.htmlSnippet {
	font-family: 'PT Mono', monospace;
}
.disable_material_typ_icon {
	opacity: 0.25;
}

.btn-svg {
	width: 31px;
	height: 31px;
	padding: 3px 4px 4px 5px;
}
.btn-svg svg {
	width: 21px;
	height: 21px;
}

