/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 23 Mar, 2018, 3:58:31 PM
    Author     : Shivam
*/

html,body{
    background-color:transparent;
    font-size: 90%;
    height:99%;
    margin: 0 auto;
    color: #000;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 100vh;
}
.ui-dialog-titlebar-close {
    visibility: hidden;
}

#header{background:linear-gradient(#49708f,#293f50);color:#000;}
/*            #footer{background:linear-gradient(#49708f,#293f50);color:#000;}*/

.shivamrow{height:20px; }

*{margin:0;padding:0;}
.button{
    background:#31708F;
    display:block;
    margin:0 auto;
    /* margin-top:1%; */
    padding:10px;
    text-align:center;
    text-decoration:none;
    color:#fff;
    cursor:pointer;
    transition:background .3s;
    -webkit-transition:background .3s;
    font-size: 25px;
}
.login{
    width:600px;
    margin-top:8px;
    margin-bottom:2%;
    transition:opacity 1s;
    -webkit-transition:opacity 1s;
}
.clientimg{
    margin-top:8px;
    margin-bottom:2%;
    transition:opacity 1s;
    -webkit-transition:opacity 1s;
}
#triangle{
    width:0;
    border-top:12px solid transparent;
    border-right:12px solid transparent;
    border-bottom:12px solid #31708F;
    border-left:12px solid transparent;
    margin:0 auto;
}

.login h1{
    background:#31708F;
    padding:20px 0;
    font-size:140%;
    font-weight:300;
    text-align:center;
    color:#fff;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#footer{            }

form{
    z-index: 99999999;
    /*                background:#f0f0f0;
                    padding:6% 4%;*/
}
.effect8{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before, .effect8:after{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.7);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.7);
    box-shadow:0 0 20px rgba(0,0,0,0.7);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect8:after{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}
@media only screen and (max-width: 768px) {
    .login{width:100%;}
}
@media only screen and (max-width: 992px) {
    .login{width:100%;}
}

.formlabel{
    font-size: 18px;
    font-size: 14px;

    color: #FFF;
    color: #D1CFBB;
    color: #a1a1a1;
    line-height: normal;
    padding-left: 2px;
    font-weight: 100;
    font-weight: 500;
    width: auto;
    /*padding-top: 12px;*/
    /*padding-bottom: 6px;*/
    float: left;
    /*border-bottom: 1px solid;*/
    display: inline-block;
    background: transparent;
    box-shadow: none;
    margin: 0px;
}
legend>label.formlabel {
    color: #0e4da8;
}
.wrap-input100 {
    /*width:60%;*/
    width: 100%;
    float: left;
    position: relative;
    /*border-bottom:1px solid #686868;*/
    /*margin-top:15px;*/
    /*margin-bottom: 5px;*/
    height: 50px ;
    height: 55px ;
    display: flex;
}
.label-input100 {
    /*              font-size: 20px;
                    color: #FFF;
                    line-height: normal;
                    padding-left: 2px;
                    font-weight: 500;*/
    margin-top: -6px;
}
.input100 {
    display: inline-block;
    width:100%;
    background: transparent;
    font-size: 16px;
    color: #FFF;
    padding: 12px 5px;
    padding-bottom: 3px;
    outline: none;
    border: none;
}
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 0;
    height: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #d5007d;
    background: -webkit-linear-gradient(45deg, #f00, #f00);
    background: -o-linear-gradient(45deg, #f00, #f00);
    background: -moz-linear-gradient(45deg, #f00, #f00);
    background: linear-gradient(45deg, #f00, #f00);
    background: linear-gradient(45deg, #080f70, #080f70);
}
.input100:focus + .focus-input100::before { width: 100%;}
.has-val.input100 + .focus-input100::before {  width: 100%;}
.row{margin:0px;display:flex;}

.selcntrl_01{
    width: 60%;
    float: left;
    background: transparent;
    outline: none;
    margin-bottom: 2px;
    border-radius: 0px;
    padding: 10px 5px;
    padding-bottom: 5px;
    margin-top: 0px;
    border: 0px;
    border-bottom:1px solid #686868;
    color: #FFF;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 20px;
    font-weight: 500;
    text-overflow: ellipsis;
}
/*            .selcntrl_01::before{
                content:" ";
                width: 2px;
                height: 2px;
                background: #FFF;
            }*/
.selcntrl_01 option{color:#000;background: #FFF;}

body{
    background-image: url('images/imgbackrnd.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background: url('images/login_bg.jpg') no-repeat center center/cover;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    height: 100%;
}
.backgrod{
    height: 100%;
    left: -20%;
    position: absolute;
    top: 0;
    width: 68%;
    -webkit-transform: skewX(-28deg);
    -moz-transform: skewX(-28deg);
    -ms-transform: skewX(-28deg);
    -o-transform: skewX(-28deg);
    transform: skewX(-28deg);
}
.backgrod:before{
    content: "";
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(8,54,75,0.9);
}
.container-fluid{height: 100%;padding: 0px;}
.row{margin: 0px;} .pd{padding:0px;}
.tbl_01{display: table;width: 100%;height: 100%;}
.tbl_01 .tbl_01td{display:table-cell;height: 100%;
         width: 50%;
         max-width: 33em;
         vertical-align: middle;          }
/*.tbl_01 .lefttd{width: 55%;}*/
/*.tbl_01 .righttd{width: 45%;}*/

.inforght{
    position: relative;
    z-index: 999;
    /*margin-top: -50px;*/
    /*display: inline-block;*/
    /*margin-top: 9%;*/
    /*margin-bottom: 15%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.inforght01{
    position: absolute;
    top: 0;
}
.neosoftlbl{
    margin: 0px;
    width: 100%;
    /*text-align: center;*/
    font-size: 30px;
    line-height: normal;
    color: #FFFFFF;
    /*padding: 15px;*/
    /*padding-left: 5px;*/
    padding-top: 5px;
    font-weight: 500;
    text-align: center;
}
.neosoftlbl_01{
    margin: 0px;
    width: 100%;
    /*text-align: center;*/
    font-size:25px;
    line-height: normal;
    font-weight: 500;
    color: #FFF;
}
.neosoftlbl_001{
    margin: 0px;
    width: 100%;
    /*text-align: center;*/
    font-size: 20px;
    font-size: 14px !important;
    font-weight: normal;
    padding:0px;
    color: #6c6c6c;
    color: #e3e3e3;
    color: #5a7bab;
    margin-top: 4px;
}
.rghtcontain{
    background-color: rgba(8,54,75,0.85);
    background: #fff;
    /*border-top: 8px solid #080f70;*/
    margin: 0px auto;
    margin-top: 0rem;
    /*width: 400px;*/
    padding:1.5rem;
    padding-bottom:10px;
    border-radius: 0.25rem;
    /*box-shadow: 0px 5px 2px 2px rgba(0,0,0,0.3);*/
    /*overflow: auto;*/
    /*-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);*/
    /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);*/
    /*margin-top: 1rem;*/
    border-bottom-right-radius: 1rem;
    border-bottom-top-radius: 1rem;

}
.footer_001{
    background-color: rgba(27, 68, 87, 0.9);
    position: fixed;
    bottom:0px;
    width: 100%;
    right: 0px;
}
.foot_02{
    width: auto;
    display: inline-block;
    float: right;
}
.ftrcindiv{
    float: left;
    /*padding: 5px;*/
}
.ftrcindiv .spntxtftr{
    color: #FFF;
    /*padding: 1px 5px;*/
    padding-right: 5px;
    display: inline-block;
    float: left;
}
.ftrcindiv .lblshivmlink{margin: 0px;}
.ftrcindiv .linspn_01{/*padding: 0px 5px;*/padding-right: 5px;}
.ftrcindiv .linksn_02{
    display: inline-block;
    background: #FFF;
    padding: 2px;
    border-radius: 50%;
    margin-right: 5px;
}
a.linashivmk:hover label {
    color: #0e4da8 !important;
}
.login100-form-btn{
    width: 46%;
    margin: 0px auto;
    display: inline-block;
    border: 0px;
    padding: 8px 5px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 2px;
    margin-top: 5px;

}
/*.linashivmk:hover{cursor: pointer;color: #DFDFDF;}
.ftrcindiv .lblshivmlink:hover{cursor: pointer;color: #DFDFDF;}
#helpdiv .linashivmk{color: #FFF;}
#helpdiv .linashivmk label{color: #FFF;}
#helpdiv .linashivmk:hover{cursor: pointer;color: #DFDFDF !important;}
#helpdiv .linashivmk label:hover{cursor: pointer;color: #DFDFDF !important;}*/
.linashivmk:hover{cursor: pointer;color: #000;}
.ftrcindiv .lblshivmlink:hover{cursor: pointer;color: #DFDFDF;}
#helpdiv .linashivmk{color: #337ab7;}
#helpdiv .linashivmk label{color: #000;}
#helpdiv .linashivmk:hover{cursor: pointer;color: #DFDFDF !important;}
#helpdiv .linashivmk label:hover{cursor: pointer;color: #DFDFDF !important;}
.progress_img{
    float:right;
    position:absolute;
    bottom: 8px;
    right:0;
    width:20px;
}
.progress_img .lodinimg_01{
    width: 20px;
    height: 20px;
    background: #00813E;
    background: transparent;
    border-radius: 50%;
    filter: grayscale(1);
}
.posreltiv{
    padding: 0px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 0px;
    height: 50px;
    height: 55px;
    border-bottom: 1px solid #dfdfdf;
}
.posreltiv::after{
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    pointer-events: none;
    color: #FFF;
    color: #1d1d1e;
    position: absolute;
    right: 8px;
    bottom: 15px;
    font-size: 18px;
}
.maxsrol_01{
    display: inline-block;
    width: 100%;
    /*overflow: auto;*/
    /*padding: 13px;*/
    padding-bottom: 0px;
}
@media(max-width:1080px){
    .backgrod{
        -webkit-transform: skewX(-28deg);
        -moz-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        -o-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }
    .backgrod:before{}
}
@media(max-width:1005px){
    .rghtcontain{}
    .neosoftlbl{font-size: 30px;}
    .neosoftlbl_01{font-size: 25px;}
    .neosoftlbl_001{font-size: 14px;}
    .backgrod{
        -webkit-transform: skewX(-17deg);
        -moz-transform: skewX(-17deg);
        -ms-transform: skewX(-17deg);
        -o-transform: skewX(-17deg);
        transform: skewX(-17deg);
        left: -23%;
    }
}
@media(max-width:890px){
    .tbl_01{display: inline-block;width: 100}
    .tbl_01 .lefttd{display: inline-block; width: 100%;/*height: auto;*/}
    /*.tbl_01 .tbl_01td{height: auto;}*/
    .inforght{margin: 0px;width: 100%;text-align: center;}
    .tbl_01 .righttd{width: 100%; /*margin-top: 10%;*/ display: inline-block;padding-top: 10px;}
    .rghtcontain{}
    .neosoftlbl{font-size: 30px;padding: 0px;}
    .neosoftlbl_01{font-size: 20px;width: auto;display: inline-block;}
    .neosoftlbl_001{font-size: 16px;width: auto; display: inline-block;}
    .backgrod{
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -o-transform: skewX(0deg);
        transform: skewX(0deg);
        left:0%;height: 65px;left: 0px;
        top: 0;width: 100%;
    }

}
@media(max-width:520px){
    .foot_02{text-align: center;}
    .ftrcindiv{float: none;display: inline-block;padding: 2px;}
    .neosoftlbl{font-size: 20px;}
    .neosoftlbl_001,.neosoftlbl_01{font-size: 14px;padding: 0px 5px;}
    .inforght{padding-top: 5px;background-color: rgba(8,54,75,0.9);}
    .backgrod{display: none;}
    .rghtcontain {width: 98%;border-radius: 0px;}
    .formlabel{width: 100%;padding-top: 5px;padding-bottom: 0px;}
    .selcntrl_01{width: 100%;margin-bottom: 5px;}
    .wrap-input100{width: 100%;}
    .maxsrol_01{max-height: 700px !important;}
    .footer_001{}
    .tbl_01 .righttd{margin-top: 2px;}
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill ,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    /*background-color: transparent !important;*/
    /*color: #fff !important;*/
    /*-webkit-box-shadow: 0 0 0 1000px rgba(8,54,75,1) inset !important;*/
    -webkit-box-shadow: 0 0 0 1000px rgba(255,255,255) inset !important;
    /*-webkit-text-fill-color: #ffffff !important;*/
}

/*new styles*/



fieldset {

    /*border: 1px solid #D1CFBB;*/
    /*border-radius: 5px;*/
    border-bottom: 1px solid #D1CFBB;
    position: relative;
}

legend {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 0px;
    margin-left: 5px;
    font-size: 13px;
    line-height: inherit;
    color: #D1CFBB;
    border: 0;
    /* border-bottom: 1px solid #e5e5e5; */
}
.formlabel{
    width: auto;
    font-size: 13px;
    padding: 2px;
    position: absolute;
    z-index: 1;
    left: 0;
}
.selcntrl_01, .input100{
    width: 100%;
    border: 0;
    color: #1d1d1e;
    padding: 24px 8px 8px 30px;
    /*margin: 20px;*/
    font-size: 16px;
}
.row.dept,.row.sub-dept, .row.shft, .row.cubcicles {
    flex: 1;
}
.row.dept, .row.shft{
    margin-right: 5px;
}
/*input-transform*/

form, .maxsrol_01, .wrap-input100{
    position: relative;
}
.wrap-input100 input{
    border: none;
    /*border: 1px solid #D1CFBB;*/
    border-bottom: 1px solid #d1cfbb;
    /*border-radius: 5px;*/
    background: unset;
    outline: none;
    color: #fff;
    color: #1d1d1e;
    /*min-width: 200px;*/
    font-size: 16px;
    font-weight: 500;
    z-index: 1;

}

.pd label{
    position: absolute;
    left: 30px;
    top: 25px;
    /*top: 28px;*/
    color: #fff;
    color: #1d1d1e;
    color: #6c6c6c;
    font-size: 16px;
    /*padding: 0.5rem;*/
    transform-origin: 0 0;
    background: #fff;
    transition: transform 0.2s ease-in-out;
    z-index: -1;

}
.neo {
    position: absolute;
    top:0px;
    width: 100%;
    text-align: center;
    padding: 5px;
    background: #eee;
    border-top-right-radius: 16px;
}


.pd.btns {
    padding-top: 1rem;
}
.input100:focus ~ .focus-input100::before {
    width: 100%;
}
.wrap-input100 input:focus + label, .wrap-input100 input:not(:placeholder-shown) +  label{
    transform: translateY(-2rem) translateX(-2rem) ;
    color: #a1a1a1;
    /*color: #0e4da8;*/
    /*margin-left: -4px;*/
    font-size: 13px;
    z-index: 1;
    background: transparent;
}

.wrap-input100 input::placeholder{
    color: transparent;
}

.container-fluid{
    /*background: url('http://127.0.0.1:5502/bg-13.jpg') no-repeat center center/cover;*/
    height: 100vh;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;

}
.tbl_01 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    /*padding: 2rem 11rem;*/
    /*background: rgba(0,0,0, 0.4);*/
    /*height: 450px;*/
    height: 75vh;
    /*width: 100vw;*/
    /*height: 100vh;*/
    /*display: grid;*/
    /*grid-template-columns: repeat(2, 1fr);*/
    /*grid-gap: 7rem;*/
    /*padding: 0 2rem;*/

}

.tbl_01 .lefttd {
    /*flex: 2;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: rgb(16 27 84 / 70%);*/
    background: rgb(25 38 110 / 90%);
    box-shadow: 0px 3px 6px #1d2030;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    /*background: transparent;*/
    position: relative;
    padding: 0 18px;
}
.tbl_01 .righttd{
    /*flex: 1;*/
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 3px 6px #1d2030;
    flex-direction: column;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    position: relative;
    /*background: transparent;*/
}
label.neosoftlbl_02 {
    font-size: 1.4rem;
    font-weight: 300;
    color: #e3e3e3;
    color: rgb(90 123 171);
}
.neosoftlbl_01 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: normal;
    font-weight: 500;
    color: #000;
    color: #fff;
    color: #abb2ff;
    /*background: rgb(0 90 255 / 45%);*/
    /*padding: 0.5rem 1.5rem;*/

}
.btns{
    /*display: flex;*/
    /*flex-direction: column;*/
    margin-bottom: 10px;
    width: 100%;

}
input#btnLogin {
    background: #080f70;
    background: #1991eb;
    background: rgb(16 27 84 / 70%);
    background: #0e4da8;
    color: #fff;
    /*border-radius: 25px;*/
    /*width: 60%;*/
    margin-top: 5px;
    font-size: 16px;
    border: 1px solid #080f70;
    border: 1px solid #1991eb;
    border: 1px solid rgb(191 191 191 / 70%);
    border: 1px solid #0e4da8;
    border-radius: 60px;
    margin-right: 10px;
}

input#btncancel {
    background: none;
    color: #080f70;
    color: #1991eb;
    font-size: 16px;
    border: 1px solid #080f70;
    border: 1px solid #1991eb;
    border-radius: 20px;
    border: 1px solid rgb(16 27 84 / 70%);
    border: 1px solid #0e4da8;
    color: #0e4da8;
}
input#btnLogin:hover{
    background: #0303a5;
    transition: all 0.5s ease-in-out;
    border: 1px solid rgb(16 27 84 / 100%);

    background: rgb(16 27 84 / 100%);;
}
input#btncancel:hover {
    background: none;
    border: 1px solid red;
    color: red;
}
input:focus {
    /*box-shadow: 0 0 10px rgb(21 60 105 / 30%);*/
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.footer_001 {
    background-color: transparent;
    position: fixed;
    bottom: 0px;
    width: 100%;
    right: 0px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ftrcindiv {
    /* float: left; */
    /* padding: 5px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_001 .row {
    display: flex;
}
.row.usr {
    flex: 1;
    margin-right: 5px;
    height: 50px;
    height: 60px;
    margin-bottom: 5px;
}
.row.pswd {
    flex: 1;
    margin-bottom: 5px;

}

/*with icons and wave*/
.wave {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}
span.icon-inside.icon-gr, span.eye {
    position: absolute;
    top: 1.5rem;
}
span.icon-inside.icon-gr{
    font-size: 24px;
    color: #0e4da8;
    left: 0;
}
span.icon-inside.icon-gr.in-icon {
    position: absolute;
    top: 1.5rem;
    /*top: 1.8rem;*/
    z-index: 9;
}
span.eye{
    right: 0;
    z-index: 5;
    top: 2.1rem;

}
span.eye i.fa-eye {
    color: #919191;
}
.inforght.neooo {
    position: absolute;
    bottom: 20px;
}
.col-sm-12{
    width: 100%;
}
i.fa.fa-cubes {
    font-size: 20px;
}
span.icon-inside.icon-gr >i.fa.fa-sitemap {
    position: absolute;
    left: -4px;
}
/* for logo -- start */
.lg-logo{
/*    display: none;*/
    margin: 1.2rem;
   /* padding: 1.2rem;*/
    width: 18rem;
    min-height: 6rem;
    max-height: 8rem;
    border-radius: 1rem;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.2s;
    background: #fff;
}
/* for logo -- end */
