@media only screen and (max-width: 980px) {
}

@media only screen and (min-width: 1024px) {
    h1 {
        font-size: 2.5rem;
    }

    .juntosforever {
        display: flex;
        flex-direction: column;
        margin: 5% 10%;
        background: black;
        padding: 1rem;
        color: white;
    }
    .chi {
        display: flex;
        justify-content: center;
    }
    .ki {
        margin: 0 1%;
        cursor: pointer;
        color: wheat;
    }
    .hr {
        width: -webkit-fill-available !important;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
        border: 0 !important;
        border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    }
    thead {
        background-color: brown !important;
    }
    .table thead th {
        vertical-align: middle !important;
        text-align: center !important;
        font-size: 12px !important;
    }
    .table td, .table th {
        font-size: smaller !important;
        text-align: center;
    }
    label {
        display: inline-flex !important;
        align-items: center;
    }


    .dataTables_scrollBody {
        height: auto !important;
    }
    .dataTables_scrollHeadInner {
        width: auto !important;
        padding-right: 0 !important;
    }
    div.dataTables_scrollHead table.table-bordered {
        width: -webkit-fill-available !important;
    }
    .dataTables_filter {
        float: right;
    }
    .dataTables_paginate {
        float: right;
    }
    .table {
        margin-bottom: 0 !important;
    }
    .dataTables_scroll {
        margin: 1% 0% 2% 0% !important;
    }

    .form-control {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .form-inline {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
    }

    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer;
        color:black;
    }

    [type=button], [type=reset], [type=submit], button {
        -webkit-appearance: button;
    }

    th,td {
        padding: 0.4rem !important;
    }

    tr.even {
        background: lightcoral !important;
    }

    tr.odd {
        background: white !important;
    }

    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .col-sm-12.col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    label {
        margin-bottom: 0.5rem;
    }

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

    .form-control {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
        color: black;
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6;
        color: black;
    }

    .table-striped tbody tr:nth-of-type(odd) {
        background-color: white !important;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .pagination {
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        list-style: none;
        border-radius: .25rem;
    }

    dl, ol, ul {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .page-item.disabled .page-link {
        color: #6c757d;
        pointer-events: none;
        cursor: auto;
        background-color: #fff;
        border-color: #dee2e6;
    }

    .page-item:first-child .page-link {
        margin-left: 0;
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .page-link {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #007bff;
        background-color: #fff;
        border: 1px solid #dee2e6;
    }

    a {
        color: brown;
        transition: 0.5s;
    }

    .container {
        width: 100%;
    }
}
