/***************************************************************************************************/
/** COMMON *****************************************************************************************/
/***************************************************************************************************/
* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: PtSans;
	src: url('../resources/pt_sans/PTSans-Regular.ttf');
}

@font-face {
	font-family: 'PtSans';
	src: url('../resources/pt_sans/PTSans-Bold.ttf');
	font-weight: bold;
}

@font-face {
	font-family: 'PtSans';
	src: url('../resources/pt_sans/PTSans-Italic.ttf');
	font-style: italic;
}

@font-face {
	font-family: 'PtSans';
	src: url('../resources/pt_sans/PTSans-BoldItalic.ttf');
	font-weight: bold;
	font-style: italic;
}

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	height: 100%;
}

body {
	background-image: url("../img/contentbg.png");
	background-repeat: repeat;
}

img {
	border: 0;
}

input, textarea, select {
	border-radius: 3px;
}

input[type="text"], input[type="password"], select, input[type="text"].longInputText
	{
	padding: 3px;
	font-size: 12px;
	width: 200px;
	margin-bottom: 10px;
}

.rf-insp {
	font-size: 12px;
	margin-bottom: 10px;
	border-radius: 4px;
}

.rf-insp input.rf-insp-inp[type="text"] {
	text-align: right;
	padding: 3px 6px 3px 0;
}

.rf-insp .rf-insp-btns .rf-insp-inc, .rf-insp .rf-insp-btns .rf-insp-dec
	{
	height: 10px;
}

select.autoWidth {
	width: auto !important;
	min-width: 200px;
}

input[type="text"].maxWidth {
	width: 81% !important;
	min-width: 200px;
}

input[type="text"].shortestInputText {
	width: 41px;
}

input[type="text"].shortInputText {
	width: 50px;
}

input[type="text"].middleInputText {
	width: 70px;
}

input[type="text"].longInputText {
	width: 400px;
}

input[type="text"].boldBorder {
	box-shadow: 0 0 5px rgba(105, 105, 105);
	border: 2px solid rgba(105, 105, 105);
}

input, select, textarea, button, a {
	font-size: 12px;
}

input:disabled, select:disabled, textarea:disabled, button:disabled {
	cursor: not-allowed;
	background: #f5f5f5;
}

input[readonly="readonly"], select[readonly="readonly"], textarea[readonly="readonly"],
	button[readonly="readonly"] {
	cursor: default;
	background: #f5f5f5;
	border-color: #d8d8d8;
}

a:visited {
	color: #0078D0;
}

table {
	border-collapse: collapse;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
	height: 0;
}

.right {
	text-align: right !important;
}

.left {
	text-align: left !important;
}

.center {
	text-align: center !important;
}

.rf-p {
	background-color: transparent;
	border: 0;
	padding: 0;
}

.rf-p-b {
	padding: 0;
	color: #333;
}

input[type="radio"], input[type="checkbox"] {
	margin-bottom: 5px;
	margin-top: 5px;
}

label {
	margin-right: 10px;
}

.padding-0 {
	padding: 0;
}

.padding-10 {
	padding: 10px;
}

.paddingLeft {
	padding-left: 18px;
}

.paddingRight {
	padding-left: 18px;
}

.paddingBottom {
	padding-bottom: 5px;
}

.paddingBottom-10 {
	padding-bottom: 10px;
}

.paddingBottom-20 {
	padding-bottom: 20px;
}

.paddingBottom-35 {
	padding-bottom: 35px;
}

.marginLeft {
	margin-left: 5px;
}

.marginRight {
	margin-right: 5px;
}

.marginLeft-20 {
	margin-left: 20px;
}

.marginTop {
	margin-top: 20px;
}

.marginTop-10 {
	margin-top: 10px;
}

.marginTop-minus-10 {
	margin-top: -10px;
}

.marginBottom {
	margin-bottom: 20px;
}

.marginBottom-40 {
	margin-bottom: 40px;
}

.marginBottom-10 {
	margin-bottom: 10px;
}

.noMarginBottom {
	margin-bottom: 0 !important;
}

.displayNone {
	display: none;
}

.displayBlock {
	display: block;
}

.noWrap {
	white-space: nowrap;
}

.noBorder {
	border: none !important;
}

.bold {
	font-weight: bold;
}

.paddingTop {
	padding-top: 20px;
}

.font-small {
	font-size: 80%;
}

.noBackground {
	background: none;
}

.noBackground-Image {
	background-image: none;
}

.fontWeightBold {
	font-weight: bold;
}

.small {
	font-size: 90% !important;
}

input[type="submit"].linkButton-2, .linkButton-2 {
	background: #fff !important;
	color: #474747 !important;
}

input[type="submit"].linkButton-2:hover, input[type="submit"].linkButton-2:focus,
	.linkButton-2:hover, .linkButton-2:focus {
	color: #bf8640 !important;
}

.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.col {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}

.col UL {
	padding-left: 15px;
}

.col-margin {
	margin: 0 15px;
}

.h1 {
	/**Undefined**/
	
}

.h2 {
	/**Undefined**/
	
}

.h3 {
	/**Undefined**/
	
}

.h4 {
	font-size: 15px;
}

.h5 {
	font-size: 13px;
}

.border-bottom {
	border-bottom: 1px solid #d38640;
}

.max-width-600 {
	max-width: 600px;
}

/***************************************************************************************************/
/** BUTTONS ****************************************************************************************/
/***************************************************************************************************/
input[type="submit"], input[type="button"], .linkButton, .btn {
	font-size: 12px;
	margin-right: 10px;
	height: 27px;
	letter-spacing: 0.5px;
	background: none;
	border: 2px solid #939393;
	background-color: #f8f9fa;
	width: auto !important;
	padding: 5px 10px 5px 10px !important;
	color: #333 !important;
	cursor: pointer;
}

a.linkButton, a.btn {
	height: auto;
}

input[type="submit"]:hover, input[type="button"]:hover, .linkButton:hover,
	.btn:hover, input[type="submit"]:focus, input[type="button"]:focus,
	.linkButton:focus, .btn:focus {
	background: none;
	background-color: #939393;
	color: #fff !important;
}

.linkButton {
	text-decoration: none;
	display: block;
	text-align: center;
	padding-top: 6px;
	height: 21px;
	color: #333 !important;
}

.blackBtn {
	border-color: #343a40 !important;
}

.blackBtn:hover, .blackBtn:focus {
	background-color: #343a40 !important;
}

.infoBtn {
	border-color: #17a2b8 !important;
}

.infoBtn:hover, .infoBtn:focus {
	background-color: #17a2b8 !important;
}

.uploadBtn {
	text-decoration: none;
	border-color: #201ffe !important;
}

.uploadBtn:hover, .uploadBtn:focus {
	text-decoration: none;
	background-color: #201ffe !important;
}

.successBtn {
	border-color: #28a745 !important;
}

.successBtn:hover, .successBtn:focus {
	background-color: #28a745 !important;
}

.dangerBtn {
	border-color: #dc3545 !important;
}

.dangerBtn:hover, .dangerBtn:focus {
	background-color: #dc3545 !important;
}

.successDarkBtn {
	border-color: #388E3C !important;
}

.successDarkBtn:hover, .successDarkBtn:focus {
	background-color: #388E3C !important;
}

.backBtn {
	border-color: #6c757d !important;
}

.backBtn:hover, .backBtn:focus {
	background-color: #6c757d !important;
}

.btn:hover, .btn:focus {
	box-shadow: 0px 1px 7px -2px #595959;
}

.btn:disabled, .btn[disabled] {
	opacity: 0.7;
	background: #f0f0f0 !important;
	border-color: #bbb !important;
	cursor: no-drop;
}

.btn:disabled:hover, .btn[disabled]:hover,
.btn:disabled:focus, .btn[disabled]:focus {
	opacity: 0.7;
	background: #f0f0f0 !important;
	border-color: #bbb !important;
	cursor: no-drop;
	color: #bbb !important;
}

.btn.loginBtn {
	border-color: #bf8640 !important;
	background-image: url('../img/lock-b.png') !important;
	background-repeat: no-repeat !important;
	padding: 5px 10px 5px 25px !important;
}

.loginBtn:hover, .loginBtn:focus {
	background-color: #bf8640 !important;
	background-image: url('../img/lock-w.png') !important;
}

.loginBtb:active {
	border-color: #008aff !important;
}

.rounded {
	border-radius: 5px;
}

.animate {
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}


input[type="text"]:focus, input[type="password"]:focus, select:focus,
	input[type="text"].longInputText:focus {
	box-shadow: 0px 0px 3px 0px #81D4FA;
}

/***************************************************************************************************/
/** Fonts and texts *****************************************************************************************/
/***************************************************************************************************/
.font-weight-bold {
	font-weight: bold !important;
}

.font-italic {
	font-style: italic;
}


.text-danger {
	color: #dc3545;
}

.text-success {
	color: #28a745;
}

/***************************************************************************************************/
/** HEADER *****************************************************************************************/
/***************************************************************************************************/
#header {
	height: 128px;
	background-color: #FFFFFF;
	/*background-image: url('../img/header.png');
    background-repeat: repeat-x;
    background-position: top left;*/
}

#headerBox {
	height: 128px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 7px -2px black;
	/*background-image: url("../img/header_bg.png");
	background-repeat: no-repeat;
	background-position: top left;*/
}

/*#headerBox {
	height: 128px;
	background-color: #010101;
	background-image: url("../img/headerbg.jpg");
	background-repeat: no-repeat;
}*/
#headerBox .workspace {
	width: 1124px;
}

#logoBox {
	width: 400px;
	height: 80px;
	float: left;
	background-image: url("../img/logo_goldsparen_plus.png");
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

#logoBox_VRBank {
	width: 400px;
	height: 80px;
	float: left;
	background-image: url("../img/logo_vr_goldsparen.png");
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

#loggedUserInfoBox {
	width: 510px;
	height: 80px;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
	/*color: #ccc !important;*/
	color: #474747 !important;
	text-align: left;
}

#loggedUserInfoBox .text {
	/*	color: #ccc;*/
	color: #474747;
}

#loggedUserInfoBox .username {
	/*color: #fff;*/
	color: #474747;
	font-weight: bold;
}

#logoutButtonBox {
	width: 115px;
	height: 80px;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}

#logout, #faqLink {
	/*color: #ccc;*/
	color: #474747;
	text-decoration: none;
	font-size: 12px;
}

#logout:hover, #faqLink:hover {
	color: #bf8640;
}

#faqLink {
	margin-left: 15px;
}

#localeBox {
	width: 54px;
	height: 80px;
	float: left;
	padding-top: 15px;
}

#localeBox .flag {
	margin-right: 10px;
}

/***************************************************************************************************/
/** HORIZONTAL MENU ********************************************************************************/
/***************************************************************************************************/
#mainMenu {
	clear: left;
	height: 33px;
	margin-left: 10px;
	background-color: transparent;
	background-image: none;
	border: 0;
}

.mainMenuItem {
	padding-left: 0;
	padding-right: 30px;
	padding-top: 2px;
}
/*
.mainMenuItem a {
	color: #474747;
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: nowrap;
	display: block;
	-webkit-transition: all 0.2s ease; -moz-transition : all 0.2s ease;
	-o-transition : all 0.2s ease; -ms-transition : all 0.2s ease;
	transition : all 0.2s ease;
	border-width: 1px;
	border-top-style: solid;
	border-top-color: white;
}*/
.mainMenuItem a {
	color: #474747;
	display: inline-block;
	margin: 0;
	padding-bottom: 5px;
	text-decoration: none;
	font-size: 13px;
}

.mainMenuItem a:before {
	display: block;
	content: '';
	border-top: solid 1px #bf8640;
	transform: scaleX(0);
	padding-bottom: 5px;
	transition: transform 250ms ease-in-out;
}

.mainMenuItem a.menuItemSelected:before, .mainMenuItem a:hover:before,
	.mainMenuItem a:active:before, .mainMenuItem a:focus:before {
	transform: scaleX(1);
}

.mainMenuItem a.menuItemSelected, .mainMenuItem a:hover, .mainMenuItem a:active,
	.mainMenuItem a:focus {
	color: #bf8640;
	border-top-color: #bf8640;
}

/***************************************************************************************************/
/** VERTICAL MENU **********************************************************************************/
/***************************************************************************************************/
#menu {
	position: absolute;
	top: 128px;
	bottom: 0px;
	left: 0px;
	padding: 5px 5px 0;
	width: 186px;
	background-color: #fff;
	text-align: center;
	box-shadow: 0px 5px 5px -1px black;
}

.menuGroupItem, .menuGroupItemTall {
	border-bottom: 1px solid #ddd;
	padding-top: 6px;
	padding-left: 5px;
	padding-left: 5px;
	padding-right: 10px;
	font-weight: bold;
	text-align: left;
}

.menuGroupItem {
	min-height: 23px;
}

.menuGroupItem:hover, .menuGroupItem.menuItemSelected {
	background: rgb(231, 231, 231);
	background: linear-gradient(0deg, rgba(231, 231, 231, 1) 0%,
		rgba(255, 255, 255, 1) 100%);
}

.menuGroupItemTall {
	height: 38px;
}

.menuGroupItemTall:hover, .menuGroupItemTall.menuItemSelected {
	background-image: url("../img/menuitemtallbg.png");
	background-repeat: no-repeat;
}

#menu img {
	margin-top: 20px;
}

/***************************************************************************************************/
/** CONTENT ****************************************************************************************/
/***************************************************************************************************/
#wrap {
	min-height: 100%;
	height: 100%;
	position: relative;
	height: auto !important;
	background-image: url("../img/contentbg.png");
	background-repeat: repeat;
	display: inline-block;
	min-width: 100%;
}

body>#wrap {
	height: auto;
	min-height: 100%;
}

.captionBox {
	padding: 20px 0 20px 18px;
}

#captionText {
	/*color: #000;*/
	color: #bf8640;
	font-size: 25px;
	font-weight: bold;
}

.subcaptionText {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

#content {
	margin-left: 196px;
}

/*.shadedBox {
	margin-left: 18px;
	
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;
	behavior: url("resources/PIE.htc");
}*/
.registrationDetailBox {
	margin-left: 18px;
	margin-bottom: 20px;
	margin-right: 18px;
}

.detailWhiteBox.registration {
	width: 700px;
}

.detailWhiteBox.registration .rowRadioButtonTablePart {
	float: left;
}

.detailWhiteBox.registration .afterRadioTablePart {
	float: left;
}

.detailWhiteBox.registration .afterRadioTablePart .afterRadioTablePartRow
	{
	padding-top: 7px;
	height: 15px;
}

.detailWhiteBox.registration .afterRadioTablePart .afterRadioTablePartRow input[type="text"]
	{
	margin-top: -5px;
}

.detailWhiteBox.registration ul {
	margin-left: 15px;
}

.registrationPaymentPart {
	display: inline-block;
	min-width: 120px;
}

.registrationPaymentPartBeforeDate {
	display: inline-block;
	width: 50px;
}

.registrationDebitConsentCheckbox {
	margin-left: 50px;
}

.publicRegistrationVRGoldsparenImgBox {
	float: left;
	padding: 20px 0 20px 18px;
}

.whiteBox, .detailWhiteBox {
	border-top: 3px solid #000;
	padding: 15px 11px 20px;
	margin-left: 18px;
	margin-bottom: 60px;
	margin-right: 18px;
	background-color: #fff;
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;
}

.whiteBox.filter, .whiteBox.middlePart {
	margin-bottom: 20px;
}

.detailWhiteBox {
	display: inline-block;
}

.buttonPanel {
	padding-top: 20px;
	border-top: 1px solid #ddd;
	margin-top: 10px;
	display: flow-root;
}

.separatorLine {
	padding-top: 20px;
	border-top: 1px solid #ddd;
	margin-top: 10px;
}

.minWidthStretcher {
	width: 500px;
}

.login {
	width: 600px;
}

.outputLabel {
	font-weight: bold;
}

.valignTop {
	vertical-align: top;
}

.formColumn {
	padding-right: 20px;
	font-weight: bold;
}

.inlineBlock {
	display: inline-block;
}

.detailSection {
	width: 100%;
}

.detailSectionHeader {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
}

.detailColumnHeader-customerPostAddress {
	padding-left: 60px;
	font-weight: bold;
	font-size: 11px;
}

.detailColumnHeader-otherPostAddress {
	padding-left: 25px;
	font-weight: bold;
	font-size: 11px;
}

.detailColumnHeader-poa_1 {
	padding-left: 60px;
	font-weight: bold;
	font-size: 11px;
}

.detailColumnHeader-poa_2 {
	padding-left: 60px;
	font-weight: bold;
	font-size: 11px;
}

.detailColumnLabel {
	padding-right: 20px;
	font-weight: bold;
}

.detailColumnLabel-1 {
	padding-right: 20px;
	font-weight: bold;
	padding-left: 25px;
	width: 30%;
	min-width: 250px;
}

.detailColumnValue-currency, .detailColumnValue-prefix,
	.detailColumnValue-status {
	padding-right: 5px;
}

.detailColumnValue-1 {
	padding-top: 10px;
}

.detailColumn-2 {
	padding-top: 10px;
}

.detailSubCaption {
	font-size: 25px;
	font-weight: bold;
}

.detailSubCaption2 {
	font-size: 16px;
	font-weight: bold;
}

.wizard {
	margin-left: 20px;
}

.currencyName {
	display: inline-block;
	width: 40px;
}

.spanPadding {
	padding-bottom: 3px;
}

.common {
	padding-top: 10px;
}

.common.withNumber {
	padding-left: 25px;
}

.common .email-space {
	width: 300px;
}

.common.withNumber UL {
	margin-left: 10px;
}

.commonPanel {
	width: 870px;
}

.vopHeader, .vopHeaderTop {
	font-weight: bold;
}

.vopHeader {
	font-size: 15px;
	margin-top: 25px;
}

.vopHeaderTop {
	font-size: 20px;
}

.vopHeader .numberBlock {
	width: 25px;
	display: inline-block;
}

.vopVersionSmall {
	font-size: 10px;
	margin-top: 25px;
}

.vop-block .content-p, .vop-block .title {
	display: block;
}

.vop-block .content-p, .vop-block .title, .vop-block .content-p A {
	line-height: 140%;
	font-size: 14px;
	letter-spacing: 0.05px;
	font-family: "PtSans";
}

.vop-block .title {
	font-weight: bold;
	padding: 15px 0 5px 0;
}

.vop-block .content-p {
	padding: 3px 0;
}

.faqBox {
	border-top: 1px solid #ddd;
	padding-top: 15px;
	margin-top: 15px;
}

.faqBox.firstFAQ {
	border: none;
	padding-top: 0;
	margin-top: 0;
}

.faqQuestion {
	font-weight: bold;
	padding-bottom: 5px;
}

.inactive {
	border: 3px solid #FF0000;
	border-radius: 8px;
	padding: 8px;
	/* float: left; */
}

.active {
	border: 3px solid #32CD32;
	border-radius: 8px;
	padding: 8px;
	/* float: left; */
}

/***************************************************************************************************/
/** TAB PANEL **************************************************************************************/
/***************************************************************************************************/
.tabPanelWhiteBox {
	display: inline-block;
	margin-left: 18px;
	margin-bottom: 60px;
	margin-right: 18px;
}

.tabPanelContent {
	padding: 20px 11px;
	background-color: #fff;
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;
}

.rf-tab-hdn, .rf-tab-hdr-spcr {
	display: none;
}

.rf-tab-hdr-tabline-vis.rf-tab-hdr-tabline-top {
	white-space: nowrap;
	height: 38px;
	background: rgba(62, 62, 62, 0);
	background: -moz-linear-gradient(top, rgba(62, 62, 62, 0) 0%,
		rgba(59, 59, 59, 0) 6px, rgba(59, 59, 59, 1) 6px, rgba(38, 38, 38, 1)
		50%, rgba(35, 35, 35, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(62, 62, 62,
		0)), color-stop(6px, rgba(59, 59, 59, 0)),
		color-stop(6px, rgba(59, 59, 59, 1)),
		color-stop(50%, rgba(38, 38, 38, 1)),
		color-stop(100%, rgba(35, 35, 35, 1)));
	background: -webkit-linear-gradient(top, rgba(62, 62, 62, 0) 0%,
		rgba(59, 59, 59, 0) 6px, rgba(59, 59, 59, 1) 6px, rgba(38, 38, 38, 1)
		50%, rgba(35, 35, 35, 1) 100%);
	background: -o-linear-gradient(top, rgba(62, 62, 62, 0) 0%,
		rgba(59, 59, 59, 0) 6px, rgba(59, 59, 59, 1) 6px, rgba(38, 38, 38, 1)
		50%, rgba(35, 35, 35, 1) 100%);
	background: -ms-linear-gradient(top, rgba(62, 62, 62, 0) 0%,
		rgba(59, 59, 59, 0) 6px, rgba(59, 59, 59, 1) 6px, rgba(38, 38, 38, 1)
		50%, rgba(35, 35, 35, 1) 100%);
	background: linear-gradient(to bottom, rgba(62, 62, 62, 0) 0%,
		rgba(59, 59, 59, 0) 6px, rgba(59, 59, 59, 1) 6px, rgba(38, 38, 38, 1)
		50%, rgba(35, 35, 35, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e',
		endColorstr='#232323', GradientType=0);
}

.tabLeft, .tabRight {
	width: 10px;
	height: 37px;
	float: left;
	display: none;
}

.tabCenter {
	float: left;
	color: #fff;
	font-weight: bold;
	padding: 14px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}

.inactiveTabPanel, .activeTabPanel {
	padding: 2px 3px 0 3px !important;
}

.inactiveTabPanel .tabCenter {
	cursor: pointer;
}

.inactiveTabPanel:hover .tabCenter, .inactiveTabPanel:focus .tabCenter,
	.inactiveTabPanel:active .tabCenter {
	color: #474747;
	background: #fff;
}

.activeTabPanel {
	cursor: default;
	background-image: none !important;
	background-color: transparent !important;
}

.activeTabPanel .tabCenter {
	color: #333;
	background: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/***************************************************************************************************/
/** TABLE ******************************************************************************************/
/***************************************************************************************************/
.dataTable {
	width: 100%;
}

.columnHeader {
	padding: 5px 20px;
	border-bottom: 2px solid #bbb;
	text-align: left;
}

.columnHeader a {
	color: #333;
	text-decoration: none;
}

.columnHeader a:hover {
	text-decoration: underline;
}

.tableRow {
	cursor: pointer;
}

.tableRow td, .tableRowInactive td, .footerClass td {
	padding: 5px 20px;
	border-top: 1px solid #ddd;
}

.rf-dt-fst-r td {
	border: none;
}

.firstColumn {
	padding-left: 0px !important;
}

.lastColumn {
	padding-right: 0px !important;
}

.tableRow:hover, .tableRowInactive:hover {
	background-color: #f9f9f9;
}

.footerClass td {
	border-top: 2px solid #bbb;
}

.detailTable {
	margin: 5px 0;
}

.detailTable th {
	background-color: #aaa;
	color: #fff;
	padding: 3px 7px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

.detailTable td {
	border: 1px solid #aaa;
	text-align: center;
	padding: 3px 7px;
}

.detailTable .separator {
	background-color: #fff;
	border: none;
	padding: 0 3px;
}

.detailTable input {
	display: inline-block;
	margin: 0;
	border: none;
}

.detailTable .editable {
	padding: 0;
}

.detailTable .cancel {
	background-color: transparent;
	border: none;
	padding: 0;
}

.tableInTable {
	width: 100%;
}

.tableInTable td {
	border: none;
	padding: 3px 5px;
}

.tableInTableNoLeftPadding {
	width: 100%;
}

.tableInTableNoLeftPadding td {
	border: none;
	padding: 3px 5px 3px 0px;
}

.detailColumnLabel, .detailColumnValue {
	padding-bottom: 5px;
}

#labelSelectAll {
	padding-left: 10px;
}

.underlinedText {
	text-decoration: underline;
}

/***************************************************************************************************/
/** SCROLLER ***************************************************************************************/
/***************************************************************************************************/
.scrollerBox {
	border-top: 1px solid #ddd;
	margin-top: 28px;
	padding-top: 10px;
	padding-bottom: 0;
}

.scroller {
	float: right;
}

.scroller img {
	vertical-align: bottom;
}

.rf-ds-btn-first {
	margin-right: 15px;
}

.rf-ds-btn-prev {
	margin-right: 11px;
}

.rf-ds-btn-next, .rf-ds-btn-last {
	margin-left: 15px;
}

.rf-ds-btn-first img, .rf-ds-btn-prev img, .rf-ds-btn-next img,
	.rf-ds-btn-last img {
	border-bottom: 1px solid #fff;
}

a.rf-ds-btn-first img:hover, a.rf-ds-btn-prev img:hover, a.rf-ds-btn-next img:hover,
	a.rf-ds-btn-last img:hover {
	border-bottom: 1px solid #777;
}

.rf-ds-nmb-btn {
	padding-left: 4px;
	color: #777 !important;
	text-decoration: none;
}

.scroller .rf-ds-act, .rf-ds-nmb-btn:hover {
	color: #333 !important;
	text-decoration: underline;
}

/***************************************************************************************************/
/** FOOTER *****************************************************************************************/
/***************************************************************************************************/
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/*background-color: #010101;*/
	background-color: #FFFFFF;
}

#footerToolbar {
	background-image: none;
	background-color: transparent;
	border: none;
	height: 40px;
}

#footerToolbar a {
	/*color: #ccc;*/
	color: #474747;
	text-decoration: none;
	font-weight: normal;
}

#footerToolbar a:hover {
	color: #bf8640;
}

#footerToolbar .footerPaddingBox {
	width: 30px;
}

/***************************************************************************************************/
/** MESSAGES ***************************************************************************************/
/***************************************************************************************************/
ul#messages {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 18px;
}

li.infoMessages, li.errorMessages {
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding: 2px 0 2px 20px;
}

li.infoMessages {
	color: #333;
	background-image: url("../img/info.png");
}

li.errorMessages {
	color: red;
	background-image: url("../img/error.png");
}

/***************************************************************************************************/
/** STATUS *****************************************************************************************/
/***************************************************************************************************/
.rf-pp-cnt-scrlr {
	background-color: #fff;
}

.rf-pp-cnt {
	font-size: 13px;
	font-weight: bold;
}

.rf-pp-shade {
	background-color: transparent;
}

#progress {
	margin-right: 15px;
}

/***************************************************************************************************/
/** CALENDAR ***************************************************************************************/
/***************************************************************************************************/
img.rf-cal-btn {
	vertical-align: top !important;
	margin-left: 5px;
}

.rf-cal-hdr-month, .rf-cal-sel, .rf-cal-edtr-btn-sel {
	background-color: #010101;
	color: #fff;
}

.rf-cal-tl {
	background-color: #010101;
	color: #ccc;
}

.rf-cal-tl-btn-hov {
	background-color: transparent;
	color: inherit;
	border-color: transparent;
	text-decoration: underline;
}

.rf-cal-day-lbl, .rf-cal-week, .rf-cal-tl-ftr, .rf-cal-monthpicker-ok,
	.rf-cal-monthpicker-cancel {
	background-color: #eee;
}

.rf-cal-week {
	color: #000;
}

.rf-cal-today {
	background-color: #bf8640;
}

.rf-cal-holliday-lbl, .rf-cal-holiday {
	color: #bf8640;
}

.rf-cal-holiday {
	background-color: #fbecbf;
}

.rf-cal-boundary-day {
	color: #a0a0a0;
}

.rf-cal-hov, .rf-cal-edtr-btn:hover {
	background-color: #ddd;
}

.rf-cal-monthpicker-ok span:hover, .rf-cal-monthpicker-cancel span:hover,
	.rf-cal-edtr-tl-over {
	text-decoration: underline;
}

.rf-cal-time-btn, .rf-cal-edtr-tl-over {
	background-color: transparent !important;
	border-color: transparent;
}

.rf-cal-hdr-month, .rf-cal-sel, .rf-cal-edtr-btn-sel {
	background-color: #010101 !important;
	color: #fff !important;
}

/***************************************************************************************************/
/** TOOLTIP ****************************************************************************************/
/***************************************************************************************************/
.rf-tt {
	display: none;
	position: absolute;
}

.rf-tt-loading {
	display: none;
}

.rf-tt-cntr {
	background-color: #fff;
	border: 1px solid #333;
	display: inline-block;
	padding: 7px;
}

/***************************************************************************************************/
/** RIGHTS *****************************************************************************************/
/***************************************************************************************************/
.sectionCaptionBox {
	color: #fff;
	font-weight: bold;
	background-color: #aaa;
	border-top: 3px solid #000;
	margin-left: 18px;
	margin-right: 18px;
	padding: 5px 11px;
}

.whiteBox.rights {
	border-top: 0;
}

.arRightsTable {
	width: 100%;
}

.tableRightsRow td {
	padding: 5px 0;
	border-top: 1px solid #ddd;
}

.rightsCollection td {
	padding: 5px 0;
	border-top: none;
}

.tableRightsRow input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 0;
}

.arRightsTable td.valignTop {
	padding-top: 7px;
}

.arRightsTable .columnHeader {
	padding-left: 25px;
}

/***************************************************************************************************/
/** PICKLIST ***************************************************************************************/
/***************************************************************************************************/
.rf-pick-sel {
	border: 0;
	background-color: #ccc;
}

.rf-pick-btn {
	background-repeat: no-repeat !important;
	background-color: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #ddd;
	color: #333;
	padding-left: 17px;
}

.rf-pick-add-all, .rf-pick-add-all:hover {
	background-image: url("../img/picklist_add_all.png");
}

.rf-pick-add-all.rf-pick-btn-dis {
	background-image: url("../img/picklist_add_all_dis.png") !important;
}

.rf-pick-add, .rf-pick-add:hover {
	background-image: url("../img/picklist_add.png");
}

.rf-pick-add.rf-pick-btn-dis {
	background-image: url("../img/picklist_add_dis.png") !important;
}

.rf-pick-rem-all, .rf-pick-rem-all:hover {
	background-image: url("../img/picklist_remove_all.png");
}

.rf-pick-rem-all.rf-pick-btn-dis {
	background-image: url("../img/picklist_remove_all_dis.png") !important;
}

.rf-pick-rem, .rf-pick-rem:hover {
	background-image: url("../img/picklist_remove.png");
}

.rf-pick-rem.rf-pick-btn-dis {
	background-image: url("../img/picklist_remove_dis.png") !important;
}

.rf-pick-lst-dcrtn {
	margin: 0 5px;
}

.rf-pick-btn-dis {
	color: #ddd !important;
	border-color: #ddd !important;
}

.rf-pick-btn:hover {
	background-color: #ddd;
}

/***************************************************************************************************/
/** AUTOCOMPLETE ***********************************************************************************/
/***************************************************************************************************/
input[type="text"].rf-au-inp {
	margin-bottom: 0;
	width: 350px;
}

.rf-au {
	margin-bottom: 10px;
}

.rf-au-lst-scrl {
	width: 350px;
}

.rf-au-itm-sel {
	color: #fff;
}

.modal-warning-img {
	width: 30px;
	height: 30px;
	vertical-align: sub;
}

.rf-pp-hdr-cnt .modal-warning-txt {
	position: relative;
	top: -8px;
}

.autocompleteClient .rf-au-btn {
	background-color: #C0C0C0;
	background-image: none;
	top: 1px;
	position: relative;
	padding: 1px;
	left: -1px;
}

.autocompleteClient .rf-au-btn .rf-au-btn-arrow {
	background-color: #C0C0C0;
}

/***************************************************************************************************/
/** Loading - WaitPanel ***********************************************************************************/
/***************************************************************************************************/
#waitPanel_content {
	padding-top: 17px;
}

#waitPanel_content .text-loading {
	position: relative;
	top: -1px;
}

/***************************************************************************************************/
/** User - Header ***********************************************************************************/
/***************************************************************************************************/
#loggedUserInfoBox_body .text {
	background-image: url('../img/user.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px -1px;
}