.cf-search {
    width: 700px;
    margin: 50px auto !important;
    background: #f7f8fd;
    border: 3px solid #eceefb;
    padding: 30px;
    border-radius: 10px;
}

.cf-search form {
    width: 100%;
}

.cf-search-field input {
    border: 1px solid #000 !important;
}

.cf-search-fields-group {
    display: inline-block;
    width: 100%;
}

.cf-search-field-date {
    position: relative;
}

.cf-search-field-date input {
    max-width: 80%;
}

.cf-search-field-date img {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 8px;
}

.certificate-search-submit-btn {
    display: block;
    border: none;
    height: 47px !important;
    width: 200px;
    background: #000 !important;
    color: #fff !important;
    min-height: 47px;
    border-radius: 0 !important;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.cf-search-result-container {
    max-width: 100%;
    box-shadow: 0 0 12px 0 rgba(43, 43, 43, 0.3);
    padding: 0;
}
.certificate-search-submit-btn:hover {
    background: #000 !important;
    color: #fff !important;
}

.cf-results-heading {
    color: white !important;
    font-size: 26px !important;
    background: #435d7d;
    padding: 16px 30px;
    margin: 0;
}

.cf-results-heading span {
    float: right;
    cursor: pointer;
}

.search-table {
    border-spacing: 0 !important;
    min-width: 100%;
    margin-top: 30px;
}

.search-table thead {
    background-color: transparent;
}

.search-table thead tr th {
    background-color: #e8e8e8 !important;
    color: #000000 !important;
    text-align: center;
    padding: 15px 0px;
}

.search-table tbody tr td {
    padding: 14px 10px;
    text-align: center;
    border: none;
}

.search-table tbody tr td.pending-status {
    color: #e98642;
}

.search-table tbody tr td.cf-status-td-cell.graduated-status {
    color: #4dbf6e;
}
.search-table .cf-student-name-td-cell span::before {
    display: inline-block;
    content: "\f12a";
    font-family: "dashicons";
    font-size: 28px;
    vertical-align: middle;
    margin-right: 10px;
    color: green;
}
.search-table .cf-student-name-td-cell span.pending-status::before {
    content: "\f469";
    color:#e98642;
}
.search-table .cf-status-td-cell.pending-status{
    color:#e98642;
}
.search-table .cf-status-td-cell.pending-status::after{
    content:" *";
    display: inline-block;
    margin-left: 3px;
}
.cf-pending-status-notes {
    color: #e98642;
    padding: 10px;
    border: 1px solid;
    margin: 20px;
    display: none;
}
.cf-pending-status-notes p {
    font-size: 14px;
    margin-bottom: 0 !important;
}
.cf-award-date-td-cell.pending-status {
    display: none;
}
.search-table tbody tr td:first-child span {
    vertical-align: middle;
}

.search-table tbody tr td:first-child img {
    margin-right: 10px;
}

.success {
    color: #155724;
    background-color: #d4edda;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: 0.25rem;
}

.cf-danger-box {
    color: #721c24;
    background-color: #f8d7da;
    position: relative;
    padding: 0.75rem 1.25rem;
    border: 1px solid #f5c6cb;
    border-radius: 0.25rem;
    display: none;
}
.cf-search-result-container {
    padding: 0 !important;
    display: none;
}
.cf-result-table-wrapper {
    display: none;
}

@media screen and (min-width: 768px) {
    .cf-search form .cf-search-field {
        float: left;
        width: 33.33%;
    }

    .cf-search form .certificate-search-submit-btn {
        max-width: 75%;
        margin-top: 28px;
    }

    .cf-search form .cf-search-field:first-child {
        padding-right: 40px;
        max-width: 250px;
    }

    .cf-search-result-container {
        max-width: 960px;
    }
}

@media screen and (max-width: 768px) {
    .cf-search {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .cf-search form {
        display: initial;
    }

    .cf-field,
    .certificate-search-submit-btn {
        display: block !important;
        width: 100%;
    }
}
