/*--------------------------------------*\
Chrome Overrides - REMOVE IN PRODUCTION
\*--------------------------------------*/
body {
  background-color: #f5f0dd;
  min-width: 0;
}

.chrome-center {
  width: 100%;
  padding: 0;
  max-width: 960px;
  overflow: hidden;
}

#content-container #content {
  width: auto;
  background: none;
}
@media only screen and (max-width: 700px) {
  #content-container #content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

#content-container #content-top,
#content-container #content-bottom {
  background: none;
  width: auto;
}

#main-content {
  padding: 0;
}

#main-content #content-container {
  background-color: #fff;
  margin: 0;
  width: 100%;
}

#main-content #sub-nav {
  width: auto;
}

.wallpaper-parks {
  background: none;
}

#main {
  background: none;
  padding: 0;
}

/*--------------------------------------*\
END Chrome Overrides 
\*--------------------------------------*/

/* FROM URB.cfm (AR) */

.urb-browser {
	width: 100%;
}
.urb-browser .urb-browser-wrapper {
  border: 0;
}
#urb .keyword label {
  text-align: left;
  width: 20%;
}
.picker__nav--prev, .picker__nav--next{
	height: 32px;
}
/* date range side by side */
#urb .date_range_picker {
	display: table;
	width: 100%;
}
#urb .date_picker_wrapper {
	width: 100%;
}
/* AR  #urb .date_range_picker > label {
	text-align: left;
	width: 20%;
	display:table-cell;
} */

#urb .date_layout_display {
	display:inline-block;
	padding-right: 5px;
	vertical-align:top;
}

#urb .datepicker { /* AR */
    margin-bottom: 5px;
}

/**/
#urb .reset {
  background-color: #5e7630;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e7630), color-stop(100%, #455724));
  background-image: -webkit-linear-gradient(#5e7630, #455724);
  background-image: linear-gradient(#5e7630, #455724);
  border-radius: 5px;
  border: solid 1px #464646;
  color: #fff;
  font-size: 14px;
  padding: 7px 22px;
}
.guttered {
	margin-left: 25px;
}

/* JBF: removing this
.display-list-view ul {margin-left:1.7em;}
*/

.display-list-view li h4, .display-list-view li h4 a {
  color: #647630;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 4px;
}

/*--------------------------------------*\
Tag
\*--------------------------------------*/
.tag {
  background-color: #e1e1e1;
  border-radius: 6px;
  font-size: 12px;
  padding: 4px 28px 4px 8px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 5px;
}
.tag a {
  position: absolute;
  background: url(../../images/icons/close-x.png) 0px 0px no-repeat;
  display: inline-block;
  height: 15px;
  margin: 0 0 0 8px;
  line-height: 0px;
  right: 7px;
  top: 5px;
  width: 15px;
}

/*--------------------------------------*\
URB - Version 2
\*--------------------------------------*/
#urb {
  /* Submit Button */
  /* Clear filters button */
  /* Date Picker */
  /* Bootstrap MutliSelect */
}
#urb a:focus {
  border: none;
}
#urb .header {
  background-color: #5e7630;
  color: #fff;
  padding: 10px 15px;
}
#urb .header h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: inherit;
}
@media screen and (max-width: 500px) {
  #urb .header span {
    display: none;
  }
}
#urb .header .icon-filter {
  height: 17px;
  fill: #fff;
  margin-bottom: -3px;
}
#urb .header .icon-filter:hover {
  fill: #eee;
}
#urb form li {
  margin-bottom: 0;
}
#urb .footer {
  /* border-top: solid 1px #d8d8d8; */
  padding-top: 20px;
}
#urb #urb-browser-form {
  background-color: #fcfbf8;
  border: solid 1px #f2f2f2;
  padding: 20px 20px 30px;
}
#urb .filtersToggle {
  background: url(../../images/bg/show-hide.png) no-repeat right 6px;
  color: #b58200;
  float: right;
  padding: 0px 18px 8px 15px;
  text-decoration: none;
}
#urb .filtersToggle.active {
  background-position: right -17px;
  outline: 0;
}
#urb .filtersToggle:hover {
  text-decoration: underline;
  outline: 0;
}
@media screen and (max-width: 700px) {
  #urb .filtersToggle {
    float: left;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  #urb .filters-start {
    margin-top: 20px;
  }
}
#urb .filters-more {
  display: none;
  border-top: solid 1px #d8d8d8;
  padding: 20px 0;
}
#urb label,
#urb input {
  display: inline;
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 100%;
}
#urb label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 18px;
  line-height: 1.1;
  /* text-transform: uppercase; */
  text-align: left;
}
#urb input {
  color: #777;
}
#urb input::-webkit-input-placeholder {
  color: #777;
}
#urb input:-moz-placeholder {
  color: #777;
}
#urb input::-moz-placeholder {
  color: #777;
}
#urb input:-ms-input-placeholder {
  color: #777;
}
#urb .field {
  position: relative;
}
@media screen and (max-width: 700px) {
  #urb .field {
    max-width: 400px;
  }
}
#urb .checkbox,
#urb .radio {
  clear: both;
  padding: 0;
  margin: 0;
}
#urb .checkbox input,
#urb .radio input {
  display: block;
  border: none;
  margin: 6px 5px 0 0;
  font-size: 16px;
  float: left;
  outline: 0;
  padding-bottom: 10px;
  vertical-align: top;
}
#urb .checkbox label,
#urb .radio label {
  color: #737373;
  display: block;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  padding: 4px 0 10px 20px;
  text-transform: none;
}
@media screen and (max-width: 700px) {
  #urb .checkbox label,
  #urb .radio label {
    font-size: 16px;
  }
}
#urb .checkboxes,
#urb .radios {
  clear: both;
}
#urb .text label {
  margin-top: 15px;
}
#urb .text label:first-child {
  margin-top: 0;
}
#urb .text input {
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  display: block;
  font-size: 12px;
  font-weight: normal;
  height: 28px;
  padding: 0;
  text-indent: 5px;
  line-height: 2.3;
  width: 100%;
}
#urb .text input:focus {
  outline: none;
  border: solid 1px #5e7630;
}
@media screen and (max-width: 700px) {
  #urb .text input {
    font-size:16px;
  }
}
/*@media screen and (min-width: 700px) {
  #urb .text input {
    max-width: 150px;
  }
}*/
#urb .keyword {
  display: table;
  width: 100%;
}
#urb .keyword label,
#urb .keyword input {
  display: table-cell;
}
#urb .keyword label {
  text-align: left;
  width: 15%;
}
#urb .keyword input {
  height: 28px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 700px) {
  #urb .keyword label,
  #urb .keyword input {
    display: block;
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 700px) {
  #urb .keyword input {
    max-width: 100%;
  }
}
#urb .submit {
  background-color: #d99b00;
  background-color: #d99b00;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d99b00), color-stop(100%, #b58200));
  background-image: -webkit-linear-gradient(#d99b00, #b58200);
  background-image: linear-gradient(#d99b00, #b58200);
  border-radius: 5px;
  border: solid 1px #9e7100;
  color: #fff;
  font-size: 14px;
  padding: 7px 22px;
  margin-bottom: 7px;
}
#urb .submit:hover {
  text-decoration: none;
}
#urb .clear {
  color: #b58200;
  margin-left: 20px;
  text-decoration: none;
}
#urb .clear:hover {
  text-decoration: underline;
}
#urb .datepicker {
  background: #fff url(../../images/icons/arrow-date.png) no-repeat 97% 10px;
  width: 100%;
}
/* AR #urb .datepicker.date-end {
  margin-top: 20px;
}*/
@media screen and (min-width: 700px) {
  #urb .datepicker {
    max-width: 150px;
  }
}
@media screen and (max-width: 700px) {
  #urb .col {
    margin-top: 20px;
  }
  #urb .col:first-child {
    margin-top: 0;
  }
}
#urb .multiselect,#urb select.simple-multiselect {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(/common/commonspot/templates/images/icons/arrow-down.png);
  background-position: 97% 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 6px 12px;
  text-align: left;
  white-space: nowrap;
}

#urb select.simple-multiselect {
  margin-left: 0px;
  padding: 6px 22px 6px 6px;
 -webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/ 
	color: #737373;
	font-size: 12px;
	font-weight:bold;
	width:100%;
	background-color:#f8f8f8;

}

#urb .btn-group {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f3f3f3));
  background-image: -webkit-linear-gradient(#fff, #f3f3f3);
  background-image: linear-gradient(#fff, #f3f3f3);
  width: 100%;
}
#urb .btn-group.open .multiselect {
  background: none;
}
#urb .input-group {
  display: table;
}
#urb .form-control,
#urb .input-group-addon {
  box-sizing: border-box;
  display: table-cell;
  height: 30px;
}
#urb .form-control {
  border-radius: 0 4px 4px 0;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 12px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  #urb .form-control {
    font-size: 16px;
  }
}
#urb .input-group-addon {
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
#urb .glyphicon,
#urb .glyphicon-search {
  background: url(../../images/icons/search.png) center center;
  height: 18px;
  width: 20px;
  display: block;
}
#urb .dropdown-menu {
  width: 100%;
}
#urb .dropdown-menu a {
  text-decoration: none;
}
#urb .dropdown-menu label {
  color: #737373;
  font-weight: normal;
  font-size: 13px;
  padding: 7px 5px 7px 15px;
  text-transform: none;
}

#urb .dropdown-menu a { /* AR */
  background-color:#fff;
  padding-left:20px;
}

#urb .dropdown-menu a:hover { /* AR */
  background-color:#f1f1f1;
}

#urb .dropdown-menu .checkbox input, #urb .dropdown-menu .radio input {
  margin: 0 10px 0 0;
  margin-left:-20px; /* aR */
}
#urb .dropdown-menu li:hover {
  background-color: #f1f1f1;
}

#urb .dropdown-menu  li  a { /* aR: I'm not so sure about this. */
    white-space: normal;
}

#urb .dropdown-menu .multiselect-group {
  color: #647630;
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
}
#urb .dropdown-menu .multiselect-item:hover {
  background: none;
}
#urb .dropdown-toggle {
  color: #737373;
  font-size: 12px;
}

/*--------------------------------------*\
Results Filters - Version 2
\*--------------------------------------*/
.info-micro-filter {
  overflow: visible;
}

.results {
  /* Overrides */
}
.results h2 {
  padding: 30px 0 0;
  float: left;
  display: inline-block;
  font-weight: normal;
  margin-right: 15px;
  width: auto;
}
.results .filter {
  float: left;
  list-style: none;
  margin: 25px 0;
}
.results .filter li {
  float: left;
  margin-top: 6px;
}

/*--------------------------------------*\
Pickadate
\*--------------------------------------*/
.picker {
  color: #464646;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  background: #5e7630;
}

.picker__day--selected,
.picker__day--selected:hover {
  background: #5e7630;
  border-color: #ddd;
}

.picker__day--today {
  color: #5e7630;
}

.picker__day--today:before {
  border-top-color: #7b9a3f;
}

.picker__nav--prev:before {
  border-right-color: #5e7630;
}

.picker__nav--next:before {
  border-left-color: #5e7630;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__nav--prev:hover,
.picker__nav--next:hover,
.picker__button--today:hover,
.picker__button--clear:hover {
  background: #d8e5c0;
}

.picker__input.picker__input--active {
  border-color: #5e7630;
}

.picker__button--today,
.picker__button--clear {
  color: #464646;
}

.picker__button--today:before {
  border-top-color: #5e7630;
}

.picker__button--clear:before {
  color: #b58200;
}

.picker__table td {
  font-size: 14px;
}
@media screen and (max-width: 700px) {
  .picker__table td {
    font-size: 16px;
  }
}

.col .field {
  margin-top: 35px;
}
.col .field:first-child {
  margin-top: 0;
}

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 4%;
}

.col:first-child {
  margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
  width: 100%;
}

.span_2_of_3 {
  width: 65.33%;
}

.span_1_of_3 {
  width: 30.66%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 700px) {
  .col {
    /*edited by ar... margin: 1% 0 1% 0%;*/
	margin: 1% 0 4% 0%;
  }
  
  #urb #urb-browser-form { /* added by ar */
    padding-top: 8px;
  }
  
}
@media only screen and (max-width: 700px) {
  .span_3_of_3 {
    width: 100%;
  }

  .span_2_of_3 {
    width: 100%;
  }

  .span_1_of_3 {
    width: 100%;
  }
}
.dropdown {
  position: relative;
}

.field .dropdown-menu { /* AR added .field */
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.btn-group {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f3f3f3));
  background-image: -webkit-linear-gradient(#fff, #f3f3f3);
  background-image: linear-gradient(#fff, #f3f3f3);
}





/* FROM URB.css */

/*AR ADDED simple-multiselect*/

#urb .btn .caret {
	display:none;
}

.urb-browser input[type="text"], .urb-browser select.urb-input {
    border: 1px solid #C9C9C9;
}

/* JBF Added - Fix 'search within' styles */
#urb #search-type label {
  display:inline;
  margin-left:10px;
}
#urb #search-type li {
  list-style:none;
  margin-top:5px;
}
#urb #search-type ul {
  margin-left:2px;
}