:root {
--logo-url: url(/persis/CIM_IMAGES/CIM_klein.png);
--primary-color-hue:342;
--primary-color-saturation: 100%;
--primary-color-lightness: 42%;
--secondary-color-hue:200;
--secondary-color-saturation: 84%;
--secondary-color-lightness: 32%;
} .v-sidebar-menu,
.v-sidebar-menu .vsm--badge_default, 
.v-sidebar-menu .vsm--toggle-btn {
  background-color: rgb(13, 104, 151) !important;
}

.btn-pf-popup, .btn-pf-secondary, 
.file-preview-dialog .modal-dialog .modal-content .file-preview-mobile-button-container .file-preview-button-mobile, 
.image-preview-list .image-preview-show-all-link, 
.table:not(.ui) .table-footer .btn-pf-secondary, 
article>footer .btn-pf-secondary,
.v-sidebar-menu .vsm--item,
.v-sidebar-menu .vsm--dropdown {
  background-color: rgb(13, 104, 151) !important;
  color: white !important;
}

.card-detail .card-body .card-title-row, 
.card-detail .card-body .card-title-row td, 
.card-detail .card-body .card-title-row th, 
.ma-kalender-calendar thead td, 
.ma-kalender-calendar thead th, 
.table thead td, 
.table thead th, 
.table-calendar-small thead td, 
.table-calendar-small thead th, 
.table-overview thead td, 
.table-overview thead th {
    border: transparent !important;
    border-right: none !important;
    border-left: none !important;
}

.table.table-overview-inline tbody tr.ti-level-1 > td, 
.table.table-overview-inline tbody tr.ti-secondary > td,
.card-detail .card-body .display-group,
.table-detail tr td, 
.table-detail tr th,
.table-calendar-small tbody tr td, .table-calendar-small tbody tr th, 
.table-overview tbody tr td, .table-overview tbody tr th {
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #d2d5d6 !important;
}

.card-detail .card-body .display-group .row .display-group-label, 
.card-detail .card-body .display-group .row:first-of-type,
.card-detail-header .display-group > .col-6:first-of-type,
.table-calendar-small tbody tr td, .table-calendar-small tbody tr th, 
.table-overview tbody tr td, 
.table-overview tbody tr th,
.card-detail-header .display-group-content,
.theme--light #atom-main-container>div:not(.not-fusion-style) .v-data-table table tbody tr td, 
.theme--light .v-dialog .v-data-table table tbody tr td,
.theme--light #atom-main-container>div:not(.not-fusion-style) .v-data-table table .v-data-table-header th, 
.theme--light .v-dialog .v-data-table table .v-data-table-header th {   
    border-right: none !important;
    border-left: none !important;
   /* border-bottom: none !important;*/
}

.table.table-overview-inline tbody tr.ti-primary > td, 
.table.table-overview-inline tbody tr.ti-primary > th, 
.table.table-overview-inline tbody tr.ti-section-head > td, 
.table.table-overview-inline tbody tr.ti-section-head > th {
    border: none !important;
}

hr.ribbon {
    background-color: transparent !important;
    border-bottom: none !important;
}

.v-application .ci-alpha {
    background-color: #0d6897 !important;
    border-color: #0d6897 !important;
}

.v-application .error {
    background-color: #0d6897 !important;
    border-color: #0d6897 !important;
}

html[data-persis-function="bm.jobs.details"] div.panel {
    padding: 10px !important;
    margin:0px !important;
    background-color: white !important;
    color: black;
    border: none !important;
 }

 html[data-persis-function="bm.jobs.details"] h3 {
     color: #0d6897;
 }

 html[data-persis-function="bm.jobs.details"] h6 {
     color: #9aca26;
 }

[href="/main/productinfo"] {
    display:none;
}