/*
--------------------------------------------
Base file for theme - DOCU (Solex) - Admin - Default
--------------------------------------------
*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  src: url("/themes/fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Bold";
  font-style: normal;
  font-weight: normal;
  src: url("/themes/fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Italic";
  font-style: normal;
  font-weight: normal;
  src: url("/themes/fonts/Roboto-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Medium";
  font-style: normal;
  font-weight: normal;
  src: url("/themes/fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Regular";
  font-style: normal;
  font-weight: normal;
  src: url("/themes/fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Saira";
  font-style: normal;
  font-weight: normal;
  src: url("/themes/fonts/Saira-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Saira Light";
  font-style: normal;
  font-weight: normal;
  src: url("/themes/fonts/Saira-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Saira Regular";
  font-style: normal;
  font-weight: normal;
  src: url("/themes/fonts/Saira-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Saira SemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("/themes/fonts/Saira-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Saira Bold";
  font-style: normal;
  font-weight: normal;
  src: url("/themes/fonts/Saira-Bold.ttf") format("truetype");
}
.js-focus-visible .focus-visible::-moz-focus-inner {
  outline: none;
  border: 0;
}
.js-focus-visible *.focus-visible {
  box-shadow: inset 0 0 0 2px #ffffff, 0 0 0 2px #000000;
  outline: none;
}

/*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
*/
.js-focus-visible *:focus:not(.focus-visible) {
  outline: none;
  box-shadow: none;
}

/*
  Optionally: Define a strong focus indicator for keyboard focus.
  If you choose to skip this step then the browser's default focus
  indicator will be displayed instead.
*/
body {
  print-color-adjust: exact !important;
  -webkit-font-smoothing: antialised;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #ebebeb;
  color: #323232;
  font-family: "Roboto Regular", "Roboto", "Arial";
}

* {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3 {
  font-family: "Saira Light", "Saira Regular", "Saira", sans-serif;
  color: #323232;
  font-weight: normal;
}

h4,
h5,
h6 {
  font-family: "Saira Light", "Saira Regular", "Saira", sans-serif;
  color: #013a6f;
}

h1 {
  font-size: 30px;
  margin: 2px 0;
}

p {
  margin: 2px 0;
  font-weight: normal;
  font-family: "Roboto Regular", "Roboto", "Arial";
}

.pseudolink {
  font-size: 13px;
  color: #0f739e;
  cursor: default;
  white-space: nowrap;
}
.pseudolink:hover {
  cursor: pointer;
  text-decoration: underline;
}

.pseudolink__body {
  font-size: 15px;
}

.point-click {
  cursor: pointer;
}

.inline-block {
  display: inline-block;
}

.vertical-align-baseline {
  vertical-align: baseline;
}

.right {
  position: relative;
  right: 0;
}

.float-right {
  float: right;
}

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

.left-align {
  text-align: left;
}

.hidden {
  display: none;
}

.no-border {
  border: 0;
}

.indicator-border {
  border: 1px solid #cc0000 !important;
}
.indicator-border tr {
  border: 1px solid #cc0000 !important;
}

.indicator-border-thick {
  border: 2px solid #cc0000 !important;
}

.click-enabled {
  cursor: pointer;
}

.cursor-default-only {
  cursor: default;
}

.wrap-none {
  white-space: nowrap;
}

.wrap-pre {
  white-space: pre;
}

.bolded {
  font-weight: bold;
}

.disabled {
  opacity: 0.6;
}

.italicized {
  font-style: italic;
  font-family: "Roboto Italic", "Roboto", "Arial";
}

.icon {
  font-size: 18px;
  color: #555555;
  fill: #555555;
  height: 24px;
  width: 24px;
  outline: none;
  cursor: pointer;
}

.symbol {
  font-size: 18px;
  color: #555555;
  fill: #555555;
}

.font-xsmall {
  font-size: 12.1875px;
}

.width-full {
  width: 100%;
}

.margin-top-xxsmall {
  margin-top: 10px;
}

.margin-left-large {
  margin-left: 20px;
}

.padding-right-large {
  padding-right: 20px;
}

.detail-row-label {
  font-family: "Roboto Bold", "Roboto", "Arial";
  margin-right: 4px;
}

.detail-row-list {
  margin: 0;
}
.detail-row-list li {
  list-style-type: circle;
}

body {
  background-color: #ffffff;
}

.noselect {
  user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
}

.divider {
  margin: 0 5px;
  text-align: center;
  color: #cccccc;
}

#admin-view-content.overflow-hidden {
  overflow: hidden;
}

.smart-doc-table {
  border: 0;
  width: 100%;
}
.smart-doc-table thead tr {
  background: #ffffff;
}
.smart-doc-table tbody tr:nth-child(odd) {
  background: #eeeeee;
}
.smart-doc-table tbody tr:nth-child(even) {
  background: #ffffff;
}
.smart-doc-table .border-top {
  border-top: 1px solid #cccccc;
}
.smart-doc-table .no-border {
  border: 0;
}

.table-panel table thead {
  -webkit-touch-callout: none;
  user-select: none;
}
.table-panel table thead tr th .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table-panel table thead tr th.shrink-to-fit {
  min-width: 64px;
  width: 64px;
  max-width: 64px;
  white-space: nowrap;
  line-height: 12px;
}
.table-panel table thead tr th.checkable {
  width: 20px;
}
.table-panel table tbody tr .table-panel-row--context-menu .context-menu {
  visibility: hidden;
}
.table-panel table tbody tr:hover .table-panel-row--context-menu .context-menu {
  visibility: visible;
}
.table-panel table tbody tr .table-panel-row--context-menu .context-menu.open {
  visibility: visible;
}
.table-panel table tbody tr.row-selected {
  background-color: rgba(0, 0, 0, 0.04);
}
.table-panel table tbody tr td {
  position: relative;
}
.table-panel table tbody tr td:first-of-type {
  border-left: 0;
}
.table-panel table tbody tr td input.table-panel-editable-cell:focus {
  outline: 0;
}
.table-panel table tbody tr td .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table-panel table tbody tr.row-checked {
  background-color: #ced5ff;
}
.table-panel table tbody.row-hover-indicated tr:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.table-panel table tbody.row-hover-indicated tr:hover .table-panel-row--context-menu {
  visibility: visible;
}
.table-panel table tbody.row-hover-indicated tr .table-panel-row--context-menu {
  visibility: hidden;
}
.table-panel table tbody.row-hover-indicated tr .table-panel-row--context-menu.active {
  visibility: visible;
}
.table-panel table tbody.row-clickable tr:hover {
  cursor: pointer;
}
.table-panel .table-panel-empty-text {
  font-size: 13px;
  color: #cc0000;
  font-style: italic;
}

div.table-clickable-rows table tbody tr {
  cursor: pointer;
}

.table-row-context-menu-header {
  color: #a0a0a0;
  font-size: 14px;
  margin-left: 24px;
  padding: 8px 0;
}
.table-row-context-menu-header:hover {
  background-color: initial !important;
}

.flex-container {
  display: flex;
}

.activity-panel {
  min-width: 360px;
  width: 360px;
  border-left: 1px solid #cdcdcd;
}
.activity-panel .activity-panel-header {
  padding: 24px 16px 24px 24px;
  border-bottom: 1px solid #cdcdcd;
  white-space: nowrap;
  display: flex;
}
.activity-panel .activity-panel-header .activity-panel-loan-number {
  font-size: 20px;
  margin-left: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.activity-panel .loading {
  display: flex;
  padding: 16px 0 0 24px;
  align-items: center;
}
.activity-panel .loading span {
  margin-left: 8px;
}
.activity-panel .activity-panel-event {
  display: flex;
  padding: 16px 16px 16px 24px;
  justify-content: center;
  align-items: center;
}
.activity-panel .activity-panel-event .activity-panel-event-doc-list .svg-shape {
  fill: #0f739e;
}
.activity-panel .activity-panel-event .activity-panel-event-info {
  flex-grow: 1;
  margin: 0 24px;
}
.activity-panel .activity-panel-event .activity-panel-event-info .activity-panel-event-name {
  font-size: 15px;
}
.activity-panel .activity-panel-event .activity-panel-event-info .activity-panel-event-date {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
}
.activity-panel .activity-panel-no-details {
  margin-top: 64px;
  text-align: center;
}
.activity-panel .activity-panel-no-details .activity-panel-no-details-icon {
  margin-bottom: 32px;
}
.activity-panel .activity-panel-no-details .activity-panel-no-details-icon .svg-shape {
  height: 48px;
  width: 48px;
  fill: #555555;
}
.activity-panel .activity-panel-no-details .activity-panel-no-details-icon .svg-shape .cursor,
.activity-panel .activity-panel-no-details .activity-panel-no-details-icon .svg-shape .row-hover {
  fill: #555555;
}
.activity-panel .activity-panel-no-details .activity-panel-no-details-icon .svg-shape .row-default {
  fill: #bebebe;
}
.activity-panel .activity-panel-no-details .activity-panel-no-details-message {
  font-size: 15px;
  color: #323232;
  display: inline-block;
  width: 180px;
}

.modalpopup-mers-confirmation-results-dialog-content-item:not(:first-child) {
  margin-top: 12px;
}
.modalpopup-mers-confirmation-results-dialog-content-item-title .title-success {
  color: #518221;
}
.modalpopup-mers-confirmation-results-dialog-content-item-title .title-fail {
  color: #cc0000;
}

.modalpopup-merstransactionresults-dialog-content-item:not(:last-child) {
  border-bottom: 1px solid #bdbdbd;
}
.modalpopup-merstransactionresults-dialog-content-item:first-child {
  padding-bottom: 12px;
}
.modalpopup-merstransactionresults-dialog-content-item:not(:first-child) {
  margin-top: 12px;
  padding-bottom: 12px;
}
.modalpopup-merstransactionresults-dialog-content-item:last-child {
  padding-bottom: 0;
}
.modalpopup-merstransactionresults-dialog-content-item:only-of-type {
  padding: initial;
}
.modalpopup-merstransactionresults-dialog-content-item-title .title-success {
  color: #518221;
}
.modalpopup-merstransactionresults-dialog-content-item-title .title-fail {
  color: #cc0000;
}
.modalpopup-merstransactionresults-dialog-content-item-content {
  padding: 0 5px 0 15px;
}
.modalpopup-merstransactionresults-dialog-content-item-content ul {
  padding-left: 30px;
  margin: 0;
}
.modalpopup-merstransactionresults-dialog-content-item-content ul li {
  padding: 0;
}

/*# sourceMappingURL=admin.css.map */
