/*

Uniform Theme: Uniform Banco BPI
Version: 1.0
By: Pedro Coelho
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
div.selector, div.selector span, div.checker span, div.button span, div.button {
  background-image: url("images/spritebpi.png");
  background-repeat: no-repeat;  -webkit-font-smoothing: antialiased; 
  background-color: #fff;
  color: #a4a4a6;
}

select {
  font: 1.1em/1 'Lucida Sans Unicode';
  float: right;
  color: #a4a4a6;
  padding-left: 5px;
  font-size: 13px;
}

div.selector, div.selector span, div.checker span {
  font: 1.1em/1 'Lucida Sans Unicode';
  float: right;
}

div.selector {
  border: 1px solid #cdcdcd;}  
div.selector, div.checker, div.button {
  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 {
  outline: 0; 
}    
div.selector, div.selector *, div.checker, , div.checker * {
  margin: 0;
  padding: 0; }

/* Select */
div.selector {
  background-position: 0 -216px;
  line-height: 28px;
  height: 28px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden; }
div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: right -5px;
    height: 28px;
    line-height: 28px;
//    padding-right: 25px;
    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: 26px;
    top: 2px;
    left: 0px;
    width: 100%; }
div.selector.active {
    background-position: 0 -216px; }
div.selector.active span {
    background-position: right -40px; }
div.selector.hover, div.selector.focus {
    background-position: 0 -252px; }
div.selector.hover span, div.selector.focus span {
    background-position: right -77px; }
div.selector.hover.active, div.selector.focus.active {
    background-position: 0 -288px; }
div.selector.hover.active span, div.selector.focus.active span {
    background-position: right -113px; }
div.selector.disabled, div.selector.disabled.active {
    background-position: 0 -324px; 
    background-color: #eaeaea;
}
div.selector.disabled span, div.selector.disabled.active span {
    background-position: right -149px;    background-color: #eaeaea;
    color: #eaeaea;}

/* Checkbox */
div.checker {
  position: relative; 
  border: 1px solid;
  color: #cdcdcd;
  margin-top: 3px;}
div.checker, div.checker span, div.checker input {
    width: 18px;
    height: 18px; }
  div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -357px; 
}
div.checker span.checked {
    background-position: -81px -358px; }
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: -20px -357px; }
div.checker.active span.checked {
    background-position: -121px -358px; }
  div.checker.hover span, div.checker.focus span {
    background-position: -41px -358px; }
div.checker.hover span.checked, div.checker.focus span.checked {
    background-position: -141px -358px; }
div.checker.hover.active span, div.checker.focus.active span {
    background-position: -81px -358px; }
div.checker.hover.active span.checked, div.checker.focus.active span.checked {
    background-position: -161px -358px; }
div.checker.disabled, div.checker.disabled.active {
    background-position: -181px -358px; 
    background-color: #eaeaea;    }

div.checker.disabled span.checked, div.checker.disabled.active span.checked {
    background-position: -201px -358px; 
    background-color: #eaeaea;
}
div.checker.disabled span {
    background-position: -201px -358px; 
    background-color: #eaeaea;
}
/* Button */
div.button {
  background-position: 0 -678px;
  height: 46px;
  cursor: pointer;
  position: relative;  width: 136px;
}
div.button input {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; 
    width: 100%;
    cursor: pointer; }
div.button span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 22px;
    text-align: center;    background-position: -50px -393px;
    height: 35px;
    margin-left: 0px;
    padding: 13px 10px 0 2px; 
    color: #fff;    font-size: 1.8em;
    width: 124px;
    text-transform: uppercase;}

div.button span:after {
	font-family: 'icomoon';
	content: "\21";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	font-size: 1.1em;
}

.lt-ie9 div.button span:after {	top: 61%;
}div.button.active {
    background-position: 0 -750px; 
}
div.button.active span {
    background-position: -50px -456px;
    cursor: default; }
div.button.hover, div.button.focus {
    background-position: 0 -824px; }
div.button.hover span, div.button.focus span {
    background-position: -50px -539px; 
}
div.button.disabled, div.button.disabled.active {
    background-position: 0 -898px; 
}
div.button.disabled span, div.button.disabled.active span {
    background-position: -50px -602px;
    cursor: default; }