.profile-sections-header-delimiter{
    height: 1px;
    border-top: 1px solid #F1F1F1;
}
.main-profile-container{
    background-color: #FAFAFA;
    padding-bottom: 40px;
    padding-top: 40px;
}

.profile-section-container .profile-section-header{
    color: #fff;
    display: inline-block;
    background-color: #326832;
    padding: 10px;
    font-size: 14px;
    margin: 20px 0;
}

.profile-details-title {
    position: relative;
    margin: 0 0 40px 0;
    text-align: left;
}

.profile-details-title:after {
     content: " ";
     width: 70px;
     position: absolute;
     bottom: -15px;
     left: 0;
     height: 6px;
     background: #326832;
}

.profile-media-container {
    background: #fff;
    padding: 16px;
    text-align: center;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .04), 0 1px 1px 0 rgba(0, 0, 0, .08), 0 2px 1px -1px rgba(0, 0, 0, .05);
}

.displayed-profile-img{
    height: 340px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    box-shadow: inset 0px -92px 116px -68px rgba(0, 0, 0, 0.6);
}
.profile-images-container{
    width: 100%;

}
.profile-images-container td{
    overflow: hidden;
    width: 33%;
}
.profile-images-container td:nth-child(1){
    padding-right: 5px;
}
.profile-images-container td:nth-child(2){
    padding-right: 5px;
    padding-left: 5px;
}
.profile-images-container td:nth-child(3){
    padding-left: 5px;
}
.profile-images{
    cursor: pointer;
    height: 134px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}
.profile-images.active{
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.profile-carousel-container{
    position: relative;
}
/*[data-u="slides"] {*/
    /*box-shadow: inset 0px -92px 116px -68px rgba(0, 0, 0, 0.6);*/
/*}*/
.business-name-no-slideshow{
    font-size: 36px;
    width: 100%;
    margin: 30px 0 50px 0;
}

.business-name{
    z-index: 999;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 36px;
    width: 100%;
    margin:0;
    padding: 20px 0px 20px 20px;
    box-shadow: inset 0px -69px 38px -20px rgba(0, 0, 0, 0.2);
}

.business-description{
    padding: 20px 20px 20px 20px;
}

.business-description p{
    margin-bottom: 15px;
}

.business-description h4{
    margin-bottom: 5px;
}

.business-description h4 img{
    margin-right: 5px;
}

.business-description h3 {
    margin-top: 40px;
}

.business-description h3:first-child {
    margin-top: 10px;
}

.business-description .meta-keywords{
    text-transform: uppercase;
    margin: 0;
    color: #777;
}

.business-description .meta-keywords .tag-item{
    padding: 2px 6px;
    font-size: 75%;
    font-weight: 700;
    /*line-height: 1;*/
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
}

.business-description div {
    white-space: pre-line;
}

.contact-container-profile .contact-details{
    padding: 0px 20px 20px 20px;
    margin: 0;
    list-style: none;
}
.contact-container-profile .contact-details a{
    word-break: break-all
}
#google-map-user-address{
    height: 215px;
    width: 100%;
    filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}

#outlets_modal{
    width: 100%;
}
#outlets_modal .modal-dialog{
    height:500px;
}
#outlets_modal .modal-dialog .modal-content .modal-body, #outlets_modal .modal-dialog .modal-content {
    width: 100%;
    height: 100%;
}
#outlets_modal .modal-dialog .modal-content .modal-body #google-map-outlets{
    height: 100%;
}
#outlets_modal .modal-header{
    position: absolute;
    z-index: 999;
    top: 10px;
    right: 10px;
}
#outlets_modal .modal-body {
    padding: 0;
}


.address-direction-title {
    padding: 20px;
    text-align: center;
    margin: 0;
    display: block;
    text-transform: uppercase;
    background: #326832;
    color: #fff;
    position: relative;
    line-height: 18px;
    z-index: 1;
    overflow: hidden;
}

.address-direction-title:hover, .address-direction-title:active, .address-direction-title:focus {
    text-decoration: none;
    cursor: pointer;
    background: #387538;
    color: #fff;
}

.address-direction-title::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f061";
    position: absolute;
    color: #fff;
    width: 30px;
    right: -30px;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 18px;
}

.address-direction-title:hover::after {
    right: 10px;
    z-index: 2;
}

.profile-opening-hours-container{
    width: 100%;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 20px;
}
.profile-opening-title{
    padding-left: 20px;
    font-size: 16px;
}

.network-user-section-container{
    padding: 0px 20px 10px 20px;
}
.network-user-section{
    background-color: #FAFAFA;
    margin-bottom: 10px;
    padding: 20px;
    display: block;
    width: 100%;
    overflow: auto;
    position: relative;
}
.network-user-section-table{
    display: table;
    height: inherit;
}
.network-user-section-cell{
    display: table-cell;
    vertical-align: middle;
}
.network-user-img{
    display: inline-block;
    width: 100px;
    height: 60px;
}
.network-user-img img{
    display: block;
}
.network-user-action {
    color: #4D545D;
    display: inline-block;
    margin: 0;
}
.profile-user-certified .find-out{
    font-size: 12px;
    color: #ccc;
}
.profile-user-certified{
    float: left;
    display: inline-block;
    max-width: 50%;
    padding: 20px;
    height: 190px;
}
.profile-user-certified img{
    max-height: 100% !important;
}
.clear-both{
    clear: both;
}
.certified-table{
    display: table;
    height: 190px;
    overflow: hidden;
}
.certified-cell{
    display: table-cell;
    vertical-align: middle;
}
.find-out-percentage[data-user-type="producer"]{
    color: #a2b53f;
}
.find-out-percentage[data-user-type="retailer"]{
    color: #e99332;
}
.find-out-percentage[data-user-type="intermediary"]{
    color: #d25329;
}
.find-out-percentage{
    font-size: 48px;
    display: block;
    font-weight: 900;
}
.find-out-percentage span.percentage-txt{
    font-size: 40px;
}
.find-out-percentage span.status-txt{
    font-size: 25px;
}
.network-user-action a{
    font-weight: 800;
    text-decoration: none;
    color: #4D545D;
}
.network-certification-users{
    font-weight: 700;
    font-size: 15px;
    height: 60px;
    padding-right: 20px;
}
.network-certification-users.centered-status{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: right;
    padding: 0px 20px 0px 0px;
}
.network-certification-users.not-visible{
    opacity: 0;
    width: 145px;
}
.network-certification-users img{
    display: inline-block;
}
.network-certification-users span.cert-percentage{
    margin-left: 10px;
    font-size: 20px;
    display: inline-block;
    width: 65px;
    text-align: right;
}
.network-certification-users span.cert-text{
    margin-left: 10px;
    font-size: 14px;
    height: 60px;
    width: 145px;
    display: table-cell;
    vertical-align: middle;
}
.profile-section-container .certificates-container, .profile-section-container .memberships-container{
    padding: 0px 20px;
}
.profile-section-container .faded-bottom-paragraph{
    color: #888;
    padding: 20px 20px 20px 20px;
    font-size: 12px;
}
.primary-producer-container{
    padding: 0px 20px 20px 20px;
}
.primary-producer-container .dropdown-row.title td{
    color: #326832;
    background-color: #FAFAFA;
    padding: 5px;
}
.primary-producer-container tr.data-1, .primary-producer-container tr.data-2  {
    color: #4D545D;
    background-color: #FAFAFA;
}
.primary-producer-container table {
    width: 100%;
}
.primary-producer-container table td {
    padding: 2px 5px 2px 5px;
}
.primary-producer-container .top-title-row-container .top-title-row{
    padding: 5px;
}
.primary-producer-container table tr.data {
    background-color: #FAFAFA;
}
.primary-producer-container table tr.data td{
    vertical-align: top;
}
.sales-container{
    padding: 0 10px 10px 10px;
    overflow: auto;
}
.sales-type-side-container{
    width: 50%;
    min-width: 340px;
    float: left;
}
.sales-type-side-container .sales-type-container:first-child{
    padding: 0px 10px 10px 10px;
}
.sales-type-side-container .sales-type-container:not(:first-child){
    padding: 10px 10px 10px 10px;
}

.sales-type-title{
    font-weight: 800;
    border-bottom: 1px solid #326832;
}
.sales-type-container table.drop-down.sales{
    width: 100%;
}
.sales-type-container  .dropdown-row.title{
    color: #326832;
    background-color: #FAFAFA;
}
.sales-type-container  .data{
    background-color: #FAFAFA;
}
.sales-type-container .drop-down.sales td{
    padding: 2px 5px;
}
.sales-type-container .bottom-paragraph{
    font-size: 13px;
    margin-bottom: 10px;
}
.sales-type-container .drop-down.sales .item-name{
    color: #4D545D;
    font-size: 14px;
    font-weight: 600;
}
.drop-down.sales .list-unstyled li{
    padding: 2px 5px;
}
.sales-type-container .drop-down.sales td.top-title-row{
    padding: 5px;
}
.sales-type-container ul{
    margin: 0;
}
.green-notification-txt{
    color: #326832;
    font-weight: 800;
    border-right: 1px solid #326832;
    line-height: 12px;
    display: inline-block;
    padding-right: 7px;
    margin-right: 4px;
    text-align: center;
}
.certificates-container .green-notification-txt, .memberships-container .green-notification-txt{
    width: 30px;
}
.certification-name{
    cursor: help;
    border-bottom: 1px dotted #777;
    outline: none !important;
}
.modern-btn{
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #E3E3E3;
    color: #4e545d;
    font-size: 13px;
}

.modern-btn:hover {
    background: #fff;
    color: #326832;
}
.traded-items .item-title{
    color: #326832;
    text-align: center;
    margin: 10px 0px;
    font-weight: 600;
}
ul.traded-items {
    padding: 0px 20px 10px 20px;
    margin-bottom: 0;
}
.traded-items li{
    overflow: auto;
    padding: 20px;
    position: relative;
    margin-bottom: 10px;
    background-color: #FAFAFA;
}
.traded-items .posted-date{
    position: relative;
    margin: 0px 0px -5px 0px;
    font-size: 12px;
    height: 27px;
    display: inline-block;
    width: 150px;
}
.traded-items .posted-txt {
    position: relative;
    height: 27px;
    font-size: 12px;
    margin: 0;
}
.traded-items .posted-txt span{
    position: absolute;
    bottom: 0;
    font-size: 12px;
}
.traded-items li .item-main-content{
    position: relative;
    overflow: auto;
    padding-bottom: 5px;
}
.traded-items li .item-main-content span{
    left: 0;
    margin: 0;
}
.traded-items li .item-main-content img{
    margin-right: 7px;
}
.modern-btn.trades-btn{
    border-radius: 2px;
    box-shadow: none;
}
.traded-items .modern-btn.trades-btn{
    padding-top: 3px;
    padding-bottom: 3px;
}
.user-files-container {
    padding: 0px 20px 20px 20px;
    margin-top: -10px;
}
.user-files-container .file-item {
    position:relative;
    cursor: pointer;
    text-decoration: none;
    color: #4e545d;
    padding: 10px 0px;
    border-bottom: 2px solid #FAFAFA;
    margin-bottom: 10px;
    display: table;
    width:100%;
    text-overflow: ellipsis;
    border-right: 60px solid #FAFAFA;
}
.user-files-container .file-item-cell{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.user-files-container .file-item p.description{
    margin:0 0 0 10px;
    display: inline-block;
    min-width: 80%;
}
.user-files-container .file-item img{
    width: 60px;
    height: auto;
    display: inline-block;
}
.user-files-container .file-item .download-icon{
    color: #4e545d;
    font-size: 19px;
    position: absolute;
    top: 40%;
    font-weight: 700;
    right: 0;
    margin-right: -40px;
}
.network-user-section-left {
    min-height:60px;
    width:auto;
    overflow:auto;
}
.network-user-section-right {
    top: 20%;
    height:100%;
    float:right;
    position: relative;
}
.ads-contact-btn{
    text-align: center;
    display: inline-block;
    float: right;
    margin-top: 0;
}
@media (max-width: 500px) {
    .traded-items li .item-main-content{
        padding-bottom: 0;
    }
    .network-user-section{
        padding-bottom: 78px;
    }
    .network-certification-users.max-500-visible:not(.centered-status){
        display: none;
    }
    .network-certification-users.centered-status.max-500-visible{
        right: 0;
        width: 100%;
        text-align: center;
        height: 0;
        top: auto;
        padding: 0px 20px;
        display: table;
    }
    .network-certification-users span.cert-text{
        width: 100%;
    }
    .ads-contact-btn{
        display: block;
        float: none;
        margin-top: 10px;
    }
    .network-certification-users.centered-status.max-500-visible.network-scored{
        padding-bottom: 10px;
    }
}
.user-files-container .file-item:hover .download-icon{
    color: #326832;
}
[data-u="thumbnavigator"] > div {
    padding-top: 10px;
}
.pending-organisation-info{
    margin:0;
    padding: 20px 20px 20px 20px;
    text-align: center;
    color: #326832;
    font-weight: 700;
    font-size: 15px;
    background-color: #E2E4E7;
}

.widget-certification {
    padding: 15px;
    position: relative;
}

.widget-certification .certification-badge {
    width: 85px;
    float: left;
}
.widget-certification .certification-status {
    margin-left: 100px;
}

.certification-status h3 {
    margin: 15px 0 10px 0;
    font-weight: 600;
}

.certification-status p {
    font-size: 13px;
    margin-bottom: 0;
}

.certification-status a {
    display: inline-block;
    color: #AAA;
    text-decoration: none;
    font-size: 11px;
    margin-top: 10px;
}

.certification-status a:hover {
    text-decoration: underline;
}

.type-uncertified h3, .type-uncertified h4 {
    color: #d25329;
}

.type-transparency-audit-in-progress h3, .type-transparency-audit-in-progress h4 {
    color: #e99332;
}

.type-happerley-founder-member h3, .type-happerley-founder-member h4, .type-happerley-transparent h3, .type-happerley-transparent h4, .type-provenance-champion h3, .type-provenance-champion h4 {
    color: #a2b53f;
}


.type-provenance-champion-audit h3, .type-provenance-champion-audit h4 {
    color: #E9933C;
}

h3.percentage-score {
    font-size: 45px;
}

.profile-last-updated {
    color: #AAA;
    text-decoration: none;
    font-size: 11px;
    padding: 0 0 10px 15px;
}

.network-user-uncertified .cert-percentage,
.network-user-uncertified .cert-text,
.network-user-uncertified .cert-percentage:hover,
.network-user-uncertified .cert-text:hover{
    color: #d25329;
}

.network-user-transparency-audit-in-progress .cert-percentage,
.network-user-transparency-audit-in-progress .cert-text,
.network-user-transparency-audit-in-progress .cert-percentage:hover,
.network-user-transparency-audit-in-progress .cert-text:hover{
    color: #e99332;
}


.network-user-provenance-champion-audit .cert-percentage,
.network-user-provenance-champion-audit .cert-text,
.network-user-provenance-champion-audit .cert-percentage:hover,
.network-user-provenance-champion-audit .cert-text:hover{
    color: #E9933C;
}

.network-user-happerley-founder-member .cert-percentage,
.network-user-happerley-founder-member .cert-text,
.network-user-happerley-founder-member .cert-percentage:hover,
.network-user-happerley-founder-member .cert-text:hover
.network-user-happerley-transparent .cert-percentage,
.network-user-happerley-transparent .cert-text,
.network-user-provenance-champion .cert-text,
.network-user-happerley-transparent .cert-percentage:hover,
.network-user-happerley-transparent .cert-text:hover,
.network-user-provenance-champion .cert-text:hover{
    color: #a2b53f;
}

.gm-style .gm-style-iw .iw_title{
    font-size: 14px;
    font-weight: 800;
}
#google-map-outlets{
    min-width: 200px;
    width: 70%;
    display: inline-block;
    float: left;
}
#outlets_modal .modal-header{
    background-color: #ddd;
    color: #000;
    padding: 0px 5px;
    border-radius: 6px;
}
.markers-container-outlets{
    min-width: 200px;
    width: 28%;
    display: inline-block;
    float: right;
    color: #4D545D;
    height: inherit;
}
.outlet-item {
    cursor: pointer;
    border-bottom: 1px solid #eee;
    margin: 15px 15px 15px 0px;
    padding: 5px;
}
.outlet-item:hover {
    background-color: #326832;
    color: #fff;
}
.outlet-item .out-title{
    display: block;
    font-weight: 800;
}
.outlet-item .out-desc{
    font-size: 12px;
}
.markers-container-outlets-list{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 85%;
}
.markers-container-outlets h2{
    font-size: 24px;
    margin-bottom: 20px;
}
.markers-container-outlets-list .outlet-item:first-child{
    margin-top: 0;
}
.btn:focus,.btn:active {
    outline: none !important;
}
@media (max-width: 991px) {
    #outlets_modal .modal-dialog .modal-content .modal-body #google-map-outlets {
        float: none;
        height: 760%;
        width: 100%;
        max-height: 450px;
    }
    .markers-container-outlets {
        float: none;
        height: 40%;
        width: 100%;
        max-height: 350px;
        margin-left: 10px;
        padding-right: 15px;
    }
    .markers-container-outlets-list{
        max-height: 272px
    }
    #outlets_modal .modal-dialog.modal-lg{
        min-height: 800px;
    }
}
.carousel-top-container{
    position: relative;
    min-height: 80px;
}
#sly_frame { width: 100%; height: 115px; padding: 0; margin-top: 10px }
#sly_frame .slidee { margin: 0; padding: 0; height: 100%; list-style: none; }
#sly_frame .slidee button {
    float: left;
    margin: 0 10px 0 0;
    max-width: 237px;
    width: 33%;
    height: 100%;
    padding: 0px;
    border: none;
    background-color: #fefefe;
}
#sly_frame .slidee button.active{
    opacity: 0.5;
}
#sly_frame .slidee button img{
    height: 100%;
    width: auto;
}
.profile-carousel-container .owl-stage-outer {
    max-height: 420px;
}
.m-t--30{
    margin-top: -30px;
}
.back-to-profile-link, .back-to-profile-link:active, .back-to-profile-link:hover, .back-to-profile-link:focus{
    color: #fff;
    display: inline-block;
    background-color: #a2b53f;
    padding: 10px;
    font-size: 14px;
    border-radius: 1px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 10px;
}
.back-to-profile-link:hover{
    background-color: #acbf4a;
}

.social-links-container{
    padding: 20px;
    text-align: center;
}

.social-links-container a {
    display: inline-block;
    background: #326832;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 7px;
}

.social-links-container a:hover {
    background: #C6CECA;
}

.social-links-container a:hover i {
    color: #326832;
}

.social-links-container i {
    font-size: 24px;
    line-height: 40px;
    color: #fff;
}


.contact-social-links{
    padding: 10px;
    text-align: center;
}

.contact-social-links a {
    display: inline-block;
    background: #BCBEC2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 15px;
}

.contact-social-links a:hover {
    background: #fff;
}

.contact-social-links a:hover i {
    color: #326832;
}

.contact-social-links i {
    font-size: 24px;
    line-height: 40px;
    color: #4B5159;
}


table.profile-info-container {
    margin: 0 15px 15px 15px
}

table.profile-info-container td {
    padding: 7px;
}

table.profile-info-container .icon-wrapper {
    display: inline-block;
    background: #326832;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0 5px;
}

table.profile-info-container i {
    font-size: 12px;
    line-height: 26px;
    color: #FFF;
}

table.profile-info-container tr:hover .icon-wrapper {
    background: #eee;
}

table.profile-info-container tr:hover .icon-wrapper i {
    color: #326832;
}

.nav-tabs a{
    color: #326832;
    font-weight: bold;
}

.no-results {
    color: #326832;
    margin-left: 20px;
    padding-bottom: 20px;
}

.users-listing-filter-btn {
    background-color: #326832;
    color: white;
}

.users-listing-filter-btn:hover{
    color: white;
}

.toggle_search, .toggle_to_all_products {
    background-color: #326832;
    color: white;
    border: none;
    border-radius: 4px;
}

.switch_text_length {
    background-color: #E3E3E3;
    color: #4D545D;
    border: none;
    border-radius: 2px;
}

.switch_text_length:hover {
    background-color: #BCBEC2;
}

.users-listing-filter-btn:hover, .toggle_search:hover, .toggle_to_all_products:hover{
    color: white;
}

.search_button_container {
    margin: 0px 15px 0px 0px;
    padding-bottom: 20px;
    padding-top: 15px;
}
