/*
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     : Nagnath
*/

          html,body{
                background-color:transparent;
                font-size: 90%;
                height:99%;
                margin: 0 auto;
                color: #000;
                -webkit-font-smoothing: subpixel-antialiased;
            }
            .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;
                color: #FFF;
                line-height: normal;
                padding-left: 2px;
                font-weight: 500;
                width: 40%;
                padding-top: 12px;
                padding-bottom: 6px;
                float: left;
                /*border-bottom: 1px solid;*/
                display: inline-block;
                background: transparent;
                box-shadow: none;
                margin: 0px;
            }
            .wrap-input100 {
                width:60%;
                float: left;
                position: relative;
                border-bottom:1px solid #686868;
                margin-bottom:10px;
            }
            .label-input100 {
/*              font-size: 20px;
                color: #FFF;
                line-height: normal;
                padding-left: 2px;
                font-weight: 500;*/
          }
            .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: -2px;
            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);
          }
          .input100:focus + .focus-input100::before { width: 100%;}
          .has-val.input100 + .focus-input100::before {  width: 100%;}
            .row{margin:0px;}
            
            .selcntrl_01{
                width: 60%;
                float: left;
                background: transparent;
                outline: none;
                margin-bottom: 10px;
                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;
            }
/*            .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%;
                -moz-user-select: none;
                -webkit-user-select: none;
                user-select: none;
            }
            .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%;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;
            }
            .neosoftlbl{
                margin: 0px;
                width: 100%;
                text-align: center;
                font-size:40px;
                line-height: normal;
                color: #FFFFFF;
                padding: 15px;
                padding-left: 5px;
                padding-top: 5px;
                font-weight: 500;
            }
        .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-weight: normal;
            padding:0px;
            color: #FFF;
        }
        .rghtcontain{
            background-color: rgba(8,54,75,0.85);
            margin: 0px auto;
            width: 400px;
            padding:0px;
            padding-bottom:10px;
            border-radius: 5px;
            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);
        }
        .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;
                display: inline-block;
                float: left;
        }
        .ftrcindiv .lblshivmlink{margin: 0px;}
        .ftrcindiv .linspn_01{padding: 0px 5px;}
        .ftrcindiv .linksn_02{
            display: inline-block;
            background: #FFF;
            padding: 2px;
            border-radius: 50%;
        }
        .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;}
        .progress_img{
            float:right;
            position:absolute;
            top:10px;
            right:0; 
            width:20px;
        }
        .progress_img .lodinimg_01{
            width: 20px;
            height: 20px;
            background: #00813E;
            border-radius: 50%;
        }
        .posreltiv{padding: 0px;position: relative;}
        .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;
            position: absolute;
            right: 5px;
            bottom: 15px;
            font-size: 20px;
        }
        .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: 16px;}
            .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-text-fill-color: #ffffff !important;
    }