﻿html {
    position: relative;
    min-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    margin-bottom: 65px;
}

h6 {
    margin: 0;
}

h1 a {
    color: #fff;
    text-decoration: none;
}

h2 {
    font-weight: lighter;
}

h1 {
    font-weight: bold;
    margin: 0;
}

form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    text-align: center;
}

    form.k-filter-menu.k-popup.k-group.k-reset.k-state-border-up {
        height: auto !important;
    }

input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
}

.navbar-header {
    border-bottom: 1px solid rgba(255,255,255, 0.1);
}

.navbar-brand {
    font-size: 2rem;
    font-weight: lighter;
}

#mainWelcomeImage {
    max-width: 150px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
    margin-top: auto;
    z-index: 10;
}

#globalFooter {
    bottom: 0;
    border-top: 1px solid black;
    position: fixed;
    background-color: #d4d4d4;
    padding: 10px;
    margin-top: auto;
    z-index: 10;
}



h1 a {
    color: #fff;
    text-decoration: none;
}

h2 {
    font-weight: lighter;
}

.placeholder img {
    display: inline-block;
}

p .k-button {
    margin: 0 15px 0 0;
}

#configure {
    display: none;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
}

#responsive-panel {
    padding: 0;
    width: 100%;
}

    #responsive-panel .k-menu {
        padding: .5rem;
    }


.k-link {
    color: black;
}

    .k-link.k-menu-link {
        color: black;
        padding: 2px 5px !important;
    }


    .k-link.k-menu-link {
        border-width: 0px 1px 0px 1px;
        border-color: #c5c5c5;
    }

@media (max-width: 767px) {
    #responsive-panel {
        transition: all linear .2s;
    }

    #configure {
        display: block;
        float: right;
    }

    .k-rpanel {
        padding: 0 1rem;
    }

    .k-rpanel-expanded {
        padding: .5rem 1rem;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-brand {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    .k-menu .k-item,
    .k-menu .k-link {
        width: 100%;
    }

    .k-widget.k-menu-horizontal > .k-item {
        border: none;
    }

    .k-menu .k-link {
        box-sizing: border-box;
    }
}

#logo{
    line-height: 70px;
    vertical-align: middle;
    width: 100%;
}
#headerContainer {
    background-color: #d92285;
    padding: 5px;
}

#headerText{
    font-size: 42px;
    font-weight: bold;
    color: white;
    vertical-align: middle;
}

.h3{
    vertical-align: middle;
}

.col-lg-9{
    text-align: right;
}

#main-content {
    background-color: #FCFCFC;
    min-height: auto;
    padding-bottom: 10px;
}

.hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

#logoNoTagCircle {
    max-width: 100px;
}

#mainWelcomeImage {
    max-width: 150px;
}

#header-logo-left {
    height: 100px;
}

.btn,
.btn:link,
.btn:visited {
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    border-radius: 9px;
    border: none;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.3s;
}

.k-button.k-state-default.enroll-edit-btn {
    background-color: #eaeaea;
    padding: 4px 8px;
    border-radius: 4px;
    border-color: #bbb;
}

.form-control-field {
    width: 100%;
    padding: 0.7rem;
    border-radius: 9px;
    border: none;
    margin-bottom: 20px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    margin-top: 8px;
}

.pOption {
    font-size: 14px;
    font-weight: 100;
    line-height: 16px;
    letter-spacing: 0.5px;
    margin: 20px 0 30px;
}

.aTagLoginPage {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
}

.container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 538px;
    margin-top: 150px;
    margin-bottom: 45px;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
}

.log-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
    background-color: white;
}

.log-out-container {
    left: 0;
    width: 50%;
    z-index: 2;
    background-color: white;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
}

.navigation-container {
    left: 0;
    width: 20%;
    z-index: 2;
    background-color: white;
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
}

#account-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    position: fixed;
    overflow: hidden;
    width: 1250px;
    min-height: 780px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f8f7f7;
}


.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
}


.overlay {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    background: linear-gradient(45deg, rgb(217 34 133) 55%, rgb(199 200 202) 100%);
}

.overlay-account {
    background-color: #f1f1f1;
    background-size: cover;
    background-position: 0 0;
    position: relative;
    height: 100%;
    width: 100%;
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
}

.overlay-panel-accountManage {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 100%;
}

.overlay-container-account {
    position: absolute;
    top: 0;
    left: 20%;
    width: 80%;
    height: 100%;
}

.overlay-right {
    right: 0;
}


.social-container {
    margin: 50px 0;
}

    .social-container a {
        border: 1px solid #DDDDDD;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        height: 40px;
        width: 40px;
    }

#external-account {
    background-color: transparent;
}

.login-header {
    background-color: white;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 40px;
}

#customLoginButton {
    width: 290px;
    background-color: #d92285;
    color: white;
    border-color: #d92285;
}

#login-submit {
    background-color: #d92285;
    border-style: solid;
    border-color: #d92285;
    height: 50px;
    width: 150px !important;
    color: white;
    border-radius: 10px;
    font-weight: 600;
}

#logout-submit {
    background-color: #d92285;
    border-style: solid;
    border-color: #d92285;
    height: 50px;
    width: 215px !important;
    color: white;
    border-radius: 10px;
    font-weight: 600;
}

#home-button {
    background-color: #d92285;
    border-style: solid;
    border-color: #d92285;
    height: 50px;
    width: 215px !important;
    color: white;
    border-radius: 10px;
    font-weight: 600;
    padding-top: 6px;
}

.logout-section {
    height: 170px;
}

.form-inline {
    height: 100px;
}

.forgotPass {
    height: 160px;
}

.forgotPass-section {
    height: 270px;
}

#forgotPassButton {
    margin-top: 18px;
    background-color: #d92285;
}

#accountActions {
    margin-top: 20px;
    margin-left: 20px;
}

.account-header {
    background-color: white;
    text-align: center;
    padding-top: 20px;
    font-weight: 700;
}

#accountActions li {
    list-style: none;
    text-align: center;
    background-color: #d82284;
    width: 235px;
    line-height: 60px;
    border-radius: 10px;
    margin: 5px;
}

    #accountActions li a {
        text-decoration: none;
        color: #FFFFFF;
        display: block;
    }

        #accountActions li a:hover {
            text-decoration: none;
            color: #000000;
            background-color: #db80b1;
            border-radius: 10px;
        }

.title-section {
    height: 510px;
}

#basic-form {
    height: 285px;
}

#email-form {
    height: 285px;
}

#Email {
    margin: 0px;
    width: 100% !important;
}

.form-floating-dynamic {
    margin: 25px;
    text-align: left;
}


#change-email-button {
    margin-top: 145px;
    width: 150px !important;
    height: 50px;
    background-color: #d92285;
    border-color: #d92285;
}

#change-password-form {
    height: 350px;
}

#newPassButton {
    margin-top: 75px;
    width: 200px !important;
    height: 50px;
    background-color: #d92285;
    border-color: #d92285;
}

#enable-authenticator {
    margin: 20px;
    width: 267px !important;
    height: 50px;
    background-color: #d92285;
    border-color: #d92285;
    font-size: x-large;
    padding-top: 4px
}

#reset-authenticator {
    margin: 20px;
}

#downloadBTN {
    width: 165px;
    margin: 20px;
}

#delete {
    width: 165px;
    margin: 20px;
}

#goBackButton {
    position: absolute;
    left: 5px;
    top: 5px;
}

.dynamic-content #headerContainer {
    display: none;
}

#dynamicContentSection {
    width: 100%;
    height: 100%;
}

#basic-form-dynamic {
    height: 670px;
    border-radius: 0px 0px 20px 20px;
    background-color: white;
}

.login-header-dynamic {
    background-color: white;
    text-align: center;
    padding-top: 10px;
    border-radius: 20px 20px 0px 0px;
}

.form-control-dynamic {
    background-color: #f4f4f4;
    height: 50px;
    width: 330px;
    display: block;
}

.form-label-dynamic {
    text-align: left;
}

.col-md-6 {
    text-align: left;
}

.basic-form-dynamicClass {
    height: 730px;
    border-radius: 0px 0px 20px 20px;
}

.form-control-dynamic-multi {
    background-color: #f4f4f4;
    width: 100px;
    display: block;
}

#Username, #PhoneNumber, #FirstName, #LastName, #Role, #PermissionLevel, #AutoLogoutDelay, #MiddleName, #Room, #Pin, #Email {
    background-color: #f4f4f4;
    height: 50px;
    width: 350px;
    display: block;
}

.dynamicContainer {
    background-color: #f8f7f7;
    margin-left: 20px;
    padding: 20px 0px 20px 0px;
}

.nav-link {
    display: block;
    padding: 1.5rem 1rem;
}

#urlOptions {
    width: 290px;
    background: white;
}

#backBtn {
    text-decoration: none;
    padding: 0.5rem;
    width: 234px;
    display: block;
    margin-left: 25px;
    text-align: center;
    margin-top: 58px;
    background-color: #412155;
    color: white;
    border-radius: 7px;
    z-index: 30;
    position: fixed;
}

#logoutBtnProfilePage {
    text-decoration: none;
    padding: 0.5rem;
    width: 234px;
    display: block;
    margin-left: 25px;
    text-align: center;
    margin-top: 106px;
    background-color: #e91c1c;
    color: white;
    border-radius: 7px;
    z-index: 30;
    position: fixed;
}

#statusMessage {
    position: absolute;
}

.messageContainer {
    text-align: center;
    padding-left: 50px;
}

.sub-all-notifications-buttons {
    background-color: #0069d9 !important;
    color: white !important;
    width: 300px;
    height: 40px;
    margin-bottom: 20px;
}

.form-label-dynamic-label {
    text-align: center;
    padding-bottom: 8px;
}

.f-group {
    height: 190px;
    margin-bottom: 20px;
}

hr.splitR {
    border: 3px solid #f8f7f7;
    border-radius: 5px;
    width: 100%
}

.fieldOverride {
    width: 240px !important;
    height: 40px !important;
}

#formOverride {
    background-color: #FFFFFF !important;
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    height: 100% !important;
    padding: 0px !important;
    text-align: initial !important;
    align-items: inherit !important;
}

.messageContainer {
    background-color: white;
}

#editNotificationBtn {
    color: white;
    background-color: #d82284;
    font-size: smaller;
    padding-top: 4px;
    width: 45px;
}


form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}

    form.k-filter-menu.k-popup.k-group.k-reset.k-state-border-up {
        height: auto !important;
    }

input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
}


#TagDirectoryFilter {
    display: flex;
    flex-direction: row;
}

    #TagDirectoryFilter > button {
        background-color: #d92285;
        width: 80px;
        color: white;
        height: 28px;
        margin-top: 12px;
        margin-left: 5px;
    }

#clearFilters {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #d92285;
    color: white;
    width: 140px;
    height: 50px;
    font-size: 20px;
}

#btnLocateAllTags {
    background-color: #d92285;
    border-color: #d92285;
    border-radius: 4px;
}

.centered-div {
    text-align: center;
}

.patient-edit-function-centered-div {
    text-align: center;
    margin-top: 10px;
}

.value-display-div {
    float: right;
}

.k-card-button {
    margin-left: 42px;
}

.btn {
    padding: 0;
}

.btn-primary {
    border-color: white;
    border-style: groove;
}

.k-button.k-primary {
    width: 220px;
    height: 50px;
    margin: 6px;
    border-radius: 10px;
    border: solid;
    border-width: 2px;
    background-color: #d92285;
    border-color: #d92285;
    color: white;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 2px 2px 8px #545454, rgba(255, 255, 255, 10%) 0px 0px 3px inset;
}

.k-card-header-front {
    padding: 10px 0px;
    background-color: #d92285;
    height: 60px;
    width: 265px;
    display: flex;
    flex-direction: row;
    border-radius: 24px 24px 0px 0px;
    backface-visibility: hidden;
}

.k-card-header-front-LB {
    padding: 10px 0px;
    background-color: #F9EF30;
    height: 60px;
    display: flex;
    flex-direction: row;
    border-radius: 24px 24px 0px 0px;
    backface-visibility: hidden;
}

.k-card-header-front-Ignore {
    padding: 10px 0px;
    background-color: #AEB1B8;
    height: 60px;
    display: flex;
    flex-direction: row;
    border-radius: 24px 24px 0px 0px;
    backface-visibility: hidden;
}

.k-card-title-LB {
    color: black;
    font-size: 20px;
    font-family: Arial;
    padding-top: 8px;
    padding-left: 28px;
    font-weight: 600;
}

.k-icon-28-LB {
    font-size: 26px;
    background: none;
    color: black;
}

.k-card-header-front-LB > div {
    background-color: #F9EF30;
    border-radius: 15px;
}

.k-card-header-front-Bypass {
    padding: 10px 0px;
    background-color: #EE5A13;
    height: 60px;
    display: flex;
    flex-direction: row;
    border-radius: 24px 24px 0px 0px;
    backface-visibility: hidden;
}

.k-card-title-Bypass {
    color: white;
    font-size: 20px;
    font-family: Arial;
    padding-top: 8px;
    font-weight: 600;
    padding-left: 65px;
}

.k-card-header-front-Bypass > div {
    background-color: #EE5A13;
    border-radius: 15px;
}

.k-card-header-front-ST {
    padding: 10px 0px;
    background-color: #FFAA00;
    height: 60px;
    display: flex;
    flex-direction: row;
    border-radius: 24px 24px 0px 0px;
    backface-visibility: hidden;
}

    .k-card-header-front-ST > div {
        background-color: #FFAA00;
        border-radius: 15px;
    }

.k-card-header-front-Available {
    background-color: #d92285;
    padding: 10px 0px;
    height: 60px;
    display: flex;
    flex-direction: row;
    border-radius: 24px 24px 0px 0px;
    backface-visibility: hidden;
}

.k-card-header-front-InUse {
    background-color: #d92285;
    padding: 10px 0px;
    height: 60px;
    display: flex;
    flex-direction: row;
    border-radius: 24px 24px 0px 0px;
    backface-visibility: hidden;
}

.titleColumn {
    float: left;
    width: 100%;
}

.lowBatteryColumn {
    padding-top: 4px;
    padding-right: 2px;
    background-color: #d92285;
    margin-left: 4px;
}

.lowBatteryImage {
    width: 30px;
    height: 30px;
}

/*.k-card-title {
    color: white;
    font-size: 24px !important;
    font-family: Arial;
    padding-top: 4px;
    font-weight: 600 !important;
    border-radius: 8px;
}*/

.logoContainer {
    text-align: center;
    position: absolute;
    right: 35%;
    bottom: 68%;
 /*   z-index: 10;*/
    height: 75px;
    width: 75px;
    border-radius: 50%;
    box-shadow: 2px 3px 8px #545454;
    background-color: white;
}

.logoImage {
    height: 75px;
    width: 75px;
}

/*.k-card-body {
    padding: 10px 10px 6px 10px;
    background-color: #F5F5F5;
    height: 260px;
}*/

.k-card-footer {
    background-color: #F5F5F5;
    border-radius: 0px 0px 26px 26px
}

.k-card-body-flightRisk {
    padding: 10px 10px;
    background-color: #F5F5F5;
}

.numberPlate {
    background-color: white;
    height: 30px;
    padding: 5px;
    margin-bottom: 5px;
    border: solid;
    border-color: black;
    border-width: 1px;
    border-radius: 20px;
    margin-top: 65px;
    box-shadow: #00000029 0px 2px 5px inset;
}

.numberText {
    color: black;
    text-align: center;
}

.locationContainer {
    text-align: center;
}

.locationData {
    color: black;
    font-weight: 500;
}

.tagTypeContainer {
    text-align: center;
    margin-bottom: 8px;
}

.typeLabel {
    color: black;
    font-weight: 500;
}

.tagContainer {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
}

.tagLabel {
    width: 50%;
    text-align: right;
    margin-right: 10px;
    color: black;
    font-weight: 500;
}

.patientContainer {
    text-align: center;
}

.patientLabel {
    color: black;
}

.dataPoint {
    font-weight: normal;
}


.tag-functions-link {
    background-color: #EE1A96;
    width: 180px;
    height: 30px;
    border: solid;
    border-width: 2px;
    border-radius: 4px;
    border-color: #9A0E60;
    font-size: 18px;
    color: white;
    font-weight: 500;
}


.k-card-body-back {
    height: 329px;
    background-color: #F5F5F5;
    border-radius: 0px 0px 24px 24px;
}

.headerCardBack {
    background-color: #F5F5F5;
    height: 45px;
    padding: 10px 0px;
    display: flex;
    flex-direction: row;
    border-radius: 24px 24px 0px 0px;
    backface-visibility: hidden;
}

.backActionContainer {
    text-align: center;
    padding-top: 20%;
}

.backButton {
    width: 220px;
    height: 50px;
    margin: 6px;
    border-radius: 10px;
    border: solid;
    border-width: 2px;
    background-color: #d92285;
    border-color: #115A52;
    color: white;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 2px 2px 8px #545454, rgba(255, 255, 255, 10%) 0px 0px 3px inset;
}

.titleColumnBack {
    float: left;
    width: 80%;
    padding-left: 10px;
}

.k-card-title-back {
    color: black;
    font-size: 18px;
    font-family: Arial;
    padding-top: 8px;
    font-weight: 600;
    float: left;
}

.buttonColumnBack {
    float: right;
    width: 20%;
    text-align: left;
    padding-top: 4.5px;
    text-align: center;
}

#btnBypass, #btnSuspendTamper, #btnUnenroll, #btnLocate {
    width: 180px;
}



.flip-card-inner {
    position: relative;
    width: 270px;
    height: 410px;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    border-style: solid;
    border-color: #A1A1A1;
    border-width: 3px;
    border-radius: 28px;
}


.flip-card-front, .flip-card-back {
    position: absolute;
    width: 264px;
    height: inherit;
    border-radius: 28px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.flip-card-back {
    transform: rotateY(180deg);
}



/*.k-card {
    margin: 10px;
    background-color: transparent;
    width: 270px;
    height: 380px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transform-style: preserve-3d;
    will-change: transform;
    perspective: 1000px;
    border-radius: 28px
}*/

.k-card-footer {
    text-align: center;
    padding: 0px;
    padding-bottom: 5px;
    background-color: #f5f5f5;
    border-radius: 0px 0px 26px 26px;
}

.k-cards {
    flex-wrap: wrap;
    justify-content: center;
    border: 4px;
    border-style: ridge;
}

.bottomFooter {
    background-color: #f2f2f2;
    height: 15px;
}

.tooltip-button {
    color: #FFFFFF;
    background-color: #d92285;
    font-size: 22px;
}

.k-tooltip {
    background-color: lightyellow !important;
    color: black !important;
    text-align: center !important;
    padding-left: 20px;
    padding-right: 20px;
}

.k-icon-29 {
    font-size: 26px;
    background: none;
    color: black;
    border-style: none;
}

/*------------------------------------------LIVEMAP-------------------------------------------------------------*/

.cards-container {
    display: flex;
    justify-content: center;
}

/*.k-card {
    margin: 5px;
    width: 350px;
}*/

.k-card-header {
    background-color: #d92285;
    color: white !important;
    height: 50px;
}

@media only screen and (min-width: 1280px) and (max-width: 1280px) and (min-height: 720px) and (max-height: 720px) {
    .live-map-card {
        height: 60vh !important;
    }

    .unaccepted-alarms-card {
        height: 60vh !important;
    }
}

.live-map-card {
    width: 90vh !important;
    height: 72vh;
}

.unaccepted-alarms-card {
    width: 60vh !important;
    height: 72vh;
}

.k-tooltip {
    border-width: 8px;
    border-radius: 20px !important;
    border-color: #d92285 !important;
    width: max-content;
    background-color: whitesmoke !important;
    color: black !important;
}

.toolTipTitle {
    text-align: right;
    font-weight: bold;
}

.toolTipData {
    text-align: left;
}

.k-tabstrip-wrapper {
    height: 100%;
}


.km-scroll-wrapper {
    overflow: inherit !important;
}


.k-notification h3 {
    padding-top: 10%;
    padding-left: 30%;
    font-size: 1.3em;
    line-height: normal;
}

.k-notification img {
    margin: 20px;
    float: left;
}

.icon-display-change-template {
    border-radius: 20px;
    width: 300px;
    height: 80px;
    background-color: green;
    color: white;
}


/*--------------------------------Map Upload--------------------------------*/
.map-setup-section {
    margin-top: 2%;
}

.department-selection {
    margin-top: 1%;
}

.floor-selection {
    margin-top: 1%;
}

.upload-section {
    margin-top: 15px;
}


.hide {
    visibility: collapse;
}

.show {
    visibility: visible;
}

#uploadCard {
    width: 32vh;
    height: 410px;
}

.cardActionNavbar {
    height: fit-content;
    border-style: ridge;
    border-bottom: none;
    border-width: 4px;
    padding-top: 10px;
    padding-left: 10px;
}

.k-card-header-upload {
    background-color: #d92285;
    height: 50px;
}

#uploadHeader {
    text-align: center;
    margin: 5px;
    color: white;
    font-weight: 700;
    font-size: 20px;
}

/*.k-card {
    width: 400px;
    margin-top: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #d92285;
    margin-left: 10px;
    margin-right: 10px;
}*/
.complete-section {
    margin-top: 5%;
    margin-bottom: 5%;
    width: 100%;
    padding: 10px;
    border: solid;
    text-align: center;
    border-color: green
}

.map-delete-section {
    width: 100%;
    padding: 10px;
    border: solid;
    border-color: red;
    text-align: center;
}

#btnDeleteMap {
    width: 80%;
    border-radius: 10px;
    background-color: red;
    color: white;
}

#btnConfigureMap {
    width: 80%;
    border-radius: 10px;
    background-color: green;
    color: white;
}

#update-profile-button {
    margin-top: 60px;
    width: 150px !important;
    height: 50px;
    background-color: #d92285;
    border-color: #d92285;
}

#tabstripMissedAlarms-tab-1 {
    background-color: red;
    font-weight: 600;
}

#tabstripMissedAlarms-tab-2 {
    background-color: orange;
    font-weight: 600;
    color: black !important;
}

#tabstripMissedAlarms-tab-3 {
    background-color: #f5ec42;
    font-weight: 600;
}

.k-dropdown.k-picker.k-picker-solid.k-dropdown-list.k-rounded-md.k-picker-md {
    width: 50px;
}

.k-pager-refresh.k-button.k-button-md.k-button-flat.k-button-flat-base.k-icon-button {
    display: inline !important;
}

.k-notification-actions {
    display: none;
}

.forgot-password-header {
    background-color: white;
    color: black;
    font-weight: 300;
    margin: 0;
    text-align: center;
    padding-top: 12px;
}

.common-toolbar-button {
    color: white !important;
    background-color: #d92285 !important;
    margin-right: 20px !important;
}

/*--------------- Dashboard Configuration Settings---------------- */
.dashboardConfigurationActions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 50px;
    margin: 16px auto 16px 0;
}

/* Buttons*/
.dashButton-container {
    display: flex;
    align-items: center;
    padding-right: 10px;
    order: -1; /* Moves buttons to the left of the gear */
}


/* Keyframe animation for rotating gear */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#btnLocateAllTags,
#btnToggleFilter {
    background-color: #d92285;
}

#btnSaveDashboardLayout,
#btnClearDashboardLayout {
    background-color: #d92285;
    color: white;
}

    /* Button hover effect */
    #btnSaveDashboardLayout:hover,
    #btnClearDashboardLayout:hover {
        background-color: #d92285; /* slightly darker on hover */
    }

#btnLocateAllTags,
#btnToggleFilter {
    background-color: #d92285;
}

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#submitCustomLarge {
    background-color: #d92285;
    border-style: solid;
    border-color: #d92285;
    height: 40px;
    width: 125px !important;
    color: white;
    border-radius: 10px;
    font-weight: 600;
}

#customCommand {
    background-color: #d92285 !important;
    color: white;
    height: 35px;
    font-size: 16px;
    border-style: solid;
    border-width: 3px;
    border-color: #d92285 !important;
    margin: 6px 10px 10px 2px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
}

    #customCommand:hover {
        background-color: #148478;
        transform: translateY(-1px); /* Subtle lift */
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
    }

#customPDF {
    background-color: #d92285 !important;
    color: white;
    height: 35px;
    font-size: 16px;
    border-style: solid;
    border-width: 3px;
    border-color: #d92285 !important;
    margin: 6px 10px 10px 2px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
}

    #customPDF:hover {
        background-color: #148478;
        transform: translateY(-1px); /* Subtle lift */
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
    }
.dashboard-buttons-li {
    display: flex !important;
    padding: 10px 12px;
    gap: 20px;
    float: right !important;
}

/*Left aligns all built in validation popups rendered in forms (Areas)*/
.text-danger.validation-summary-errors {
    text-align: left;
}