﻿.errorform {
    background: rgba(255,8,8,.2) !important;
    border-color: #a90329 !important;
}

.modal-backdrop {
    z-index: 0;
}
.auth-brand {
    margin-bottom: 2rem;

    .logo-dark {
        display: block;
    }

    .logo-light {
        display: none;
    }
}

html[data-theme="dark"] {

    .auth-brand {

        .logo-dark {
            display: none;
        }

        .logo-light {
            display: block;
        }
    }
}

body.authentication-bg {
    .account-pages {
        align-items: center;
        display: flex;
        min-height: 100vh;
    }
}

.authentication-bg.enlarged,
.auth-fluid-pages.enlarged,
body.auth-fluid-pages[data-sidenav-size="condensed"] {
    min-height: 100px;
}

.logout-icon {
    width: 140px;
}

.auth-fluid {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
    flex-direction: row;
    align-items: stretch;
    background: url("../images/bg-auth.jpg") center;
    background-size: cover;

    .auth-fluid-form-box {
        max-width: 480px;
        border-radius: 0;
        z-index: 2;
        padding: 3rem;
        background-color: $card-bg;
        position: relative;
        width: 100%;
    }

    .auth-fluid-right,
    .auth-fluid-left {
        padding: 6rem 3rem;
        flex: 1;
        position: relative;
        color: $white;
        background-color: rgba($black, 0.3);
    }
}



.auth-user-testimonial {
    position: absolute;
    margin: 0 auto;
    padding: 0 1.75rem;
    bottom: 3rem;
    left: 0;
    right: 0;

    p.lead {
        font-size: 1.125rem;
        margin: 0 auto 20px auto;
        max-width: 700px;
    }
}


    .auth-fluid {
        display: block;

        .auth-fluid-form-box {
            max-width: 100%;
            min-height: 100vh;
        }

        .auth-fluid-right {
            display: none;
        }
    }


html[data-theme="dark"] {
    .auth-brand {
        .logo-light {
            display: block;
        }

        .logo-dark {
            display: none;
        }
    }
}
body.authentication-bg .account-pages {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}


#iframe {
    height: 400px;
    width: 270px;
    border: 2px solid black;
    transform: scale(1, 1);
    position: absolute;
}

#iframe1 {
    height: 400px;
    width: 270px;
    border: 2px solid black;
    transform: scale(1, 1);
}

.select2-search--inline {
    display: contents;
}

.select2-search__field:placeholder-shown {
    width: 100% !important;
}

.badge_new {
    background-color: #ffffff;
    padding: 8px;
    font-weight: bold !important;
}

.badge_new_recons {
    background-color: #f4bf42;
    padding: 8px;
    font-weight: bold !important;
}

.badge_new_ud {
    background-color: #ffffb3;
    padding: 8px;
    font-weight: bold !important;
}

.badge_open_billable {
    background-color: #5ec114;
    padding: 8px;
    font-weight: bold !important;
    color: white;
}

.badge_open_denied {
    background-color: #8a6b94;
    padding: 8px;
    font-weight: bold !important;
    color: white;
}

.badge_open_ud {
    background-color: #c8e8b0;
    padding: 8px;
    font-weight: bold !important;
}

.badge_openbillable_noshow {
    background-color: #4c782b;
    padding: 8px;
    font-weight: bold !important;
    color: white;
}

.badge_closed {
    background-color: #e80707;
    padding: 8px;
    font-weight: bold !important;
    color: white;
}

.text-bold {
    font-weight: bold !important;
}

.header-filter {
    text-align: left;
    background: linear-gradient(250deg, #2f7eba, #0d426a ) !important;
    padding: 5px;
    color: white;
}
.custom-panel-bg {
    text-align: left !important;
    background: linear-gradient(200deg, #9acef7, #0d426a ) !important;
    padding: 5px;
    color: white !important;
}

.align-right {
    text-align: right !important;
}

.align-left {
    text-align: left !important;
}
.no-spinners {
    -moz-appearance: textfield;
}
.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.activethumbnail {
    border: solid 4px #62A2B6 !important;
    background: #eef5f7 !important;
    box-shadow: 4px 6px 19px #a7a5a5 !important;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.href-style {
    color: #bddcf3 !important;
}

.href-style:hover {
    color: white;
    background-color: rgba(0,0,0,0.1);
}

.classcolumn {
    width: 33%;
}

.return-to-top {
    z-index: 2;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 35px;
    height: 35px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 10px;
        top: 8px;
        font-size: 17px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
}

.return-to-top:hover {
background: rgba(0, 0, 0, 0.9);
}

.return-to-top:hover i {
    color: #fff;
    top: 5px;
}
