/*
 * General site design
 *
 * @author KARDOS Imre, 2015-2026
 */
/* Regular */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
}
/* Italic */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Italic-webfont.woff') format('woff'), url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-weight: 400;
  font-style: italic;
}
/* Light */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
/* Light Italic */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-LightItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-LightItalic-webfont.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
/* Semibold */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
/* Semibold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
/* Bold */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-weight: 700;
  font-style: normal;
}
/* Bold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-BoldItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype');
  font-weight: bold;
  font-weight: 700;
  font-style: italic;
}
/* Extra Bold */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'), url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
/* Extra Bold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
/****** SCREEN SIZES ********/
/***************************************************/
/****** SCREEN SIZES ACCORDING TO BOOTSTRAP ********/
/***************************************************/
/*******************************/
/***** BORDER RADIUS ***********/
/*******************************/
/****** RESET FONT-SIZES DEFINED IN BOOTSTRAP ******/
.select2-container--krajee .select2-selection,
.btn,
.form-control {
  font-size: 100%;
}
/*** except large buttons in .site-auto-login ***/
.btn-lg {
  font-size: 18px;
}
/***************************************************/
html,
body {
  background-color: #fefefe;
  color: #42555F;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  height: 100%;
}
.wrap {
  background-color: #fefefe;
  min-height: 100%;
  height: auto;
  margin: 0px auto -60px;
  padding: 0px 0px 60px;
  max-width: 1600px;
}
.wrap > .container {
  padding: 0px 15px 20px;
}
.site-index {
  padding-top: 40px;
}
.image-background {
  background: #007194;
  background: linear-gradient(180deg, #007194, #004662);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: -moz-available;
  width: -moz-available;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 60px;
  z-index: 0;
}
h1 {
  font-size: 175%;
}
h2 {
  font-size: 150%;
}
h3 {
  font-size: 125%;
}
h4 {
  font-size: 100%;
}
.info-text p {
  text-align: justify;
}
.footer {
  height: 60px;
  color: #EFEFEF;
  background-color: #004662;
  padding-top: 20px;
  bottom: 0;
  max-width: 100%;
  overflow-x: hidden;
}
.footer-container {
  max-width: 1600px;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
.footer .container {
  max-width: 1600px;
}
.footer a {
  color: #EFEFEF;
}
.info-snippet {
  position: fixed;
  left: 10px;
  font-size: smaller;
  bottom: 25px;
  background-color: #5F867C;
  color: #FFF;
  border-radius: 16px;
  box-shadow: 2px 2px 3px #403b3b;
  padding: 3px 10px;
}
.info-snippet abbr {
  text-decoration: none;
}
.jumbotron {
  text-align: center;
  background-color: #fefefe;
}
.jumbotron .btn {
  font-size: 150%;
  padding: 14px 24px;
}
.text-lg {
  font-size: 125%;
}
.huge {
  font-size: 200%;
}
.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding-top: 10px;
}
.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
  background-color: #0094C2;
  color: #EFEFEF;
  opacity: 1;
  vertical-align: middle;
  text-shadow: none;
  padding-top: 3px;
  padding-bottom: 3px;
}
.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
  background-color: #0094C2;
  color: #EFEFEF;
  opacity: 1;
  vertical-align: middle;
  text-shadow: none;
  margin: 1px 0 0 5px;
}
.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
  background-color: #0094C2;
}
.panel {
  background-color: #FFFFFF;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  border: 0px;
}
.panel .panel {
  border: 1px solid #DEDCD7;
  box-shadow: none;
}
.panel .panel .panel-heading .panel-title {
  font-size: 14px;
}
.panel-main {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-main .panel-heading h1 {
  font-size: large;
}
.panel-default .panel-heading {
  background-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.panel-card .panel-heading {
  padding: 15px 15px;
}
.panel-heading {
  padding: 10px 10px;
  min-height: 34px;
  margin-bottom: 5px;
}
.panel-main .panel-heading {
  padding: 6px 8px;
  min-height: 50px;
}
.panel-title {
  float: left !important;
  font-size: 100%;
  padding-right: 20px;
}
.panel-title-hint {
  clear: both;
  padding-top: 3px;
  margin-bottom: -10px;
  color: #42555F;
  font-size: 85%;
}
.panel-main .panel-title-hint {
  padding-bottom: 10px;
  color: #31708f;
}
.panel-heading h1,
.panel-heading h2 {
  margin-top: 4px;
}
.panel-main-heading h1 {
  margin-top: 0px;
}
.panel-link .panel-role-icon {
  font-size: xx-large;
  float: right;
  color: rgba(0, 0, 0, 0.1);
  margin-top: -20px;
}
.panel-main .panel-icon {
  display: none;
  font-size: 3.2em;
  float: left;
  margin-top: -10px;
  padding-right: 5px;
  color: #8ba2af;
}
.panel-extended-content {
  font-size: 12px;
  color: #8ba2af;
}
.panel-extended-content-right {
  margin-top: 2px;
}
.panel-extended-content-below {
  font-size: 12px;
}
.panel-body {
  background-color: #FFFFFF;
  color: #42555F;
  padding: 10px;
}
.panel-footer {
  border-top: 0;
  background-color: #FFFFFF;
  color: #42555F;
}
.panel-body + .panel-footer {
  padding-top: 0;
}
/* eq. task/view/comment/index-panel */
.panel div.summary {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}
.panel div.list-view > div.empty {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}
.panel ul.pagination {
  padding: 0px 15px;
}
.panel-select {
  border-radius: 16px;
  color: #42555F;
  background-color: #ecedee;
}
.panel-select .card-heading {
  font-size: 100%;
  padding: 25px 25px;
}
.panel-select:hover {
  text-decoration: none;
  background-color: #004662;
  color: #fefefe;
}
.dashboardmenuitem-link.restricted > .dashboardmenuitem.panel,
.dashboardmenuitem-link.restricted > .dashboardmenuitem.panel > .panel-icon,
.dashboardmenuitem-link.restricted > .dashboardmenuitem.panel > .panel-body > .panel-counter,
.dashboardmenuitem-link.restricted > .dashboardmenuitem.panel > .panel-body > .panel-text {
  cursor: not-allowed;
  background-color: #e6e6e6;
  color: #a3a3a3;
}
.inverted .dashboardmenuitem {
  background-color: #0194c2;
  color: #fefefe;
}
.inverted .dashboardmenuitem .panel-icon {
  color: #fefefe;
}
.inverted .dashboardmenuitem .portfolio-assetvalue-presenter {
  color: #fefefe;
  background-color: #0194c2;
  right: 60px;
  scale: 135%;
  position: relative;
  top: -20px;
  border-radius: 0;
}
.inverted .dashboardmenuitem .portfolio-assetvalue-presenter .value-date-error {
  float: right;
  color: #ffffff;
  font-weight: bold;
  border: 0;
  padding: 1px 10px;
  border-radius: 20px;
  background-color: #e37a6e;
}
.inverted .dashboardmenuitem .portfolio-assetvalue-presenter .error-msg {
  background-color: salmon;
  color: white;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: small;
}
.dashboardmenuitem {
  background-color: #ecedee;
}
.dashboardmenuitem .panel {
  background-color: transparent;
}
.dashboardmenuitem .panel-body {
  background-color: transparent;
}
.dashboardmenuitem {
  border-radius: 16px;
  padding-top: 1px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.dashboardmenuitem .panel-heading h1 {
  font-weight: bold;
}
.dashboardmenuitem-link:hover {
  text-decoration: none;
  color: #0094C2;
}
.dashboardmenuitem .panel-icon {
  font-size: xxx-large;
  text-align: right;
  color: #0094C2;
  position: absolute;
  bottom: 45px;
  left: 40px;
}
.dashboardmenuitem .panel-counter {
  font-weight: bold;
  font-size: x-large;
  text-align: right;
  color: #0094C2;
}
.dashboardmenuitem .panel-text {
  text-align: right;
  color: #42555F;
}
.dashboardmenuitem .panel-subtitle {
  font-weight: normal;
}
.panel-headline-html-crowded .portfolio-assetvalue-presenter {
  padding: 0px;
  max-width: fit-content;
  float: right;
  box-shadow: initial;
}
.portfolio-assetvalue-presenter {
  border-radius: 16px;
  padding: 15px;
}
.account-chooser-index-panel-simple-panel .portfolio-assetvalue-presenter {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  margin-top: -25px;
  margin-right: -15px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.account-chooser-index-panel-simple-panel .portfolio-assetvalue-presenter .error-msg {
  text-align: right;
}
.ed2cli-portal-account-info-view .account-chooser-accounts-list-container .badge {
  font-weight: normal;
}
.not-set {
  color: #cc5555;
  font-style: italic;
}
a {
  color: #0094C2;
}
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: '\e151';
}
a.desc:after {
  content: '\e152';
}
.sort-numerical a.asc:after {
  content: '\e153';
}
.sort-numerical a.desc:after {
  content: '\e154';
}
.sort-ordinal a.asc:after {
  content: '\e155';
}
.sort-ordinal a.desc:after {
  content: '\e156';
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #6d8a9a;
  font-size: 85%;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0px 0px 15px 0px;
}
.rowstamp {
  text-align: right;
  font-size: 85%;
}
.rowstamp-attribute {
  display: inline;
  margin: 5px;
}
.rowstamp-attribute-label {
  display: inline;
  margin-right: 4px;
  font-weight: bold;
}
.rowstamp-attribute-label:after {
  content: ': ';
}
.form-control {
  padding: 4px 7px;
  height: 34px;
}
hr.thin-line {
  display: block;
  position: relative;
  padding: 0;
  margin: 8px auto;
  height: 0;
  width: 100%;
  max-height: 0;
  font-size: 1px;
  line-height: 0;
  clear: both;
  border: none;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #ffffff;
}
.toolbar {
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
}
.toolbar .btn {
  font-weight: bold;
  border-radius: 20px;
  margin-bottom: -5px;
}
.toolbar .btn .glyphicon {
  top: 2px;
}
.toolbar-search {
  border: 2px solid #ecedee;
  border-radius: 16px;
  padding: 20px;
  display: inline-block;
  width: 100%;
  width: -moz-available;
  /* For Mozzila */
  width: -webkit-fill-available;
  /* For Chrome. */
}
.toolbar-action {
  float: right;
  bottom: 10px;
  right: 0px;
}
.toolbar-action .btn {
  margin-bottom: 10px;
  margin-right: 10px;
}
.toolbar .enumbar {
  display: inline-block;
}
.toolbar-search + .toolbar-action {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 0px;
}
.panel-heading .toolbar-action {
  min-height: 50px;
}
/* if there is something right on the toolbar, like invtra-order-forwcurr/index */
.panel-heading * ~ .toolbar-action {
  bottom: -30px;
}
.panel-heading-collapse-button .btn {
  float: left;
  padding: 3px 5px;
  margin-right: 5px;
}
.panel-heading-text-after-title {
  padding-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.button-in-detailview-field {
  float: right;
  padding: 0px 0px;
}
.button-in-detailview-field .btn {
  padding: 2px 7px;
}
@media screen and (max-width: 1200px) {
  .master-block:not(:first-of-type) {
    padding-top: 10px;
  }
}
.statebar {
  margin: 10px 0px 10px;
  float: left !important;
  line-height: 30px;
}
.statebar-item {
  display: inline;
  position: relative;
  margin: 5px;
  padding: 5px;
  border-radius: 4px;
}
.statebar-item-active {
  background-color: #004662;
  color: #EFEFEF;
}
.statebar-item-active:after {
  border-left: 8px solid #004662;
}
.statebar-item-inactive {
  background-color: #EFEFEF;
  color: #d6d6d6;
}
.statebar-item-inactive:after {
  border-left: 8px solid #EFEFEF;
}
.statebar-item:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -10px;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
[class~='statebar-item']:last-of-type:after {
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
}
.statebar-set {
  padding-top: 6px;
}
.statebar-set > .btn {
  padding: 1px 16px;
}
.btn-default:focus:active,
.btn-default.active.focus {
  color: #EFEFEF;
  background-color: #004662;
  border-color: #000000;
}
.btn-default:active,
.btn-default.active {
  color: #EFEFEF;
  background-color: #004662;
  border-color: #000000;
}
.btn-default:hover:active,
.btn-default.active:hover {
  color: #EFEFEF;
  background-color: #00222f;
  border-color: #000000;
}
.toolbar-search .form-group .btn-group > .btn {
  border-radius: 8px !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: -5px;
}
.toolbar-search .form-group .btn-group > .btn + .btn {
  margin-left: 5px!important;
}
.column-layout.btn {
  display: block;
  margin-bottom: 5px;
}
#autofiltersign {
  display: inline-block;
  margin-left: 10px;
}
.list-group-filter {
  padding: 0 0 5px;
}
#searchAccountNameId {
  width: 100%;
  height: 34px;
  border-color: #EFEFEF;
}
.list-group-item {
  display: flow-root;
}
.list-group-item:hover {
  color: #0094C2;
  background-color: #EFEFEF;
}
.list-group-item.active {
  color: #EFEFEF;
  background-color: #0094C2;
}
.list-group-item.active a {
  color: #EFEFEF;
  background-color: #0094C2;
}
.list-group-item.active:hover {
  color: #EFEFEF;
  background-color: #004662;
}
.list-group-item.active:hover a {
  color: #EFEFEF;
  background-color: #004662;
}
.navbar-fixed-top {
  max-width: 1600px;
  position: relative;
}
.navbar-right {
  margin-right: 0;
  margin-top: 6px;
}
.navbar-brand {
  padding: 0px;
}
.navbar-inverse {
  color: #EFEFEF;
  background-color: #004662;
  border-color: #00222f;
}
.navbar-inverse .navbar-brand {
  color: #EFEFEF;
}
.navbar-inverse .navbar-nav > li > a {
  color: #004662;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #EFEFEF;
  background-color: #004662;
}
.navbar-top-links li a {
  color: #EFEFEF;
}
.navbar-top-links li a:hover {
  background-color: #006a95;
}
.navbar-top-links .dropdown li a {
  background-color: #004662;
  color: #EFEFEF;
}
.navbar-top-links .dropdown li a i {
  margin-right: 5px;
}
.navbar-top-links .dropdown li a:hover {
  background-color: #006a95;
  color: #EFEFEF;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  background-color: #004662;
  color: #EFEFEF;
}
.dropdown-menu .divider {
  background-color: #006a95;
}
.navbar-top-links .dropdown-menu {
  background-color: #004662;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #006a95;
}
.nav > li {
  float: left;
}
.lower-navbar {
  clear: both;
}
.lower-navbar .nav-pills {
  margin-top: 10px;
  margin-bottom: -10px;
  margin-right: 15px;
  margin-left: 15px;
  font-weight: bold;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  border: 0px;
  border-radius: 16px;
  display: flex;
  justify-content: space-evenly;
  background-color: #fefefe;
  padding: 15px 0;
}
.lower-navbar .nav-pills .active a {
  color: #FFFFFF;
  background-color: #004662;
}
.lower-navbar .nav-pills > li > a {
  position: relative;
  border-radius: 8px;
}
.nav-pills > li > a {
  border-radius: 16px;
  color: #42555F;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #EFEFEF;
  background-color: #00222f;
}
.lower-navbar .navbar-nav > .active > a,
.lower-navbar .navbar-nav > .active > a:hover,
.lower-navbar .navbar-nav > .active > a:focus {
  color: #004662;
  background-color: #EFEFEF;
}
.enumbar .label {
  font-size: 100%;
  padding: 0 0 0;
}
.label-default {
  background-color: transparent;
  color: #42555F;
}
.label-primary {
  background-color: transparent;
  color: #0094C2;
}
.label-info {
  background-color: transparent;
  color: #004662;
}
.label-success {
  background-color: transparent;
  color: #64B500;
}
.label-warning {
  background-color: transparent;
  color: #F57E00;
}
.label-danger {
  background-color: transparent;
  color: #FF0000;
}
.btn {
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 20px;
}
.btn-primary {
  background-color: #0094C2;
  border: #0094C2;
}
.btn-primary:hover {
  background-color: #004662;
  border: #004662;
}
.btn-success {
  background-color: #64B500;
  border: #64B500;
}
.btn-success:hover {
  background-color: #488200;
  border: #488200;
}
.btn-info {
  background-color: #004662;
  border: #004662;
}
.btn-info:hover {
  background-color: #00222f;
  border: #00222f;
}
.btn-warning {
  background-color: #F57E00;
  border: #F57E00;
}
.btn-warning:hover {
  background-color: #c26400;
  border: #c26400;
}
.btn-danger {
  background-color: #FF0000;
  border: #FF0000;
}
.btn-danger:hover {
  background-color: #cc0000;
  border: #cc0000;
}
.btn-default {
  color: #42555F;
  background-color: #DEDCD7;
  border: #DEDCD7;
}
.btn-default[disabled] {
  color: #adc3cb;
  background-color: #ecedee;
  border: #ecedee;
}
.btn-default:hover {
  color: #EFEFEF;
  background-color: #b0ab9f;
  border: #b0ab9f;
}
.btn-default[disabled]:hover {
  color: #ffffff;
  background-color: #d1d4d6;
  border: #d1d4d6;
}
.button-icon {
  vertical-align: middle;
}
.table {
  border-bottom: 1px solid #ccdadf;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px 7px;
  vertical-align: middle;
}
.table thead > tr {
  background-color: #ebf6fa;
}
.table thead > tr a {
  color: #004662;
}
.table .btn {
  border-radius: 20px;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #004662;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #F57E00;
}
td > div.warning {
  font-weight: bold;
}
td > div.warning:after {
  position: relative;
  color: red;
  top: 5px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-size: 140%;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  padding-left: 5px;
}
td > div.warning:after {
  content: '\e101';
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #FF0000;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #64B500;
}
td.empty {
  background-color: #F57E00 !important;
}
td.match {
  background-color: #64B500 !important;
}
td.mismatch {
  background-color: #FF0000 !important;
}
td.justified {
  text-align: justify;
}
.detail-view td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/* blank space right of the last cell of the table to prevent scrollbar overlay */
/* no vertical borders inside tables */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-left: 0;
  border-right: 0;
  vertical-align: middle;
}
/* remove border from detail tables inserted after a row of the containing table */
.afterrow_container table {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 20px;
  border: none;
}
.checkbox-inline {
  margin-right: 15px;
}
.radiolist label {
  margin-right: 20px;
}
.date-range-inline {
  display: inline;
}
.date-range {
  clear: right;
}
.date-range-min {
  float: left;
  margin-right: 15px;
}
.date-range-max {
  float: left;
}
#MMTSImportFileInputLabel {
  float: none;
}
.form-group > .btn {
  float: right;
  margin-bottom: 15px;
  margin-left: 5px;
  font-weight: bold;
  display: block;
  border-radius: 20px;
  padding: 10px 15px;
}
.form-panel {
  margin-bottom: 40px;
}
.toolbar-search .btn {
  float: left;
  margin-right: 5px;
}
.form-inline > .btn {
  float: right;
}
.grid-view {
  clear: both;
}
.table .input-group-addon {
  padding: 2px 2px;
}
.table .form-control {
  height: 26px;
}
.table .filters .form-control {
  height: 34px;
}
.system-mode-test {
  background-color: #ffdb99;
}
.system-mode-test2 {
  background-color: #1aff1a;
}
.system-mode-test3 {
  background-color: #ffff99;
}
.system-mode-dev {
  background-color: #ff9999;
}
form div.required label.control-label:after {
  content: ' * ';
  color: red;
}
.comment-item .creator-user,
.work-item .creator-user {
  font-weight: bold;
}
.comment-item .creation-time,
.work-item .creation-time {
  font-size: 85%;
  color: #57707d;
}
.comment-item .description,
.work-item .description {
  margin-top: 5px;
  margin-bottom: 10px;
  clear: both;
}
.comment-item .toolbar-action {
  bottom: -28px;
  right: 8px;
}
.work-item .toolbar-action {
  bottom: -12px;
  right: 8px;
}
.work-item .work-time {
  float: right;
  font-weight: bold;
}
/* eq. task/view */
.task-type-icon {
  top: 7px;
  padding-left: 3px;
}
/* eq. task/view */
.field {
  padding: 8px;
}
.field-danger {
  color: #990000;
}
.field-label {
  color: #6d8a9a;
}
.field-value {
  float: left;
  padding-top: 3px;
  padding-right: 3px;
}
.field-value .btn {
  padding: 3px 7px;
}
.field-small {
  font-size: 85%;
}
.field > .btn {
  padding: 1px 16px;
  margin-top: 4px;
}
.button-placeholder {
  min-height: 22px;
}
.button-placeholder-sm {
  min-height: 10px;
}
.vertical-space {
  clear: both;
  min-height: 1em;
}
/*************************/
.time-field-min {
  padding-top: 24px;
}
/****** CARD *******/
.card-heading {
  font-size: 115%;
  font-weight: bold;
}
.panel-card .code {
  background-color: inherit;
}
/****** BREADCRUMB *******/
.breadcrumb {
  background-color: #FFFFFF;
  color: #0094C2;
}
.breadcrumb a {
  color: #0094C2;
}
.breadcrumb > li + li::before {
  padding: 0px 5px;
  color: #42555F;
  font-family: 'Glyphicons Halflings';
  font-size: 80%;
  content: '\e250';
}
/******* FILE UPLOAD  *********/
.fileupload-cell-preview {
  display: none;
}
.invflow-attachment-index > .panel-heading {
  overflow: hidden;
}
.invflow-attachment-form {
  margin-top: 10px;
}
/****** ADDRESS WIDGET *******/
.address {
  background-color: #f6f6f6;
  padding-top: 10px;
  margin-bottom: 10px;
}
.amt-registration-confirm-form-text {
  margin-top: 10px;
}
/****** ROW WITH EQUAL-HEIGHT COLUMNS ******/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row-eq-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.fill {
  height: 100%;
}
/***** workaround: make buttons below lead text aligned to bottom *****/
.fill .lead {
  min-height: 90px;
}
/****** CODE *******/
.code {
  font-family: "Lucida Console", Monaco, monospace;
  white-space: pre;
}
.jumbotron .big-code {
  font-size: 500%;
  font-weight: bold;
}
/****** JODIT TEXTEDITOR ********/
.jodit-container,
.jodit-container .jodit-workplace {
  min-height: 10px;
}
/****** ACCOUNT-ACCESS-ELIGIBILITY-COMPETENCE ******/
.badge-account-access-eligibility-competence {
  font-size: 12px;
  color: black;
  border-radius: 10px;
  margin: 1px;
  padding: 3px 3px 3px 3px;
  width: 19px;
}
.badge-success {
  background-color: #488200;
}
.badge-irrelevant {
  color: #57707d;
}
.account-access-eligibility-competence-body-cell-danger .badge-success {
  background-color: #990000;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-danger {
  background-color: #cc0000;
}
.badge-danger:hover {
  background-color: #953b39;
}
.account-access-eligibility-competence-head-cell {
  text-align: center;
}
.account-access-eligibility-competence-body-cell-success {
  background-color: #488200;
  text-align: center;
}
.account-access-eligibility-competence-body-cell-danger {
  background-color: #cc0000;
  text-align: center;
}
.field-numeric {
  text-align: right;
  white-space: nowrap;
}
.aligned-decimal {
  text-align: center;
  white-space: nowrap;
}
.field-date {
  white-space: nowrap;
}
.field-truncated {
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-collapse[aria-expanded=true] .fa-chevron-down {
  display: none;
}
.btn-collapse[aria-expanded=false] .fa-chevron-up {
  display: none;
}
.dropdown-notification {
  max-height: 500px;
  overflow-y: scroll;
}
/******** GRID-VIEW ********/
.grid-view.table-responsive div.empty {
  display: none;
}
.grid-message-row {
  background-color: #FF0000;
}
/******** ALERT (NOTIFICATION) ********/
.alert {
  border-radius: 16px;
}
.alert-from-user {
  float: left;
  font-weight: bold;
  padding-right: 5px;
}
.alert-message {
  padding-top: 5px;
}
.alert-link {
  padding-top: 5px;
}
/******** HISTORY ********/
.history {
  margin-top: -15px;
  list-style-type: none;
  position: relative;
}
.history:before {
  content: ' ';
  background: #EFEFEF;
  display: inline-block;
  position: absolute;
  left: 9px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
.history-item {
  margin: 10px 0;
  padding-left: 23px;
}
.history-item:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #DEDCD7;
  left: 0px;
  width: 20px;
  height: 20px;
  z-index: 400;
}
.history-header {
  padding-bottom: 10px;
  padding-left: 5px;
}
.history-endstate {
  font-size: unset;
  font-weight: bold;
}
.history-time {
  float: left;
  padding-right: 10px;
  font-weight: bold;
}
.history-description {
  padding-left: 10px;
}
.history-description.history-newitem,
.history-description.history-nochange {
  padding-left: 16px;
  padding-bottom: 5px;
}
.history-description .table {
  table-layout: fixed;
}
.history-description .table td.history-changed-label {
  width: 20%;
}
.history-changed-previous {
  width: 39%;
}
.history-changed-caret {
  width: 2%;
}
.history-changed-actual {
  width: 39%;
}
.history .list-view {
  padding-top: 10px;
  margin-left: 30px;
}
.no-code-entry-found {
  background-color: #FF0000;
  padding: 3px 6px;
  border-radius: 4px;
}
.login-navbar .language-chooser {
  position: relative;
  float: none;
  left: 0;
  right: 0;
  top: 20px;
  bottom: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
}
.site-login-companylogo {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
}
.container-centered {
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 1em 2em;
  display: table;
  border-radius: 16px;
}
.form-centered {
  background-color: #FFFFFF;
  width: 500px;
  height: 350px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 1em 2em;
  display: table;
  border-radius: 16px;
}
.site-login h1,
.site-first-login h1 {
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
.site-login form,
.site-first-login form {
  margin-left: 40px;
  margin-right: 40px;
}
.site-login p,
.site-first-login p {
  text-align: center;
}
.site-login .btn,
.site-first-login .btn {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.site-login .help-block,
.site-first-login .help-block {
  text-align: left;
}
#loginform-password-showhidepsw-addon {
  cursor: pointer;
}
.site-login-footer {
  margin-top: 2em;
}
.site-password-reset-request {
  width: 400px;
  height: 250px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 1em 2em;
  display: table;
  border-radius: 16px;
}
.site-password-reset-request h1 {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
.site-password-reset-request .btn {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.site-password-change {
  width: 400px;
  height: 450px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 1em 2em;
  display: table;
  border-radius: 16px;
}
.site-password-change h1 {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
.site-two-factor-login {
  width: 400px;
  height: 250px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 1em 2em;
  display: table;
  border-radius: 16px;
}
.site-two-factor-login h1 {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
.site-two-factor-login .btn {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.site-auto-login {
  width: 500px;
  height: 200px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 1em 2em;
  display: table;
  border-radius: 4px;
}
.site-auto-login h1 {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
/******** SESSION COUNTDOWN TIMER ********/
.session-timer {
  background-color: transparent;
  float: right;
  margin: 10px 20px;
  padding: 6px 12px;
  height: auto;
}
.session-timer-label {
  margin-right: 5px;
}
.session-timer-min,
.session-timer-sec {
  font-weight: bold;
}
.session-timer-time-delimiter {
  margin-left: 2px;
  margin-right: 2px;
}
/******** LANGUAGE CHOOSER ********/
.language-chooser {
  font-weight: bold;
  float: right;
  margin: 10px 20px;
  padding: 6px 12px;
  height: auto;
}
.lang-delimiter {
  color: #0094C2;
}
.lang-actual {
  color: #EFEFEF;
}
.navbar-inverse .lang-actual {
  color: #EFEFEF;
}
#language-chooser-link,
#language-chooser-link:hover {
  cursor: pointer;
  color: #0094C2;
}
/******** ATTACHMENT COUNT ********/
.attachment-count i {
  padding-right: 3px;
}
/******** PROGRESS HEADER ********/
.progress-header h2 {
  padding-top: 1em;
}
.progress-railmap-box {
  width: auto;
}
.progress-railmap li img {
  width: 15px;
}
.progress-railmap {
  counter-reset: step;
  margin-bottom: 9em;
  margin-top: 2em;
}
.steps-1 {
  width: 100%;
}
.steps-2 {
  width: 50%;
}
.steps-3 {
  width: 33.33333333%;
}
.steps-4 {
  width: 25%;
}
.steps-5 {
  width: 20%;
}
.steps-6 {
  width: 16.66666667%;
}
.steps-7 {
  width: 14.28571429%;
}
.steps-8 {
  width: 12.5%;
}
.steps-9 {
  width: 11.11111111%;
}
.steps-10 {
  width: 10%;
}
.steps-11 {
  width: 9.09090909%;
}
.steps-12 {
  width: 8.33333333%;
}
.progress-railmap li {
  list-style-type: none;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  color: #42555F;
}
.progress-railmap li:before {
  width: 33px;
  height: 33px;
  content: counter(step);
  counter-increment: step;
  line-height: 29px;
  border: 2px solid #42555F;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #fefefe;
  position: inherit;
  z-index: 2;
}
.progress-railmap li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #42555F;
  top: 15px;
  left: -50%;
}
li.longstep:after {
  color: #fefefe;
  border: 1px dashed;
}
.progress-railmap li:first-child:after {
  content: none;
}
.progress-railmap li.done {
  color: #004662;
}
.progress-railmap li.active {
  color: #0094C2;
}
.progress-railmap li.done:before {
  border-color: #004662;
  background-color: #004662;
  color: #EFEFEF;
}
.progress-railmap li.active:before {
  border-color: #0094C2;
  background-color: #0094C2;
  color: #EFEFEF;
}
.progress-railmap li.done + li:after {
  background-color: #004662;
}
.progress-railmap li.active.success {
  color: #3c763d;
}
.progress-railmap li.active.success:before {
  font-family: FontAwesome;
  content: "\f00c";
  font-size: large;
  border-color: #3c763d;
  background-color: #3c763d;
  color: white;
}
.progress-railmap li.active.fail {
  color: #a94442;
}
.progress-railmap li.active.fail:before {
  font-family: FontAwesome;
  content: "\f00d";
  font-size: large;
  border-color: #a94442;
  background-color: #a94442;
  color: white;
}
.progress-railmap li.success {
  color: #3c763d;
}
.progress-railmap li.success:before {
  font-family: FontAwesome;
  content: "\f00c";
  color: #3c763d;
}
.sfc-progress-bar {
  margin-top: 0.5em;
  margin-bottom: 8em;
  margin-left: -25px;
}
.sfc-status {
  border-radius: 4px;
  font-size: 110%;
  min-height: 37px;
}
.sfc-status.info {
  background-color: #EFEFEF;
}
.sfc-status.success {
  background-color: #c7ff82;
}
.sfc-status.danger {
  background-color: #ffcccc;
}
.sfc-status-name {
  padding-top: 8px;
  padding-left: 10px;
}
.sfc-status-description {
  padding: 10px;
}
.sfc-transition-description {
  padding: 10px 0;
}
.sfc-transition-condition {
  padding: 10px 0;
}
/******** ATTACHMENT ICON ********/
.invpob-item-attachment-index-iconbar {
  margin-left: 8px;
}
.attachment-icon {
  border: 1px solid lightgray;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.attachment-icon-icon {
  float: left;
  padding-right: 10px;
}
.attachment-icon-name {
  padding-top: 4px;
}
/******** CAPTCHA ********/
.captcha .btn {
  float: right;
  margin-top: 5px;
  border-radius: 20px;
}
/******** ACCOUNT OWNERS PANEL *********/
.account-owners-panel {
  border: 0px;
  background-color: #ebf6fa;
  padding: 20px;
  border-radius: 16px;
  margin: 15px;
}
.account-owners-panel .account-owner-data {
  min-height: 30px;
}
.account-owners-panel .account-owner-data .title {
  font-size: 120%;
  float: left;
  margin-right: 20px;
}
.account-owners-panel .account-owner-data .current-owner-code {
  font-weight: bold;
  font-size: 120%;
  float: left;
  margin-right: 15px;
}
.account-owners-panel .account-owner-data .current-owner-name {
  font-weight: bold;
  font-size: 120%;
  float: left;
  margin-right: 25px;
}
.account-owners-panel .owner-chooser-button {
  float: right;
  margin-top: -35px;
}
.account-owners-panel .owner-chooser-button .btn {
  color: #fefefe;
  background-color: #0194c2;
}
.account-owners-panel .owner-chooser-button .btn:hover {
  background-color: #00475d;
}
#owner-chooser-popup .modal-dialog {
  width: 992px;
}
.balance {
  text-align: right;
  margin-right: 7px;
}
.combined-selector-collapse {
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 8px !important;
  padding-bottom: 10px !important;
  margin-right: 0 !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.tab-content {
  padding-top: 10px;
}
table thead {
  position: sticky;
  top: 0;
  background-color: #EFEFEF;
}
.sfc-view-data-panel table.detail-view th {
  width: 25em;
  /* sets width of label column */
}
.invtra-money-transfer-request-view .sfc-view-data-panel table.detail-view th {
  width: 30em;
  /* sets width of label column */
}
.invtra-trade-error-correction-request-view .sfc-view-data-panel table.detail-view th {
  width: 35em;
  /* sets width of label column */
}
.invcore-sfc-transition-template-set-state-form-panel .btn {
  white-space: normal;
}
.chart-panel {
  margin-top: 10px;
  border-radius: 16px;
  background-color: #ebf6fa;
}
.chart-panel .panel-body {
  background-color: #ebf6fa;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
