.o2-admin-users-page {
    top: 0;
    bottom: 0;
    width: 100%;
}

.o2-admin-users-page .buttons-row {
    height: 45px;
    width: 100%;
}

.o2-admin-users-page .buttons-row button:disabled{
    opacity: 1;
}

.o2-admin-users-page .buttons-row button {
    margin: 7px 0;
    width: initial;
}

.o2-admin-users-page .buttons-row input {
    margin: 6px auto;
    display: inline-block;
    width: 20px;
    height: 34px;
    outline: none;
}

.o2-admin-users-page .buttons-row label {
    margin: 2px 5px 2px 0;
    color: white;
    position: relative;
    top: -10px;
    width: calc(100% - 30px);
    display: inline-block;
}

.o2-admin-users-page .pagination-row {
    height: 45px;
    bottom: 0;
    width: 100%;
    position: absolute;
}

.o2-admin-users-page .pagination-row .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 7px 0;
    border-radius: 4px;
    float: right;
}

.o2-admin-users-page .pagination-row pre {
    display: inline-block;
    margin: 7px 0;
    padding: 0 5px;
    line-height: 28px;
    float: left;
}

.o2-admin-users-page .pagination-row select {
    display: inline-block;
    width: 70px;
    margin: 7px 5px;
    line-height: 28px;
    height: 30px;
    float: right;
}

.o2-admin-users-page .table-row {
    /*top: 0;*/
    top: 85px;
    bottom: 45px;
    width: 100%;
    position: absolute;
}

.o2-admin-users-page .table-row table.o2-dna {
    width: auto;
    margin: auto;
    float: initial;
}

.o2-admin-users-page .table-row table.o2-dna button{
    height: initial;
    margin: 0;
}

.o2-admin-users-page .table-row table.o2-dna thead.o2-dna-thead,
.o2-admin-users-page .table-row table.o2-dna tbody.o2-dna-tbody,
.o2-admin-users-page .table-row table.o2-dna tr.o2-dna-tr,
.o2-admin-users-page .table-row table.o2-dna td.o2-dna-td,
.o2-admin-users-page .table-row table.o2-dna th.o2-dna-th {
    box-sizing: border-box;
    display: block;
}

.o2-admin-users-page .table-row table.o2-dna tr.o2-dna-tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.o2-admin-users-page-info .table-row table.o2-dna thead.o2-dna-thead th.o2-dna-th {
    height: 30px;
    line-height: 30px;
}

.o2-admin-users-page .table-row table.o2-dna tbody.o2-dna-tbody {
    height: 300px;
    overflow-y: auto;
    width: 100%;
}

.o2-admin-users-page .table-row table.o2-dna tbody.o2-dna-tbody td.o2-dna-td,
.o2-admin-users-page .table-row table.o2-dna thead.o2-dna-thead th.o2-dna-th {
    float: left;
    margin: auto;
}

/* NEED TO REFACTOR ALL TABLES */

table.o2-dna {
    width: 100%;
}

table.o2-dna thead {
    /*color: #ffffff;*/
    border-bottom: 1px solid;
}

table.o2-dna th {
    /*font-family: "Opensans Light";*/
    font-size: 14px;
    padding: 3px;
}

table.o2-dna tbody tr {
    /*color: #ffffff;*/
    /*font-family: "Opensans Light";*/
    font-size: 12px;
    cursor: pointer;
}

table.o2-dna tbody td {
    padding: 3px;
}

table.o2-dna tbody td:nth-child(3),
table.o2-dna tbody td:nth-child(4) {
    /*text-align: center;*/
}

table.o2-dna tbody tr:nth-child(2n) {
    /*background-color: #2d63b4;*/
}

table.o2-dna tbody tr:hover {
    /*background-color: #3588b4;*/
}