/*#region MISCELLANEOUS*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
	-moz-appearance: textfield; /* Firefox */
}
#data_table_filter {
	padding-bottom: 5px;
}

#quickFormSubmit {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 7px;
}

@media (max-width: 575px) {
	#quickFormSubmit { position: relative; }
}

.no-border { border: 0; box-shadow: none; }

.enlarged-image, .enlarged-image img { z-index: 999; transform: scale(1.5); border: 1px solid black; box-shadow: 0 0 6em #333; }

/*Hide element*/
.hide { display: none; visibility: hidden; }

/*Machine Page - Toggle Color*/
button.btn.btn-primary.btn-block.toggle-subassembly.selected { background-color: #7B2A2E; border-color: #7B2A2E; box-shadow: 0 0 1px black; }

/*Main Menu Dropdown*/
#Top_bar .menu li:hover ul.dropdown-menu { display: block; }

@media only screen and (max-width: 767px) {
	.section_wrapper, .container, .four.columns { width: 100% !important; }
}

/*Element that covers forms*/
.blocker { width: 100%; height: 100%; position: absolute; z-index: 10; background-color: rgba(255,255,255,0.6); }

/*PDF Marker*/
.pdf:after { font-family: "mfn-icons"; font-size: 16px; margin-left: 4px; content: '\e800'; }

/*Loader Spinner*/
.loader-wrapper { position: fixed; top: 50%; left: 48%; z-index: 99999999; }

/*#endregion*/

/* FORM VALIDATION */
.required::after {
	content: " *";
	font-weight: bold;
	color: red;
}
label.error {
	color: #c10000;
	font-size: 1em;
	line-height: 18px;
	padding: 5px 0 0;
}
.form-control.error {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
	.form-control.error:focus {
		border-color: #843534;
		box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #ce8483;
	}

.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #bdbdbd;
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #bdbdbd;
}

.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #bdbdbd;
}


/*#region PRINT INVOICE*/

/*Printable Section*/
@media print {
	body { -webkit-print-color-adjust: exact !important; }
	*,
	*:before,
	*:after { box-sizing: border-box; }
	.print-section { margin: 0 auto; font-size: 16px; line-height: 1.4; }
	div#Top_bar, div#Action_bar, div#Subheader, .widgets_wrapper, .footer_copy, #printPage, #dealerNavBar { display: none !important; visibility: hidden; }

	@page { size: 240mm 210mm; margin: 2mm; }
	table { table-layout: auto; }
	td, th { width: auto; padding: 0 1mm 0 1mm; border: 1px solid black; height: 3.8mm; font-size: 3.8mm; line-height: 3.8mm; word-wrap: break-word; }
	table.table-bordered { margin-bottom: 0; }
	table tr th {
		background-color: #C0C0C0 !important;
		color: black !important;
	}
}

/*#endregion*/

/*#region ACTION BAR*/
#Action_bar .contact_details li.slogan { color: #eee; font-family: 'Libre Franklin', sans-serif; font-size: 15px; }

#Action_bar .social-menu li a { font-family: 'Libre Franklin', sans-serif; }

#Action_bar ul#menu-secondary-menu li a:hover { color: #eee; text-decoration: none; }
/*#endregion*/

/*#region TOP BAR*/
.header-classic #Top_bar { background-color: #fff; }

#Top_bar .logo { margin: 0 0px 0 0px; }

#Top_bar .menu > li > a { color: #222; font-family: 'Libre Franklin', sans-serif; font-size: 17px; }

#Top_bar .menu > li:hover > a { color: #000; }

#Top_bar .menu > li.current_page_item > a { color: #222; font-family: 'Libre Franklin', sans-serif; font-size: 17px; }

.dropdown-item:focus, .dropdown-item:hover { background-color: #fff; }

.dropdown-item.active, .dropdown-item:active { color: #000; text-decoration: none; background-color: #fff; }

#Top_bar .menu > li > a span:not(.description) { border-right-width: 0; border-style: none; }

#Top_bar .menu > li ul li a { color: #222; font-family: 'Libre Franklin', sans-serif; font-size: 15px; }

#Top_bar #mobile-navigation { display: none !important; visibility: hidden !important; }

@media only screen and (min-width: 1240px) {
	#Top_bar.is-sticky .logo { margin: 0 30px 0 0px; }

	#Top_bar.is-sticky .menu > li > a:after { bottom: 0px; }

	.menuo-right #Top_bar .menu_wrapper { float: right; }

	#Top_bar .menu > li > a:after { background: none !important; border-color: transparent transparent #cccccc transparent; border-style: solid; border-width: 0 7px 7px; display: block; height: 0; left: 50%; margin-left: -7px; top: auto; bottom: 0; width: 0; }
}

@media only screen and (max-width: 1239px) {
	#Top_bar #menu { background-color: #f8f8f8; }

		#Top_bar #menu ul li a { border-bottom: 1px solid rgba(0,0,0,0.03); }

		#Top_bar #menu ul li ul.dropdown-menu { border: none; border-radius: 0; width: 100% !important; padding: 10px 0; }
		
		#Top_bar #menu ul li div.collapse { border: none; border-radius: 0; width: 100% !important; padding: 10px 0; font-size: 1rem; }
		
		#Top_bar #menu ul li ul li a { padding: 5px 20px 5px 20px; }

		#Top_bar #menu ul li div a { padding: 5px 20px 5px 20px; }
}

@media only screen and (max-width: 1024px) {
	#Top_bar #desktop-navigation { display: none !important; visibility: hidden !important; }

	#Top_bar #mobile-navigation { display: block !important; visibility: visible !important; }

	#Top_bar #logo { padding: 5px 0 15px 0; }

	#Top_bar a.responsive-menu-toggle { top: 20px; }
}

#Top_bar .menu > li > a span:not(.description) { display: block; line-height: 60px; padding: 0px 9px; white-space: nowrap; border-right-width: 1px; }

#Top_bar.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0px;
	height: 90px;
	z-index: 701;
	background: #fff;
	opacity: .97;
	filter: alpha(opacity=97);
	-webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 10%);
}
/*#endregion*/

/*#region HERO SLIDER*/
.rev_slider .headline { color: #fff; font-size: 3.4em; font-weight: 700; line-height: 1.4; }

.rev_slider .description { color: #fff; font-size: 1.5em !important; line-height: 1.4 !important; width: 75% !important; }

.black-line { width: 100%; border-bottom: 10px solid #000; }

@media only screen and (max-width: 768px) {
	div#slide-1-layer-1 img { margin-top: -20px !important; }
}
/*#endregion*/

/*#region CONTENT AREA*/
body .sections_group .entry-content { padding-top: 0px; }

body #Subheader + .sections_group .entry-content { padding-top: 60px; }

.grey { background-color: #eee; padding: 50px 0 50px 0; }

.white { background-color: #fff; }

.white-transparent { background-color: #fff; opacity: .8; padding: 15px 20px 10px 20px; border-radius: 6px; }

#Content img + p.red-title { padding-top: 15px; font-size: 20px; line-height: 1.3; font-weight: 600; }

.centered { position: relative; display: inline-block; width: 100%; text-align: center; }
/*#endregion*/

/*#region TYPOGRAPHY*/
#Subheader .title { font-family: 'Libre Franklin', sans-serif; font-weight: 800; text-transform: uppercase; }

h3.title-icon { font-family: 'Oswald', sans-serif; font-size: 40px; font-weight: 400; line-height: 1.1; }

body p { color: #000; font-family: 'Libre Franklin', sans-serif; font-size: 16px; word-break: break-word; }

b, strong { font-weight: 700 !important; }

p.intro { font-size: 24px; font-weight: 600; line-height: 1.1; }

.red p.intro { color: #fff; }

p.red-title { font-size: 30px; padding-top: 0px; line-height: 1.1; }

p.red-sub-intro { font-size: 18px; line-height: 1.3; }

p.button-holder a { display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; border-radius: .25rem; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; color: #fff; }

	p.button-holder a:hover { background-color: #333; border-color: #222; text-decoration: none; }

	p.button-holder a + a { margin-left: 6px; }

p.button-holder.centered { text-align: center; }

p.outline-button a { display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 2px solid transparent; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; border-radius: .25rem; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; color: #fff; background-color: transparent; border-color: #fff; }

	p.outline-button a:hover { background-color: #333; border-color: #333; text-decoration: none; }

@media only screen and (max-width: 768px) {
	p.button-holder a + a { margin-left: 0; margin-top: 15px; }
}

@media only screen and (max-width: 450px) {
	p.button-holder a { display: block; }
}
/*#endregion*/

/*#region LISTS*/
.container th, .container td { font-family: 'Roboto', sans-serif !important; text-align: center; border: none; }

.container th { color: white; font-family: 'Roboto', sans-serif !important; }

.container td { font-family: 'Roboto', sans-serif !important; }

.table-cursor { cursor: pointer; }

.table-bordered, .table-bordered td, .table-bordered th, .table-bordered tr { border: 1px solid black !important; }

.table-no-border, .table-no-border td, .table-no-border th, .table-no-border tr { border: none !important; }

.text-right td, .text-right th { text-align: right; }

.text-left td, .text-left th { text-align: left; }

#Content .sections_group .entry-content ul { font-size: 13px; margin-bottom: 0px; list-style: none; margin-left: 10px; }

	#Content .sections_group .entry-content ul li:before { font-family: "mfn-icons"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: none !important; width: 1em; margin-right: .2em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; content: '\e914'; position: absolute; left: 0; }

	#Content .sections_group .entry-content ul li { padding: 5px 0 5px 5px; color: #000; font-family: 'Libre Franklin', sans-serif; font-size: 15px; word-break: break-word; line-height: 1.4; position: relative; padding-left: 20px; }

#Content .sections_group .entry-content .mfn-acc ul { margin-left: 0px; }

	#Content .sections_group .entry-content .mfn-acc ul li { list-style: none; }

.additional-part-info {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 20px;
}

/*#endregion*/

/*#region ACCORDION*/
.style-simple .accordion .question {
	height: 100%;
}

#mobile-accordion { display: none !important; visibility: hidden !important; }

@media only screen and (max-width: 1024px) {
	#desktop-accordion { display: none !important; visibility: hidden !important; }

	#mobile-accordion { display: block !important; visibility: visible !important; }
}

.accordion p.red-title { font-size: 22px; cursor: pointer; font-weight: 600; }

.accordion .mfn-acc.accordion_wrapper .container-title + .container-body { padding-bottom: 25px; }

.style-simple .accordion .question .title { font-size: 18px; }

#Content .sections_group .entry-content .mfn-acc ul { margin-left: 0px; margin-top: 6px; }

#Content .sections_group .entry-content .accordion ul li { padding-top: 0; }

.style-simple .accordion .question .title .sub-answer { font-family: 'Roboto', sans-serif; font-size: 18px; }

.style-simple .accordion .question .answer { padding: 0 0 10px 50px; }
/*#endregion*/

/*#region MAP*/
@media only screen and (max-width: 450px) {
	#title { padding: 6px 12px 6px 22px; }

	#pac-card { right: auto !important; width: 100% !important; padding-left: 15px !important; }

	#pac-container { padding-top: 15px !important; padding-bottom: 0px !important; margin-right: 0 !important; width: 100% !important; padding-right: 12px !important; }

	#pac-input { margin-left: 6px !important; padding: 4px 10px 4px 12px !important; width: 100% !important; margin-top: 5px !important; }
}
/*#endregion*/

/*#region FOOTER*/
#Footer .widgets_wrapper .column { display: inline-flex; }

#Footer .footer_copy .one { margin-bottom: 0; padding: 30px 0 30px; }

#Footer .textwidget p { font-size: 18px; }

#Footer .widget_text h3 { font-size: 26px; font-weight: 500; }

#Footer a:hover { text-decoration: none; color: #000; }

#Footer .footer_copy { border-top: none; background-color: #000; color: #ccc; }

	#Footer .footer_copy .copyright { color: #ccc; }

#Footer .widget_text .list_item.lists_2.clearfix { margin-bottom: 10px; }

#Footer .widget_text .list_item .list_left { width: auto; height: auto; font-size: 30px; text-align: left; line-height: 40px; }

#Footer .widget_text .list_item .list_right { margin-left: 40px; padding: 8px 0 0; }

	#Footer .widget_text .list_item .list_right a { font-size: 18px; }

		#Footer .widget_text .list_item .list_right a:hover { text-decoration: none; color: #000; }

#Footer .widget_text .social-footer a i { font-size: 25px; }

#Footer ul.footer-nav-list li { padding-bottom: 4px; }

	#Footer ul.footer-nav-list li a { font-size: 16px; }

		#Footer ul.footer-nav-list li a:hover { text-decoration: none; color: #000; }
/*#endregion*/

/*#region HEADER */
#header .header-top { border-bottom: none; height: 38px; background-color: #000; }

li.nav-item.nav-item-borders.py-2.d-none.d-lg-inline-flex a { border-right: 1px solid #fff; line-height: 0px; }

html #header .text-color-primary { color: #fff !important; }

#header .header-nav { min-height: 60px; }

#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span { color: #fff !important; }

#header .header-nav-features .header-nav-features-cart a { color: #fff !important; }

	#header .header-nav-features .header-nav-features-cart a:hover { text-decoration: none; color: #E23843 !important; }

		#header .header-nav-features .header-nav-features-cart a:hover i { text-decoration: none; color: #E23843 !important; }

@media (min-width: 992px) {
	#header .header-nav { display: block; align-items: center; flex-grow: 1; justify-content: flex-end; align-self: center; }

	#header .header-nav-main nav > ul > li > a { font-size: 13px; font-weight: 600; text-transform: capitalize; }

	#header .header-nav.header-nav-links nav > ul li:hover > a { color: #E23843; text-decoration: none !important; }

	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li > a { color: #fff; }

	#header .header-nav-main nav > ul > li.dropdown i { margin: 1px 0 0 5px; font-size: 10px; }
}

@media (max-width: 991px) {
	div.main { padding-top: 150px; }

	#header .header-nav-main { margin-top: 3px; }

		#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a { color: #fff; }

			#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:active { color: #e3383f; }

		#header .header-nav-main nav > ul li a:active { background-color: transparent; color: #e3383f; }

	a.dropdown-item { color: #000; font-weight: 600; }

	.dropdown-item:focus, .dropdown-item:hover { color: #e3383f; background-color: #444; }

	li.current.dropdown.dropdown-reverse.open a.dropdown-item.dropdown-toggle { color: #e3383f !important; }
}

#header .header-btn-collapse-nav { background: #E13541; }

.modal-backdrop { opacity: .5 }
/*#endregion*/

/*#region PAGE HEADER */
.page-header { margin: 0 0 0 0; }

	.page-header.page-header-modern.page-header-background.page-header-background-md { max-height: 368px; padding: 100px 0; background-size: contain; }

	.page-header.page-header-modern h1 { color: #FFF; margin: 0; font-size: 4rem; font-weight: 700; }

@media (max-width: 991px) {
	.page-header.page-header-modern.page-header-background.page-header-background-md .mt-10 { margin-top: 6rem !important; }
}

@media (max-width: 767px) {
	.page-header.page-header-modern.page-header-background.page-header-background-md { max-height: 275px; height: 275px; }

		.page-header.page-header-modern.page-header-background.page-header-background-md .mt-10 { margin-top: 2rem !important; }

	.page-header.page-header-modern h1 { font-size: 3em; line-height: 1.3; }
}
/*#endregion*/

/*#region MOBILE COLUMNS*/
@media only screen and (max-width: 475px) {
	.col-md-6.column, .col-md-4.column, .col-md-3.column, .col-md-2.column { padding-bottom: 35px; }

		.col-md-6.column:last-child, .col-md-4.column:last-child, .col-md-3.column:last-child, .col-md-2.column:last-child { padding-bottom: 0; }
}
/*#endregion*/

/*#region SNACKBAR */
#snackbar { background-color: #C0101A; color: #fff; text-align: center; border-radius: 2px; padding: 16px; position: fixed; z-index: 999999; top: 16px; font: 18px Roboto, Arial, Tahoma, sans-serif; border: 1px solid black; }
/*#endregion*/

/*#region CARDS */
.card { border-radius: 0; }

.card-background-image-hover { background-size: cover !important; background-position: center; min-height: 250px; background-color: transparent; margin-bottom: 30px; }

	.card-background-image-hover .card-body { background: none; margin: 3rem 0 0 0; }

h4.card-title { color: #fff; font-weight: 600; font-size: 1.50em; }

.card-body .read-more { color: #fff; text-decoration: underline; text-transform: uppercase; font-size: 1em; }

.card a:hover { text-decoration: none !important; }
/*#endregion*/

/*#region LOGIN/ACCOUNT CREATION PAGE*/
.login-form { text-align: center; font-size: 18px; background-color: lightgrey; padding: 20px; width: 50%; margin: auto; }

.login-form input { width: 70%; padding: 8px; margin: 5px; }

.login-form button { width: 30%; margin: 10px }

.login-form h1 { margin-bottom: 20px; }

@media only screen and (max-width: 475px) {
	.login-form { width: 100%; }
	.login-form input { width: 100% }
	.login-form button { width: 50% }
}
/*#endregion*/

/*#region MACHINE LIST TABLE */
.machine-table { display: block; margin-left: 0; margin-right: 0; box-shadow: 0px 0px 20px 0px grey; }

		.machine-table .plan .plan-header a:hover { text-decoration: none; }

		.machine-table .plan .plan-header h3 { color: #FFF; font-size: 35px; font-weight: 700; text-transform: capitalize; margin-bottom: 10px; text-align: center; }

		.machine-table .plan .plan-header h5 { color: #FFF; font-size: 20px; font-weight: normal; line-height: 1; letter-spacing: 0; text-align: center; text-transform: capitalize; margin-bottom: 0; }

	.machine-table .plan .plan-features { border: 1px solid #252525; padding: 0.3rem 0.8rem; }

		.machine-table .plan .plan-features ul li { color: #252525; font-size: 14px; border-bottom: 1px solid #252525; line-height: 4; }

	.machine-table .plan .plan-footer { border: 1px solid #252525; border-top: none; padding: 1.3rem 0.8rem 1.3rem; }

		.machine-table .plan .plan-footer a { font-weight: 600; text-transform: uppercase; }

	.machine-list-img-container, .machine-table .plan .plan-header h3 { transition: height 1s ease; }

.machine-list-img-container { height: 0; overflow: hidden; text-align: center; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: center; }

	.machine-list-img-container a img { width: 255px; height: 180px; }

.machine-table { text-align: center; font-weight: 400; margin-bottom: 30px; background: #fff; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; position: relative; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

	.machine-table:hover { -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5); -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5); box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5); }

.machine-table-sign-up { border-top: 1px solid #ededed; padding: 10px 10px 5px 10px; text-align: center; margin-top: 30px; }

.machine-table-features p { padding: 10px 20px; text-align: center; margin: 10px 0; }

	.machine-table-features p:nth-child(2n) { background: #f8f8f8; padding: 10px 0; }

.machine-table-features, .machine-table-space { background: #fff; }

.machine-table p { font-size: 110%; font-weight: 400; background: #fff; }

	.machine-table p strong { font-weight: 600; }

.machine-table .machine-table-header { color: #fff; padding: 0px; }

.machine-table-header .heading { display: inline-block; width: 100%; padding: 15px 0px; text-transform: uppercase; font-weight: 800; font-size: 18px; }

#subassemblyImage .item img {
	display: block;
	width: 100%;
	height: auto;
}

.subassembly-parts-list-col { width: 55%; }

@media only screen and (max-width: 768px) {
	#subassemblyTitle { margin-left: 20px }
	.subassembly-parts-list-col { width: 100%; }
	.subassembly-parts-list { padding-left: 20px; padding-right: 20px; }
	.row.machine-page { justify-content: center; }

}

/*#endregion*/
/*#region RGA PAGE*/
.core label {
	font-weight: bold;
	margin-top: 10px;
}

.core input, .core textarea, .core select { border: 2px solid lightgray; background-color: beige; }

.core span { text-align: left; text-indent: 5px; padding: 5px 0px; font-size: 0.9em; }

.items { width: 100%; margin-bottom: 10px; }

	.items label { text-align: left; width: 100%; }

.new-item { position: relative; float: right; vertical-align: text-bottom; }

/*#endregion*/

/*#region PRODUCT SUMMARY*/
.summary { background: #fff; border-radius: 3px; border: 1px solid #ddd; margin-bottom: 20px; padding: 25px 19px 18px 25px; position: relative; color: #666; }

.subassemblies { background: #fff; border-radius: 3px; border: 1px solid #ddd; position: relative; color: #666; }

.table.table.table_summary input[type="number"] { width: 55px; }

.table.table.table_summary { border-bottom: 4px solid black; border-top: 4px solid black; }

.table.table_summary { margin-bottom: 3px; }

.table.table_summary thead th { background-color: white !important; border-bottom: 4px solid #ddd; border-left: none; border-right: none; }

.table.table_summary button.btn.btn-danger { margin-left: auto; margin-right: 0; margin-bottom: 0; display: block; }

.table.table_summary tbody td { border-top: 1px solid #ededed; width: 50%; border-left: none; border-right: none; }

.table.table_summary tfoot td { text-align: center; border-top: none; width: 50%; }

.table.table_summary tr.total { font-size: 20px; font-weight: bold; text-transform: uppercase; }
/*#endregion*/

/*#region WARRANTY*/
.totals .form-group.row { margin-bottom: 8px; }

.totals .col-form-label { justify-content: flex-end; }

textarea.form-control { height: auto !important; }

a.deleteRow.removeItem { cursor: pointer; }

label.warranty-title { padding-top: 10px; font-weight: 600; }

button.warranty-type { padding: 8px 14px; border: 1px solid #333; }

h5.modal-title { font-weight: 600; }

#machineInfoDialogModal .modal-body input[type="text"] { border: none !important; -webkit-box-shadow: initial !important; box-shadow: initial !important; }

/*#endregion*/

/*#region MANUAL*/

.manual-accordion { padding: 0px; margin: auto; width: 90%; }

	.manual-accordion button { padding: 4px; margin: 1px; }

	.manual-accordion h2 { padding: 1px; margin: 1px; }

	.manual-accordion a { color: black; }

@media only screen and (max-width: 767px) {
	.manual-accordion .row .col-3 {
		min-width: 100%;
		margin: auto;
	}

	.manual-accordion .row .col-9 {
		margin: auto;
	}
}

/*#endregion*/

table.dataTable thead span.sort-icon {
	display: inline;
	padding-left: 16px;
	width: 15px;
	height: 13px;
	margin-bottom: -1px;
}
table.dataTable thead .sorting span {
	background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_both.png') no-repeat center right;
}
table.dataTable thead .sorting_asc span {
	background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_asc.png') no-repeat center right;
}
table.dataTable thead .sorting_desc span {
	background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_desc.png') no-repeat center right;
}
table.dataTable thead .sorting_asc_disabled span {
	background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_asc_disabled.png') no-repeat center right;
}
table.dataTable thead .sorting_desc_disabled span {
	background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_desc_disabled.png') no-repeat center right;
}