
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;
}

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;
}

.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;
}
