/*

Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span, div.input, div.input span {
  background-image: url("./images/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }
div.selector, div.checker, div.button, div.radio, div.uploader, div.input, .textarea {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */ }
  div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus, .textarea:focus {
    outline: 0; }
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button *, div.input *, .textarea * {
  margin: 0;
  padding: 0; }

.highContrastDetect {
  background: url("./images/bg-input.png") repeat-x 0 0;
  width: 0px;
  height: 0px; }

/* Multiselect */
select.uniform-multiselect {
   padding: 3px;
   background: url("./images/bg-input.png") repeat-x 0 0 #ebebeb;
   outline: 0; }
select.uniform-multiselect.active {
    background: url("./images/bg-input-focus.png") repeat-x 0 0 #dfdfdf; }

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none; }

/* Select */
div.selector {
  background-position: 0 -185px;
  line-height: 35px;
  height: 35px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden; }
  div.selector span {
    color: #838383;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: right 0;
    height: 35px;
    line-height: 35px;
    padding-right: 38px;
    cursor: pointer;
    width: 100%;
    display: block; }
  div.selector.fixedWidth {
    width: 190px; }
    div.selector.fixedWidth span {
      width: 155px; }
  div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 27px;
    top: 4px;
    left: 0px;
    width: 100%; }
  div.selector.active {
    background-position: 0 -222px; }
    div.selector.active span {
      color: #3c3c3c;
      background-position: right -37px; }
  div.selector.hover, div.selector.focus {
    background-position: 0 -259px; }
    div.selector.hover span, div.selector.focus span {
      color: #3c3c3c;
      background-position: right -74px; }
    div.selector.hover.active, div.selector.focus.active {
      background-position: 0 -296px; }
      div.selector.hover.active span, div.selector.focus.active span {
        color: #3c3c3c;
        background-position: right -111px; }
  div.selector.disabled, div.selector.disabled.active {
    background-position: 0 -333px; }
    div.selector.disabled span, div.selector.disabled.active span {
      background-position: right -148px;
      color: #b9b9b9; }

/* Checkbox */
div.checker {
  position: relative; }
  div.checker, div.checker span, div.checker input {
    width: 25px;
    height: 25px; }
  div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -370px; }
    div.checker span.checked {
      background-position: -108px -370px; }
  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 {
    background-position: -27px -370px; }
    div.checker.active span.checked {
      background-position: -135px -370px; }
  div.checker.hover span, div.checker.focus span {
    background-position: -54px -370px; }
    div.checker.hover span.checked, div.checker.focus span.checked {
      background-position: -162px -370px; }
  div.checker.hover.active span, div.checker.focus.active span {
    background-position: -81px -370px; }
    div.checker.hover.active span.checked, div.checker.focus.active span.checked {
      background-position: -189px -370px; }
  div.checker.disabled, div.checker.disabled.active {
    background-position: -216px -370px; }
    div.checker.disabled span.checked, div.checker.disabled.active span.checked {
      background-position: -243px -370px; }

/* Radio */
div.radio {
  position: relative; }
  div.radio, div.radio span, div.radio input {
    width: 22px;
    height: 22px; }
  div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -397px; }
    div.radio span.checked {
      background-position: -96px -397px; }
  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 {
    background-position: -24px -24px -397px; }
    div.radio.active span.checked {
      background-position: -120px -397px; }
  div.radio.hover span, div.radio.focus span {
    background-position: -48px -48px -397px; }
    div.radio.hover span.checked, div.radio.focus span.checked {
      background-position: -144px -397px; }
  div.radio.hover.active span, div.radio.focus.active span {
    background-position: -72px -397px; }
    div.radio.hover.active span.checked, div.radio.focus.active span.checked {
      background-position: -168px -397px; }
  div.radio.disabled span, div.radio.disabled.active span {
    background-position: -192px -397px; }
    div.radio.disabled span.checked, div.radio.disabled.active span.checked {
      background-position: -216px -397px; }

/* Uploader */
div.uploader {
  background-position: 0 -421px;
  height: 35px;
  width: 279px;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  div.uploader span.action {
    background-position: right -533px;
    height: 35px;
    line-height: 35px;
    width: 154px;
    text-align: center;
    float: right;
    display: inline;
    overflow: hidden;
    cursor: pointer; }
  div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: right;
    cursor: default;
    height: 35px;
    line-height: 35px;
    width: 105px;
    padding: 0 10px; }
  div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    float: none;
    cursor: pointer;
    width: 154px;
    height: 100%; }
  div.uploader.active span.action {
    background-position: right -569px; }
  div.uploader.hover, div.uploader.focus {
    background-position: 0 -458px; }
    div.uploader.hover span.action, div.uploader.focus span.action {
      background-position: right -606px; }
    div.uploader.hover.active span.action, div.uploader.focus.active span.action {
      background-position: right -643px; }
  div.uploader.disabled, div.uploader.disabled.active {
    background-position: 0 -495px; }
    div.uploader.disabled span.action, div.uploader.disabled.active span.action {
      background-position: right -680px; }

/* Buttons */
div.button {
  background-position: 0 -913px;
  height: 47px;
  position: relative;
  max-width: 400px;
  /* Keep buttons barely visible so they can get focus */ }
  div.button a, div.button button, div.button input {
    cursor: pointer;
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    width: 100%;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 4px;
    position: absolute; }
  div.button span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    zoom: 1;
    line-height: 47px;
    text-align: left;
    background-position: right -717px;
    height: 47px;
    margin-left: 12px;
    padding: 0 15px 0 3px; }
  div.button.active {
    background-position: 0 -962px; }
    div.button.active span {
      background-position: right -766px; }
  div.button.hover, div.button.focus {
    background-position: 0 -1011px; }
    div.button.hover span, div.button.focus span {
      background-position: right -815px; }
  div.button.disabled, div.button.disabled.active {
    background-position: 0 -1060px; }
    div.button.disabled span, div.button.disabled.active span {
      background-position: right -864px; }
  div.button.disabled button {
      cursor: default;
  }
  div.button i {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    margin: 9px 10px 0 1px;
    background: url("./images/sprite.png") no-repeat;
    background-position: -400px -921px;
  }
  div.button i.agree {
    background-position: -430px -921px;
  }
  div.button i.cancel {
    background-position: -460px -921px;
  }

select.uniform-multiselect {
  font-size: 12px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #777;
  border-top: solid 1px #aaaaaa;
  border-left: solid 1px #aaaaaa;
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

select.uniform-multiselect.hover,
 select.uniform-multiselect.focus {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-color: #999; }

/* PRESENTATION */
/* Buttons */
div.button span {
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase; }
div.button.hover span, div.button.focus span {
  color: #555; }
div.button.disabled span, div.button.disabled.active span {
  color: #bbb; }

/* Select */
div.selector {
  font-size: 12px; }
  div.selector span {
    }
  div.selector select {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px; }
  div.selector.disabled span, div.selector.disabled.active span {
    }

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

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

/* Uploader */
div.uploader span.action {
  text-shadow: white 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold; }
div.uploader span.filename {
  color: #8b8b8b;
  font-size: 14px; }
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
  color: #aaa; }
div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {
  border-color: #ddd;
  color: #aaa; }
div.uploader.disabled input {
      cursor: default;
}

/* Input */

div.input {
  padding: 0 0 0 10px;
  background-position: 0 -1294px;
}

div.input input.uniform-input {
  height: 29px;
  line-height: 29px;
  padding: 3px 8px 3px 3px;
  outline: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #838383;
  background: inherit;
  background-position: right -1109px; }
  div.input input.uniform-input.active {
    color: #3c3c3c;
    background-position: right -1146px; }
  div.input input.uniform-input.hover {
    color: #3c3c3c;
    background-position: right -1183px; }
  div.input input.uniform-input.focus,
  div.input input.uniform-input:focus {
    color: #3c3c3c;
    background-position: right -1220px; }
  div.input input.uniform-input.disabled,
  div.input input.uniform-input[disabled] {
    color: #b9b9b9;
    background-position: right -1257px; }
	

/* Textarea */

.textarea {
  empty-cells: show;
  border-spacing: 0;
  border-collapse: collapse; }
  .textarea td[class^="c"] {
    background-image: url("./images/sprite.png");
    background-repeat: no-repeat; 
	width: 0 !important;
	padding: 0 !important;}
  .textarea td.c1,
  .textarea td.c2,
  .textarea td.c3,
  .textarea td.c6,
  .textarea td.c7,
  .textarea td.c8 {
    height: 5px !important; }
  .textarea td.c1,
  .textarea td.c3,
  .textarea td.c4,
  .textarea td.c6,
  .textarea td.c7,
  .textarea td.c9 {
    width: 5px !important; }
  .textarea td.c1 {
    background-position: 0 -1479px; }
  .textarea td.c2 {
    background-position: 0 -1507px;
    background-repeat: repeat-x; }
  .textarea td.c3 {
    background-position: 0 -1486px; }
  .textarea td.c4 {
    background-image: url("./images/sprite.textarea.middle.png");
    background-position: 0 0;
    background-repeat: repeat-y; }
  .textarea td.c5 {
    background: #f0f0f0; }
    .textarea td.c5 textarea {
      display: block;
      border: 0;
      background: #f0f0f0; }
  .textarea td.c6 {
    background-image: url("./images/sprite.textarea.middle.png");
    background-position: right -6px;
    background-repeat: repeat-y; }
  .textarea td.c7 {
    background-position: 0 -1493px; }
  .textarea td.c8 {
    background-position: 0 -1514px;
    background-repeat: repeat-x; }
  .textarea td.c9 {
    background-position: 0 -1500px; }
