@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold_1-webfont.eot');
    src: url('../fonts/opensans-semibold_1-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold_1-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold_1-webfont.woff') format('woff'), url('../fonts/opensans-semibold_1-webfont.ttf') format('truetype'), url('../fonts/opensans-semibold_1-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular_4';
    src: url('../fonts/OpenSansRegular_4.eot');
    src: url('../fonts/OpenSansRegular_4.eot') format('embedded-opentype'), url('../fonts/OpenSansRegular_4.woff2') format('woff2'), url('../fonts/OpenSansRegular_4.woff') format('woff'), url('../fonts/OpenSansRegular_4.ttf') format('truetype'), url('../fonts/OpenSansRegular_4.svg#OpenSansRegular_4') format('svg');
}
.input-height {padding:3px!important;}
html {
    position: relative;
    min-height: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
}

    body.login-back {
        background-color: #F1F5F9;
        height:100%;
    }

img {
    border: 0;
}

.logo-web {
    display: none;
}

.blink_me {
    animation: blinker 1s linear infinite;
    background: #1EBFAE !important;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

@keyframes blinker {
    50% {
        opacity: 0.5;
    }
}

.required {
    border: 1px solid red;
}

.captchaImg {
    position: relative;
    display: flex;
    border: 1px solid #DDDDDD;
    border-radius: 3rem;
    color: transparent !important;
    height: 46px;
}

    .captchaImg img {
        position: absolute;
        height: 38px;
        width: auto;
        left: 22px;
        top: 3px;
        border-radius: 10px;
        border: 0;
    }

    .captchaImg > input {
        background: #fff;
        border: none;
        border-radius: 2px;
        bottom: 13px;
        height: 40px;
        padding: 0 10px;
        position: absolute;
        width: auto;
        font-size: 12px;
        bottom: 1px;
        left: 144px;
        color: #222b45;
        transition: all .2s linear;
    }
     
        .captchaImg > input:focus-visible {
            outline: none;
        }
        .captchaImg > a {
            font-size: 12px;
            color: #55add3;
            right: 18px;
            padding: 4px 0 15px;
            position: absolute;
            top: 11px;
        }
/*.checkboxCss {
    display: block;
    margin: 5px 0 0;
}*/
.greenClass {
    color: green;
}

.redClass {
    color: red;
}

input[type=checkbox] {
    transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    padding: 10px;
    display: block;
    margin: 5px 0 0;
}






.panel-heading-new {
    border-top-left-radius:0!important;
    border-top-left-radius:0!important;
}

/******** 15/7/2016 *************/
.validationErrorMessage {
    color: red;
    font-size: 13px;
    position: absolute;
}

.requiredClassSpan {
    color: #ff6363;
}

.activeCheck {
    font-size: 17px;
    margin-left: 5px;
    color: #85c875;
}

.inactiveCheck {
    font-size: 17px;
    margin-left: 5px;
    color: #D6D6D6;
}

.img-preview-sm {
    height: 295px;
    width: 200px;
}

.img-container, .img-preview {
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.topLeftBox {
    /*background:url("header-profile1.png") 0 0 no-repeat ;*/
    background: url(../images/header-profile1.png) 0 0 no-repeat;
    display: block;
    min-height: 90px;
    background-size: cover;
}

.cropArea {
    background: #E4E4E4;
    overflow: hidden;
    width: 500px;
    height: 350px;
}

.box {
    position: relative;
    background: #ffffff;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

.headTxt {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    padding: 7px 0 7px 10px;
    color: #fff;
    font-weight: bold;
}

.box .box-header {
    border-bottom: 0 solid hsl(0, 0%, 96%);
    border-radius: 3px 3px 0 0;
    color: hsl(0, 0%, 27%);
    padding-bottom: 0;
    position: relative;
}

.bg-red-col {
    background-color: #E25A59;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.bg-sky-col {
    background-color: #43B5AD;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.bg-purple-col {
    background-color: #8674A6;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.bg-blue-col {
    background-color: #578EBE;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.bg-yellow-col {
    background-color: #DEB948;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.box .box-body {
    padding: 10px;
}

.New-form-group {
    margin-bottom: 8px;
}

.boxMandi {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #eae3e3;
    box-shadow: 0 5px 2px #edeaea;
    padding: 10px;
    margin: 10px;
}

/*.teatimeTable th, td {padding: 4px 8px!important; text-align:center;}
.teatimeTable th{background:#33414E; color:#fff;}
.teatimeTable tr:nth-child(even) {background: #F8F8F8}
.teatimeTable tr:nth-child(odd) {background: #FFF}*/

/**** closed here *****/
#collapseOne label {
    display: none;
}

#collapseThree label {
    display: none;
}

.margintop24 {
    margin-top: 24px;
}

.wiBox {
    background-color: hsl(0, 0%, 100%);
    background-image: none;
    border: 1px solid hsl(0, 0%, 80%);
    border-radius: 4px;
    box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.075) inset;
    display: block;
    font-size: 12px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.labPad {
    padding: 3px 0 0 0;
}

.starSpan {
    color: #ff0000;
}

.tell {
    padding: 20px;
}

.chekLab {
    margin-top: 30px !important;
}

.chekNew {
    margin-top: 15px !important;
}

.bordRad {
    border-radius: 0;
}


.logo-mobile {
    display: block;
}

.logoSec {
    display: block;
    margin: auto;
    width: 100px;
}

    .logoSec img {
        height: 100px;
        width: 100px;
    }

.new-btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: #55ADD3;
}

/*.btn {
    padding: 3px 12px !important;
}*/

.btn-calendar {
    padding: 6px 12px !important;
    border: 1px solid #ccc !important;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background: #3A4C53 !important;
}

.logoTxt {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 50px;
    padding: 0;
    text-transform: uppercase;
}

.logoTxt-dis {
    color: #3E4559;
     display: inline;
}

/*changes 29/12/2012*/
.pop-box {
    position: relative; left: 0%;width:400px; margin-top:60px;
}



.outer-load {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 1000000 !important;
}

.inner-load {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 500px;
    min-height: 100%;
}

    .inner-load > img {
        bottom: 0;
        display: inline-block;
        left: 0;
        margin: auto;
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
        vertical-align: middle;
    }

.pad-none {
    padding: 0 !important;
}

.innerlogo {
    margin: 0 auto;
    text-align: left;
    color: #414141;
    background: #F7F5F6;
    width: auto;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.3);
}

.welcom-right {
    border-left: 1px solid #fff;
    float: right;
    padding: 0 10px;
    text-align: left;
}

.logo-main {
    font-size: 16px;
    font-family: 'open_sanssemibold';
    color: #777;
}

.top-big-box {
    background: #EB6B48;
    color: #fff;
    padding: 7px 10px;
    margin: 10px 0;
    font-size: 13px;
}

.logo {
    margin-bottom:35px;
    text-align: center;
 
}

.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
    display: block;
}


.login-logo {display:block; text-align:center;}
.login-logo-text {display: block; text-align: center; padding-bottom: 15px; font-size: 17px;}
.font-size {
    font-size: 3.4em;
    width: 30%;
}

.margin-topp {
    margin-top: 15px;
}

.margin-bott {
    margin-bottom: 15px;
}


.btn-default.focus, .btn-default:focus {
}
.inputbg {
    background: #e4e4e4;
    border-radius: 2px;
    border: none;
    box-shadow: none;
    height: 37px;
}

.navbar-brand {
    display: none;
}

.mar-top {
    margin-top: 12px;
}

.txt-col {
    color: #4d4d4d;
}

.mar-top a {
    color: #4d4d4d;
    text-decoration: none;
}

.mynav {
    background: transparent;
    border: none;
    margin: 20px 0 0 0;
}

.in-nav {
    margin: 0;
    padding: 0;
    float: right;
}

    .in-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 1em;
    }

.mynav .navbar-nav > .active > a, .mynav .navbar-nav > .active > a:focus, .mynav .navbar-nav > .active > a:hover {
    background-color: #24B5A8;
    color: #fff;
}

.mynav .navbar-nav > li > a:focus, .mynav .navbar-nav > li > a:hover {
    background-color: #24B5A8;
    color: #fff;
}

.footer {
    background: white;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    color: black;
    margin: 20px auto 0;
    text-align: left;
    width: 100%;
    text-align: center;
    line-height: 35px;
    position: fixed;
    bottom: 0;
    z-index: 99;
}

.navbar-inverse {
    background: #55ADD3;
}

.BtnBack {
    background: #4a637b !important;
    border: 1px solid #4a637b !important;
    color: #fff !important;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 18px;
}

.BtnPop {
    background: #F4C066 !important;
    border: 1px solid #F4C066 !important;
}

/***css ExitGatepass***/
.DetGate {
    display: inline-block;
}

.GateBtn {
    float: right;
    margin: -3px -10px 0 0;
}

.nav > li > a {
    /*border-bottom: 1px dotted #ddd;*/
    padding: 10px;
    color: #ededec;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff !important;
}

.modal-header {   
      padding: 4px 15px !important;
}

.modal-footer {
    padding: 8px 15px !important;
}

.modal-title {
    padding: 8px 0 0;
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal-content{border-radius:0px;}
.modal-header,.modal-footer{border:0px;}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-header .close {background:#fff!important; color:#999!important; margin-top:1px!important; opacity:0.9; width:23px; height:23px; border-radius:50%;}

.table > tbody > tr.popMod > td,
.table > tbody > tr.popMod > th,
.table > tbody > tr > td.popMod,
.table > tbody > tr > th.popMod,
.table > tfoot > tr.popMod > td,
.table > tfoot > tr.popMod > th,
.table > tfoot > tr > td.popMod,
.table > tfoot > tr > th.popMod,
.table > thead > tr.popMod > td,
.table > thead > tr.popMod > th,
.table > thead > tr > td.popMod,
.table > thead > tr > th.popMod {
    background: #55ADD3;
    color: #fff;
}

.shopMandi {
    height: 40px;
    box-shadow: 0 0 3px 0 rgba(153, 153, 153, 0.7) inset;
    width: 40px;
    line-height: 40px;
    border-radius: 4px;
    float: left;
    vertical-align: central;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    margin: 8px;
}

.shopPad {
    padding: 0 20px;
}

/**** tab css ****/
.nav-tabs.nav-justified > li a {
    color: #33414E;
}

.nav-tabs.nav-justified > li {
    background: #ddd;
}


.pagingInfoLeft {
    float: left;
    margin-top: 14px;
}

.PaymentColum {
    text-align: center;
    display: block;
    font-size: 16px;
}

.PayMentNum {
    display: block;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    color: #187C00;
}

.AssetColo {
    background: #e4e5e0;
    padding: 4px 15px;
}

.AssestFo {
    color: #777;
    font-size: 16px;
    font-weight: 300;
}

.AllowanceDeductionGrid {
    width: 49%;
    float: left;
    margin-left: 1%;
}



@media (max-width:1024px) {
    .logo-main {
        font-size: 16px;
    }
}

@media (max-width:980px) {
    .logo-main {
        font-size: 16px;
    }

    .AllowanceDeductionGrid {
        width: 98%;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
    }

    .in-nav {
        margin: 0;
        padding: 0;
        float: none;
    }

    .logo-main img {
        margin: auto;
        display: block;
    }

    .innerlogo {
        padding: 15px 0 5px;
    }

    .logo-main {
        text-align: center;
    }

    .welcom-right {
        text-align: center;
        float: none;
        padding: 0;
        border: none;
    }
}

@media (max-width:700px) {
    .mob-box {
        display: inline-block;
        width: 100%;
    }

    .mob-cot {
        min-height: 300px;
    }

    .logoSec {
        display: inline-block;
    }

    .new-btn-primary {
        display: none;
    }

    .navbar-brand {
        display: block;
    }

    .margintop24 {
        margin-top: 0px;
    }

    .in-nav {
        margin: 0;
        padding: 0;
        float: none;
    }

    .logo-main img {
        margin: auto;
        display: block;
    }

    .innerlogo {
        padding: 15px 0;
    }

    .logo-main {
        text-align: center;
    }

    .welcom-right {
        text-align: center;
        float: none;
        padding: 0;
        border: none;
    }

    .logo-web {
        display: block;
    }

    .logo-mobile {
        display: none;
    }

    .logoTxt {
        padding-left: 0;
    }

    .GateBtn {
        float: none;
        margin: 7px auto 0;
        text-align: center;
        display: block;
    }

    .DetGate {
        display: block;
        text-align: center;
    }

    .pop-box {
        position: relative;
        left: 0%;
        width: auto;
        margin-top: 60px;
    }

}

@media (max-width:480px) {
    .logo {
        margin: 0 auto;
    }

    .dataTables_length label {
        float: left;
    }

    .dataTables_filter label {
        float: right;
    }

    .GateBtn {
        float: right;
        margin: -5px 0 0 0;
    }

    .DetGate {
        display: inline-block;
    }
}

@media (max-width:640px) {
    .captchaImg > input {
        width: 44%;
    }

    .logo {
        margin: 15px auto 0;
    }

    .login-bg {
        margin-top: 10px;
    }

    .dataTables_length label {
        float: left;
    }

    .dataTables_filter label {
        float: right;
    }

    .GateBtn {
        float: right;
        margin: -5px 0 0 0;
    }

    .DetGate {
        display: inline-block;
    }
}



@media (max-width:360px) {
    .captchaImg img {
        width: 120px;
    }

    .login-bg, .logo {
        width: 310px;
    }

    .logo {
        margin: 70px auto 20px;
    }

    .dataTables_filter > label {
        float: left;
        width: 82%;
    }

    .dataTables_filter input {
        width: 100% !important;
    }

    .dataTables_length {
        display: none;
    }

    .GateBtn {
        float: none;
        margin: 7px auto 0;
        text-align: center;
        display: block;
    }

    .DetGate {
        display: block;
        text-align: center;
    }
}


@media (max-width:320px) {
    .captchaImg img {
        width: 108px;
    }

    .login-bg, .logo {
        width: 280px;
    }

    .logo {
        margin: 70px auto 20px;
    }

    .dataTables_filter > label {
        float: left;
        width: 80%;
    }

    .dataTables_filter input {
        width: 100% !important;
    }

    .dataTables_length {
        display: none;
    }


    .DetGate {
        display: block;
        text-align: center;
    }
}



.meri_fasal_button{width: 30%;float: left;padding-left: 52%;padding-top: 5px;}
.margin-btm-15 { margin-bottom:0px; 
}
label.label_name {
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 600; margin-bottom:0px; 
}
.margin-btm-15 .col-lg-4.col-md-4.col-sm-12.col-xs-12 {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    padding-top: 10px;  
}


@media only screen and (max-width:1300px){
    .meri_fasal_button {
            padding-left: 44%;
    }
}

@media only screen and (max-width:1200px){    
    .logo-small-hsamb {
    display: block !important;     font-size: 14px;
    color: #fff;
    position: absolute;
    top: 13px;
    left: 178px;
}
    .meri_fasal_button {
    padding-left: 30%;
}
}

@media only screen and (max-width:992px){
    .nav-md .container.body .right_col, .nav-md .container.body .top_nav{width:auto !important; }
    .nav-md .container.body .col-md-3.left_col {
    display: none !important;
}
    .forlogin .container.body .right_col {
    margin-left: 0px !important;
}

  .nav-sm .container.body .right_col, .nav-sm .main_container .top_nav{
      margin-left:70px !important; 
  }
  .meri_fasal_button {
    padding-left: 23%;
}
  .margin-btm-15 { margin-bottom:0px; 
}
    .margin-btm-15 .row {
        margin-bottom:0px; 
    }
}

@media only screen and (max-width:768px){
    label.label_name{ font-size:13px; }
    span.name_label{ font-size:14px; }
}

@media only screen and (max-width:480px){
 .meri_fasal_button {
    padding-left: 4%;
    width: 100%;
    float: left;
    text-align: center;} 

 .top_nav .navbar-right {
    width: 50% !important;
    margin: auto !important;
    float: none !important;
}
 
    .GateBtn {
        float: none;
        margin: 7px auto 0;
        text-align: center;
        display: block;
    }


}



.user-support {
    color: #e0f5c2;
    position: relative;
    top: 33px;
    text-decoration: underline;
    left: 110px;
}



/*  new css */
.pr_login {
    height: 100%;
    display: flex;
    align-items: center;
}
.pr_login_con {
    width: 1336px;
    max-width: 100%;
    margin: 0 auto;
}
.pr_login_wrap {
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 2%;
}
.pr_login_left .management-class {
    height: 400px;
}
.pr_login_form {
    width: 480px;
    max-width: 100%;
    margin-left:  42px;
}
    .pr_login_form .login-inner {
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 10px 30px 44px rgba(0, 0, 0, 0.04);
        padding: 32px;
    }
.pr_field_label {
    font-size: 1.4rem;
    margin-bottom: 0.375rem;
    color: #888888;
}
.ipf_field {
    border: 1px solid #DDDDDD;
    font-size: 1.3rem;
    padding: 2.2rem 2rem;
    width: 100%;
    border-radius: 3rem;
    background-color: #fff;
}
input:focus-visible{
    outline: none !important;
}
.ipf_field:active, .ipf_field:focus {
    box-shadow: 0 0 10px rgba(0,0,0,.2) !important;
}

.login-btn {
    background-color: #008ADD;
    border-radius: 3rem;
    color: #fff;
    border: 1px solid transparent;
    min-height: 28px;
    line-height: 28px;
    font-weight: 500;
    padding: .8rem 1.5rem;
    width: 100%;
    transition: all linear 0.2s;
}
    .login-btn:hover, .btn-default:active, .btn-default:focus {
        background-color: #006aaa !important;
        border-color: #006aaa !important;
        color: #fff !important;
        outline: none !important;
    }
.pr_forgot {
    display: inline-block;
    margin-top: 16px;
    text-decoration: none;
    font-size: 1.2rem;
    border-bottom: 1px solid transparent;
    transition: all linear 0.2s;
    color: #888;
}
.logo-mobile{display: none;}

.custom-captcha {
    border: 1px solid #DDDDDD;
    font-size: 1.3rem;
    padding: 12px 2rem;
    width: 100%;
    border-radius: 3rem;
    background-color: #fff;
    position: relative;
}

.custom-captcha-img canvas{
    width: 100px;
    position: absolute;
    top: 8px;
}
.custom-captcha-input {
    padding-left: 10px;
    margin-left: 101px;
    width: auto;
    border: none;
}

.primary-btn {
    background-color: #006aaa !important;
    border-color: #006aaa !important;
    color: #fff !important;
    outline: none !important;
}

.close-btn {
    background-color: #B3B3B3 !important;
    border-color: #B3B3B3 !important;
    color: #fff !important;
    outline: none !important;
}


@media only screen and (max-width: 1200px) {
    .pr_login_left{display: none;}
    .pr_login_form {margin: 0 auto;}
    .logo-mobile {display: block; text-align: center; margin-bottom: 30px;}
}
@media only screen and (max-width: 979px) {
    .pr_login{display: block; padding: 10px 0}
    .pr_login_con {margin: 0 5%;width: auto;}
    .pr_login_form .login-inner{padding: 15px;}

}