.col-form-label {
    padding-top: 0rem;
    padding-bottom: 0.35rem;
}

.accordion-body {
    padding: 1rem 0.5rem;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    padding-right: 35px;
    vertical-align: middle;
}

.accordion.accordion-flush#accordionIndexView,
.accordion-header#flush-headingEditView {
    margin-top: 17px;
}

@media only screen and (max-width: 767px) {
    .dataTables_wrapper .dt-buttons {
        display: none;
    }

    .dataTables_wrapper .dataTables_filter {
        text-align: right !important;
    }

    .list-unstyled.topnav-menu.topnav-menu-left li .navbar-toggle.nav-link .lines {
        display: none;
    }

    .header-title + .btn-group > a .btn {
        line-height: 1;
        padding-left: 0;
        font-size: 0;
    }

    .header-title + .btn-group > a .btn i {
        font-size: 1.5rem;
    }

    .header-title + .btn-group .btn-group button[type="submit"],
    .header-title + .btn-group .btn-group button[type="button"],
    .header-title + .btn-group .btn-outline-primary {
        display: flex;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-title + .btn-group .btn-group button[type="submit"] i {
        margin-right: 3px;
    }

    .accordion.accordion-flush#accordionEditView {
        margin-top: 33px;
    }

    .accordion.accordion-flush#accordionEditView .accordion-item h2 .accordion-button {
        font-size: 0;
        padding: 0;
        width: 70px;
        float: right;
    }

    .accordion.accordion-flush#accordionEditView .accordion-item h2 .accordion-button i {
        font-size: 1.3rem;
    }

    .accordion.accordion-flush#accordionEditView .accordion-item h2 .accordion-button::after {
        width: 1.5rem;
        height: 1.5rem;
        background-size: 1.5rem;
    }

    .accordion.accordion-flush#accordionIndexView {
        margin-top: 33px;
    }

    .accordion.accordion-flush#accordionIndexView .accordion-item h2 .accordion-button {
        font-size: 0;
        padding: 0;
        width: 70px;
        float: right;
    }

    .accordion.accordion-flush#accordionIndexView .accordion-item h2 .accordion-button i {
        font-size: 1.3rem;
    }

    .accordion.accordion-flush#accordionIndexView .accordion-item h2 .accordion-button::after {
        width: 1.5rem;
        height: 1.5rem;
        background-size: 1.5rem;
    }
    table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
        right: 0.2em;
    }
    table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before{
        right: 0.65em;
    }
    
}

@media only screen and (max-width: 575.98px) {

    li.paginate_button.next,
    li.paginate_button.previous {
        font-size: 1rem;
    }

    .col-form-label {
        padding-top: 0;
    }

}

@media only screen and (max-width: 320px) {
    .accordion.accordion-flush#accordionEditView .accordion-item h2 .accordion-button {
        width: 50px;
    }

    .header-title + a .btn-primary {
        padding-left: 10px;
        padding-right: 10px;
        display: flex;
    }
}
