select, input, button, p, table, svg, i, a, body, textarea {
    font-size: 0.9em !important;
}

.crudIcon {
    font-size: 1.5em;
    width: 4em !important;
}

.submitLink > * {
    transition: 0.75s;
    vertical-align: middle;
    color: #868a98;
}

.submitLink:hover > .crudIcon {
    color: #589c26;
}

.submitLink p {
    display: inline;
    margin-right: -70px;
    opacity: 0;

}

.submitLink:hover > p {
    opacity: 1;
    margin-right: 5px;
    color: #589c26;
}

.forgotPass {
    display: block;
}

.content-panel {
    padding: 1em;
}

.search-group > * {
    box-shadow: none;
}

.search-btn {
    /*border-right: 2px solid white;*/
}

#openModalButton {
    display: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.modal-header {
    border-bottom: unset;

}

#searchResultModalLabel {
    padding-left: 12px;
}

.contact {
    height: 100%;
}

.foundCustomer:hover {
    cursor: pointer;
}

.newContact {
    color: #a1a1a1;
    cursor: pointer;
    transition: 0.5s;
}

.newContact:hover {
    background-color: #e3e7ed;
    color: #6d6d6d;
}

.newContact svg {
    position: relative;
    bottom: 0px;
    transition: 0.3s;
}

.redmine {
    max-width: 1em;
    cursor: pointer;
    margin-left: 0.8em;
}

a {
    cursor: pointer;
    color: unset;
}

label {
    flex: unset !important;
}

.ticket {
    color: #ad1300;
}

/* Animations for Loading-Spinner */
@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner,
.spinner:before {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    z-index: 999;

}

.spinner:before {
    content: '';
    display: block;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite;
}

.spinner-absolute {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}

.spinner-add,
.spinner-remove {
    animation-fill-mode: both;
    animation-duration: .4s;
}

.spinner-add {
    animation-name: spinner-add;
}

@keyframes spinner-add {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.spinner-remove {
    animation-name: spinner-remove;
}

@keyframes spinner-remove {
    to {
        transform: scale(0);
    }
}

table.dataTable thead th {
    padding: 10px 10px;
}

.timePopup {
    max-width: 1400px !important;
}

.modal-footer {
    padding: 15px 20px !important;
}

.validation_error {
    color: red;
}

.time {
    cursor: pointer;
}

.editUserLink {
    border-radius: 0px 0px 0px 5px !important;
    background-color: white !important;
    padding-top: 6px !important;
    position: relative;
    top: -15px;
    right: -15px;
    color: #727272;
    box-shadow: none !important;
    border: 1px solid #ced4da;

}

.editUserLink:hover {
    color: #ffffff;
    box-shadow: none !important;
    border: 1px solid #ced4da;
    background-color: #8e8e8e !important;
}

.content-wrapper {
    position: relative;
    left: -45px;
    width: 103%;
}

/*Bestellungen Angebote Lizenzen Buttons*/
.polBtn {
    max-width: 175px;
    color: #a1a1a1;
}

.polBtn > .active {
    color: white;
    box-shadow: none !important;
    /*border: 1px solid #a1a1a1;*/
}

.polBtn:active {
    box-shadow: 0px 0 5px 1px rgba(108, 117, 125, .5);
}

.polBtn:focus {
    box-shadow: 0px 0 5px 1px rgba(108, 117, 125, .5) !important;
}

.polGroup {
    position: relative;
    box-shadow: none !important;
    padding-top: 10px !important;
}

.polLabel {
    margin-top: 25px;
}

#loadAll, #loadPurchase, #loadOffer {
    border-right: 1px solid white;
}

#whoIsCalling {
    background: #0d6efd;
}

#whoIsCalling:hover {
    background: #004bbb;
}

#whoIsCalling svg {
    color: white;
}

.timer {
    border-radius: 0px 0px 0px 0px !important;
    background-color: white !important;
    padding-top: 6px !important;
    position: relative;
    top: -15px;
    right: -15px;
    color: #727272;
    box-shadow: none !important;
    border: 1px black solid !important;
    width: 5em;
}

.timer:hover {
    border-radius: 0px 0px 0px 0px !important;
    background-color: white !important;
    padding-top: 6px !important;
    position: relative;
    top: -15px;
    right: -15px;
    color: #727272;
    box-shadow: none !important;
    width: 5em;
}

#timerPause, #timerPlay {
    display: none;
    cursor: pointer;
    transition: 0.5s;
}

#timerStop {
    cursor: pointer;
    transition: 0.5s;
}

#timerPause:hover, #timerPlay:hover, #timerStop:hover {
    color: navy;
}

.wrapper {
    max-width: 100% !important;
}

nav {
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
}

.navbar-nav {
    margin-left: auto;
}

#searchType {
    border-right: 1px solid #6c757d;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer !important;
}

.btn-outline-secondary:focus {
    box-shadow: 0 0 2px 0.05rem rgba(108, 117, 125, .5);
}

.btn-outline-seconnewContactColdary {
    border-color: #ced4da;
}

#searchType {
    transition: 0.1s;
}

body {
    background-color: #f8f9fa;
}

.content-panel {
    background-color: white;
    margin: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px #bbb;
    border-radius: 5px;
}


.float-left {
    float: left;
}

.float-right {
    float: right;
}

.mr-1 {
    margin-right: 0.5em;
}

.ml-1 {
    margin-left: 0.5em;
}

.card-body, .card-footer {
    flex: 1 1 unset;
    padding: 0.8em 0.8em;
}

.m-auto {
    margin: auto;
}

.newContactCol {
/ / margin-left: auto;
!important;
}

.searchTypeContainer {
    border-right: 1px #6c757d solid !important;
}

.form-group {
    margin-bottom: 1em;
}

#ticketPopup .form-group {
    margin-bottom: 5px;
}

#createTimeEntry {
    float: right;
}

#newTicket {
    width: 200px;

}

.ea-sidebar-width-compact {
    width: 100% !important;
}

.main-sidebar, .menu {
    display: none !important;
}

.paginate_button {
    border-radius: 25px !important;
    border: 0px transparent !important;
}

.current {
    background: #e9ecef !important;
}

.addRedmine {
    position: relative;
    margin-top: 3px;
    float: right !important;
}

.warningIcon {
    color: #ff7700;
    margin-left: 5px;
}

.dangerIcon {
    color: darkred;
    margin-left: 5px;
}

.range {
    margin: 0.5em;
}

.datepicker {
    width: 100px;
}

.filterSearch > * {
    background-color: #0d6efd !important;
    color: white;
    border-color: #0d6efd !important;
    cursor: pointer;
}

input.filterSearch {
    padding-left: 0 !important;
}

#filterCollapse {
    position: absolute;
    width: 20vw;
}

#collapseFilterButton:focus {
    box-shadow: 21px 2px 1px 2.25rem #0a58ca26;
!important;
}

#collapseFilterButton.collapsed {
    box-shadow: none !important;
}

.userFilter {
    margin-bottom: 10px;
}

.invoice #polGroup,
.invoice .newContact,
.invoice .editContact,
.invoice .editCustomer,
.invoice .loadTickets {
    display: none;
}

.invoice th {
    padding: 2px 8px 2px 8px
}

.invoice td {
    padding: 2px 8px 2px 8px
}

.invoice .ticketRow {
    background-color: #e6e1e1;
    color: #292929;
    font-weight: bold;
    border-bottom: 1px solid black;
}

.ticketRow {
    cursor: pointer;
}

.invoice .timeRow, .timeRowHead, .timeRowBilled {
    font-size: 10px;
    font-style: italic;
}

.timeRowBilled {
    color: #0000a2;
}

.timeRow {
    cursor: pointer;
}

.timeDescription {
    width: 98%;
}

.billThat {
    width: 95px;
}

.offcanvas-end {
    width: 40%;
}

#timeTable {
    transition: 0.3s;
}

#invoiceSidebarTable .ticketRow {
    font-size: 11px;
    font-weight: normal;
}

#timeTable .ticketIdName {
    min-width: 150px;
}

#timeTable .timeId {
    max-width: 8px;
}

#invoiceSidebarTable .sideBarHoursSum {
    min-width: 100px;
}

.sideBarHoursSum:after {
    content: " Stunden";
}

#invoiceSidebarTable tr {
    border-top: 1px white solid;
}

#invoiceSidebarTable .ticketId {
    font-weight: bold;
}

.ticketId, .timeCreated {
    min-width: 100px;
}

.filterLabel {
    font-size: 11px;
    color: #505050;
}

.filterSection {
    padding-top: 20px;
}

.filterSection .datepicker {
    width: auto;
    display: inline;
}

.filterSection label {
    position: absolute;
    font-size: 9px !important;
    margin-top: -15px;

}

#invoiceSidebarTable .totalTicketHours {
    display: none;
}

.totalTicketHours {
    font-size: 11px;
}

.unbilled {
    background: #ffcdb9;
}

#changeBilledStatusOfMultipleTimeEntries {
    display: none;
}

.additionalOptions {
    display: flex;
}

.progressStatusChange {

    height: 0px;
    transition: 1s;
}

.legend {
    /*right: 30px;*/
    /*position: absolute;*/
    background: aliceblue;
    padding: 10px;
    /*top:90px;*/
    margin-left: auto;
}

.legend td {
    padding: 5px;
}

#supportTable {
    width: 400px;
}

.bold {
    font-weight: bold;
}

.bi-receipt {
    margin-top: 15px;
}

.green {
    background: rgba(155, 255, 161, 0.64) !important;
}

.red {
    background: #ff00004a !important;
}


.customerRow {
    z-index: 1;
}

.noteBody {
    max-width: 300px;
    width: 300px;
    min-height: 90px;
    background: #ffffcb;
}

.noteBodyHistory {
    min-width: 300px;
    width: 100%;
    min-height: 90px;
    background: #ffffcb;
}

.noteTextarea {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
}

.noteTextarea:focus-visible {
    border: none;
    outline: none;
}

.card-header.noteBody {
    font-style: italic;
    font-size: 12px;
}

#saveNote {
    color: green;
    transition: 0.3s;
    opacity: 0;
    height: 25px;
    display: none;
}

.noteBody > textarea {
    font-size: 12px;
}

#mainCustomerContent > .col-auto {
    position: relative;
    top: 10px;
}

#main {
    float: right;
    width: 100%;
    transition: 0.5s;
}

.noteHeader {
    background: #ffffcb;
    font-style: italic;
    font-size: 12px;
}

.noteEditable {
    padding-top: 0;
    padding-bottom: 0;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#noteLoading {
    height: 25px;
    opacity: 0;
    transition: 0.5s;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.noteBodyNotEdit, .noteHeaderNotEditable {
    background: #fffff9;
    color: #444343;
}

.getNoteHistory {
    margin-top: -20px;
}

#closeHistory {
    cursor: pointer;
}


/*@keyframes noteAnimation {*/
/*    0% {*/
/*        right: 0;*/
/*        bottom: 0;*/
/*        opacity: 0;*/
/*    }*/
/*    25% {*/
/*        right: 20%;*/
/*        bottom: 10%;*/
/*        opacity: 0.25;*/
/*    }*/
/*    50% {*/
/*        right: 50%;*/
/*        bottom: 25%;*/
/*        opacity: 0.75;*/
/*    }*/
/*    90% {*/
/*        right: 74%;*/
/*        bottom: 50%;*/
/*        opacity: 1;*/
/*    }*/
/*    100%{*/
/*        right: 74%;*/
/*        bottom: 50%;*/
/*        display: none;*/
/*    }*/
/*}*/

/*.noteAnimation{*/
/*    animation-name: noteAnimation;*/
/*    animation-duration: 5s;*/
/*    animation-iteration-count: 1;*/
/*}*/

/*#customerNote{*/
/*    position: relative;*/
/*    z-index: 999;*/
/*}*/

.noHistory {
    font-style: italic;
    color: gray;
}

.psv {
    position: relative;
    left: -20px;
    bottom: 10px;
    z-index: 20;
}

.timeRowHead:first-child {
    display: none;
}

#billDataForm {
    padding-top: 20px;
}

.separator {
    height: 20px;
}

.topBarInvoiceFixed {
    position: sticky;
    background: white;
    width: 100%;
    top: 0;
    padding-bottom: 15px;
    z-index: 200;
    box-shadow: 0 8px 6px -2px #8888882e;
    margin: 0px;
}

.spinner-buha {
    position: fixed;
    z-index: -1;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 300ms;
    width: 100%;
    height: 100%;
    display: block;
}

.spinner-buha.active {
    z-index: 999;
    opacity: 1;
}

/*.spinner-buha::after {*/
/*    content: "";*/
/*    position: fixed;*/
/*    top:70%;*/
/*    left: 50%;*/
/*    background: blue;*/
/*    width: 100px;*/
/*    height: 100px;*/
/*    display: block;*/
/*}*/

#loader {
    position: fixed;
    display: flex;
    top: calc(50% - 120px);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: spinloader 2s linear infinite;
    transition: opacity 300ms;
    opacity: 0;
    border-radius: 50%;
    width: 120px;
    height: 120px;

    border: 5px solid #f3f3f3;
    /* Light grey */
    border-top: 5px solid #3c3c3b;

}

body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .5);
    z-index: -1;
    opacity: 0;
    transition: opactity 300ms;
}

body.is-loading #loader {
    z-index: 999;
    opacity: 1
}

body.is-loading::after {
    z-index: 998;
    opacity: 1
}

.hint {
    position: absolute;
    left: 90%;
    z-index: 20;
    top: -10px;
}

#loader svg {
    height: 60px;
    width: 60px;
    animation: spinlogo 2s linear infinite;

}

@keyframes spinloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@keyframes spinlogo {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes spinlogo2 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

.filterButton {
    width: 125px !important;
}

.btn-primary {
    background-color: #4556ac !important;
    border-color: #4556ac !important;
}

.btn-primary:hover {
    background-color: #2b2291 !important;
    border-color: #2b2291 !important;
}

.openTicket {
    background-color: #ffa874 !important;
}

.multiselect {
    padding: 17px;
    width: 220px;
    text-align: left;

}

.multiselect-selected-text {
    position: relative;
    top: 10px;
}

.custom_color_red {
    background: #ff00004a !important;
}

.custom_color_green {
    background: rgba(155, 255, 161, 0.64) !important;
}

.custom_color_yellow {
    background: rgba(255, 245, 132, 0.64) !important;
}

.custom_color_purple {
    background: rgba(220, 132, 255, 0.64) !important;
}

.custom_color_blue {
    background: rgba(132, 157, 255, 0.64) !important;
}

.companyAdditional p {
    padding-bottom: 5px;
    font-size: 12px !important;
    color: darkslategray;
    font-weight: 500;
    padding-top: 10px;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    margin: -5px 0 5px;
    padding-left: 5px;
    text-align: center;
}

.companyAdditional svg {
    color: white;
}
#displayMore{
    padding-right: 5px;
}
.additional {
    max-width: 300px;
    position: absolute;
    z-index: 9999;
    display: none;
    height: fit-content;
}

.show{
    display: block!important;
}

.additionalSub {
    display: flex;
    justify-content: center;
    align-items: center;
    background: gray;
    border-radius: 5px 5px 0 0;
    padding: 3px;
    color:white;
    font-style: italic;
}
.transparent{
    opacity: 0.5;
}

.form-select-tiny {
    width: 50%;
    padding-top: .1rem;
    padding-bottom: .1rem;
    padding-left: .4rem;
    background-position: right .4rem center;
}