/*
############# 'DEFAULT' SKIN STYLES ##############
Default skin

SCREEN SIZE DEFINITIONS FROM PRIMEFACES
  mini   :        -> 480px
  phone  : 481px  -> 640px
  tablet : 641px  -> 1024px
  desktop: 1025px -> 1440px
  xlarge : 1440px
  ex:
   @media only screen and (min-width: 641px) and (max-width: 1024px) */

@font-face {
    font-family: 'RomainRegular';
    src: url('./fonts/romainheadline-regular.eot.face?ln=ch.eri.ebank.jsf.skin.afr.css');
    src: url('./fonts/romainheadline-regular.eot.face?ln=ch.eri.ebank.jsf.skin.afr.css?#iefix') format('embedded-opentype'),
       url('./fonts/romainheadline-regular.woff.face?ln=ch.eri.ebank.jsf.skin.afr.css') format('woff'),
       url('./fonts/romainheadline-regular.ttf.face?ln=ch.eri.ebank.jsf.skin.afr.css') format('truetype'),
       url('./fonts/romainheadline-regular.svg.face?ln=ch.eri.ebank.jsf.skin.afr.css#RomainRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvertaRegular';
    src: url('./fonts/avertastd-regular-webfont.eot.face?ln=ch.eri.ebank.jsf.skin.afr.css');
    src: url('./fonts/avertastd-regular-webfont.eot.face?ln=ch.eri.ebank.jsf.skin.afr.css?#iefix') format('embedded-opentype'),
       url('./fonts/avertastd-regular-webfont.woff.face?ln=ch.eri.ebank.jsf.skin.afr.css') format('woff'),
       url('./fonts/avertastd-regular-webfont.ttf.face?ln=ch.eri.ebank.jsf.skin.afr.css') format('truetype'),
       url('./fonts/avertastd-regular-webfont.svg.face?ln=ch.eri.ebank.jsf.skin.afr.css#AvertaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
:root {
  --afra-red: #d52b1e;
  --afra-grey: #808285;
}

html, body, form {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'AvertaRegular', "Helvetica Neue",Helvetica,Arial,sans-serif;
  transition: all 0.3s ease-out 0s;
}
a {
  transition: color 0.3s ease-out 0s;   outline: none;
}
.olyLink {
    color: var(--afra-red);
}

.olytpl-def-contentside.unlogged {
    height: 100%;
}
.olytpl-def-contentside.unlogged .olytpl-def-header,
.olytpl-def-contentside.unlogged .olytpl-def-footer {
    display: none;
}
.olytpl-def-contentside.unlogged .olytpl-def-content {
    margin-top: 0px;
    padding: 0px;
}
.olytpl-def-contentside.unlogged .olytpl-def-content > div {
    height: 100%;
}
.olytpl-def-footer {
    left: 271px;
}

:focus {
    outline: 0px;
}

/***  Session Menu */
.session-menu {
  float: right;
}
.session-menu-trigger-button {
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.session-menu-trigger-button .ui-widget-content {
    color: var(--afra-grey);
}
.session-menu-trigger-button label {
    padding-left: 10px;
    padding-right: 5px;
    cursor: pointer;
}
.session-menu-slide.ui-menu.ui-widget {
    border: none;
    padding: 0px;
}
.olytpl-def-contentside .olytpl-def-header .session-menu .olySessionInfo {
    padding: 10px;
    text-align: left;
}
.session-menu .ui-icon-triangle-1-e {
/*     padding-right: 10px; */
    margin-top: 10px;

}
.session-menu span {
    font-size: 14px;
    font-weight: 400;
}
.session-menu .ui-menu.ui-widget li > .ui-menuitem-link {
    padding-top: 7px;
    padding-bottom: 7px;
}
.session-menu .ui-menuitem-text {
    line-height: 36px;
}
.session-menu .ui-menuitem-icon {
    padding-top: 10px;
    padding-right: 5px;
}
.session-menu .ui-menu.ui-widget li > .ui-menuitem-link {
    color: var(--afra-grey);
}
.session-menu .ui-menu.ui-widget li > .ui-menuitem-link.ui-state-hover {
    background-color: #d4d4d4;
    color: var(--afra-red);
    background-image: none;
}

.system-alert-content {
    border-radius: 3px;
}
.system-alert-header {
  background-color: #F3F4F6;
  border-color:#F3F4F6;
  border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.system-alert-header h2 {
  margin: 10px;
}
.system-alert-footer {
  padding: 10px;
  background-color : #e2e4e6;
  border-color:#e2e4e6;
}
/** hide main menu for settings and info */
.ui-panelmenu-panel.myInformations {
    display: none;
}
.ui-panelmenu-panel.GlobalSettingsMenu {
    display: none;
}

/*** Specificities for some screen */
.BVR .olyDetPnl {
  background-color: #fff0f0!important;
}

.BVO .olyDetPnl {
  background-color: #f8ebdf!important;
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: 'AvertaRegular', "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.olyOutTxtComponent.olyNumericComponent .olyOutTxt,
.olyOutTxtComponent.olyAmountComponent .olyOutTxt,
.olyOutTxtComponent.olyPercentComponent .olyOutTxt,
.olyChart tspan, .olyChart text {
  font-family: 'AvertaRegular', "Monaco",monospace;
  font-size: 13px;
  font-weight: normal;
}
.olyOutTxtComponent.olyAmountComponent {
  min-width: auto;
}

.olyChart.defaultBarCompact tspan, .olyChart.defaultBarCompact text {
  font-size: 10px;
}
.olyDatTbl th .innner_line {
    display: inline-block;
    margin-right: 3px;
}
.olyDatTbl.ui-datatable td.olyColumnFormatN,
.olyDatTbl.ui-datatable td.olyColumnFormatA,
.olyDatTbl.ui-datatable td.olyColumnFormatP {
  font-family: 'AvertaRegular', "Monaco",monospace;
  font-size: 13px;
  font-weight: normal;
}

.olyDatTbl.ui-datatable thead th.olyColumnFormatN,
.olyDatTbl.ui-datatable thead th.olyColumnFormatA,
.olyDatTbl.ui-datatable thead th.olyColumnFormatP {
  text-align: right;
}
.olyDatTbl.ui-datatable thead th.olyColumnFormatR,
.olyDatTbl.ui-datatable thead th.olyColumnFormatM,
.olyDatTbl.ui-datatable thead th.olyColumnFormatT,
.olyDatTbl.ui-datatable thead th.olyColumnFormatD {
  text-align: left;
}

.titleContainer .title {
  color: white;
  text-align: center;
  font-size:36px;
  font-weight: 300;
  line-height: 88px;
}

.localeContainer.olyDetPnl {
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}
.securityContainer.olyDetPnl {
  background-color: transparent;
}

.localeContainer .localeFlag {
    text-decoration:none;
}

/*placeholders*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--afra-grey);
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: var(--afra-grey);
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--afra-grey);
}

/* Highlighted table rows and menu items.*/
.olyDatTbl .ui-state-highlight, .olyDatTbl .ui-widget-content .ui-state-highlight, .olyDatTbl .ui-widget-header .ui-state-highlight, .olySelOneMnu .ui-state-highlight, .olySelOneMnu .ui-widget-content .ui-state-highlight, .olySelOneMnu .ui-widget-header .ui-state-highlight,
.olySelManyMnu .ui-selectlistbox-item.ui-state-highlight {
  background-image: -moz-linear-gradient(top, #949798, #4c697f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#949798), to(#4c697f));
  background-image: -webkit-linear-gradient(top, #949798, #4c697f);
  background-image: -o-linear-gradient(top, #949798, #4c697f);
  background-image: linear-gradient(to bottom, #949798, #4c697f);
}

/* menuBar */
.oly-menu {
  background-color: #fff;
  border: none;
}
.oly-menu .oly-menu-hdr {
  display: table;
  margin: 0 auto;
  color:white;

  background: url(./css-images/logo-afrasia.png.face?ln=ch.eri.ebank.jsf.skin.afr.css) no-repeat center;
  background-size: 90%;
  background-color: #fff;

  width: 100%;
  height: 70px;
  padding-top: 5px;
  padding-bottom: 5px;

}

.oly-menu .oly-menu-hdr span{
  display: table-cell;
  vertical-align: middle;
}

.oly-menu .oly-menu-hdr span label {
  display: none;
}


.oly-menu .ui-panelmenu .ui-panelmenu-header,
.oly-menu .ui-panelmenu .ui-panelitem-header {
  border-top-color: #404a4e;
}
/*.oly-menu .ui-widget-content,*/
.oly-menu .ui-panelmenu .ui-panelmenu-header.ui-state-active,
.oly-menu .ui-panelmenu .ui-panelmenu-header.ui-state-active a,
.oly-menu .ui-panelmenu .ui-panelitem-header.ui-state-active.oly-has-anchors,
.oly-menu .ui-panelmenu .ui-panelmenu-header.ui-state-hover,
.oly-menu .ui-panelmenu .ui-panelmenu-header a:hover,
.oly-menu .ui-panelmenu .ui-panelitem-header a:hover,
.oly-menu .ui-panelmenu .ui-panelitem-header a.ui-menuitem-link:hover,
.oly-menu .ui-panelmenu-content .ui-menuitem-link.ui-state-hover,
.oly-menu a.oly-anchor:hover {
  background-color: #D4D4D4;
  color: var(--afra-red);
}
.oly-menu .ui-panelmenu .ui-panelmenu-header a,
.oly-menu .ui-panelmenu .ui-panelitem-header a.ui-menuitem-link {
  color: var(--afra-grey);
  text-shadow: none;
}
.oly-menu .ui-panelmenu .ui-menuitem-link,
.oly-menu .ui-panelmenu .ui-menuitem-link a.oly-anchor {
  color: var(--afra-grey);
  text-shadow: none;
}
.oly-menu .ui-panelmenu .oly-menuitem-active .ui-menuitem-link,
.oly-menu .ui-panelmenu .ui-panelitem-header.oly-menuitem-active a.ui-menuitem-link {
    color: var(--afra-red);
}
/* .oly-menu .ui-panelmenu .ui-panelmenu-header a:hover, */
/* .oly-menu .ui-panelmenu .ui-panelmenu-header.ui-state-hover a:hover, */
/* .oly-menu .ui-panelmenu .ui-panelitem-header a.ui-menuitem-link:hover{ */
/*   color: #000; */
/* } */
.oly-menu .ui-panelmenu .ui-menuitem-link:hover,
.oly-menu .ui-panelmenu .ui-menuitem-link a.oly-anchor:hover {
   color: var(--afra-red);
}
.oly-menu .ui-widget-content/*,
.oly-menu .ui-panelmenu .ui-panelmenu-header.ui-state-active,
.oly-menu .ui-panelmenu .ui-panelitem-header.ui-state-active.oly-has-anchors,
.oly-menu .ui-panelmenu .ui-panelmenu-header.ui-state-hover,
.oly-menu .ui-panelmenu .ui-panelmenu-header a:hover,
.oly-menu .ui-panelmenu .ui-panelitem-header a:hover,
.oly-menu .ui-panelmenu-content .ui-menuitem-link.ui-state-hover,
.oly-menu a.oly-anchor:hover*/ {
  background-color: transparent;
}

.oly-menu .ui-panelmenu .ui-menuitem-text {
  line-height: 36px;
}

.oly-menu .ui-panelmenu .oly-menuitem-active {
  color: var(--afra-red);
  border: none;
  background-color:var(--afra-grey);
}
.oly-menu .ui-panelmenu .oly-menuitem-active.oly-has-anchors {
  background:none;
}

.oly-menu .ui-panelmenu .ui-panelitem-header .ui-icon,
.oly-menu .ui-panelmenu .ui-panelmenu-header .ui-icon {
    margin-top: -10px;
}


a.oly-menu-toggle-btn,
.oly-xtramenu-item {
  color: #5c666a;
}
.oly-xtramenu-item .oly-xtramenu-flag {
  background-color: #EF1800;
  color: whitesmoke;
}

.oly-menu .ui-panelmenu .ui-panelmenu-header,
.oly-menu .ui-panelmenu .ui-panelitem-header {
  border-radius: 0px;
  border: 0;
  /*background: transparent;*/
  border-top: none;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.oly-menu .ui-panelmenu .ui-panelmenu-header .ui-menuitem-text,
.oly-menu .ui-panelmenu .ui-panelitem-header .ui-menuitem-text,
.oly-menu .ui-panelmenu-content .ui-menuitem-link  .ui-menuitem-text  {
  padding-left: 10px;
}

.oly-menu .ui-panelmenu-content .ui-menuitem-link {
  font-size: 14px;
}

.oly-menu {
  width: 270px;
}
@media (max-width: 1024px) {
  .olytpl-def-content {
    margin-left: 0px;
  }
  .olytpl-def-contentside .olytpl-def-header {
    left: 0px;
  }
  .olytpl-def-menuside .oly-menu,
  .olytpl-gbm-content .oly-menu {
     top: 0px;
  }

  .olytpl-def-contentside .olytpl-def-header {
     background-image: url("./css-images/svg/logo-afrasia.svg.face?ln=ch.eri.ebank.jsf.skin.afr.css");
     background-position: 100px 50%;
     background-repeat: no-repeat;
     background-size: 100px 100px;
  }
  .olytpl-def-footer, .olytpl-gbm-footer {
      left: auto;
  }
}

/* inputs */
.olyInpTxtError,
.olyInpSecError,
.olyInpTextAreaError,
.olySelOneMnuError.ui-selectonemenu,
.olySelOneManyError,
.olySelOneRadError,
.olySelInpTxtError,
.ui-inputfield.ui-state-error, .ui-widget-header .ui-inputfield.ui-state-error, .ui-widget-content .ui-inputfield.ui-state-error {
   border-color: #b94a48;
}

.ui-inputfield.ui-state-focus,
.ui-widget-content .ui-inputfield.ui-state-focus,
.ui-widget-header .ui-inputfield.ui-state-focus {
  border-color: #cccccc;
  box-shadow: inherit;
}


/*Plain buttons*/
.olyPlainBtn, a.olyPlainBtn, a:visited.olyPlainBtn {
  color: #333333;
}

/* Buttons */
.olyBtn-notAllowed, .ui-state-disabled.olyBtn,
.olyFileUpload .ui-state-disabled.ui-button {
  filter: alpha(opacity=65);
  opacity: .65;
}
.olyBtn, a.olyBtn, .ui-state-disabled.olyBtn {
  color: #5c666a;
  background-color: #eff3f6;
  border-color: #5c666a;
}
.olyBtn:hover {
  color: #5c666a;
  background-color: #d7e9f6;
  border-color: #5c666a;
}
/* submit */
.olySubmitBtn, a.olySubmitBtn, .ui-state-disabled.olySubmitBtn {
  color: #ED2D24;
  background-color: transparent;
  border-color: #ED2D24;

  text-transform: uppercase;
 font-family: 'AvertaRegular', sans-serif;

     transition: all 0.3s ease-out 0s;

}
.olySubmitBtn:hover {
  color: #FFF;
  background-color: #ED2D24;
  border-color: #ED2D24;
}
/* inline */
.olyInlineBtn, a.olyInlineBtn, .ui-state-disabled.olyInlineBtn {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.olyInlineBtn:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* upload */
.olyFileUpload .ui-button,
.olyFileUpload .ui-state-disabled.ui-button {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.olyFileUpload .ui-button:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* cancel */
.olyCancelBtn, a.olyCancelBtn, .ui-state-disabled.olyCancelBtn {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.olyCancelBtn:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* delete */
.olyBtnMsgDelete, a.olyBtnMsgDelete,
.olyDeleteBtn, a.olyDeleteBtn,
.ui-state-disabled.olyDeleteBtn, .ui-state-disabled.olyBtnMsgDelete {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.olyBtnMsgDelete:hover, .olyDeleteBtn:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

/**output texts.*/
a .olyOutTxt, a:visited .olyOutTxt {
  color: #333333;
}

/* messages */
.confirmationMessageBox, .tipMessageBox, .infoMessageBox, .warningMessageBox, .errorMessageBox {
  padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 66px;
    background-position: 15px 15px;
    background-repeat: no-repeat;
}
.neutralMessageBox {
    border-color: #CECECE;
    background-color: #FCFCFC;
    padding: 15px;
}

.confirmationMessageBox {
    border-color: #B8BB83;
    background-color: #87BD48;
    background-image: url('./css-images/Icon-Message-Confirmation-36px.png.face?ln=ch.eri.ebank.jsf.skin.default.css');
}

.tipMessageBox {
    border-color: #7FCDE8;
    background-color: #EBF8FC;
    background-image: url('./css-images/Icon-Message-Info-36px.png.face?ln=ch.eri.ebank.jsf.skin.default.css');
}

.infoMessageBox {
    border-color: #7FCDE8;
    background-color: #EBF8FC;
    background-image: url('./css-images/Icon-Message-Info-36px.png.face?ln=ch.eri.ebank.jsf.skin.default.css');
}

.warningMessageBox {
    border-color: #F2CB30;
    background-color: #FFF8DE;
    background-image: url('./css-images/Icon-Message-Warning-36px.png.face?ln=ch.eri.ebank.jsf.skin.default.css');
}

.errorMessageBox {
    border-color: #D4AD9C;
    background-color: var(--afra-red);
    background-image: none;
    padding-left: 15px;
}
.infoMessageBox label, .infoMessageBox .olyBtn label, .infoMessageBox span,
.tipMessageBox label, .tipMessageBox span,
.warningMessageBox label, .warningMessageBox span {
  color: var(--afra-grey);
}
.confirmationMessageBox label, .confirmationMessageBox span,
.errorMessageBox label, .neutralMessageBox label {
    color: #fff;
}
.confirmationMessageBox .olyBtn label, .tipMessageBox .olyBtn label,
.warningMessageBox .olyBtn label, .errorMessageBox .olyBtn label, .neutralMessageBox .olyBtn label {
    color: #fff;
}
.confirmationMessageBox .olySubmitBtn label, .tipMessageBox .olySubmitBtn label, .infoMessageBox .olySubmitBtn label,
.warningMessageBox .olySubmitBtn label, .errorMessageBox .olySubmitBtn label, .neutralMessageBox .olySubmitBtn label {
    color: #FFFFFF;
}
.confirmationMessageBox .olyDeleteBtn label, .tipMessageBox .olyDeleteBtn label, .infoMessageBox .olyDeleteBtn label,
.warningMessageBox .olyDeleteBtn label, .errorMessageBox .olyDeleteBtn label, .neutralMessageBox .olyDeleteBtn label {
    color: #FFFFFF;
}
.errorMessageBox span, .neutralMessageBox span {
    color: #fff;
}
/* user console */
.olyUserConsoleNext.ui-widget {
  color: DarkGrey;
}
.olyUserConsoleMsg {
  padding: 8px 0px 8px 20px;
}
.olyUserConsoleinfo {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAA0lJREFUOE9FkntI01Ecxa/9sSKIoPUygrAyIulBFGm6mD18ROm23zadbqbbXJJTMy3IMJYGZllUFAVhbrbK5SOXbelm2cNfNTLNMiHM1sMe4HqCYUaefvdKduELl3M+51y+cIPOV18mSpmc/Dt9/YPzmz196S/6BqWBzz/nUX26ePKbRaEzbsfHhFpDF8x49Y+11zURUn2plgAg374NiYpLmiu2qmy/NRkOaPQOpOivsKF3qlGPMpSlmYt17rGCT5++irhUa4sqrQZJGbVI1tchLasR7Q/fwtcxAL35GtOoRxnK0gwrqLpQQ1L19gpO54AqvQ5qfQPUhkaUHOOFR8bO0TM+plGPMpSlmWqHsIJMvXdurMI+wm2rB6dvhNLYBJXJBY35Btx3/fDefwNtXgvTqKcUGC69HiyjPTiXLFyal5uoq4c8wwlFpgtcVjOUO7xQmm/C4erHVY8f6pybTKMeZShLM6HLC3JJeMypcwnpgmB0Q57lgcJ8C1zeXRj2PxxfIbfsEdMU5jaB8TI2UciEx546RyRym31DyjUkbPdCZr4N+U4eikIfjAe7/hccfco0eT4vMHcYSzMShc1OpLqGqlUyJ6K0HsRlt0O2uwOKom4YDvf+Lzj5gmnUi8vmGUsz0rSGKrIiudGyTufBGl0b1mY+QJS5E+v3PIemvG+8wHiin2lROZ2MCU9rA83QLJm59nREfM690QgDj8jsTkgKeiHd14+U42/HC0xnBxAtaJLCXkQKD0QYecTntI/OijwTQTZpjokWc01eRVEXJPnPIC16icQjH7DDGkDgxy98HxrBTnsA8oqPrFiyq0dYpwtCpjV221kRqbQ5SHSmK2yJyv0+qfQ5Eg69Q2blZ5TdGEIlP4TzwpS3/MT2qi+QlQ+AMpSNNl0Ps9ZcH/vK/vffg1Ym14eHbHH2JB14gjLnIBwdw+D9f3BfmNrOYRxuCkBT2o2Qrc4eyr7+8COIfWVOnUosFgsxZe8m4tV7g5dqXcVyS0f3/hr/sLU9ABsfgOXK62Gu5HH3Mp27WLy6KJiyNKPSmggRTZlNJk0LEWaTMAYyObhwwoJ4uzg2vzVMe8S3UVfh2xhX0Bq2cLNdTD3KjLEhZOLUOeQvO3tNmH9whncAAAAASUVORK5CYII=) no-repeat left center;
  color: #3C5CBA;
}
.olyUserConsoleerror, .olyUserConsolefatal {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAvBJREFUOE91kn8o3GEYwN/zx7FJxOZ2pQ1x6M4pJ78PnfMrJaQ4ye3OpNZ0jZI/pl25mGXlr/1jfm2Hw3SYjDtD86Mw5czNjK1E6mycnDbnxz17nxPR2lNPfb/P8/k8ve/bw3jZ0EDkUim5iF9Go+/Xrq77P5eWEn6bTPewfpPF2rjN508E5ua23uJyf1ywrY2NhHSr1QQAyJ+9PeZISUl9K4930hkdDZqYmGuJNezpKIMsOoMazfmAw+1tZntk5EhHeDiMSKWw2tEBvfHx0EOHYOI31rCHDLLo2Ado2trIW7G4vjMsDD4qFHByeEiHA5hmZ2EwKcme+I2BPWSQRWegvZ2Q6rQ0r9cczrFWKITj/X07eBH7KyuAeTWQ0cbFwRvqvMjI8CJP3NwUPaGhoKVHm6RHtJrN14SrP9a9PTuDLDpP3d0VpM3b+5VWIIB3tDgcFQUzEgkc7ez8MwRr2ENmMCIC0EGXdAYEtGuDgmCYFj/QB1ssLb18h6tT8P7YQwZZbWAgaKhL+kJDW3rZbBjy84Plyko4s1r/ewXsIYMsOv3UJQPBwcqhgACYTEwE29nZNdmyuAgWg+FazXZ6ClMiEbynDrrkmadn1ExCgm3c3x++19YC2Gx24WBuDtYzM+1pmZ8/H0J7yIxzOIDOcxYrilQJhcxRLle/kJIC83w+bKhUYNbpYLOoCExlZWAqL4fN4mIw6/WwUV0Nn0JCYCE1FagzWisSMUlHUxPRxsZyJ/j8LWNWFqzSxdksLIRdOuiguRksLS2wW1MDWzIZfEtOBmN2NiDbLxTy+ugS2ld5d32d0R0cHDnK4Xz+kpcHJipYNBqwTk2BdXoaLN3dsFNXByv5+YAMsrtrawz7Kufn5BClUkkey+WMCldXtk4gqFqWSAxbKtWRWa0GzK2amqPlggKDPiysqsLNjY0sOg8kEkI8b9wgd11cLpPn6Ojw0MfHQ52Wxh2TycRjcrlYnZ7OfeTr68FzcnK4yt5xdiZ/AVXybbauPyW5AAAAAElFTkSuQmCC) no-repeat left center;
  color: #D4AD9C;
}
.olyUserConsolewarn {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAt9JREFUOE91kmtIk1EYx585XVFBlIQJ0iqN0IlCy0g/1PBGRIHQhz6kZlbkbXnZKr+YBmmmM8sUDM0LWYSXbpAlpqmEplIhEormct5Cp0tDnW6++3fOK1JLOvCH8z7P7//nnOc9kpL7uXQhQUtra3r4696Rlooo61CbSjAZ5Lwu3S43OLkfaZGroiqcdyv0a2xVwQ2iZ0/KCQCZf5lkH+5E6LqjJVaDmjD6j0bYN+9xhrPc01RXvhowPzMhq0/Y3/AtjjCZ7Yv5phz8SJFhIpFE8f0Cq03e9gVnOMs9YkBtVSnVXwnQDcYSjEWhsJnnWDhg6X+LmdQtovieL97jDGfrrwboGmtKiXIuBrp1RpFlJGUThPlpEVxbwkgXuOxqjBllbOc5sjxICHQjXRAlDrFjjV8mzOT5sRCjncHebBQZznLP3RBKpNYIKuUDmkoizGkJCzovCHPj60J4bVHnKTKc5UPmXvp8nh73xxB+agjmawShRAWYZ9efgtVsJUexxJhZxvZdInxhXtKrHcvbz5I4mOVHpwDr0n+vAKtZZAYY2xFF4F7qi9+Q0RfnBEP6PkBYsTOvGDrAZT/FFcZ6oD9eBu6lshPkb7ruYhtjg5l/kcx/lsgLQy0QCnyYfCHoW1czbDbGJIlDNKW72CpOkj/dOqOUDSdubFzM2oXlVILleRyE3lrYKo4B1eFATThslcdZrQ5W1rMwZjFLDuZ5VxStlFF1ZTG1ahSKMc3mMSHfE8iVAw+DgPoUoP0eUwHwRguUhwK6PRDyvcDZNq3Cu+Fp8epTNo0NSppjXA/rE6S9lsKDwGt2le5SYKgZ0L8HPpWJIdaiQ/iulvZydmZ0QCI+5cjTYZSRkUHJsdGSmyqJ62SKNA0FPj14GbuEjkLgYxHwKn4JhQd6jBrHtEzGcJZ71JFhRPKtRN47/ki5kxwyg2TOXRp3xZTOL9iY5xfcpfVQZIfInJWu5PA3676N6DcQ9I0+mnj/JAAAAABJRU5ErkJggg==) no-repeat left center;
  color: #F2CB30;
}
/* panels */
.olyPnl,
.olyDetPnl,
.olyPnl.ui-panel,
.olyDetPnl.ui-panel {
    background-color : transparent;
    border:0px;
    border-radius: 0px;
}
.olyPnl.ui-panel.olyNonePnl {
  background-color : transparent;
}
.olyDetPnl.ui-panel.olyHeaderDetPnl {
/*      background-color : #e4e6e8; */
  background-color : transparent;
}

.olyDetPnl.ui-panel.olySummaryDetPnl {
    background-color : #1A1E23;
}

.olySummaryDetPnl .olyColumn, .olySummaryDetPnl .olyColumnEdition, .olySummaryDetPnl .olyColumnAmount,
.olySummaryDetPnl .olyColumnPercent,.olySummaryDetPnl .olyColumnNumber, .olySummaryDetPnl .olyColumnDate,
.olySummaryDetPnl .olyColumnCheck, .olySummaryDetPnl .olyColumnlabel, .olySummaryDetPnl .ui-widget-content {
  color: #fff;
}

.olyDetPnl.ui-panel.olyActionDetPnl {
    background-color : #e2e4e6;
}

.olyDetPnl.ui-panel.olySubDetPnl {
  background-color: #f5f5f5;
}

.olyDetPnl .olyPnlTitleHeader label {
  font-style: oblique;
}

.olyPnl.olyResponsivePnl > .ui-panel-content {
  padding-top: 0px;
}

.olyPnl.olyResponsivePnl .olyPnl.olyResponsivePnl > .ui-panel-content {
  padding-bottom: 0px;
}

@media(min-width:641px) {
  .olyPnl.olyResponsivePnl .olyPnl.olyResponsivePnl {
    margin-top: -8px;
    margin-bottom: -8px;
  }
}



.olyFileUploadContainer .ui-widget-content {
  background-color: #f5f5f5;
}

.olyFileUploadContainer .ui-widget-header {
  background-color: #F3F4F6;
}

/* table */
.olyColumn, .olyColumnEdition, .olyColumnAmount,
.olyColumnPercent,.olyColumnNumber, .olyColumnDate,
.olyColumnCheck, .olyColumnlabel {
  color: #222222;
}


.olyDatTbl.ui-datatable .ui-datatable-data td.olyColumnFormatI button {
  color: #5c666a;
  background-color: #eff3f6;
  border-color: #5c666a;
}
.olyDatTbl.ui-datatable .ui-datatable-data td.olyColumnFormatI button:hover {
  color: #5c666a;
  background-color: #d7e9f6;
  border-color: #5c666a;
}

/**Indentable column */
.olyColumn.olyDatTblIndent0 {
  font-weight: bold;
  color: rgb(79, 121, 165);
}
.olyColumn.olyDatTblIndent1 {
  color: rgb(79, 121, 165);
}
.olyColumn.olyDatTblIndent1:before {
  content: "\279e  ";
}
.olyColumn.olyDatTblIndent2 {
  color: rgb(79, 121, 165);
  font-style: italic;
}
.olyColumn.olyDatTblIndent2:before {
  font-style: normal;
  content: "\279d  ";
}

.olyDatTbl.ui-datatable .ui-datatable-data td.olyColumnFormatI .okColumnIcon .ui-icon.fa:before {
  color: green;
}
.olyDatTbl.ui-datatable .ui-datatable-data td.olyColumnFormatI .nokColumnIcon .ui-icon.fa:before {
  color: red;
}

.olyDatTbl.ui-datatable .ui-datatable-data td.olyColumnFormatI .mailPriority_0_ColumnIcon .ui-icon.fa:before {
  color: green;
}
.olyDatTbl.ui-datatable .ui-datatable-data td.olyColumnFormatI .mailPriority_1_ColumnIcon .ui-icon.fa:before {
  color: orange;
}
.olyDatTbl.ui-datatable .ui-datatable-data td.olyColumnFormatI .mailPriority_2_ColumnIcon .ui-icon.fa:before {
  color: red;
}
.olyDatTbl .ui-sortable-column span {
    display: table-cell;
    vertical-align: middle;
}
.olyDatTbl .ui-sortable-column-icon {
    padding-left: 3px;
}


/** table reflowed.*/
@media(max-width:640px) {
  .ui-panelgrid.ui-panelgrid-blank .olyDatTbl.ui-datatable-reflow .ui-datatable-data tr.ui-widget-content,
  .olyDatTbl.ui-datatable-reflow .ui-datatable-data tr.ui-widget-content {
    border-color:#F3F4F6;
  }
  .olyDatTbl.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title {
    font-style:oblique;
  }
    .olyDatTbl.ui-datatable-reflow .ui-datatable-data td.olyColumnFormatI[role="gridcell"] .ui-column-title {
    display: inline-block;
  }
}
@media(max-width:640px) {
  .olyDatTbl.ui-datatable .ui-datatable-data td.olyColumnFormatM_A {
    text-align: left;
 }

   .olyDatTbl.ui-datatable-reflow .ui-datatable-data td[role="gridcell"].olyColumnFormatI {
    clear: left;
    width: 100%;
  }
  .olyDatTbl.ui-datatable .ui-datatable-data td.olyColumnFormatI {
    text-align: left;
  }
  .olyColumnCheck {
    text-align: left;
  }
  .olyColumnCheck > div {
    display: inline-block;
  }
}

/*chart resizing*/
@media(max-width:640px) {
  .olywebPage-HomePage .olywebBox.boxAssetGraphsDistributionPageCategory .olyChartCnt{
   padding: 0px 0px 10px 0px;
  }

  .boxAssetGraphsDistributionPageCategory .olyChartCnt .olyChart {
    min-height:60vw !important;
    max-height:60vw !important;
  }

  .olyPnl.ui-panel{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .ui-grid:before, .ui-grid:after{
    display: none;
  }

  .olyPnl.ui-panel .ui-panel-content{
    padding: 0px;
  }

  .ui-g-1, .ui-g-2, .ui-g-3, .ui-g-4, .ui-g-5, .ui-g-6, .ui-g-7, .ui-g-8, .ui-g-9, .ui-g-10, .ui-g-11, .ui-g-12{
  padding: 0.25em !important;
  }

  .homePageFlatPanelLinkBox i {
    font-size: 12vw !important;
    line-height: 18vw !important;
    padding-top: 0 !important;
    padding-bottom: 0!important;
  }
}

@media (min-width: 551px) {
  .amcharts-label-Currency tspan,
  .amcharts-label-AssetAmount tspan,
  .amcharts-title-Currency tspan,
  .amcharts-title-AssetAmount tspan{
    font-size: 22px!important;
  }
}

@media (max-width: 550px) {
  .amcharts-label-Currency tspan,
  .amcharts-label-AssetAmount tspan,
  .amcharts-title-Currency tspan,
  .amcharts-title-AssetAmount tspan{
    font-size: 15px!important;
  }
}

.ui-fluid .olyDatePicker.ui-trigger-calendar .ui-datepicker-trigger.ui-button {
  margin-top:0px;
}

/* tab panels */
.olyPnlTbSet.ui-tabs .ui-tabs-nav.ui-widget-header li.olyPnlTb a {
  color:#333333;
}

/* header panel*/
.olyHdrPnl {
  background: #F3F4F6;
  margin-top: 8px;
}
.olyHdrPnlTitle {
    font-family: 'RomainRegular','AvertaRegular', "Helvetica Neue",Helvetica;
}
.olytpl-gbm-content .olyHdrPnl {
  margin-top:0;
}

@media only screen and (max-width: 1024px) {
  .olyHdrPnl .olyBtn, .olyHdrPnl .olyBtn {
    background-color: transparent;
    border: none;
  }
  .olyHdrPnl .olyBtn:hover, .olyHdrPnl .olyBtn:hover {
    color: black;
    background-color: #d7e9f6;
  }
}


/* misc */

.olyPositive {
  color:#008844;
}
.olyNegative {
    color: #F15858;
}

.ui-panel .ui-panel-titlebar-icon {
  float:left !important;
  margin-right: 10px !important;
}

.backToSelection {
    float: left;
    padding: 0px 5px!important;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 1px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #5c666a;
    border: 2px solid;
    border-radius: 10px;
    background-image: none;
    cursor: pointer;
}


/* Page styles */

.olywebPageClass > .olyContainerPnl {
    margin-left: 15px;
    margin-right: 15px;
}

/***** Login page */
.olywebPage-LoginPage > div,
.olywebPage-ResetPasswordPage > div,
.olywebPage-LoginPage,
.olywebPage-ResetPasswordPage {
    height: 100%;
}
.olywebPage-LoginPage .olyLink label,
.olywebPage-ResetPasswordPage .olyLink label,
.olywebPage-LoginPage .olyOutTxt,
.olywebPage-ResetPasswordPage .olyOutTxt {
    font-size: 12px;
}
.olywebPage-LoginPage .footer-container .olyOutTxt,
.olywebPage-ResetPasswordPage .footer-container .olyOutTxt {
    font-size: 11px;
}
.olywebPage-LoginPage .login-part-1,
.olywebPage-ResetPasswordPage .login-part-1 {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 100%;

  position: relative;
}
.olywebPage-LoginPage .intro-image,
.olywebPage-ResetPasswordPage .intro-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.olywebPage-LoginPage .intro-container,
.olywebPage-ResetPasswordPage .intro-container {
  z-index: 1;
  background-color: #fff;
  height: 30%;
  max-height: 220px;
  width: 40%;
  padding : 30px;
  position: relative;

  border-radius: 5px;
  box-shadow: 5px 10px 15px grey;
}
.olywebPage-LoginPage .intro-container > .olyOutTxtComponent,
.olywebPage-ResetPasswordPage .intro-container > .olyOutTxtComponent {
    display: block;
}
.olywebPage-LoginPage .intro-header-text,
.olywebPage-ResetPasswordPage .intro-header-text {
  color: var(--afra-red);
}
.olywebPage-LoginPage .intro-header-text:before,
.olywebPage-ResetPasswordPage .intro-header-text:before {
    content: '\2015';
    color: var(--afra-red);
    padding-right: 5px;
}
.olywebPage-LoginPage .intro-content-text,
.olywebPage-ResetPasswordPage .intro-content-text {
  font-size: 23px;
/*   color: var(--afra-grey); */
  color: #464646;

  display: block;
  padding-right: 30px;

  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.olywebPage-LoginPage .intro-content-text b,
.olywebPage-ResetPasswordPage .intro-content-text b {
    color: #000;
}
.olywebPage-LoginPage .intro-footer-text,
.olywebPage-ResetPasswordPage .intro-footer-text {
  position: absolute;
  bottom : 30px;
}
@media (max-width: 641px) {
  .olywebPage-LoginPage .login-part-1,
  .olywebPage-ResetPasswordPage-LoginPage .login-part-1 {
   display: none;
  }
}
.olywebPage-LoginPage .login-part-2,
.olywebPage-ResetPasswordPage .login-part-2 {
  background-image: url(./css-images/svg/logo-afrasia.svg.face?ln=ch.eri.ebank.jsf.skin.afr.css);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 10px;
  background-size: auto 50px;
  background-origin: content-box;
}
.olywebPage-LoginPage .titleContainer,
.olywebPage-ResetPasswordPage .titleContainer {
  margin: 60px;
  padding-top: 50px;
}
.olywebPage-LoginPage .textContainer .olyOutTxt,
.olywebPage-ResetPasswordPage .textContainer .olyOutTxt {
    font-size: 20px;
    font-weight: 500;
}
.olywebPage-LoginPage .titleContainer .title,
.olywebPage-ResetPasswordPage .titleContainer .title {
/*   background:url("./css-images/logo-afrasia.png.face?ln=ch.eri.ebank.jsf.skin.afr.css") no-repeat center; */
  background:url("./css-images/AfrAsia-Invest-Pro-Logo.jpg.face?ln=ch.eri.ebank.jsf.skin.afr.css") no-repeat center;
  background-size:contain;
  height: 50px;
  width: 100%;
}
.olywebPage-LoginPage .textContainer,
.olywebPage-ResetPasswordPage .textContainer {
    margin: 30px;

      display: none; /** AFRAS-POR-410  */
}
.olywebPage-LoginPage .login-text,
.olywebPage-ResetPasswordPage .login-text {
  color: var(--afra-grey);
}
.olywebPage-LoginPage .login-application,
.olywebPage-ResetPasswordPage .login-application {
  color: var(--afra-red);
}
.olywebPage-LoginPage .login-form,
.olywebPage-ResetPasswordPage .login-form {
  border: 1px solid  #cccccc;
  border-radius: 5px;

  padding: 10px;
  padding-top: 30px;
  margin: 30px;
  margin-top: 50px;
}
.olywebPage-LoginPage .input input,
.olywebPage-ResetPasswordPage .input input {
    height: 40px;
}
.olywebPage-LoginPage .forgot-password-link,
.olywebPage-ResetPasswordPage-LoginPage .forgot-password-link {
  float: right;
  text-decoration: none;
}
.olywebPage-LoginPage a.olySubmitBtn,
.olywebPage-ResetPasswordPage a.olySubmitBtn {
    width: 100%;
    border-width: 0px;
    box-shadow: 5px 10px 15px grey;
    padding-left: 0;
    padding-right: 0;
/*     background-color: var(--afra-red); */
    background-color: #Ee3a31;
    color: #fff;
    text-transform: uppercase;
}
.olywebPage-LoginPage .first-time-login-container,
.olywebPage-ResetPasswordPage .first-time-login-container {
  width: 100%;

  margin-top: 15px;
  margin-bottom: 30px;

  text-align: center;
}
.olywebPage-LoginPage .first-time-login-container a,
.olywebPage-ResetPasswordPage .first-time-login-container a {
    text-decoration: none;
}
.olywebPage-LoginPage .external-links-container,
.olywebPage-ResetPasswordPage .external-links-container {
    display: flex;
    justify-content: center;
}
.olywebPage-LoginPage .external-links-container .olyLinkComponent,
.olywebPage-ResetPasswordPage .external-links-container .olyLinkComponent {
  margin: 5px;
  margin-bottom: 2px;
}
.olywebPage-LoginPage .external-links-container .olyLinkComponent:after
.olywebPage-ResetPasswordPage .external-links-container .olyLinkComponent:after, {
    content: '|';
    position: relative;
    left: 5px;
    color: var(--afra-red);
}
.olywebPage-LoginPage .external-links-container .olyLinkComponent:last-child:after,
.olywebPage-ResetPasswordPage .external-links-container .olyLinkComponent:last-child:after {
    display: none;
}
.olywebPage-LoginPage .footer-container,
.olywebPage-ResetPasswordPage .footer-container {
    text-align: center;
}
.olywebPage-LoginPage .change-lang-select-container,
.olywebPage-ResetPasswordPage .change-lang-select-container {
    position: relative;
}
.olywebPage-LoginPage .change-lang-select-container .olyGraphicImageComponent,
.olywebPage-ResetPasswordPage .change-lang-select-container .olyGraphicImageComponent {
    position: absolute;
    z-index: 1;
    padding: 4px 10px;
}
.olywebPage-LoginPage .change-lang-select-container .olySelOneMnuContainer,
.olywebPage-ResetPasswordPage .change-lang-select-container .olySelOneMnuContainer {
    z-index: 0;
    width: 100%;
}
.olywebPage-LoginPage .change-lang-select-container .olySelOneMnuContainer .change-lang-select,
.olywebPage-ResetPasswordPage .change-lang-select-container .olySelOneMnuContainer .change-lang-select {
    width: 100%;
}
.olywebPage-LoginPage .change-lang-select.ui-selectonemenu label.ui-selectonemenu-label,
.olywebPage-ResetPasswordPage .change-lang-select.ui-selectonemenu label.ui-selectonemenu-label {
    padding-left: 40px;
}
.change-lang-select-option,
.olywebPage-LoginPage .change-lang-select .ui-selectonemenu-label,
.olywebPage-ResetPasswordPage .change-lang-select .ui-selectonemenu-label {
    text-transform: capitalize;
}

.olywebPage-HomePage {
  padding-bottom: 50px;
}
.homePagePanelBox .olyGraphicImageComponent img {
    height: 200px;
}
.olywebPage-HomePage a,
.olywebPage-HomePage a .ui-outputlabel,
.olywebPage-HomePage a .olyOutTxt,
.olywebPage-HomePage a:visited .olyOutTxt {
  color: #EC3931;
  text-decoration: none;
}
.olywebPage-HomePage a:hover,
.olywebPage-HomePage a:hover .ui-outputlabel,
.olywebPage-HomePage a:hover .olyOutTxt {
  color: #30373F;
}
.olywebPage-HomePage,
.olywebPage-HomePage label,
.olywebPage-HomePage .ui-widget-header, .olywebPage-HomePage .ui-widget-content {
  color: #30373F;
}

.homePageWelcomeMessage label {
    color: red;
    font-style: italic;
}

.olywebPage-HomePage .olyDatTbl tfoot span,
.olywebPage-PortfolioAssetPage .olyDatTbl tfoot span {
    font-weight: bold;
}

.homePageLinkBoxes {
  max-width: 1000px;
  margin: auto;
}

.olywebPage-HomePage .olyPnl.asset-graph-panel,
.olywebPage-HomePage .olyPnl.currency-graph-panel {
    padding-left: 1cm;
}

.olywebPage-DetailedPositionAllPage .olyDatTbl td .innner_line {
    display: inline;
}
.olywebPage-DetailedPositionAllPage .olyDatTbl td .innner_line:first-child:after {
    content: ' /';
    display: inline-block;
    padding-left: 5px;
}

.ui-hide-on-desktops .olyTitle.olyLbl.ui-widget {
  font-size: 14px;
  font-weight: bold;
}

.ui-hide-on-desktops .olySubTitle.olyLbl.ui-widget {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}

.ui-hide-on-desktops .homePageClientInfo .ui-g-6 {
  padding-bottom:0px;
}

.ui-hide-on-desktops .homePageClientInfo .ui-g-12 {
  padding-top:0px;
}

@media (max-width: 350px) {
  .ui-hide-on-desktops .olyTitle.olyLbl.ui-widget, .ui-hide-on-desktops .olySubTitle.olyLbl.ui-widget {
    font-weight: normal;
  }
  .olywebPage-HomePage .olyOutTxtComponent.olyAmountComponent {
    min-width: unset;
  }
  .olywebPage-HomePage .homePageFlatPanelLinkBox .olyLink label {
    font-size:10px;
    padding-top: 10px;
  }
}

@media (max-width: 480px) {
  .ui-hide-on-desktops .olyTitle.olyLbl.ui-widget, .ui-hide-on-desktops .olySubTitle.olyLbl.ui-widget {
    font-size: 12px;
  }
}

.homePageClientInfo,
.homePagePanelBox {
  padding-bottom: 0px;
  border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #EBEBEB;
}

@media (min-width: 641px) {
  .olyPnl.ui-panel.boxPortfolioAssetPage {
  min-height:238px;
  }

}

.olywebPage-HomePage .homePageFlatPanelLinkBox, .olywebPage-HomePage .homePageFlatPanelLinkBox .olyLink label, .olywebPage-HomePage .homePageFlatPanelLinkBox .olyLink i {
  background-color: #eff3f6;
  color: #5c666a;
}

.olywebPage-HomePage .homePageFlatPanelLinkBox div.badge>span {
  background-color: #5c666a;
  color: #eff3f6;
}

.iOSTouchId, .iOSFaceId {
  display: inline-block;
}
.iOSTouchId .olyLbl, .iOSFaceId .olyLbl {
  font-size: 1.1em;
  font-weight: normal;
}
.buttonBlock .ios-biometry,
.buttonBlock .ios-biometry .olyGraphicImageComponent {
  display:inline;
}
.buttonBlock .ios-biometry .olyGraphicImageComponent>img {
  vertical-align: middle;
}


.olyDatTbl.ui-datatable .oly-reflow-plus-header>td>span:last-child{
  width: 45%;
}

.olywebPage-AssetGeographicalDistributionPage .defaultMap {
  overflow: visible !important;
  padding-bottom: 15px;
}


/* print screen */
.olyPrintPreview .olyFooter {
  text-align: right;
}
.olyPrintPreview .olyHdrPnl,
.olyPrintPreview .olyPnl,
.olyPrintPreview .olyDetPnl,
.olyPrintPreview .olyDetPnl.ui-panel.olyHeaderDetPnl,
.olyPrintPreview .olyPnl.ui-panel .ui-panel-titlebar,
.olyPrintPreview .olyPnl.ui-panel .ui-panel-footer,
.olyPrintPreview .olyDetPnl.ui-panel.olySummaryDetPnl,
.olyPrintPreview .olyDetPnl.ui-panel.olyActionDetPnl,
.olyPrintPreview .olyDetPnl.ui-panel.olySubDetPnl {
  background:transparent;
}
@media print /*--This is for Print--*/
{

}