/** Add css rules here for your application. */
.header_obwyse {
	font-size: 13px !important;
}

.context_obwyse_overflow{
 height: 47px !important;
 padding-top: 11px !important;
}

.serverResponseLabelError {
  color: red;
}

.thumbnail{
	background-repeat:no-repeat;
	background-size:contain;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}

.fontWeightBold,
.fontWeightBoldFocused,
.fontWeightBoldDisabled,
.fontWeightBoldError{
	font-weight: bold;
}

.invoiceCreationPadding{
	border: 1px solid red;
	margin-bottom: 7px !important;
}

.lockAppScreen{
	background-color: rgba(63,63,63,0.3);
}

.lockAppScreenText{
	font-size: 40px;
}

.formComponentSpacingTop{
	padding-top: 35px;
}

.userNotificationInfo {
	background-color: #002846;
}

.userNotificationOkay {
	background-color: #7CB430;
}

.userNotificationWarning {
	background-color: #EABB00;
}

.userNotificationError {
	background-color: #B32D21;
}

.logo {
	padding-left:8px;
	/*margin-top:8px;
	margin-bottom:8px;*/
}

.form {
	font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
}

.main2Layout {
	font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
}

.mainLayout {
	background-attachment: fixed;
	background-position: no-repeat;
	background-position-y: center;
	background-position-x: center;
	background-size:cover;
	background-origin:padding-box;
	background-clip: border-box;
	background-color: transparent;
}

.legalFooterLinks{
	font-size: 15px;
}

.legalFooterLinks a{
	text-decoration: none;
	color: #002846;
}

.legalFooterCopyright{
	font-size: 14px;
}

.btnLayout {
	font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
	margin-left:8px;
	margin-bottom:8px;
}

.loginLeftTextLayout{
	padding: 30px;
	background-color: rgb(124, 180, 48);
	color: #fff;
}
.loginLeftTextHeader {
	font-size: 22px;
	margin-top: 0px;
	font-weight: normal;
	padding-bottom:25px;
}

.loginLeftText{
	font-weight: normal;
	line-height: 18px;
	font-size: 14px;
}
.contextMenuFont{
	font-size: 13px;
}

/*
	Wizard
*/


.wizard_step_block {
	/*display: block;*/
	height:51px;
	/*line-height: 50px;*/
	padding-right:7px;
	font-size: 12px;
	/*width: 100%;*/
	text-align: right;
	color:#fff;
	/*margin-bottom: 25px;*/
	font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
	background-position: left;
	background-repeat: no-repeat;
	background-size: 51px 51px;
	-webkit-border-top-left-radius: 51px;
	-webkit-border-bottom-left-radius: 51px;
	-moz-border-radius-topleft: 51px;
	-moz-border-radius-bottomleft: 51px;
	border-top-left-radius: 51px;
	border-bottom-left-radius: 51px;
	font-weight: 300;
	text-decoration: none;
}

.wizard_step_block:hover, .wizard_step_block:focus {
	color:#fff;
	text-decoration: none;
}

.wizard_step_block_uncheck1 {
	background-color: #002846;
	background-image: url("images/Oxseed/wizard/uncheck_blue_basic.svg");
}

.wizard_step_block_unchecked {
	background-color: #f0f0f0;
	background-image: url("images/Oxseed/wizard/uncheck_grey_basic.svg");
}

.wizard_step_block_unchecked_current {
	background-color: rgb(124, 180, 48);
	background-image: url("images/Oxseed/wizard/uncheck_green_basic.svg");
}

.wizard_step_block_check_current {
	background-color: rgb(124, 180, 48);
	background-image: url("images/Oxseed/wizard/check_green_basic.svg");
}

.wizard_step_block_check {
	cursor: pointer !important;
	background-color: #002846;
	background-image: url("images/Oxseed/wizard/check_blue_basic.svg");
}

.wizard_step_block_uncheck_current_blue {
	background-color: #009fdc;
	background-image: url("images/Oxseed/wizard/uncheck_lightblue_intro.svg");
}

.wizard_step_block_check_current_blue {
	background-color: #009fdc;
	background-image: url("images/Oxseed/wizard/check_lightblue_intro.svg");
}

.wizard_step_block_font {
	color: #fff;
}

.regWizardControls{
	padding-left: 8px;
}

.regWizardHeader{
	font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
	padding-left: 8px;
	font-size: 30px;
	font-weight: 500;
}

.regWizardPageDescription{
	padding-left: 8px;
	font-size: 22px;
	font-weight: 500;
}
.btnLoginFont{
	font-size: 13px;
}

.helpTooltip{
	background-color: #0F2343;
	font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
	color: #FFF;
}

.loginAppPageText{
	/*max-width: 1328px;
	margin: 0 auto;*/
	/*padding-top: 37px;
	padding-left: 39px;
	padding-right: 39px;*/
	font-size:14px;
	font-weight: 400;
}

.loginAppPageHeader {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 25px;
	font-size: 40px;
}

.emptyPageMessage {
	font-weight: normal;
	font-size: 24px;
	font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
	color: #cccccc;
}

.emptyPageMessageBlue {
	font-weight: normal;
	font-size: 24px;
	font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
	color: #002846;
}