.layout-block {
    border-radius:3px;
    text-transform:uppercase;
    letter-spacing: 2px;
    padding:0;
    /* min-height:200px; */
    border:1px dotted #cccccc;
    padding:30px;
    margin-bottom:10px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,7db9e8+100&1+0,0+100 */
background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */

}

.layout-block.selected {
    border:1px solid red;
}

.navigation {
    padding:20px;
    font-size:18px;
    padding-left:0;
}

.navigation span.highlight a {
    font-weight:bold;
}

/*date picker*/
.tether-element-attached-top .datepicker__triangle,.tether-element-attached-bottom .datepicker__triangle{
  margin-left:-8px;
  position:absolute
}

.tether-element-attached-top .datepicker__triangle,.tether-element-attached-bottom .datepicker__triangle,.tether-element-attached-top .datepicker__triangle:before,.tether-element-attached-bottom .datepicker__triangle:before{
  box-sizing:content-box;
  position:absolute;
  border:8px solid transparent;
  height:0;
  width:1px}

.tether-element-attached-top .datepicker__triangle:before,.tether-element-attached-bottom .datepicker__triangle:before{content:"";z-index:-1;border-width:8px;left:-8px;border-bottom-color:#aeaeae}.tether-element-attached-top .datepicker__triangle{top:0;margin-top:-8px}.tether-element-attached-top .datepicker__triangle,.tether-element-attached-top .datepicker__triangle:before{border-top:none;border-bottom-color:#f0f0f0}.tether-element-attached-top .datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.tether-element-attached-bottom .datepicker__triangle{bottom:0;margin-bottom:-8px}.tether-element-attached-bottom .datepicker__triangle,.tether-element-attached-bottom .datepicker__triangle:before{border-bottom:none;border-top-color:#fff}.tether-element-attached-bottom .datepicker__triangle:before{bottom:-1px;border-top-color:#aeaeae}.datepicker{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:11px;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:4px;display:inline-block;position:relative}.datepicker__container{position:absolute;display:inline-block;z-index:2147483647}.datepicker__triangle{position:absolute;left:50px}.datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:4px;border-top-right-radius:4px;padding-top:8px;position:relative}.datepicker__current-month{color:black;font-weight:bold;font-size:13px}.datepicker__navigation{line-height:24px;text-align:center;cursor:pointer;position:absolute;top:10px;width:0;border:6px solid transparent}.datepicker__navigation--previous{left:10px;border-right-color:#ccc}.datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.datepicker__navigation--next{right:10px;border-left-color:#ccc}.datepicker__navigation--next:hover{border-left-color:#b3b3b3}.datepicker__week-day{color:#ccc;display:inline-block;width:28px;line-height:24px}.datepicker__month{margin:5px;text-align:center}.datepicker__day{color:#000;display:inline-block;width:24px;line-height:24px;text-align:center;margin:2px;cursor:pointer}.datepicker__day:hover{border-radius:4px;background-color:#f0f0f0}.datepicker__day--today{font-weight:bold}.datepicker__day--selected,.datepicker__day--in-range{border-radius:4px;background-color:#216ba5;color:#fff}.datepicker__day--selected:hover,.datepicker__day--in-range:hover{background-color:#1d5d90}.datepicker__day--disabled{cursor:default;color:#ccc}.datepicker__day--disabled:hover{background-color:transparent}.datepicker__input-container{position:relative}.datepicker__input{position:relative;font-size:13px;border-radius:4px;box-shadow:inset 0 2px 2px #e9e9e9;border:1px solid #aeaeae;line-height:16px;padding:6px 10px 5px}.datepicker__input:focus{outline:none;border-color:#aeaeae;box-shadow:inset 0 2px 2px #e9e9e9,0 0 10px 0 rgba(73,107,125,0.3)}.datepicker__input:not(:valid) ~ .close-icon{display:none}.close-icon{background-color:transparent;border:0;cursor:pointer;display:inline-block;height:0;outline:0;padding:0;vertical-align:middle}.close-icon:after{background-color:#216ba5;border-radius:50%;bottom:0;box-sizing:border-box;color:white;content:"\00d7";cursor:pointer;font-size:12px;height:16px;width:16px;line-height:1;margin:-8px auto 0;padding:2px;position:absolute;right:7px;text-align:center;top:50%}

.actionButton {
    margin-top:15px;
    margin-bottom:15px;
}

.form-component {
    margin-top:10px;
}

.main-navigation {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ffffff;
  font-size: 10pt;
  font-family:Arial;
  z-index:3;
}

.main-navigation a, .main-navigation a:hover, .main-navigation a:visited, .main-navigation a:active {
    color:#000;
    margin-left:30px;
}

.layout-block p {
    letter-spacing:0;
    font-size:10pt;
    line-height:120%;
}

.header-info {
    position:absolute;
    top:30px;
    left:30px;
    z-index:5;
    width:50%;
}

.navigation {
    clear:both;
}

input[type="checkbox"] {
    width:20px;
    height:20px;
    margin-right:5px;
    margin-top:5px;
}

.form-checkbox {
    width:20px;
    float:left;
    margin-top:-5px;
    margin-right:5px;
}

.hidden {
    display:none;
}

[type="text"], [type="password"], [type="search"], [type="email"], [type="url"], [type="number"], [type="tel"], textarea, select, input[type="radio"], input[type="checkbox"], .input-prefix, .input-suffix {
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    background-color: #fff;
    color: #565a5c;
}

label, input, textarea, select, input[type="radio"], input[type="checkbox"], .input-prefix, .input-suffix {
    line-height: normal;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}


.clear-fix {
    clear:both;
}

.big-panel {
  height:600px;
}

.layout-block.highlight {

    border:1px solid green;
}

.layout-block.small-panel{
    min-height:30px;
}

.layout-block {
    position:relative;
}

.lnk {
	cursor: pointer;
	}



/* Campground Maps - OpenLayers */
#land rect,#land path {
  clip-rule: nonzero;
  fill: #668D3C;
  fill-rule: nonzero;
  stroke: none;
}

#water path,#water polygon {
  clip-rule: nonzero;
  fill: #8FC6FF;
  fill-rule: nonzero;
  stroke: none;
}

/* #water g path, #water path,#water polygon { */
/*   fill: #fff; */
/* } */
#loopRoad path, #loopRoad line, #loopRoad polyline, #loopRoad polygon {
  clip-rule: nonzero;
  fill: none;
  fill-rule: nonzero;
  stroke: #F2A71F;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 2;
  stroke-width: 2;
}

#majorRoad path,#majorRoad line,#majorRoad polyline {
  clip-rule: nonzero;
  fill: none;
  fill-rule: nonzero;
  /*  stroke: #F2A71F; */
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 6;
  stroke-width: 6;
}

/* #majorRoad line,#loopRoad line { */
/*   stroke: #F2A71F; */
/* } */

.iconAmenity, #Default {
  fill: #FFFFFF;
}
.iconSite {
  fill: #FFFFFF;
  cursor: pointer;
}
.availUnknown {
  fill: #0099cc;
  cursor: pointer;
}

.avail {
  fill: #0099cc;
  cursor: pointer;
}
.avail.noMatch {
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */
}

.notAvail {
  fill: #aaaaaa;
  cursor: pointer;
}
.notAvail.noMatch {
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */
}

.iconsitename {
  fill: #FFFFFF;
  font-size: 50%;
  cursor: pointer;
}

.olLayerDiv .olAlphaImg {
  display: none;
}
.olBubbleContent .siteName {
  font-size: 18px;
  font-weight: bold;
}
.olBubbleContent img {
  vertical-align: top;
}
.olBubbleContent span.extra{
  font-size: 10px;
}
.olBubbleContent span.label{
  font-size: 10pt;
}

.olBblLeft {
  float: left;
  max-width: 200px;
}
.olBblRight {
  float: right;
}
.olBblRight IMG {
  padding: 0;
  margin: 0 0 10px;
}
.bblBookNow {
  font-size: 16px;
  margin-top: 5px;
  width: 80px;
}
.bblBookNow a.book.now {
  width: auto;
}
.olBblFooter {
  clear: both;
  padding-top: 5px;
  max-width: 280px;
}
#sidemap.olMap {
    height: 200px;
    text-align: left;
    width: 280px;
}

.avail-cell-check::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 12px;
}

.avail-cell-not-avail::before {
  content: "\f05e";
  font-family: FontAwesome;
  font-size: 12px;
}

/* svg {display: block; width: 100%; margin: 0 auto;} */

/* .svg-map-container {
  width: 100%;
  height: 100%;
  position: relative;

}
.svg-map,
.svg-map-widgets {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.svg-map-widgets {
  z-index: 10;
} */
/* End Campground Maps - OpenLayers */



/** Wizard Bar Start **/
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}


/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}

.btn-breadcrumb .btn.btn-default.clickable:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default.clickable:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/** Current button **/
.btn-current {
    color: white;
    background-color: black;
    border-color: black;
}
.btn-breadcrumb .btn.btn-current:not(:last-child):after {
  border-left: 10px solid black;
}
.btn-breadcrumb .btn.btn-current:not(:last-child):before {
  border-left: 10px solid black;
}

.btn-breadcrumb .btn.btn-current:hover {
  color: white;
}

/** common button **/
.btn-breadcrumb .btn.btn-default:hover{
    background: none;
}

.btn-breadcrumb .btn.btn-default.clickable:hover{
    background: #ebebeb;
}

.btn-breadcrumb .btn.btn-default:hover, .btn-breadcrumb .btn.btn-current:hover {
  cursor: default;
}

.btn-breadcrumb .btn.btn-default.clickable:hover, .btn-breadcrumb .btn.btn-current.clickable:hover {
  cursor: pointer;
}

.btn-group-no-click{
  pointer-events: none;
}
/** Wizard Bar End **/
