﻿/*.language-dropdown .select2-search__field {
    display: none;
}

.region-dropdown .select2-search__field {
    display: none;
}*/

.reps-dropdown ul#select2-reps-results .select2-results__option--highlighted {
    background: #83B6101A;
    color: #6E6E6E;
}

.search-reps .select2-container {
    width: 100% !important;
}

    .search-reps .select2-container .select2-selection__arrow b:before {
        font-size: 15px !important;
    }

ul#select2-reps-results {
    width: 100%;
}

span#select2-reps-container {
    font-size: 15px;
}

.search-reps .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
    right: 4px !important;
    width: 21px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    background: #F5F5F5;
    box-shadow: 0px 2px 2px 0px #0000001A inset;
}

.tooltip-inner {
    max-width: 10rem;
    padding: .75rem;
    border-radius: 0;
    background-color: #fff;
    font-size: 90%;
    color: #434A4E;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-weight: normal;
    text-align: left;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #fff;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #fff;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fff;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #fff;
}

[type='checkbox'] {
    margin: 0 0 1rem;
}

    [type='checkbox'] + label[for] {
        cursor: pointer;
    }

    [type='checkbox'] + label {
        display: inline-block;
        vertical-align: baseline;
        margin-left: .5rem;
        margin-right: 1rem;
        margin-bottom: 0;
    }

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #434A4E;
}

.page_banner_div {
    margin: -15px;
    position: relative;
}

.page_banner_div_agro_img {
    height: 280px;
    background: url(https://assets.syngentaebiz.com/images/media/Local-rep-banner-image.png) top center no-repeat;
    background-size: cover;
    color: white;
    background-position: center;
}

.page_banner_div .banner_agroheading {
    transform: translate(-50%, -80%);
    top: 45%;
    left: 50%;
    font-weight: 700;
    font-size: 35px;
    line-height: 54px;
    position: absolute;
    transform: translate(-50%, -50%);
    font-style: normal;
    text-align: center;
    letter-spacing: -0.015em;
    color: #FFFFFF;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}

main {
    margin: 50px 0;
}

.grid-container {
    padding-right: .9375rem;
    padding-left: .9375rem;
    max-width: 75rem;
    margin: 0 auto;
}

.findrep {
    background: #FAFAFA;
    border: 1px solid #D9D5D2;
}

.grid-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.findrep-context {
    position: relative;
    max-width: 100%;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.mt-2, .my-2 {
    margin-top: .5rem !important;
}

#repslist {
    height: 200px;
}

.Banner_card {
    background: white;
    border-radius: 15px;
    padding: 20px 20px 10px;
    text-align: left;
    width: 100%;
    margin-top: 20px;
    border: solid #D9D5D2 1px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.repbyname {
    border: 1px solid #83B610 !important;
}

.Banner_card span.date {
    padding-bottom: 10px;
    display: block;
    font-size: 12px;
    color: #333333;
    border-bottom: 1px solid #D9D5D2;
    font-weight: 400;
}

i.fa.fa-angle-down {
    color: #6E6E6E;
}

h2.article-title {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 11px 0 0px 0;
    line-height: 25px;
    padding-bottom: 11px;
}

.Banner_card p {
    font-size: 15px;
    color: #333333;
}

.d_vcard {
    pointer-events: auto;
    pointer-events: auto;
    padding-top: 10px;
    text-decoration: none;
    font-weight: bold;
    color: #1B7383 !important;
    display: inline-block;
    font-size: 16px;
}

.fa-map-marker {
    color: #6e6e6e;
    font-size: 12px;
}

.search-manual {
    padding-top: 20px;
}

.search-dialogs {
    margin-top: 50px;
}

    .search-dialogs h3 {
        font-size: 17px;
        margin-top: 0;
        margin-bottom: 10px;
    }

.locate {
    position: relative;
}

.locate-icon {
    background-image: url('~/findmyrep/img/locate-icon.svg');
    content: ' ';
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 5px;
    top: 7px;
    z-index: 999;
}

.vcard-icon {
    width: 25px;
    height: auto;
    display: inline-block;
    margin-right: 6px;
}

.back-to-search {
    pointer-events: auto;
    padding-top: 30px;
    text-decoration: none;
    font-weight: bold;
    color: #1B7383 !important;
    display: inline-block;
}

a#link_apply {
    pointer-events: auto;
    text-decoration: none;
    font-weight: bold;
    color: #1B7383;
    display: inline-block;
}

a#lnk_refresh {
    pointer-events: auto;
    padding-top: 10px;
    text-decoration: none;
    font-weight: bold;
    color: #1B7383;
    display: inline-block;
}

.read-article {
    padding: 10px 25px !important;
    width: 240px;
    display: block;
    position: relative;
    text-decoration: none;
    background-color: #19BEDC;
    border-radius: 9px;
    font-size: 15px;
    letter-spacing: -0.015em;
    color: #333333;
    font-weight: 700;
    text-align: center;
    margin-top: 1.5rem !important;
}

.disable-rep-button {
    padding: 10px 25px !important;
    width: 240px;
    display: block;
    position: relative;
    text-decoration: none;
    background-color: #dee2e6;
    border-radius: 9px;
    font-size: 15px;
    letter-spacing: -0.015em;
    color: #6E6E6E !important;
    font-weight: 700;
    text-align: center;
    margin-top: 1.5rem !important;
    pointer-events: none;
}

.enable-rep-button {
    padding: 10px 25px !important;
    width: 240px;
    display: block;
    position: relative;
    text-decoration: none;
    background-color: #19BEDC;
    border-radius: 9px;
    font-size: 15px;
    letter-spacing: -0.015em;
    color: #333333;
    font-weight: 700;
    text-align: center;
    margin-top: 1.5rem !important;
    pointer-events: auto;
}

.reps-type {
    background: white;
    border-radius: 1px;
    padding: 10px 10px 10px;
    text-align: left;
    width: 100%;
    border: solid #E2E2E2 0.5px;
}

#button {
    border-radius: 0;
    border: 1px solid #E2E2E2;
    padding: 5px;
    height: auto;
    width: 100%;
    margin: 0;
    line-height: 28px;
    background: #FFF;
    color: #6E6E6E !important;
    font-size: 15px;
}

    #button .col-lg-8 {
        font-size: 15px;
        padding-left: 8px;
        color: #6E6E6E !important;
    }

    #button .col-lg-4 {
        padding-right: 0px;
    }
input[type="checkbox"]:checked {
    background: blue;
}
.infotip {
    font-size: 10px;
    color: white;
    background: #1B7383;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    margin-top: 4px;
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px #8a8a8a;
    font-weight: bold;
    cursor: help;
}

.lnk {
    color: #1AB6D7 !important;
}

.container1 {
    display: flex;
}

.repscount {
    padding: 12px 0px;
    font-weight: bold;
}

#reps + .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #E2E2E2;
    padding: 5px;
    height: auto;
    width: 100%;
}

#ddlLanguage + .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
}

#ddlRegion + .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
}

.test {
    order: 0;
}

.rep-heading {
    display: flex;
}

.map-pin-data {
    font-family: Arial, sans-serif;
    padding: 15px;
}

    .map-pin-data .region {
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .map-pin-data h3 {
        font-size: 18px;
        margin-bottom: .5rem;
    }

    .map-pin-data p {
        font-size: 16px;
        margin-bottom: 0;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        padding-bottom: 0;
    }

p {
    line-height: 1.3;
    text-rendering: optimizeLegibility;
}

    p.download-vcard {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }

.map-pin-data a {
    color: #434A4E;
}

    .map-pin-data a:hover {
        color: #1E74AA;
    }

p.download-vcard a img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.vcard-icon {
    width: 25px;
    height: auto;
    display: inline-block;
    margin-right: 6px;
}

.rep-heading.row {
    margin: 0;
}
.toggle-arrow {
    transform: rotate(180deg) !important;
    top: 1px !important;
    right: 1px !important;
    color: #19BEDC !important;
}
img {
    vertical-align: middle;
}
.mainnav {
    background: #fff;
    box-shadow: none !important;
}
@media print, screen and (min-width: 992px) {
    #map {
        height: 600px;
        max-width: 100%;
    }

    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .grid-x > .large-6 {
        width: 50%;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }

    .content {
        margin-top: 50px;
    }

    .postalCode {
        pointer-events: auto;
        text-align: right;
        padding-top: 6px;
        font-size: 12px !important;
        color: #6E6E6E !important;
        display: inline-block;
        text-decoration: none;
        order: 2;
    }

    .rep-heading {
        display: flex;
    }

    .responsive-div {
        width: 50%;
    }

    #repDiv {
        padding: 20px;
    }
    .desk-view {
        display: none;
    }

    .mob-view {
        display: block;
    }
    /*#repslist_mob{
        visibility: hidden;
    }*/
}

@media screen and (max-width: 991px) {
    #map {
        height: 300px;
        max-width: 100%;
    }

    .test:nth-child(1) {
        order: 2;
    }

    .test:nth-child(2) {
        order: 1;
    }

    .small-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0 !important;
    }

    .small-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .grid-x > .large-6 {
        width: 100%;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }

    .content {
        margin-top: 15px;
    }

    .findrep {
        margin-right: -30px;
        margin-left: -30px;
    }

    .body_wrapper {
        position: relative;
        margin-top: 100px;
    }

    .postalCode {
        pointer-events: auto;
        padding-top: 6px;
        font-size: 12px !important;
        color: #6E6E6E !important;
        display: inline-block;
        text-decoration: none;
        order: 1;
    }

    .rep-heading {
        text-align: center;
    }

    .responsive-div {
        width: 100%;
    }

    #repDiv {
        padding: 20px;
    }

    .page_banner_div_agro_img {
        height: 150px !important;
    }

    .banner_agroheading {
        font-size: 25px !important;
    }
    .find-more-rep {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .fa-angle-down {
        margin-left: 25px !important;
    }
    .desk-view{
        display: none;
    }
    .mob-view{
        display:block;
    }
    /*#repslist {
       visibility:hidden;
    }*/
}
.slideshow-container {
    max-width: fit-content;
    position: relative;
    margin: auto;
    margin-top: 3%;
}
.slides {
    display: none;
    /*height: 90%;
    width: 100%;
    padding: 0% 2.5%;*/
}
.activeslide, .dot:hover {
    background-color: #19BEDC !important;
}
.activ{
    display:block;
}
.dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #D9D9D9;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.checkbox-wrapper {
    display: inline-flex;
    align-items: flex-start;
}

.checkbox-wrapper input[type="checkbox"] {
    margin-top: 6px;
}
@media screen and (min-width: 1024px) and (max-width: 1099px){
    label{
        font-size:0.810rem;
    }
    .infotip {
        margin-left: 0px;
    }
}