html {
    height: 100vh;
}

body {
    font-family: "PT Sans", sans-serif;
}

.page {
    height: 100%;
    margin-top: 60px;
}

.form-header {
    font-size: 32px;
    color: #2A3F54;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-wrapper {
    margin-top: 5%;
}

.custom-input:focus, div.dataTables_filter > label > input[type='search']:focus {
    border: 3px solid #2A3F54;
    box-shadow: none;
    outline: none;
}

.custom-input, div.dataTables_filter > label > input[type='search'] {
    border: 1px solid #2A3F54;
    padding: .375rem 1.5rem;
    font-size: 18px;
    font-weight: 400;
    font-family: "PT Sans", sans-serif;
}

.btn {
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.btn-75 {
    width: 75%;
}

.navbar {
    background-color: #2A3F54;
    max-height: 10rem;
}

.nav-item.dropdown.show {
    background-color: #e7e7e7;
}

.nav-item.dropdown.show a.nav-link {
    color: #555;
}

.navbar-brand, .navbar-dark .navbar-nav .nav-link {
    color: #E3E6E8;
}

li.nav-item .dropdown-menu {
    left: auto;
    right: 0;
}

.dropdown-menu {
    margin-top: 0;
}

.ui-table {
    width: 100% !important;
}

.table-container {
    margin-top: 4rem;
}

table.dataTable tbody tr {
    height: 35px;
}

table.dataTable thead tr {
    height: 35px;
}

table.dataTable tbody tr td {
    padding: 8px;
}

table.dataTable thead tr th {
    padding: 8px 30px 8px 8px;
    background-color: #3F5367;
    color: rgba(236,240,241,0.8);
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc {
    color: #fff;
}

.dropdown-menu > a:focus, .dropdown-menu > a:hover, .dropdown-menu > form > button:focus, .dropdown-menu > form > button:hover {
    background: #4070A0;
    color: #fff;
}

.table-wrapper {
    background: #EBEBEB;
    padding: 1rem .25rem !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #ffffff;
}

.dataTables_filter input.form-control {
    height: 25px;
    border-radius: 50rem!important;
    margin: 0;
}

.dataTables_filter input.form-control:focus {
    height: 27px;
}

a.action-icon, a.action-icon:not([href]):not([tabindex])  {
    color: #28a745;
    cursor: pointer !important;
}


.col-form-label {
    text-align: right;
}

.unsub-header-text {
    color: #454545;
    font-size: 20px;
}

.environment-banner {
    font-size: 10px;
    color: white;
    text-align: center;
}

.login-version {
    display: inline;
    margin-left: 2px;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.8;
}