
@import "dialogue.css";
@import "menu.css";
@import "header.css";
@import "footer.css";
@import "panel.css";
@import "payee.css";
@import "dx.contrast.css";
@import "dx.light.css";
@import "dx.dark.css";
/********************************** Body ***********************************/
.bodyContainer {
  display: flex;
  flex-direction: column;
  width: 1120px;
  font-family: 'Open Sans';
}

.bodyContainer #panel{
  flex-grow: 1;
/*  margin-left: auto;
  margin-right: auto;*/
}

.panel {
  padding: 0px;
}

.dx-accordion-item-opened {
  border: none;
}

.dx-accordion-item-opened,
.dx-accordion-item {
  border-radius: 0.6rem;
  overflow: hidden;
}

.dx-accordion-item-body {
  padding: 0px;
}

.outstandingActionsPanel .dx-accordion-item {
  margin-top: 10px;
}

.dx-widget {
  
}

.dx-field-item .tool-tip {
  position: relative;
  left: 5px;
}

.dx-datebox-date .dx-dropdowneditor-icon::before,
.dx-dropdowneditor-icon::before {
  display: none;
}

.dx-selectbox .dx-button-content .dx-dropdowneditor-icon {
  background-image: url('../../user/en_GB/images/fields-icon/arrow_back_ios_new.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 30px;
  border: 3px solid transparent;
}

.dx-datebox .dx-button-content .dx-dropdowneditor-icon {
  background-image: url('../../user/en_GB/images/fields-icon/calendar.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 30px;
  border: 3px solid transparent;
}

.dx-calendar-navigator-next-view.dx-button,
.dx-calendar-navigator-previous-view.dx-button {
  text-decoration: none;
}

.externalAuthorisationToolTipHandler .newDigipassImage.icon {
  background-image: url(../en_GB/images/digipass.png);
  height: 100px;
  width: 62px;
  background-size: auto 90px;
  background-repeat: no-repeat;
  background-position: center;
}

.externalAuthorisationToolTipHandler .oldDigipassImage.icon {
  background-image: url(../en_GB/images/digipass.jpg);
  height: 100px;
  width: 120px;
  background-size: auto 75px;
  background-repeat: no-repeat;
  background-position: center;
}

.externalAuthorisationToolTipHandler .digipassButton {
  width: 25px;
  height: 20px;
  background-image: url(../en_GB/images/digipassButton.png);
  display: inline-block;
  background-size: 25px;
}

.headerContainer #needHelpContainer  {
  display: none;
}

.dx-texteditor.dx-editor-outlined {
  border-radius: 8px;
}

.buttonHolder .dx-layout-manager .dx-field-item:not(.dx-first-col) {
  padding-left: 10px;
}

.dx-field-item-custom-label-content .dx-icon {
  width: 16px;
  height: 16px;
}

.label .dx-field-item-label-location-top {
 padding-bottom: 0px; 
}

.dx-placeholder {
  /* medium grey, base400*/
  color: #666666; 
}

.dx-theme-generic-typography a {
  color: #0000FF;
}

.dx-theme-generic-typography a:hover {
  color: #0000C2;
  outline: none;
}

.dx-theme-generic-typography a:focus:not(:hover) {
  outline: 1px solid #0000FF;
}

#termsAndConditions {
  display: flex;
}
