
/* Buttons - map pages*/
#resourcesmap button, #markermap button,
#resourcesmap a.button, #markermap a.button,
#resourcesmap,input[type="submit"], #markermap input[type="submit"],
#resourcesmap input[type="button"], #markermap input[type="button"],
#resourcesmap input[type="reset"],  #markermap input[type="reset"] {
	background: #fff; /* Old browsers */
	border: 1px solid #444;
	border-radius: 4px;
	margin: 2px;
	color: #222;
	display: inline-block;
	padding: 5px;
	text-decoration: none;
	text-align:center;
	cursor: pointer;
}

#resourcesmap button:hover, #markermap button:hover,
#resourcesmap a.button:hover, #markermap a.button:hover,
#resourcesmap input[type="submit"]:hover, #markermap input[type="submit"]:hover,
#resourcesmap input[type="button"]:hover, #markermap input[type="button"]:hover,
#resourcesmap input[type="reset"]:hover , #markermap input[type="reset"]:hover {
	background: #f1edb9; /* Old browsers */
	outline: none;
}

#resourcesmap, #markermap {
    width:100%;
    height:300px;
    margin:10px auto;
}

#resourcesmap {
    width:100%;
    height:600px;
}

#resourcesmap .markerclass, #markermap .markerclass {
	cursor:pointer;
}
#resourcesmap .hiddenmarker, #markermap .hiddenmarker {
	display:none;
}

/* Customize the label (the container) */
.checkboxlabel {
  display: inline-block;
  float: left;
  width: 22%;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  height: 40px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkboxlabel.short {
  width: 18%;
  margin-top: -20px;
}
.checkboxlabel.wide {
  width: 30%;
}
/* Hide the browser's default checkbox */
.checkboxlabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border:1px solid #777;
}

/* On mouse-over, add a grey background color */
.checkboxlabel:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxlabel input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxlabel input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxlabel .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* Create a custom radio button */
.radiobutton {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkboxlabel:hover input ~ .radiobutton {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.checkboxlabel input:checked ~ .radiobutton {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobutton:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkboxlabel input:checked ~ .radiobutton:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.checkboxlabel .radiobutton:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.dayofweek {
	float:left;
	display:inline-block;
	width:140px;
	margin-top:-20px;
}
.resourcesform h3 {
	font-size:15px;
}
.resourcesform h4 {
	font-size:14px;
}

.fl_box-registerformpopup, .fl_box-loginformpopup {
	background: #10610f; /* Old browsers */
	background: -webkit-linear-gradient(top, #10610f 0%, #0e5907 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #10610f 0%, #0e5907 100%); /* W3C */
	border: none;
	border-radius: 4px;
	color: #fff;
	font-weight: normal;
	display: block;
	padding: 5px 12px 5px;
	text-decoration: none;
	text-align:center;
	width: 100px;
	margin: 5px auto;
}

.fl_box-registerformpopup:hover, .fl_box-loginformpopup:hover {
	background: #1a6e17; /* Old browsers */
	background: -webkit-linear-gradient(top, #1a6e17 0%, #186611 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #1a6e17 0%, #186611 100%); /* W3C */
	outline: none;
	color: #fff;
}

.textinput {
	width:80%;
	float:right;
}

.mapfilter {
	line-height:1;
}
.mapfilter .checkboxlabel {
  padding-left: 15px;
  margin-bottom: 6px;
  font-size: 13px;
}
.mapfilter .checkmark {
  height: 12px;
  width: 12px;
}

.mapfilter .checkboxlabel .checkmark:after {
  left: 2px;
  top: 0px;
  width: 3px;
  height: 6px;
}

.mapfilter .radiobutton {
  height: 12px;
  width: 12px;
}

.mapfilter .checkboxlabel .radiobutton:after {
  top: 3px;
  left: 3px;
  width: 5px;
  height: 5px;
}
.mapfilter h3, .mapfilter h4, .mapfilter h5 {
	margin: 2px 0 7px;
}
.mapfilter h2 {
	font-size:18px;
}

.mapfilter h3 {
	font-size:16px;
}

.mapfilter h4 {
	font-size:14px;
}

.mapfilter h5 {
	font-size:13px;
}
/* from wp-file-upload */
input.file_input_textbox, input.file_input_submit, input.file_input_button, input.file_input_button_hover
{
	font-size: 13px;
}
input.file_input_submit, input.file_input_button, input.file_input_button_hover
{
	padding: 6px 10px 4px 10px;
}
.resourcesform span.file_title_clean
{
	border:0px solid red;
}

.resourcesform .file_div_clean_responsive
{
	border:0px solid blue;
}

.resourcesform input.file_input_textbox, .resourcesform .file_input_uploadform
{
	border:0px solid green;
}
input[type="text"].file_input_textbox
{
	 position: relative;
	 width: 250px;
	 height: 25px; /*relax*/
	 margin: 2px 3px 0 0;
	 padding: 0px; /*relax*/
	 border: 1px solid; /*relax*/
	 border-color: #BBBBBB; /*relax*/
	 background-color: white; /*relax*/
	 color: black; /*relax*/
}

input[type="text"].file_input_textbox:disabled
{
	 position: relative;
	 width: 150px; /*relax*/
	 height: 25px; /*relax*/
	 margin: 0px; /*relax*/
	 padding: 0px; /*relax*/
	 border: 1px solid; /*relax*/
	 border-color: #BBBBBB; /*relax*/
	 background-color: white; /*relax*/
	 color: silver; /*relax*/
}

input[type="text"].file_input_textbox_nofile
{
	 position: relative;
	 width: 150px; /*relax*/
	 height: 25px; /*relax*/
	 margin: 0px; /*relax*/
	 padding: 0px; /*relax*/
	 border: 1px solid; /*relax*/
	 border-color: #BBBBBB; /*relax*/
	 background-color: red;
	 color: black; /*relax*/
}

@media (max-width: 900px) {
    #resourcesmap, #markermap {
        width:100%;
        height: 300px;
    }
	.checkboxlabel {
		width: 48%;
	}
	.checkboxlabel.wide {
		width: 80%;
	}
	.dayofweek {
		float:none;
		display:block;
		width:100%;
		margin-top:0px;
	}
	.checkboxlabel.short {
		width: 48%;
		margin-top: 0px;
	}
	.textinput {
		width:100%;
		display:block;
		margin: 0px 0px 5px 0px;"
	}
}

@media (max-width: 500px) {
	input[type="text"].file_input_textbox
	{
		width: 210px;
	}
	.checkboxlabel, .checkboxlabel.wide {
		width: 100%;
		float:none;
	}
	.checkboxlabel.short {
		width: 100%;
		margin-top: 0px;
		float:none;
	}
}
