﻿body {
    color: #565656;
    }
    
    .table td {
    color: #565656;
}
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

#info-banner {
    background: lightyellow;
    top: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#info-banner .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.bg-success-light {
    background-color: #c9f5d7 !important;
}
.bg-danger-light {
    background-color: #ffd7db !important;
}
.bg-warning-light {
    background-color: #fff1a9 !important;
}

.carousel-control-prev {
border: none;
    background: none;
}
.carousel-control-next {
    border: none;
        background: none;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        filter: drop-shadow(2px 2px 2px rgb(0 0 0 / 0.9));
    }
@media (max-width: 768px) {

.reverse-mobile {
    flex-direction: row-reverse;
    display: flex;
    justify-content: space-between;
}
}
.apexcharts-toolbar {
    z-index: 1 !important;
}

.register-card {
    min-height: 580px;
}

.overflow-hidden {
    overflow: hidden;
}

.animate-fast {
    --animate-duration: 0.5s;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aaaaaa !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #aaaaaa;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #aaaaaa;
}

.topbar {
    z-index: 2;
}

.contentbar {
    padding-top: 1rem;
}
.logobar {
    padding: 15px 0;
    text-align: center;
    padding-bottom: 0;
}

.btn .toast-badge {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    right: 0;
}


.btn .toast-badge .badge {
    position: relative;
    top: -14px;
}

.profilebar .profile-img {
    width: 50px;
}

.profile-img-custom {
    border: 1px solid #e1e1e1;
    display: inline-block;
    background-size: cover;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
}

.nav-pills .nav-link {
    color: #2d3646;
    transition: background-color 0.3s;
}

.vertical-menu a.nav-link.active>img {
    filter: invert(0.62) sepia(1) saturate(4.5) hue-rotate(199deg);
}

.vertical-menu a.nav-link.active {
    color: #BE9E56;
}


.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

.profilebar .dropdown-menu {
    border-radius: 3px;
    text-align: center;
    padding: 10px 0 20px;
}

.profilebar .dropdown-menu .dropdown-item:hover {
    background-color: #ffffff;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.img-fluid {
    display: inline-block;
}


.breadcrumbbar .breadcrumb-item+.breadcrumb-item::before {
    content: "\e844";
    font: normal normal normal 24px/1 "Material Design Icons";
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 5px;
    line-height: 1;
    font-family: 'feather' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    vertical-align: middle;
}


.slideshow-button.prev {
    position: absolute;
    left: 0;
    top: calc(50% - 95px);
    padding: 19px 8px;
    background: #00000052;
    color: white;
    font-size: 30px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.slideshow-button.next {
    position: absolute;
    right: 0;
    top: calc(50% - 95px);
    padding: 19px 8px;
    background: #00000052;
    color: white;
    font-size: 30px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.slideshow-button {
    transition: background linear 0.1s;
    cursor: pointer;
    border: 1px solid #d0d0d0a1;
}

.slideshow-button:hover {
    background: #000000;
}

@media (min-width: 768px) {
    .vertical-layout.toggle-menu .profilebar {
        padding: 0;
    }
}

table.table.compact th {
    font-size: 10px;
    margin: 0px;
    padding: 2px;
}

table.table.compact td {
    margin: 0px;
    padding: 2px;
    font-size: 10px;
}

table.table.compact .form-control {
    font-size: 10px;
    padding: 2px;
}

table.table.compact .btn {
    font-size: 10px;
}


@-moz-keyframes spin {
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

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

.spin {
    animation: spin 1000ms linear infinite;
}

.step-menu {
    list-style-type: none;
    margin: 8px auto;
    font-size: 12px;
    padding: 0;
    display: flex;
    justify-content: center;
}

.step-menu li {
    box-sizing: border-box;
    float: left;
    background: #ddd;
    height: 50px;
    text-align: center;
    padding: 16px 8px 14px 35px;
    position: relative;
    margin-left: 10px
}

.step-menu li:before {
    content: '';
    position: absolute;
    border: 25px solid transparent;
    border-left-color: #fff;
    top: 0px;
    right: -60px;
}

.step-menu li:after {
    content: '';
    position: absolute;
    border: 25px solid transparent;
    border-left-color: #ddd;
    top: 0px;
    right: -50px;
}

.step-menu li:nth-child(1) {
    z-index: 600;
    margin-left: 0;
    padding-left: 30px
}

.step-menu li:nth-child(2) {
    z-index: 500;
}

.step-menu li:nth-child(3) {
    z-index: 400;
}

.step-menu li:nth-child(4) {
    z-index: 300;
}

.step-menu li:nth-child(5) {
    z-index: 200;
}

.step-menu li:nth-child(6) {
    z-index: 100;
    padding-right: 30px
}

.step-menu li:nth-child(6):after,
.step-menu li:nth-child(6):before {
    border: none
}

.step-menu li.current {
    background: #5fc27e;
    color: white;
}

/*

Makes the first .next one yellow and overrides the remaining to be grey. 
See https://stackoverflow.com/questions/2717480/css-selector-for-first-element-with-class
 */
.step-menu li.next {
    background: #fff395;
}

.step-menu li.next:after {
    border-left-color: #fff395;
}

.step-menu>.next~.next {
    background: #dddddd;
}

.step-menu>.next~.next:after {
    border-left-color: #dddddd;
}


.step-menu li.current:after {
    border-left-color: #5fc27e;
}

.step-menu li.complete {
    background: #74be8c;
    color: white;
}

.step-menu li.complete:after {
    border-left-color: #74be8c;
}

.bg-green-yellow {
    background-color: #9cc25f !important;
}


/* Full Calendar */

.fc-event {
    cursor: initial;
}

.fc-daygrid-dot-event {
    box-sizing: border-box;
    border: 2px solid #6e81dc;
}

.fc-daygrid-dot-event:hover {
    background: #6e81dc;
    border: 2px solid #00000040;
}

.fc-daygrid-event {
    align-items: start;
    white-space: initial;
}

.fc-daygrid-event-dot {
    display: none;
}


.fc-daygrid-dot-event .fc-event-title {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
    text-align: left;
    font-size: 0.8em;
}

.fullcalendar-tooltip-hover {
    display: none;
    background: white;
    border: 1px solid black;
    border-radius: 2px;
    border-radius: 4px;
    max-width: 30em;
    padding: 1em;
    z-index: 2;
}

.fullcalendar-tooltip-hover[data-show] {
    display: block;
}

.fullcalendar-tooltip-hover .tooltip-body {
    margin-top: 8px;
}

.login-or {
    position: relative;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.login-or:before {
    content: '';
    background: rgba(0, 0, 0, 0.05);
    height: 1px;
    width: 45%;
    top: 45%;
    left: 0;
    position: absolute;
}

.login-or:after {
    content: '';
    background: rgba(0, 0, 0, 0.05);
    height: 1px;
    width: 45%;
    top: 45%;
    right: 0;
    position: absolute;
}

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

.kanban-menu .dropdown-toggle::after {
    display: none;
}

.avatar-group .avatar {
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.avatar-group img.avatar {
    background: white;
}
.dt-datatable input.dt-searchbox {
    margin-bottom: 8px;
    border: 0.5px solid #858585;
}
.pagination .page-item.page-navigate {
    cursor: pointer;
}
.comment-section .pagination {
    margin: 0;
}

.comment-body p {
    margin: 0
}

.CodeMirror,
.CodeMirror-scroll {
    min-height: 100px;
}

.col-form-label {
    text-align: right;
    font-weight: bold;
}

.col-form-label label {
    font-weight: bold;
}

.col-form-input {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}