/*
http://pixelmatrixdesign.com/uniform/
*/

div.textfield, div.textfield span{
  background-image: url('/manager/_assets/imgs/forms.png');
  background-repeat: no-repeat;	
}
div.textfield {
	background-position: -483px -160px;
	line-height: 32px;
	height: 32px;
}
div.textfield span {
	background-position: 100% -622px;
	height: 32px;
	line-height: 32px;
}
div.textfield input {
	top: 0;
	left: 0;
}
div.textfield:active, 
div.textfield.active {
	background-position: -483px -192px;
}
div.textfield:active span, 
div.textfield.active span {
	background-position: 100% -654px;
}
div.textfield.focus {
	background-position: -483px -256px;
}
div.textfield.focus span {
	background-position: 100% -718px;
}
div.textfield.hover, div.textfield:hover {
	background-position: -483px -224px;
}
div.textfield.hover span, div.textfield:hover span {
	background-position: 100% -686px;
}
div.textfield.focus:active,
div.textfield.focus.active,
div.textfield:hover:active,
div.textfield.active:hover,
div.textfield.focus.hover, 
div.textfield.focus:hover {
	background-position: -483px -256px;
}
div.textfield.focus:active span,
div.textfield:hover:active span,
div.textfield.active:hover span,
div.textfield.focus.active span, 
div.textfield.focus.hover span, 
div.textfield.focus:hover span {
	background-position: 100% -718px;
}
div.textfield.disabled,
div.textfield.disabled:active,
div.textfield.disabled.active {
	background-position: -483px -288px;
}
div.textfield.disabled span,
div.textfield.disabled:active span,
div.textfield.disabled.active span {
  background-position: 100% -750px;
}

div.textfield {
  margin-bottom: 0;
  width: 190px;
  font-weight: normal;
  color: #464545;
  font-size: 14px;
}
div.textfield input {
    background-color: transparent;
    border: none;
    color: #555;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    width: 174px;
}
div.textfield span {
  	padding: 0 25px 0 2px;
}
div.textfield span {
  	color: #555;
  	width: 158px;
}
div.textfield.disabled span, div.textfield.disabled input {
	color: #999;
}
.textfield input:focus {
  	outline: 0;
}
div.textfield {
	position: relative;
	padding-left: 10px;
}
div.textfield span {
	display: block;
	float: left;
}
div.textfield input {
    left: 10px;
    position: absolute;
    top: 3px;
}
.adm-form-field-split div.textfield 		{ width:84px }
.adm-form-field-split div.textfield input 	{ width:80px; }
.adm-form-field-split div.textfield span 	{ width:62px }
.adm-form-field-split div.selector 			{ width:96px; }
.adm-form-field-split div.selector select 	{ width:90px; }
.adm-form-field-split div.selector span 	{ width:66px; padding: 0 25px 0 0; }

div.selector option {
    border-bottom: 1px solid #EEE;
    font-size: 12px;
    padding: 4px;
}













div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action {
  background-image: url('/manager/_assets/imgs/forms.png');
  background-repeat: no-repeat;
}
.selector, 
.radio, 
.checker, 
.uploader, 
.selector *, 
.radio *, 
.checker *, 
.uploader *{
	margin: 0;
	padding: 0;
}
/* INPUT & TEXTAREA */
input.email,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #777;
  background: url('/manager/_assets/imgs/bg-input-focus.png') repeat-x 0 0;
  background: #fff url('/manager/_assets/imgs/bg-input.png') repeat-x 0 0;
  border: solid 1px #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
}
input.email:focus,
textarea.uniform:focus,
input.email:hover,
textarea.uniform:hover{
  -webkit-box-shadow: 0 0 2px 1px #45A2FF;
  -moz-box-shadow: 0 0 2px 1px #45A2FF;
  box-shadow: 0 0 2px 1px #45A2FF;
  border-color: #3d80c6;
  background: #fff url('/manager/_assets/imgs/bg-input-focus.png') repeat-x 0 0;
}
/* Select */
div.selector {
  background-position: -483px -160px;
  line-height: 32px;
  height: 32px;
}
div.selector span {
  background-position: right 0px;
  height: 32px;
	line-height: 32px;
}
div.selector select {
  height: 30px;
  left: 0;
}
div.selector:active, 
div.selector.active {
	background-position: -483px -192px;
}
div.selector:active span, 
div.selector.active span {
	background-position: right -32px;
}
div.selector.focus, div.selector.hover, div.selector:hover {
	background-position: -483px -224px;
}
div.selector.focus span, div.selector.hover span, div.selector:hover span {
	background-position: right -64px;
}
div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
	background-position: -483px -256px;
}
div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
	background-position: right -96px;
}
div.selector.disabled,
div.selector.disabled:active,
div.selector.disabled.active {
	background-position: -483px -288px;
}
div.selector.disabled span,
div.selector.disabled:active span,
div.selector.disabled.active span {
  background-position: right -128px;
}
/* Checkbox */
div.checker {
  width: 23px;
  height: 23px;
}
div.checker input {
  width: 23px;
  height: 23px;
}
div.checker span {
  background-position: 0px -320px;
  height: 23px;
  width: 23px;
}
div.checker:active span, 
div.checker.active span {
	background-position: -23px -320px;
}
div.checker.focus span,
div.checker:hover span {
	background-position: -46px -320px;
}
div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
	background-position: -69px -320px;
}
div.checker span.checked {
	background-position: -92px -320px;
}
div.checker:active span.checked, 
div.checker.active span.checked {
	background-position: -115px -320px;
}
div.checker.focus span.checked,
div.checker:hover span.checked {
	background-position: -138px -320px;
}
div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
	background-position: -161px -320px;
}
div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
	background-position: -184px -320px;
}
div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
	background-position: -207px -320px;
}
/* radio */
div.radio {
  width: 23px;
  height: 23px;
}
div.radio input {
  width: 23px;
  height: 23px;
}
div.radio span {
  height: 23px;
  width: 23px;
  background-position: 0px -343px;
}
div.radio:active span, 
div.radio.active span {
	background-position: -23px -343px;
}
div.radio.focus span, 
div.radio:hover span {
	background-position: -46px -343px;
}
div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
	background-position: -69px -343px;
}
div.radio span.checked {
	background-position: -92px -343px;
}
div.radio:active span.checked,
div.radio.active span.checked {
	background-position: -115px -343px;
}
div.radio.focus span.checked, div.radio:hover span.checked {
	background-position: -138px -343px;
}
div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
	background-position: -161px -343px;
}
div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
	background-position: -184px -343px;
}
div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
	background-position: -207px -343px;
}
/* uploader */
div.uploader {
  background-position: 0px -366px;
  height: 32px;
}
div.uploader span.action {
  background-position: right -494px;
  height: 24px;
  line-height: 24px;
}
div.uploader span.filename {
  height: 24px;
  margin: 4px 0px 4px 4px;
  line-height: 24px;
}
div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -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: 0px -398px;
}
div.uploader.disabled span.action {
  background-position: right -462px;
}
/* Select */
div.selector {
  margin-bottom: 0;
  width: 190px;
  font-weight: normal;
  color: #464545;
  font-size: 14px;
}
div.selector select {
  width: 184px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	border: solid 1px #fff;
}
div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}
div.selector span {
  color: #555;
  width: 158px;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.selector.disabled span {
	color: #bbb;
}
/* checker */
div.checker {
  margin-right: 4px;
}
/* radio */
div.radio {
  margin-right: 2px;
}
/* uploader */
div.uploader {
    cursor: pointer;
    margin-bottom: 3px;
    width: 186px;
}
div.uploader span.action {
    color: #666;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 83px;
}
div.uploader span.filename {
    border-right: 1px solid #aaa;
    color: #1A1A1A;
    font-size: 90%;
	font-size: 11px;
    width: 83px;
}
div.uploader input {
	width: 186px;
	height:32px;
}
div.uploader.disabled span.action {
  color: #aaa;
}
div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*
CORE FUNCTIONALITY 
Not advised to edit stuff below this line
-----------------------------------------------------
*/
.selector select:focus, .radio input:focus, .checker input:focus, uploader input:focus {
  outline: 0;
}

/* Select */
div.selector {
	position: relative;
	padding-left: 10px;
}
div.selector span {
	display: block;
	float: left;
}
div.selector select {
	position: absolute;
	opacity: 0;
	bottom: 1px;
    left: 4px;
}
/* checker */
div.checker {
	position: relative;
	float: left;
}
div.checker span {
	display: block;
	float: left;
	text-align: center;
}
div.checker input {
  opacity: 0;
  display: inline-block;
}
/* radio */
div.radio {
	position: relative;
	float: left;
}
div.radio span {
	display: block;
	float: left;
	text-align: center;
}
div.radio input {
  opacity: 0;
  text-align: center;
  display: inline-block;
}
/* uploader */
div.uploader {
  position: relative;
  float: left;
}
div.uploader span.action {
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 4px 0;
    position: absolute;
    right: -5px;
    top: 0;
}
div.uploader span.filename {
  	text-overflow: ellipsis;
    display: block;
    float: left;
    overflow: hidden;
    padding: 0 10px;
    white-space: nowrap; 
}
div.uploader input {
    bottom: 0;
    left: 4px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}