﻿.content-wrapper {
    /*background-color: white;*/
}

.main-header-fixed {
    position: fixed;
    width: 100%;
    margin: 0;
}

.header-space {
    height: 66px;
}

.user-icon {
    width: 21px;
    height: 21px;
    border-radius: 25px;
}

.login-card-body, .register-card-body {
    min-height: 450px;
}

footer.main-footer {
    font-size: 13px;
    text-align: center;
}

.footer-brand {
    text-align: center;
    font-size: 21px;
}

.widget-user .widget-user-header {
    height: 400px;
}

.widget-user .widget-user-image {
    top: 367px;
}

.cadr-banner {
}

.banner-title {
    color: white;
    background-color: #00522e59;
    margin: 10px;
    padding: 11px;
    border-radius: 25px;
    font-weight: bold;
    font-family: cursive;
    font-size: larger;
}

.banner-des {
    color: #181818;
    font-size: larger;
    text-align: center;
}

.banner-highlight {
    color: red;
    font-size: 16px;
    font-weight: bold;
}

.welcome-title {
}

.banner-logo {
    width: 20vh;
}

.location-link {
    color: blue !important;
}

.btn-center {
    display: flex;
    justify-content: center;
}

.title {
    font-size: 20px;
    font-weight: bold;
}

.promo {
    margin: 0 auto;
    width: 250px;
    background-color: #f7130fc9;
    border-radius: 11px;
}

    .promo h2 {
        margin: 0px !important;
        padding: 2px !important;
        color: white;
    }

.p-1 {
    text-align: center;
    font-size: 24px;
}

.p-2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.p-3 {
    text-align: center;
    font-size: 24px;
}


@media screen and (max-width: 768px) {
    .widget-user .widget-user-header {
        height: 500px !important;
    }

    .widget-user .widget-user-image {
        top: 450px !important;
    }

    .banner-des {
        font-size: inherit !important;
    }

    label.test-name {
        width: 130px !important;
        font-weight: normal !important;
    }
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.Not-Assigned {
    background-color: red;
    color: white;
    font-weight: bold;
}

.Assigned {
    background-color: green;
    color: white;
    font-weight: bold;
}

.table td, .table th {
    padding: 0.25rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
/*.ui-autocomplete {
    background-color: white;
    max-width: 1088px;
    border:solid 1px #dee2e6;

}
.ui-autocomplete li{
    padding:5px;
    list-style:none;
}
    .ui-autocomplete li:hover {
        background-color: #c0d9f7;
    }*/
