﻿.headerlabel {
    font-size: 0.79vw;
    color: black;
    font-weight: bold;
    font-family: Verdana;
    letter-spacing: 1px;
}

.headerlabelpopup {
    font-size: 0.90vw;
    color: black;
    font-weight: bold;
    font-family: Verdana;
    letter-spacing: 1px;
}

.headertxtbox {
    height: 29px;
    background: #fff;
    border: 2px solid #aaa;
    font-family: Verdana;
    font-weight: 400;
    font-size: 0.9vw;
    border-radius: 6px;
    padding-left: 5px;    
}

.txtbox_otp_send {
    background: #E3F2FD;
    font-family: Verdana;
    border-radius: 6px;
    padding-left: 5px;
    height: 35px;
    font-size: 1.2vw;
    text-align: center;
    border: 4px solid White;
    border-radius: 10px;
}

.btn {
    background-color: #0081CD;
    color: white;
    border: 1px solid #aaa;
    font-family: Verdana;
    font-weight: bold;
    font-size: 0.9vw;
    text-align: center;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 4px 5px rgba(0,0,0,.15);
    cursor: pointer;
    letter-spacing: 2px;
    padding: 2px 0 2px 0;
    height: 29px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.btntransparent {
    background-color: transparent;
    color: black;
    border: 0px solid #aaa;
    font-family: Verdana;    
    font-size: 0.8vw;
    text-align: center;    
    cursor: pointer;
    letter-spacing: 2px;
    padding: 2px 0 2px 0;
    height: 29px;
    width:90% !important;
}

.btn_otp_resend {
    background-color: #E3F2FD;
    color: #0081CD;
    border: 1px solid #aaa;
    font-family: Verdana;
    font-weight: bold;
    font-size: 1vw;
    text-align: center;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 4px 5px rgba(0,0,0,.15);
    cursor: pointer;
    letter-spacing: 2px;
    padding: 2px 0 2px 0;
    height: 32px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.headerpart {
    width: 100%;
    height: auto;
    border: 1px solid lightgray;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    background-color: white;
}



.modal1 {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    moz-opacity: 0.8;
    text-align:center !important;
}

.center1 {
    z-index: 1000;
    margin: 200px auto;
    padding: 10px;
    width: 30%;
    background-color: white;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    moz-opacity: 1;
    text-align:center !important;
}

    .center1 img {
        width: 100%;
        height: 20%;
    }

.labellabel {
    font-size: 0.79vw;
    color: black;
    font-family: Verdana;
    letter-spacing: 1px;
}

.labellabelpopup {
    font-size: 0.90vw;
    color: black;
    font-family: Verdana;
    letter-spacing: 1px;
}

labellabelWhite {
    font-size: 0.79vw;
    color: white !important;
    font-family: Verdana;
    letter-spacing: 1px;
}


.gridview {
    height: 10px;
    background-color: #0890DC;
    color: #FF3333;
    text-align: left;
    text-indent: 0px;
    border: 0px solid #969996;
    cursor: pointer;
    font-family: Verdana;
    font-size: 0.65vw;
    letter-spacing: 1px;
}

    .gridview td {
        border-left: 1px solid #969996;
        border-bottom: 1px solid #969996;
        padding: 2px;
    }

    .gridview th {
        border-left: 1px solid #969996;
        padding: 6px;
        border-bottom: 1px solid #969996;
        text-align: center;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    }


.GridPager a, .GridPager span {
    display: block;
    height: 30px;
    width: 30px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    border-radius: 20px;
}

.GridPager a {
    background-color: #0890DC;
    color: #969696;
    border: 1px solid #969696;
}

    .GridPager a:hover {
        background-color: white;
        color: #2874a6;
    }

.GridPager span {
    background-color: #A1DCF2;
    color: #000;
    border: 1px solid #3AC0F2;
}

.gridviewpopup {
    height: auto;
    background-color: #0890DC;
    color: White;
    text-align: left;
    text-indent: 0px;
    border: 0px solid #969996;
    cursor: pointer;
    font-family: Verdana;
    font-size: 1.0vw;
    letter-spacing: 1px;
}

    .gridviewpopup td {
        border-left: 1px solid #969996;
        border-bottom: 1px solid #969996;
        padding: 2px;
    }

    .gridviewpopup th {
        border-left: 1px solid #969996;
        padding: 6px;
        border-bottom: 1px solid #969996;
        text-align: center;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    }

.foremptyrowstyle {
    background-color: #BBDEFB;
    border-radius: 5px;
    margin-top: 10px;
    padding: 20px !important;
    text-align: center;
    font-size: 0.79vw;
    color: black;
    font-weight: bold;
    font-family: Verdana;
    letter-spacing: 1px;
}

/*loginpage*/


.loginpage_maindiv {
    height: 100vh;
    width: 100%;
    vertical-align: middle;
    background: #fff url('login1_backgroundimage.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.loginpage_maindiv1_1 {
    height: auto;
    width: 50%;
    top: 35%;
    left: 2%;
    position: absolute;
    text-align: center;
}

@media screen and (max-width: 1230px) {
    .loginpage_maindiv1_1 {
        top: 30%;
    }
}

section {
    height: 20vh;
}

video {
    object-fit: cover;
    opacity: 0.3;
    width: 100%;
    height: 100vh;
}

h1 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 3.0vw;
    font-family: 'Cambria Math';
    font-weight: bold;
}

    h1 span {
        font-size: 4.2vw;
        display: inline-block;
        animation: animate2 1s linear forwards;
        opacity: 0;
    }

@keyframes animate2 {
    0% {
        opacity: 0;
        transform: rotateY(90deg);
        filter: blur(10px);
    }

    100% {
        opacity: 1;
        transform: rotateY(0deg);
        filter: blur(0);
    }
}

h1 span:nth-child(1) {
    animation-delay: 0.2s;
}

h1 span:nth-child(2) {
    animation-delay: 0.5s;
}

h1 span:nth-child(3) {
    animation-delay: 0.8s;
}

h1 span:nth-child(4) {
    animation-delay: 1.1s;
}

h1 span:nth-child(5) {
    animation-delay: 1.4s;
}

h1 span:nth-child(6) {
    animation-delay: 1.7s;
}

h1 span:nth-child(8) {
    animation-delay: 1.7s;
}

h1 span:nth-child(9) {
    animation-delay: 1.9s;
}

h1 span:nth-child(10) {
    animation-delay: 2.1s;
}

h1 span:nth-child(11) {
    animation-delay: 2.3s;
}

h1 span:nth-child(12) {
    animation-delay: 2.5s;
}

h1 span:nth-child(13) {
    animation-delay: 2.7s;
}

h1 span:nth-child(14) {
    animation-delay: 2.9s;
}

h1 span:nth-child(15) {
    animation-delay: 3.1s;
}

.loginpage_maindiv1 {
    height: auto;
    width: 35%;
    top: 26%;
    left: 55%;
    background-color: white;
    border-radius: 25px;
    position: absolute;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.loginpage_maindiv1_1_span2 {
    font-size: 2.2vw;
    color: black;
    font-weight: bold;
    font-family: 'Cambria Math';
    letter-spacing: 2px;
    overflow: hidden;
    position: relative;
}

    .loginpage_maindiv1_1_span2:before {
        content: '';
        left: 120%;
        width: 120%;
        height: 120%;
        position: absolute;
        background: linear-gradient(90deg, transparent 0%, #707070 100%, #707070 10%);
        animation: animate 10s infinite;
    }


@keyframes animate {
    0% {
        left: -20%;
    }

    50% {
        left: -120%;
    }

    100% {
        left: -20%;
    }
}

/*loginpage*/




.logout_css 
{
    float: right !important;
    font-weight: bold;
    color: white !important;
    font-family: Verdana !important;
    font-size:15px !important;
}



.repeatertable {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    border: 1px solid lightgray;
}

.labelrepeater {
    font-size: 0.76vw;
    color: black;    
    font-family: Verdana;
    letter-spacing: 1px;
}


.detailpartVerify {
    width: 100%;
    height: 75vh;
    background-color: #E3F2FD;
    overflow: auto;
    margin-top: 5px;
}

.detailparteinvoice 
{
    width: 100%;
    height: 80vh;
    background-color: #E3F2FD;
    overflow: auto;
    margin-top: 5px;
}

.detailparteinvoicedownload 
{
    width: 100%;
    height: 80vh;
    background-color: #E3F2FD;
    overflow: auto;
    margin-top: 5px;
}

.detailparteinvoicecancel {
    width: 100%;
    height: 75vh;
    background-color: #E3F2FD;
    overflow: auto;
    margin-top: 5px;
}

.detailpartewaybillextendlimit {
    width: 100%;
    height: 79vh;
    background-color: #E3F2FD;
    overflow: auto;
    margin-top: 5px;
}

.errorpagemaindiv {
    height: 96vh;
    width: 100%;
    border: 1px solid lightgray;
    margin-bottom: 5px;
    background: #fff url('errorimage1.jpg') center;
    background-size: 60% 60%;
    background-repeat:no-repeat;
    background-attachment: fixed;
}


.btnhomepage {
    background-color: #0081CD;
    color: white;
    border: 1px solid #aaa;
    font-family: Verdana;
    font-weight: bold;
    font-size: 0.9vw;
    text-align: center;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 4px 5px rgba(0,0,0,.15);    
    letter-spacing: 2px;
    padding: 2px 0 2px 0;
    height: 35px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    cursor:pointer;
}

    .btnhomepage:hover {
        background-color: #B01705 !important;
    }



.detailparteinvoicereturn {
    width: 100%;
    height: 80vh;
    background-color: #E3F2FD;
    overflow: auto;
    margin-top: 5px;
}



/* Vehicle Update */

.detailpartewaybillupdatevehicle {
    width: 100%;
    height: 80vh;
    background-color: #E3F2FD;
    overflow: auto;
    margin-top: 5px;
}

/* Vehicle Update */


.detail_employee_verify {
    width: 100%;
    height: 73.5vh;
    background-color: #E3F2FD;
    overflow: auto;
    margin-top: 10px;
}

.div_homepage 
{
    height: 89vh;
    width: 100%;
    border: 1px solid lightgray;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    background: url('Images/home2.jpg') no-repeat;
    background-size: 120% 100%;
    background-position: center center;
}


.detail_gst_wise_sale_verify {
    width: 100%;
    height: 80vh;
    background-color: #E3F2FD;
    overflow: auto;
    margin-top: 5px;
}

.detail_gst_downloaded 
{
    width: 100%;
    height: 50vh;
    background-color: #E3F2FD;
    overflow: auto;
    margin-top: 5px;
}