









/************************************************************
 * html components redefined
 ************************************************************/

body {
color: #606060;
background-color: #FFFFFF;


}

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

table tr th,
table.tableDataListing tr th{
color: #FFFFFF;
background-color: #1c629e;
}

a {
color: #4088ce;
}

a:hover {
color: #6f9fcd;
}

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

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

	background-image: url('/branding/image?controlCenterBrandingKey=6&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;
}

/* 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;
}

#pageHeaderTopLeftCorner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 120px;	
	height: 85px;	
	margin: 0;
	padding: 0 0 0 5px;	
	background-color: transparent;

}

#navMenuBackground {
background-color: #f3f3f3;

	position: fixed;
	height: 100%;
	width: 182px;
	padding: 4px 0 0 4px;
}

#navMenuContainer {
	position: absolute;
	top: 85px;
	left: 0;
	z-index: 11;
	width: 182px;
	margin: 0;

	overflow: visible;
}

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

	left: 200px;

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


#actionMessage {

	height: 70px;

	width: 420px;
	margin: 0px;
	padding: 3px;
	background-color: transparent;
	font-size: 11pt;
	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: 11pt;
}

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

#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: 10px;
	padding-bottom: 5px;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 6px 6px 4px 4px;
}

#relatedActivitiesBar a {
	width: 100%;
}

#relatedActivitiesBarTitle {
background-color: #1c629e;
color: #FFFFFF;
	padding: 8px;
	border-radius: 4px 4px 0 0;
	border: 1px solid rgba(0,0,0,.125);
	font-weight: bold;
	height: 27px;
	text-align: center;
	margin-bottom: 6px;
}

/************************************************************
 * 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: 350px;
	height: 85px;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	line-height: 16px;
}

#headerNavAndUserData {
	position: relative;
	top: 10px;
	right: 16px;
	float: right;
	width: 335px;
}

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

#headerNavAndUserDataWebClient .user-name {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 4px;
}

/************************************************************
 * 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;
}

/** Expanding 1 depth, handle positioning. */
#navMenuContainer.expandRightMenu ul li ul {
	position: absolute;
	top: 1px;
	box-shadow: 1px 1px 1px #aaaaaa88;
	border-top: 2px solid rgba(0,0,0,.125);
	border-left: 1px solid rgba(0,0,0,.125);



	left: 180px;

}

/** Expanding 2+ depth, handle positioning. */
#navMenuContainer.expandRightMenu ul li ul li ul {
	position: absolute;
	top: 1px;

	left: 156px;

}

/******  Menu Pretty-Up Rules *********/

#navMenuContainer li a {
	display: block;
	width: 172px;
	text-decoration: none;
	text-align: left;
	font-size: 11pt;
color: #606060;
background-color: #f3f3f3;

	height: 42px;
	line-height: 42px;
	padding-left: 14px;
}

#navMenuContainer li ul li a {
	display: block;
	width: 166px;
	text-decoration: none;
	text-align: left;
	font-size: 11pt;
color: #606060;background-color: #dfdfdf; height: 42px;
	line-height: 42px;
	padding-left: 14px;
}

#navMenuContainer.alwaysVisibleMenu ul li {
	margin-top: 3px;
}
#navMenuContainer.alwaysVisibleMenu ul li ul li {
	margin-top: -1px;
}

/** Properly color the hovered links. */
/** Unfortunately, IE does not respect this setting to decorate hovered links, due to its hover limitations. */
/** In other browsers, this results in the full menu selection path being colored (looks very nice). */
#navMenuContainer li:hover > a,
#navMenuContainer li.forceHover > a {
color: #60bfbf;
background-color: #FFFFFF;
	font-weight: bold;
}

#navMenuContainer ul li ul li:hover > a,
#navMenuContainer ul li ul li.forceHover > a {
color: #FFFFFF;
background-color: #60bfbf;
	font-weight: bold;
}

#navMenuContainer ul li ul li ul li:hover > a,
#navMenuContainer ul li ul li ul li.forceHover > a {
color: #60bfbf;
background-color: #FFFFFF;
	font-weight: bold;
}

/** This is here for IE-only, to at least color the currently selected link. It is reduntant for all other
    browsers that respect the above setting, but doesn't hurt to be here. */
#navMenuContainer a:hover {
color: #60bfbf;
background-color: #FFFFFF;
}

/** Give all sub-menus a larger size */
#navMenuContainer.expandOverMenu li li a,
#navMenuContainer.expandDownMenu li li a,
#navMenuContainer.expandRightMenu li li a {
	width: 200px;
	font-size: 11pt;
}
#navMenuContainer.alwaysVisibleMenu li li a {
	margin-left: 2px;
	width: 108px;
	font-size: 8.5pt;
	font-weight: normal;
}

/** Fix IE and hide from IE on Mac. Without this code, the menu on IE on Windows is broken. */


/******  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: 16px;
}

.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: #6f9fcd;
	border: 0;
}

/***  used to support tableDataListing  ***/
table.tableDataListing {
	border-spacing: 0;
	table-layout: auto;
	empty-cells: show;
	border-left: 1px solid rgba(0,0,0,.125);
	border-right: 1px solid rgba(0,0,0,.125);
}

/***  used to support tableDataListing  ***/
table.tableDataListing tr th {
color: #FFFFFF;
background-color: #1c629e;
	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,.125);
	padding: 2px 4px 1px 4px;
	vertical-align: middle;
	height: 42px;
	font-size: 10pt;
}

/***  used by RowStyler.java  ***/
table tr.rowStyle1, table td.rowStyle1 {
background-color: #FFFFFF;
}
table tr.rowStyle2, table td.rowStyle2 {
background-color: #E0E0E0;
}
table tr.rowStyle3, table td.rowStyle3 {

}

.contentHeader {


	font-weight: bold;
	font-size: 12pt;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 2px;
}

.groupHeader {


	font-size: 12pt;
	margin-top: 16px;
	margin-bottom: 2px;
	font-weight: bold;
}

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

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

/** 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;
}

input.panelSelectedButton {
color: #FFFFFF;
background-color: #1c629e;
border: 1px solid #0d2f4c;

	height: 32px;
	width: 140px;
	border-radius: 4px;
}

input.panelDeselectedButton {
color: #606060;
background-color: #FFFFFF;
border: 1px solid #606060;

	height: 32px;
	width: 140px;
	border-radius: 4px;
}

input.panelSelectedButton:hover {


}

input.panelDeselectedButton:hover {


}

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

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

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

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

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

.queue-container {
	background-color: #fff;
}

.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: 341px;
	margin: auto;
	position: relative;
	text-align: center;
}

.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: #EEEEEE;
	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: #EEEEEE;
	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;
	box-sizing: border-box;
}

.group-sign-buttons {
	cursor: pointer;
	position: relative;
	display: inline-block;
}

.login-fields-container {
	float: left;
	width: 100%;
}

.login-fields-container .group {
	text-align: left;
	margin-bottom: 16px;
	float: left;
	width: 100%;
}

.login-fields-container-user {
	float: left;
	width: 100%;
	margin-top: 16px;
}
.control-center-login-fields {
	float: left;
	width: 100%;
	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;
}

.control-center-login-fields-2 {
	width: calc(100% - 126px);
	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;
}

.web-client-login-subtitle {
	font-weight: bold;
	margin-top: 16px;
	float: left;
	width: 100%;
}

.control-center-field-label {
	float: left;
	width: 100px;
	text-align: right;
	line-height: 38px;
	clear: both;
	font-weight: normal;
	margin-bottom: 0;
}

.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;
}

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

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

.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 img {
	width: 16px;
	height: 16px;
	margin-left: calc(50% - 8px);
	margin-top: calc(50% - 8px);
}

.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,.125);
	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: 11pt;
	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,.125);
	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;
	border-bottom: 1px solid rgba(0,0,0,.125);
}

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

.webclient-tabs-wrap .webclient-tab.selected{
	border-bottom: 0;
	height: 34px;
	font-weight: bold;
}

.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;
	margin-left: 4px;
}

.paypoint-tabs-content {
	border: 1px solid rgba(0,0,0,.125);
	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 {
	top: 85px;
	position: relative;
	padding: 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;
}

.form-table-control-center td {
	padding-bottom: 8px;
	float: left;
}

.edit-page-fields {
	width: calc(100% - 262px);
	float: left;
	padding: 0 16px 0 16px;
}

.edit-page-fields-wrap {
	float: left;
	width: 100%;
}

.edit-page-fields tr td {
	width: 30%;
	line-height: 38px;
}

.edit-page-fields tr td.mediumLabel {
	width: 165px;
	line-height: 38px;
	min-width: 165px;
}

.btn-login-microsoft {
	background: url("../images/button/bt-login-microsoft.svg") no-repeat;
	height: 42px;
	width: 218px;
	border: 0;
	border-radius: 0;
	cursor: pointer;
}

.btn-login-microsoft:hover {
	background: url("../images/button/bt-login-microsoft-dark.svg") no-repeat;
}

.google-signin-button {
	background: url("../images/button/btn_google_signin_light_normal_web.png") no-repeat;
	background-size: 191px 46px;
	width: 192px;
	height: 46px;
	cursor: pointer;
	border: 0;
	border-radius: 0;
}

.google-signin-button:hover {
	background: url("../images/button/btn_google_signin_light_pressed_web.png") no-repeat;
	background-size: 191px 46px;
	width: 192px;
	height: 46px;
}

.selectable-table-row {
	background-color: #FFFFFF;
	color: #606060;
	cursor: pointer;
}

.selectable-table-row:hover {
	background-color: #6f9fcd;
	color: #FFFFFF;
}

.language-flag-icon {
	float: right;
	margin-left: 16px;
	margin-right: 1.5rem;
	width: 24px;
	height: 32px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}