.list-group-item {
    position: relative;
    display: block;
    padding: .25rem 0.75rem !important;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

/*.tableData input[type=checkbox]*/
/*{*/
/*    -ms-transform: scale(2);*/
/*    -moz-transform: scale(2);*/
/*    -webkit-transform: scale(2);*/
/*    -o-transform: scale(2);*/
/*    transform: scale(2);*/
/*    padding: 10px;*/
/*}*/

.totalBlock {display: none;}

.footer {
    width: 100%; /* changed from 1620px;*/
    bottom:0;
    overflow: hidden;
    position: relative;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}


.container {
    position: relative !important;
    min-height: 100vh !important;;
}

#content-wrap {
    padding-bottom: 2.5rem;    /* Footer height */
}

.footer {
    background-color: #f8f9fa!important;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 55px;            /* Footer height */
    margin-top:55px;
    border-top:2px solid #00b7f4;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.custom-control-label {
    font-size:0.8rem;
}
.custom-control-label::before {
    top: 0.15rem;
}
.custom-control-label::after {
    top: 0.15rem;
}
.tableData {
    font-size:0.8rem;
}
.tableData td {vertical-align: middle}
.tableData input {
    padding: 0px;
    width: 100px;
    text-align: center;
    margin: 0px;
    line-height: 0px;
    height: 20px;
}

.main-cont {
    margin-left:76px !important;
    margin-bottom:76px;
    width:calc(100% - 100px);
    margin-top:23px !important;
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 15px 15px 15px !important;
}
input, select, .select2-selection, textarea {
    border: 0px !important;
    background-color: #f8fafc !important;
    margin-bottom:4px;
}

.form-group:not(.row) {
    border: 0px solid #bdbdbd;
    padding: 4px;
    padding-top: 15px;
    position: relative;
    min-height: 45px !important;
}

.form-group:not(.row) label:not(.custom-control-label) {
    display: inline-block !important;
    position: absolute;
    top: -6px;
    margin-left: 0px;
    background-color: inherit;
    padding-left:0px;
    padding-right:10px;
    font-size:0.8rem;
}
.sub-main-cat {
    display: none;
}
.main-cat {
    cursor: pointer;
}