.login_logodiv {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.login_logo {
    width: 80px;
}

.msgerror {
    text-align: center;
}

.msgerror p {
    margin-bottom: 0rem !important;
    color: crimson;
}

.billtbl_css {
    width: 100%;
}

.billtbl_css tr th {
    padding: 5px 5px 5px 5px;
    border: 1px solid #C3C3C3;
    color: #033;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.billtbl_css tr td {
    padding: 5px 5px 5px 5px;
    border: 1px solid #C3C3C3;
}

.button-remove {
    cursor: pointer;
    background: none;
    border: none !important;
    outline: none !important;
}

.button-remove i {
    font-size: 25px;
    color: #FF0000;
}

.sub_table {
    width: 100%;
    height: 100px;
}

.sub_table11 {
    width: 100%;
    height: 100px;
}

.sub_table td,
.sub_table th {
    padding: .15rem .35rem;
    vertical-align: middle !important;
    border: 1px solid #DDDDDD;
}

.sub_table11 td {
    border: 0px !important;
    border-top: 0px !important;
}

.sub_table11 td,
.sub_table11 th {
    padding: .15rem .30rem;
    vertical-align: middle !important;
    border-top: 1px solid #e9ecef;
}

.sub_table tr {
    background-color: transparent !important;
}

.sub_table11 tr {
    background-color: transparent !important;
}

.actionbtn {
    padding: 2px 7px 4px 7px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    width: 95px;
}

.mdlhdrback {
    background-color: #007bff;
}

.tbl_css {
    width: 100%;
}

.tbl_css tr th {
    padding: 5px 5px 5px 5px;
    border: 1px solid #C3C3C3;
    color: #033;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.tbl_css tr td {
    padding: 5px 5px 5px 5px;
    border: 1px solid #C3C3C3;
}

.printdiv {
    width: 100%;
    padding-right: 20px;
}

.databtncss {
    padding: 2px 10 px 4px 10px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

.clrred {
    color: red !important;
    font-size: 14px !important;
}

.text_style {
    text-transform: none !important;
    color: #033;
    font-size: 0.85rem !important;
}

.item_center {
    width: 100% !important;
    text-align: center !important;
}

/*--------------Customer Details Css--------------*/
.cusdetail {
    width: 100%;
    float: left;
    margin: 15px 0 5px 10px;
}

.cushead {
    font-size: 14px;
    font-weight: 600;
}

.cusheadclr {
    color: #E10000;
}

.cusheadclr1 {
    color: #00CC00;
}

.cushead a {
    text-decoration: none;
    cursor: pointer;
}

.cushead a:hover {
    color: #007bff;
}

.cushead i.fa {
    font-size: 16px;
    color: #007bff;
    padding-right: 10px;
}

.cusdel {
    font-size: 16px;
    margin-left: 10px;
}

.statustitle {
    color: #0000FF;
    font-size: 16px;
    padding: 0px 0px 5px 0px;
    float: left;
}

.proseltitle {
    width: 100%;
    padding-bottom: 5px;
    font-weight: 600;
}

.selectprodctdiv {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 9px;
}

/*--------------Customer Details Css End--------------*/

.boton_div {
    width: 100%;
    text-align: center;
}

/* Password Status CSS  */
.pass_status_div {
    width: 100%;
}

.pass_status {
    position: relative;
    padding: 0;
    list-style: none;
    margin-bottom: 0rem !important;
}

.pass_status>li {
    position: relative;
    margin-bottom: 5px;
}

.pass_status>li>.passcircle {
    width: 8px;
    height: 8px;
    font-size: 27px;
    line-height: 33px;
    position: absolute;
    background: #696cff;
    border-radius: 50%;
    text-align: center;
    left: 28px;
    top: 8px;
}

.pass_status>li>.pass_status-item {
    margin-top: 0;
    margin-left: 45px;
    position: relative;
    font-size: 15px;
}

.pass_status>li>.pass_status-item>span>.passcorrect {
    font-size: 24px;
    color: #71dd37;
}

.pass_status>li>.pass_status-item>span>.passerr {
    font-size: 24px;
    color: #ff3e1d;
}