/* START OVERRIDE FLEX STYLES */

/* Overridden input help icon */

.tooltip--right::before {
  right: 23px !important;
}

/* Start styles for loader*/

.overLay {
  top: 0 !important;
  position: fixed;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

.loading {
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* End styles for loader*/

/* Overridden input error text */

.input__error-text {
  padding-left: 0 !important;
  font-size: 0.9em !important;
}

/* END OVERRIDE FLEX STYLES */

.body-min-height {
  min-height: 200px !important;
}

/* Show cursor as ponter */

.show-pointer {
  cursor: pointer;
}

.header-icon {
  width: 1.5em;
  height: 1.52em;
  margin-bottom: 2px;
  margin-left: 5px;
}

.pad-bot-5 {
  padding-bottom: 5px !important;
}

/* START DATATABLE OVERRIDE STYLES */

#nonSortDatatable thead .sorting {
  background-image: none !important;
  cursor: context-menu !important;
}

#nonSortDatatable thead .sorting_asc {
  background-image: none !important;
  cursor: context-menu !important;
}

#nonSortDatatable thead .sorting_desc {
  background-image: none !important;
  cursor: context-menu !important;
}

.dataTables_wrapper div.dataTables_length select {
  -webkit-appearance: menulist !important;
  box-sizing: border-box !important;
  align-items: center !important;
  white-space: pre !important;
  -webkit-rtl-ordering: logical !important;
  color: black !important;
  background-color: white !important;
  cursor: default !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: initial !important;
  border-image: initial !important;
}

table.dataTable.no-footer {
  border-bottom: 2px solid #111111;
}

/* END DATATABLE OVERRIDE STYLES */

table > thead > tr > th {
  background-color: #475860;
  color: #fff;
  text-align: left !important;
}

.no-border {
  border: none !important;
}

#user-role .type-align-label {
  float: right;
}

/* START STYLES FOR MULTISELECT */

.c-token {
  line-height: 1.7em;
  outline-width: 0;
  margin-top: 5px !important;
  margin-bottom: -2px !important;
}

.dropdown-list {
    z-index: 5;
}

.pure-checkbox input[type='checkbox'] + label:before {
  color: #4fc143 !important;
  border: 2px solid #4fc143 !important;
}

.pure-checkbox input[type='checkbox']:checked + label:before {
  background: #4fc143 !important;
}

.input__inner__multiselect {
  border: none !important;
}

.selected-list[_ngcontent-c3] .c-btn[_ngcontent-c3] {
  box-shadow: none !important;
}
.selected-list .c-btn{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    color: #333;
    padding: 0.4em 2.5em 0.4em 0.8em;
    line-height: inherit;
}
.input__label__multiselect {
  margin-left: -3px !important;
}

.input__label {
  z-index: 0 !important;
}

.list-area {
  box-shadow: none !important;
  border-color: #4fc143 !important;
}

.list-filter {
  border-color: #4fc143 !important;
}

.multiselect__border {
  border-color: #4fc143 !important;
}

.arrow-up {
  border: none !important;
  right: 12px !important;
  width: 20px !important;
  height: 20px !important;
  border-left: 1px solid green !important;
  border-top: 1px solid green !important;
  margin-left: 15px !important;
  top: 4px !important;
  background: #fff;
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}

.selected-list .c-list .c-token {
  background: none !important;
  color: #25313b !important;
}

.selected-list .c-list {
  margin-top: -2px !important;
}

.selected-list .c-list .c-token {
  padding: 0 !important;
}

angular2-multiselect.disableClick .pure-checkbox input[type='checkbox'] + label {
  position: static !important;
}

angular2-multiselect.disableClick li.pure-checkbox {
  position: relative !important;
}

angular2-multiselect.disableClick li.pure-checkbox:before {
  content: '' !important;
  position: absolute !important;
  z-index: 1 !important;
}

angular2-multiselect.disableClick .pure-checkbox input[type='checkbox'] + label:after {
  left: 19px !important;
}

angular2-multiselect.disableClick .pure-checkbox input[type='checkbox'] + label:before {
  left: 15px !important;
}

.c-remove {
  display: none !important;
}

.c-btn .c-angle-down,
.c-btn .c-angle-up {
  display: none !important;
}

.c-search, .c-clear {
  top: 3px !important;
}
.c-btn {
  box-shadow: none !important;
  padding: 15px 10px 5px 10px !important;  
}
.c-valid .selected-list .c-btn {
  border: 1px solid #ccc !important;    
}

/* END STYLES FOR MULTISELECT */

.required-border {
  border-left: 2px solid #e40449 !important;
}

.search-icon {
  width: 1.3em !important;
  height: 1.3em !important;
}

/* START STYLES TO OVERRIDE FLEX DEFAULT STYLES TO RAPID PAY CARD THEME*/

.page-header {
  background-image: linear-gradient(
    to bottom,
    rgba(160, 160, 160, 1) 0%,
    rgba(120, 120, 120, 1) 30%,
    rgba(60, 60, 60, 1) 70%
  );
}

.page-navigation__item-link {
  text-transform: uppercase;
  color: white;
  width: 100% !important;
  letter-spacing: 0.1em;
  font-weight: 600;
}

@media (min-width: 71.5em) {
  .page-navigation__item-link {
    color: white !important;
  }
}

.page-navigation__item-link--active {
  color: #cc0033 !important;
}

@media (min-width: 71.5em) {
  .page-navigation__item-link--active {
    color: #cc0033 !important;
  }
}

@media (min-width: 71.5em) {
  .page-navigation__divider {
    color: #cc0033 !important;
  }
}

@media (min-width: 71.5em) {
  .page-navigation__item > button:hover,
  .page-navigation__item > button:focus {
    color: #cc0033 !important;
    cursor: pointer;
  }
}

.page-subnavigation {
  border-top: 1px solid #cc0033 !important;
}

.page-subnavigation__link {
  color: #87969d !important;
}

.page-subnavigation__link:focus,
.page-subnavigation__link:hover {
  color: #cc0033 !important;
}

.page-subnavigation__link--active {
  color: #cc0033 !important;
}

.page-submenu {
  text-align: center;
}

.disable-submenu {
  pointer-events: none;
}

@media (min-width: 71.5em) {
  .page-subnavigation__link--active {
    border-bottom: 4px solid #cc0033 !important;
  }
  .page-subnavigation__content {
    background-image: white;
  }
}

@media (max-width: 71.5em) {
  .page-subnavigation__content {
    background-color: white !important;
  }
  .gap-top-large-custom {
    margin-top: 34px !important;
  }
}

.page-footer {
  background: url(../Images/footerbackgroundrapid.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-top: 4px solid #cc0033;
}

.page-footer__copy {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.page-footer {
  padding: 1rem 2rem 0.5rem !important;
  color: #333 !important;
}

@media (min-width: 71.5em) {
  .page-footer {
    padding: 1rem 2rem 0.5rem !important;
    color: #333 !important;
  }
}

.page-footer__copyright {
  margin-top: 20px !important;
}

.page-footer__copyright-dot {
  color: #cc0033 !important;
}

.btn-group__cta {
  color: white !important;
  background-color: #cc0033 !important;
}

.toggle--on .toggle__switch {
  border-color: #cc0033 !important;
  left: 8px;
}

.toggle--on::before {
  left: 2px;
}

.toggle__switch {
  width: 32px;
  height: 32px;
}

.btn-group__cta:focus,
.btn-group__cta:hover,
.btn-refresh:hover {
  border-color: #97072b !important;
}

.btn-refresh {
  border-color: #cc0033;
}

.btn-group__cta--secondary {
  color: #cc0033 !important;
  background-color: transparent !important;
}

.btn--secondary {
  background-color: #333333 !important;
}

.btn--secondary-outline {
  border-color: #333333;
  color: #333333;
}

.btn--primary,
.btn--primary:hover,
.btn--primary:focus,
.pdf-navigation {
  background-color: #cc0033 !important;
}

.progress-steps__step--complete {
  padding-top: 0.325em !important;
  background-color: #cc0033 !important;
}

a,
a:hover,
a:focus,
.docs-nav__list-link--active {
  color: #cc0033;
}

.input__help-link:hover,
.input__help-link:focus {
  color: #cc0033 !important;
}

.checkbox__input:checked,
.radio__input:checked {
  background-color: #cc0033 !important;
  border: 2px solid #cc0033 !important;
}

.checkbox__input:hover,
.checkbox__input:focus,
.radio__input:hover,
.radio__input:focus {
  border: 2px solid #f5c5d1 !important;
}

.modal__close:hover .modal__close-icon,
.modal__close:focus .modal__close-icon,
.input__password-requirements-row--valid .input__password-requirements-icon,
.input__password-requirements-row--valid .input__password-requirements-label {
  color: #4fc143 !important;
}

.input__password-toggle:hover,
.input__password-toggle:focus {
  border: 1px solid #cc0033 !important;
}

.btn:hover,
.smallbutton:hover,
.btn:focus,
.smallbutton:focus {
  border-color: #a2062d !important;
}

.btn-search,
.btn-search:focus,
.btn-search:hover {
  border-color: transparent !important;
}

.btn--link:active,
.btn--link:focus,
.btn--link:hover {
  border-color: transparent !important;
}

.type-color-primary-dark,
.modal__action-btn,
.type-color-link,
.btn--link-white:hover,
.btn--link-white:focus,
.btn--link,
.page-navigation__item-link:hover,
.page-navigation__item-link:focus,
.page-navigation__secondary-link--active,
.page-subnavigation__menu-button-arrow {
  color: #cc0033 !important;
}

.btn--primary-outline,
.progress-steps__step--current {
  border: 2px solid #cc0033 !important;
  color: #cc0033 !important;
}

.no-hover-style:hover,
.no-hover-style:active {
  border-color: transparent !important;
}

.btn--secondary:hover,
.btn--secondary:focus {
  border-color: #383855 !important;
}

.btn--disabled {
  border-color: transparent !important;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before,
.toggle--on .toggle__button {
  background-color: #cc0033 !important;
}

.toggle__button {
  float: right;
  width: 64px;
  height: 32px;
  right: 9px;
}

.toggle__button::after {
  top: 10px;
  left: 12px;
}

.input--focus .input__inner {
  border-color: #8b8e90 !important;
}

.page-header__menu-button-inner,
.page-header__menu-button-inner::before,
.page-header__menu-button-inner::after {
  background-color: #c5ced4;
}

.page-header--nav-open .page-header__logo {
  background-image: url('/src/src/assets/FlexWeb/flexwebcore-3.3.3/img/logo-rapid-integrationtool.svg') !important;
}

.pure-checkbox input[type='checkbox'] + label:before {
  color: #cc0033 !important;
  border: 2px solid #cc0033 !important;
}

.pure-checkbox input[type='checkbox']:checked + label:before {
  background: #cc0033 !important;
}

.list-area {
  box-shadow: none !important;
  border-color: #8b8e90 !important;
}

.list-filter {
  border-color: #8b8e90 !important;
}

.multiselect__border {
  border-color: #8b8e90 !important;
}

.arrow-up {
  border-left: 1px solid #8b8e90 !important;
  border-top: 1px solid #8b8e90 !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role='row'] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role='row'] > th:first-child:before {
  background-color: #cc0033;
  margin-top: 16px;
}

.btn-group__cta:focus,
.btn:focus,
.smallbutton:focus {
  outline: #cc0033 dotted 1px !important;
}

.modal__logo {
  margin: 10px auto 40px !important;
  background: url('../FlexWeb/flexwebcore-3.3.3/img/logo-rapid-paycard.svg') !important ;
  background-position: top left !important;
  background-size: 100% 100% !important;
}

/* END STYLES TO OVERRIDE FLEX DEFAULT STYLES TO RAPID PAY CARD THEME*/

.disabled-input-checkbox {
  background-color: #87969d !important;
  border: 2px solid #87969d !important;
}

.a-link,
.a-link:hover,
.a-link:focus {
  color: #cc0033 !important;
}

.login-modal {
  margin-top: 108px !important;
}

.logout-dropdown {
  margin-top: 32px !important;
  margin-right: 6px;
}

.viewHeight {
  min-height: 62vh !important;
}

.gap-top-large-custom {
  margin-top: 60px;
}

/*Mapping CSS*/

.peg {
  text-align: center;
  font-weight: normal;
  height: 40px;
  padding: 8px;
  color: #fff;
}

.source-field {
  margin: 4px;
  float: left;
  width: 48%;
  background-color: grey;
  cursor: move;
}

.source-field:hover,
.dest-field-mapped:hover {
  background-color: rgb(54, 52, 52);
}

.dest-field {
  margin: 4px;
  float: left;
  width: 98%;
  border: dashed 1px #808080;
}

.dest-field-default {
  background-color: #ddd;
  color: #808080;
}

.dest-field-mapped {
  cursor: move;
  background-color: #b92f2f;
  color: white;
}

.gap-left-xxsmall {
  margin-left: 4px !important;
}

.mapping-overflow {
  height: 285px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mapping-trash {
  height: 52px;
  padding-top: 6px;
  margin-top: 14px;
  line-height: 40px;
  border: dashed 1px #808080;
  color: #808080;
  background-color: #ddd;
  width: 100%;
}

.no-source-layout {
  min-height: 348px;
  border: 1px solid darkgrey;
  background-color: lightgrey;
}

.no-source-layout-text {
  padding-top: 160px;
}

.field-heading {
  color: #616a6f;
  font-size: 1.1em;
  border-bottom: gray solid 1px;
}

.mapping-source-overflow {
  height: 350.5px;
  overflow-y: auto;
  overflow-x: hidden;
}

.pad-top-4px {
  padding-top: 3.5px !important;
}

.pad-top-xxsmall {
  padding-top: 5px !important;
}

.input--one-quarter-custom {
  flex: 1 1 25%;
}

.input--one-quarter-custom-radioheading {
  flex: 1 1 14%;
}

.input--three-quarter-custom {
  flex: 1 1 70%;
}

.search-customer {
  position: absolute;
  border: 1px solid grey;
  min-height: 30px;
  max-height: 200px;
  width: 100%;
  overflow-y: auto;
  z-index: 1;
  background-color: white;
}

.menu-font-size {
  font-size: 0.9em;
}

.avoid-click {
  cursor: not-allowed;
}

.c-btn.disabled {
  padding-top: 15px !important;
  padding-bottom: 5px !important;
  background-color: rgb(225, 229, 232) !important;
}

.input__select-modal-link {
  z-index: 1 !important;
}

.dropdown-list[_ngcontent-c0] {
  z-index: 99 !important;
}

.dropdown-list ul li:hover {
  background: #2da9e2 !important;
}

.input--error .c-btn{
  color: #e40449 !important;
  border-color: #e40449 !important;
}

.datatable-custom-width {
  max-width: 1279px;
}

.btn,
.btn-group__cta,
.smallbutton {
  transition: all 0.1s ease-in-out;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.page-navigation__secondary-link {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 10px 10px;
  transition: none;
}

.toggle {
  display: block;
  margin-bottom: unset;
}

.float-label {
  float: right;
}

.padding-bottom {
  padding-bottom: 60px;
}

.padding-left {
  padding-left: 30px;
}

.line-height {
  line-height: 3.666667;
}

.top-toggle__button {
  top: 13px;
}

.margin-top {
  margin-top: 9px;
}

.margin-right {
  margin-right: 20px;
}

.applicationsetting-toggle {
  width: 100%;
  clear: both;
  border-bottom: 1px solid #e1e5e8;
  padding: 30px;
  margin-top: -1px;
  background-color: #fff;
}

.logo-alignment {
  width: 187px;
  height: 76px;
}

.success-report-label-alignment {
  position: relative;
  bottom: 13px;
}

.failure-report-label-alignment {
  position: relative;
  bottom: 6px;
}

.btn-group-customer {
  display: inline;
  margin-left: 354px;
}

.applicationsetting-toggle-button {
  position: fixed;
  right: 20px;
}

.multi-select-plugin {
  z-index: 1 !important;
}

.scheduler-toggle {
  position: relative;
  left: 1px;
}

.scheduler-padding {
  padding: 10px 10px 30px 10px;
}

.input__password-requirements {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0.85em;
  padding-right: 0.85em;
}

.input__password-requirements-title {
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875em;
}
.input__password-requirements-row {
  display: flex;
  clear: both;
}
.input__password-requirements-label {
  margin-left: 10px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  transition: color 0.25s ease-in-out;
}
.input__password-requirements-icon {
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  top: 0.1em;
  font-size: 1.2em;
  color: #b3b3b3;
}

.angular2-input__required-badge {
  position: absolute;
  height: 100%;
  top: 1px;
  left: 0px;
  width: 2px;
  background-color: #e40449;
  z-index: 10;
}

angular2-multiselect:required + .angular2-input__required-badge {
  position: absolute;
  height: 100%;
  top: 0;
  left: -1px;
  width: 2px;
  background-color: #e40449;
  z-index: 10;
}

.disable-cursor-point {
  padding: 0px;
  cursor: not-allowed;
  float: right;
}
.enable-cursor-point {
  padding: 0px;
  cursor: pointer;
  float: right;
}
.disable-color {
  color: grey !important;
}
.enable-color {
  color: #cc0033 !important;
}

.float-left {
  float: left !important;
}

.toggle-switch-left {
  margin-left: -297px !important;
}

.gap-left-xlarge {
  margin-left: 320px;
}

.gap-left-large {
  margin-left: 100px;
}

.radio_label {
  margin-left: 10px;
  position: relative;
  flex: 0.49 1;
  font-size: 0.875em;
  line-height: 1.428571429;
  top: 0.15em;
}
.btn-width {
  width: 260px;
}

.toggle_right {
  right: 15%;
  position: relative;
}

@media (min-width: 71.5em) {
  .radio_label {
    font-size: 1em;
    line-height: 1.5;
    top: 0;
  }
}
.pad-right-large {
  padding-right: 120px !important;
}

.input--three-quarter-custom-radiobutton {
  flex: 1 1 55%;
}

.multiselect-margin-bottom {
  margin-bottom: 250px;
}

#encodedsshkeyvalue-label{
  width: calc(100% - -17px) !important;
}
#encodedsshkeyvaluemodule-container{
  width:100%; 
  display: flex;
  flex-direction: row;
}
#encodedsshkeyvalue-container{
  width: 90%;
}
.tooltip-position-custom {
  width: 320px; 
  left: -150px; 
  top: 29px;
}