
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.map-container {
    height: 50vh;
    width: 25vw;
}

.navbar-links {
    display: flex;
    flex-direction: row;
}

.fa-circle-user {
    font-size: 30px;
    /* padding: 25px; */
}

.fa-gear {
    font-size: 30px;
    padding: 25px;
}

#user-placeholder {
    font-size: 2rem;
    line-height: 30px;
    color: #ff5e14;
}

/* PRELOGIN */

.login-body {
    background-image: url(assets/slide3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.mainprelogin {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
}

.prelogin {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 700px;
    height: 400px;
    border-radius: 30px 30px 30px 30px;
    background-color: #f0f0f0;
    font-family: "Open Sans", sans-serif;
}

    .prelogin p {
        text-align: center;
        font-size: 14px;
    }

.login-control {
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-control a {
    font-family: "Teko", sans-serif;
    font-size: 23px;
    width: 100%;
    padding: 14px;
    border: 0;
    outline: 0;
    background-color: #ff5e14;
    color: #f0f0f0;
    font-weight: 400;
    transition: 0.5s ease-in;
    margin: 10px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
}
.login-control button:hover {
    background-color: rgb(94, 40, 40);
}

/* LOGIN WITH MICROSOFT*/

.sectionmicrosoft {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 30px;
    height: 41px;
}

.x-icon {
    margin-left: 12px;
    margin-right: 12px;
}

.x-alt {
    color: #777;
}

.bsk-btn {
    font-family: "Segoe UI regular";
    font-size: 15px;
    font-weight: 600;
    color: #5e5e5e;
    padding-right: 12px;
    display: flex;
    align-items: center;
    height: 41px;
    background-color: #fff;
    border-color: #8c8c8c;
    border-width: 1px;
    border-style: solid;
}

/* LOGIN CLIENT & INSPECTOR */

.slideshow-container {
    width: 60%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.slideshow-container img {
    border-radius: 30px 0px 0px 30px;
}

.slider-textbox {
    position: absolute;
    margin-left: 50px;
    margin-top: 70px;
    color: #f0f0f0;
}

.slider-image-title {
    font-family: "Teko", sans-serif;
    font-size: 40px;
    font-weight: 450;
}

.slider-image-text {
    font-family: "Open Sans", sans-serif;
    width: 70%;
}


.mySlides {
    display: none;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

.text {
    color: #f0f0f0;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.numbertext {
    color: #f0f0f0;
    font-size: 12px;
    padding: 18px 22px;
    position: absolute;
    top: 0;
    font-family: "Open Sans", sans-serif;
}

.dotcontainer {
    position: absolute;
    width: 100%;
    margin-top: -40px;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

.login-client-body {
    background-image: url(/assets/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.login-inspector-body {
    background-image: url(assets/2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.mainlogin {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly;
    align-items: center;
    height: 100vh;
}


.form-cover {
    display: flex;
}

.form-div {
  margin-top: 200px;
  margin-left: 35vw;
  width: 30vw;
  border-radius: 0px 30px 30px 0px;
  padding-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

.inspector-form-div {
    padding-top: 80px;
    border-radius: 0px 30px 30px 0px;
    background-color: #f0f0f0;
    padding-bottom: 20px;
    font-family: "Open Sans", sans-serif;
}

.form-control {
    position: relative;
    display: flex;
    align-items: center;
}

.form-text {
    margin-top: 30px;
    font-family: "Teko", sans-serif;
    color: #111;
    font-size: 3rem;
    font-weight: 450;
}

.form-text2 {
    font-family: "Open Sans", sans-serif;
    color: #ff5e14;
    font-size: 0.8rem;
}

.form-control input[type="checkbox"] {
    margin-top: 15px;
    margin-bottom: 15px;
}

.form-control input[type="email"]:focus, .form-control input[type="password"]:focus {
    border: 1px solid #ff5e14;
}

.form-control i {
    position: absolute;
    font-size: 1.2rem;
    right: 20px;
    top: 15px;
    color: #ff5e14;
}

.form-control button {
    font-family: "Teko", sans-serif;
    font-size: 1.2rem;
    width: 100%;
    padding: 10px;
    border: 0;
    outline: 0;
    background-color: #ff5e14;
    color: #f0f0f0;
    font-weight: 500;
    transition: 0.5s ease-in;
    margin-bottom: 20px;
    border-radius: 50px;
}

.form-control button:hover {
    background-color: rgb(94, 40, 40);
}

.button-control {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
}

.button-control > *:first-child {
    font-size: 0.8rem;
    color: #666;
}

/* YOUR INSPECTIONS */

.status-dot-completed {
    background-color: #15922a;
    margin-left: 10px;
    border-radius: 50px;
    padding: 0px 10px 0px 10px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #f3f3f3;
}

.status-dot-booked {
    background-color: #699eff;
    margin-left: 10px;
    border-radius: 50px;
    padding: 0px 10px 0px 10px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #f3f3f3;
}

.status-dot-ongoing {
    background-color: #dd9714;
    margin-left: 10px;
    border-radius: 50px;
    padding: 0px 10px 0px 10px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #f3f3f3;
}

.status-dot-rejected {
    background-color: #d12c2c;
    margin-left: 10px;
    border-radius: 50px;
    padding: 0px 10px 0px 10px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #f3f3f3;
}

.status-dot-cancelled {
    background-color: #aaa;
    margin-left: 10px;
    border-radius: 50px;
    padding: 0px 10px 0px 10px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #f3f3f3;
}


.pdf-button-available {
    display: flex;
    align-items: center;
}

    .pdf-button-available a {
        font-family: "Teko",sans-serif;
        background-color: #ff5e14;
        padding: 5px 20px 5px 20px;
        border-radius: 50px;
        font-size: 1.2rem;
        line-height: 1.2rem;
        text-decoration: none;
        color: #f3f3f3;
        font-weight: 400;
    }

.pdf-button-unavailable {
    display: flex;
    align-items: center;
}

    .pdf-button-unavailable a {
        font-family: "Teko",sans-serif;
        background-color: #ccc;
        padding: 5px 20px 5px 20px;
        border-radius: 50px;
        font-size: 1.2rem;
        line-height: 1.2rem;
        text-decoration: none;
        color: #f3f3f3;
        font-weight: 400;
    }
