﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
:root {
    --todo-table-border: 1px solid rgb(141, 141, 141);
    --todo-table-details-border: 1px solid rgba(118, 118, 118, 0.3);
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


@media (max-width: 1024px) {
    html {
        font-size: 14px;
    }
}

.main-contaner {
    padding: 0 48px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
}

.display-none {
    display: none !important;
}

label.required:after {
    content: "*";
    font-weight: bold;
    color: red;
    margin-left: 10px;
}

.tooltip-inner {
    background-color: #272626;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #272626 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-right-color: #272626 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-right-color: #272626 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-right-color: #272626 !important;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn.log-out {
    border: 0px !important;
}

textarea {
    padding: 15px;
    font-size: 14px;
    border-radius: 10px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    color: gray
}

.icon {
    width: 30px;
    height: 30px;
}

.iconBtn {
    border: none; /* Remove borders */
    color: transparent !important;
    background-color: transparent;
}

.icon-btn-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.fixed-btn {
    width: 200px !important;
}

.color-link {
    color: rgb(0, 123, 255) !important;
}

.today {
    background-color: #bbd7f3 !important;
    border-radius: 100% 100% 100% 100%;
}

#questionnarie-rate-block .active {
    background-color: rgb(255, 255, 255) !important;
    color: rgb(0, 123, 255) !important;
    font-weight: 900 !important;
}

.datepicker, .timepicker.gj-textbox-md, .datepicker-todo, .taken-time-datepicker {
    padding: 0.675rem 0.75rem !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
}

    .datepicker + .gj-icon,
    .timepicker + .gj-icon,
    .datepicker-todo + .gj-icon,
    .taken-time-datepicker + .gj-icon {
        top: 8px !important;
        right: 7px !important;
        color: #676767 !important;
    }

.datepicker-todo {
    padding: 0.675rem 0.45rem !important;
    border: 0 !important;
}

.datepicker-todo-details {
    background-color: transparent;
}

.mb-05 {
    margin-bottom: 0.5rem;
}

.no-result {
    padding: 135px 0px;
    text-align: center;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1220px;
    }
}

.todo-table {
    margin-bottom: 0px;
    border-collapse: unset !important;
    border-spacing: 0 !important;
    display: none;
}

    .todo-table thead {
        font-size: 14px;
        border: var(--todo-table-border);
    }

    .todo-table td, .todo-table th {
        padding: 5px;
        border: var(--todo-table-border) !important;
        border-left: unset !important;
    }

    .todo-table td {
        border-top: unset !important;
    }

    .todo-table thead th:first-of-type {
        border-left: var(--todo-table-border) !important;
        border-top-left-radius: 10px;
    }

    .todo-table thead th:last-of-type {
        border-top-right-radius: 10px;
    }

    .todo-table tr:last-child td:first-of-type {
        border-bottom-left-radius: 10px;
    }

    .todo-table tr:last-child td:last-of-type {
        border-bottom-right-radius: 10px;
    }

    .todo-table td div {
        display: flex;
        height: 100%;
        align-items: center;
        word-wrap: break-word;
    }

        .todo-table td div p {
            margin: 0;
            margin-bottom: 0;
            padding-top: 5px;
            padding-left: 6px;
        }

    .todo-table td textarea {
        width: 100%;
        min-height: 10px;
        height: auto;
        resize: none;
        outline: none !important;
        overflow: visible;
        border: 0;
        box-shadow: none;
        background-color: transparent !important;
        padding: 0px 7px;
        padding-bottom: 0px;
        margin-top: 7px;
        font-size: 15px;
        background-position: top 3px right !important;
        border-radius: 0;
    }

    .todo-table .was-validated .form-control:invalid, .todo-table .form-control.is-invalid {
        background-position: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }

    .todo-table tbody tr:nth-of-type(odd) {
        background-color: rgba(52, 58, 64, 0.07);
    }

    .todo-table tbody tr td:first-of-type {
        border-left: var(--todo-table-border) !important;
    }

    .todo-table .todo-number {
        font-size: 12px;
        align-items: center;
        justify-content: center;
        line-height: 40px;
        height: 100%;
        font-weight: 700;
    }

    .todo-table .form-control:focus {
        box-shadow: unset !important;
    }

.todo-remove-icon {
    color: #676767 !important;
    margin: 11px;
    cursor: pointer;
}

.todo-remove-icon0 {
    display: none;
}

.todolist-title {
    font-size: 16px;
    font-weight: 600;
}

.add-todo-item-button-holder {
    width: 100%;
}

.add-todo-item-button {
    float: right;
    opacity: 1;
}

.no-todos {
    width: 100%;
    text-align: center;
    min-height: 30px;
    padding: 10px;
    border: var(--todo-table-details-border);
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.todo-table-disabled {
    opacity: 0.9;
}

    .todo-table-disabled tbody tr td:first-of-type {
        border-left: var( --todo-table-details-border) !important;
    }

    .todo-table-disabled thead {
        font-size: 14px;
        border: var( --todo-table-details-border);
    }

    .todo-table-disabled td, .todo-table-disabled th {
        padding: 5px;
        border: var( --todo-table-details-border) !important;
        border-left: unset !important;
    }

    .todo-table-disabled td {
        border-top: unset !important;
    }

    .todo-table-disabled thead th:first-of-type {
        border-left: var( --todo-table-details-border) !important;
        border-top-left-radius: 10px;
    }

.input-disabled, .input-disabled + .gj-icon {
    opacity: 0.6;
    pointer-events: none !important;
}

.cut-text {
    word-break: break-word;
}

.oZu::after {
    content: "-";
    position: absolute;
    z-index: -1;
}

.friedenheit {
    background-color: #fff;
}

mark, .mark {
    padding: 0 !important;
    background-color: #ffed8c;
}

.confirm-email-body {
    text-align: center;
}

@media (max-width: 767px) {
    .filter-pane {
        text-align:center;
        margin-top: 3rem;
    }

    .filter-pane div {
        justify-content:center !important;
    }
}