﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: "Roboto",sans-serif;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.field-validation-error {
    color: red;
}
    .navbar-light .navbar-nav .nav-link:hover {
        color: #06b7e8;
        font-weight: 500;
    }

.card {
    padding: 15px;
    box-shadow: 0px 0px 10px #b70303d6;
    margin-bottom: 15px;
}
.borderContent .card {
    box-shadow: 0px 0px 10px #cbcbcbd6 !important;
}
    .card .borderItem {
        border-bottom: 1px solid #e3e3e3f0;
        margin-top: 0.5rem;
    }

.page-wrapper {
    height: 90%;
    max-height: 90%;
    overflow: auto;
    min-height: 600px;
}

.borderContent {
    padding: 15px;
    border: 1px solid #56d307;
    border-radius: 5px;
    margin-top: 25px;
}

.HeaderList {
    margin-top: 5px;
    position: absolute;
    background: #fff;
    color: #03b909;
    left: 30px;
}

.DeviceOnline {
    position: absolute;
    top: 35px;
    color: green;
    margin-left: -60px;
}

.bi-arrow-repeat:hover {
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.cursor_pointer {
    cursor: pointer;
}
.Element_Center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.loginbody {
    background: url('/Images/bg_01.jpg') ;
    background-repeat: no-repeat;
    background-size: cover;
}
    .loginbody .card-body {
        background: #380505ab;
        height: 100%;
        padding: 44px;
    }
        .loginbody .card-body .logincontainer {
            background: #fff0;
            height: 100%;
            border-radius: 10px 10px 10px 14pc;
            transform: rotate3d(1, 1, 1, 6deg);
            margin-left: 0%;
            background-image: linear-gradient(to right, #1c1b1b00 0%, #540f0f91 100%) !important;
            box-shadow: 0px 0px 19px 5px #d3d3d399;
        }
.btnLogin {
    background-image: linear-gradient(to right, #4a0f0fe6 0%, #cf0e0ee0 90%);
    border: none;
    color: whitesmoke
}
    .btnLogin:hover {
        background-image: linear-gradient(to right, #cf0e0ee0 0%,#4a0f0fe6 90%) !important;
        border: none !important;
        color: whitesmoke !important
    }
.form-control:focus {
     box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}
.loginbody .form-group {
    margin-bottom: 0rem !important;
}
.LoginTitle {
    font-weight: 700;
    text-shadow: 3px 0px 3px #640909d1;
    text-shadow: #fff 0 0 1px, #fff 0 -1px 2px, #fb4444a6 0 -3px 2px, rgb(179 8 8 / 62%) 0 16px 18px;
    transition: margin-left 0.3s cubic-bezier(0, 1, 0, 1);
    color: hsl(0deg 100% 50%);
    perspective: 80px;
}
.TitleDes {
    color: #07c9e7f5;
    text-shadow: 0px 2px 1px #ffffff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.History {
    right: 45px;
    position: absolute !important;
    top: 0px;
}