.wrapper {
    margin-right: calc(-1 * (100vw - 100%));
    padding-top: 75pt;
    padding-bottom: 80pt;
}

@media (min-width: 576px) {
    .container {
        max-width: 550px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}


#proxy-table tr td:not(:first-child),
#proxy-table thead th:not(:first-child) {
    text-align: center !important;
}

#data-region button {
    color: inherit;
    text-decoration: none;
}

.table {
    color: #45505a;
}

.custom-icon-center {
    vertical-align: bottom;
}

.navbar-custom {
    padding: 0 !important;
}

div.dataTables_info {
    white-space: break-spaces !important;
}

.mt-flag {
    margin-top: -4px;
}

table tr.highlight {
    background-color: #bbf9b6 !important;
}

table .filters .bootstrap-select button {
    line-height: 1.0;
}

button[disabled] {
    pointer-events: none;
}

.fa-eye,
.fa-eye-slash {
    color: #3b73da;
}

.container-img {
    margin: -15px auto 9px auto;
}

.container-img a,
.banner {
    width: inherit;
    border-radius: 5px;
}
