﻿.status-online {
    color: #7CB342 !important;
}

.status-offline {
    color: #E53935 !important;
}

.mdi.status-offline, .mdi.status-online {
    font-size: 20px !important;
}

.background-yellow {
    background: rgba(255, 238, 88,1.0);
}

a[disabled=disabled] {
    background-color: gray;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

.btn-yellow {
    background: rgba(255, 238, 88,1.0) !important;
    color: #303F9F !important;
    font-weight: bold !important;
    border-bottom: 2px solid #ffe600 !important;
}

.IMA-blue-Background {
    background: #2ba6cb !important;
    color: white !important;
}

.ajax-loader {
    display: none;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    z-index: +10000 !important;
    width: 100%;
    height: 100%;
    color: #2ba6cb;
}

    .ajax-loader i {
        position: relative;
        top: calc(50% - 50px);
        left: calc(50% - 25px);
    }

.show-message {
    position: relative;
    background: #303F9F;
    color: white;
    padding: 25px 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    text-align: center;
    font-size: 20px;
    border: 2px solid white;
    border-radius: 15px;
}

    .show-message .mfp-close {
        color: white !important;
    }

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a, .nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}

.nav > li > a {
    display: block;
}

.btn-blue {
    background: #0474D6 !important;
    color: #E7FEFF !important;
    font-weight: bold !important;
    border-bottom: 2px solid #0474D6 !important;
}

.row.detail-container {
    padding: 10px
}

    .row.detail-container > .col-12 > .row {
        padding: 5px
    }


.field-validation-error {
    color: #f5707a;
    margin-left: 0;
    margin-top: 5px;
}

.validation-summary-errors {
    color: black;
    background-color: red;
    border: solid;
    border-width: 1px;
    border-color: darkred;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.validation-summary li, .validation-summary ul {
    margin: 0px !important;
    text-align: left !important;
}


.content-headline {
    font-size: 2em;
    font-weight: bold;
}

.dataTables_wrapper .btn {
    padding-top: 2px;
    padding-bottom: 2px;
}

.modal.fade:not(.show) {
    opacity: 100 !important;
    background: rgba(0,0,0,0.2)
}

#dialogFormular > .modal-dialog {
    min-width: 80%;
}

    #dialogFormular > .modal-dialog > .modal-content {
        min-height: 80vh;
    }

#dialogFormular .label-content {
    text-align: center;
}


    #dialogFormular .label-content > .card-box {
        width: 100%
    }

        #dialogFormular .label-content > .card-box > h3 {
            margin: 0 auto;
        }

    #dialogFormular .label-content > button {
        position: absolute;
        right: 25px;
    }

#dialogFormular .data-content {
    min-height: 70vh;
}

    #dialogFormular .data-content > .wrapper-side {
        padding-right: 0px;
        padding-left: 0px;
    }

        #dialogFormular .data-content > .wrapper-side > .card-box {
            padding: 15px;
            height: 99%;
        }

#dialogFormular .button-content {
    display: inline-block;
}

    #dialogFormular .button-content > button {
        float: right;
    }

.modal-content {
    background-color: #f8f8f8 !important
}

    .modal-content .jstree {
        max-height: 65vh;
        overflow-y: auto;
    }

        .modal-content .jstree.two-row-header {
            max-height: 56vh;
            overflow-y: auto;
        }

#inner-message {
    margin: 0 auto;
    min-height: 55px;
    min-width: 200px;
    max-width: 500px
}

    #inner-message > .content {
        margin-top: 3px;
        max-height: 350px;
        overflow: hidden;
        white-space: pre-wrap;
        text-overflow: ellipsis;
        max-width: 350px
    }

.card-button-wrapper {
    position: absolute;
    bottom: 0.8rem;
}

    .card-button-wrapper > div {
        padding: 0px
    }

    .card-button-wrapper.right {
        right: 0px;
        padding-right: 10px;
    }

.card-detail-table {
    padding-top: 0px
}

@media only screen and (max-width: 991px) {
    .card-button-wrapper {
        position: absolute !important;
        bottom: unset !important;
    }

    .card-detail-table {
        padding-top: 30px !important
    }
}

.height50 {
    height: 50px !important
}

#cardsTable tr:not(.group) > td:first-child {
    padding-left: 20px
}

.no-border {
    border: none !important;
}

.border-box {
    border: 2px solid #f3f3f3;
}

.filter-row {
}

.filter-row .filter-cell {
    padding: 4px;
}


.ui-datepicker {
    background: white;
}

.detail-container .day-row {
    margin-bottom: 15px
}

.detail-container .interval-title {
    width: 100%;
    text-align: center;
}

.detail-container .col-interval {
    border-right: 2px #ebebeb solid
}

.detail-container .col-control > input {
    position: absolute;
    bottom: 0px
}

.toggle-password {
    position: relative;
    margin-right: 5px;
    margin-top: -25px;
    float: right;
}

.float-right {
    float: right;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
input[type=checkbox] ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
input[type=checkbox]:checked {
    background-color: #7CB342;
}

.dataTable thead th.select-checkbox {
    padding-left: 10px;
}

.checkbox.checkbox-info label::before {
    margin-top: 0;
}

.checkbox.checkbox-info label::after {
    top: 0;
}

.block-table-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: +1000 !important;
}

    .block-table-overlay span {
        position: relative;
        top: calc(50% - 50px);
        left: calc(50% - 25px);
        color: whitesmoke;
        font-size: 24px;
    }

.table-refresh-btn {
    position: absolute;
    margin-left: 5px;
    cursor: pointer;
}

td.details-control, tr.details td.details-control {
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

    td.details-control:before {
        content: "\f417";
        font-family: "Material Design Icons";
        display: block;
        position: absolute;
        bottom: -20px;
        color: rgb(0, 0, 0);
    }

tr.shown td.details-control:before {
    content: "\f376";
    font-family: "Material Design Icons";
    display: block;
    position: absolute;
    bottom: -20px;
    color: rgb(0, 0, 0);
}

.dataTable.expanded-row tbody td {
    cursor: pointer;
}

li:not([role="tab"]).disabled {
    background-color: lightgray !important;
}

.jstree {
    max-height: calc(100vh - 400px);
    overflow: auto
}

.w-auto {
    width: auto
}

.btn-expand {
    position: absolute;
    right: 30px;
    border: none;
}

.mdi-menu::before {
    content: "\F35C";
    color: black !important;
}

.wizard-form .wizard > .content > .body {
    height: 100% !important;
    width: 100% !important;
    padding: 16px !important;
}

.wizard-form .wizard > .content {
    background: white !important;
    padding: 0px !important;
}

.lend-return-card {
    text-align: center;
    font-size: large;
    cursor: pointer;
}

/*tree-button*/
.tree-button-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .tree-button-col > .button-container {
        padding: 4px;
    }

        .tree-button-col > .button-container > button {
            width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

@media only screen and (max-width: 450px) {
    .tree-button-col > .button-container {
        width: 50%
    }
}

@media only screen and (min-width: 451px) and (max-width: 600px) {
    .tree-button-col > .button-container {
        width: 33%
    }
}

@media only screen and (min-width: 600px) and (max-width: 750px) {
    .tree-button-col > .button-container {
        width: 25%
    }
}

@media only screen and (min-width: 751px) and (max-width: 991px) {
    .tree-button-col > .button-container {
        width: 20%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1499px) {
    .tree-button-col > .button-container {
        width: 50%
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1699px) {
    .tree-button-col > .button-container {
        width: 33%
    }
}

@media only screen and (min-width: 1700px) {
    .tree-button-col > .button-container {
        width: 25%
    }
}

/*search*/
.tree-app-search {
    position: relative;
    padding: 0px 4px;
}

.tree-app-search a {
    position: absolute;
    top: 7px;
    right: 26px;
    color: rgba(152, 166, 173, 0.7) !important;
}

.tree-app-search a:hover {
    color: #98a6ad;
}

.calendar-intervals-wrapper {
    margin: 0px !important;
}

.calendar-interval {
    min-width: 180px;
    border-right: 2px #ebebeb solid;
    padding: 8px;
}

.calendar-date-picker {
    min-width: 80px;
    text-align: center;
    padding: 8px 4px !important;
}

@media (min-width: 1700px) {
    .calendar-interval-width {
        width: 25%;
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .calendar-interval-width {
        width: 50%;
    }
}

@media (max-width: 1199px) {
    .calendar-interval-width {
        width: 100%;
    }
}


#calendar-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 20px;
    border: 2px solid #f3f3f3;
    border-radius: 5px;
    margin-bottom: 20px;
}

.calendar-center-content {
    flex: 1 1 auto;
}

.calendar-left-content, .calendar-right-content {
    flex: 0 0 auto;
}

.checkbox-calendar {
    padding: 4px 8px 0px 0px !important;
}

.calendar-copy-wrapper {
    padding: 20px 0px 0px 24px;
}
        .tree-app-search a:hover {
            color: #98a6ad;
        }

.filters input {
    width: 100% !important;
    padding: 3px !important;
    box-sizing: border-box !important;
}

.steps a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cardHolderWrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding-right: 10px;
}

.cardHolderWrapper button {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cardEnableDisableBtnWrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    padding: 12px 10px;
    justify-content: flex-end;
}

.addUserBtnWrapper {
    margin: 0px 0px 12px 20px;
}

@media (max-width: 1600px) {
    .cardHolderWrapper {
        width: 100%;
    }

    .cardEnableDisableBtnWrapper {
        width: 100%;
        justify-content: flex-start;
    }

    .cardHolderWrapper > div {
        width: 50%;
    }
}

.holidayHeader {
    display: flex;
    align-items: flex-end;
}

.passHeaderRow {
    display: flex;
    flex: 1;
    flex-direction: row;
    padding: 8px 0px;
    justify-content: center;
    flex-wrap: wrap;
}

.width50 {
    max-width: 50px !important;
    width: 50px !important;
}

.width80 {
    max-width: 80px !important;
    width: 80px !important;
}

.width120 {
    max-width: 120px !important;
    width: 120px !important;
}

.width150 {
    max-width: 150px !important;
    width: 150px !important;
}

.width200 {
    max-width: 200px !important;
    width: 200px !important;
}

#lend-wizard-form .wizard > .content {
    min-height: 180px !important;
}

@media (max-width: 768px) {
    #lend-wizard-form .wizard > .content {
        min-height: 300px !important;
    }
}

#lend-wizard-form .wizard > .actions {
    text-align: center;
}

#lend-wizard-form .wizard > .actions > ul {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#lend-wizard-form .wizard > .actions > ul li {
    min-width: 30%;
    text-align: center;
}

#lend-wizard-form a[role=menuitem] {
    text-align: center;
    font-size: larger;
}

.lockStatusIcon[data-success="True"], .lockStatusIcon[data-success="true"] {
    color: green;
}

.lockStatusIcon[data-success="False"], .lockStatusIcon[data-success="false"] {
    color: red;
}

.search-box-result {
    max-height: 300px;
    overflow-y: auto;
}

.search-row-result {
    padding: 15px;
    margin: 0px !important;
}

.search-row-result:hover {
    cursor: pointer;
    background: #ededed
}

#reasons-table th:last-child{
    width: 100px !important;
    max-width: 100px !important;    
}

#filterContainer .select2-search__field {
    font-size: 16px !important;
    padding: 7px 12px 0px 12px !important;
    margin: 0px !important;
    border: 1px !important;
}

#filterContainer .select2-selection__rendered {
    padding: 0px !important;
}

#filterContainer .select2-selection__choice {
    margin-left: 5px !important;
}

tr.unread {
    font-weight: bold;
}

tr.deletedRow {
    color: red;
}

#notificationTable tr[role=row]{
    cursor: pointer;
}

.apiSyncApproveBtnWrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
}

.content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.select-wrapper > .select2 {
    max-width: 200px !important;
}

.numberOfPeopleInZoneWrapper{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding: 8px 0px 8px 8px;
}

.no_checkbox > i.jstree-checkbox {
    display: none;
}

.toggle-btn-col {
    display: grid;
    align-items: center;
    justify-content: start;
    width: 100%;
    padding-bottom: 10px;
}

@media only screen and (max-width: 709px) {

    .toggle-with-button-second-row {
        flex-direction: column;
    }

    .toggle-btn-col {
        padding-left: 10px;
    }
}

.toggle-with-button-label {
    width: 100%;
    padding-left: 10px;
}

.toggle-with-button-second-row {
    width: 100% !important;
    display: flex;
    align-items: flex-start;
}

@media only screen and (min-width: 710px) {
    .toggle-with-button-second-row {
        flex-direction: row;
    }
    
    .toggle-with-button {
        display: flex;
        flex-direction: column;
    }

    .toggle-btn-col {
        padding-left: 20px;
    }
}

.center-x {
    display: flex;
    justify-content: center;
}

.start-x {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.end-x {
    display: flex;
    justify-content: flex-end;
}

.border-bottom {
    border-color: rgb(0 0 0 / 0.05);
    border-bottom: solid;
    border-width: 1px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.btn-small-rectangle {
    width: 50px;
    height: 23px;
    margin-left: 2px;
    padding: 2px 15px !important;
}

.btn-small-icon {
    display: grid !important;
    align-items: center;
}

.reader-bluetooth-prefix {
    text-align: center;
    display: flex !important;
    align-items: center !important;
    margin-right: 6px;
    max-width: 40px;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
}