﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
    text-decoration: none;
}

.col {
    padding-block: 3px;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

button:focus, button:focus-visible {
    outline: none;
    border: none;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.companyHeader {
    position: fixed;
    top: 75px;
    margin: 0 15px;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}


.font-weight-bolder {
    font-weight: 600;
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 10px;
    }

.footer, .footerPush {
    height: 50px;
    z-index: 10;
}

.k-window-title {
    font-size: 16px;
}



.divshowCam video {
    background: black;
}

/* Page CSS*/

.notes {
    font-style: italic;
    padding: 1em;
    border-width: 1px;
    border-bottom-width: 0;
    border-style: solid;
    border-radius: 0;
    border-color: rgba(0, 0, 0, 0.08);
}

.k-signature-canvas {
    z-index: 0;
}

.signature-margin {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
    z-index: 2000;
}

.k-input-inner {
    z-index: 0;
}

.k-checkbox {
    border-color: #464242;
    border-width: 2px;
    background-color: #ffffff;
}

.text-align-start {
    text-align: start;
}

.text-align-end {
    text-align: end;
}

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

.text-align-justify {
    text-align: justify;
}

.app-color {
    color: #004FA3;
}

.refreshButtonStatic {
    position: fixed;
    bottom: 100px;
    right: 20px;
    padding: 15px 20px;
    color: #fff;
    background-color: #004FA3;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    z-index: 9999; /* Ensure it's above other content */
}

    .refreshButtonStatic:hover {
        color: #fff;
    }

.refreshButton {
    position: fixed;
    bottom: 100px;
    right: 20px;
    padding: 15px 20px;
    color: #fff;
    background-color: #004FA3;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    z-index: 9999; /* Ensure it's above other content */
}

    .refreshButton:hover {
        color: #fff;
        animation-name: refreshanimation;
        animation-duration: 2s;
    }

@keyframes refreshanimation {
    from {
        color: #212529;
    }

    to {
        color: #fff;
    }
}


.column {
    padding: 10px 0px;
    display: flex;
}

.column2 {
    padding: 10px 10px;
    text-align: center;
}

.k-card {
    margin: auto;
    border-color: #000000;
    color: #ffffff;
    background-color: #004FA3;
    border-radius: 20px;
}

.col75 {
    width: 75%;
}

.col90 {
    width: 90%;
}

.col25 {
    width: 25%;
    text-align: center;
}

.colm25 {
    width: 25%;
}

.colm50 {
    width: 50%;
}

.colm100 {
    width: 100%;
}

.colm10 {
    width: 10%;
}


.k-card-body {
    padding-inline: 0px;
    padding-block: 0px;
}


.displayFixed {
    position: absolute;
}


.k-window-content > .k-card {
    margin: auto;
    border-color: #000000;
    border-radius: 0px;
}

.cardList {
    overflow: scroll;
}


.navbar-brand {
    margin-right: 0rem;
}

.item-margin {
    margin-left: 10px;
}

a.nav-link {
    color: black;
    border-bottom: 1px solid lightgray;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
}

hr {
    margin: 0;
}

.hr-style {
    height: 2px;
    width: 100%;
}

.hr2 {
    height: 2px;
}

.isListEmpty {
    text-align: center;
    font-size: 80px;
    color: green;
}

.install-btn-open {
    padding: 8px 0;
    background-color: #004FA3;
    font-size: 20px;
    border-radius: 20px;
    color: white;
    z-index: 1;
}

.grey-bg {
    background-color: lightgrey;
}

.items-icon-style {
    font-size: 40px;
    color: #ffffff;
}

.items-style {
    padding-right: 10px;
}

.more-menu {
    background-color: #004FA3;
    color: #fff;
    border-radius: 20px;
}

.more-menu-icons {
    margin-left: 10px;
}

.outbox-items-icon-style {
    color: red;
}

.outbox-items-green {
    font-size: 20px;
    color: #11f111;
}

.outbox-items-red {
    font-size: 20px;
    color: red;
}

.outbox-items-yellow {
    font-size: 20px;
    color: yellow;
}


.column-status {
    padding-right: 10px;
    padding-bottom: 5px;
    text-align: right;
}


.col20 a {
    display: inline-block;
    height: 100%;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #004FA3;
    color: #aaa;
    text-align: center;
    padding-bottom: 70px;
}

.column-footer {
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
}

.col20 {
    width: 20%;
    height: 100%;
    z-index: 200;
    padding-top: 7px;
}

hr {
    margin: 0;
}

.col20 > a > .fa {
    font-size: 32px;
}

i.fa.fa-ellipsis {
    border-radius: 20px;
    padding-right: 1px
}

.fa-ellipsis:before {
    margin-left: 2px;
}

.wifi-on {
    color: #0bf10b;
}

.wifi-off {
    color: #c7c7c7;
}

.header-height {
    height: 65px;
}

/*loader css*/

.loading-panel-overlay {
    background: lightgray;
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.loader-container {
    width: 80px;
    height: 80px;
    top: 40%;
    left: 47%;
    /* width: 150px; */
    display: inline-table;
    padding-top: 10px;
    position: absolute;
    z-index: 10002;
}

.demo-container {
    position: absolute;
    height: 300px;
    width: 75%;
    margin: 0 auto;
}

.loader-container-heading {
    padding-top: 25px;
}

.k-loader-container {
    z-index: 0;
    word-break: break-all;
}

.k-loader {
    color: #004FA3;
}

.k-loader-container-label {
    font-size: 14px;
    color: #004FA3;
}

.install-font-size {
    font-size: 20px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-25 {
    font-size: 25px;
}


.font-weight {
    font-weight: bold;
}

/*main layout*/

html, body, app, .k-drawer-container, .k-drawer-content, .main {
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.main {
    overflow-y: auto;
}

.display-flex {
    display: flex;
}
.k-drawer-content {
    overflow-x: auto;
}

.top-row {
    left: 0;
}

.drawer-hamburger {
    position: absolute;
    z-index: 2;
}

.k-drawer-item:hover, .k-drawer-item.k-state-hover, .text-info {
    color: whitesmoke !important;
    background-color: #ff6358;
}

.bg-color-yellow {
    background-color: gold;
}


/*media query css*/


@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (max-width: 500px) {
    .imgheight {
        max-height: 400px
    }

    #navbarNav {
        position: absolute;
        top: 60px;
        width: 100%;
        left: 0px;
        background: #fff;
    }

    .margin {
        margin-right: 20px;
    }

    .companyHeader {
        margin: 0 35px 0 15px;
    }

    .k-window-title {
        font-size: 12px;
    }
}

@media(min-width: 600px) {
    /* For Tablets*/
    .navbar-item1 {
        flex-grow: 0.5;
    }

    .navbar-item2 {
        flex-grow: 0.6;
        text-align: center;
    }

    .margin {
        margin-right: -50px;
    }
}

@media(min-width: 830px) {
    /* For Laptops*/
    .navbar-item1 {
        flex-grow: 0.5;
    }

    .navbar-item2 {
        flex-grow: 0.6;
        text-align: center;
    }

    .margin {
        margin-right: -75px;
    }
}

@media(min-width: 992px) {
    /* For Large Laptops*/

    .navbar-item1 {
        flex-grow: 0.5;
    }

    .navbar-item2 {
        flex-grow: 0.6;
        text-align: unset;
    }

    .margin {
        margin-right: 20px;
    }
}

@media(min-width: 1280px) {
    /* For Big TV's (HD Screens)*/

    .navbar-item1 {
        flex-grow: 0.5;
    }

    .navbar-item2 {
        flex-grow: 0.6;
        text-align: unset;
    }

    .margin {
        margin-right: 20px;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .loading-progress {
        position: relative;
        display: block;
        width: 8rem;
        height: 8rem;
        margin: 20vh auto 1rem auto;
    }

        .loading-progress circle {
            fill: none;
            stroke: #e0e0e0;
            stroke-width: 0.6rem;
            transform-origin: 50% 50%;
            transform: rotate(-90deg);
        }

            .loading-progress circle:last-child {
                stroke: #1b6ec2;
                stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
                transition: stroke-dasharray 0.05s ease-in-out;
            }

    .loading-progress-text {
        position: absolute;
        text-align: center;
        font-weight: bold;
        inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
    }

        .loading-progress-text:after {
            content: var(--blazor-load-percentage-text, "Loading");
        }

    .loading-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }
}


.bg_color_temp {
    background-color: #FDFDBE;
}


.name_bg_border {
    width: 188px !important;
}

.licence_bg_border {
    width: 188px !important;
}

.ag_name {
    width: 40% !important;
}

.ag_company {
    width: 40% !important;
}

.ag_name_sub {
    margin-left: 0% !important;
}

.ag_company_sub {
    margin-left: 25% !important;
}

#heading-row {
    display: grid !important;
}

.heading-text {
    width: 100% !important;
    text-align: left !important;
}

#content::before {
    content: none !important;
    white-space: normal !important;
}

.camBtn, .camBtn:hover {
    display: inline-block;
    width: auto;
    height: 100%;
    border: none;
    z-index: 6;
    color: #fff;
    background: #000;
}

.camBtnIcon {
    margin-left: 10px;
    font-size: 70px;
}

.camTitle {
    color: white;
    text-align: center;
    font-size: 24px;
}

.camDescription {
    color: white;
    font-size: 16px;
    text-align: center;
}

.camCanelBtnParent {
    text-align: left;
    font-size: 20px;
    color: #004FA3;
    z-index: 20;
}

.nativeCamOpenBtn {
    text-align: right;
    font-size: 20px;
    color: #004FA3;
    z-index: 20;
}

.camCanelBtn {
    color: #004FA3;
    padding: 7px;
    background: none;
    border: none;
    font-weight: bold;
}

.navBtn, .navBtn:focus {
    background: transparent;
    height: auto;
    border: none;
    color: #aaa;
}

    .navBtn span {
        display: block;
    }

.border-btn {
    border: 1px solid #004FA3 !important;
    border-radius: 20px;
}

.camContinueBtn {
    text-align: center;
    padding: 7px 0;
    background-color: #004FA3;
    font-size: 20px;
    border-radius: 20px;
    color: white;
    z-index: 2;
}

.camCancelBtn {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #004FA3;
    z-index: 20;
    background: none;
    border: none;
}

button.nav-link {
    border: none;
    padding: 5px;
}

.alert.alert-danger {
    display: none;
}

.error-message {
    display: none;
}

.cropper-view-box {
    outline: 10px solid #39f;
}

.font-weight-header {
    font-size: 1.75rem;
}


.cropper-line.line-e {
    right: -10px;
    width: 15px;
}
.cropper-line.line-n {
    top: -10px;
    height: 15px;
}
.cropper-line.line-s {
    bottom: -10px;
    height: 15px;
}
.cropper-line.line-w {
    left: -10px;
    width: 15px;
}