/* Quick Search Form */
.moh-quick-search {
    margin: 30px 0;
    width: 100%;
}

.moh-quick-search-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.moh-quick-search-input {
    width: 100%;
}

.moh-quick-search-input [type=text] {
    padding: 15px 10px 10px !important;
    font-size: 20px !important;
    line-height: 1 !important;
    margin-bottom: 20px;
}

.moh-quick-search-selects {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.moh-quick-search-select {
    width: 100%;
    margin-bottom: 20px;
}

.moh-quick-search-select select {
    padding: 16px 10px 12px !important;
    font-size: 20px !important;
    line-height: 1 !important;
}

button.moh-quick-search-button {
    padding: 16px !important;
    font-size: 20px !important;
    line-height: 1 !important;
    border: none;
}

@media screen and (min-width: 820px) {
    .moh-quick-search-form form,
    .moh-quick-search-selects {
        flex-direction: row;
    }

    .moh-quick-search-input {
        margin-right: 20px;
        width: calc(25% - 20px);
    }

    .moh-quick-search-input [type=text] {
        margin-bottom: 0;
    }

    .moh-quick-search-selects {
        margin-right: 20px;
        width: calc(50% - 20px);
    }

    .moh-quick-search-select {
        width: calc(50% - 10px);
        margin-bottom: 0;
    }

    .moh-quick-search-select.first {
        margin-right: 20px;
    }

    button.moh-quick-search-button {
        width: 25% !important;
    }
}

/* Filter Form and Results Table */
.moh-recipients-container {  }

.moh-recipients-loading {
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

.moh-recipients-filter {
    margin: 30px 0 15px;
    position: relative;
}

.moh-recipients-filter-input[type=text] {
    padding: 25px 60px 20px 20px !important;
    font-size: 24px !important;
    line-height: 1 !important;
}

.moh-recipients-filter-input[type=text]::-ms-clear {
    display: none;
    height: 0;
    width: 0;
}

.moh-recipients-filter-selects {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.moh-recipients-filter-select {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (min-width: 820px) {
    .moh-recipients-filter-selects {
        flex-direction: row;
    }

    .moh-recipients-filter-select {
        width: calc(50% - 10px);
        margin-bottom: 0;
    }

    .moh-recipients-filter-select {
        align-self: flex-end;
        margin-left: auto;
    }

    .moh-recipients-filter-select.first {
        margin-right: 20px;
        align-self: flex-start;
    }
}

.moh-recipients-filter-select select {
    padding: 15px 10px 10px;
    font-size: 20px !important;
    line-height: 1 !important;
}

.moh-recipients-filter-input-clear {
    position: absolute;
    top: 22px;
    right: 18px;
    color: #999;
    cursor: pointer;
    padding: 5px 8px 0;
}

.moh-recipients-filter-input-clear i {
    font-size: 20px;
    line-height: 1;
}


.moh-recipients-filter-results {
    margin-top: 30px;
    display: block;
    font-size: 18px;
    color: #888;
    font-style: italic;
}

.moh-recipients-filter-result-count {
    font-weight: bold;
}

.moh-recipients-mobile-scroll {
    margin-top: 10px;
    font-size: 16px;
    font-family: "Trade Gothic", Serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    display: block;
}
@media screen and (min-width: 820px) {
    .moh-recipients-mobile-scroll {
        display: none;
    }
}

/* Listing Table */
.moh-recipients-table {
    overflow-x: scroll;
}
@media screen and (min-width: 820px) {
    .moh-recipients-table {
        overflow-x: auto;
    }
}

.moh-recipients-table table {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-bottom: 30px;
    color: #0D2537;
    min-width: 800px;
}

.moh-recipients-table table a {
    color: #0D2537;
}

.moh-recipients-table table a:hover {
    color: #699cc0;
}

.moh-recipients-table table thead {
    background: transparent;
    border: none;
    font-family: "Trade Gothic", Serif;
    font-weight: bold;
    text-transform: uppercase;
}

.moh-recipients-table table thead:first-child tr:first-child th {
    border-top: 1px solid #eee;
}

.moh-recipients-table th {
    cursor: pointer;
    text-align: left;
    padding: 18px 12px 16px; 
}

.moh-recipients-table th.active .arrow {
    opacity: 1;
}

.moh-recipients-table table th, 
.moh-recipients-table table td { 
    border: none;
    border-bottom: 1px solid #eee;
    width: 24%;
}

.moh-recipients-table table td {
    padding: 12px 12px 10px; 
}

.moh-recipients-table .arrow {
    display: inline-block;
    vertical-align: top;
    width: 0;
    height: 0;
    margin-left: 2px;
    opacity: 0.33;
    margin-top: 13px;
}

.moh-recipients-table .arrow.asc {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #333;
}

.moh-recipients-table .arrow.dsc {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333;
}

.moh-recipients-pagination .pagination, 
.moh-recipients-pagination .pagination li { 
    list-style-type: none; 
}

.moh-recipients-pagination .pagination { 
    text-align: center; 
    margin: 20px auto;
    padding: 0;
}

.moh-recipients-pagination .pagination li { 
    display: inline-block; margin: 0 5px 10px; 
}

.moh-recipients-pagination .pagination-link--active { 
    background-color: #ceb229 !important; 
}
