﻿
.infobox-body {
    text-align: left;
}
.infobox-title {
    padding-bottom: 5px !important;
}

.infobox-info {
    color: #333 !important;
    font-size: 10px !important;
    line-height: normal !important;
    padding-top: 0 !important;
}

.MapPushpinBase {
    cursor: auto !important;
}

#mapDiv {
    height: 400px;
    position: relative;
    width: 100%;
}

div.MapZoomControls {
    color: #444;
    font-size: 14px;
    padding: 4px;
    position: relative;
    right: 10px;
    text-align: right;
    width: 150px;
}

    div.MapZoomControls a {
        display: inline-block;
        margin: 2px;
        padding: 0 8px;
        text-align: center;
        text-decoration: none;
    }

    div.MapZoomControls a, .filterbox input {
		  background-color: transparent;
	     border: solid 1px #888;
        color: #444;
		  text-transform: lowercase;
}
.filterbox {
	 margin-top: 8px;
}
.filterbox tr > td
{
	 padding: 0 10px 0 0;
	 /* top right bottom left */
	 vertical-align: top; 
}
.filterbox td img
{
	 margin-top: 2px;
}
.filterbox input {
    float: right;
	 font-size: 12px;
}
.filterbox label {
	 float: none;
	 text-align: left;
	 width: auto;
}



/**
 * Checkboxes & radios based on http://blog.felixhagspiel.de/index.php/posts/custom-inputs
 */

/**
 * On/off switch
 */
.fh-switch {
	 float:right;
  position: relative; }

.fh-switch > [type="checkbox"]:checked,
.fh-switch > [type="checkbox"]:not(:checked) {
  width: 0;
  height: 0;
  display: none;
  opacity: 0; }
  .fh-switch > [type="checkbox"]:checked + label,
  .fh-switch > [type="checkbox"]:not(:checked) + label {
    cursor: pointer;
    display: inline-block;
    /*margin-right: 7px;
    margin-top: 7px;*/
    margin-bottom: 7px;
    padding-right: 60px; }
    .fh-switch > [type="checkbox"]:checked + label:after,
    .fh-switch > [type="checkbox"]:not(:checked) + label:after {
      content: "";
      top: 4px;
      right: 10px;
      width: 30px;
      height: 10px;
      position: absolute;
      border-radius: 20px; }
    .fh-switch > [type="checkbox"]:checked + label + .fh-switch-knob,
    .fh-switch > [type="checkbox"]:not(:checked) + label + .fh-switch-knob {
      top: 0;
      width: 18px;
      height: 18px;
      border-radius: 30px;
      display: inline-block;
      position: absolute;
      cursor: pointer;
      pointer-events: none;
      box-shadow: 1px 1px 1px #dddddd;
      -webkit-transition: right .1s ease-in, background-color .1s ease-in;
      -moz-transition: right .1s ease-in, background-color .1s ease-in;
      -o-transition: right .1s ease-in, background-color .1s ease-in;
      -ms-transition: right .1s ease-in, background-color .1s ease-in; }
  .fh-switch > [type="checkbox"]:checked:focus + label:after, .fh-switch > [type="checkbox"]:checked:focus + label + .fh-switch-knob,
  .fh-switch > [type="checkbox"]:not(:checked):focus + label:after,
  .fh-switch > [type="checkbox"]:not(:checked):focus + label + .fh-switch-knob {
    box-shadow: 0 0 6px 0 #6fb5fb; }
  .fh-switch > [type="checkbox"]:checked[disabled] + label, .fh-switch > [type="checkbox"]:checked[disabled] + label:after, .fh-switch > [type="checkbox"]:checked[disabled] + label + .fh-switch-knob,
  .fh-switch > [type="checkbox"]:not(:checked)[disabled] + label,
  .fh-switch > [type="checkbox"]:not(:checked)[disabled] + label:after,
  .fh-switch > [type="checkbox"]:not(:checked)[disabled] + label + .fh-switch-knob {
    cursor: not-allowed;
    opacity: 0.4; }

.fh-switch > [type="checkbox"]:checked + label:after {
  background-color: #6D782E; }

.fh-switch > [type="checkbox"]:not(:checked) + label:after {
  background-color: #e8e8dc; }

.fh-switch > [type="checkbox"]:checked + label + .fh-switch-knob {
  right: 5px;
  background-color: #b5b59f; }

.fh-switch > [type="checkbox"]:not(:checked) + label + .fh-switch-knob {
  right: 25px;
  background-color: #b5b59f; }

