h3{
    clear: both;
    padding: 40px 0 20px 0;
    color: #c5a960;
    width:100%;
}
.messages-wrapper{
  display:none;
}
a#edit-alphabet-target-id-all,a#edit-category-target-id-all {
    font-size: 0;
    padding-bottom: 4px;
}
a#edit-alphabet-target-id-all:before,a#edit-category-target-id-all:before {
    content: "ALL";
    font-size: 16px;
}
.view-teacher .views-exposed-form {
    padding: 20px;
    margin-bottom: 10px;
    background: #F2f2f2f2;
    border-radius:6px;
}

.view-teacher .form-item{
  overflow:hidden;
}
/*.view-teacher .form-item label {
    float: left;
    width: 70px;
    text-align: right;
    font-size: 16px;
    color: #000;
    padding: 6px 0;
    margin-right: 20px;
    margin-top: 5px;
}*/
.form-actions{
  display:none;
}

.view-teacher form.views-exposed-form  .form-select li {
    max-width: auto;
    float: left;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}

.view-teacher .bef-link-active {
    background: none;
}

.view-teacher form.views-exposed-form .form-select li a {
    display: block;
    padding: 10px 10px;
    margin: 0 5px;
    font-size: 16px;
    color: #999;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.view-teacher form a.bef-link--selected  {
    color: #ffffff !important;
    background-color: #bc0000;
    text-decoration: none;
}

.view-teacher form.views-exposed-form  .form-select li {
    border: none;
}

.view-teacher form.views-exposed-form  .form-select  li:hover {
    background: none;
}
.view-teacher  form a:hover, .view-teacher form.views-exposed-form .form-select  li:hover a {
    background:#bc0000 !important;
    color: #FFF !important;
}

@media (max-width: 768px) {
.view-teacher form.views-exposed-form .form--inline .form-select {
        width: auto;
        flex: 1;
    }

.view-teacher .form--inline>div:nth-child(1) {
        padding-top: 20px;
        margin-bottom: 0px;
        display: flex;
        width: 100%;
    }

    .view-career-report .form--inline>div:nth-child(2) {
        padding-top: 20px;
        margin-bottom: 5px;
        display: flex;
        width: 100%;
    }

    form.views-exposed-form .form--inline>div {
        margin-bottom: 0px !important;
    }

    .view-career-report .form--inline div label {
        float: left;
        width: 45px;
        text-align: right;
        font-size: 14px;
        color: #999;
        padding: 6px 0;
        margin-right: 5px;
        margin-top: -2px;
    }

    .view-career-report form.views-exposed-form .form--inline .form-select li a {
        display: block;
        padding: 6px 6px;
        margin: 0 5px;
        font-size: 12px;
        color: #999;
        font-weight: normal;
    }
}