/*HEADER*/
.centres-header {
    padding: 80px 0;
    background-image: url("../../img/longomatch/professionals/header/longomatch-certification-header.jpg");
    background-attachment: fixed;
    background-size: cover;
}

.centres-header h1 {
    margin-bottom: 80px;
    color: #fff;
}

.centres-header h5 {
    color: #fff;
    line-height: 26px;
}

@media only screen and (max-width: 992px) {
    .centres-header {
        text-align: center;
    }

    .img-centres-header {
        margin: 40px auto 0 auto;
        max-width: 350px;
        width: 100%;
    }
}
/*!HEADER*/

/*LIST*/
.professionals-list-filter {
    padding: 80px 0 0 0;
    padding-bottom: 25px;
}

.professionals-list {
    margin-bottom: 80px;
}

.professionals-list-filter-form > div {
    margin-right: 5px;
    margin-left: 5px;
    width: calc(33% - 11px)!important;
}

.professionals-list-filter-form > div.professionals-list-filter-button {
    width: 40% !important;
}

.professionals-list-filter-form > div:last-child {
    margin-right: 0;
}

.professionals-list-filter-form > div > input, .professionals-list-filter-form > div {
    display: inline-block;
    position: relative;
}

.professionals-list-filter-form > div > input, .professionals-list-filter-form > div > select {
    color: #999;
    position: relative;
}

.professionals-list-filter-form > div > select {
    background-color: #eeeeee;
    border: medium none;
    font-family: 'gotham-book', Helvetica, Arial, sans-serif;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.professionals-list-filter-form > div > select::-ms-expand {
    display: none;
}

.professionals-list-filter-form > div > input, .professionals-list-filter-form > div > select {
    color: #999;
    position: relative;
}

.form-control {
    background-color: #eeeeee;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    color: #444444;
    font-family: 'gotham-book', Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 40px;
}

.professionals-list-filter-form > div > input, .professionals-list-filter-form > div {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.professionals-list-filter-search-input {
    padding: 6px 12px 6px 40px;
}

.search-customer-submit-button {
    color: #fff !important;
    background-color: #93B859;
    font-family: gotham-book, Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

.professionals-list-filter-search-icon::after {
    content: "\f002";
    color: #6E801C;
    font-family: FontAwesome;
    position: absolute;
    display: inline-block;
    left: 9px;
    top: 7px;
    font-size: 18px;
}

.professionals-list-filter-select-icon::after {
    content: "";
    position: absolute;
    border-left: 2px solid #6E801C;
    border-bottom: 2px solid #6E801C;
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    right: 22px;
    top: 13px;
}

.professionals-list-filter-form > div > select {
    background-color: #eeeeee;
    border: medium none;
    font-family: 'gotham-book', Helvetica, Arial, sans-serif;
    font-size: 13px;
}



.professionals-list table thead th {
    font-family: 'gotham-bold', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.professionals-list .professionals-list-body-rows td {
    vertical-align:middle;
    padding-top: 20px;
    padding-bottom: 20px;
}

.professionals-list-table > tbody > tr > td,
.professionals-list-table > tbody > tr > th,
.professionals-list-table > tfoot > tr > td,
.professionals-list-table > tfoot > tr > th,
.professionals-list-table > thead > tr > td,
.professionals-list-table > thead > tr > th{
    border: none;
}

.professionals-list-body-rows {
    background-color: #E9E9E9;
}
.professionals-list-table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.professionals-list-table-image {
    height: 36px;
    width: 99px;
    max-width: 99px;
}


.professionals-list-navigation-button, .professionals-list-navigation-button:focus, .professionals-list-navigation-button:hover {
    background-color: #ffffff;
    border: 1px solid #6f803e;
    border-radius: 3px;
    display: inline-block;
    max-width: 35px;
}

.angle-left:before {
    content: "\f104";
    color: #6f803e;
    font-family: FontAwesome;
    font-size: 24px;
    padding: 0 11px;
}

.angle-right:before {
    content: "\f105";
    color: #6f803e;
    font-family: FontAwesome;
    font-size: 24px;
    padding: 0 11px;
}

.professionals-list-navigation-container {
    float: right;
    padding-top: 36px;
}

.professionals-list-navigation-container > div {
    float: left;
    margin-left: 6px;
    margin-right: 6px;
}

.professionals-list-navigation-container > div:first-child {
    margin-right: 6px;
    width: 33px;
    height: 36px;
}

.professionals-list-navigation-container > div:last-child {
    margin-left: 6px;
    width: 33px;
    height: 36px;
}

.professionals-list-navigation-button-number {
    color: #6f803e;
    font-family: 'gotham-bold', Helvetica, Arial, sans-serif;
    font-size: 15px;
    width: 33px;
    height: 36px;
    padding-top: 7px;
    text-align: center;
}

.professionals-list-navigation-button-number-active,
.professionals-list-navigation-button-number-active:hover {
    background-color: #6f803e;
    color: #ffffff;
}

.professionals-list-filter-form .professionals-list-filter-button-search {
    width: 48% !important;
    display: inline-block;
}

.professionals-list-filter-form .professionals-list-filter-button-seeall {
    width: 48% !important;
    display: inline-block;
    right: 0;
    position: absolute;
}

@media (max-width: 1200px) {

}

@media (max-width: 600px) {
    .professionals-list-filter-form > div {
        margin: 0;
        width: 100% !important;
        margin-bottom: 20px;
    }

    .professionals-list-filter-form > div > input {
        margin-bottom: 0;
    }
}

@media (max-width: 500px) {
    .professionals-list-filter-form > div.professionals-list-filter-button-search {
        width: 100% !important;
        margin: 0 0 20px 0;
    }

    .professionals-list-filter-form > div.professionals-list-filter-button-seeall {
        width: 100% !important;
        margin: 0;
    }

}
/*!LIST*/
