
body {
    /* font-family: "Libre Franklin", Helvetica, "Sans Serif", Arial; */
    /* font-family: 'Nunito', Helvetica, "Sans Serif", Arial; */
    font-family: 'Roboto', Helvetica, "Sans Serif", Arial;
    /* font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif; */

    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'PT Serif', Helvetica, "Sans Serif", Arial;*/
    font-weight: 400;
}

thead {
    /*background-color: #E0E0E0 !important;*/

    /*background-color: #FFFFFF !important;
    border: 2px solid white;*/
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border-top: 1px solid #FAFAFA;
}

td {
    vertical-align:top !important;
    padding-top:6px !important;
}

th {
    font-weight: normal;
    opacity: 0.7;
}

.nav.child_menu > li > a {
    /* color: rgba(255, 255, 255, 0.75); */
    font-size: 12px;
    padding: 3px 3px 3px 9px;

}

.nav.child_menu {
    transition:height 1ms !important; /* TRANSITION */
}


/*
.dt-buttons {
    float: right;
    margin: 5px 0px 5px 0px;
}
 */

.dt-buttons {
    /* float: left; */
    float:right;
    /* margin: auto auto; */
    margin-top: 16px;
    display: block;
}

.dt-buttons .btn {
    color:#CCCCCC !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    font-size: 100%;
}

.dataTables_paginate a {
    background-color: white !important;
}

.dt-right {
    text-align:right;
}


.table-bordered td, .table-bordered th {
    border: 0px;
    border-top: 1px solid rgb(238, 238, 238);
}


.nav.side-menu > li > a, .nav.child_menu > li > a {
    font-size:16px;
}

.btn-sm {
    font-size:12px;
}

.card-body {
    padding: 0.5rem;
}

@media print {
    .btn {
        display: none !important;
    }
}

.dropdown-menu {
    box-shadow: 0 4px 18px rgb(0 0 0 / 11%);
    color:var(--connie-dropdown-color);
    background-color: var(--connie-mainarea-copy) ;
    border:none;
}

.dropdown-item {
    width: 100%;
    padding: 6px 20px;
    background-color: inherit;
    color: inherit;
    /*background-color: var(--connie-formcontrol-color);*/
    /* border-bottom: 1px solid #D9DEE4; */
}

.dropdown-item:focus, .dropdown-item:hover {
    /*color: #16181b;*/
    text-decoration: none;
    color:var(--connie-formcontrol-color);
    background-color:  var(--connie-mainarea-background);
   /*background-color: ;!*#F4F4F4;*!*/
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.025);
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    font-size: 85%;
    margin-left: 40px;
}

.column_separator {
    border-left: 0px dotted #DDDDDD;
}

.btn-light {
    /*font-weight: bold;*/
    background: none;
    border:none;
}

div.dataTables_paginate {
    margin-top:15px !important;
}

.dropdown-item > i {
    margin-right:5px;
}

table.dataTable thead .sorting:after {
    opacity: 0 !important;
}

input::placeholder {
    color: #CCCCCC !important;
    opacity: 1 !important;
}

a.highlight {
    text-decoration: underline dotted 1px !important;
    text-decoration-color: inherit;
}

a.highlight:hover {
    text-decoration: none !important;
    filter: brightness(75%);
}


.nav.side-menu > li.current-page, .nav.side-menu > li.active {
    border-right: none;
    background: none;
    background-color: white;
}

.hilfe_img {
    padding: 15px;
    margin: auto auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}

.hilfe_left_img {
    padding: 15px;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.workflow-header-title {
    color: #111111;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.workflow-header-icons {
    color: #111111;
}

.blackish {
    color: #111111 !important;
}

.open-slider-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 10px 20px;
    background-color: #F0F0F0;
    color: green;
    border: none;
    cursor: pointer;
}

.slider-overlay {
     position: fixed;
     top: 0;
     right: 0;
     height: 100vh;
     width: 66vw; /* Adjust as needed */
     background-color: white;
     transform: translateX(100%); /* Initially hidden */
     transition: transform 0.3s ease-in-out; /* Smooth slide animation */
     overflow: auto;
}

.slider-overlay.open {
    transform: translateX(0%); /* Slide in */
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle
{
    color: white !important;
    background-color: var(--connie-gray);
    border-color: #F8F9FA;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus, .btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: none !important;
}

 .labelfix {
     padding-top:10px;
     /* font-weight: bold; */
 }

.indent {
    padding-left:40px;
}

.orange {
    color: var(--connie-orange);
}

.half {
    width:50%;
}

.quarter {
    width:25%;
}

.third {
    width:33%;
}

.right {
    text-align: right;
}

.highlight-edit {
    background-color: #FFF9C4;
    /*border: 1px solid #D9DEE4;*/
    /*border-radius: 5px;*/
}

.is-invalid {
    border: 3px solid #EF9A9A !important;
    background-image: unset !important;
    /*background-color: red;*/
}

.formhelp {
    color: #1565C0;
}

.nonRemovableRights {
    accent-color: #2A3F54 !important;
}

.left_type {
    color: #222222 !important;
    font-weight: bold;
}

.right_type {
    color: #222222 !important;
    font-weight: normal;
}

.context-menu-item {
    color: #666666 !important;
}

.context-menu-item:hover {
    color: #222222 !important;
}

