@charset "UTF-8";
@font-face {
    font-family: '72';
    src: url('fonts/72/72-Regular-0072d92bfeaf57f02de04342d06a3463.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: '72';
    src: url('fonts/72/72-Light-7f6c7cb94c0d8088b023553d46a64e07.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: '72';
    src: url('fonts/72/72-Bold-85e09d643e5d4b5f98c3aaf365bd1c02.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SAP-icons';
    src: url('fonts/SAP-icons-c1ba0da78d7f6586cf5b00d5ef5eb806.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Reset html font-size to 16px (browser default) for fundamental-styles compatibility
   Bootstrap sets it to 10px, which breaks rem-based sizing in fundamental-styles */
html {
    position: relative;
    min-height: 100%;
    font-size: 16px !important;
}

body {
    background-color: #edeff0;
    font-family: '72';
    font-size: 14px;
    font-weight: 400;
    padding-top: 50px;
}


a {
    color: #0a6ed1;
}

a:hover {
    color: #5899da;
    text-decoration: none;
}

.form-horizontal > .form-group {
    margin-left: 0;
}

.form-horizontal > .form-group > .hidden {
    display: none;
}

/* Breadcrumb */

.breadcrumb {
    margin-top: 10px;
    margin-bottom: 0;
}

/* Panels – Bootstrap (kept for non-migrated views) */

.panel {
    margin: 20px 0;
    background-color: #ffffff;
    box-shadow: 0 5px 20px 0 rgba(50, 54, 58, 0.08);
    border-radius: 4px;
    border: none;
}

.panel-default > .panel-heading {
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
}

.panel-heading small {
    color: #90a4ae;
    font-size: 14px;
}

.panel-title {
    color: #0085b3;
    font-size: 18px;
    margin-bottom: 4px;
}

.panel-default > .panel-footer {
    background-color: #ffffff;
    border-top: 1px solid #dddddd;
}

.panel-default > .btn {
    margin-bottom: 4px;
}

.fd-panel__body-row {
    background: var(--sapBaseColor, #fff);
    margin: 0;
}

/* fundamental-styles panel */

/* Panel card: */
.fd-panel--list {
    margin: 20px 0;
}

/* Panel header */
.fd-panel--list .fd-panel__header {
    height: auto !important;
    padding: 12px 16px;
}

/* Title block */
.fd-panel--list .fd-panel__header-title {
    flex: 1 1 auto;
    min-width: 0;
}

/* Subtitle */
.panel-subtitle {
    color: var(--sapContent_LabelColor);
    font-size: var(--sapFontSmallSize);
    margin-top: 8px;
}

/* Actions toolbar */
.fd-panel--list .fd-panel__header-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 0;
}

/* Responsive table wrapper */
.fd-panel__table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

/* fd-table header cells */
.fd-panel--list .fd-table__header .fd-table__cell,
.fd-panel--list .fd-table__header th.fd-table__cell {
    font-weight: 500;
    white-space: nowrap;
    vertical-align: middle;
}

/* fd-table sortable column header: sort icon + title + filter button in one line */
.fd-table__column-header {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

/* Empty-state message */
.fd-panel__empty-message {
    padding: 16px;
    margin: 0;
}

/* Disabled state for First/Prev/Next/Last buttons */
.fd-panel--list .fd-pagination__button.is-disabled,
.fd-panel--list .fd-pagination__button.is-disabled:hover {
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}

/* Modals */
.modal-header {
    border-bottom: 1px solid #dddddd;
    background-color: #f5f5f5;
    border-radius: 4px 4px 0 0;
    padding: 10px 15px;
}

.modal-title {
    color: #0a6ed1;
    font-size: 18px;
}

.modal-body {
    padding: 10px 30px;
}

.modal-footer {
    border-top: 1px solid #dddddd;
    padding: 10px 15px;
}

/* Tables */

.table > thead {
    background-color: #fafafa;
    color: #6f7275;
    font-weight: 400;
}

.table > thead > tr > th {
    border-bottom: none;
    vertical-align: top;
}

.table > tbody > tr > th {
    background-color: #fafafa;
    border-top: none;
}

.table > tbody > tr > td {
    border-top: none;
}

.table-bordered > tbody > tr > td {
    border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th.fixed-column {
    background-color: #fafafa;
    border: 1px solid #dddddd !important;
    left: 0;
    position: sticky;
    z-index: 10;
}

.table-bordered > tbody > tr > td.fixed-column {
    background-color: #ffffff;
    border: 1px solid #dddddd !important;
    left: 0;
    position: sticky;
    z-index: 10;
}

.panel > .panel-body + .table-responsive {
    border-top: 0;
}

th, th a {
    color: #90a4ae;
    font-weight: 500;
}

th > a {
    display: inline-block;
    min-width: 24px;
    min-height: 24px;
    text-align: center;
}

/* Buttons */

.btn {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
}

.btn-default:active, .btn-default:focus, .btn-default:hover {
    background-color: #ffffff;
    border-color: #0a6ed1;
}

.btn-primary {
    color: #fafafa;
    background-color: #0a6ed1;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #fafafa;
    background-color: #085caf;
}

.btn-primary[disabled], .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover {
    color: #fafafa;
    background-color: #0a6ed1;
    opacity: 0.4;
}

.btn-secondary {
    color: #0a6ed1;
    background-color: #ffffff;
    border-color: #0a6ed1;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    color: #0a6ed1;
    background-color: #ebf5fe;
}

.btn-secondary[disabled], .btn-secondary[disabled]:active, .btn-secondary[disabled]:focus, .btn-secondary[disabled]:hover {
    color: #0a6ed1;
    background-color: #ffffff;
    border-color: #0a6ed1;
    opacity: 0.4;
}

.btn-tertiary {
    color: #0a6ed1;
    background-color: #ffffff;
}

.btn-tertiary:active, .btn-tertiary:focus, .btn-tertiary:hover {
    color: #0a6ed1;
    background-color: #ebf5fe;
    border-color: #0a6ed1;
}

.btn-tertiary[disabled], .btn-tertiary[disabled]:active, .btn-tertiary[disabled]:focus, .btn-tertiary[disabled]:hover {
    color: #0a6ed1;
    background-color: #ffffff;
    border-color: #ffffff;
    opacity: 0.4;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    color: #0a6ed1;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.badge {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
}

a.badge, span.badge {
    color: #333333;
}

a.badge:hover {
    color: #333333;
}


/* Alerts */

.alert {
    color: #000;
    padding: 5px;
}

.alert-dismissable .close, .alert-dismissible .close {
    color: #0a6ed1;
    opacity: 1;
    right: 0;
}

.alert-info {
    background-color: #f5faff;
    border-color: #0a6ed1;
}

.alert-danger {
    background-color: #feebeb;
    border-color: #b00000;
}

.alert-success {
    background-color: #f1fdf6;
    border-color: #107e3e;
}

.alert-warning {
    background-color: #fef7f0;
    border-color: #e9730c;
}

/* Forms */

textarea, textarea.form-control, input.form-control, input[type="text"], input[type="password"], input[type="email"], input[type="number"], .form-control[type="text"], .form-control[type="password"], .form-control[type="email"], .form-control[type="tel"], .form-control[contenteditable] {
    font-size: 14px;
    min-height: 34px;
    min-width: 68px;
}

textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, .form-control[type="text"]:focus, .form-control[type="password"]:focus, .form-control[type="email"]:focus, .form-control[type="tel"]:focus, .form-control[contenteditable]:focus {
    min-height: 34px;
    min-width: 68px;
}

.form-group input[type="checkbox"] {
    margin: 10px 0;
}

.form-group-sm input[type="checkbox"] {
    margin: 6px 0;
}

input[type="range"].form-control {
    box-shadow: inset 0 0 0 #ddd;
    -webkit-appearance: slider-horizontal;
}

.dropdown-menu > li > a {
    font-size: 14px;
}

a.dropdown-toggle:focus-visible {
    outline: 5px auto white !important;
}

.bootstrap-select > .dropdown-toggle.btn.bs-placeholder, .bootstrap-select > .dropdown-toggle.btn.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.btn.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.btn.bs-placeholder:hover {
    color: #6f7275;
    font-weight: 300;
}

.form-control-static {
    word-wrap: break-word;
}

.form-horizontal .control-label {
    color: #90a4ae;
    font-weight: 500;
}

.well label:not(.btn) {
    color: #90a4ae;
    font-weight: 500;
}

.tooltip-inner {
    max-width: 500px;
    text-align: left;
    width: 500px;
}

.switch {
    margin-bottom: 16px;
}

.switch .title {
    margin-left: 16px;
}

.switch .description {
    display: block;
}

.label-danger {
    background-color: #bb0000;
}

.label-default {
    background-color: #6a6d70;
}

.label-info {
    background-color: #0a6ed1;
}

.label-warning {
    background-color: #e9730c;
}

.label-success {
    background-color: #107e3e;
}

legend {
    font-size: 16px;
    width: inherit;
    margin-bottom: 8px;
}

.dashboard-filter {
    margin-top: 14px;
    margin-right: 24px;
}

.dashboard-filter form {
    display: inline;
}

.glyphicon-filter {
    cursor: pointer;
    margin: auto;
}

pre {
    height: auto;
    max-height: 200px;
    overflow: auto;
    background-color: #eeeeee;
    word-break: normal !important;
    word-wrap: normal !important;
    white-space: pre !important;
}

.data-value {
    white-space: pre-line;
}

.warning {
    color: #df1919;
}

.jqCron-container {
    line-height: 2;
}

h2 [class*=sap-icon]::before {
    font-size: 16px;
}

.sap-icon--action-settings::before {
    font-family: 'SAP-icons';
    content: '\e0a6';
}

.sap-icon--question-mark::before {
    font-family: 'SAP-icons';
    content: '\e090';
}

/* Tabs */

.tab {
    margin-top: 20px;
    margin-bottom: 5px;
}

.tab > a.tab-link {
    font-weight: 500;
    margin-right: 60px;
    margin-left: -15px;
    padding: 15px;
    text-decoration: none;
}

a.tab-link:link {
    color: #90a4ae;
}

a.tab-link:hover {
    color: #0a6ed1;
}

a.tab-link.active {
    color: #0a6ed1;
    border-bottom: 3px solid #0a6ed1;
}

/* Search */

.search > ul.list-group {
    margin-top: 2px;
    overflow:scroll;
    max-height: 407px;
}

.search > ul.list-group > a.list-group-item:hover {
    border-bottom: none;
}

.search > ul.list-group > a.list-group-item.selected, a.list-group-item.selected:hover  {
    background-color: #e5f0fa;
    color: #32363a;
    border-bottom: 1px solid #0a6ed1;
}

.stepper-label.active {
    font-weight: bold;
}

.stepper-circle {
    border: 2px solid;
    border-radius: 10px;
    padding: 0 5px;
}

.stepper-circle.active {
    font-weight: bold;
}

.stepper-line {
    border-top: 1px solid;
    margin: 10px 0;
}

.stepper-line.active {
    border-top: 2px solid black;
}

