@charset "UTF-8";
@font-face {
	font-family: jnjbodyfont;
	src: url("../fonts/Berthold-akzidenz-grotesk-be-regular.ttf"), url("../fonts/berthold-akzidenz-grotesk-be-regular-webfont.woff2") format("woff2"), url("../fonts/berthold-akzidenz-grotesk-be-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: jnjheadingfont;
	src: url("../fonts/Berthold-akzidenz-grotesk-be-medium.ttf"), url("../fonts/berthold-akzidenz-grotesk-be-regular-webfont.woff2") format("woff2"), url("../fonts/berthold-akzidenz-grotesk-be-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

span.status {
	letter-spacing: -0.2px;
	font-size: 16px;
}

span.status:before {
	content: '';
	margin-right: 8px;
	width: 10px;
	height: 10px;
	background: currentColor;
	display: inline-block;
}

span.status.pending {
	color: #e7b230;
}

span.status.pending:before {
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

span.status.open {
	color: #21b552;
}

span.status.open:before {
	border-radius: 50%;
	border: 2px solid currentColor;
	background: #ffffff;
}

span.status.cancelled {
	color: #ff5a62;
}

span.status.cancelled:before {
	border-radius: 50%;
}

span.status.noicon:before {
	content: none;
}

span.key {
	color: #0a8caa;
	font-family: jnjheadingfont, "Arial Black", sans-serif;
}

button.btn.btn-primary {
	background: #0a8caa;
}

button.btn.rounded {
	border-radius: 20px;
	padding: 8px 24px;
}

@-webkit-keyframes add-tablerow {
	0% {
		opacity: 0;
		width: 50%;
		font-size: 37%;
		margin: -80px auto;
	}
	80% {
		opacity: 0.45;
		width: 100%;
		font-size: 100%;
		margin: 0px auto;
		position: relative;
	}
	100% {
		opacity: 1;
		width: 100%;
		font-size: 100%;
		margin: 0px auto;
		position: relative;
	}
}

@keyframes add-tablerow {
	0% {
		opacity: 0;
		width: 50%;
		font-size: 37%;
		margin: -80px auto;
	}
	80% {
		opacity: 0.45;
		width: 100%;
		font-size: 100%;
		margin: 0px auto;
		position: relative;
	}
	100% {
		opacity: 1;
		width: 100%;
		font-size: 100%;
		margin: 0px auto;
		position: relative;
	}
}

@-webkit-keyframes appear {
	0% {
		opacity: 0;
		-webkit-transform: translate(300px, 0);
		transform: translate(300px, 0);
		visibility: hidden;
	}
	50% {
		opacity: 0.3;
		visibility: visible;
	}
	80% {
		-webkit-transform: translate(-10px, 0px);
		transform: translate(-10px, 0px);
		background: #12c2e9;
		color: #ffffff;
	}
	100% {
		visibility: visible;
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
		opacity: 1;
	}
}

@keyframes appear {
	0% {
		opacity: 0;
		-webkit-transform: translate(300px, 0);
		transform: translate(300px, 0);
		visibility: hidden;
	}
	50% {
		opacity: 0.3;
		visibility: visible;
	}
	80% {
		-webkit-transform: translate(-10px, 0px);
		transform: translate(-10px, 0px);
		background: #12c2e9;
		color: #ffffff;
	}
	100% {
		visibility: visible;
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
		opacity: 1;
	}
}

@-webkit-keyframes disappear {
	0% {
		visibility: visible;
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
		opacity: 1;
		pointer-events: none;
	}
	50% {
		opacity: 1;
		-webkit-transform: translate(-10px, 0px);
		transform: translate(-10px, 0px);
		visibility: visible;
		pointer-events: none;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(300px, 0);
		transform: translate(300px, 0);
		visibility: hidden;
		pointer-events: none;
	}
}

@keyframes disappear {
	0% {
		visibility: visible;
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
		opacity: 1;
		pointer-events: none;
	}
	50% {
		opacity: 1;
		-webkit-transform: translate(-10px, 0px);
		transform: translate(-10px, 0px);
		visibility: visible;
		pointer-events: none;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(300px, 0);
		transform: translate(300px, 0);
		visibility: hidden;
		pointer-events: none;
	}
}

@-webkit-keyframes disappear-child {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	50% {
		-webkit-transform: translate(-10px, 0px);
		transform: translate(-10px, 0px);
	}
	100% {
		-webkit-transform: translate(170px, 0);
		transform: translate(170px, 0);
	}
}

@keyframes disappear-child {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	50% {
		-webkit-transform: translate(-10px, 0px);
		transform: translate(-10px, 0px);
	}
	100% {
		-webkit-transform: translate(170px, 0);
		transform: translate(170px, 0);
	}
}

@-webkit-keyframes reappear-child {
	0% {
		-webkit-transform: translate(170px, 0);
		transform: translate(170px, 0);
	}
	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@keyframes reappear-child {
	0% {
		-webkit-transform: translate(170px, 0);
		transform: translate(170px, 0);
	}
	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@-webkit-keyframes hover-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(900deg);
		transform: rotate(900deg);
	}
}

@keyframes hover-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(900deg);
		transform: rotate(900deg);
	}
}

@-webkit-keyframes hover-spin-reverse {
	0% {
		-webkit-transform: rotate(900deg);
		transform: rotate(900deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes hover-spin-reverse {
	0% {
		-webkit-transform: rotate(900deg);
		transform: rotate(900deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes popup-in {
	0% {
		opacity: 0;
		bottom: 0;
		-webkit-transform: translate(0px, 300vh);
		transform: translate(0px, 300vh);
		visibility: hidden;
	}
	50% {
		visibility: visible;
		-webkit-transform: translate(0px, 10px);
		transform: translate(0px, 10px);
	}
	75% {
		visibility: visible;
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
		opacity: 1;
	}
	100% {
		visibility: visible;
		opacity: 0;
	}
}

@keyframes popup-in {
	0% {
		opacity: 0;
		bottom: 0;
		-webkit-transform: translate(0px, 300vh);
		transform: translate(0px, 300vh);
		visibility: hidden;
	}
	50% {
		visibility: visible;
		-webkit-transform: translate(0px, 10px);
		transform: translate(0px, 10px);
	}
	75% {
		visibility: visible;
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
		opacity: 1;
	}
	100% {
		visibility: visible;
		opacity: 0;
	}
}

.navbar.navbar-static .navbar-header {
	float: left;
}

.navbar .navbar-toggle.toggle-left {
	float: left;
	margin-left: 15px;
}

.navbar .navbar-toggle.toggle-right {
	float: right;
	margin-right: 15px;
}

.navbar .navbar-toggle.toggle-sidebar,
[data-toggle="sidebar"] {
	display: block;
}

.sidebar {
	position: fixed;
	display: block;
	top: 90px;
	bottom: 0;
	z-index: 1000;
	max-height: none;
	overflow: auto;
	background: #ffffff;
}

.sidebar-left {
	left: 0;
}

.sidebar-right {
	right: -10px;
}

.row .sidebar.sidebar-left.sidebar-xs-show {
	left: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.row .sidebar.sidebar-right.sidebar-xs-show {
	right: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

@media (min-width: 768px) {
	.row .sidebar.sidebar-left.sidebar-sm-show {
		left: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.row .sidebar.sidebar-right.sidebar-sm-show {
		right: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@media (min-width: 992px) {
	.row .sidebar.sidebar-left.sidebar-md-show {
		left: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.row .sidebar.sidebar-right.sidebar-md-show {
		right: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@media (min-width: 1170px) {
	.row .sidebar.sidebar-left.sidebar-lg-show {
		left: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.row .sidebar.sidebar-right.sidebar-lg-show {
		right: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.sidebar-animate {
	-webkit-transition: -webkit-transform 300ms ease;
	transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
	transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.sidebar.sidebar-left {
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

.sidebar.sidebar-left.sidebar-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.sidebar.sidebar-right {
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
}

.sidebar.sidebar-right.sidebar-open {
	-webkit-transform: translate(0, 0);
	transform: translate(-8px, 0);
}

.panel__wo-order {
	width: 344px !important;
	z-index: 50;
}

.panel__overlay {
	background-color: rgba(0, 0, 0, 0.25) !important;
}

@media screen and (min-width: 1600px) {
	.panel__overlay {
		background-color: rgba(0, 0, 0, 0) !important;
	}
}

.slide-pane__close {
	background: url(../images/close.svg) no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	float: right;
	-webkit-animation: hover-spin-reverse 2000ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	animation: hover-spin-reverse 2000ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.slide-pane__close:hover {
	cursor: pointer;
	-webkit-animation: hover-spin 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	animation: hover-spin 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transition: all 1s ease-in;
	transition: all 1s ease-in;
}

.images-placeholder {
	width: 120px;
	height: 120px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 33px;
}

.images-placeholder img {
	width: 52px;
	height: 52px;
}

.slide-pane__title-wrapper {
	margin-left: -32px !important;
}

.slide-pane__title-wrapper .slide-pane__title {
	font-family: jnjheadingfont, "Arial Black", sans-serif;
}

.slide-pane__content {
	background: #ffffff;
	position: relative;
	z-index: 100;
}

ul.jnj-tabstyle li {
	border-radius: 0 !important;
}

ul.jnj-tabstyle li a {
	color: #000000;
	border: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-radius: 0 !important;
}

ul.jnj-tabstyle li a:hover {
	color: #b41601;
	background-color: transparent;
	border: 3px solid transparent;
	border-bottom: 3px solid #828282;
}

ul.jnj-tabstyle li.active a {
	border: 3px solid transparent;
	color: #b41601;
	font-family: jnjheadingfont, "Arial Black", sans-serif;
	border-bottom: 3px solid #b41601;
}

ul.jnj-tabstyle li.active a:focus {
	border: 3px solid transparent;
	outline: none;
	color: #b41601;
	border-bottom: 3px solid #b41601;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

ul.jnj-tabstyle li.active a:hover {
	border: 3px solid transparent;
	border-bottom: 3px solid #b41601;
	color: #ffffff;
	-webkit-box-shadow: 0 -50px 0 inset #b41601;
	box-shadow: 0 -50px 0 inset #b41601;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.static-sidebar .sidebar-head {
	padding: 8px 24px;
	background: #901201;
}

.static-sidebar .sidebar-head .sidebar-head-content {
	margin: -16px 0 0 56px;
}

.static-sidebar .sidebar-head .sidebar-head-content h1 {
	font-family: jnjheadingfont, "Arial Black", sans-serif;
	font-size: 20px;
	margin-bottom: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.static-sidebar .sidebar-head .sidebar-head-content:after {
	content: '';
	display: table;
	clear: both;
}

.static-sidebar .sidebar-head .sidebar-head-content-location {
	border-top: 1px solid #eee;
	padding-top: 8px;
}

.static-sidebar .sidebar-head .sidebar-head-content-location--small {
	font-family: jnjheadingfont, "Arial Black", sans-serif;
	font-size: 14px;
	white-space: normal;
}

.static-sidebar .sidebar-head .sidebar-head-content-location--small i.icon {
	display: inline-block;
	height: 24px;
	width: 24px;
	margin: 0 32px;
	vertical-align: middle;
	background-size: contain;
	opacity: 0.54;
}

@media screen and (max-width: 1200px) {
	.static-sidebar .sidebar-head .sidebar-head-content-location--small i.icon {
		margin: 0 -2px;
	}
}

.static-sidebar .sidebar-head .sidebar-head-content-location--small i.icon.icon-change {
	background-image: url(./media/images/outline-compare_arrows-24px.svg);
}

.static-sidebar .sidebar-head .avatar {
	width: 40px;
	height: 40px;
	color: #ffffff;
	background: #b41601;
	font-family: jnjheadingfont, "Arial Black", sans-serif;
	text-align: center;
	border-radius: 50%;
	float: left;
	padding: 8px;
}

@media screen and (max-width: 1200px) {
	.static-sidebar .sidebar-head .avatar {
		margin: 0px -8px 16px;
	}
}

.static-sidebar ul.jnj_sideMenu {
	color: #ffffff !important;
}

.static-sidebar ul.jnj_sideMenu li {
	height: 48px;
}

.static-sidebar ul.jnj_sideMenu li a {
	color: #ffffff;
	font-family: jnjheadingfont, "Arial Black", sans-serif;
	text-transform: uppercase;
	padding: 8px 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.static-sidebar ul.jnj_sideMenu li a i.icon {
	display: inline-block;
	height: 24px;
	width: 24px;
	margin: 0 24px;
	vertical-align: middle;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.54;
	font-style: normal;
}

@media screen and (max-width: 1200px) {
	.static-sidebar ul.jnj_sideMenu li a i.icon {
		margin: 0 24px;
	}
}

.static-sidebar ul.jnj_sideMenu li a i.icon.icon-home {
	background-image: url(../images/home.svg);
}

.static-sidebar ul.jnj_sideMenu li a i.icon.icon-orderhistory {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019%2022%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3Bfont-size%3A22px%3Bfont-family%3AFontAwesome%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctext%20id%3D%22fa-history%22%20class%3D%22cls-1%22%20transform%3D%22translate(0%2019)%22%3E%3Ctspan%20x%3D%220%22%20y%3D%220%22%3E%EF%87%9A%3C%2Ftspan%3E%3C%2Ftext%3E%3C%2Fsvg%3E");
}

.static-sidebar ul.jnj_sideMenu li a i.icon.icon-basket {
	background-image: url(../images/fa-cart-plus.svg);
}

.static-sidebar ul.jnj_sideMenu li a i.icon.icon-iventory {
	background-image: url(../images/outline-all_inbox-24px.svg);
}

.static-sidebar ul.jnj_sideMenu li a i.icon.icon-copy {
	background-image: url(../images/fa-copy.svg);
}

.static-sidebar ul.jnj_sideMenu li a i.icon.icon-report {
	background-image: url(../images/fa-bar-chart.svg);
}

.static-sidebar ul.jnj_sideMenu li a i.icon.icon-users {
	background-image: url(../images/fa-group.svg);
}

.static-sidebar ul.jnj_sideMenu li a i.icon.icon-question {
	background-image: url(../images/outline-help_outline-24px.svg);
}

.static-sidebar ul.jnj_sideMenu li.active {
	border-left: 3px solid #ffffff;
	background: rgba(255, 255, 255, 0.12);
}

.static-sidebar ul.jnj_sideMenu li.active a i {
	opacity: 0.8;
}

.static-sidebar ul.jnj_sideMenu li.active a:hover {
	color: #12c2e9;
}

button.signout {
	position: absolute;
	bottom: 16px;
	font-family: jnjheadingfont, "Arial Black", sans-serif;
	text-transform: uppercase;
	padding: 8px 0;
}

button.signout a {
	color: #ffffff;
}

button.signout i.icon {
	display: inline-block;
	height: 24px;
	width: 24px;
	margin: 0 32px;
	vertical-align: middle;
	background-size: contain;
	opacity: 0.54;
}

@media screen and (max-width: 1200px) {
	button.signout i.icon {
		margin: 0 24px;
	}
}

button.signout i.icon.icon-signout {
	background-image: url(../images/outline-exit_to_app-24px.svg);
}

@media screen and (max-width: 1200px) {
	.hide-minmenu {
		color: transparent;
		font-size: 8px;
		display: none !important;
		-webkit-transition: none !important;
		transition: none !important;
	}
}

@media screen and (min-width: 1200px) {
	.hide-maxmenu {
		display: none !important;
		-webkit-transition: none !important;
		transition: none !important;
	}
}

.fullwidth {
	width: 100%;
}

.highlight {
	color: #0a8caa !important;
}

.truncate {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.text-trans {
	opacity: 0.76;
}

body {
	margin: 0;
	padding: 0;
	font-family: jnjbodyfont, Arial, sans-serif;
	background-color: #f8f8f8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.grid-test [class^='col-sm'] {
	background: rgba(0, 0, 255, 0.3) !important;
}

body.grid-test [class^='col-lg'] {
	background: rgba(0, 128, 0, 0.3) !important;
}

body.grid-test [class^='col-xl'] {
	background: rgba(255, 0, 0, 0.3) !important;
}

body.grid-test table {
	border: 3px dashed purple !important;
}

body.grid-test table td,
body.grid-test table th {
	border: 3px dotted blueviolet !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-family: jnjheadingfont, "Arial Black", sans-serif;
}

.App {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	overflow-x: hidden;
}

.App .container-fluid {
	padding: 0 32px;
	margin-left: 72px;
	padding-left: 32px;
}

@media screen and (min-width: 1200px) {
	.App .container-fluid {
		margin-left: 266px;
		padding-left: 32px;
	}
}

.App-header {
	padding-left: 32px;
	height: 88px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	margin: 0 -32px 0 -32px;
	z-index: 100;
	position: fixed;
	top: 0;
	width: 100%;
}

@media screen and (max-width: 1440px) {
	.App-header {
		width: calc(99vw - 70px);
		padding-left: 32px;
	}
}

.App-header .btn-toolbar button.btn {
	margin: 24px 0;
	margin-right: 320px;
}

@media (max-width: 1440px) {
	.App-header .btn-toolbar button.btn {
		margin-right: 200px;
	}
}

@media (min-width: 520px) and (max-width: 1440px) {
	.App-header .btn-toolbar button.btn {
		margin-right: 50px;
	}
}

@media (max-width: 520px) {
	.App-header .btn-toolbar button.btn {
		margin-right: 30px;
	}
}

.App-header .btn-toolbar button.btn i.icon {
	display: inline-block;
	height: 24px;
	width: 24px;
	vertical-align: middle;
	background-size: contain;
	background-repeat: no-repeat;
}

.App-header .btn-toolbar button.btn i.icon.icon-shopping-cart {
	background-image: url(../images/baseline-shopping_cart-24px.svg);
}

.App-header .familylogo {
	float: left;
	background: url(../images/jnjbrand.svg);
	background-repeat: no-repeat;
	width: 214px;
	height: 71px;
	padding-bottom: 20px;
	margin-top: 10px;
}

.App-header .familylogo .logo {
	padding-top: 8px;
	background: url(../images/jnjCC.svg);
	background-repeat: no-repeat;
	width: 189px;
	height: 60px;
	margin-top: 20px;
}

.row.first-row {
	margin-top: 80px;
}

.dev-menu {
	position: absolute;
	bottom: 0px;
	display: block;
}

@media (min-width: 1200px) and (max-width: 1440px) {
	.content-custom-width {
		width: 100%;
	}
}

@media (min-width: 1600px) {
	.content-custom-width {
		width: calc( 100vw - 609px);
	}
}

.grid-view {
	min-height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.grid-view.long {
	margin-right: -20px !important;
	padding-right: 20px;
}

@media (max-width: 992px) {
	.grid-view {
		overflow: visible;
	}
}

.grid-view .grid-column-label,
.grid-view .row.dashboard .dashboard-cards.table table .table-header th,
.row.dashboard .dashboard-cards.table table .table-header .grid-view th,
.grid-view .row.usermanagement .usermanagement-cards.table table .table-header th,
.row.usermanagement .usermanagement-cards.table table .table-header .grid-view th {
	text-transform: uppercase;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.54) !important;
	padding: 0 8px 8px 0;
	text-align: left;
	font-weight: 400;
	border: none;
}

.grid-view .list-panel {
	padding: 24px 0;
}

.grid-view .list-panel span.key {
	color: #0a8caa;
	font-family: jnjheadingfont, "Arial Black", sans-serif;
}

.grid-view h1.header {
	font-size: 28px;
	position: relative;
	z-index: 10;
}

.grid-view h1.header>* {
	font-family: jnjbodyfont, Arial, sans-serif;
	color: rgba(0, 0, 0, 0.76);
	font-weight: 400;
}

.grid-view h1.header.highlight {
	font-family: jnjheadingfont, "Arial Black", sans-serif !important;
}

.grid-view h1.header .btn-toolbar .dropdown:before {
	content: '';
	border-left: 1px solid rgba(0, 0, 0, 0.13);
	margin-left: 24px;
	line-height: 32px;
	position: relative;
}

.grid-view h1.header .btn-toolbar button.btn {
	margin-left: 24px;
}

.grid-view h1.header .btn-toolbar button.btn i.icon {
	display: inline-block;
	height: 24px;
	width: 24px;
	vertical-align: middle;
	background-size: contain;
	background-repeat: no-repeat;
}

.grid-view h1.header .btn-toolbar button.btn i.icon.icon-print {
	background-image: url(../images/outline-local_printshop-24px.svg);
	opacity: 0.76;
}

.grid-view h1.header .btn-toolbar button.btn i.icon.icon-bell {
	background-image: url(../images/Icons24-outlined-search.svg);
}

.grid-view h1.header .btn-toolbar button.btn#print {
	padding: 8px;
}

.grid-view h1.header .btn-toolbar button.btn#alert {
	padding: 6px;
	position: relative;
}

.grid-view h1.header .btn-toolbar button.btn#alert.has-alert {
	margin-top: 3px;
}

.grid-view h1.header .btn-toolbar button.btn#alert.has-alert .badge-lifted {
	top: -4px;
	right: -4px;
	position: absolute;
	z-index: 10;
}

.grid-view h1.header .btn-toolbar button.btn#alert.has-alert .badge-alert {
	background: #b41601;
	color: #ffffff;
}

.grid-view h1.header .btn-toolbar button.btn#alert:not(.has-alert) .badge {
	display: none;
}

.grid-view h1.header .btn-toolbar.dashboard {
	-webkit-transform: translate(24px);
	transform: translate(24px);
}

.grid-view h1.header .btn-toolbar.dashboard .dropdown button {
	margin-left: 0;
}

.grid-view h1.header .btn-toolbar.dashboard .dropdown:before {
	content: '';
	border: none;
}

.grid-view h1.header .btn-toolbar.dashboard>button {
	margin-right: 24px;
}

.grid-view h1.header .btn-toolbar.child-disappears {
	-webkit-transform: translate(170px, 0);
	transform: translate(170px, 0);
	-webkit-animation: reappear-child 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s forwards;
	animation: reappear-child 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s forwards;
}

@media screen and (min-width: 1440px) {
	.grid-view h1.header .btn-toolbar.child-disappears {
		-webkit-animation: disappear-child 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s forwards;
		animation: disappear-child 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s forwards;
	}
}

@media screen and (max-width: 1200px) {
	.grid-view h1.header {
		margin-bottom: 64px;
	}
}

table.checkin-table {
	border-collapse: separate;
	margin-bottom: 0 !important;
}

table.checkin-table .row-panel {
	border: 1px solid #828282;
}

table.checkin-table .row-panel td {
	padding-bottom: 8px;
	margin: 10px;
	border: none;
}

table.checkin-table .no-items td {
	min-height: 50%;
	text-align: center;
}

table.checkin-table .no-items td img.checkin_image {
	width: 150px;
	display: block;
	margin: 32px auto;
}

div.table-block {
	display: block;
	margin: 0 -1rem -8px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
	padding: 8px 0px;
	border-radius: 4px;
	background: #ffffff;
}

div.table-block table {
	width: 100%;
}

div.table-block table td,
div.table-block table th {
	border: none;
	min-width: 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.table-block table td span.key,
div.table-block table th span.key {
	color: #0a8caa;
	font-family: jnjheadingfont, "Arial Black", sans-serif;
}

div.table-block table.table {
	margin-bottom: 0 !important;
}

div.table-block#tableiteration {
	display: none;
}

 .itemsInTable th {
	width: 100px;
}

.itemsInTable th:first-of-type {
	width: 14%;
	padding-left: 12px !important;
}

table.itemsInTable table td:first-of-type {
	width: 12.8%;
}

.itemsInTable th:nth-of-type(2) {
	width: 29%;
}

table.itemsInTable table td {
	width: 100px;
	margin-left: 24px;
	padding: 8px;
}

table.itemsInTable table td:nth-of-type(2) {
	width: 30%;
}
table.add-table-row {
	-webkit-animation: add-tablerow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	animation: add-tablerow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

div#tableiteration.items1 table#tablerow0:not(:nth-last-of-type(2)) {
	display: none;
}

div#tableiteration.items2 table#tablerow0:not(:nth-last-of-type(2)) {
	display: none;
}

div#tableiteration.items2 table#tablerow1:not(:nth-last-of-type(4)) {
	display: none;
}

div#tableiteration.items3 table#tablerow0:not(:nth-last-of-type(2)) {
	display: none;
}

div#tableiteration.items3 table#tablerow1:not(:nth-last-of-type(4)) {
	display: none;
}

div#tableiteration.items3 table#tablerow2:not(:nth-last-of-type(7)) {
	display: none;
}

div#tableiteration.items4 table#tablerow0:not(:nth-last-of-type(2)) {
	display: none;
}

div#tableiteration.items4 table#tablerow1:not(:nth-last-of-type(4)) {
	display: none;
}

div#tableiteration.items4 table#tablerow2:not(:nth-last-of-type(7)) {
	display: none;
}

div#tableiteration.items4 table#tablerow3:not(:nth-last-of-type(11)) {
	display: none;
}

div#tableiteration.items5 table#tablerow0:not(:nth-last-of-type(2)) {
	display: none;
}

div#tableiteration.items5 table#tablerow1:not(:nth-last-of-type(4)) {
	display: none;
}

div#tableiteration.items5 table#tablerow2:not(:nth-last-of-type(7)) {
	display: none;
}

div#tableiteration.items5 table#tablerow3:not(:nth-last-of-type(11)) {
	display: none;
}

div#tableiteration.items5 table#tablerow4:not(:nth-last-of-type(16)) {
	display: none;
}

div#tableiteration.items6 table#tablerow0:not(:nth-last-of-type(2)) {
	display: none;
}

div#tableiteration.items6 table#tablerow1:not(:nth-last-of-type(4)) {
	display: none;
}

div#tableiteration.items6 table#tablerow2:not(:nth-last-of-type(7)) {
	display: none;
}

div#tableiteration.items6 table#tablerow3:not(:nth-last-of-type(11)) {
	display: none;
}

div#tableiteration.items6 table#tablerow4:not(:nth-last-of-type(16)) {
	display: none;
}

div#tableiteration.items6 table#tablerow5:not(:nth-last-of-type(22)) {
	display: none;
}

div#tableiteration.items7 table#tablerow0:not(:nth-last-of-type(2)) {
	display: none;
}

div#tableiteration.items7 table#tablerow1:not(:nth-last-of-type(4)) {
	display: none;
}

div#tableiteration.items7 table#tablerow2:not(:nth-last-of-type(7)) {
	display: none;
}

div#tableiteration.items7 table#tablerow3:not(:nth-last-of-type(11)) {
	display: none;
}

div#tableiteration.items7 table#tablerow4:not(:nth-last-of-type(16)) {
	display: none;
}

div#tableiteration.items7 table#tablerow5:not(:nth-last-of-type(22)) {
	display: none;
}

div#tableiteration.items7 table#tablerow6:not(:nth-last-of-type(29)) {
	display: none;
}

div#tableiteration.items8 table#tablerow0:not(:nth-last-of-type(2)) {
	display: none;
}

div#tableiteration.items8 table#tablerow1:not(:nth-last-of-type(4)) {
	display: none;
}

div#tableiteration.items8 table#tablerow2:not(:nth-last-of-type(7)) {
	display: none;
}

div#tableiteration.items8 table#tablerow3:not(:nth-last-of-type(11)) {
	display: none;
}

div#tableiteration.items8 table#tablerow4:not(:nth-last-of-type(16)) {
	display: none;
}

div#tableiteration.items8 table#tablerow5:not(:nth-last-of-type(22)) {
	display: none;
}

div#tableiteration.items8 table#tablerow6:not(:nth-last-of-type(29)) {
	display: none;
}

div#tableiteration.items8 table#tablerow7:not(:nth-last-of-type(36)) {
	display: none;
}

div#tableiteration.items9 table#tablerow0:not(:nth-last-of-type(2)) {
	display: none;
}

div#tableiteration.items9 table#tablerow1:not(:nth-last-of-type(4)) {
	display: none;
}

div#tableiteration.items9 table#tablerow2:not(:nth-last-of-type(7)) {
	display: none;
}

div#tableiteration.items9 table#tablerow3:not(:nth-last-of-type(11)) {
	display: none;
}

div#tableiteration.items9 table#tablerow4:not(:nth-last-of-type(16)) {
	display: none;
}

div#tableiteration.items9 table#tablerow5:not(:nth-last-of-type(22)) {
	display: none;
}

div#tableiteration.items9 table#tablerow6:not(:nth-last-of-type(29)) {
	display: none;
}

div#tableiteration.items9 table#tablerow7:not(:nth-last-of-type(36)) {
	display: none;
}

div#tableiteration.items9 table#tablerow8:not(:nth-last-of-type(46)) {
	display: none;
}

div#tableiteration.items10 table#tablerow0:not(:nth-last-of-type(2)) {
	display: none;
}

div#tableiteration.items10 table#tablerow1:not(:nth-last-of-type(4)) {
	display: none;
}

div#tableiteration.items10 table#tablerow2:not(:nth-last-of-type(7)) {
	display: none;
}

div#tableiteration.items10 table#tablerow3:not(:nth-last-of-type(11)) {
	display: none;
}

div#tableiteration.items10 table#tablerow4:not(:nth-last-of-type(16)) {
	display: none;
}

div#tableiteration.items10 table#tablerow5:not(:nth-last-of-type(22)) {
	display: none;
}

div#tableiteration.items10 table#tablerow6:not(:nth-last-of-type(29)) {
	display: none;
}

div#tableiteration.items10 table#tablerow7:not(:nth-last-of-type(36)) {
	display: none;
}

div#tableiteration.items10 table#tablerow8:not(:nth-last-of-type(46)) {
	display: none;
}

div#tableiteration.items10 table#tablerow9:not(:nth-last-of-type(56)) {
	display: none;
}

div#tableiteration.items6 .pull-right.btn-group.sticky,
div#tableiteration.items7 .pull-right.btn-group.sticky,
div#tableiteration.items8 .pull-right.btn-group.sticky,
div#tableiteration.items9 .pull-right.btn-group.sticky,
div#tableiteration.items10 .pull-right.btn-group.sticky {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: white;
	-webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.12);
	box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.12);
	min-height: 60px;
	margin: 0px -24px 0px -24px;
}

div#tableiteration.items6 .pull-right.btn-group.sticky button,
div#tableiteration.items7 .pull-right.btn-group.sticky button,
div#tableiteration.items8 .pull-right.btn-group.sticky button,
div#tableiteration.items9 .pull-right.btn-group.sticky button,
div#tableiteration.items10 .pull-right.btn-group.sticky button {
	margin: 16px 24px;
	width: 110px;
	float: right;
	margin-right: 90px;
}

@media screen and (min-width: 1440px) {
	div#tableiteration.items6 .pull-right.btn-group.sticky button,
	div#tableiteration.items7 .pull-right.btn-group.sticky button,
	div#tableiteration.items8 .pull-right.btn-group.sticky button,
	div#tableiteration.items9 .pull-right.btn-group.sticky button,
	div#tableiteration.items10 .pull-right.btn-group.sticky button {
		margin-right: 290px;
		right: 330px;
	}
}

.static-sidebar {
	position: fixed;
	left: 0;
	top: 0;
	width: 72px;
	background: #b41601;
	height: 100vh;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	padding: 0;
	color: #ffffff !important;
}

@media screen and (min-width: 1200px) {
	.static-sidebar {
		width: 265px !important;
		-webkit-transition: width 0.15s ease-in-out;
		transition: width 0.15s ease-in-out;
	}
}

@media (min-width: 1440px) {
	.hide-narrow-table {
		display: none;
	}
}

@media (max-width: 520px) {
	.hide-narrow-table {
		display: none;
	}
}

@media (min-width: 1440px) {
	.show-narrow-table {
		display: block;
	}
}

@media (max-width: 520px) {
	.show-narrow-table {
		display: block;
	}
}

.checkin-form {
	-webkit-transition: border 0.5s ease-in-out;
	transition: border 0.5s ease-in-out;
}

.checkin-form .form-group.has-errors input.error+.help-block {
	color: #ff5a62;
	display: block;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.checkin-form .form-group.has-errors button[type="submit"] {
	pointer-events: none;
}

.checkin-form .form-group .help-block {
	display: none;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.checkin-form input[type='text'],
.checkin-form input[type='email'],
.checkin-form input[type='date'],
.checkin-form input[type='number'] {
	height: 40px;
	margin-bottom: 8px;
	border-radius: 3px;
}

.checkin-form input[type='number'] {
	width: 111px;
}

.checkin-form input:focus {
	border: #0a8caa 1px solid;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.checkin-form input.error {
	border: #ff5a62 2px solid;
}

.checkin-form label {
	font-family: jnjbodyfont, Arial, sans-serif;
	color: rgba(0, 0, 0, 0.76);
	opacity: 0.54;
	font-weight: 400;
}

.checkin-form input:disabled {
	background: rgba(0, 0, 0, 0.08);
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.checkin-form input[readonly] {
	background-color: #ffffff !important;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.checkin-form .radio label,
.checkin-form .checkbox label {
	font-size: 16px;
	font-family: jnjbodyfont, Arial, sans-serif;
	color: rgba(0, 0, 0, 0.76);
	font-weight: 400;
	opacity: 1;
}

.checkin-form textarea {
	white-space: normal;
}

.persistant {
	-webkit-box-shadow: -10px 8px 15px rgba(0, 0, 0, 0.2);
	box-shadow: -10px 8px 15px rgba(0, 0, 0, 0.2);
	margin: 0px 0px 0px 0px;
	z-index: 10;
}

button#saveButton {
	display: none;
	-webkit-animation: none;
	animation: none;
}

body.ReactModal__Body--open .persistant {
	display: none;
}

.checkin-complete-modal .modal-dialog {
	width: 360px !important;
}

.checkin-complete-modal .modal-dialog .modal-image {
	width: 52px;
	display: block;
	margin: 18px auto;
}

.checkin-complete-modal .modal-dialog .modal-header {
	font-size: 24px;
	font-family: jnjheadingfont, "Arial Black", sans-serif;
	border: none;
}

.checkin-complete-modal .modal-dialog .sub-header {
	font-family: jnjbodyfont, Arial, sans-serif;
	color: rgba(0, 0, 0, 0.76);
	font-size: 16px;
	margin-bottom: 48px;
}

.checkin-complete-modal .modal-dialog p.specs {
	border-bottom: 1px solid #eee;
	text-align: left;
	padding: 8px;
}

.checkin-complete-modal .modal-dialog p.specs span {
	float: right;
}

.dropdown .moremenu {
	float: right;
	width: 20px;
	background: url(../images/Icons24-outlined-More.svg);
	background-repeat: no-repeat;
	height: 20px;
	color: transparent;
	overflow: hidden;
}

.dropdown .moremenu:hover,
.dropdown .moremenu:focus {
	color: transparent;
}

.row.dashboard {
	margin-top: 24px;
}

.row.dashboard .dashboard-cards-holder {
	margin-bottom: 16px;
}

.row.dashboard .dashboard-cards-card {
	padding: 16px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	background: #ffffff;
	border-radius: 2px;
	min-height: 20vh;
}

.row.dashboard .dashboard-cards-number {
	font-size: 48px;
	font-family: jnjheadingfont, "Arial Black", sans-serif;
	float: left;
	letter-spacing: -3.5px;
	margin: 16px 16px 0 8px;
	line-height: 1;
}

.row.dashboard .dashboard-cards-title {
	font-size: 16px;
	font-family: jnjbodyfont, Arial, sans-serif;
	opacity: 0.65;
	margin: 16px 24px 0 0;
	word-wrap: whole;
}

.row.dashboard .dashboard-cards-footer {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 16px 0 0;
}

.row.dashboard .dashboard-cards-average {
	font-size: 14px;
	font-family: jnjbodyfont, Arial, sans-serif;
	opacity: 0.65;
}

.row.dashboard .dashboard-cards-heading {
	font-family: jnjheadingfont, "Arial Black", sans-serif;
	font-size: 20px;
	margin: 0 0 32px;
}

.row.dashboard .dashboard-cards-status {
	font-size: 14px;
}

.row.dashboard .dashboard-cards-status.status-plus {
	color: #b41601;
}

.row.dashboard .dashboard-cards-status.status-min {
	color: #189383;
}

.row.dashboard .dashboard-cards.table table td {
	border: 1px solid rgba(0, 0, 0, 0.08);
}

.row.dashboard .dashboard-cards.table table .table-header th:first-of-type {
	width: 24%;
}

.row.dashboard .dashboard-cards.table table .table-header th:nth-of-type(2) {
	width: 18%;
}

.row.dashboard .dashboard-cards.table table span.key {
	color: #0a8caa;
	font-family: jnjheadingfont, "Arial Black", sans-serif;
}

.row.dashboard.dashboard-graphrow .dashboard-cards-card {
	min-height: 35vh;
}

.row.usermanagement {
	margin-top: 24px;
}

.row.usermanagement .usermanagement-cards-holder {
	margin-bottom: 16px;
}

.row.usermanagement .usermanagement-cards-card {
	padding: 32px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	background: #ffffff;
	border-radius: 2px;
	min-height: 100px;
}

.row.usermanagement .usermanagement-cards-card .usermanagement-search {
	width: 80%;
	font-size: 16px;
	padding: 24px;
	height: 52px;
	border-radius: 26px;
	border: 1px solid rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
}

.row.usermanagement .usermanagement-cards-card .usermanagement-search-label {
	font-size: 16px;
	font-weight: 400;
}

.row.usermanagement .usermanagement-cards-card .usermanagement-search-label:after {
	content: '';
	background: url(../images/search.svg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 100;
	right: 70px;
}

.row.usermanagement .usermanagement-cards-title {
	font-size: 18px;
	font-family: jnjheadingfont, "Arial Black", sans-serif;
	margin: 16px 24px 0 0;
	word-wrap: whole;
}

.row.usermanagement .usermanagement-cards-footer {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 16px 0 0;
}

.row.usermanagement .usermanagement-cards-average {
	font-size: 14px;
	font-family: jnjbodyfont, Arial, sans-serif;
	opacity: 0.65;
}

.row.usermanagement .usermanagement-cards-heading {
	font-family: jnjheadingfont, "Arial Black", sans-serif;
	font-size: 20px;
	margin: 0 0 32px;
}

.row.usermanagement .usermanagement-cards-heading>* {
	font-family: jnjbodyfont, Arial, sans-serif;
	color: rgba(0, 0, 0, 0.76);
	font-weight: 400;
}

.row.usermanagement .usermanagement-cards-heading legend {
	float: left;
	margin-right: 8px;
	border: none;
	width: auto;
}

.row.usermanagement .usermanagement-cards-heading legend label {
	font-weight: 400;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.76);
}

.row.usermanagement .usermanagement-cards-heading legend select {
	color: rgba(0, 0, 0, 0.76);
	font-size: 14px;
}

.row.usermanagement .usermanagement-cards-status {
	font-size: 14px;
}

.row.usermanagement .usermanagement-cards-status.status-plus {
	color: #b41601;
}

.row.usermanagement .usermanagement-cards-status.status-min {
	color: #189383;
}

.row.usermanagement .usermanagement-cards.table table {
	background: #f8f8f8;
}

.row.usermanagement .usermanagement-cards.table table div.table-block {
	background: #ffffff;
}

.row.usermanagement .usermanagement-cards.table table div.table-block>table {
	background: #ffffff;
}

.row.usermanagement .usermanagement-cards.table table div.table-block>table td {
	vertical-align: middle;
}

.row.usermanagement .usermanagement-cards.table table div.table-block>table td button {
	float: right;
	margin-left: -56px;
}

.row.usermanagement .usermanagement-cards.table table .table-header th:first-of-type {
	width: 24%;
}

.row.usermanagement .usermanagement-cards.table table .table-header th:nth-of-type(2) {
	width: 18%;
}

.row.usermanagement .usermanagement-cards.table table span.key {
	color: #0a8caa;
	font-family: jnjheadingfont, "Arial Black", sans-serif;
}

.row.usermanagement .usermanagement-cards.usermanagement-pagination {
	margin: 8px 24px;
}

.row.usermanagement .usermanagement-cards.usermanagement-pagination .download-links {
	font-size: 16px;
	padding-top: 10px;
}

.row.usermanagement .usermanagement-cards.usermanagement-pagination .download-links a {
	margin: 0 16px;
}

.row.usermanagement .usermanagement-cards.usermanagement-pagination .download-links .text-trans {
	color: rgba(0, 0, 0, 0.08);
}

.row.usermanagement .usermanagement-cards.usermanagement-pagination nav span.pagination-info {
	opacity: 0.54;
	-webkit-transform: translate(0, -13px);
	transform: translate(0, -13px);
	display: inline-block;
}

.btn-toolbar.button-footer {
	margin-right: 20px;
}

.btn-toolbar.button-footer button.btn {
	margin-left: 24px;
}

.btn-toolbar.button-footer button.btn i.icon {
	display: inline-block;
	height: 24px;
	width: 24px;
	vertical-align: middle;
	background-size: contain;
	background-repeat: no-repeat;
}

.btn-toolbar.button-footer button.btn i.icon.icon-print {
	background-image: url(../images/outline-local_printshop-24px.svg);
	opacity: 0.76;
}

.btn-toolbar.button-footer button.btn i.icon.icon-bell {
	background-image: url(../images/Icons24-outlined-search.svg);
}

.btn-toolbar.button-footer button.btn#print {
	padding: 8px;
}

.usermanagement-cards-content .border-right {
	border-right: 1px solid rgba(0, 0, 0, 0.26);
}

.usermanagement-cards-content .form-group {
	-webkit-transition: border 0.5s ease-in-out;
	transition: border 0.5s ease-in-out;
}

.usermanagement-cards-content .form-group .form-group.has-errors input.error+.help-block {
	color: #ff5a62;
	display: block;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.usermanagement-cards-content .form-group .form-group.has-errors button[type="submit"] {
	pointer-events: none;
}

.usermanagement-cards-content .form-group .form-group .help-block {
	display: none;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.usermanagement-cards-content .form-group input[type='text'],
.usermanagement-cards-content .form-group input[type='email'],
.usermanagement-cards-content .form-group input[type='date'],
.usermanagement-cards-content .form-group input[type='number'] {
	height: 40px;
	margin-bottom: 8px;
	border-radius: 3px;
}

.usermanagement-cards-content .form-group input[type='number'] {
	width: 111px;
}

.usermanagement-cards-content .form-group input:focus {
	border: #0a8caa 1px solid;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.usermanagement-cards-content .form-group input.error {
	border: #ff5a62 2px solid;
}

.usermanagement-cards-content .form-group label {
	font-family: jnjbodyfont, Arial, sans-serif;
	color: rgba(0, 0, 0, 0.76);
	opacity: 0.54;
	font-weight: 400;
}

.usermanagement-cards-content .form-group input:disabled {
	background: rgba(0, 0, 0, 0.08);
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.usermanagement-cards-content .form-group input[readonly] {
	background-color: #ffffff !important;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.usermanagement-cards-content .form-group .radio label,
.usermanagement-cards-content .form-group .checkbox label {
	font-size: 16px;
	font-family: jnjbodyfont, Arial, sans-serif;
	color: rgba(0, 0, 0, 0.76);
	font-weight: 400;
	opacity: 1;
}

.usermanagement-cards-content .form-group textarea {
	white-space: normal;
}

h3.usermanagement-cards-heading.heading-toggle:hover {
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06);
}

.usermanagement-cards.edit button.btn.toggle-button {
	position: relative;
	padding: 0;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	width: 24px;
	height: 24px;
	font-weight: 700;
}

.usermanagement-cards.edit button.btn.toggle-button.collapsed {
	background: transparent;
	color: transparent;
	border: 3px solid rgba(0, 0, 0, 0.54);
	border-radius: 50%;
}

.usermanagement-cards.edit button.btn.toggle-button.collapsed:after {
	content: '+';
	color: rgba(0, 0, 0, 0.54);
	font-size: 16px;
	text-align: center;
	line-height: 2rem;
}

.usermanagement-cards.edit button.btn.toggle-button:not(.collapsed) {
	color: transparent;
	border: 3px solid rgba(0, 0, 0, 0.54);
	border-radius: 50%;
}

.usermanagement-cards.edit button.btn.toggle-button:not(.collapsed):after {
	content: '−';
	color: rgba(0, 0, 0, 0.54);
	font-size: 16px;
	text-align: center;
	line-height: 2rem;
}

#popup {
	width: 100%;
	position: fixed;
	bottom: 0px;
	min-height: 60px;
	display: none;
	opacity: 0;
}

#popup .popup.alert {
	min-width: 265px;
	padding: 24px;
	background: #323232;
	color: rgba(255, 255, 255, 0.76);
	font-size: 16px;
	position: fixed;
	bottom: 0;
	display: block;
	left: 12%;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.26);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.26);
}

#popup .popup.alert i.icon {
	margin-right: 24px;
	display: inline-block;
	height: 24px;
	width: 24px;
	vertical-align: middle;
	background-size: contain;
	background-repeat: no-repeat;
}

#popup .popup.alert i.icon.icon-check {
	background-image: url(../images/check.svg);
}

#popup .popup.alert i.icon.icon-wrong {
	margin-right: 7px !important;
	background-image: url(../images/wrongtrans.svg);
	margin-top: 7px !important;
}

#popup.popup-show {
	display: block;
	-webkit-animation: popup-in 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
	animation: popup-in 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}

.trExpiryDate {
	width: 85px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.slide-pane__header {
	background: transparent !important;
	border-bottom: none !important;
	font-family: jnjheadingfont, "Arial Black", sans-serif;
	font-size: 20px;
	margin-top: 10px !important;
}

.itemsOutQuan {
	padding-left: 20px !important;
}

.itemNoIF {
	width: 30px !important;
}

.prodCodeIF {
	width: 100px !important;
}

.itemsInTableFromOrderParent {
	margin: 0 !important;
}

.itemsInTableFromOrder th:nth-of-type(1) {
	width: 15% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
	word-break: break-word;
	max-width: 60px;
}

.itemsInTableFromOrder th:nth-of-type(2) {
	width: 15% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
	word-break: break-word;
	max-width: 60px;
}

.itemsInTableFromOrder th:nth-of-type(3) {
	width: 10% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
}

.itemsInTableFromOrder th:nth-of-type(4) {
	width: 6% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
	word-break: break-word;
	max-width: 60px;
}

.itemsInTableFromOrder th:nth-of-type(5) {
	width: 15% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
}

.itemsInTableFromOrder th:nth-of-type(6) {
	width: 10% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
}

.itemsInTableFromOrder th:nth-of-type(7) {
	width: 10% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
}

.itemsInTableFromOrder th:nth-of-type(8) {
	width: 10% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
}

.itemsInTableFromOrder td:nth-of-type(1) {
	width: 15% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
}

.itemsInTableFromOrder td:nth-of-type(2) {
	width: 15% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
}

.itemsInTableFromOrder td:nth-of-type(3) {
	width: 10% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
}

.itemsInTableFromOrder td:nth-of-type(4) {
	width: 5% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
}

.itemsInTableFromOrder td:nth-of-type(5) {
	width: 15% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
}

.itemsInTableFromOrder td:nth-of-type(6) {
	width: 10% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
}

.itemsInTableFromOrder td:nth-of-type(7) {
	width: 10% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
}

.itemsInTableFromOrder td:nth-of-type(8) {
	width: 10% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
}