body * {
    font-family:'Barlow Semi Condensed';
}

.mapTopRowRight {
    display: block !important;
}
.mapTopRowRight .dropdown {
    display: flex;
    position:relative;
}
.mapTopRowRight .dropdown #selectedCountryBtn {
    width: 100%;
}
.mapTopRowRight .dropdown .toggle-btn {
    width: 20%;
    margin-left: 8px;
    border-radius: 0;
}
.menu-dropdown-ul {
    width: 380px;
    text-align: left;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin:0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.dropdown-menu li a {
    display:block;
    width:100%;
    padding:0 10px;
    font-weight:600;
    pointer:cursor;
}
.dropdown-menu li a:hover {
    background-color:#efefef;
    color:#333;
}

tr#mail_website_button {
    text-align: center;
}
   /* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.map-container {
    width:100%;
    display:grid;
    grid-template-columns: 80% 20% ;
    grid-template-areas: 'Search Search' 'Map Sidebar' ;
}
.map-search { grid-area: Search ;
    display:grid;
    grid-template-columns: calc(33.333% - 1.5vw) calc(33.333% - 1.5vw) calc(33.333% - 1.5vw) ;
    grid-column-gap:2vw;
    grid-template-areas: 'AUS INT LOC' ;
    color:#000;
    font-weight:bold;
    margin-bottom:50px;
}
@media screen and (max-width:767px) {
    .map-container {
        grid-template-columns: 100% ;
        grid-template-areas: 'Search' 'Sidebar' 'Map'  ;
    }
    .map-search {
        grid-template-columns: 100% ;
        grid-template-areas: 'AUS' 'INT' 'LOC' ;
        grid-row-gap: 50px;
    }
    .sidebar-container {
    margin-bottom: 50px;
}
}

.map-search-aus { grid-area: AUS ; }
.map-search-int { grid-area: INT ; }
.map-search-loc { grid-area: LOC ; }

.map-search-aus, .map-search-int, .map-search-loc {
    display:grid;
    grid-template-columns: calc(75% - 0.5vw) calc(25% - 0.5vw);
    grid-column-gap: 1vw ;
    grid-template-areas: 'Heading Heading' 'Input Button' ;
}

.map-search-aus .header-title,
.map-search-int .header-title,
.map-search-loc .header-title { grid-area: Heading ; }

#address,
#selectedCountryBtn,
.find-btn { grid-area: Input ;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color:#000;
    font-weight: 400;
    font-size: 18px;
    text-align:center;
    background-color:#fff;
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:1pt solid #d5d5d5;
    padding:0 !important;
    margin:0 !important;
}
.map-search-aus input::placeholder {
    color:#000!important;
}
.go-btn, .toggle-btn, .refresh-btn { grid-area: Button ;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    background: #fff;
    border: none;
    color: #000;
    height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #000;
    transition:0.4s all ease-in-out;

}

.go-btn:hover, .toggle-btn:hover, .refresh-btn:hover  {
    background: #000;
    color: #fff;
}
#map-canvas { grid-area: Map ;
    width:100%;
    height:725px;
}

.sidebar-container { grid-area: Sidebar ;
    display:grid;
    grid-template-columns:100%;
    grid-template-rows: auto auto ;
    grid-template-areas: 'List' 'Logos' ;
}

.business-list-container { grid-area: List ;}

.box-company-logo { grid-area: Logos ;
    display:grid;
    grid-template-columns: 50% 50% ;
    grid-template-areas: 'DOB DIST' ;
    background-color:#efefef;
    padding: 10px;
}

.logo-with-name.dobinsons { grid-area: DOB ; }
.logo-with-name.distributors { grid-area: DIST ; }

.logo-with-name.dobinsons, .logo-with-name.distributors {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.map-legend-logo {
    width:40px;
    margin-right: 10px;
}

.map-legend-text {
    line-height:1.1;
}

.myClusterClass {
    line-height: 47px !important;
    font-size: 14px !important;
    background-size: 38px 45px;
    background-repeat: no-repeat;
    background-position: 2px 3px !important;
    width: 40px !important;
    height: 53px !important;
    font-weight: 700 !important;
    /*background-image: url("https://dobinsonsprings.com/images/clusters/images/clustermarker/d1.png") !important;*/
    /* background-image: url("https://dobinsonsprings.com/images/icons/blank-marker2.png") !important; */
    
}
.header-title {
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
    background: none;
}
.search-icon {
    font-size: 21px;
    margin-right: 9px;
    position: relative;
    top: 2px;
}


div#businessList {
    overflow-x: hidden;
    overflow-y: auto;
    height:100%;
    max-height: 567px;
}

.businessDetailsContainer {
    margin:0px;
    padding: 0 5px;
    color: #000;
    margin-bottom:15px;
     -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.map-list-heading {
    font-size: 18px;
    font-weight: 700;
    background: #333;
    padding: 5px 10px;
    color:#fff;
}

.map-list-distance {
    color:#fff;
    font-size: 16px;
    font-weight: 700;
    padding-left: 10px;
    background: #262626;
}

.map-list-street_address, .map-list-city, .map-list-phone-number, .map-list-email, .map-list-email {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    padding-left: 10px;
    background-color:#fff;
    padding-left: 10px;
}

.map-list-street_address, .map-list-email {
    margin-top:15px;
}

.map-list-email > button, .map-list-website > button {
    border: 1pt solid #000;
    padding: 5px 10px;
    background-color:#fff!important;
}

#map-canvas {
    height: 635px;
}
.map-div {
    border-top: 10px solid #000;
}

.popup-heading {
    text-align:center;
    margin:auto;
    background-color:#000;
    color:#fbdd12;
    padding:7px;
    font-size:15px;
}

@media screen and (max-width:767px){
    
#selectedCountryBtn {
    width: 80%;
    float: left;
}

.btn.btn-default.dropdown-toggle.toggle-btn {
    width: 20%;
    float: left;
}

.menu-dropdown-ul {
    width: 100%;
}

#rightSideContainer {
    height: 990px;
}

.cktoolbar > .toolbar-list {
    background:#262626;
}

}


@media (max-width: 575px){
    
    .distributor_map #map-canvas {
        height:  300px !important;
    }
    
    .distributor_map .header-title{
        font-size: 15px;
    }
}


/*responsive*/
.fieldsform, .fieldsfly {
    background-color:#fff;
}
.fly-horizontal .control-group {
    clear:both;
    margin-bottom:10px;
}
.fly-horizontal .control-group:before, .fly-horizontal .control-group:after {
    content:"";
    display:table;
    line-height:0;
}
.fly-horizontal .control-label {
    float:left;
    text-align:right;
    width:140px;
}
.fly-horizontal .controls {
    margin-left:160px;
}
.btn-group input, .inputfix {
    float:none;
    margin:0;
}
.form-horizontal .control-group:after {
    clear:both;
}
.form-horizontal .control-group {
    margin-bottom:20px;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .input-append .add-on, .input-prepend .add-on, .input-append a.btn, .input-prepend a.btn {
    height:18px;
}
.input-tiny {
    width:30px;
}
.fieldsform select {
    font-size:1.1em;
}
fieldset .btn-group label {
    clear:none;
}

/**
* Formvalidator
**/
.field-validator .message {
    margin-left:100px;
    padding:20px;
    padding-left:70px;
    width:250px;
    border:1px solid #ccc;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    background-position:10px center;
    background-repeat:no-repeat;
    font-style:italic;
}
.field-validator .msg-info {
    color:#006600;
    background-image:url(../images/icon-48-sys-information.png);
}
.field-validator .msg-incorrect {
    color:#FF0000;
    background-image:url(../images/icon-48-sys-incorrect.png);
}
.field-validator .msg-required {
    color:#FF6600;
    background-image:url(../images/icon-48-sys-warning.png);
}
.validator-icon {
    width:16px;
    height:16px;
    background-position:center;
    background-repeat:no-repeat;
}
.validatoricon_incorrect {
    background-image:url(../images/icon-16-sys-incorrect.png);
}
.validatoricon_valid {
    background-image:url(../images/icon-16-sys-valid.png);
}

/**
* Filters
**/
.filter_buttons {
    float:right;
}
fieldset.filters label.filter {
    display:block;
    background-color:#F6F6F6;
    font-weight:bold;
    font-style:italic;
    color:#333;
    border-left:solid 2px #444;
    padding-left:5px;
    margin:2px;
}
fieldset.filters {
    background-color:#F6F6F6;
    padding:5px;
    margin:5px;
}
.dobinsonsdistributormap .js-stools-container-filters {
    width:100%;
}
#sidebar .nav-filters {
    margin-top:30px;
}

/**
* Grid
**/
tr .row1 {
    background-color:#F9F9F9;
}
table tr.pickable-row:hover {
    background-color:#2A62BC;
    color:#FFF;
}
th.grid-group {
    text-align:left;
    font-weight:bold;
}

/**
* Bootstrap fix
**/
.radio.btn-group input[type=radio] {
    display:inline-block !important;
    visibility:hidden;
}

/**
* Ajax
**/
div.ajaxchain-filter div.separator {
    padding:0;
    margin:0;
    padding-left:10px;
    background-image:url(../images/breadcrumb_separator.png);
    background-position:left;
    background-repeat:no-repeat;
}
.ajax-required select {
    border-left:3px red solid;
}

/**
* Colors
**/
.color-primary {
    color:#006dcc;
}
.color-warning {
    color:#faa732;
}
.color-danger {
    color:#da4f49;
}
.color-info {
    color:#49afcd;
}
.color-success {
    color:#51a351;
}

/**
* CPanel
**/
.cpanel div.button {
    text-align:center;
    margin-right:15px;
    float:left;
    margin-bottom:15px;
}
.cpanel div.button a {
    background-color:#fff;
    background-position:-30px;
    display:block;
    float:left;
    color:#565656;
    vertical-align:middle;
    text-decoration:none;
    border:1px solid #CCC;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-transition-property:background-position, -webkit-border-bottom-left-radius, -webkit-box-shadow;
    -moz-transition-property:background-position, -moz-border-radius-bottomleft, -moz-box-shadow;
    -webkit-transition-duration:0.8s;
    -moz-transition-duration:0.8s;
}
.cpanel div.button a:hover,
.cpanel div.button a:focus,
.cpanel div.button a:active {
    background-position:0;
    -webkit-border-bottom-left-radius:50% 20px;
    -moz-border-radius-bottomleft:50% 20px;
    border-bottom-left-radius:50% 20px;
    -webkit-box-shadow:-5px 10px 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:-5px 10px 15px rgba(0, 0, 0, 0.25);
    box-shadow:-5px 10px 15px rgba(0, 0, 0, 0.25);
    position:relative;
    z-index:10;
}
.cpanel img {
    padding:10px 0;
    margin:0 auto;
}
.cpanel span {
    display:block;
    text-align:center;
}
div.cpanel-right {
    width:45%;
    float:right;
}

#map-canvas > div > div > div:nth-child(2) > div:nth-child(3) > div > div:nth-child(4) > div > div:nth-child(3) {
    width:300px!important;
    border:1pt solid #000!important;
    border-radius:0!important;
}
#map-canvas > div > div > div:nth-child(2) > div:nth-child(3) > div > div:nth-child(4) > div > div:nth-child(4) > div:nth-child(1) {
    border-color: #000 transparent transparent!important;
}

#map-canvas > div > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(4) > div > div:nth-child(3) {
    border-radius: 0!important;
    border-color: #333!important;
    background-color:#fff!important;
}
#map-canvas > div > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(4) > div > div:nth-child(3) .popup-heading {
    background-color:#333!important;
    color:#fff;
    margin-bottom:10px;
    font-size: 18px!important;
}
#map-canvas > div > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(4) > div > div:nth-child(4) > div:nth-child(1) {
    border-color: #333 transparent transparent!important;
}
#map-canvas > div > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(4) > div > div:nth-child(3) > div > table > tbody > tr:nth-child(1),
#map-canvas > div > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(4) > div > div:nth-child(3) > div > table > tbody > tr:nth-child(2),
#map-canvas > div > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(4) > div > div:nth-child(3) > div > table > tbody > tr:nth-child(3) {
    font-size:16px;
}
#mail_website_button .map-list-email,
#mail_website_button .map-list-website {
    padding:0;
    margin-top:15px;
    text-align:left;
}
.gm-style-mot {
    display:none!important;
}