﻿@charset "utf-8";
/* CSS Document */

body {
    background: #e2e0e2;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.mcontainer {
    max-width: 420px;
    margin: 0 auto;
    background: #fff;
    min-height: 100vh;
}

.nhead {
    width: 100%;
    box-shadow: 0px 3px 0px #cecece;
    display: table;
}

.popupbg {
    width: auto;
    min-height: 98px;
    height: auto;
    max-width: 320px;
    background: #fff;
    padding: 20px;
}

    .popupbg .popmsg {
    }

    .popupbg .popbtn {
        text-align: right;
        margin: 20px 0px 10px 0px;
    }

        .popupbg .popbtn input[type=submit] {
            border: none;
            display: inline-block;
            width: auto;
            padding: 6px 22px;
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            background: #2872bb;
        }



.modalBackground {
    background: #0000006b;
}

.nhead .mlogo {
    padding: 0px 10px;
    display: table-cell;
}

    .nhead .mlogo img {
        height: 50px;
    }

.signin {
    font-size: 16px;
    font-weight: 600;
    padding: 16px 10px;
    color: #842626;
}

.banner {
    font-size: 16px;
    font-weight: 400;
    padding: 16px 10px;
    text-align: justify
}

.mheadr {
    display: table-cell;
    text-align: right;
}

.pagettl {
    padding: 2px 10px;
    margin: 4px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #842626;
}

    .pagettl span {
        float: right;
        margin: 0px 0px 8px 4px;
    }

        .pagettl span input {
            background: #2872bb;
            padding: 3px 6px 3px 6px;
            display: inline-block;
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            border: none;
        }

.mapcon {
    clear: both;
    margin: 10px;
}

.pprmap {
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0px 0px 4px #000;
    display: block;
}

.btdbtn {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

    .btdbtn a {
        background: #2872bb url(../images/home_icon.png) no-repeat right;
        padding: 3px 34px 3px 6px;
        display: inline-block;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

a:hover {
    text-decoration: none;
}

.logout {
    display: inline-block;
    vertical-align: top;
}

    .logout a {
        background: #2872bb url(../images/logout_icon.png) no-repeat right;
        padding: 3px 34px 3px 6px;
        display: inline-block;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

.loicon {
    background: url(../images/logout_icon.png) no-repeat;
    height: 21px;
    width: 21px;
    display: inline-block;
}

.veicon {
    background: #2872bb url(../images/icons/edit.png) no-repeat center !important;
    height: 30px;
    width: 30px;
}

.anicon {
    background: #2872bb url(../images/icons/add-new.png) no-repeat center !important;
    height: 30px;
    width: 30px;
}

.mapicon {
    background: #2872bb url(../images/icons/map.png) no-repeat center !important;
    height: 30px;
    width: 30px;
}




.tsmenucon {
    overflow: auto;
}

.tsmenucell {
    display: table-cell;
    text-align: center;
}

    .tsmenucell a {
    }

        .tsmenucell a:hover {
        }

.tsmenuicon {
    padding: 12px 26px;
}

    .tsmenuicon img {
    }

.tsmenutxt {
    padding: 6px 8px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}


.scrlbtn {
}

    .scrlbtn a {
        padding: 2px 10px;
        margin: 4px 0px;
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }

        .scrlbtn a:hover {
            text-decoration: none;
        }

.sgtable {
    max-width: 420px;
    overflow: auto;
    margin: 10px;
    border: 1px solid #000;
}

    .sgtable table {
        width: 100%;
    }

        .sgtable table tr {
        }

            .sgtable table tr:nth-child(odd) {
            }

            .sgtable table tr:nth-child(even) {
                background: #e9ecef;
            }

            .sgtable table tr th {
                background: #006CFF;
                color: #fff;
                padding: 3px 3px;
            }

            .sgtable table tr td {
                padding: 3px 3px;
                border: 1px solid #cfcfd0;
            }
/* form css */
.formcon {
    margin: 0px;
}

    .formcon h1 {
    }

.formgrp {
    border-radius: 9px 0px 0px 0px;
    margin: 8px 10px;
}

    .formgrp .formlbl {
        width: 100%;
        overflow: hidden;
    }

        .formgrp .formlbl .flabel {
            font-size: 16px;
            color: #000;
            margin: 6px 0px;
            display: block;
        }

    .formgrp .formntp {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

        .formgrp .formntp .finput {
            font-size: 16px;
            padding: 8px 8px;
            background: #d9d8da;
            border: 1px solid #81befb;
            width: 100%;
            /*text-transform: uppercase;*/
        }

        .formgrp .formntp span {
            position: absolute;
            right: 6px;
            top: 0px;
            color: red;
            font-size: 18px;
        }

        .formgrp .formntp .bgnone {
            background: #fff;
            border: none;
        }


table.finput {
    background: #fff !important;
    border: none !important;
    width: auto !important;
}

    table.finput td {
        width: 80px
    }

.formgrp .formntp .finput:focus {
    outline: none;
}

.formntp input[type=submit] {
    background: #2872bb url(../images/icons/upload.png) no-repeat center;
    height: 48px;
    width: 50px;
    background-size: 30px;
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
}

.frmbtncon {
    text-align: center;
}

    .frmbtncon .frmbtnsub, .frmbtncon .frmbtnclr {
        border: none;
        display: inline-block;
        width: auto;
        padding: 8px 34px;
        margin: 0px 2px 30px 2px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        background: #2872bb;
    }



/* OTP login css */
.login_con {
    max-width: 320px;
    margin: 40px auto;
}

    .login_con input[type=number] {
        background: #ebebeb;
        border: none;
        padding: 8px 8px;
        width: 100%;
        border-radius: 40px;
        text-align: center;
    }

        .login_con input[type=number]:focus {
            outline: none;
        }

    .login_con input[type=submit] {
        border: none;
        width: 100%;
        border-radius: 49px;
        padding: 8px 8px;
        margin: 13px 0px;
        box-shadow: 0px 4px 0px #f64747;
        background: #568fef;
        color: #ffc831;
        font-weight: 600;
    }

        .login_con input[type=submit]:focus {
            outline: none;
            box-shadow: 0px 3px 0px #f64747;
        }

/* user page css */
.loguser {
    background: #f1f1f1;
    border-radius: 30px;
    padding: 20px;
    margin: 20px 10px 0px 10px;
}

.errormsg {
    font-size: 14px;
    width: 100%;
}

.loguser .user_img {
    margin: 12px 0px;
}

    .loguser .user_img img {
        height: 40px;
        width: 40px;
    }

.loguser .user_helo {
    font-size: 16px;
    font-weight: 500;
}

.loguser .user_name {
    font-size: 16px;
    font-weight: 600;
}

.loguser .user_site {
    font-size: 16px;
    font-weight: 400;
}

.temp_icon {
    text-align: center;
    padding: 20px;
    background: url(../images/Card-Background.png) no-repeat;
    border-radius: 30px;
    margin: 20px 10px 0px 10px;
    background-size: 100% auto;
}

    .temp_icon img {
        margin: 110px 0px 20px 0px;
        height: 130px;
    }

    .temp_icon p {
        border-top: 1px solid #fff;
        color: #ffffff;
        padding: 16px 16px 110px 16px;
        font-size: 20px;
        text-transform: uppercase;
    }

.masglov {
    text-align: center;
    padding: 20px;
    background: #558ff2;
    border-radius: 30px;
    margin: 40px 0px 0px 0px;
}

    .masglov img {
        margin: 10px 0px 20px 0px;
    }

    .masglov p {
        border-top: 1px solid #fff;
        color: #ffffff;
        padding: 16px 16px 0px 16px;
    }


/* mobile login */
.log_header {
    /*background: url(../images/Gift_Banner.png) no-repeat center;*/
    height: 108px;
    background-size: 100% auto;
}

    .log_header img {
        margin: 24px;
        height: 60px;
    }

.mob_login {
    margin: 0px auto 24px auto;
    padding: 0px 10px;
}

    .mob_login input {
        width: 100%;
        border: 1px solid #81befb;
        padding: 8px 8px 8px 48px;
        margin: 8px 0px;
    }

        .mob_login input:focus {
            outline: none;
        }

    .mob_login .mobilen {
        background: #d9d8da url(../images/phone_icon.png) no-repeat;
        background-position: 18px;
    }

    .mob_login .statecd {
        background: #d9d8da url(../images/key_icon.png) no-repeat;
        background-position: 16px;
    }

    .mob_login .capchac {
        background: #d9d8da url(../images/captcha_icon.png) no-repeat;
        background-position: 16px;
    }

    .mob_login .RequestOTP {
        border: none;
        display: inline-block;
        width: auto;
        padding: 8px 34px;
        margin: 0px 8px 0px 8px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        background: #2872bb;
        /*
            border-radius: 20px;
        background: rgb(246,191,158);
        background: linear-gradient(229deg, rgba(246,191,158,1) 0%, rgba(219,138,222,1) 100%);
            */
    }

        .mob_login .RequestOTP:focus {
            outline: none;
            box-shadow: 0px 3px 0px #f64747;
        }

.getotpcon {
    text-align: center;
}

.capcha_img {
    text-align: center;
    margin: 0px 8px 0px 8px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    position: relative;
    background: #d9d8da;
}

    .capcha_img img {
        position: absolute;
        left: -2px;
        top: -6px;
    }

/* question answer css */
.du_header {
    background: #558ff2;
    color: #fff;
    padding: 40px 20px;
    font-size: 24px;
    margin: 0px -15px;
}

.quancon {
    margin: 18px 0px 18px 0px;
}

    .quancon .an_con {
    }

        .quancon .an_con input {
            background: #ebebeb;
            border-radius: 40px;
            width: 100%;
            border: none;
            padding: 8px 20px;
            margin: 8px 0px;
        }

            .quancon .an_con input:focus {
                outline: none;
            }

.quansave {
    text-align: center;
}

    .quansave input {
        background: #578ff0;
        border-radius: 40px;
        border: none;
        padding: 8px 22px 8px 22px;
        margin: 8px 0px;
        color: #fff;
    }



.dt_header {
    background: rgb(246,191,158);
    background: linear-gradient(229deg, rgba(246,191,158,1) 0%, rgba(219,138,222,1) 100%);
    color: #fff;
    padding: 40px 20px;
    font-size: 24px;
    margin: 20px -15px;
    height: 186px;
}

.repinfo {
    padding: 0px 10px;
}

    .repinfo h3 {
        font-size: 16px;
        line-height: 18px;
        font-weight: 600;
        margin: 6px 0px;
    }

    .repinfo p {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        margin: 0px;
    }

.agstf {
    background: #ffffff;
    padding: 0px 10px;
    margin: 9px 0px;
    text-align: center;
}

    .agstf p {
        font-size: 16px;
        margin: 0px;
        text-align: center;
        display: inline;
        color: #feb018;
    }

.agstf_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: right;
}

.searchmobile {
    width: 100%;
}

    .searchmobile input {
        width: 100%;
        border: none;
        background: #f5f5f5;
        margin: 2px 0px;
        padding: 6px 10px;
        font-size: 16px;
    }

        .searchmobile input:focus {
            outline: none;
        }

.agstf_search input[type=tel] {
    background: #ebebeb;
    border-radius: 40px;
    width: 100%;
    border: none;
    padding: 8px 20px;
    margin: 8px 0px;
}

.agstf_search input[type=submit] {
    border: none;
    display: block;
    width: auto;
    margin: 0px auto;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #2872bb url(../images/rightarrow_icon.png) no-repeat right;
    padding: 8px 34px 8px 6px;
}

.agstf_search .agstf_search_icon {
    background: url(../images/search_icon.png) no-repeat center;
    height: 21px;
    width: 21px;
    display: inline-block;
    position: absolute;
    right: 22px;
    top: 19px;
}

.agstf_search input:focus {
    outline: none;
}

.agstf .qrcode {
    text-align: right;
    display: inline-block;
    float: right;
}

    .agstf .qrcode span {
        background: #f64747;
        border-radius: 40px;
        padding: 4px 30px;
        margin: 8px 0px;
        display: inline-block;
    }

        .agstf .qrcode span img {
            vertical-align: baseline;
            height: 22px;
            width: 22px;
        }

.empdisplay {
    background: #ebf1ff;
    border-radius: 30px;
    margin: 20px 0px;
}

.scrumbg {
    padding: 0px 10px;
    margin: 0px 0px 0px 0px;
    color: #000;
}

.pin_outer {
    background: #fff;
    padding: 30px 20px 20px 20px;
    width: 360px;
}

.pin_inner {
}

.votptxt {
    width: 100%;
    border: none;
    background: #f5f5f5;
    margin: 8px 0px;
    padding: 10px 22px;
    font-size: 16px;
}

.verifyotpbtn {
    border: none;
    display: block;
    width: auto;
    padding: 6px 22px;
    margin: 8px auto;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #2872bb;
}

.btnclspop {
    font-size: 16px;
    color: #fff;
    background: #cccccc;
    border: none;
    border-radius: 23px;
    padding: 6px 8px;
    box-shadow: 0px 0px 5px #000;
    margin: 18px 0px 8px 0px;
}

    .btnclspop:focus {
        outline: none
    }

.popbgblr {
    position: fixed;
    background: #727272c2;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -99;
}

.userdtl {
    margin: 5px 0px;
}

.TempDetcon {
}

.userdtl p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0px;
}

.entrtemp {
    margin: 5px;
}

.tempmask {
    margin: 0px 0px 0px 0px;
    text-align: right;
}

.entrtemp {
}

    .entrtemp p {
        margin: 0px;
    }

    .entrtemp input {
        background: #ebebeb;
        border-radius: 40px;
        border: none;
        padding: 8px 22px 8px 22px;
        margin: 8px 0px;
        width: 100%;
    }

        .entrtemp input:focus {
            outline: none;
        }

.wearmask {
}

    .wearmask p {
    }

    .wearmask input[type=radio] {
    }

    .wearmask label {
        margin-right: 18px;
    }

.tempmask input[type=submit] {
    border: none;
    display: inline-block;
    width: auto;
    padding: 8px 34px 8px 6px;
    margin: 10px 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #2872bb url(../images/rightarrow_icon.png) no-repeat right;
}

    .tempmask input[type=submit]:focus {
        outline: none;
    }

/*OTP Verification CSS*/
.ovmaincon {
    background: #fff;
    background-size: cover;
    margin: 0px 15px;
    padding: 20px 6px;
    position: relative;
}

.ovtop {
}

.errorfinal {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: red;
}

.ovmobicon {
    text-align: center;
    padding: 20px 0px 20px 0px;
}

    .ovmobicon img {
        height: 80px;
    }

.ovformcon {
    background: #fff;
    padding: 20px 20px;
    margin: 10px 20px;
    min-width: 320px;
}

.ovform {
}

    .ovform h2 {
        font-size: 36px;
        color: #535353;
        margin: 0px;
    }

    .ovform p {
        font-size: 16px;
        margin: 22px 0px;
    }

    .ovform form {
    }

.ovinput {
    margin: 20px 0px;
    text-align: center;
}

    .ovinput input {
        width: 100%;
        padding: 10px 8px;
        text-align: center;
        background: #ebebeb;
        border: none;
    }

.popbgpsn {
    background: #6a6a6ae0;
}

.ovrqtotp {
    text-align: center;
}

    .ovrqtotp input {
        border: none;
        display: block;
        width: auto;
        padding: 10px 44px;
        margin: 13px auto;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        background: #2872bb;
    }

        .ovrqtotp input:focus {
            outline: none;
        }


.otpclosebtn {
    text-align: center;
    padding: 4px 0px 0px 0px;
    position: absolute;
    width: 100%;
    bottom: -24px;
}

    .otpclosebtn span {
        background: #2872bb;
        color: #fff;
        display: inline-block;
        text-align: center;
        border-radius: 30px;
        padding: 9px 12px;
        font-size: 24px;
    }


.logouticon {
    background: #ee1c2e url(../../assets/images/logout_icon.png) center no-repeat !important;
    width: 32px;
}

.hrnav {
    float: right;
}

.hrnav {
    margin: 0px;
    padding: 0px 0px;
}

.cameratemp {
    margin-top: 60px;
}

.hrnav li {
    list-style: none;
    margin: 0px;
    padding: 6px 1px;
    float: left;
}

    .hrnav li a {
        display: inline-block;
        padding: 6px 10px;
        background: #0069df;
        color: #ffffff;
        font-size: 14px;
    }

        .hrnav li a:hover {
            text-decoration: none;
        }

.gridimg {
}

    .gridimg table {
        border: none;
        margin: 4px;
    }

        .gridimg table tr {
            display: contents;
        }

            .gridimg table tr td {
                padding: 4px;
                border: none;
                max-width: 108px;
                overflow: hidden;
            }

                .gridimg table tr td img {
                    height: 100px;
                    border: 1px solid #e9ecef;
                }

            .gridimg table tr:first-child {
                display: none;
            }


/* footer css */
.footerbg {
    background: #ff0000;
    max-width: 420px;
    margin: -8px auto 0px auto;
    box-shadow: 0px -3px 0px #cecece;
}

    .footerbg p {
        text-align: center;
        color: #fff;
        font-size: 16px;
        padding: 18px;
        margin: 0px;
    }




@media only screen and (max-width: 600px) {
    .mcontainer {
        max-width: 100%;
        width: 100%;
    }

    .nhead {
        max-width: 100%;
        width: 100%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}
