html {
	overflow: hidden;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body#home {
	background-color: #262680;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body#homeFlat {
	background: #F1F5F9;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1#branding {
	margin: 0;
	padding: 0;
	height: 65px;
}

h1#branding img {
	border: 0px;
	padding-top: 5px;
	padding-left: 5px;
}

#container {
	min-height: 100%;
	position: relative;
}

#header {
	padding: 0px;
	height: 40px;
}

#header a:link {
	z-index: 999999;
	text-decoration: none;
}

#body {
	padding-bottom: 30px; /* Height of the footer */
}

#footer {
	position: absolute;
	padding-top: 6px;
	padding-left: 6px;
	bottom: 0;
	width: 100%;
	height: 20px; /* Height of the footer */
	/*background-image: url(images/footer_bg.png);*/
	font-family: Barlow;
	font-size: 13px;
	line-height: 20px;
	color: white;
	text-align: center;
}

#footer a:link {
	color: #F5A350;
	text-decoration: none;
}

/* visited link */
#footer a:visited {
	color: #2E2E99;
	text-decoration: none;
}

/* mouse over link */
#footer a:hover {
	color: #2E2E99;
	text-decoration: underline;
}

/* selected link */
#footer a:active {
	color: #2E2E99;
	text-decoration: underline;
}

#footerFlat {
	position: absolute;
	padding-top: 6px;
	padding-left: 6px;
	bottom: 0;
	width: 100%;
	height: 20px;
	background: #E6ECF8;
	color: #2f4f4f;
	font-family: Barlow;
	font-size: 11px;
	z-index: 999990;
}

#footerFlat a {
	color: #2f4f4f;
	text-decoration: none;
}

.MyWorkspace {
	position: absolute;
	top: 80px;
	bottom: 30px;
	width: 100%;
	height: 500px;
	min-height: 500px;
}

.errorMessage, .errorMessageHeader {
    font-family: "Barlow";
	font-size: 14px;
	font-style: italic;
	color: red;
}

.couponParamTable {
	width: 400px;
   font-family: "Barlow";
	font-size: 14px;
}

.FormItemHilite {
	font-family: "Barlow Semi Condensed";
	font-size: 14px;
	color: #0066CC;
	padding: 2px;
	border-top: 1px solid #abadb3;
	border-left: 1px solid #dbdfe5;
	border-right: 1px solid #dbdfe5;
	border-bottom: 1px solid #dbdfe5;
}

.gridBinderFilterFocused {
	background: #FFFAFA url(images/search_flat.png) no-repeat right;
	font-family: "Barlow Semi Condensed";
	font-size: 14px;
	border-top: 1px solid #abadb3;
	border-left: 1px solid #dbdfe5;
	border-right: 1px solid #dbdfe5;
	border-bottom: 1px solid #dbdfe5;
	color: #333333;
	-moz-outline-offset: -1;
}

.gridBinderFilter {
	background: #FFFAFA url(images/search_flat.png) no-repeat right;
	font-family: "Barlow Semi Condensed";
	font-size: 14px;
	border-top: 1px solid #abadb3;
	border-left: 1px solid #dbdfe5;
	border-right: 1px solid #dbdfe5;
	border-bottom: 1px solid #dbdfe5;
}

.comboBoxItemPickerCell, .comboBoxItemPickerCellOver {
	
}

.deribaseHeadline {
	font-family: Barlow;
	font-size: 12px;
	color: #FF6600;
	padding: 5px;
	text-align: right;
}

.deribaseHeadline a {
	color: #FF6600;
}

.printHeader {
   font-family: "Barlow";
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: none;
	border-right: none;
	border-collapse: collapse;
}

.printFormItem_Renamed {
	background: white;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-top: 1px solid #ababab;
	padding: 4px 2px 4px 2px;
	height: 18px;
	color: black;
   font-family: "Barlow";
	font-size: 14px;
	border: 1px solid #ababab;
}

.printFormItem {
	color: black;
   font-family: "Barlow";
	font-size: 14px;
	border: 1px solid #ababab;
}

.feature_subject {
	font-family: Barlow;
	font-size: 11;
	font-style: : normal;
	font-weight: bold;
}

.feature_summary {
	font-family: Barlow;
	font-size: 11;
	font-style: : italic;
	font-weight: normal;
	padding: 5px;
	margin: 5px;
	white-space: pre-wrap;
}

.feature_footnote {
	font-family: Barlow;
	font-size: 10;
	font-style: italic;
	font-weight: normal;
	padding: 5px;
	margin-top: 5px;
	margin: 5px;
	text-align: right;
}

.toolBar_Right {
	font-family: Barlow;
	font-size: 11px;
	padding-top: 2px;
}

.card {
	border-radius: 5px;
	display: inline-block;
	/* padding: 10px;*/
	position: relative;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
		rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	-webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
		rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	-moz-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
		rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	font-family: 'Barlow';
}

.expandRow {
  background-color: #FEFEFE;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  margin: 10px;
/*  margin-left: 35px;
  margin-right: 32px;
  border: 1px solid transparent;*/

}

.expandRow1 {
  background-color: #F5F5F5;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  margin: 10px;
}

.expandRow2 {
  background-color: #EBEBEB;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  margin: 10px;
}

.expandRow3 {
  background-color: #CCCCCC;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  margin: 10px;
}

.expandRowHome {
  background-color: #FEFEFE;
  display: inline-block;
  margin-left: 85px;
  margin-right: 31px;
  /*border: 1px solid transparent;*/
}

.bigHint::placeholder {
  font-size: 14px;
}

.mainSection {
}


.flatSecondaryBg {
	background: #262680;
	border: none;
	color: #FFFFFF;
	/*	color: #264C77;*/
}

.bigToolbar {
	font-size: 13px;
	color: #284D75;
}

.secondaryBg-z2 {
	background: #4D9BD2;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0
		rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0
		rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0
		rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	color: #f5f5f5;
}

.grey_bg {
	background: #FAFAFA;
}

.save_icon, .saveas_icon {
	fill: #E8EEF8;
}

.card, .card_with_border, .card_grey {
	color: black;
	border-radius: 4px;
}

.card_with_border {
	border: 1px solid #ababab;
}

.card_grey {
	background-color: #F0F0F0;
}

.card_header {
	font-family: "Barlow";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #262680;
	border-bottom: 1px solid #2E2E99;
}

.card_footer {
	background-color: #F0F0F0;
}

.whiteCard {
	background-color: #FEFEFE;
	color: black;
	border-radius: 10px;
}

.grayCard {
	background-color: #F5F5F5;
	color: black;
	border-radius: 10px;
}

.dropZone {
	border: 3px dashed #D1E0F5;
	text-align: center;
	padding: 5px;
}

.dragging {
	border: 3px dashed #284D75;
	background-color: #D1E0F5;
	padding: 5px;
}

.UploadProgress {
	background-color: rgba(209, 224, 245, 0.8);
	border: 1px solid #669AD2;
	padding: 5px;
	/*
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px
		rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px
		rgba(0, 0, 0, 0.24);
	*/
	box-shadow: 0 0 8px 0px rgba(60, 64, 67, 0.3);
}

.highlightPickList {
    color: #0066cc;
}

.pickListCellSelected .highlightPickList,
.pickListCellSelectedDark .highlightPickList,
.pickListCellSelectedOver .highlightPickList,
.pickListCellSelectedOverDark .highlightPickList {
    color: #FEFEFE;
}

.pickListCellImg {
    width: 12px;
    height: 12px;
}

.expandRow .card,
.expandRowHome .card {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

 .card {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.tabBarTopClip {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15px 100%);
}

.headerBand {
   border-bottom: 4px solid rgba(0, 0, 0, 0.1);
   margin-left: 4px;
   margin-right: 4px;
}

.pageFooter {
    background-color: #F1F5F9;
    line-height: 32px;
    text-align: center;
    font-size: 13px;
    color: #4F4F4F;
}

.pageFooter a {
    color: #2E2E99;
}

.leftTabContent {
    padding-left: 20px;
    padding-top: 20px;
    çpadding-right: 10px;
    color: #414141;
}

.leftTabContentOpened {
    padding-left: 20px;
    /*padding-top: 20px;*/
    /*çpadding-right: 10px*/;
    color: #414141;
}

#bodyContainer {
	background-image: url('../images/bg1.jpg');
	width: 100%;
	height: 100%;
	mix-blend-mode: normal;
    opacity: 0.5;
}

div#mainFrame {
	background-color: white;
}

.mainPage {
    background-color: #F1F5F9;
}
.go {
    background-image: url('../images/go.svg');
    background-repeat: no-repeat;
    background-position: right;
}

.goDownload {
    background-image: url('../images/downloadWhite.svg');
    background-repeat: no-repeat;
    background-position: center right 15px;
}

.signUpButton {
    color: #FFFFFF !important;
}

.subheader {
	font-family: Barlow;
	font-style: normal;
	font-weight: 500;
    font-size: 16px;
	line-height: 24px;
 	color: #2E2E99;
}

.serviceNoteHeader {
    background-color: white;
    font-family: "Barlow";
    color: #E57300;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.serviceNoteContent {
    background-color: white;
	font-family: "Barlow Semi Condensed";
    font-size: 12 px;
}

.wizardHeading {
    font-family: "Barlow";
    background-color: #F1F5F9;
	//box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    //border-radius: 8px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
    //margin-left: 4px;
    //margin-right: 4px;
    //border-bottom: 1px solid #2E2E99;
}
.wizardStep {
    color: #505050;
    align: center;
}

.wizardStep_Active {
    color: #000000;
    align: center;
}

.wizardStep_Done {
    color: #777777;
    align: center;
}

.wizardContent {
}

.wizardCircle {
     text-align: center;
 	line-height: 48px;
     font-size: 20px;
 	font-weight: 800;
 	width: 48px;
 	height: 48px;
 	border-radius: 24px;
 	color: #AFAFAF;
 	background-color: #2E2E99;
}

.wizardStep_Done .wizardCircle {
	background-color: #268044;
	color: #AFAFAF;

}

.wizardStep_Active .wizardCircle {
	background-color: #E57300;
	color: #FFFFFF;
}

.wizardStep_Error .wizardCircle {
	background-color: #e54f29;
	color: #FFFFFF;
}
.wizardTitle {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #262680;
  border-bottom: 1px solid #2E2E99;
}

.wizardNavigation {
    border-top: 4px solid rgba(0, 0, 0, 0.1);
    font-family: "Barlow";
    background-color: #F1F5F9;
}

.wizardNotification {
    font-family: "Barlow";
    color: #e54f29;
    line-height: 24px;
}

.wizardLauncherBackground {
  background: #262680;
  border-radius: 8px;
}

.wizardBackground {
  background: #F1F5F9;
  border-radius: 8px;
}


.wizardHeaderLauncher {
  padding: 5px;
  background: #262680;
  border-bottom: 1px solid rgba(33, 37, 41, 0.125);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.wizardBody {
  background-color: #F1F5F9;
  margin: 5px;
  outline: none;
  border-radius: 8px;

}

.bondWizard {
  background-color: #F1F5F9;
  margin: 5px;
  outline: none;
  border-radius: 8px;
}

.toBeValidated:after {
    content: "\A Defaulted, adjust if needed!";
    white-space: pre;
    font-size: 10pt;
    font-weight: normal;
    font-style: italic;
    color: #0096FF;
}

.toBeValidatedBox {
    border-color: #0096FF !important;
}

.dialogWindow {
  background-color: #F1F5F9;
  margin: 5px;
  outline: none;
  border-radius: 8px;
 }

.cellRightMargin30 {
	padding-right: 26px;
}

.cellRightMargin42 {
	padding-right: 38px;
}
