﻿body {
}


.GstregistrationMask{
    position: fixed;
    background: #80808075;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index:999;
}

.GstregistrationBody {
    background: white;
    width: 93%;
    height: 82%;
    margin: 0 auto;
    position: absolute;
    top: 12%;
    left: 5%;
}

#tblGSTRegister td.shipmentBG {
    background: #d7f7ff;
}
#tblGSTRegister.table .calendaricon {
    top: 13px !important;
}

#tblGSTRegister.table textarea {
    resize: both;
}

.GstregistrationBody .close {
    position:absolute;
    top:20px !important;
    right:15px !important;
    font-size:30px !important;
    font-weight:700 !important;
    color:#000 !important;
}