﻿
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*    -webkit-user-select: none;*/
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
/*font-family: 'Montserrat', sans-serif;*/
body {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-family: "Roboto", sans-serif !important;
    color: #fff;
    line-height: 1.42857143;
    background: url(../images/bg_2x.png) no-repeat 0 0;
    /* background: url(bg.png) no-repeat 0 0;*/
    background-size: cover;
}



    body

    p {
        font-size: 16px;
        color: #fff;
        font-family: "Roboto", sans-serif !important;
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #45474d;
    font-weight: 500;
    color: #fff;
    font-family: "Roboto", sans-serif !important;
}

a {
    color: #fff;
    font-family: "Roboto", sans-serif !important;
}

img {
    display: block;
    max-width: 100%;
    outline: none;
}

div {
    font-family: "Roboto", sans-serif !important;
}

a:hover {
    text-decoration: underline;
}

.d-none {
    display: none;
}

.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flexbox;
}

.direction-columan {
    flex-direction: column;
}

.row-reverse {
    flex-direction: row-reverse;
}

.align-center {
    align-items: center;
}

.align-flex-start {
    align-items: flex-start;
}

.align-flex-end {
    align-items: flex-end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-spacebetween {
    justify-content: space-between;
}

.flex-wrap {
    flex-wrap: wrap;
}

.ml-auto {
    margin-left: auto;
}

.mlr-auto {
    margin-left: auto;
    margin-right: auto;
}

.uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.no-border {
    border: 0 !important
}

.container {
    max-width: 100%;
    margin: 0 auto;
}

.common-btn {
    border-radius: 5px;
    background-color: #00A583;
    color: #fff;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 20px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border: 0;
}

    .common-btn:hover {
        background-color: #00A583;
    }

.disabled {
    opacity: .5;
}

.no-pad {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.p-t-0 {
    padding-top: 0;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-35 {
    padding-top: 35px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-45 {
    padding-top: 45px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-t-100 {
    padding-top: 100px;
}

.p-b-0 {
    padding-bottom: 0px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-35 {
    padding-bottom: 35px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-45 {
    padding-bottom: 45px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-b-100 {
    padding-bottom: 100px;
}

.m-t-0 {
    margin-top: 0;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-100 {
    margin-top: 100px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.error-c {
    color: #ff0e00;
}

.w-100 {
    width: 100%;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.error-msg {
    background-image: url(../images/error-icon.svg);
    border-left-color: #FF0E00;
}

    .error-msg strong {
        color: #FF0E00;
    }


/* loader*/
.loader {
    border: 12px solid #f3f3f3;
    border-top: 12px solid #3498db;
    background-color: transparent;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

main.container {
    height: calc(100vh - 84px)
}

.body-content hr {
    display: none
}

label {
    color: #fff;
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}

.wrapper {
    max-width: 375px;
    border: solid 1px #eee;
    margin: 0 auto;
}
/*Login*/
.login-container {
    height: calc(100vh - 160px);
    overflow-y: auto;
}

.logo-box {
    height: 100px;
    margin-bottom: 20px;
}

.login-box {
    padding-left: 10px;
    padding-right: 10px;
}

    .login-box h4 {
        font-size: 18px;
        text-align: center
    }

.input-box {
    border-bottom: 1px solid #ccc;
}

    .input-box input[type="text"],
    .input-box input[type="password"],
    .input-box input[type="email"] {
        -webkit-appearance: none;
        border: 0;
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }

        .input-box input[type="text"]:focus,
        .input-box input[type="password"]:focus,
        .input-box input[type="email"]:focus {
            outline: none !important;
        }


#barcodeInputContainer #txtBarcode {
    background: url(../images/barcode.svg) no-repeat 0 0;
    background-size: contain;
    width: 240px;
    margin: 0 auto;
    height: 240px;
    border: none;
    min-width: auto !important;
    min-height: auto !important;
    text-align: center;
    color: #fff;
    padding-top: 222px;
}

    #barcodeInputContainer #txtBarcode::placeholder {
        color: #fff;
        opacity: 1;
    }
/*footer {
    bottom: 0;
    position: absolute;
    width: 100%
}*/
.footer-container {
    /*max-width: 375px;*/
    margin: 0 auto;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: center;
}

.keypad {
    margin-top: 20px;
    padding: 0
}

.barcode_container {
    position: relative
}

    .barcode_container #last_9 {
        position: absolute;
        top: 13px;
        right: 20px;
        font-size: 25px;
        font-weight: bold;
        color: #184957;
        text-decoration: underline;
        background: none;
        border: none;
        outline: none;
        width: 145px;
    }

        .barcode_container #last_9::placeholder {
            font-size: 25px;
            font-weight: bold;
            color: #184957;
        }

#txtBarcode, #Input_TwoFactorCode {
    background: #D4E7EE;
    padding: 19px 13px 13px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: bold;
    color: #184957
}


    #txtBarcode::placeholder, #Input_TwoFactorCode::placeholder {
        font-size: 20px;
        font-weight: normal;
    }

    #Input_TwoFactorCode + .form-label {
        color: #184957;
        x
    }

.btn-primary {
    background: #184957;
    border-color: #329797
}

    .btn-primary:hover {
        background: #184957;
        border-color: #329797
    }

h6 {
    font-size: 22px
}

p {
    font-size: 14px
}

.footer-container a {
    color: #fff;
    text-decoration: none
}

.footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    width: 100%
}

    .footer-nav li {
        text-align: center;
        width: 100%;
        padding-top: 10px;
        /*flex-basis: 15%;*/
        flex-basis: content;
        padding: 10px;
    }

        .footer-nav li .profile {
            background-image: url(../images/user.svg);
        }

        .footer-nav li .setting {
            background-image: url(../images/setting.svg);
        }

        .footer-nav li .help {
            background-image: url(../images/help.svg);
        }

        .footer-nav li .camera {
            background-image: url(../images/manual.svg);
        }

        .footer-nav li .handheld {
            background-image: url(../images/manual_icon.svg);
        }

        .footer-nav li .manual {
            background-image: url(../images/manual_icon.svg);
        }

        .footer-nav li.active .camera {
            background-image: url(../images/camera-active.png);
        }

        .footer-nav li.active .handheld {
            background-image: url(../images/handheld-active.png);
        }

        .footer-nav li.active .profile {
            background-image: url(../images/user.svg);
        }

        .footer-nav li.active .setting {
            background-image: url(../images/user.svg);
        }

        .footer-nav li.active .help {
            background-image: url(../images/help-active.svg);
        }


.footer-icon {
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
    height: 24px;
    width: 100%;
    background-size: auto 22px;
}

.footer-tab-title {
    font-size: 15px;
}

.footer-nav li.active .footer-tab-title, .footer-nav li .footer-tab-title {
    color: #fff;
}

header {
    position: relative;
    top: 0;
    background: url(../images/head_bg.png) repeat-x left bottom;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}

.header-container {
    /*max-width: 375px;*/
    margin: 0 auto;
    height: 50px;
}

.profile-name {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60%;
    margin-left: auto;
    text-align: right;
}

.header-logo img {
    max-width: 75px;
    display: inline;
    /*justify-self: center;*/
}

.main-container {
    height: calc(100vh - 145px);
    overflow-y: auto;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.scanner-container h4 {
    color: #00A583;
    font-size: 18px;
    margin: 50px auto;
    text-align: center;
    font-weight: 500;
}

.scanner-container ul {
    list-style: none;
    margin: 0;
    padding: 0 40px;
}

    .scanner-container ul li {
        position: relative;
    }

        .scanner-container ul li label {
            display: block;
            padding-left: 25px;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 500;
            padding-bottom: 100px;
            background-repeat: no-repeat;
            background-position: bottom center;
            background-size: auto 80px;
        }

.latest-result {
    display: block;
}

.camera-opt {
    background-image: url(../images/camera-active.png);
}

.handheld-opt {
    background-image: url(../images/handheld-active.png);
}

.scanner-container ul li input[type="radio"] {
    position: absolute;
    left: 0;
    top: 4px;
}

.cta-button .common-btn {
    width: 100%;
}

.scanner-container .cta-button {
    margin-top: 100px;
}

.breadcrumb {
    font-size: 14px;
    color: #00A583;
    padding: 10px 0;
    font-weight: 500;
}

.hint-text {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 20px
}

.bg-red {
    background-color: #FE5D55;
}

.bg-green {
    background-color: #CCE7BA;
}



.id-box {
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    color: #000;
}

    .id-box span {
        display: block;
        font-size: 14px;
        text-align: center;
    }

    .id-box strong {
        display: block;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
    }

.scanner-img {
    width: 100px;
    margin-right: 20px;
}

.help-content {
    flex: 1
}

.main-container .accordion:after {
    content: '+';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    position: absolute;
    right: 7px;
    top: 38%;
    font-size: 20px;
    margin-top: -8px;
    background: #0E6250;
    width: 30px;
    text-align: center;
    border-radius: 100%
}

.main-container .accordion.active-accordion:after {
    content: '-';
}

.main-container .accordion h4 {
    font-size: 16px;
    padding-right: 25px
}

.main-container {
    padding-top: 10px
}

.help-container, .help-container p {
    color: #222
}

    .help-container .scanner-img {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
    }

    .help-container > .d-flex {
        display: block !important
    }

    .help-container .img-fluid {
        width: 100%
    }



.panel p {
    color: #222
}

#spnGRAIName {
    padding-top: 10px;
}

.scanner-title {
    position: absolute;
    z-index: 999999999;
    color: #fff;
    font-size: 16px;
    height: 24px;
    right: 60px;
    top: 5px;
    /* display: none; */
    text-align: center;
}

/* .scanner-local {
        width: 100%;
        height: 100%;
    }*/
#UIElement {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 375px;
    margin: 0 auto;
    right: 0;
}

.accordion {
    color: #fff;
    cursor: pointer;
    padding: 18px 20px 18px 18px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: .4s;
    background-color: #00a583;
    border: 1px solid #ccc;
    display: flex;
    position: relative;
}

button h4 {
    color: #fff !important
}

.active-accordion, .accordion:hover {
    /*background-color: #ccc;*/
}

.accordion:after {
    content: '+';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    position: absolute;
    right: 15px;
    top: 45%;
    font-size: 20px;
    margin-top: -8px;
}

.active-accordion:after {
    content: "\2212";
}

.active-accordion + .panel {
    max-height: 600px !important;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0px;
    /*max-height: 300px !important;*/
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    overflow-y: auto;
}

    .panel > p {
        padding-top: 10px
    }

.Error, .field-validation-error {
    color: #222;
    background: #ffeae9 url(../images/error.svg) no-repeat 10px 6px;
    border: 1px solid #ff0e00;
    padding: 5px 5px 5px 40px;
    text-align: left;
    margin: 5px 0;
    display: table;
}



@media (max-width:767px) {
    .container, .header-container {
        max-width: 100%;
        min-height: inherit;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*
    CSS For the scan results
*/
.flex-header {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.flex-item {
    border: 3px solid #333;
    height: 100px;
    width: 200px;
}

.fs-8 {
    font-size: 10px;
}

.fs-7 {
    font-size: 12px;
}

.facility-type-to {
    align-self: flex-end;
    display: flex;
    align-items: center;
    margin-top: -3px;
    margin-right: -3px;
}



.results-layout h6 {
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 0 5px;
}

.results-card {
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.4);
    ;
    color: #333;
    font-size: 14px;
}

#cycleCount, #assetAge {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.card-body .to, .card-body .from {
    font-size: 14px !important;
}

.card-body .flex-column.to strong, .card-body .flex-column.from strong {
    color: #333;
    font-size: 14px !important;
}


#assetDetail .results-card {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: none;
    padding: 10px;
}

#assetDetail #cycleCount, #assetDetail #assetAge {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}


.results-card-small {
    padding: 0.5rem 0.5rem
}

.from {
    width: 50%;
    padding: 0 1rem 0 0;
}

.to {
    width: 50%;
    padding-left: 1rem;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 1px;
}

.dot-number {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #349897;
    background: #71A7AD;
    font-size: 20px;
    color: #333;
    margin: 0.35rem !important;
    font-weight: 500
}

.ok_btn {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #B5E1DC;
    background: #029682 url(../images/ok.svg) no-repeat center center !important;
    font-size: 20px;
    color: #333;
    margin: 0 auto !important;
    font-weight: 500;
    outline: none;
}

    .ok_btn:hover {
        background: #029682 url(../images/ok.svg) no-repeat center center !important;
        outline: none;
    }

    .ok_btn:focus {
        outline: none;
    }

.dot-number.delete {
    background: #71A7AD url(../images/delete.svg) no-repeat center center
}

.dot-number.cross {
    background: #71A7AD url(../images/cross.svg) no-repeat center center
}


.dot-number-green {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #349897;
    background: #1B4D5E;
    font-size: 20px;
    margin: 0.35rem !important;
    font-weight: 500
}

.dot-number-no-border {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.dot-number-green:active {
    background-color: lightblue;
}

.dot-number:active {
    background-color: lightblue;
}



.dot {
    color: white;
}

.arrow {
    font-weight: bold;
    font-size: large;
    background: url(../images/do_arrow.png) no-repeat center center;
    background-size: 100%;
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
}

.card-to-header {
    justify-content: space-between;
    align-items: baseline;
}

    .card-to-header strong div {
        font-size: 15px !important;
    }


.dot-to {
    background-color: #DFEA9C;
    font-size: 15px;
    font-weight: bold;
}

.dot-from {
    background-color: #8ADD91;
    font-size: 15px;
    font-weight: bold;
}


.dot-to.dot-man {
    background-color: #0D1185;
    background: url(../images/do_m.png) no-repeat 0 0;
    background-size: 100%;
    font-size: 15px;
    font-weight: bold;
    font-size: 0;
    line-height: 0;
}

.dot-ret {
    background-color: #F5921F;
    background: url(../images/do_r.png) no-repeat 0 0;
    background-size: 100%;
    font-size: 15px;
    font-weight: bold;
    font-size: 0;
    line-height: 0;
}



.dot-depot {
    background: #1C8727;
    background: url(../images/do_d.png) no-repeat 0 0;
    background-size: 100%;
    font-size: 15px;
    font-weight: bold;
    font-size: 0;
    line-height: 0;
}

/* END SCAN RESULT CSS*/

/*START CAMERA CSS.  */

.viewport {
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    background: gray; /* Just to visualize the extent */
}

#video {
    min-width: 100%;
    min-height: 100%;
}

.exit {
    width: 50px;
    height: 50px;
}

video {
    object-fit: fill;
}

#canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.camera-view {
    display: flex;
    justify-content: center;
}

.close-scanner {
    position: absolute;
    z-index: 999999999;
    background: #fff;
    color: #000;
    font-size: 20px;
    height: 36px;
    width: 36px;
    right: 5px;
    top: 5px;
    padding-top: 3px;
    /* display: none; */
    text-align: center;
    
}

.flash {
    position: absolute;
    z-index: 999999999;
    background: #fff;
    color: #000;
    font-size: 20px;
    height: 36px;
    width: 36px;
    right: 5px;
    top: 60px;
    padding-top: 2px;
    /* display: none; */
    text-align: center;
}

.align-items-center {
    align-items: center;
}


/* END CAMERA CSS*/

