










/************************************************************
 * html components redefined
 ************************************************************/
body {
	color: #606060;
	background-color: #f8f9fa !important;

	background-image: url('/branding/image?clientBrandingKey=5&image=globalBgImage');
	background-repeat: repeat-x;
	background-position: 0 0;

}

table {
color: #606060;
	background-color: transparent;
}

table tr th,
table.tableDataListing tr th{
color: #FFFFFF;
background-color: #76a0c4;
}

a {
color: #4088ce !important;;
}

a:hover {
color: #4981b1;
}

/************************************************************
 * MASTER unique (div) elements per page
 ************************************************************/


/* Ensure that tables in the page header get the header fg color, and not the table color. */
#pageHeaderContainer table tr td {
	background-color: transparent;
color: #606060;
color: #606060;

	background-image: url('/branding/image?clientBrandingKey=5&image=pageHeaderBgImage');
background-repeat: repeat-x;
	background-position: 0 0;

}

#pageHeaderContainer {
	position: relative;
	top: 0;
	left: 0;
	z-index: 13;
background-color: #FFFFFF;

	background-image: url('/branding/image?clientBrandingKey=5&image=pageHeaderBgImage');
background-repeat: repeat-x;
	background-position: 0 0;

color: #606060;
	width: 100%;
	height: 85px;
	margin: 0;
	padding: 0;
box-shadow: 1px 1px 2px #e0e0e0;
}


#contentContainer {
	position: absolute;
	top: 85px;

	left: 168px;

	margin: 0;
	padding: 13px 0 32px 0;
	z-index: 0;
	background-color: transparent;
	width: calc(100% - 180px);
	min-width: 900px;   
}
#contentContainer-help {
	position: absolute;
	top: 85px;

	left: 194px;

	margin: 0;
	padding: 13px 0 32px 0;
	z-index: 0;
	background-color: transparent;
	width: calc(100% - 180px);
	min-width: 900px;   
}


#actionMessage {

	height: 70px;

	width: 420px;
	margin: 0px;
	padding: 3px;
	background-color: transparent;
	font-size: 10pt;
	overflow: auto;
}

#youAreHereBar {
	font-family: Helvetica, Arial, sans-serif;
	height: 32px;
	background: #f3f3f3;
	box-shadow: 1px 1px 1px #aaaaaa88;
	border-radius: .25rem;
	float: left;
	padding: 0 8px 0 8px;
	line-height: 32px;
	font-weight: bold;
	font-size: 14px;
}

#youAreHereBar span a {
	height: 32px;
	padding: 0 4px 0 4px;
}

#youAreHereBar tr {
	height: 19px;
}
#youAreHereBar td.link {
	padding-left: 6px;
	padding-right: 6px;
	background-image: url('/images/youarehere/background.png');
}
#youAreHereBar a {
	color: #333333;
}

#relatedActivitiesBar {
	position: relative;
	float: right;
	width: 250px;
	margin-right: 32px;
	padding-bottom: 5px;
	border: 1px solid rgba(0,0,0,.4);
	border-radius: 6px 6px 4px 4px;
}

#relatedActivitiesBar a {
	width: 100%;
}

/************************************************************
 * SECONDARY unique (div) elements per page
 ************************************************************/

#headerTitle {
	position: absolute;
	left: 8px;
	z-index: 13;
	background-image: url('/vendorlogo?logoType=SL');
	background-repeat: no-repeat;
	background-position: left;
	margin: 0 0 0 8px;
	width: 250px;
	height: 85px;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	line-height: 16px;
}

@media (max-width: 575px) {
	.button-header-brand.button-logout {
		font-size: 10pt !important;
		margin-top: 0 !important;
		height: 32px;
		line-height: 32px;
	}

	.button-header-brand img {
		margin-top: 6px !important;
	}

	#pageHeaderContainer .user-name {
		right: 16px;
		left: unset !important;
	}
}

#headerNavAndUserData {
	position: relative;
	top: 11pt;
	right: 16px;
	float: right;
	width: 290px;
}

#headerNavAndUserDataWebClient {
	position: relative;
	top: 10px;
	right: 16px;
	float: right;
	width: 100%;
    padding-top: 7px;
	height: 72px;
	box-sizing: border-box;
}

#pageHeaderContainer .user-name {
	position: absolute;
	left: 16px;
	bottom: 0;
	margin-bottom: 4px;
	text-align: left;
}

#pageHeaderContainer .user-name img {
	margin-bottom: 6px;
}

@media (min-width: 576px) {
	#pageHeaderContainer .user-name {
		position: absolute;
		right: 16px;
		bottom: 0;
		margin-bottom: 4px;
		text-align: right;
	}
}

/************************************************************
 * menu definition elements
 ************************************************************/

/******  Menu Positioning Rules *********/

#navMenuContainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navMenuContainer li {
	position: relative;
	margin-top: -1px;
}

#navMenuContainer.expandOverMenu li ul,
#navMenuContainer.expandDownMenu li ul,
#navMenuContainer.expandRightMenu li ul {
	display: none;
	overflow: visible;
	list-style: none;
}
#navMenuContainer.alwaysVisibleMenu li ul {
	overflow: visible;
	list-style: none;
}

#navMenuContainer.expandOverMenu ul,
#navMenuContainer.expandDownMenu ul,
#navMenuContainer.expandRightMenu ul {
	margin-top: 3px;
}

#navMenuContainer.expandOverMenu ul li ul {
	position: absolute;
	top: 14px;
	left: 30px;
}

#navMenuContainer.expandDownMenu ul li ul {
	position: relative;
	top: -3px;
	left: 3px;
}

#navMenuContainer.alwaysVisibleMenu ul li ul {
	position: relative;
	top: -1px;
}

/******  Menu Behavior Rules *********/

/* When hovering over a list item, display that item's menu. */
#navMenuContainer.expandOverMenu li:hover ul,
#navMenuContainer.expandDownMenu li:hover ul,
#navMenuContainer.expandRightMenu li:hover ul,
#navMenuContainer.expandOverMenu li.forceHover ul,
#navMenuContainer.expandDownMenu li.forceHover ul,
#navMenuContainer.expandRightMenu li.forceHover ul {
	display: block;
	z-index: 12;
}

/* When hovering over a list item, do not display that item's children's menus. */
#navMenuContainer.expandOverMenu li:hover ul ul,
#navMenuContainer.expandDownMenu li:hover ul ul,
#navMenuContainer.expandRightMenu li:hover ul ul,
#navMenuContainer.expandOverMenu li.forceHover ul ul,
#navMenuContainer.expandDownMenu li.forceHover ul ul,
#navMenuContainer.expandRightMenu li.forceHover ul ul {
	display: none;
	z-index: 12;
}

/* When hovering over a list item, display that item's children's menus when hovered. */
/* Note that without this block, the 3rd menu level will not show if hovering over the 2nd menu level. */
/* This may mean that for every next menu depth needed, 1 new CSS entry needs to be added. Not sure. */
#navMenuContainer.expandOverMenu li ul li:hover ul,
#navMenuContainer.expandDownMenu li ul li:hover ul,
#navMenuContainer.expandRightMenu li ul li:hover ul,
#navMenuContainer.expandOverMenu li ul li.forceHover ul,
#navMenuContainer.expandDownMenu li ul li.forceHover ul,
#navMenuContainer.expandRightMenu li ul li.forceHover ul {
	display: block;
	z-index: 12;
}

/************************************************************
 * reusable classes / components
 ************************************************************/

/** Used to base floating elements that behave like icons for positioning in a windows folder. */
div.baseFloaty, div.tileFloaty {
	float: left;
	clear: none;
	color: inherit;
	background-color: inherit;
	/** Float elements MUST have a height specified, so give a provisional one here. */
	width: auto;
	height: 20px;
}

/** Used to create floating tiles that behave like icons for appearance and positioning in a windows folder. */
div.tileFloaty {
	overflow: hidden;
	width: 150px;
	height: 50px;
	height: 50px;
	margin: 1px;
	padding: 1px;
}

/** Elements coming after floaties will be on the same line as they are. Use this self-contained div after the floaties to push them down. */
div.endFloaty {
	clear: both;
	width: 1px;
	height: 0;
	margin: 0;
	padding: 0;
}

/** Properties of the color picker table. */
table.colorPicker {
	border-collapse: separate;
	border-spacing: 1px 1px;
	empty-cells: show;
}

/** Size of a clickable box in the color picker table. */
table.colorPicker tr td {
	width: 15px;
	height: 15px;
}

/** Properties of a link in the color picker table. */
table.colorPicker tr td {
	cursor: pointer;    

}

/** Properties of a hovered link in the color picker table. */
table.colorPicker tr td a:hover {
	text-decoration: none;
}

.user-link-header {
	float: right;
	margin-top: 24px;
}

.user-link-header img {
	float: left;
	margin-right: 4px;
}

.user-link-header span {
	float: left;
	line-height: 15px;
	margin-right: 4px;
}

/** A link in the header area.  */
a.headerLink {
color: #4088ce;
	font-weight: bold;
}

/** A link in the header area.  */
a.headerLink:hover {
color: #4981b1;
	border: 0;
}

/***  used to support tableDataListing  ***/
table.tableDataListing {
	border-spacing: 0;
	table-layout: auto;
	empty-cells: show;
}

/***  used to support tableDataListing  ***/
table.tableDataListing tr th {
color: #FFFFFF;background-color: #76a0c4; padding: 0 8px;
	font-weight: normal;
	font-size: 13pt;
	min-height: 32px;
	vertical-align: middle;
	height: 42px;
}

/***  used to support tableDataListing  ***/
table.tableDataListing tr td {
	border-bottom: 1px solid rgba(0,0,0,.5);
    padding: 0 8px;
	vertical-align: middle;
    height: 42px;
	font-size: 12pt;
    line-break: auto;
}

table.tableDataListing .hidden-info td {
    padding: 0;
}

table.tableDataListing .hidden-info td table tr td {
    padding: 4px;
}

table.tableDataListing tr td label {
    line-break: anywhere;
    word-break: break-all;
    line-height: 26px;
    margin-bottom: 0;
}

.break-anywhere {
    line-break: anywhere;
    word-break: break-all;
}

@media (min-width: 576px) {
	/***  used to support tableDataListing  ***/
	table.tableDataListing tr th {
	color: #FFFFFF;background-color: #76a0c4; padding: 0 8px;
		font-weight: normal;
		font-size: 11pt;
		min-height: 32px;
		vertical-align: middle;
		height: 42px;
	}

	/***  used to support tableDataListing  ***/
	table.tableDataListing tr td {
		border-bottom: 1px solid rgba(0, 0, 0, .5);
        padding: 4px 8px;
		vertical-align: middle;
		height: 42px;
		font-size: 10pt;
	}

}

.hidden-info td table tr td {
	border-bottom: 0;
    padding: 4px;
}

/** Represents a hidden panel on the screen. */
div.hiddenPanel {
	display: none;
}

/** Represents a visible panel on the screen. */
div.shownPanel {
	display: block;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

/** Used to hide a panel button, so neither selected nor deselected. */
input.panelHiddenButton {
	display: none;
}

input.panelSelectedButton,
input.panelDeselectedButton {
	display: inline;
	margin-right: 7px;
	width: 110px;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	font-weight: bold;
	cursor: pointer;    

	margin-bottom: 10px !important;
}

.list-collapsed {
color: #FFFFFF;
background-color: #76a0c4;
	padding: 8px 4px 8px 4px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,.4);
	cursor: pointer;
	font-weight: bold;
	height: 27px;
	margin-top: 8px;
	margin-bottom: 16px;
}
.list-expanded {
color: #FFFFFF;
background-color: #1c629e; padding: 0 8px;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid rgba(0,0,0,.4);
	font-weight: bold;
    height: 42px;
    line-height: 42px;
	margin-top: 8px;
	box-sizing: border-box;
	font-size: 13pt;
}

@media (min-width: 576px) {
	.list-expanded {
		font-size: 14px;
	}
}

.list-collapsed .description {
	padding: 2px 0 4px 0;
	position: absolute;
	font-weight: normal;
	font-size: 14px;
	margin-left: 4px;
}

.list-expanded .description {
	padding: 2px 0 4px 0;
	position: absolute;
	font-weight: normal;
	font-size: 14px;
	margin-left: 4px;
}

#printServerContainer {
	position: relative;
	margin: 4px 16px 4px 16px;
}

.queue-container, .queue-container-paypoint {
	padding: 8px;
    border-left: 1px solid rgba(0, 0, 0, .5);
    border-right: 1px solid rgba(0, 0, 0, .5);
    border-bottom: 1px solid rgba(0, 0, 0, .5);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.round-border-container {
	background-color: #FFFFFF;
opacity: 0.8;
	color: #606060;
	padding: 8px;
	border-top: 1px solid rgba(0, 0, 0, .5);
	border-left: 1px solid rgba(0, 0, 0, .5);
	border-right: 1px solid rgba(0, 0, 0, .5);
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	border-radius: 4px;
}

.queue-container {
	background-color: #FFFFFFCC;
	color: #606060;
}

.upload-file-section-wrap-color {
	background-color: #FFFFFFCC;
	border: 1px solid rgba(0,0,0,.4);
}

/* Only for IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.queue-container {
		background-color: #FFFFFF;
		opacity: 0.8;
		color: #606060;
	}

	.upload-file-section-wrap-color {
		background-color: #FFFFFF;
		opacity: 0.8;
		border: 1px solid rgba(0,0,0,.4);
	}
}

.queue-container table {
	color: #606060;
}

.queue-container input, .queue-container select {
	height: 48px;
}

.queue-container-paypoint {
	background-color: #f3f3f3;
	margin-bottom: 16px;
}

.subject-section {
	margin-top: 16px;
}

#payPointContainer {
	margin: 4px 16px 4px 16px;
}

.add-itens-paypoint {
	margin: 16px 0 16px 0;
}

.login-container {
	width: 341px;
	background-color: #EEEEEE;
	padding: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 460px;
	margin: 32px auto auto;
	position: relative;
	text-align: center;
	box-shadow: 1px 1px 1px #aaaaaa88;
}

.login-user-container {
	width: 450px;
	margin: auto;
	position: relative;
	text-align: center;
}

.login-user-container .wrap {
	position: absolute;
	background-color: #EEEEEE;
	padding: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 32px auto;
	text-align: center;
	border: 1px solid rgba(0,0,0,.4);
}

.login-fields-container {
	position: absolute;
	bottom: 0;
	margin-bottom: 142px;
	width: 100%;
	margin-left: -16px;
}

.login-fields-container .group {
	text-align: left;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 16px;
}

.login-fields-container-user {
	float: left;
	width: 100%;
	margin-top: 16px;
}

.login-fields-container-user .group.buttons {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 31%;
}

.login-fields-container-user .group div {
	float: left;
	margin-right: 4px;
	margin-left: 4px;
}

.control-center-login-fields {
	width: calc(100% - 9px);
	height: 32px;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: 0 4px 0 4px;
}

.button-brand {
	background: #0099FF;
	color: #FFFFFF;
	border-radius: 4px;
	height: 32px;
	min-width: 150px;
	border: 0;
	font-size: 14px;
	box-shadow: 1px 1px 1px #aaaaaa88;
}

.button-brand-user-login {
	background: #0099FF;
	color: #FFFFFF;
	border-radius: 4px;
	height: 32px;
	min-width: 150px;
	border: 0;
	font-size: 14px;
	box-shadow: 1px 1px 1px #aaaaaa88;
	padding: 8px;
	cursor: pointer;
}

.btn-netzcore-dark-color {
	background: #0099FF !important;
	color: #FFFFFF !important;
}

.label-more-settings-btn {
	min-height: 47px;
	max-width: 277px !important;
	margin: auto;
	line-height: 28px;
	padding: 10px;
	font-size: 14pt;
	text-align: center;
	border-left: 1px solid #ced4da;
	border-top: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: #0099FF !important;
	color: #FFFFFF !important;
	cursor: pointer;
}

.button-header-brand {
	background: #0099FF;
	color: #FFFFFF;
	border-radius: 4px;
    height: 42px;
	border: 0;
    font-size: 14pt !important;
	box-shadow: 1px 1px 1px #aaaaaa88;
	cursor: pointer;
	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;
    line-height: 42px;
	padding: 0 8px;
	float: left;
}
.number-selector-btn {
	position: relative;
	min-width: 250px;
}

#number-copies-decrease {
	line-height: 42px !important;
}

.number-selector-btn input {
	width: 100px;
	float: left;
	text-align: center;
}

.number-selector a {
	background: #0099FF !important;
	color: #FFFFFF !important;
}

.number-selector a:hover {
	background: #0099FF !important;
	color: #FFFFFF !important;
}

.pages-radio-upload .container input:checked ~ .checkmark {
	background: #0099FF !important;
}

.button-header-brand img {
	float: left;
    margin-top: 12px;
	margin-right: 8px;
}

input[type=checkbox] {
    width: 24px;
    height: 24px;
}

@media (min-width: 576px) {
    input[type=checkbox] {
        width: 12px;
        height: 12px;
    }

	.button-header-brand {
		background: #0099FF;
		color: #FFFFFF;
		border-radius: 4px;
		height: 32px;
		min-width: 80px;
		border: 0;
        font-size: 12pt !important;
		box-shadow: 1px 1px 1px #aaaaaa88;
		float: left;
		margin-left: 8px;
		cursor: pointer;
		padding: 0 8px 0 8px;
		text-align: center;
		line-height: 32px;
	}

	.button-header-brand img {
		float: left;
		margin-top: 7px;
		margin-right: 4px;
	}
}

.button-action-brand {
	background: #0099FF;
	color: #FFFFFF;
	border-radius: 4px;
	height: 26px;
	width: 26px;
	border: 0;
	box-shadow: 1px 1px 1px #aaaaaa88;
	float: left;
	margin: 4px 8px 4px 8px;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
}

.button-action-brand-home {
	background: #0099FF;
	color: #FFFFFF;
	border-radius: 4px;
	height: 26px;
	width: 26px;
	border: 0;
	box-shadow: 1px 1px 1px #aaaaaa88;
	float: left;
	margin: 0 6px 0 4px;
}

.right-menu-actions-item {
	float: left;
color: #4088ce;;
	line-height: 34px;
}

.img-pencil {
	background-image: url("/images/button/pencil.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-list {
	background-image: url("/images/button/list.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-add {
	background-image: url("/images/button/add.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-back {
	background-image: url("/images/button/back.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-colorpicker {
	background-image: url("/images/button/colorpicker.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-copy {
	background-image: url("/images/button/copy.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-delete {
	background-image: url("/images/button/delete.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-far-back {
	background-image: url("/images/button/far_back.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-far-forward {
	background-image: url("/images/button/far_forward.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-first {
	background-image: url("/images/button/first.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-forward {
	background-image: url("/images/button/forward.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-help {
	background-image: url("/images/button/help.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-home {
	background-image: url("/images/button/home.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-last {
	background-image: url("/images/button/last.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-left {
	background-image: url("/images/button/left.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-link {
	background-image: url("/images/button/link.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-little-user {
	background-image: url("/images/button/littleuser.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-logout {
	background-image: url("/images/button/logout.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-movedown {
	background-image: url("/images/button/movedown.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-moveup {
	background-image: url("/images/button/moveup.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-refresh {
	background-image: url("/images/button/refresh.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-report {
	background-image: url("/images/button/report.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-right {
	background-image: url("/images/button/right.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-save-clean {
	background-image: url("/images/button/save_clean.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-save-dirty {
	background-image: url("/images/button/save_dirty.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-search {
	background-image: url("/images/button/search.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-start {
	background-image: url("/images/button/start.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-stop {
	background-image: url("/images/button/stop.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.img-tools {
	background-image: url("/images/button/tools.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.label-form-right {
	text-align: right;
	padding-right: 8px;
}

.span-inline {
	float: left;
	line-height: 32px;
	margin: 0 4px 0 4px;
}

.payment-connector-button {
	padding: 8px;
	border: 1px solid rgba(0,0,0,.4);
	border-radius: 4px;
	margin: 8px 6px 0 0;
	cursor: pointer;
	height: 92px;
	overflow: hidden;
	width: 200px;
}

.payment-connector-button img {
	height: 64px;
}

.payment-connector-button span {
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 8px;
	float: left;
	width: 100%;
}

.paypoint-tabs-wrap {
	height: 42px;
	position: absolute;
}

.paypoint-tabs-wrap .paypoint-tab {
	width: 200px;
	border-radius: 4px 4px 0 0;
	border: 1px solid rgba(0,0,0,.4);
	background-color: #FFFFFF;
	color: #606060;
	float: left;
	padding: 4px;
	cursor: pointer;
	margin-bottom: 2px;
	height: 31px;
}

.paypoint-tabs-wrap .paypoint-tab.selected{
	border-bottom: 0;
	height: 33px;
}

.paypoint-tabs-wrap .paypoint-tab .img-add {
	margin: 0 4px 0 4px;
}

.paypoint-tabs-wrap .paypoint-tab img {
	float: left;
	margin-right: 4px;
	margin-left: 4px;
}

.paypoint-tabs-wrap .paypoint-tab span {
	float: left;
	line-height: 32px;
	margin-left: 4px;
}

.webclient-tabs-wrap {
	height: 42px;
	position: relative;
	margin: 16px 16px 0 16px;
}

.user-account-part-2 .webclient-tabs-wrap {
	margin: 0;
}

.webclient-tabs-wrap .webclient-tab {
    width: calc(50% - 4px);
    border-radius: 4px;
	border: 1px solid rgba(0,0,0,.4);
	border-bottom: 0;
	background-color: #80c0ff;
	color: #004070;
	float: left;
	padding: 4px;
	cursor: pointer;
	overflow: hidden;
	max-height: 42px;
    margin-bottom: 8px;
	height: 38px;
}

.webclient-tabs-wrap .webclient-tab:nth-child(odd) {
    margin-right: 8px;
}

.webclient-tabs-wrap .webclient-tab span {
	font-size: 13pt;
}

.user-print-jobs-collumn-1 {
	float: left;
	width: 100%;
}

.user-print-jobs-collumn-2 {
	float: left;
	width: 100%;
	padding-left: 0;
}

.user-print-jobs-collumn-2 .minorContainer {
	margin-top: 16px;
}

@media (min-width: 850px) {
	.webclient-tabs-wrap .webclient-tab {
		width: 148px;
	}

	.user-print-jobs-collumn-1 {
		float: left;
		width: 70%;
	}

	.user-print-jobs-collumn-2 {
		float: left;
		width: 30%;
		padding-left: 16px;
	}
}

.webclient-tabs-wrap .webclient-tab.selected{
	height: 38px;
	font-weight: bold;
	background: #0099FF;
	color: #FFFFFF;
	box-shadow: rgba(170, 170, 170, 0.150) 2px 2px 2px;
}

.webclient-tabs-wrap .webclient-tab.selected span {
	color: #FFFFFF;
}

.webclient-tabs-wrap .webclient-tab .img-add {
	margin: 0 4px 0 4px;
}

.webclient-tabs-wrap .webclient-tab img {
	float: left;
	margin-right: 4px;
	margin-left: 4px;
}

.webclient-tabs-wrap .webclient-tab span {
	float: left;
	line-height: 32px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.paypoint-tabs-content {
	border: 1px solid rgba(0,0,0,.4);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	float: left;
	width: 100%;
	background-color: #FFF;
	margin-top: 40px;
	min-height: 48px;
}

.paypoint-tabs-content .tab-content-item,
.queue-container .tab-content-item {
	width: 200px;
	height: 48px;
	margin: 8px;
	padding: 8px;
	float: left;
}

.paypoint-tabs-content .tab-content-item a,
.queue-container .tab-content-item a {
	float: left;
}

.paypoint-tabs-content .tab-content-item a.image,
.queue-container .tab-content-item a.image {
	margin-top: 8px;
}

.paypoint-tabs-content .tab-content-item .description,
.queue-container .tab-content-item .description {
	float: left;
	margin-left: 8px;
	width: 140px;
}

.paypoint-tabs-content .tab-content-item .description.only-name,
.queue-container .tab-content-item .description.only-name {
	padding-top: 13px;
}

.paypoint-tabs-content .tab-content-item .description a,
.queue-container .tab-content-item .description a {
	float: left;
}

.paypoint-tabs-content .tab-content-item .description a:hover,
.queue-container .tab-content-item .description a:hover {
	border: 0;
	text-decoration: none;
}

.paypoint-tabs-content .tab-content-item .description a.name,
.queue-container .tab-content-item .description a.name {
	width: 100%;
	margin-bottom: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.paypoint-tabs-content .tab-content-item .description .actions,
.queue-container .tab-content-item .description .actions {
	float: left;
}

.paypoint-tabs-content .tab-content-item .description .actions a,
.queue-container .tab-content-item .description .actions a {
	float: left;
	margin-right: 8px;
}

.expander-collapse-icon-control-center {
	float: right;
	margin-right: 4px;
	margin-top: 7px;
}

.img-service-type {
	margin: 1px 4px 0 4px;
}

#userContainers {
	position: relative;
	padding: 0 16px 16px 16px;
}

#headerTitleUser {
	float: left;
	left: 8px;
	z-index: 13;
	background-image: url('/vendorlogo?logoType=SL');
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 10px 0 0 8px;
	padding: 47px 0 0 0;
	width: 350px;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	line-height: 16px;
}

input[type="checkbox"] {
	background-color: transparent;
}

select[multiple] {
	height: 200px;
}

.majorFooter, .minorFooter {
	clear: both;
}

.majorBody {
	float: left;
	width: 100%;

	border-radius: 4px;
}

.majorFooter {
	width: 100%; /* fill horizontally across container */
	height: 22px;
	border-width: 0;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0 0 0 0;
	empty-cells: show;
	margin-top: 8px;
	background-color: #FFFFFF;
	opacity: 0.8;
	border-radius: 4px;
	float: left;
}

.majorFooterCell {
	vertical-align: middle;
	text-align: center;
}

.minorHeaderCell {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
	float: left;
}

div.pageFooter {
	float: left;
	text-align: center;
	vertical-align: middle;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 100%;
	/* .pageFooter holds text at the bottom of the page, so has no CSS colors applied to it. */
}


.user-account-balance {
	width: 100%;
	float: left;
}

.user-account-balance.account {
	padding-right: 0;
}

.user-account-balance.balance {
	padding-left: 0;
    margin-top: 8px;;
}

.user-account-part-2 {
	float: left;
	width: 100%;
    margin-top: 8px;
}

.cell-hide-when-mobile {
	display: none;
}

.cell-show-when-mobile {
	display: table-cell;
    padding: 0 !important;
}

.hidden-info {
	display: none;
	background-color: #f0f2f4;
}

.hidden-info td table {
	margin: 0;
	display: none;
}

.button-header-brand.button-logout {
	margin-top: 4px;
}

#webClientForYourDesktopContainer .minorContainer .queue-container div p small {
	font-size: 13pt;
}

.mobile-printers-wrap {
	min-height: 436px;
	float: left;
	width: 100%;
}

.mobile-printers-list-wrap {
	width: 100%;
}

.mobile-printers-details-wrap {
	width: 100%;
}

.list-expanded.user-email {
	line-height: 45px;
}

.change-password-wrap {
	float: left;
	width: 100%;
}

.change-password-wrap .minorContainer {
	width: 100%;
	margin: auto;
}

input.client-input {
	height: 48px;
}

.change-password-fields {
	float: left;
	width: 100%;
	margin-top: 16px;
	margin-bottom: 16px;
}

.change-password-fields label {
	font-weight: bold;
	width: 100%;
	float: left;
	clear: both;
	text-align: left;
	padding: 0;
}

.change-password-fields span {
	line-height: 32px;
	float: left;
}

.change-password-fields .subtitle {
	margin-bottom: 16px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.change-password-fields input.client-input {
	width: 100%;
	float: left;
	margin: 0 0 8px 0;
}

.account-container {
    height: auto;
	overflow: auto;
}

.account-container label {
	width: 100%;
	float: left;
	clear: both;
	text-align: left;
	padding: 0;
}

.account-container div {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0;
	margin-bottom: 8px;
}

.account-container div input {
	width: 100%;
}

.credit-card-subtitle {
	width: 100%;
	float: left;
}

.credit-card-subtitle span {
	font-weight: bold;
}

.credit-card-logos {
	float: left;
	width: 100%;
}

.credit-card-logos img {
	float: left;
	width: 72px;
	margin-right: 8px;
}

.credit-card-amount-line {
	float: left;
	width: 100%;
	margin: 16px 0;
}

.credit-card-amount-line input {
	width: 100%;
}


.credit-card-amount-line label, .credit-card-amount-line input, .credit-card-amount-line span {
	float: left;
	width: 100%;
	line-height: 32px;
}

.credit-card-fee {
	float: left;
	width: 100%;
	margin: 16px 0;
}

.credit-card-fee label, .credit-card-fee span {
	float: left;
	width: 100%;
	margin-right: 16px;
	line-height: 32px;
}

.credit-card-info {
	width: 100%;
	float: left;
    height: auto;
	overflow: auto;
	margin-top: 16px;
}

.credit-card-info label,
.credit-card-info input,
.credit-card-info select {
	float: left;
	width: 100%;
	line-height: 32px;
	clear: none;
}

.credit-card-info label {
	width: 100%;
	float: left;
	clear: both;
	text-align: left;
	padding: 0;
}

.credit-card-info label, .credit-card-info input, .credit-card-info span {
	float: left;
	width: 100%;
	line-height: 32px;
}

.credit-card-info label {
	margin-top: 8px;
}

.credit-card-info .card-expiry-month {
	float: left;
	width: 100px;
	line-height: 32px;
	clear: both;
}

.credit-card-info .card-expiry-year {
	float: left;
	width: 100px;
	line-height: 32px;
	clear: none;
	margin-left: 8px;
}

.credit-card-info .card-security-code {
	float: left;
	width: 72px;
	line-height: 32px;
	clear: both;
}

.print-job-summary-column {
    float: left;
    margin-top: 8px;
    width: 100%;
}

.print-job-summary-column-2 {
    float: left;
    margin-top: 8px;
    width: 100%;
    padding-left: 0;
}

.button-group {
    float: left;
    width: 100%;
}

.button-group .nodec {
    float: left;
    width: 50%;
    padding: 0 8px;
}

.button-group .nodec:nth-child(odd) {
    padding-left: 0;
    padding-right: 4px;
}

.button-group .nodec:nth-child(even) {
    padding-right: 0;
    padding-left: 4px;
}

.button-group .nodec .button-header-brand {
    width: 100%;
}

.button-group .nodec:first-child .button-header-brand {
    margin-left: 0;
}

@media (min-width: 576px) {

	#userContainers {
		position: relative;
		padding: 8px 16px 16px 16px;
	}

	.user-account-balance {
		width: 50%;
		float: left;
	}

	.user-account-balance.account {
		padding-right: 8px;
	}

	.user-account-balance.balance {
		padding-left: 8px;
        margin-top: 0;
	}

	.cell-hide-when-mobile {
		display: table-cell;
	}

	.cell-show-when-mobile {
		display: none;
	}

	tr.hidden-info {
		display: none !important;
	}

	.button-header-brand.button-logout {
		margin-top: 0;
	}

	.webclient-tabs-wrap .webclient-tab span {
		font-size: 11pt;
	}

	#webClientForYourDesktopContainer .minorContainer .queue-container div p small {
		font-size: 8.5pt;
	}

	.mobile-printers-details-wrap {
		width: 50%;
	}

	.list-expanded.user-email {
		line-height: 16pt;
	}

	.change-password-wrap .minorContainer {
		width: 50%;
	}

	input.client-input {
		height: 32px;
	}

	.change-password-fields label {
		font-weight: bold;
		width: 174px;
		text-align: right;
		padding: 0 8px;
	}

	.change-password-fields input.client-input {
		width: calc(100% - 174px);
	}

	.account-container {
		height: 150px;
	}

	.account-container label {
		width: 100px;
		float: left;
		clear: both;
		text-align: right;
		padding: 0 8px;
	}

	.account-container div {
		width: calc(100% - 100px);
		float: left;
		text-align: left;
		padding: 0 8px;
		margin-bottom: 0;
	}

	.credit-card-amount-line label {
		width: 150px;
		float: left;
		clear: both;
		text-align: right;
		padding: 0 8px;
	}

	.credit-card-amount-line input, .credit-card-amount-line span {
		float: left;
		margin-right: 16px;
		line-height: 32px;
	}

	.credit-card-amount-line input {
		width: 172px;
	}

	.credit-card-amount-line span {
		width: 300px;
	}

	.queue-container input, .queue-container select {
		height: 32px;
	}

	.credit-card-info label, .credit-card-info input, .credit-card-info span {
		max-width: 400px;
	}

	.credit-card-info label {
		margin-top: 0;
	}

    .print-job-summary-column {
        float: left;
        margin-top: 8px;
        width: 50%;
    }

    .print-job-summary-column-2 {
        float: left;
        margin-top: 8px;
        width: 50%;
        padding-left: 16px;
    }

    .webclient-tabs-wrap {
        height: 42px;
        position: relative;
		border-bottom: 4px solid #0099FF;
		margin: 16px 0 0 0;
    }

    .webclient-tabs-wrap .webclient-tab {
        border-radius: 4px 4px 0 0;
        border: 1px solid rgba(0, 0, 0, .5);
		border-bottom: 0;
        background-color: #80c0ff;
		color: #004070;
		padding: 4px 4px 0 4px;
		margin: 0 4px;
		height: 38px;
    }

    .webclient-tabs-wrap .webclient-tab:nth-child(odd) {
        margin-right: 4px;
    }

	.webclient-tabs-wrap .webclient-tab.selected {
		border-bottom: 0;
		height: 38px;
		font-weight: bold;
		background: #0099FF;
		color: #FFFFFF;
		box-shadow: none;
	}

    .button-group {
        float: unset;
        width: auto;
    }

    .button-group .nodec {
        float: unset;
        width: auto;
        padding: 0;
    }

    .button-group .nodec:nth-child(odd) {
        padding-left: 0;
        padding-right: 0;
    }

    .button-group .nodec:nth-child(even) {
        padding-right: 0;
        padding-left: 0;
    }

    .button-group .nodec:first-child .button-header-brand {
        margin-left: 0;
    }

    .button-group .nodec .button-header-brand {
        width: auto;
    }

    .user-print-jobs-collumn-2 .minorContainer {
        margin-top: 8px;
    }
}

#bulletinBoardOuter, #bulletinBoardOuterMobile {
	display: none;
}

.table-rounded-bottom {
    border: 1px solid rgba(0, 0, 0, .5);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #FFF;
}

.netzcoreprint-logo-dark {
    background-image: url('/vendorlogo?logoType=LL');
}

.login-container {
	width: 341px;
	background-color: #FFFFFF;
	color: #606060;
	padding: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 460px;
	margin: 32px auto auto;
	position: relative;
	text-align: center;
	box-shadow: 1px 1px 1px #aaaaaa88;
}

.login-user-container {
	width: 341px;
	margin: auto;
	position: relative;
	text-align: center;
}

.login-container-wrap {
	width: 100%;
	text-align: center;
	float: left;
	box-sizing: border-box;
	position: relative;
	border-radius: 4px;
	margin-top: 8px;
	padding-top: 8px;
background-color: #FFFFFF;
}

.login-user-container-2 {
	width: 450px;
	margin: auto;
	position: relative;
	text-align: center;
}

.login-user-container-2 div .list-expanded {
	cursor: default;
}

.login-user-container .wrap {
	float: left;
	background-color: #FFFFFF;
	color: #606060;
	padding: 16px;
	margin: 0px auto;
	text-align: center;
	border: 1px solid rgba(0,0,0,.125);
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.login-user-container-2 .wrap {
	float: left;
	background-color: #FFFFFFCC;
	color: #606060;
	padding: 16px;
	margin: 0px auto;
	text-align: center;
	border: 1px solid rgba(0,0,0,.5);
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	box-sizing: border-box;
}

/* Only for IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.login-user-container-2 .wrap {
	background-color: #FFFFFF;
		opacity: 0.8;
		color: #606060;
	}
}

@media (min-width: 720px) {

	.credit-card-info {
		width: 50%;
	}

	.credit-card-info label {
		width: 150px;
		float: left;
		clear: both;
		text-align: right;
		padding: 0 8px;
	}

	.credit-card-info input, .credit-card-info select, .credit-card-info span {
		float: left;
		width: calc(100% - 150px);
		padding-right: 16px;
		line-height: 32px;
	}

	.credit-card-info .card-expiry-month {
		float: left;
		width: 54px;
		line-height: 32px;
		clear: none;
		padding-right: 0;
	}

	.credit-card-info .card-expiry-year {
		float: left;
		width: 72px;
		margin-right: 16px;
		line-height: 32px;
		clear: none;
		padding-right: 0px;
	}

	.credit-card-info .card-security-code {
		float: left;
		width: 72px;
		margin-right: 16px;
		line-height: 32px;
		clear: none;
		padding-right: 0px;
	}

}

@media (min-width: 1200px) {

	.change-password-wrap .minorContainer {
		width: 33%;
	}
}

.user-print-jobs-collumn-2 .minorContainer {
	margin-bottom: 16px;
}

.upload-section-title-color {
	color: #4088ce !important;
}

.reference-number {
	font-size: 1.5rem;
	margin-bottom: 16px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
	box-sizing: border-box;
}

.loader-img {
	position: relative;
	text-align: center;
	margin: 15px auto 15px auto;
	z-index: 9999;
	display: block;
	width: 48px;
	height: 48px;
	background-image: url('/images/spinner-44px.gif');
}