﻿.pagination-text {
    padding-top: 0px;
}

.pagination {
    margin-top: 0px;
    margin-bottom: 10px;
}

.MattaiahCheckbox {
    background-color: whitesmoke;
    border-radius: 2px;
    border: 1px solid #003580;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: relative;
    top: 0px;
}

.MattaiahCheckbox:checked {
    background-color: #409fd6;
    background: #409fd6 url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 3px 3px no-repeat;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.3
}
