.btn-listing {
    padding: 0 10px;
    margin: 5px 1px;

}


.hide {
    display: none;
}

.table td {
    height: 20px!important;
    padding: 2px 12px!important;
}

.pull-right {
    float: right!important;
    margin-right: 2px;
}

.pull-left {
    float: left!important;
    margin-left: 2px;
}

.table-bordered .form-control {
    border-top: none!important;
    border-left: 0!important;
    border-right: 0!important;
    border-radius: 0!important;
}

.btn-middle {
    margin: 0 auto!important;
    display: block;
}

table.table-bordered.dataTable td:first-child, table.table-bordered.dataTable th:first-child {
    border-left-width: 1px;
}

.table-bordered>:not(caption)>*>* {
    border-width: 1px 1px;
}

table.table-bordered.dataTable tbody tr:last-child td {
    border-bottom-width: 1px!important;
}


.custom-separator {
    height: 2px;
    background:black;
    width: 150px;
    margin: 15px 0 ;
}


.error {
    border: 2px solid red!important;
}

.invalid-feedback {
    display: none;
}

.error + .invalid-feedback{
    display: block;
    font-weight: bold;
    font-size: 12px;
}

.tab .nav-tabs .nav-link.active {
    background: #fff;
    color: #343a40;
    border-bottom: 2px solid #7f7fcc;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6!important;
}

.tab .tab-content {
    background: #fff;
    padding: 1.25rem;
     box-shadow: none;
    border-radius: 0 0 .2rem .2rem;
}


.tab {
    padding-bottom: 0;
    margin-bottom: 0;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f7f7f7;
    opacity: 1;
    cursor: not-allowed;
}


@media (min-width: 992px) {
    .content {
        padding: 1rem 3rem 1.5rem;
    }

}
