/*
Uniform Theme: Uniform Default

---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/******************************************************************
    Variables :
        Those should be used in your theme
******************************************************************/
/*
 * Fonts
 */
/*
 * Colors
 */
/* Functionnal colors */
/* Theme colors */
/* Default colors */
/* Usefull colors */
/*
 * Borders
 */
/******************************************************************
  Unused Variables :
    Only for prestashop compatibility, feel free to delete
******************************************************************/
/* ************************************************************************************************
		uniform VARIABLES
		-check yours images in your sprite, define size to place correctly your skin----
************************************************************************************************ */
/* img */
/* input size */
/* classes */
/* ************************************************************************************************
		uniform STRUCTURE_DEFAULT
		- Assign your sprite to yours differents classes of input
		- Assign differents status
************************************************************************************************ */
div.selector,
div.selector span,
div.checker span,
div.radio span, div.uploader,
div.uploader span.action, div.button,
div.button span {
  /*background-image: url($sprite);
    background-repeat: no-repeat;*/
  -webkit-font-smoothing: antialiased;
}

div.selector, div.checker, div.button, div.radio, div.uploader {
  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 {
  outline: 0;
}

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

/* Define sprite image */
/* Define status */
/* ************************************************************************************************
		uniform STYLE_DEFAULT
************************************************************************************************ */
.checker span input {
  margin: 0 !important;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  margin: 0 !important;
}

.radio-inline, .checkbox-inline {
  cursor: default;
}

/* ************************************************************************************************
		uniform STYLE
		- Define style of yours input elements
************************************************************************************************ */
/* 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 -54px;
  line-height: 27px;
  height: 27px;
  position: relative;
  overflow: hidden;
}

div.selector span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  background-position: right 0;
  height: 27px;
  line-height: 27px;
  cursor: pointer;
  width: 100%;
  display: block;
}

div.selector.fixedWidth {
  width: 190px;
}

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

/* Select1 */
/* Checkbox */
div.checker {
  position: relative;
}

div.checker, div.checker span, div.checker input {
  width: 15px;
  height: 15px;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
}

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

/* Radio */
div.radio {
  position: relative;
  display: inline;
}

div.radio, div.radio span, div.radio input {
  width: 13px;
  height: 13px;
}

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
}

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

/* Uploader */
div.uploader {
  background: none;
  height: 27px;
  width: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

div.uploader span.action {
  height: 27px;
  line-height: 27px;
  width: 94px;
  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: 27px;
  margin: 0px 0 0px 0px;
  line-height: 27px;
  width: 172px;
  padding: 0 10px;
}

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