/*
    Fügen Sie hier Ihre benutzerdefinierten CSS-Stile hinzu...
    Verwenden Sie diese Datei, wenn Sie ein bestehendes Theme anpassen wollen.

    Wollen Sie ein eigenes Theme erstellen, fügen Sie eine eigene css-Datei im
    Ordner ./assetsRT/client/css/themes/ ein.
    Die Datei muss mit "theme_" beginnen und die Endung ".css" haben.
    Empfohlen ist der Dateiname theme_ANZEIGENAME.css

    ***************************************************************************

    Add here your custom css-Styles...
    Use this file if you want to customize an existing theme.

    If you want to create your own theme, add your own css file to the
    ./assetsRT/client/css/themes/ folder.
    The file must start with "theme_" and end with ".css".
    The file name theme_DISPLAYNAME.css is recommended
*/

.table td {
    border: 1px solid #000;
    padding: 16px;
    padding-bottom: 15px;
}
.text-warning {
  color: #0063c2 !important;
}

.bg-primary {
        background-color: #0063c2; !important;
}

.bg-primary-subtle {
    --bs-primary-bg-subtle: transparent !important;
}
.bg-secondary-subtle {
    --bs-secondary-bg-subtle: #cfdff0
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0063c2;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #626262;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e4e4e4;
  --bs-btn-disabled-bg: #35bb8e;
  --bs-btn-disabled-border-color: #35bb8e;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0063c2;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #626262;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e4e4e4;
  --bs-btn-disabled-bg: #35bb8e;
  --bs-btn-disabled-border-color: #35bb8e;
}
.btn-outline-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #626262;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #e4e4e4;
    --bs-btn-hover-bg: #0063c2;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #e4e4e4;
    --bs-btn-active-bg: #105fb2;
    --bs-btn-active-border-color: #105fb2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #105fb2;
    --bs-btn-disabled-bg: --bs-btn-color: #0d4c8e;;
    --bs-btn-disabled-border-color: #626262;
    --bs-gradient: none;
}
.border-primary {
    border-color: #000 !important;
}

.card {
    color: #000;
    background-color: #ffffff42 !important;
}
.text-primary {
    color: #0063c2 !important;
}
.list-group-item {
    color: #000;
    background-color:  #ffffff42 !important;

}
.form-control:focus {
    color: #000;
    background-color: var(--bs-body-bg);
    border-color: #0063c2;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253);
}

.form-control:hover {
    color: #000;
    background-color: var(--bs-body-bg);
    border-color: #0063c2;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253);
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #00000021 !important;
    background-clip: padding-box;
    border: transparent !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}

.form-select {
    color: #fff;
    background-color:  #000000a3 !important;
   }

.jsTreeBox {
    width: calc(100% - 8px) !important;
    margin-left: 4px !important;
    position: absolute;
    color: #fff;
    background-color: #000000a3 !important;
    border: 1px dotted #999;
    max-height: 300px;
    overflow: auto;
    z-index: 999;
}

.jstree-anchor, .jstree-anchor:link, .jstree-anchor:visited {
    color: #fff !important;
}

.jstree-default .jstree-wholerow-hovered {
   background-color: #0063c2 !important;
}

a {
    color: #0063c2;
}

a:hover {
    color: #cd0000;
}

#header {
  background-color: transparent !important;
  color: #343434;
}

#mainNavbar {
    background: #0063c2;
    color: #e4e4e4 !important;
    border-top: 1px solid #407fc1;
    box-shadow: inset 0 -3px 10px -5px rgba(0, 0, 0, 0.5);
}

#menueRight .nav-link {
    color: #fff !important;
}

#content {
    background-color: transparent !important;
}

.sidebar-bg {
  background-color: rgb(255 255 255 / 0%) !important;
}

.sidebar {
  background-color: rgb(255 255 255 / 0%) !important;
}

.page-content {
    color: #000 !important;
    background-color: rgb(255 255 255 / 52%) !important;
}
#footer {
    
    background-color: transparent !important;
}

#footerNavbar a {
    color: #fff !important;
}
#footerNavbar:focus a {
    color: #ff233c !important;
}

#footer .copyright {
    color: #fff;
    background-color: transparent !important;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    letter-spacing: 0.02rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background: url('https://support.it-c-oh.com/assetsRT/images/page_bg.png') repeat;
    color: #000000;
    text-align: left}
header {
    background-color: #105fb200;
    color: #ffffff;
}