﻿.input-container-md {
    max-width: 500px !important;
}

.fill-height {
    min-height: 100%;
    height: auto !important; /* cross-browser */
    height: 100%; /* cross-browser */
}

.spaced-table {
    border-collapse: separate;
    border-spacing: 10px 10px;
}

.detail-table > *:first-child:not(thead) td:first-child:not(.not-detail) {
    font-weight: bold;
    padding: 0 15px 0 0;
}

.detail-table > tbody > tr > td {
    vertical-align: middle;
}

.detail-table > thead {
    font-weight: bold;
    padding: 0 15px 0 0;
}

.input-table {
    height: 100% !important;
}
.input-table > tbody > tr > td {
    height: 35px;
}
.input-table > tbody > tr > td > textarea {
    height: 100%;
}

.toggle-radio-button {
    min-width: 200px;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1600px;
    }
}

@media (min-width: 1600px) {
    .modal-xl {
        width: 90%;
        max-width: 1500px !important;
    }
}


.disabled-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: gray;
    top: 0px;
    left: 0px;
    opacity: .2;
}

.info-number-circle {
    width: 24px;
    line-height: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    border: 2px solid lightgreen;
}

.small-button {
    height:25px !important;
    width:25px !important;
}

/* Beispielsweise für Bootgrid zum anzeigen einer kompletten Spalte (ohne Textabkürzung mit ...)*/
.show-whole-column {
    white-space: normal !important;
    height: auto !important;
}

.d-none {
    display: none;
}

.datecontrol {
    width: 130px !important;
}

div .toolbox-popup {
    position: fixed;
    right: 40px;
    top: 100px;
    z-index: 3;
    border-radius: 100%;
    border: 1px solid #555;
    background: #e3e6f0;
    display: table;
    width: 50px;
    height: 50px;
}

div .toolbox-popup > a {
    vertical-align: middle;
    display: table-cell;
}

div .toolbox-popup > a > i {
    color: #555;
}

.euro-input :after {
    content: '€'
}

div .info-square {
    position: relative;
    height: 25px;
    width: 25px;
    top: 2px;
    right: -22px;
    background-color: rebeccapurple;
}

.container-content-adminlayout
{
    margin-bottom:20px;
}

.truncate {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.hide-after-toggle[aria-expanded="true"] {
    display: none;
}

.sticky-table {
    table-layout: fixed !important;
    min-width: 800px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    background-color: white;
    position: fixed;
    top: 0;
    display: table;
}

.opacity-100 {
    opacity: 1 !important;
}

.loading-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

.loading-spinner-top {
    position: absolute;
    left: 50%;
    top: 20px;
    margin-top: -50px;
    margin-left: -50px;
}

.spinner-border {
    width: 100px !important;
    height: 100px !important;
}

.fullcalendar-selected-event {
    background: rgba(0, 0, 0, 0.35)
}

.link-unstyled, .link-unstyled:link, .link-unstyled:hover {
    color: inherit;
    text-decoration: inherit;
}