﻿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
}

.flexGrow2 {
    flex-grow: 2
}

.blueStrip {
    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;
    text-align: center;
    width: 20%
}

    .leftNav_wrap li, .leftNav_wrap ul {
        list-style: none;
        list-style-type: none;
        margin: 0;
        padding: 0
    }

.mobile_Nav li, .mobile_Nav ul {
    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: 15px;
    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;
    padding-bottom: 4px;
    font-size: 15px;
    align-items: center
}

    .pageTitle_wrap h6 {
        font-size: 15px;
        color: #000;
        margin: 0;
    }

    .pageTitle_wrap a {
        font-size: 15px;
        color: #fff;
        margin-bottom: 5px;
        min-width: 100px
    }

.btn {
    line-height: 1.5;
    letter-spacing: .5px
}

.btn-secondary {
    color: #fff;
    background-color: #e4002b;
    border-color: #0689d8
}

.formSection {
    display: block;
    overflow: hidden;
    width: 100%
}

label {
    font-weight: 400
}

.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: block;
    /* flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column; 
    justify-content: center;
    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: 0
}

.radio {
    width: 50px;
    height: 50px
}

.fieldset_inline {
    display: flex
}

.radio_group {
    display: flex;
    align-items: center;
    margin-right: 10px
}

label {
    margin: 0 .5rem
}

.error {
    font-size: 12px;
    color: red;
    line-height: 1;
}

.errorCheckOutTime {
    font-size: 15px;
    color: red;
    padding-left: 5px;
}

input:is([type=checkbox],[type=radio]) {
    -webkit-appearance: none;
    width: 2em;
    height: 2em;
    background: #d3d3d3;
    transition: background-color .3s,border-color .3s
}

input:is([class=rd1]):hover {
    outline: 0
}

input:is([class=rd1]):focus {
    outline: 0
}

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
}

.roleGrid .jsgrid-grid-body .jsgrid-table input:is([type=checkbox],[type=radio]) {
    -webkit-appearance: auto;
    width: 1em;
    height: 1em;
    background: #d3d3d3;
    transition: background-color .3s, border-color .3s;
}
.checkbox-flex {
    display: flex;
    align-items: center
}

.jcrop-holder {
    direction: ltr;
    text-align: left;
    background-color: none !important
}

.mt15 {
    margin-top: 15px
}

.mt25 {
    margin-top: 25px
}

.mt27 {
    margin-top: 27px
}

.mt30 {
    margin-top: 30px
}

.ml10 {
    margin-left: 10px !important
}

.ml20 {
    margin-left: 20px
}

.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 #ccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
            -o-transition: border .15s ease-in-out,color .15s ease-in-out;
            transition: border .15s ease-in-out,color .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]:checked + label::after {
            content: "";
            background: url("../images/check2.svg")
        }

        .checkbox input[type=checkbox]:disabled + label {
            opacity: .65
        }

            .checkbox input[type=checkbox]:disabled + label::before {
                background-color: #eee;
                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 > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 3px solid #0689d8
    }

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 6px
    }

.table-responsive.tbltimePicker {
    min-height: 600px
}

.bdr6, .table-bordered {
    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: 0
}

.mobile_Nav {
    display: none;
    background: #f2fdfd;
    border-bottom: 1px solid #0689d8
}

body.noScroll .mobileDropdown {
    display: block;
    margin: 0
}

body .mobileDropdown {
    display: block;
    margin: 0
}

.blueStrip .mobileDropdown a:last-child:after {
    display: none
}

.mobileDropdown button {
    padding: 0 12px;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: 0
}

body .mobileDropdown .dropdown-menu {
    top: 100%;
    left: 0;
    margin: 0 0 0;
    width: 200px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    bottom: auto;
    z-index: 9999;
    background: #fff
}

body.noScroll .mobileDropdown .dropdown-menu {
    bottom: 100%;
    left: 0;
    margin: 0 0 0;
    width: 200px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    top: auto;
    z-index: 9999;
    background: #fff
}

.mobileDropdown .dropdown-menu {
    bottom: 100%;
    left: 0;
    margin: 0 0 0;
    width: 200px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    top: auto;
    z-index: 9999;
    background: #fff
}

.mobileDropdown a {
    color: #fff;
    padding: 4px 12px
}

.mobileDropdown .dropdown-menu > li > a {
    display: block;
    padding: 12px 20px;
    clear: both;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

    .mobileDropdown .dropdown-menu > li > a:focus, .mobileDropdown .dropdown-menu > li > a:hover {
        background: #0689d8;
        color: #fff
    }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .mobileDropdown .btn:active:focus, .mobileDropdown .btn:focus {
    outline: 0;
    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: 700
}

.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: 0;
    bottom: 0;
    border-radius: 46px;
    width: 75%;
    height: 75%
}

.capture-wrap canvas {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    border-radius: 8px;
    height: 75%;
    bottom: 0;
    width: 75%
}

    .capture-wrap canvas.cropCanvas {
        max-width: 80%;
        height: 60%;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        border-radius: 46px;
        bottom: 0 !important
    }

#attendanceImg, #imgcap {
    max-width: 80%;
    height: 60%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 8px
}

.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
}
.mx-auto {
    margin:0 auto;
}
.m-auto {
    margin: auto;
}
.mt10 {
    margin-top: 10px
}

.mt5 {
    margin-top: 5px
}

.mb0 {
    margin-bottom: 0
}

.mb5 {
    margin-bottom: 5px
}

.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
}

.mr30 {
    margin-right: 30px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}


.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
}

.form-control {
    height: 34px;
    padding: 3px 12px;
    font-size: 12px;
    line-height: 1;
    box-shadow: none;
}
.modal-body .form-control  {
    height: 28px;   
}

.input-group .form-control {
    font-weight: 700;
    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: 12px;
    margin: 0;
}

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: .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: '';
            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
}

.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
}

.pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px 5px;
    color: #000
}

.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: 0 !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: 0 !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
    }

.pager::after, .pager::before {
    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
}

.SumoUnder[disabled] {
    cursor: not-allowed;
    display: none !important
}

.SumoSelect > .optWrapper > .options li label {
    font-size: 15px !important
}

.SumoSelect .search-txt {
    color: #000 !important; /* Make text black */
    background-color: #fff !important; /* Ensure background is white */
    font-size: 16px !important; /* Mobile-friendly size */
    width: 100% !important;
    box-sizing: border-box;
}

.scrollimg-1, .scrollimg-2 {
    display: none
}

.camwarning {
    /*position: absolute;*/
    display: none;
    text-align: center;
    left: 49px;
    color: red
}


.gridActioncolumn {
    width: 150px;
}
.gridedit{
   height :28px;
}
.gridview {
    max-height: 34px;
}
.girdtrian {
    max-height: 28px;
}

.showpass {
    border: none;
    background: transparent;
    position: absolute;
    right: 5px;
    top: 24px;    
    background-image: url(../images/hide-password.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 20px;
	opacity:0.7;
}

.hidepass {
    border: none;
    background: transparent;
    position: absolute;
    right: 5px;
    top: 24px;    
    background-image: url(../images/show-password.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 20px;
	opacity:0.7;
}

.ajax-loader {
    visibility: hidden;
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    z-index: +100 !important;
    width: 100%;
    height: 1200px;
}

    .ajax-loader img {
        position: relative;
        top: 20%;
        left: 40%;
    }

.right-noborder
{
    padding-right:0px !important;
}

@media (min-width:481px) {
    .hideMobileView {
        display: table-cell !important;
    }

    .contentSection {
        padding: 15px;
        width: 98%;
    }

    .attendance_wrap {
		flex-wrap:nowrap;
    }
        .mt_icons_wrap {
		display:none;
    }

    .takeAttendace {
        position: relative;
    }

    .attendanceBtn {
        font-size: 18px;
        font-weight: 700;
        width: 200px;
        height: 30px;
        line-height: 1;
        border-radius: 50px;
        padding: 4px;
        overflow-wrap: inherit;
        white-space: normal;
        text-align: center;
        color: #fff;
        background-color: #01a5a1;
        border-color: #028b7f;
    }
    /*#btn-capture.attendanceBtn{
        display:none;
    }*/
    .mobileView {
        display: table-cell;
    }
    .visibleCheckbox {
        display: none;
    }


}

@media (max-width:767px) {
    .trmRadio_wrap {
        flex-wrap: wrap
    }

    .selectModeBtn {
        flex-wrap: wrap
    }

    .SumoSelect .search-txt {
        color: #000 !important;
        background-color: #fff !important;
        font-size: 16px !important;
    }

    .SumoSelect > .optWrapper.isFloating {
        position: relative !important;
        min-height: 300px !important;
        width: 100% !important;
        height: 560px !important
    }
}

@media (min-width:960px) {
    .contentSection {
        width: 85%
    }

    .leftNav_wrap {
        width: 15%
    }

    .cropCanvas {
        width: 65%;
        height: 80%;
        overflow: hidden
    }
}

@media (min-width:1200px) {
    .contentSection {
        width: 88%
    }

    .leftNav_wrap {
        width: 12%
    }
}

@media (min-width:481px) {
    .hideMobileView {
        display: table-cell !important;
    }

    .mobile_Nav {
        display: none
    }

    .mobileDropdown {
        display: none
    }

    .ta_validations {
        display: none
    }

    .attendanceValidation {
        display: block
    }
}

@media all and (device-width:768px) and (device-height:1024px) and (orientation:portrait) {
    .capture-wrap img {
        height: auto
    }

    .SumoSelect .search-txt {
        color: #000 !important;
        background-color: #fff !important;
        font-size: 16px !important;
    }

    .SumoSelect > .optWrapper.isFloating {
        position: relative !important;
        min-height: 300px !important;
        width: 100% !important;
        height: 560px !important
    }
}

@media all and (device-width:810px) and (device-height:1080px) and (orientation:portrait) {
    .capture-wrap img {
        height: auto
    }
}

@media all and (device-width:1024px) and (device-height:768px) and (orientation:landscape) {
    .capture-wrap img {
        height: auto
    }
    .SumoSelect .search-txt {
        color: #000 !important;
        background-color: #fff !important;
        font-size: 16px !important;
    }

    .SumoSelect > .optWrapper.isFloating {
        position: relative !important;
        min-height: 300px !important;
        width: 100% !important;
        height: 560px !important
    }
}

@media all and (device-width:1080px) and (device-height:810px) and (orientation:landscape) {
    .capture-wrap img {
        height: auto
    }
}

@media all and (device-width:1024px) and (device-height:1366px) and (orientation:portrait) {
    .capture-wrap img {
        height: auto
    }
}

@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: 64%;
        top: 8%
    }

    #attendanceImg, #imgcap {
        max-height: 75%
    }

    .cropCanvas {
        max-height: 75%;
        overflow: hidden;
        margin: auto
    }

    .capture-wrap canvas#preview {
        overflow: hidden;
        margin: auto;
        max-height: 75%
    }

    .SumoSelect .search-txt {
        color: #000 !important;
        background-color: #fff !important;
        font-size: 16px !important;
    }

    .SumoSelect > .optWrapper.isFloating {
        position: relative !important;
        min-height: 300px !important;
        width: 100% !important;
        height: 560px !important
    }
}

@media (max-width:767px) {
    .capture-wrap video {
        width: 75%
    }

    .SumoSelect .search-txt {
        color: #000 !important;
        background-color: #fff !important;
        font-size: 16px !important;
    }

    .SumoSelect > .optWrapper.isFloating {
        position: relative !important;
        min-height: 300px !important;
        width: 100% !important;
        height: 560px !important
    }
}

@media (max-width:480px) {

    .hideMobileView {
        display: none !important;
    }

    .leftNav_wrap {
        display: none
    }

    .flexWrapper {
        flex-wrap: wrap;
        min-height: 500px;
    }

    .contentSection {
        width: 100%
    }

    .camwarning {
        left: 0;       
    }

    .capture-wrap img {
        height: auto;
        margin: auto;
        margin-top: 15px
    }

    .change_mode {
        flex-wrap: wrap
    }

    .mobileDropdown {
        display: block
    }

    .SumoSelect .search-txt {
        color: #000 !important;
        background-color: #fff !important;
        font-size: 16px !important;
    }

    .SumoSelect > .optWrapper.isFloating {
        position: relative !important;
        min-height: 300px !important;
        width: 100% !important;
        height: 560px !important
    }
}

@media (max-width:480px) {

    body {
        margin-top: 0px;
    }

        body.noScroll, html.noScroll {
            margin-bottom: 0px;
            /*height: 100vh;
            overflow: hidden;*/
            background: #fff;
            margin-top: 0
        }

    .blueStrip {
        position: fixed;
        top: 0;
        z-index: 999
    }

    body.noScroll .blueStrip {
        position: fixed;
        bottom: 0;
        z-index: 999;
        top: auto
    }

    .pageTitle_wrap {
        margin-bottom: 5px;
        padding-top:18px;
    }
    .pageTitle_wrap.attpage {
        padding-top: 0px;
    }

    .whitespace {
        white-space:normal;
    }

    .ta_wrap {
        margin-top: 15px;
        /*
        max-height: 230px;
        overflow-y: scroll;
		*/
        background: #fff;
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px;
        font-size: 15px
    }

    .ta_details {
        border: 0;
        border-radius: 0
    }

    .capture-wrap {
        /*position: sticky;
        top: 0;
        z-index: 99;*/
        background: #fff;
        display: block;
        height: 300px;
        width: 100%;
        margin: 0 auto;
        margin-bottom:40px;
    }

    .selectMode_wrap {
        display: none;
    }

    .ta_details .cstLabel {
        display: none;
    }

    .takeAttendace {
        position: absolute;
        top: -13px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    /*.mt_icons_wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 250px;
        border-radius: 50px;
        position: absolute;
        top: 10px;
        bottom: 0;
        left: -11px;
        margin: auto 0;
        z-index:99;
    }*/

    .mt_icons_wrap {
        display: flex;
        /* flex-direction: column; */
        align-items: end;
        justify-content: center;
        width: 100%;
        /* height: 250px; */
        border-radius: 50px;
        position: absolute;
        top: 10px;
        bottom: 0;
        /* left: -11px; */
        /* margin: auto 0; */
        z-index: 99;
        bottom: -45px;
    }

    .CheckInBtn {
        margin-left: auto;
    }

    .mt_icons {
        width: 36px;
        height: 36px;
    }

    img.mt_icons {
		margin:0 0 8px;
    }

	.radio-img img{
	  width:36px;
	  height:36px;
    }

        .radio-img img:hover {
		opacity:0.8;
        }
	.radio-img > input{
	  display:none
    }
	.radio-img > img{
	  cursor:pointer;

    }
	.radio-img > input:checked + img{
	  display:none;
    }
	.radio-img > input + img + img{
	  display:none;
    }
	.radio-img > input:checked + img + img{
	  display:block;
    }
    .attendanceBtn {
        background-color: #01a5a1;
        border-color: #028b7f;
        border-radius: 30px;
        color: #fff;
        display: inline-block;
        font-size: 18px;        
        height: 32px;
        line-height: 20px;
        position: absolute;
        right: -4px;
        top: 25px;
        letter-spacing: 1px;
        margin: auto 0;
        text-align: center;
        text-decoration: none;
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform-origin: bottom right;
        width: 180px;
        z-index: 99;
    }

    /*#btn-capture.btn-lg {
        display: none;
    }*/
    .capture-wrap video {
        z-index: 12;
        width: 100%;
        border-radius: 8px;
        margin: auto;
        height: 300px
    }

        .capture-wrap canvas#capture {
            z-index: 13;
            width: 100%;
            height: 300px;
            margin: 0 auto
        }

        .capture-wrap canvas#preview {
            z-index: 13;
            width: 100%;
            height: 300px;
            margin: 0 auto
        }

        .capture-wrap #attendanceImg {
            z-index: 14;
            width: 100%;
            height: 300px;
            margin: 0 auto
        }

        .capture-wrap img.smallDev {
            z-index: 11
        }

    #videoSource {
        margin-right: 0;
        width: 150px;
		font-weight:normal;
    }

    #CheckInOutPopUp {
        max-height: 600px;
        overflow-y: auto
    }

    .capture-wrap img.largeDev {
        display: none
    }

    .ta_validations {
        display: block;
        line-height: 1;        
        font-size:13px;
    }

    .attendanceValidation {
        display: none
    }

    #viewbagAlert {
        padding: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0;
    }

    .ta_wrap {
        position: relative
    }

    .scrollimg-1 {
        display: block;
        position: absolute;
        right: 2px;
        top: 0;
        z-index: 100
    }
    .camwarning {
        left: 0;
        width: 90%;
    }
    .mobileView {
        display: none;
    }
    .visibleCheckbox {
        display: block;
    }

    .gridActioncolumn {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    .SumoSelect .search-txt {
        color: #000 !important;
        background-color: #fff !important;
        font-size: 16px !important;
    }

    .SumoSelect > .optWrapper.isFloating {
        position: relative !important;
        min-height: 300px !important;
        width: 100% !important;
        height: 560px !important
    }
}

@media (max-width:390px) {
    .hideMobileView {
        display: none !important;
    }

    .iconNav_m li {
        margin: 5px 0 0 10px
    }

    .iconNav_m a {
        font-size: 13px
    }

        .iconNav_m a img {
            max-height: 35px
        }

    .SumoSelect .search-txt {
        color: #000 !important;
        background-color: #fff !important;
        font-size: 16px !important;
    }

    .SumoSelect > .optWrapper.isFloating {
        position: relative !important;
        min-height: 300px !important;
        width: 100% !important;
        height: 560px !important
    }
}

@media (max-width:375px) {
    .hideMobileView {
        display: none !important;
    }

    .ta_wrap {
        /*
        max-height: 160px;
        overflow-y: scroll;
		*/
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 0px;
        background: #fff;
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px;
        padding-top: 15px;
        padding-top: 0px;
        padding-bottom: 0;
    }

    .ta_details {
        border: 0;
        border-radius: 0
    }

    .capture-wrap {
        /*position: sticky;
        top: 0;
        z-index: 99;*/
        background: #fff;
        display: block;
        height: 260px;
        width: 100%;
        margin: 0 auto;
        margin-bottom:40px;
    }

        .capture-wrap video {
            z-index: 12;
            width: 100%;
            border-radius: 8px;
            margin: auto;
            height: 260px
        }

        .capture-wrap canvas#capture {
            z-index: 13;
            width: 100%;
            height: 260px;
            margin: 0 auto
        }

        .capture-wrap canvas#preview {
            z-index: 13;
            width: 100%;
            height: 260px;
            margin: 0 auto
        }

        .capture-wrap #attendanceImg {
            z-index: 14;
            width: 100%;
            height: 260px;
            margin: 0 auto
        }

    .SumoSelect .search-txt {
        color: #000 !important;
        background-color: #fff !important;
        font-size: 16px !important;
    }

    .SumoSelect > .optWrapper.isFloating {
        position: relative !important;
        min-height: 300px !important;
        width: 100% !important;
        height: 560px !important
    }
}

@media (max-width: 600px) {
    .SumoSelect .search-txt {
        color: #000 !important;
        background-color: #fff !important;
        font-size: 16px !important;
    }
    .SumoSelect > .optWrapper.isFloating {
        position: relative !important;
        min-height: 300px !important;
        width: 100% !important;
        height: 560px !important
    }
}

@media only screen and (min-device-width:481px) 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
    }

    .SumoSelect .search-txt {
        color: #000 !important;
        background-color: #fff !important;
        font-size: 16px !important;
    }

    .SumoSelect > .optWrapper.isFloating {
        position: relative !important;
        min-height: 300px !important;
        width: 100% !important;
        height: 560px !important
    }
}

@media only screen and (min-device-width:481px) 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
    }

    .SumoSelect .search-txt {
        color: #000 !important;
        background-color: #fff !important;
        font-size: 16px !important;
    }

    .SumoSelect > .optWrapper.isFloating {
        position: relative !important;
        min-height: 300px !important;
        width: 100% !important;
        height: 560px !important
    }
}

@media only screen and (min-device-width:340px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:3) and (orientation:portrait) {
    .capture-wrap img.largeDev {
        display: none
    }

    .capture-wrap img.smallDev {
        display: none
    }

    .SumoSelect .search-txt {
        color: #000 !important;
        background-color: #fff !important;
        font-size: 16px !important;
    }

    .SumoSelect > .optWrapper.isFloating {
        position: relative !important;
        min-height: 300px !important;
        width: 100% !important;
        height: 560px !important
    }
}

.login-body {
    background: #fff
}

.login_wrapper {
    width: 480px;
    height: 700px;
    background: #fff;
    box-shadow: rgba(0,0,0,.24) 0 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;
    background-position: 0 -40px;
    display: flex;
    flex-direction: column;
}

.login-form {
    padding: 50px;
    /*margin-top: 55%*/ /*oct 08 2025*/
}

.login-title {
    font-size: 36px;
    text-align: left;
    color: #0689d8;
    margin-bottom: 25px;
    font-weight: 700
}

.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%
    }

    .SumoSelect .search-txt {
        color: #000 !important;
        background-color: #fff !important;
        font-size: 16px !important;
    }

    .SumoSelect > .optWrapper.isFloating {
        position: relative !important;
        min-height: 300px !important;
        width: 100% !important;
        height: 560px !important
    }
}

@media (max-width:480px) {
    .hideMobileView {
        display: none !important;
    }

    .login_wrapper {
        width: 400px
    }

    .speechTranslate_wrap {
        width: 95%
    }

    .SumoSelect .search-txt {
        color: #000 !important;
        background-color: #fff !important;
        font-size: 16px !important;
    }

    .SumoSelect > .optWrapper.isFloating {
        position: relative !important;
        min-height: 300px !important;
        width: 100% !important;
        height: 560px !important
    }
}

@media (max-width:400px) {
    .hideMobileView {
        display: none !important;
    }

    .login_wrapper {
        width: 350px
    }

    .SumoSelect .search-txt {
        color: #000 !important;
        background-color: #fff !important;
        font-size: 16px !important;
    }

    .SumoSelect > .optWrapper.isFloating {
        position: relative !important;
        min-height: 300px !important;
        width: 100% !important;
        height: 560px !important
    }
}


/*sumo*/
* {
    box-sizing: border-box;
}

body {
    font: 16px Arial;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

#PersonIdSelect{
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
}

#PersonIdSelect {
    background-color: #f1f1f1;
    width: 100%;
}

#PersonIdSelect [type=submit] {
    background-color: DodgerBlue;
    color: #fff;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 9999;
    top: 100%;
    left: 15px;
    right: 15px;
    max-height: 250px;
    overflow: auto;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}
/*# sourceMappingURL=sumoselect.min.css.map */

.inouttext {
	color: #004aad;
    font-weight: bold;
    font-size: 9px;
}

.invisible-button {
    visibility: hidden;
}

.d-flex-report-mobile-block {
    display: flex;
}

.d-flex-report-mobile {
    display: block;
}

.x-mobile {
    width: auto;
    height: 30px;
    margin-top: 20px;
}

@media (max-width: 767.98px) {
    .d-flex-report-mobile-block {
        display: block !important;
    }

    .d-flex-report-mobile {
        display: flex !important;
    }

    .x-mobile {
        width: 100% !important;
        height: auto !important;
        margin-top: auto !important;
    }

    .d-flex-report-mobile-block .dnone {
        display: none !important
    }
}

.dnone {
    display:none !important
}

.d-flex-report-mobile-block .dnone {
    display: none !important
}

.padding0 {
    padding:0px !important;
}

.loginLogo {
    width: 120px;
    /*margin: 100px auto;*/
    margin: 30px auto 90px;
}

.logo {
    display: flex;
    gap: 10px;
}




/* Loader */

.spinner_overlay {
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    z-index: 9999;
}

.spinner_overlay_chart {
    width: 100%;
    height: 75vh;
    background: rgba(255,255,255,0.9);
    position: absolute;
    top: 0;
    z-index: 9999;
}

.spinner_overlay_dashboard_list {
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.9);
    /*position: fixed;*/
    top: 0;
    z-index: 9999;
}

.spinner {
    width: 40px;
    height: 40px;
    background-color: #0689d8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

.loader_text {
    color: #0689d8;
    font-size: 36px;
    font-family: Roboto;
    font-weight: bold;
    position: absolute;
    overflow: hidden;
    z-index: 99;
    width: 55%;
    top: 36%;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1.2;
}


@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}