﻿.btnGST
{
    padding: 5px;
    background-color: #b9e3f0;
    border: 1px Solid #b9e3f0;
    color: #0b3d47;
    cursor: pointer;
    font-size: 13px;
}
.btnGST:hover
{
    background-color: #3fb9db;
    border: 1px Solid #3fb9db;
    color: #ffffff;
}

.txtTurnOver
{
    font-size: 13px !important;
    color: #000000 !important;
}

.txtOTP
{
    border: 1px Solid #D1C7AC !important;
    padding: 5px !important;
    font-size: 18px !important;
    width: 91% !important;
    text-align: center;
}

.txtGSTtotal
{
    font-size: 13px !important;
    color: #4869b8 !important;
}

.divElement
{
    height: 134px;
    float: left;
    border: 1px Solid #dbdbdb;
    overflow: hidden;
    margin: 1px;
}

.divElementTitle
{
    background: #43bfb9;
    color: #ffffff;
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
}

.divContent
{
    height: 530px;
    width: 100%;
    overflow: auto;
}

.divdataOuter
{
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
}

.divdatamain
{
    height: 400px;
    width: 100%;
}

.divdata
{
    max-width: 3000px;
    height: 260px;
    width: 100%;
}





.col-sm-12
{
    padding-left: 8px;
    padding-right: 8px;
}
.statusIcon
{
    text-align: center !important;
    vertical-align: middle !important;
}
.error-code
{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0;
}
label.error-code
{
    cursor: pointer;
    position: absolute;
}
.UU
{
    background-color: silver !important;
    border-color: silver !important;
    border-width: 1px;
    border-bottom-color: #aaaaaa !important;
}
.ER
{
    background-color: pink !important;
    border-color: pink !important;
    border-width: 1px;
    border-bottom-color: #eadaea !important;
}
.P
{
    background-color: yellowgreen !important;
    border-color: yellowgreen !important;
    border-width: 1px;
    border-bottom-color: #c9dbcc !important;
}
.PE
{
    background-color: Orange !important;
    border-color: Orange !important;
    border-width: 1px;
    border-bottom-color: #cec5bb !important;
}
.IP
{
    background-color: steelblue !important;
    border-color: steelblue !important;
    border-width: 1px;
    border-bottom-color: #b1bac9 !important;
}

.chk1
{
    visibility: hidden;
    margin: 0 !important;
}
label.error-code:after
{
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 2px solid black;
    border-top: none;
    border-right: none;
    background: transperent;
    opacity: 0;
    transform: rotate(-45deg);
}
label.error-code:hover::after
{
    opacity: 0.5;
}
.chk1:checked + label::after
{
    opacity: 1;
}
#spErrorInfo b
{
    margin-left: 10px;
}
