.tablist {
    margin-bottom: 20px;
    min-width: 380px;
}

.tabs {
    display: inline-block !important;
    cursor: pointer;
    padding: 14px;
    border-width: 1px 1px 0 1px;
    border-color: #1d6314;
    border-style: solid;
    border-radius: 4px 4px 0 0;
    z-index: 2;
}

.tabs:hover {
    z-index: 1;
    top: -1px;
    position: relative;
}

.tabs.active:hover {
    z-index: 2;
    position: relative;
    top: 0;
}

.tabs.active, .tab_content.active {
    background-color: #eff7ee;
}

.tab_content {
    display: none;
    min-width: 335px;
}

.tab_content.active {
    display: block;
    padding: 20px;
    border: 1px solid #1d6314;
    margin-top: -21px;
    z-index: 1;
}

.authFrm {
    margin: 10px auto;
    max-width: 29%;
}

.authFrm form input {
    padding: 3px 5px;
    height: auto;
}

.green {
    color: green;
    font-size: 130%;
    margin-bottom: 20px;
    display: block;
}

.red {
    color: red;
    font-size: 130%;
    margin-bottom: 20px;
    display: block;
}

.caption {
    font-size: 200%;
    margin: 15px 0;
}

.learnersTbl tr td {
    border-bottom: 1px solid #b3b1b1;
    padding: 5px;
}

.learnersTbl tr:nth-child(odd) td {
    background-color: #fff;
}

.learnersTbl tr:hover td {
    background-color: #f4fad1;
}

.learnersTbl tr td img {
    width: 1.4rem;
    display: inline-block;
    margin-right: .5rem;
    cursor: pointer;
}

.learnersTbl tr td img.inactive {
    cursor: default;
    filter: grayscale(1);
    opacity: .15;
}

#user_filter input[type=submit] {
    display: inline;
    margin-right: 27rem;
}

.filter_table tr td {
    vertical-align: bottom;
}

.button {
    background: #1d6314;
    color: #fff;
    font-size: 1.0em;
    line-height: 17px;
    margin: 2px 0 0 0;
    padding: 0 20px;
    border: none;
    height: 16px;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
}

.button:hover {
    background: #e46702;
}

.button:active {
    background: #1baa1b;
    position: relative;
    left: 1px;
    top: 1px;
}

.button[disabled] {
    background: #d0efd4;
    cursor: default;
    left: 0;
    top: 0;
}

.cancel_exam{
    text-align: center;
    margin-bottom: 20px;
}

.errMsg{
    color: red;
    font-size: 200%;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}

#bottomdiv {
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
}

.pagination {
    display: flex;
    margin: 0.75rem auto;
    flex-flow: row wrap;
    justify-content: center;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

.pagination .page {
    width: 2rem;
    height: 2rem;
    /*border: solid 1px gray;*/
    line-height: 2rem;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 300;
    background: white;
    margin-left: 0.375rem;
    margin-right: 0.375rem;
    margin-bottom: 0.75rem;
}

.pagination .page.current {
    border: solid 1px green;
    color: green;
}

.pagination .paginate {
    height: 2rem;
    margin-left: 0.375rem;
    margin-right: 0.375rem;
}

.pagination .arrow img{
    height: 1.2rem;
    padding-top: 6px;
}
