.selected {
    background-color: #ffc !important;
    color: #707478 !important;
}

.cursor-pointer {
    cursor: pointer;
}

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

table thead th {
    text-align: center;
}

.form-group .control-label {
    text-align: left !important;
}

.disabled {
    pointer-events: none;
}

table#verbr-table tbody tr td {
    min-width: 150px !important;
}

.time-serie-header-color {
    color: #348fe2 !important;
    z-index: 1000;
}

.time-serie-zeitpunkt-color {
    color: #00acac;
}

table td.editable-cell {
    position: relative !important;
    padding: 25px !important;
}

table td.editable-cell:hover span.edit {

    display: block !important;
}

table td.editable-cell input {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

table td.editable-cell span.edit {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

table td.editable-cell span.save {
    position: absolute;
    top: 0;
    left: 0;
}

table td.editable-cell label {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.field-error {
    border: 1px solid red !important;
}

.error {
    color: red !important;
    padding-top: 5px !important;;
}

.update-avatar {
    position: absolute;
    color: black;
    width: 100%;
    height: 100%;
    background: #1d2129;
    opacity: 0.8;
    cursor: pointer;
    display: none;
}

.avatar:hover .update-avatar {
    display: block;
}

.update-avatar img {
    margin-left: 5%;
    margin-top: 75%;
    width: 30px;
    height: 30px;
}

.modal-row {
    margin-top: 1rem !important;
}

.text-center {
    text-align: center;
}

.non-display {
    display: none;
}

.display {
    display: inherit;
}

.day-label {
    margin-left: 5px;
}

.week-search-source-modal {
    position: relative;
    bottom: 755px;
    left: 50%
}

.week-modal {
    right: 50%;
}

.import-message {
    width: 300px;
    margin: auto;
    margin-top: 250px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.nav-control {
    width: 30px;
    height: 30px;
}