/*

Uniform Theme: Aristo
Version: 1.1
By: 280North / Ported by Josh Pyles
License: Creative Commons Share Alike
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */

div.checker span,
div.radio span,
div.uploader,
div.uploader span.action {
  background-image: url("https://www.acewelfare.org/wp-content/themes/savetheworld/images/uniform/sprite-aristo.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }

.selector,
.checker,
.radio,
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }

.selector select:focus,
.radio input:focus,
.checker input:focus,
.uploader input:focus {
  outline: 0; }

.selector,
.radio,
.checker,
.uploader,
.selector *,
.radio *,
.checker *,
.uploader * {
  margin: 0;
  padding: 0; }

.highContrastDetect {
  background: url("https://www.acewelfare.org/wp-content/themes/savetheworld/images/uniform/bg-input-aristo.png") repeat-x 0 0;
  width: 0px;
  height: 0px; }

/* Input & Textarea */
input.text,
input.email,
input.search,
input.tel,
input.url,
input.datetime,
input.date,
input.month,
input.week,
input.time,
input.datetime-local,
input.number,
input.color,
input.password,
select.uniform-multiselect,
textarea.uniform {
  padding: 4px;
  outline: 0; }

/* Remove default webkit and possible mozilla .search styles */
div.checker input,
input.search,
input.search:active {
  -moz-appearance: none;
  -webkit-appearance: none; }



/* Select */
div.selector {
	height: 33px;
	position: relative;
	padding: 0 4px 0 9px;
	overflow: hidden;
	color: #3a424c;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	-webkit-box-shadow: inset rgba(218,221,226,0.75) 2px 2px 3px;
	-moz-box-shadow: inset rgba(218,221,226,0.75) 2px 2px 3px;
	box-shadow: inset rgba(218,221,226,0.75) 2px 2px 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #b6bbc1;
}

div.selector span {
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	padding: 0 25px 0 0;
	margin: 4px 0 0 0;
	color: #3a424c;
	background: url("../images/uniform/selector_small.png") no-repeat 100% 0;
}

div.selector select {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	position: absolute;
	height: 33px;
	top: 0px;
	left: 0px;
	min-width: 100%;
	padding: 0;
}

div.selector select option {
	font-size: 12px;
	color: #3a424c;
	padding: 2px 8px;
	background: #fff;
}

div.selector:active,
div.selector.active {
  /*background-position: 100% -116px;*/}

div.selector:active span,
div.selector.active span {
  background-position: 100% -50px;}

div.selector.focus,
div.selector.hover,
div.selector:hover {
  /*background-position: 0 -224px;*/ }

div.selector.focus span,
div.selector.hover span,
div.selector:hover span {
  background-position: 100% -25px; }

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  /*background-position: 0 -256px;*/ }

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: 100% -50px;}

div.selector.disabled,
div.selector.disabled:active,
div.selector.disabled.active {
	
}

div.selector.disabled span,
div.selector.disabled:active span,
div.selector.disabled.active span {
	background-position: 100% -75px;
}

@media screen and (min-width: 320px) and (max-width: 959px){
	div.selector {
		height: 48px;
		font-size: 28px;
	}
	div.selector span {
		height: 38px;
		line-height: 38px;
		cursor: pointer;
		padding: 0 20px 0 0;
		margin: 5px 0 0 0;
		background: url("../images/uniform/selector.png") no-repeat 100% 0;
	}
	div.selector select {
		height: 48px;
	}
	div.selector select option {
		font-size: 28px;
	}
	div.selector:active span,
	div.selector.active span {
		background-position: 100% -76px;
	}
	div.selector.focus span,
	div.selector.hover span,
	div.selector:hover span {
		background-position: 100% -38px;
	}
	div.selector.focus:active span,
	div.selector:hover:active span,
	div.selector.active:hover span,
	div.selector.focus.active span {
		background-position: 100% -76px;
	}
	div.selector.disabled span,
	div.selector.disabled:active span,
	div.selector.disabled.active span {
		background-position: 100% -114px;
	}
}

@media screen and (min-width: 640px) and (max-width: 959px){
	#header div.selector {
		height: 66px;
		position: relative;
		padding: 0 4px 0 9px;
		overflow: hidden;
		color: #3a424c;
		font-size: 39px;
		-webkit-font-smoothing: antialiased;
		background: #fff;
		-webkit-box-shadow: inset rgba(218,221,226,0.75) 2px 2px 3px;
		-moz-box-shadow: inset rgba(218,221,226,0.75) 2px 2px 3px;
		box-shadow: inset rgba(218,221,226,0.75) 2px 2px 3px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		border: 1px solid #b6bbc1;
	}

	#header div.selector span {
		text-overflow: ellipsis;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		height: 58px;
		line-height: 58px;
		cursor: pointer;
		padding: 0 25px 0 0;
		margin: 4px 0 0 0;
		color: #3a424c;
		background: url("../images/uniform/selector_big.png") no-repeat 100% 0;
	}
	#header div.selector select {
		height: 66px;
	}
	#header div.selector select option {
		font-size: 20px;
	}
	#header div.selector:active span,
	#header div.selector.active span {
		background-position: 100% -116px;
	}
	#header div.selector.focus span,
	#header div.selector.hover span,
	#header div.selector:hover span {
		background-position: 100% -58px;
	}
	#header div.selector.focus:active span,
	#header div.selector:hover:active span,
	#header div.selector.active:hover span,
	#header div.selector.focus.active span {
		background-position: 100% -116px;
	}
	#header div.selector.disabled span,
	#header div.selector.disabled:active span,
	#header div.selector.disabled.active span {
		background-position: 100% -174px;
	}
}

/* Checkbox */
div.checker,
div.checker span,
div.checker input {
  width: 14px;
  height: 14px; }

div.checker {
  position: relative;
  top: -1px;
  *top: -5px;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  width: 14px;
  height: 14px;
  background: url("../images/uniform/checker.png") no-repeat 0 0;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1; }

div.checker:active span,
div.checker.active span {
  }

div.checker.focus span,
div.checker:hover span {
  }

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  }

div.checker span.checked {
  background-position: 0 -14px; }

div.checker:active span.checked,
div.checker.active span.checked {
  }

div.checker.focus span.checked,
div.checker:hover span.checked {
  }

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  }

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  }

/* Radio */
div.radio,
div.radio span,
div.radio input {
  width: 14px;
  height: 14px; }

div.radio {
  position: relative; 
  top: -1px;
  *top: -5px;
  }

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background: url("../images/uniform/radio.png") no-repeat 0 0;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center; }

div.radio:active span,
div.radio.active span {

}

div.radio.focus span,
div.radio:hover span {
  
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  
}

div.radio span.checked {
  background-position: 0 -14px;
}

div.radio:active span.checked,
div.radio.active span.checked {
  
  }

div.radio.focus span.checked,
div.radio:hover span.checked {
  
  }

div.radio.focus:active span.checked,
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  }

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
	opacity: 0.75;
	filter: alpha(opacity=75);  
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  
}

/* Uploader */
div.uploader {
  background-position: 0 -366px;
  height: 33px;
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden; }

div.uploader span.action {
  background-position: right -494px;
  height: 33px;
  line-height: 33px;
  width: 90px;
  text-align: center;
  float: left;
  display: inline;
  overflow: hidden;
  cursor: pointer; }

div.uploader span.filename {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  cursor: default;
  height: 24px;
  margin: 4px 0 4px 4px;
  line-height: 24px;
  width: 76px;
  padding: 0 10px; }

div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  height: 100%; }

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0 -430px; }

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -526px; }

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -558px; }

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -590px; }

div.uploader.disabled {
  background-position: 0 -398px; }

div.uploader.disabled span.action {
  background-position: right -462px; }



/* INPUT & TEXTAREA */
input.text,
input.email,
input.search,
input.tel,
input.url,
input.datetime,
input.date,
input.month,
input.week,
input.time,
input.datetime-local,
input.number,
input.color,
input.password,
select.uniform-multiselect,
textarea.uniform {
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #777;
  background-color: #a1cbe2;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

input.text:focus,
input.email:focus,
input.search:focus,
input.tel:focus,
input.url:focus,
input.datetime:focus,
input.date:focus,
input.month:focus,
input.week:focus,
input.time:focus,
input.datetime-local:focus,
input.number:focus,
input.color:focus,
input.password:focus,
select.uniform-multiselect:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-color: #999;
  background-color: #a1cbe2; }


/* Checker */
div.checker {
  margin-right: 0px; }

/* Radio */
div.radio {
  margin-right: 0px; }

div.uploader span.action {
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  background-color: #fff;
  font-weight: bold;
  color: #1c4257; }

div.uploader span.filename {
  color: #777;
  font-size: 11px; }

div.uploader.disabled span.action {
  color: #aaa; }

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa; }