/*......... login css .....*/


body {
    padding: 0px;
    margin: 0 auto;
    overflow-y: scroll;
    font-family: Arial;
    height: 100%;
    width: 100%;

}

.innerBody {
    position: relative;
    min-height: 100vh;
}

button:focus,
select:focus {
    outline: 0 !important;
}

p {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    /* font-family:Myriad Hebrew; */
}

div, a {
    display: block;
}

ul li {
    list-style: none;
}

img {
    border: 0;
}

img {
    outline: 0;
}

a, input {
    outline: 0;
}

*,
body {
    box-sizing: border-box;
}

/* @font-face {
    font-family: 'MyriadHebrew-Regular';
	src: url('../fonts/MyriadHebrew-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadHebrew-Regular';
	src: url('../fonts/MyriadHebrew-Regular.svg');
	src: url('../fonts/MyriadHebrew-Regular.woff');
	src: url('../fonts/MyriadHebrew-Regular.eot');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadHebrew-Bold';
	src: url('../fonts/MyriadHebrew-Bold.ttf');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadHebrew-Bold';
	src: url('../fonts/MyriadHebrew-Bold.svg'); 
	src: url('../fonts/MyriadHebrew-Bold.woff');
	src: url('../fonts/MyriadHebrew-Bold.eot');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadHebrew-BoldIt';
	src: url('../fonts/MyriadHebrew-BoldIt.ttf');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadHebrew-BoldIt';
	src: url('../fonts/MyriadHebrew-BoldIt.svg'); 
	src: url('../fonts/MyriadHebrew-BoldIt.woff');
	src: url('../fonts/MyriadHebrew-BoldIt.eot');
	font-weight: normal;
    font-style: normal;
} */
table input {
    color: #000;
    border-radius: 4px;
    border: 1px solid #dfdede;
    padding: 5px 6px;
}

textarea {
    resize: none;
    height: 80px;
}

.bgcolor {
    background-color: #f8fcf5;
}

.header {
    color: #387606;
    display: inline-block;
    width: 100%;
    padding: 20px 0 10px;
    -webkit-box-shadow: -1px 9px 5px -7px rgba(194,188,194,1);
    -moz-box-shadow: -1px 9px 5px -7px rgba(194,188,194,1);
    box-shadow: -1px 9px 5px -7px rgba(194,188,194,1);
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.row {
    display: inline-block;
    width: 100%;
    /*margin-left: -10px;*/
    margin-right: -10px;
}

.col-md-3 {
    width: 33.333%;
    float: left;
    padding: 0 10px;
}

.alignCenter {
    text-align: center;
}

.alignRight {
    text-align: right;
}

.usrimg {
    width: 62px;
    height: 62px;
    background: gray;
    float: left;
    border: 2px solid #387606;
    border-radius: 4px;
    margin-right: 10px;
    background-color: #fff;
    padding: 4px;
    position: relative;
    z-index: 9999;
    margin-top: 8px;
    /* background:url(../images/userBG2.gif) no-repeat 0 0; */
}


@keyframes pulse {
    from {
        box-shadow: 0px 0px 5px 1px #58c500;
    }

    to {
        box-shadow: 0px 0px 3px 5px #387606;
    }
}





.hdrPic span {
    margin-top: 22px;
    display: inline-block;
    /* text-transform:uppercase; */
    font-weight: bold;
    width: auto;
}

.headRgt {
    margin-top: 7px;
}

.logoutSec {
    width: 75px;
    text-align: center;
    position: relative;
}

    .logoutSec input {
        display: inline-block;
        margin-bottom: 6px;
    }

    .logoutSec span {
        display: inline-block;
        color: #000;
        font-size: 14px;
    }

.mainTop {
    display: inline-block;
    width: 100%;
    margin-left: -2px;
}

    .mainTop ul {
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 30px;
    }

        .mainTop ul li {
            float: left;
            width: 16.666%;
            text-align: center;
            font-size: 15px;
            text-transform: uppercase;
            height: 46px;
            font-family: Arial;
            ;
        }

            .mainTop ul li a {
                display: inline-block;
                width: 98%;
                background-color: #fff;
                border: 2px solid #387606;
                padding: 10px;
                border-radius: 6px 6px 0 0;
                color: #387606;
                text-align: left;
                position: relative;
                padding-left: 56px;
                padding-top: 12px;
                font-family: Arial;
                font-weight: bold;
                behavior: url(css/PIE.htc);
            }

            .mainTop ul li span {
                width: 26px;
                height: 24px;
                overflow: hidden;
                position: absolute;
                top: 11px;
                left: 20px;
            }

                .mainTop ul li span img {
                    position: absolute;
                    top: 0;
                    left: 0;
                }

            .mainTop ul li a.active,
            .mainTop ul li a:hover {
                background-color: #387606;
                color: #fff;
            }

                .mainTop ul li a.active img,
                .mainTop ul li a:hover img {
                    top: -24px;
                }

.mainBtm {
    display: inline-block;
    background-color: #f9f9f9;
    padding: 15px;
    border: 3px solid #387606;
    border-top: 4px solid #387606;
    width: 1195px;
    margin-top: -8px;
    margin-bottom: 27px;
    min-height: 650px;
}

.errMsg {
    color: #ff0000;
    display: block;
    float: left;
    width: 100%;
}

.form_sec,
.colum {
    float: left;
    padding: 10px;
}

.colFull {
    height: auto;
}

.fieldName {
    color: #000;
    font-size: 15px;
    float: left;
    line-height: 28px;
    font-weight: bold;
}

/*.form_input {
    height: 29px;
}*/

.fieldDataHeight {
    height: 29px;
}


.form_input,
.form_sec input,
.fieldData {
    float: right;
    background-color: #ededed;
    color: #000;
    border-radius: 4px;
    border: 1px solid #dfdede;
    padding: 6px;
    position: relative;
    behavior: url(css\PIE.htc);
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

.col3 .fieldData,
.col3 .form_input {
    float: right;
}

.form_input {
    background-color: #fff;
}

.fieldinput {
    background-color: #fff;
    float: right;
    color: #000;
    border-radius: 4px;
    border: 1px solid #dfdede;
    padding: 5px 6px;
    position: relative;
    behavior: url(css/PIE.htc);
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

.colFull {
    width: 100%;
    float: left;
    padding: 10px;
}

.colFullWithOutPadding {
    width: 100%;
    float: left;
    padding: 0px;
}

.col3 {
    width: 33.333%;
    float: left;
    padding: 10px;
}

.col4 {
    width: 25%;
    float: left;
    padding: 10px;
}

.col5 {
    width: 20%;
    float: left;
    padding: 10px;
}

.col6 {
    width: 16.666%;
    float: left;
    padding: 10px;
}

.col2 {
    width: 50%;
    float: left;
    padding: 10px;
}






.colFull .form_input,
.colFull .fieldinput,
.colFull .fieldData {
    width: 100%;
    margin-top: 0px;
}

.colFull .fieldName {
    width: 100%;
}

.col5 .form_input,
.col6 .form_input,
.col5 .fieldinput,
.col6 .fieldinput,
.col4 .fieldinput,
.col4 .fieldData {
    width: 100%;
    margin-top: 5px;
    float: left;
}

.col5 .fieldName,
.col6 .fieldName,
.col4 .fieldName {
    width: 100%;
    padding: 0px;
}

.col2 .form_input,
.col2 .form_input,
.col2 .fieldinput,
.col2 .fieldData {
    width: 70%;
    margin-top: 0;
}

.col2 .form_input {
    width: 70%;
}


.col3 .form_input,
.col3 .fieldinput,
.col3 .fieldData {
    width: 58%;
    margin-top: 0;
}



.pageTitle {
    font-size: 18px;
    font-style: italic;
    color: #387606;
    border-bottom: 2px solid #387606;
    padding-bottom: 5px;
    display: inline-block;
    font-family: Arial;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.AllBtn {
    float: left;
    margin: 10px 0;
    background-color: #387606;
    color: #fff;
    border-radius: 6px;
    border: 0;
    padding: 8px 30px;
    box-shadow: 4px 4px 4px #ddd;
    position: relative;
    cursor: pointer;
    behavior: url(css/PIE.htc);
    font-weight: bold;
}

.borderNil {
    border: 0;
}

.paddingNil {
    padding: 0;
}

.marginNil {
    margin: 0;
}

.table_sec {
    width: 100%;
    overflow: scroll;
}

table {
    border-collapse: collapse;
    width: 100%;
}

    table th {
        background-color: #387606;
        color: #fff;
    }

    table td {
        border: 1px solid #ddd;
        /*text-align: left;*/
        padding: 8px;
        font-weight: bold;
        font-size: 16px;
        font-family: Arial;
    }

    table th {
        border: 1px solid #ddd;
        /*text-align: left;*/
        padding: 8px;
        font-weight: bold;
        font-size: 16px;
        font-family: Arial;
    }

.tableBoredrNil td,
.tableBoredrNil th {
    border: 0;
}

table td {
    font-size: 14px;
}

table tr:nth-child(2n) {
    background-color: #f2f2f2;
}

table tr td:nth-child(3n),
table tr td:nth-child(2n) {
    text-overflow: clip;
    behavior: url(PIE.htc);
}

.page_title {
    font-size: 20px;
    font-style: italic;
    color: #387606;
    border-bottom: 2px solid #387606;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 20px;
    font-family: Arial;
}




.totl_bdy {
    /*background: url(../images/log_bg1.jpg) no-repeat center center;*/
    background: url(../images/log_bg2.jpg) no-repeat center center;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.contnt_sec {
    background-color: #fff;
    border: 3px solid #387606;
    border-radius: 8px;
    box-sizing: border-box;
    height: auto;
    left: 50%;
    margin-left: -350px;
    margin-top: 0;
    position: absolute;
    top: 23%;
    width: 700px;
    z-index: 9999;
    behavior: url(css/PIE.htc);
}

.lgin-hd {
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0px 4px 5px #d3d3d3;
    padding: 10px;
    border: 12px;
    margin-bottom: 15px;
    position: relative;
    behavior: url(../css/PIE.htc);
    text-align: center;
}

    .lgin-hd a {
        text-align: center;
        cursor: pointer;
    }

.lginlbl {
    text-transform: uppercase;
    font-weight: bold;
    width: 38%;
}

.lginlbl {
    color: #000;
    font-size: 16px;
    float: left;
    line-height: 35px;
    font-weight: bold;
}

.lginlblchkbox {
    /*color: #000;*/
    /*text-transform: uppercase;*/
    font-size: 14px;
    font-weight: bold;
    width: 90%;
}

.lginlblchkboxDis {
    /*color: #000;*/
    /*text-transform: uppercase;*/
    font-size: 16px;
    font-weight: bold;
    width: 90%;
}

.login-insde .form_sec {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

    .login-insde .form_sec input {
        width: 60%;
        float: right;
        border: 2px solid #387606;
        border-radius: 8px;
        background-color: #fff;
        behavior: url(css/PIE.htc);
    }

.lg_pass {
    display: inline-block;
    position: relative;
    width: 60%;
    float: right;
}

.login-insde .form_sec .lg_pass input {
    width: 100%;
}

.lg_pass img {
    border-left: 1px solid #d6d6d6;
    padding-left: 10px;
    position: absolute;
    right: 9px;
    top: 5px;
}

.button-sec {
    width: 100%;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
}

.rst-pass {
    display: block;
    float: right;
    padding: 0 20px;
    box-sizing: border-box;
}

    .rst-pass input {
        cursor: pointer;
        line-height: 22px;
        display: block;
        float: left;
        font-weight: bold;
        border: 0px;
        color: #fff;
        font-size: 15px;
        position: relative;
        behavior: url(css/PIE.htc);
    }

.rest_btn {
    display: block;
    cursor: pointer;
    /*float: right !important;*/
    float: right;
    width: auto;
    background-color: #387606;
    border: 0px;
    border-radius: 7px;
    padding: 6px 10px;
    position: relative;
    behavior: url(css/PIE.htc);
}

    .rest_btn a {
        line-height: 0px;
        cursor: pointer;
    }

.rgt10 {
    margin-right: 10px;
}
/* .hdrPic strong{
	margin-left:5px;
} */

#pass-vw2 {
    display: none;
}

#btn2 {
    background: #387606 url("../images/submt.png") no-repeat scroll 10px 5px;
    height: 35px;
    line-height: 16px;
    padding-left: 40px;
}

#btn1 {
    background: #387606 url("../images/password-reset.png") no-repeat scroll 10px 5px;
    height: 35px;
    line-height: 16px;
    padding-left: 40px;
    margin-right: 10px;
}

#btnReset {
    background: #387606 url("../images/password-reset.png") no-repeat scroll 10px 5px;
    height: 35px;
    line-height: 16px;
    padding-left: 40px;
    /*margin-right: 10px;*/
    margin-left: 2px;
}

#btnSubmit {
    background: #387606 url("../images/submt.png") no-repeat scroll 10px 5px;
    height: 35px;
    line-height: 16px;
    padding-left: 40px;
    margin-right: 6px;
}

#btnback {
    /*background: #387606 url("../images/submt.png") no-repeat scroll 10px 5px;*/
    /*height: 35px;*/
    line-height: 16px;
    padding-left: 40px;
}


@media all and (-ms-high-contrast:none) {
    .inner span {
        padding-top: 7px 5px 3px 5px;
    }
    /* IE10 */
    *::-ms-backdrop, .inner span {
        padding: 7px 5px 3px 5px !important;
    }

    .mainTop ul li {
        font-size: 15px;
    }
    /* IE11 */
}

.wrapper {
    background: transparent;
    display: inline-block;
    height: 20px;
    float: right;
    width: 160px;
    height: 35px;
    margin-bottom: 9px;
}

.wrphgt {
    height: auto;
}

.label {
    display: inline-block;
    width: 1em;
}

.contents, .contents .inner {
    display: inline-block;
}

.contents {
    white-space: nowrap;
    position: relative;
    margin-right: 8px;
}

    .contents .inner {
        background: #387606;
        width: 0%;
        overflow: hidden;
        -webkit-transition: width 1s ease-in-out;
        -moz-transition: width 1s ease-in-out;
        -o-transition: width 1s ease-in-out;
        transition: width 1s ease-in-out;
        float: right;
    }

.btn {
    float: right;
    display: block;
}

.wrapper:hover .contents .inner {
    width: 72%;
}

.wrapper:hover .notAlrt {
    display: none;
}

.ms {
    display: block;
    color: #000;
}

.rgt1 {
    margin-right: 4px;
    margin-top: 6px;
}

.notAlrt {
    position: absolute;
    top: 0;
    right: -5px;
    display: none;
}



table tr .fnt-16 {
    font-size: 16px;
}


/*........ 29-08-17 .............*/
.footer {
    background-color: #c2c2c2;
    padding: 10px 0;
    display: block;
    width: 100%;
    border-top: 4px solid #3a7308;
    /*position: absolute;*/
    bottom: 0;
}

    .footer span {
        font-weight: bold;
        font-size: 17px;
    }


.box {
    position: relative;
    vertical-align: middle;
    color: #0b7;
    display: inline-block;
    text-align: center;
    transition: 0.5s;
    padding: 0 20px;
    cursor: pointer;
    border: 2px solid #0b7;
    -webkit-transition: 0.5s;
}

    .box:hover {
        border: 2px solid rgba(0,160,80,0);
        color: #FFF;
        background-color: #387606;
    }

    .box::before, .box::after {
        width: 100%;
        height: 100%;
        z-index: 3;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transition: 0.5s;
        border-radius: 6px 6px;
    }

.foo::before {
    border-bottom: 3px solid #FFF;
    border-left: 3px solid #FFF;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
}

.foo::after {
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
}


.bar::before {
    border-bottom: 3px solid #FFF;
    border-left: 3px solid #FFF;
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
}


.box:hover::after, .box:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.divClassRed {
    border: 2px solid #000;
}

.divClassBlue {
    border: 2px solid #ff0000;
}




.posiRelt {
    position: relative;
}

.rotating-dashed {
    position: absolute;
    left: 0;
    top: 0;
    width: 62px;
    height: 62px;
    overflow: hidden;
    color: #387606;
    top: 7px;
    left: -1px;
}

    .rotating-dashed .dashing {
        display: #387606;
        width: 100%;
        height: 100%;
        position: absolute;
    }

        .rotating-dashed .dashing:nth-of-type(1) {
            -webkit-transform: rotate( 0deg );
        }

        .rotating-dashed .dashing:nth-of-type(2) {
            -webkit-transform: rotate( 90deg );
        }

        .rotating-dashed .dashing:nth-of-type(3) {
            -webkit-transform: rotate( 180deg );
        }

        .rotating-dashed .dashing:nth-of-type(4) {
            -webkit-transform: rotate( 270deg );
        }

        .rotating-dashed .dashing i {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 200%;
            border-bottom: 5px dashed;
        }

    .rotating-dashed strong {
        display: block;
        width: 105%;
        line-height: 90px;
        text-align: center;
        position: absolute;
        font-size: 50px;
        -webkit-transform: rotate( 90deg );
    }

.rotating-dashed {
    color: #387606;
    cursor: pointer;
}

    .rotating-dashed .dashing i {
        -webkit-animation: slideDash 45s infinite linear;
    }

@-webkit-keyframes slideDash {
    from {
        -webkit-transform: translateX( -50% );
    }

    to {
        -webkit-transform: translateX( 0% );
    }
}

.border {
    height: 50px;
    width: 100px;
    background: linear-gradient(90deg, blue 50%, transparent 50%), linear-gradient(90deg, blue 50%, transparent 50%), linear-gradient(0deg, blue 50%, transparent 50%), linear-gradient(0deg, blue 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    padding: 4px;
    animation: border-dance 6s infinite linear;
}

@keyframes border-dance {
    0% {
        background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
    }

    100% {
        background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
    }
}

.wrapperAll {
    display: inline-block;
    width: 80%;
    float: left;
}

.forResponsive {
    display: none;
}

.hdrPic .an {
    /* overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: 0.15em;
    animation: typing 3.5s steps(40, end) infinite alternate;
    line-height: 15px;
    margin-top: 20px;
    font-size: 12px; */
    margin-top: 15px;
    font-size: 16px;
    width: 74%;
    line-height: 18px;
    float: left;
    text-align: left;
}

    .hdrPic .an strong {
        float: left;
        font-size: 12px;
    }

/* The typing effect */
@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 70%;
    }
}

/* The typewriter cursor effect 
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}*/

.btnmsg {
    transition: all 1.5s;
    padding-right: 2px;
    border: 0px solid #fff;
}

.msgGlow {
    padding: 0 2px;
    border-radius: 4px;
    animation: pulse 0.5s infinite alternate;
}

.msg-cntnr {
    display: block;
    float: right;
    margin-top: -18px;
    overflow: hidden;
    padding-top: 18px;
    padding-bottom: 12px;
    width: 200px;
}

.msg-notbx {
    margin-right: -98px;
    display: block;
    float: right;
    transition: all 1.5s;
}

.notfc {
    background-color: #387606;
    border-radius: 4px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    padding: 5px;
    vertical-align: top;
    color: #fff;
}

.msg-notbx:hover {
    margin-right: 0px;
}

    .msg-notbx:hover .btnmsg {
        -webkit-transform: translate(-25px, -5px) rotate(360deg);
        transform: translate(8px, -1px) rotate(360deg);
        display: inline-block;
    }

.msg-txtSec {
    display: inline-block;
    width: 100%;
}

.ms {
    display: block;
    color: #000;
    padding-right: 2px;
    padding-top: 2px;
    box-sizing: border-box;
    font-size: 14px;
}

.tabAll {
    display: none;
    width: 100%;
}

#dtls-sec, #tbl-sec {
    display: none;
}

#page1, #page2, #page3, #page4, #page5, #page6 {
    display: none;
}

    #page1.dsplyBlk,
    #page2.dsplyBlk,
    #page3.dsplyBlk,
    #page4.dsplyBlk,
    #page5.dsplyBlk,
    #page6.dsplyBlk {
        display: inline-block;
    }

#tbl-sec.dsplyBlk, #dtls-sec.dsplyBlk, .dsplyBlk {
    display: inline-block;
}

table tr td a {
    color: #387606;
    width: auto;
    /*display: inline-block;*/
}

    table tr td a:hover {
        text-decoration: underline;
    }

.specialGrid table tr:nth-child(1n),
.specialGrid table tr:nth-child(2n) {
    background-color: #ececec;
}

.specialGrid td {
    color: #387606;
    margin-bottom: 5px;
    border: 0;
    width: 33.333%;
    vertical-align: top;
    /*border-right: 2px solid #fff;*/
}
/* .....*********** tab css ************...... */

.ui-tabs .ui-tabs-nav {
    background-color: transparent !important;
    border: 0 !important;
}

    .ui-tabs .ui-tabs-nav li {
        border-radius: 30px;
    }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background-color: #387606 !important;
    border: 1px solid #285900 !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 10px 40px !important;
}

.ui-widget {
    font-family: 'PT Sans', sans-serif !important;
}

.datepicker {
    background: #fff url(../images/calender_icon.png) no-repeat right 10px center;
}

.datehalf {
    width: 150px !important;
}

.ui-tabs {
    padding: 20px 0 !important;
}

    .ui-tabs .ui-tabs-nav {
        padding: 0 !important;
    }

    .ui-tabs .ui-tabs-panel {
        padding-top: 0 !important;
    }

    .ui-tabs .ui-tabs-panel {
        padding: 0 !important;
    }
/* .....*********** tab css end************...... */


/* .....*********** panel css************...... */
.panelSec {
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 6px;
    behavior: url(css/PIE.htc);
    padding: 20px;
    display: inline-block;
}

.panelTitle {
    position: absolute;
    top: -13px;
    left: 20px;
    background-color: #fff;
    padding: 0px 6px;
    font-size: 14px;
    color: #387606;
}

.panelSec table td {
    font-size: 15px;
}

/* .....*********** panel css end************...... */



/* .....*********** common css ************...... */
.pullRight {
    float: right;
}

.pullLeft {
    float: left;
}

.marginTop20 {
    margin-top: 20px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.marginTopbtm20 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginRight10 {
    margin-right: 10px;
}

.marginLftRgt10 {
    margin-right: 10px;
    margin-left: 10px;
}

.fontBold {
    font-weight: bold;
}

.fontNormal {
    font-weight: normal;
}

.form_dropdown,
.form_textarea {
    color: #000;
    border-radius: 4px;
    border: 1px solid #dfdede;
    padding: 5px 6px;
    behavior: url(css/PIE.htc);
    font-size: 14px;
    width: 100%;
    margin-top: 5px;
}

.form_input {
    color: #000;
    border-radius: 4px;
    border: 1px solid #dfdede;
    padding: 6px;
    behavior: url(css/PIE.htc);
    font-size: 14px;
    width: 70%;
    margin-top: 5px;
    float: right;
}

.widFull {
    width: 100%;
}

.alignCenter {
    text-align: center;
}

.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.wid50 {
    width: 50%;
}

.textUppercase {
    text-transform: uppercase;
}

.fontItalic {
    font-style: italic;
}

input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
/* .....*********** common css ************...... */

/* .....*********** Responsive ************...... */

@media (max-width:1200px) {
    .container {
        width: 90%;
    }

    .mainBtm {
        width: 100%;
    }
}

@media screen and (max-width: 1110px) and (min-width: 1024px) {
    .mainTop ul li {
        width: 33.33%;
    }
}

@media (max-width:1200px) {
    .col3 .form_input,
    .col3 .fieldData {
        width: 100%;
    }

    .col2 .fieldData {
        width: 100%;
    }

    .col2 .form_input {
        width: 100%;
    }
}

@media (max-width:1000px) {
    .header .col-md-3 {
        width: 100%;
    }

    .headLft {
        text-align: center;
    }

    .hdrPic {
        display: inline-block;
    }

    .headRgtmn {
        width: 100%;
        display: inline-block;
    }

    .headRgt.alignRight {
        text-align: center;
    }

    .contents .inner {
        width: auto;
    }

    .mainTop ul li {
        width: 33.333%;
    }
}

@media screen and (max-width: 990px) and (min-width: 760px) {
    .headRgtmn {
        width: 50%;
    }

    .msg-notbx {
        margin-right: -101px;
    }

    .ms {
        float: right;
    }

    .headRgtmn {
        border: 1px solid #387606;
        border-radius: 4px;
        padding: 10px 0;
        padding-bottom: 0px;
    }

    .msg-cntnr {
        padding-bottom: 0px;
    }
}

@media (max-width:750px) {

    .contnt_sec {
        width: 86%;
        margin-left: 0px;
        left: 7%;
        top: 15%;
    }

    .hdrPic {
        float: left;
    }

        .hdrPic .an {
            float: left;
        }

    .msg-notbx {
        margin-right: -98px;
    }

    .ms {
        float: right;
        padding-right: 4px;
    }

    .totl_bdy {
        height: 550px;
    }
}

@media screen and (max-width: 750px) and (min-width: 620px) {
    .header .container {
        width: 98%;
    }

    .headLft {
        width: 100%;
    }

    .hdrPic {
        float: left;
    }

    .header .headMid {
        width: 50%;
    }

    .headMid img {
        width: 100%;
        float: left;
    }

    .header .headRgt {
        width: 50%;
    }

    .msg-cntnr {
        width: 187px;
    }

    .headLft {
        margin-bottom: 15px;
    }

    .lginlbl {
        width: 36%;
        font-size: 14px;
    }

    #my_camera video {
        max-width: 70%;
        max-height: 90%;
    }

    #results {
        width: 100%;
        height: 500px;
    }

        #results img {
            max-width: 100%;
            max-height: 500px;
            height: 100%;
        }
}

@media (max-width:600px) {
    .logo {
        width: 100%;
    }

    .mainTop ul li {
        width: 100%;
    }

        .mainTop ul li a {
            width: 100%;
        }

        .mainTop ul li a {
            border-radius: 6px;
        }

    .mainBtm {
        margin-top: 10px;
        border-radius: 6px 6px 0 0;
    }

    .colum,
    .colum input,
    .colum label {
        width: 70% !important;
    }

    .columFull,
    .columFull input,
    .columFull label {
        width: 100% !important;
    }
    /*   .colum input.datehalf{
	width:150px!important;
  } */
    .table_sec {
        width: 80%;
        overflow-x: scroll;
    }

    .forResponsive {
        display: block;
        width: 100%;
        padding: 10px;
        border-radius: 6px;
        margin-top: 30px;
        background: #387606 url(../images/submnu_icon.png) no-repeat center right 10px;
        cursor: pointer;
    }

        .forResponsive span {
            color: #fff;
            font-size: 18px;
            text-transform: uppercase;
            font-weight: bold;
        }

    .mainTop ul {
        margin-top: 10px;
        display: none;
    }

    .col3 {
        width: 100%;
    }
    /* .msg-notbx{
  margin:0;
  width: 100%;
 } */
    .ui-tabs .ui-tabs-nav .ui-tabs-anchor,
    .ui-tabs .ui-tabs-nav li {
        width: 100% !important;
    }

    .col5,
    .col6,
    .col3,
    .col2,
    .col4 {
        width: 100%;
    }

    .msg-notbx {
        margin-right: -98px;
    }

    .ms {
        float: right;
        padding-right: 4px;
    }



    .lginlbl {
        width: 36%;
        font-size: 14px;
    }

    .login-insde .form_sec input {
        width: 56%;
    }

    .login-insde .form_sec .lg_pass input {
        width: 94%;
    }


    .msg-notbx {
        margin-right: -98px;
    }

    .ms {
        float: right;
        padding-right: 4px;
    }

    .headRgtmn {
        border: 1px solid #387606;
        border-radius: 4px;
        padding: 10px 0;
        padding-bottom: 0px;
    }

    .headLft, .headMid {
        margin-bottom: 15px;
    }

    .msg-cntnr {
        padding-bottom: 0px;
    }

    .header .row {
        width: auto;
    }

    #my_camera video {
        max-width: 70%;
        max-height: 90%;
    }

    #results {
        width: 350px;
        height: 200px;
    }

        #results img {
            max-width: 100%;
            max-height: 500px;
            height: 100%;
        }
}

@media (max-width:550px) {
    .contnt_sec {
        width: 90%;
        left: 5%;
        top: 15%;
    }

    .lginlbl {
        width: 100%;
    }

    .login-insde .form_sec input {
        width: 100%;
    }

    .login-insde .form_sec .lg_pass input, .lg_pass, .lgin-hd, .lgin-hd img {
        width: 100%;
    }

    .rst-pass input {
        margin-bottom: 10px;
    }

    .totl_bdy {
        height: 100%;
    }

    #my_camera video {
        max-width: 70%;
        max-height: 90%;
    }

    #results {
        width: 340px;
        height: 500px;
    }

        #results img {
            max-width: 100%;
            max-height: 500px;
            height: 100%;
        }
}

@media (max-width:400px) {
    .contnt_sec {
        top: 8%;
    }

    .login-bdy {
        overflow: hidden;
    }

    .hdrPic {
        float: left;
    }

        .hdrPic .an {
            float: left;
        }

    .msg-notbx {
        margin-right: -100px;
    }

    .ms {
        float: right;
        padding-right: 4px;
    }

    #my_camera video {
        max-width: 60%;
        max-height: 90%;
        height: 100% !important;
        width: 55% !important;
    }

    #results {
        width: 330px;
        height: 500px;
    }

        #results img {
            max-width: 100%;
            max-height: 500px;
            height: 100%;
        }

    .tabButton {
        font-size: 10px;
        text-align: center;
        padding: 12px 9px;
    }

    .tabButton-active {
        font-size: 10px;
        text-align: center;
        padding: 12px 9px;
    }

    .colum,
    .colum input,
    .colum label {
        width: 68% !important;
    }
}

@media (max-width:365px) {
    .msg-cntnr {
        width: 175px;
    }

    .totl_bdy {
        height: 100%;
    }

    #my_camera video {
        max-width: 50%;
        max-height: 100%;
        height: 500px;
    }

    #results {
        width: 290px;
        height: 500px;
    }

        #results img {
            max-width: 100%;
            max-height: 500px;
            height: 100%;
        }
}

.AmountCss {
    /*content: url("../icons/rupeesIcon.png");*/
    /*background-image:url("../images/Indian_Rupee_symbol.png");*/
    content: url("../images/Indian_Rupee_symbol.png");
    height: 10px;
    width: 10px;
}

.RemovePadding {
    padding: 0px !important;
}

#myModal {
    display: block;
}

.cameraModal {
    /* display: block!important;*/
}
/*Added ruby Dalia Ghosh 28-05-2025*/
.tabButton {
    float: left;
    margin: 8px 8px;
    background-color: rgb(102, 204, 46);
    color: #000;
    border-radius: 15px;
    border: 1px solid #c5c5c5;
    padding: 12px 30px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    behavior: url(css/PIE.htc);
    display: block;
}

.tabButton-active {
    float: left;
    margin: 8px 8px;
    background-color: #387606;
    color: #fff;
    border-radius: 15px;
    border: 0;
    padding: 12px 40px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
}

.WebCamButton {
    float: left;
    margin: 5px 0px;
    background-color: #fff;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 5px 20px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    background-image: url(../images/Camera2.png);
    background-repeat: no-repeat;
    background-size: 40px 30px;
    height: 30px;
    width: 40px;
}

.WebCamBackButton {
    float: left;
    margin: 5px 0px;
    background-color: #fff;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 5px 20px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    background-image: url(../images/BackCamera2.png);
    background-repeat: no-repeat;
    background-size: 40px 30px;
    height: 30px;
    width: 40px !important;
}

.clsVideo {
    padding-left: 5%;
    width: 100%;
    height: 300px;
    text-align: center;
}

.clsLabel {
    font-size: 15px;
    color: #387606;
    padding-left: 30px;
    padding-bottom: 30px;
}

.divResult {
    width: 500px;
    height: 200px;
}

.FrontWebcam {
    display: none;
    visibility: hidden;
}

.backWebcam {
    display: none;
    visibility: hidden;
}

.TakeSnap {
    display: none;
    visibility: hidden;
}

.tblTabDetails {
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
    min-width: 200px;
    border-collapse: collapse;
}

.modal-content1 {
    margin: auto;
    width: 590px;
    position: relative;
    background-color: #fff;
    padding: 6px 7px 9px 9px;
    border-radius: 6px 6px 0 0;
    z-index: 999999;
}

#pnlPhoto {
    overflow-x: scroll;
    overflow-y: scroll;
    width: 100%;
}

@media only screen and (max-width: 900px) {
    .modal-content1 {
        margin: auto;
        width: 500px;
        position: relative;
        background-color: #fff;
        padding: 6px 7px 9px 21px;
        border-radius: 6px 6px 0 0;
        z-index: 999999;
    }

    #my_camera video {
        max-width: 90%;
        max-height: 100%;
        width: 80%;
        height: 100%;
    }

    .colum,
    .colum input,
    .colum label {
        width: 90% !important;
    }
}

@media only screen and (max-width: 767px) {
    .divResult {
        width: 300px;
        height: 150px;
    }

    .clsVideo {
        padding-left: 5%;
        width: 100%;
        height: 200px;
        text-align: center;
    }

    .FrontWebcam {
        display: block;
        visibility: visible;
    }

    .backWebcam {
        display: block;
        visibility: visible;
    }

    .StartWebcam {
        display: none;
        visibility: hidden;
    }

    .tblTabDetails {
        width: 100%;
        overflow-y: auto;
        overflow-x: auto;
        min-width: 200px;
        border-collapse: collapse;
    }

    .clsLabel {
        font-size: 15px;
        color: #387606;
        padding-left: 5px;
        padding-bottom: 10px;
    }

    #my_camera video {
        max-width: 90%;
        max-height: 100%;
        width: 50%;
        height: 100%;
    }
    .btnContainer {
        position: relative;
        width: 100% !important;
    }
}

@media only screen and (max-width: 479px) {
    .divResult {
        width: 300px;
        height: 150px;
    }
    .btnContainer {
        position: relative;
        width: 0% !important;
    }
    .clsVideo {
        padding-left: 5%;
        width: 100%;
        height: 200px;
        text-align: center;
    }

    .FrontWebcam {
        display: block;
        visibility: visible;
    }

    .backWebcam {
        display: block;
        visibility: visible;
    }

    .StartWebcam {
        display: none;
        visibility: hidden;
    }

    .tblTabDetails {
        width: 100%;
        overflow-y: auto;
        overflow-x: auto;
        min-width: 200px;
        border-collapse: collapse;
    }

    .buttons {
        display: inline-flex;
        position:absolute;
        left:50%;
    }

    .colum1,
    .colum1 input,
    .colum1 label {
        width: 0% !important;
    }

    .colum,
    .colum input,
    .colum label {
        width: 75% !important;
    }

    .clsLabel {
        width: 100%;
        font-size: 15px;
        color: #387606;
        padding-left: 10px;
        padding-bottom: 10px;
    }
    /* #my_camera {
        position: relative !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 80% !important;
        height: 80% !important;
    }*/
    #my_camera {
        padding: 0px;
    }

        #my_camera video {
            height: 100% !important;
            width: 54% !important;
            max-width: 80% !important;
        }

    /*    #results {
            width: 300px;
            height: 200px;
        }

            #results img {
                max-width: 100%;
                max-height: 100%;
            }
*/
    .modal-content1 {
        margin: auto;
        width: 300px;
        height: 360px;
        position: relative;
        background-color: #fff;
        padding: 6px 7px 9px 9px;
        border-radius: 6px 6px 0 0;
        z-index: 999999;
    }
}

@media only screen and (max-width: 450px) {
    #my_camera video {
        height: 100% !important;
        width: 60% !important;
        max-width: 80% !important;
    }

    .tabButton {
        font-size: 10px;
        text-align: center;
        padding: 12px 9px;
    }

    .tabButton-active {
        font-size: 10px;
        text-align: center;
        padding: 12px 9px;
    }
}

@media only screen and (max-width: 360px) {
    #my_camera video {
        height: 100% !important;
        width: 50% !important;
        max-width: 80% !important;
    }

    .tabButton {
        font-size: 10px;
        text-align: center;
        padding: 12px 9px;
    }

    .tabButton-active {
        font-size: 10px;
        text-align: center;
        padding: 12px 9px;
    }

    .colum,
    .colum input,
    .colum label {
        width: 60% !important;
    }
}

@media only screen and (max-width: 550px) and (min-width: 480px) {
    #my_camera video {
        height: 100% !important;
        width: 80% !important;
        max-width: 100% !important;
    }

    .tabButton {
        font-size: 10px;
        text-align: center;
        padding: 12px 9px;
    }

    .tabButton-active {
        font-size: 10px;
        text-align: center;
        padding: 12px 9px;
    }
}

@media only screen and (max-width: 340px) {
    /*#my_camera {
        width: 300px;
        height: 200px;
    }
*/
        #my_camera video {
            height: 100% !important;
            width: 50% !important;
            max-width: 80% !important;
        }

    .tabButton {
        font-size: 10px;
        text-align: center;
        padding: 12px 9px;
    }

    .tabButton-active {
        font-size: 10px;
        text-align: center;
        padding: 12px 9px;
    }
}
.btnContainer {
   position: relative;
     width: 50%;
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 46%;
    align-items:center;
    justify-content:center;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display:inline-flex;
}
