@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700&display=swap');

body {
    font-family: 'Roboto', 'sans-serif';
}

.sidebar .nav-dropdown .nav-link {
    background-color: rgba(47, 53, 58, 0.85);
}

.sidebar .nav-dropdown .nav-link:hover {
    background-color: #467fd0;
}

.sidebar-nav .nav-dropdown-items {
    padding-left: 5px;
    background-color: rgba(70, 127, 207, 0.5);
    transition: 0s;
}

.sidebar .nav-dropdown-items .nav-link {
    box-shadow: inset 8px 0 10px -10px rgba(249, 251, 252, 0.2);
}

.sidebar {
    font-size: 80%;
    letter-spacing: 0.7px;
    text-indent: 0;
}

.sidebar .nav-title {
    font-size: 0.8rem;
}

.sidebar i {
    transition: margin-left 0.2s;
}

@media screen and (min-width: 991px){

    html:not([dir=rtl]) body:not(.sidebar-lg-show) .sidebar {
        margin-left: -140px;
        text-indent: -9999px;
    }

    html:not([dir=rtl]) body:not(.sidebar-lg-show) .sidebar i {
        text-indent: 9999px;
        margin-left: 145px;
        animation: opacity-increase 0.8s;
    }

    html:not([dir=rtl]) body:not(.sidebar-lg-show) .sidebar .nav-link>:not(i) {
        display: none;
    }

    html:not([dir=rtl]) body:not(.sidebar-lg-show) .sidebar .nav-dropdown .nav-dropdown-items  {
        max-height: 1500px;
        padding-left: 0;
    }

    html:not([dir=rtl]) body:not(.sidebar-lg-show) .sidebar .nav-dropdown .nav-dropdown-toggle {
        display: none;
    }

    html:not([dir=rtl]) body:not(.sidebar-lg-show) .sidebar .nav-dropdown .nav-dropdown-toggle::before {
        content: none;
    }

    /*html:not([dir=rtl]) body:not(.sidebar-lg-show) .sidebar .nav-item.nav-dropdown {*/
    /*    display: none;*/
    /*}*/
}

@keyframes opacity-increase  {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }

}

.linkcard {
    text-decoration: none;
    color: inherit;
}

.linkcard:hover {
    text-decoration: none;
    color: inherit;
}

.linkcard > * {
    transition: 0.3s;
}

.linkcard:hover > * {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.jobfindertable td {
    border: 1px solid black;
}

.jobfindertable td div {
    display: flex;
    flex-direction: column;
    padding: 1px;
    text-align: center;
    max-width: 80px;
    word-break: break-all;
    font-size: 80%;
}

.jobfindertable td p{
    margin-bottom: 0;
    line-height: 12px;
}

.jobfindertable td h5{
    margin-bottom: 3px;
    font-size: 14px;
}

.jobfindertable td.red {
    background-color: #ff3e3e;
}

.jobfindertable td.yellow {
    background-color: orange;
}

.jobfindertable td.green {
    background-color: greenyellow;
}

.jobfindertable td:first-child div {
    max-width: 130px;
    word-break: normal;
    font-size: 90%;
    padding: 3px;
}
@media print {
    body {
        background-color: white;
    }
    .jobfindertable-container {
        background-color: white;
        height: 80vh;
        width: 100vw;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
        z-index: 10000;

    }
}



.table-seam {
    font-size: 13px;
}

#crudTable.table-seam.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, #crudTable.table-oekv.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    margin-top: -4px;
    font-size: 18px;
}

table.table-seam.dataTable.table-sm .sorting:before, table.table-oekv.dataTable.table-sm .sorting_asc:before, table.table-oekv.dataTable.table-sm .sorting_desc:before {
    top: 3px;
    right: 0.40em;
}

table.table-seam.dataTable.table-sm .sorting:after, table.table-oekv.dataTable.table-sm .sorting_asc:after, table.table-oekv.dataTable.table-sm .sorting_desc:after {
    top: 10px;
}

.seam-crud-table-container {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,40,100,.12);
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    padding: 10px;
}

.seam-search {
    font-size: 12px;
}

.seam-search input {
    font-size: 12px;
}

.seam-crud-table-container .dataTables_length {
    font-size: 12px;
}

.seam-crud-table-container .dataTables_length select.form-control {
    font-size: 12px;
    padding-right: 15px;
}

.seam-crud-table-container .dataTables_paginate ul.pagination {
    font-size: 12px;
}

.seam-crud-table-container .navbar-filters, .oekv-crud-table-container .navbar-filters .dropdown-menu {
    font-size: 12px;
}


.table-seam .btn {
    font-size: 11px;
}


.btn-delete:hover, .btn-update:hover {
    color: rgba(255, 255, 255, 0.8);
}

.status-icons {
    font-size: 10px;
}

.brand-card.seam .brand-card-header {
    height: 3rem;
    font-size: 13px;
}

.brand-card.seam .text-value {
    font-size: 1.1rem;
}

.card.seam {
    font-size: 13px;
}

.card.seam .card-header, .card.seam .card-footer {
    background-color: #f0f3f9;
}

.card.seam .card-header {
    font-weight: bold;
}

.card.seam .card-header-actions .btn {
    font-size: 12px;
}

.card.seam .card-body .fixed-content {
    overflow: auto;
    overflow-y: scroll;
}


.datasheet {
    font-size: 13px;
}

.datasheet-header {
    font-size: 18px;
    font-weight: bold;
    padding: 1.25rem;
    border-bottom: none;
}

.datasheet-action {
    text-align: right;
}

.datasheet-action .btn {
    font-size: 14px;
}


.seam-form, .seam-form input, .seam-form select {
    font-size: 13px;
}

.dt-button-collection.dropdown-menu {
    max-height: 40vh;
    overflow-y: auto;
}
.recurringOptionEditDiv {
    padding-top: 1rem;
}
.recurringOptions, .recurringOptionsUpdate {
    margin-left: 1rem;
    margin-top: 1rem;
    padding-bottom: 1rem;
}
.recurringOptions label, .recurringOptionsUpdate label {
    margin-right: 0.5rem;
}
.dayCheckbox {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: .25rem;
    background-color: #fff;
    border: #8f9ba6 solid 1px;
    width: 1rem;
    height: 1rem;
}
.recurring {
    padding-bottom: 1rem;
}

#coach_hinzufuegen {
    margin-bottom: 20px;
}
#sammeltermin_close {
    border-radius: .25rem;
}


#generatedList li {
    margin-left: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

#generatedList a {
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
    float: right;

}

#multiple_coaches_filter {
    width: 300px;
    max-width: 300px;
    max-height: 80px;
    overflow-y: auto;
    overflow-x: hidden;

    border: none;
}
.calender-filter {
    align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff !important;
}

.calender-filter .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
}

.calender-filter .select2-container--default .select2-selection--multiple {
    border: 1px solid rgba(0, 40, 100, .12);
    border-radius: 3px;
}

@media screen and (max-width: 768px) {
    .calender-filter {
        display: block !important;
    }
    #multiple_coaches_filter .select2 .select2-container .select2-container--default {
        width: 100% !important;
    }
    #multiple_coaches_filter {
        width: 100%; /* Feste Breite */
    }
}
