﻿body {
	background:#f0f0f0;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #0689d8;
}
.wrapper2 {
	position:relative;
	display:block;
}
.flexWrapper {
    display: flex;
    background: #fff;
    min-height: 700px;
    /*
	border-top:20px solid #0689d8;
	flex-wrap:nowrap;
	width:100%;
	margin:0 auto;
	*/
}
.flexGrow2{
    flex-grow:2;
}
.blueStrip {
    /*height: 24px;*/
    background: #0689d8;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
}

    .blueStrip a {
        color: #fff;
        font-size: 12px;
        padding: 4px 12px;
        display: block;
        position: relative;
    }

        .blueStrip a:after {
            content: "|";
            font-size: 16px;
            color: #001235;
            width: 1px;
            height: 16px;
            right: 0;
            position: absolute;
            top: 1px;
        }

    .blueStrip .top_links a:last-child:after {
        display: none;
    }

.top_links {
    display: flex;
    margin-left: auto;
}

.pageTitle_wrap .dropdown-menu {
    right: 0;
    left: auto;
    font-size: 14px;
}

    .pageTitle_wrap .dropdown-menu a {
        font-size: 14px;
    }

.caret {
    border-top: 4px solid #001235;
}

.leftNav_wrap {
    padding: 10px;
    border-right: 2px solid #0689d8;
    /*width:200px;*/
    text-align: center;
    width: 20%;
    /*flex:1;*/
}

    .leftNav_wrap ul, .leftNav_wrap li {
        list-style: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

.mobile_Nav ul, .mobile_Nav li {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.iconNav {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 20px;
    color: #000;
}

    .iconNav li {
        margin-bottom: 5px;
    }

    .iconNav a {
        color: #000;
        font-size: 18px;
        text-decoration: none;
    }

        .iconNav a img {
            max-height: 58px;
            display: block;
            margin: auto;
        }

.contentSection {
    padding: 20px;
    font-size: 18px;
    color: #000;
    width: 80%;
}

.model_content label {
    font-size: 15px;
}

.pageTitle_wrap {
    width: 100%;
    border-bottom: 1px solid #0689d8;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 20px;
}

    .pageTitle_wrap h6 {
        font-size: 20px;
        color: #000;
    }

    .pageTitle_wrap a {
        font-size: 20px;
        color: #fff;
        margin-bottom: 5px;
        min-width: 100px;
    }

.btn {
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.btn-secondary {
    color: #FFF;
    background-color: #e4002b;
    border-color: #0689d8;
}

.formSection {
    display: block;
    overflow: hidden;
    width: 100%;
}

label {
    font-weight: normal;
}

.inputfile {
    border: 1px solid #0689d8;
    padding: 4px 6px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 5px;
}

.sa_details {
    padding-left: 40px;
}

    .sa_details > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.attendance_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 95%;
}

.capture-wrap {
    position: relative;
}

.inputfile_xs {
    border: 1px solid #0689d8;
    padding: 4px 6px;
    margin-bottom: 10px;
    width: 50px;
    border-radius: 5px;
    text-align: center;
}

:focus {
    outline: none;
}

.radio {
    /*
  -webkit-appearance:button;
  -moz-appearance:button;
  appearance:button;
  border:4px solid #ccc;
  border-top-color:#bbb;
  border-left-color:#bbb;
  background:#fff;
  border-radius:50%;
  */
    width: 50px;
    height: 50px;
}

    .radio:checked {
        /*border:20px solid #4099ff;*/
    }

/*------*/
.fieldset_inline {
    display: flex;
}

.radio_group {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

label {
    margin: 0 0.5rem;
}

.error {
    font-size: 14px;
    color: red;
}

.errorCheckOutTime {
    font-size: 16px;
    color: red;
}

input:is([type="checkbox"], [type="radio"]) {
    -webkit-appearance: none;
    width: 2em;
    height: 2em;
    background: lightgrey;
    transition: background-color 300ms, border-color 300ms;
}

input:is([class="rd1"]):hover {
    outline: none;
}

input:is([class="rd1"]):focus {
    outline: none;
}

input:is([class="rd1"]):checked {
    background: url("../images/checked.svg");
    background-repeat: no-repeat;
}

input:is([class="rd1"]) {
    background: url("../images/unchecked.svg");
    background-repeat: no-repeat;
}

.checkbox-flex {
    display: flex;
    align-items: center;
}

.jcrop-holder {
    direction: ltr;
    text-align: left;
    background-color: none !important
}

/*
input:is([type="radio"]):checked {
  background: url("../img/checked"), pink;
  background-repeat: no-repeat;
  border: 2px solid pink;
}

input:is([type="radio"]) {
  border-radius: 50%;
} 
*/
/*--------*/
.mt15 {
    margin-top: 15px;
}

.mt27 {
    margin-top: 27px;
}

.mt30 {
    margin-top: 30px;
}

.ml25 {
    margin-left: 25px;
}

.ml70 {
    margin-left: 70px !important;
}
.f12 {
    font-size: 12px !important;
}
.f13{font-size:13px !important;}
.f14 {
    font-size: 14px !important;
}
.f15 {
    font-size: 15px !important;
}
.f16 {
    font-size: 16px !important;
}

.camera-icon {
    max-height: 110px;
}

.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 19px;
            height: 19px;
            left: 0;
            top: 2px;
            margin-left: -18px;
            padding-left: 3px;
            padding-top: 1px;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
        z-index: 1;
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            /* outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; */
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            content: "";
            background: url("../images/check2.svg");
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

/*--------*/


.text-danger {
    color: #ff0500;
}

.table-bordered {
    border: 6px solid #0689d8;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 3px solid #0689d8;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 6px;
    }

.table-responsive.tbltimePicker {
    min-height: 600px;
}

.table-bordered, .bdr6 {
    border: 6px solid #0689d8;
}

a.statusInOut {
    width: 50px;
    height: 38px;
    display: inline-block;
}

    a.statusInOut img {
        margin-right: 20px;
    }

.legend_info {
    margin-top: -10px;
}

    .legend_info > div {
        margin-bottom: 10px;
    }

        .legend_info > div > span {
            display: inline-block;
            width: 45px;
        }

.container.nospace {
    padding: 0px;
}

.mobile_Nav {
    display: none;
    background: #f2fdfd;
    border-bottom: 1px solid #0689d8;
}

.mobileDropdown {
    display: block;
    margin: 0;
}

.blueStrip .mobileDropdown a:last-child:after {
    display: none;
}

.mobileDropdown button {
    padding: 0px 12px;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
}

.mobileDropdown .dropdown-menu {
    top: 100%;
    left: 0px;
    margin: 0px 0 0;
    width: 200px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.mobileDropdown a {
    color: #fff;
    padding: 4px 12px;
}

.mobileDropdown .dropdown-menu > li > a {
    display: block;
    padding: 12px 20px;
    clear: both;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

    .mobileDropdown .dropdown-menu > li > a:hover, .mobileDropdown .dropdown-menu > li > a:focus {
        background: #0689d8;
        color: #fff;
    }

.mobileDropdown .btn:focus, .mobileDropdown .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0px;
    outline-offset: 0px;
}

.mobileDropdown .btn-default:hover {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
}

.mobileDropdown .btn-default:active:focus {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
}

.iconNav_m {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #000;
    justify-content: space-evenly;
}

    .iconNav_m li {
        margin: 5px 10px 10px 10px;
        text-align: center;
    }

    .iconNav_m a {
        color: #000;
        font-size: 14px;
    }

        .iconNav_m a img {
            max-height: 40px;
            display: block;
            margin: auto;
        }

.btn-wrapper {
    display: flex;
    width: 80%;
    margin: 0 auto;
}

.btn-success {
    color: #fff;
    background-color: #01a5a1;
    border-color: #028b7f;
}

.span-success {
    border-color: #028b7f;
    color: #5cb85c;
    font-weight: bold;
}

.authentication_message {
    width: 480px;
    border-radius: 20px;
    height: 260px;
    overflow: hidden;
    margin: 50px auto 0;
    background: #deeefb;
    text-align: center;
    padding: 25px;
}

    .authentication_message img {
        max-width: 200px;
    }

.error_message {
    width: 480px;
    border-radius: 20px;
    margin: 50px auto 0;
    background: #f7d6d6;
    text-align: center;
    padding: 25px 40px;
}

.capture-wrap video {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
    bottom: 0;
    border-radius: 46px;
    width: 75%;
    height: 75%;
}

.capture-wrap canvas {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    border-radius: 46px;
    /*height:0;*/
}

    /*.capture-wrap canvas#preview {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        border-radius: 46px;
        
        bottom: 0 !important;
}*/


    .capture-wrap canvas.cropCanvas {
        /* width: 80%;
        height: 70%;*/ 
        max-width: 80%;
        height: 60%;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        border-radius: 46px;
        bottom: 0 !important;
        /*max-height:100%;*/
    }


/*.cropCanvas {
    width:500px;
    height:350px;
    overflow:hidden;
}*/

#attendanceImg, #imgcap {
    /* width: 80%;
    height: 70%;*/
    max-width:80%;
    height:60%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 46px;
    /*max-height: 100%*/
}

.capture-wrap img.smallDev {
    display: none;
}

.d-flex {
    display: flex;
}

.justify_cr {
    justify-content: center;
}

.justify_sb {
    justify-content: space-between;
}

.justify_se {
    justify-content: space-evenly;
}

.justify_sa {
    justify-content: space-around;
}

.alignCenter {
    align-items: center;
}

.change_mode {
    display: flex;
    justify-content: center;
}

.mt10 {
    margin-top: 10px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.r10 {
    right: 10px;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px !important;
}

.px10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px20 {
    padding-left: 20px;
    padding-right: 20px;
}

.px30 {
    padding-left: 30px;
    padding-right: 30px;
}

.px40 {
    padding-left: 40px;
    padding-right: 40px;
}

.px2 {
    padding-left: 2em;
    padding-right: 2em;
}

.px3 {
    padding-left: 3em;
    padding-right: 3em;
}

.px4 {
    padding-left: 4em;
    padding-right: 4em;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.input-group .form-control {
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.trmRadio_wrap {
    display: flex;
}

label.trMode {
    padding: 0 15px 0 10px;
    border-radius: 26px;
    border: 1px solid #D1D3D4;
    font-size: 15px;
}

input.radio:empty {
    margin-left: -9999px;
    margin-top: 0;
    margin-bottom: 0;
    height: 0;
}

    input.radio:empty ~ label {
        position: relative;
        float: left;
        line-height: 2em;
        text-indent: 0.5em;
        margin-top: 5px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        input.radio:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            /*width: 2.5em;*/
            background: #D1D3D4;
            border-radius: 26px 0 0 26px;
        }

input.radio:hover:not(:checked) ~ label:before {
    color: #C2C2C2;
}

input.radio:hover:not(:checked) ~ label {
    color: #888;
}

input.radio:checked ~ label:before {
    width: 2.5em;
    content: '\2714';
    text-indent: .9em;
    color: #cfffdb;
    background-color: #3c974f;
}

input.radio:checked ~ label {
    color: #fff;
    background: #338d46;
    text-indent: 2.4em;
}

input.radio:focus ~ label:before {
    box-shadow: none;
}

input.form-control.timePicker {
    width: 150px;
}

.jCenter {
    justify-content: center;
}

.dFlex_JC {
    display: flex;
    justify-content: center;
}

.mlAuto {
    margin-left: auto;
}

.mrAuto {
    margin-right: auto;
}

.brR {
    border-right: 1px solid #ccc;
}


/* 07.04.2023 */

.ta_details {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px 10px;
}

.check_complete {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 15px;
    background: #5bbb5b;
}

.checkin_missing {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 15px;
    background: #ecc12c;
}

.checkout_missing {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 15px;
    background: #d43338;
}

.bootstrap-datetimepicker-widget.dropdown-menu, .bootstrap-datetimepicker-widget.dropdown-menu.top {
    left: -50% !important;
}

#AttendanceTypePopUp .bootstrap-datetimepicker-widget.dropdown-menu {
    left: 0% !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    left: 92% !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    left: 92% !important;
}

.bootstrap-datetimepicker-widget table td span {
    height: 24px;
    line-height: 24px;
}

.bootstrap-datetimepicker-widget table td {
    height: 24px;
    line-height: 24px;
}

.bootstrap-datetimepicker-widget {
    z-index: 999999 !important;
}

/*//Js Grid*/
/*.tt a[title]{
    position:relative;
}

.tt a[title]:hover:after {
    content: attr(title);
    background: red;
    position: absolute;
    left: 50%;
    top: 1em;
}*/
.pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px 5px;
    color: #000;
}


/*.jsgrid-header-row > .jsgrid-header-cell {
    background: #0689d8 !important;
    color: #FFF;
}*/

.jsgrid-edit-row > .jsgrid-cell, .jsgrid-filter-row > .jsgrid-cell, .jsgrid-grid-header, .jsgrid-header-row > .jsgrid-header-cell, .jsgrid-insert-row > .jsgrid-cell {
    border: 3px solid #0689d8 !important;
}

.jsgrid-cell {
    border: 3px solid #0689d8 !important;
    border-top: 0px !important;
    white-space: normal !important;
    padding: 0 .5em !important;
    font-size: 18px;
    word-wrap: break-word !important;
}

.jsgrid-header-cell {
    padding: 0 .5em !important;
}

.jsgrid-grid-body {
    border: 6px solid #0689d8 !important;
    border-top: 0px !important;
}

    .jsgrid-grid-body .jsgrid-alt-row:first-child .jsgrid-cell, .jsgrid-grid-body .jsgrid-row:first-child .jsgrid-cell {
        border-top: none !important;
    }

    .jsgrid-grid-body .jsgrid-cell:first-child {
        border-left: none !important;
    }

    .jsgrid-grid-body .jsgrid-cell:last-child {
        border-right: 0px !important;
    }
/*
.jsgrid-table tbody tr:last-child .jsgrid-cell {
    border-bottom:none !important;
}
	*/
.pager::before, .pager::after {
    display: flex !important;
    content: none !important;
}

.jsgrid-grid-header {
    overflow-x: hidden;
    overflow-y: auto !important;
}

.jsgrid-grid-body {
    overflow-x: auto;
    overflow-y: auto !important;
}

.trainedDetail {
    background: #F0F0F0;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 13px
}

.tD_value {
    color: #555;
    margin-left: 3px;
    text-align: center;
}

.jsgrid-grid-header.absenceOverflowY {
    overflow-y: scroll !important;
}

#AbsencegridSection .jsgrid-grid-body {
    padding-bottom: 35px;
    /*margin-bottom:20px;*/
}

/*SUMO*/

.SumoUnder[disabled] {
    cursor: not-allowed;
    display: none !important;
}

/*#gridSection{
    max-height: 500px;
    overflow-y: auto;
}*/

/*.jsgrid-header-sortable:hover {
    background: #004473;
    color: #FFF;
}

.jsgrid-header-sort > .jsgrid-header-title::before {
    float: right;
    margin-top: 9px;
}

.jsgrid-header-row > .jsgrid-header-cell {
    border: 1px solid #007cb1;
}

.jsgrid-alt-row > .jsgrid-cell {
    background: rgba(0, 0, 0, 0.05);
}

.jsgrid-cell {
    border: #dee2e6 1px solid;
}

.hide {
    display: none !important;
}

.jsgrid-header-cell {
    white-space: normal;
}

.jsgrid-cell {
    white-space: normal;
}

.editGrid .jsgrid-cell {
    padding: 0;
}

    .editGrid .jsgrid-cell > input {
        border-color: transparent;
    }

    .editGrid .jsgrid-cell.category-caption {
        border-left: 0px;
        border-right: 0px;
    }

    .editGrid .jsgrid-cell.readonly.category-caption > input {
        background: #e7e4e4;
        color: #000;
        font-weight: bold;
    }

    .editGrid .jsgrid-cell.readonly.category-total > input {
        background: #005c9b;
        color: #fff;
        font-weight: bold;
    }

    .editGrid .jsgrid-cell.nonEditable {
        background: #f8f8f8;
        color: #000;
    }

    .editGrid .jsgrid-cell.readonly > input {
        background: #f8f8f8;
        color: #000;
    }

.jsgrid-grid-body .jsgrid-table {
    margin-bottom: 45px;
}

.editGrid .jsgrid-cell .formaluaField {
    font-weight: bold;
}*/

/*//Js Grid*/

@media (max-width: 767px) {
    .trmRadio_wrap {
        flex-wrap: wrap;
    }

    .selectModeBtn {
        flex-wrap: wrap;
    }
}

@media (min-width: 960px) {
    .contentSection {
        width: 85%;
    }

    .leftNav_wrap {
        width: 15%;
    }

    .cropCanvas {
        /* width: 500px;
        height: 350px;*/
        width: 65%;
        height: 80%;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .contentSection {
        width: 88%;
    }

    .leftNav_wrap {
        width: 12%;
    }
}

@media (min-width: 481px) {
    .mobile_Nav {
        display: none;
    }

    .mobileDropdown {
        display: none;
    }
}
/* ipad portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .capture-wrap img {
        height: auto;
    }
}

@media all and (device-width: 810px) and (device-height: 1080px) and (orientation:portrait) {
    .capture-wrap img {
        height: auto;
    }
}

/* ipad landscape */
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .capture-wrap img {
        height: auto;
    }
}

/* ipad landscape */
@media all and (device-width: 1080px) and (device-height: 810px) and (orientation:landscape) {
    .capture-wrap img {
        height: auto;
    }
}
/* ipad Pro portrait */
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {
    .capture-wrap img {
        height: auto;
    }
}

/* ipad Pro landscape */
@media all and (device-width: 1366px) and (device-height: 1024px) and (orientation:landscape) {
    .capture-wrap img {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 820px) {
    .capture-wrap video {
        /* width: 80%;
        height:90%;
        top:0;
        bottom:0;
        margin:auto;*/
        /*width:72%;*/
        width: 64%;
        top: 8%;
    }

    #attendanceImg, #imgcap {
        /*height: 67%;
        width: 55%;*/
        max-height: 75%
    }

    .cropCanvas {
        /*width: 75%;
        height: 85%;*/
        max-height: 75%;
        overflow: hidden;
        margin: auto;
    }

    .capture-wrap canvas#preview {
        /*width: 75%;
        height: 85%;*/
        overflow: hidden;
        margin: auto;
        max-height: 75%;
    }
}

@media (max-width: 767px) {

    .flexWrapper {
        /*border-top:10px solid #0689d8;*/
    }

    .capture-wrap video {
        width: 75%;
    }
}

@media (max-width: 480px) {
    .leftNav_wrap {
        display: none;
    }

    .flexWrapper {
        flex-wrap: wrap;
    }

    .contentSection {
        width: 100%;
    }

    .capture-wrap img {
        height: auto;
        /*max-width: 90%;*/
        margin: auto;
        margin-top:15px;
    }

    .change_mode {
        flex-wrap: wrap;
    }

    .mobileDropdown {
        display: block;
    }
}

@media (max-width: 480px) {
    .ta_wrap {
        margin-top: 15px;
    }

    .capture-wrap {
        position: sticky;
        top: 0;
        z-index: 99;
        background: #fff;
        display: block;
        height: 430px;
    }

    #videoSource {
        margin-right: 24px;
    }
    #CheckInOutPopUp {
        max-height: 600px;
        overflow-y: auto;
    }
    
}

@media (max-width: 440px) {
    .capture-wrap img.smallDev {
        z-index: 11;
    }

    .capture-wrap video {
        z-index: 12;
    }

    .capture-wrap canvas#capture {
        z-index: 13;
    }

    .capture-wrap canvas#preview {
        z-index: 13;
    }

    .capture-wrap #attendanceImg {
        z-index: 14;
    }
}

@media (max-width: 390px) {
    .iconNav_m li {
        margin: 5px 0px 0px 10px;
    }

    .iconNav_m a {
        font-size: 13px;
    }

        .iconNav_m a img {
            max-height: 35px;
        }
}

@media (max-width: 375px) {
}

@media (max-width: 360px) {
}



@media only screen and (min-device-width: 340px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .capture-wrap img.largeDev {
        display: none;
    }

    .capture-wrap img.smallDev {
        display: block;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .capture-wrap img.largeDev {
        display: none;
    }

    .capture-wrap img.smallDev {
        display: block;
    }
}

/*---Login----*/
.login-body {
    background: #fff;
}

.login_wrapper {
    width: 450px;
    height: 580px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-image: url(../images/login-topDesign.png);
    margin: 0 auto;
    background-repeat: no-repeat;
    display: block;
    margin-top: 5%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius:10px;
    background-size:cover;
}

.login-form {
    padding: 50px;
    margin-top: 25%;
}

.login-title {
    font-size: 36px;
    text-align: left;
    color: #0689d8;
    margin-bottom: 25px;
    font-weight: bold;
}

.loginBtn {
    text-align: right;
}

.btn-login {
    font-size: 22px;
    text-align: center;
    padding: 6px 20px;
    color: #0689d8;
    background-color: #fff;
    border: 2px solid #0689d8;
    margin-top: 20px;
}

    .btn-login:hover {
        background-color: #0689d8;
        color: #FFF;
    }


.ui-autocomplete {
    z-index: 215000000 !important;
}

.model-lg {
    width: 800px;
}

.model-xl {
    width: 1200px;
}

@media (max-width: 992px) {
    .model-lg {
        width: 90%;
    }

    .model-xl {
        width: 90%;
    }
}

@media (max-width: 480px) {
    .login_wrapper {
        width: 400px;
    }

    .speechTranslate_wrap {
        width: 95%;
    }
}

@media (max-width: 400px) {
    .login_wrapper {
        width: 350px;
    }
}
