/*

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.selector2, div.selector2 span,div.checker span, div.checker2 span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
  background-image: url("../img/uniform/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }


div.selector, div.selector span {
	background-image:url("../img/uniform/selectbg.png");
}

div.selector2, div.selector2 span {
	background-image:url("../img/arrow_down3.png");
}

div.radio span {
	background-image:url("../img/uniform/radiobg.png");
}

div.checker span {
	background-image:url("../img/uniform/checkbg.png");
}


div.checker2 span {
	background-image:url("../img/uniform/checkbg2.png");
}

div.selector, div.selector2, div.checker, div.checker2, div.button, div.radio, div.uploader {
  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.selector2:focus, div.checker:focus, div.checker2:focus, div.button:focus, div.radio:focus, div.uploader:focus {
    outline: 0; }
div.selector, div.selector *, div.selector2, div.selector2 *, div.radio, div.radio *, div.checker, div.checker *, div.checker2, div.checker2 * div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0; }

.highContrastDetect {
  background: url("../img/uniform/bg-input.png") repeat-x 0 0;
  width: 0px;
  height: 0px; }

/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 0px;  
  outline: 0; }
  input.uniform-input.active,
  select.uniform-multiselect.active,
  textarea.uniform.active {
     }

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input,
div.checker2 input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none; }

/* Select */
div.selector {
  background-position: 0px -42px;
  line-height: 42px;
  height: 42px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden; }

div.selector2 {
 background:none;
  line-height: 20px;
  height: 20px;
  padding: 0px;
  position: relative;
  overflow: hidden; }
  
div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: right 0;
    height: 42px;
    line-height: 42px;
    padding-right: 25px;
    cursor: pointer;
    display: block; }

div.selector2 span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: right 5px;
    height: 20px;
    line-height: 20px;
    padding-right: 10px;
    cursor: pointer;
    width: 100%;
    display: block; }

div.selector2.fixedWidth {
    width: 300px; }
    div.selector2.fixedWidth span {
      width: 155px; }
  div.selector2 select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 20px;
    top: 0px;
    left: 0px;
    width: 100%; }

  div.selector.fixedWidth {
    width: 310px; }
    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: 42px;
    top: 0px;
    left: 0px;
    width: 100%; }
  div.selector.active {
    background-position: 0 -42px; }
    div.selector.active span {
      background-position: right 0px; }
  div.selector.hover, div.selector.focus {
    background-position: 0 -42px; }
    div.selector.hover span, div.selector.focus span {
      background-position: right 0px; }
    div.selector.hover.active, div.selector.focus.active {
      background-position: 0 -42px; }
      div.selector.hover.active span, div.selector.focus.active span {
        background-position: right 0px; }
  div.selector.disabled, div.selector.disabled.active {
    background-position: 0 -42px; }
    div.selector.disabled span, div.selector.disabled.active span {
      background-position: right 0px; }

/* Checkbox */
div.checker {
  position: relative; }
  div.checker, div.checker span, div.checker input {
    width: 33px;
    height: 28px; }
  div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    /*zoom: 1;*/
    text-align: center;
    background-position: 0 0px; }
    div.checker span.checked {
      background-position: -33px 0px; }
  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: 0 0px; }
    div.checker.active span.checked {
      background-position: -33px 0px; }
  div.checker.hover span, div.checker.focus span {
    background-position: 0 0px; }
    div.checker.hover span.checked, div.checker.focus span.checked {
      background-position: -33px 0px; }
  div.checker.hover.active span, div.checker.focus.active span {
    background-position: 0 0px; }
    div.checker.hover.active span.checked, div.checker.focus.active span.checked {
      background-position: -33px 0px; }
  div.checker.disabled, div.checker.disabled.active {
    background-position: 0 0px; }
    div.checker.disabled span.checked, div.checker.disabled.active span.checked {
      background-position: -33px 0px; }

div.checker2 {
  position: relative; }
  div.checker2, div.checker2 span, div.checker2 input {
    width: 31px;
    height: 29px; }
  div.checker2 span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    /*zoom: 1;*/
    text-align: center;
    background-position: 0 0px; }
    div.checker2 span.checked {
      background-position: 0px -30px; }
  div.checker2 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.checker2.active span {
    background-position: 0 0px; }
    div.checker2.active span.checked {
      background-position: 0px -30px; }
  div.checker2.hover span, div.checker2.focus span {
    background-position: 0 0px; }
    div.checker2.hover span.checked, div.checker2.focus span.checked {
      background-position:  0px -30px; }
  div.checker2.hover.active span, div.checker2.focus.active span {
    background-position: 0 0px; }
    div.checker2.hover.active span.checked, div.checker2.focus.active span.checked {
      background-position: 0px -30px; }
  div.checker2.disabled, div.checker2.disabled.active {
    background-position: 0 0px; }
    div.checker2.disabled span.checked, div.checker2.disabled.active span.checked {
      background-position: 0px -30px; }

/* Radio */
div.radio {
  position: relative; }
  div.radio, div.radio span, div.radio input {
    width: 25px;
    height: 25px; }
  div.radio span {	
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    /*zoom: 1;*/
    text-align: center;
    background-position: 0 0px; }
    div.radio span.checked {
      background-position: -25px 0px; }
  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: 0px 0px; }
    div.radio.active span.checked {
      background-position: -25px 0px; }
  div.radio.hover span, div.radio.focus span {
    background-position: 0px 0px; }
    div.radio.hover span.checked, div.radio.focus span.checked {
      background-position:  -25px 0px; }
  div.radio.hover.active span, div.radio.focus.active span {
    background-position: 0px 0px; }
    div.radio.hover.active span.checked, div.radio.focus.active span.checked {
      background-position: -25px 0px; }
  div.radio.disabled span, div.radio.disabled.active span {
    background-position: 0px 0px; }
    div.radio.disabled span.checked, div.radio.disabled.active span.checked {
      background-position:  -25px 0px; }

/* Uploader */
div.uploader {
  background-position: 0 -297px;
  height: 28px;
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  div.uploader span.action {
    background-position: right -409px;
    height: 28px;
    line-height: 28px;
    width: 82px;
    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: 2px 0 2px 2px;
    line-height: 24px;
    width: 85px;
    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.active span.action {
    background-position: right -465px; }
  div.uploader.hover, div.uploader.focus {
    background-position: 0 -353px; }
    div.uploader.hover span.action, div.uploader.focus span.action {
      background-position: right -437px; }
    div.uploader.hover.active span.action, div.uploader.focus.active span.action {
      background-position: right -493px; }
  div.uploader.disabled, div.uploader.disabled.active {
    background-position: 0 -325px; }
    div.uploader.disabled span.action, div.uploader.disabled.active span.action {
      background-position: right -381px; }

/* Buttons */
div.button {
  background-position: 0 -641px;
  height: 30px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */ }
  div.button a, div.button button, 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; }
  div.button span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    /*zoom: 1;*/
    line-height: 22px;
    text-align: center;
    background-position: right -521px;
    height: 22px;
    margin-left: 13px;
    padding: 8px 15px 0 2px; }
  div.button.active {
    background-position: 0 -671px; }
    div.button.active span {
      background-position: right -551px;
      cursor: default; }
  div.button.hover, div.button.focus {
    background-position: 0 -701px; }
    div.button.hover span, div.button.focus span {
      background-position: right -581px; }
  div.button.disabled, div.button.disabled.active {
    background-position: 0 -731px; }
    div.button.disabled span, div.button.disabled.active span {
      background-position: right -611px;
      cursor: default; }

/* INPUT & TEXTAREA */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  font-size: 17px;
  color: #303030;
  border:1px solid #bfc2c2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  input.uniform-input.hover, input.uniform-input.focus,
  select.uniform-multiselect.hover,
  select.uniform-multiselect.focus,
  textarea.uniform.hover,
  textarea.uniform.focus {
   }

/* 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: 17px; }
  div.selector span {
    color: #303030;
	}
  div.selector select {
    font-family: 'Noto Sans', sans-serif;
	font-weight:400; }
  div.selector.disabled span, div.selector.disabled.active span {
    color: #bbb; }

div.selector2 {
  font-size: 17px; }
  div.selector2 span {
    color: #9e0b5c;
	font-weight:700;
	}
  div.selector2 select {
    font-family: 'Noto Sans', sans-serif;
	font-weight:700; 
	}

/* Checker */
div.checker,
div.checker2 {
  margin-right: 5px; }

/* Radio */
div.radio {
  margin-right: 10px; }

/* 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: #777;
  border-right: solid 1px #bbbbbb;
  font-size: 11px; }
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; }

input.uniform-input, input.uniform-input:focus {
  height:40px;
  line-height:40px;
  background-color: #fff;
  padding:0px 10px;
}
.styled.uniform-input.text.input-validation-error {
      height:40px;
  line-height:40px;
    background-color: rgb(255, 223, 223);
  padding:0px 10px;
}




/*-----RTL----*/
div.selectorRtl, div.selectorRtl span, div.selector2Rtl, div.selector2Rtl span {
  background-image: url("../img/uniform/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }


div.selectorRtl, div.selectorRtl span {
	background-image:url("../img-rtl/uniform/selectbgHeb.png");
}


div.selector2Rtl, div.selector2Rtl span {
	background-image:url("../img/arrow_down3.png");
}

/* Select */

div.selectorRtl {
  background-position: right -42px;
  line-height: 42px;
  height: 42px;
  padding: 0 10px 0 0;
  position: relative;
  overflow: hidden; }

div.selector2Rtl {
 background:none;
  line-height: 20px;
  height: 20px;
  padding: 0px;
  position: relative;
  overflow: hidden; }
  
div.selectorRtl span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: left 0;
    height: 42px;
    line-height: 42px;

    cursor: pointer;
    width: 100%;
    display: block; }

div.selector2Rtl span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: left 5px;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    cursor: pointer;
    width: 100%;
    display: block; }

div.selector2Rtl.fixedWidth {
    width: 300px; }
    div.selector2Rtl.fixedWidth span {
      width: 155px; }
  div.selector2Rtl select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 20px;
    top: 0px;
    right: 0px;
    width: 100%; }

  div.selectorRtl.fixedWidth {
    width: 310px; }
    div.selectorRtl.fixedWidth span {
      width: 155px; }
  div.selectorRtl select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 42px;
    top: 0px;
    right: 0px;
    width: 100%; }
  div.selectorRtl.active {
    background-position: 0 -42px; }
    div.selector.activeRtl span {
      background-position: left 0px; }
  div.selectorRtl.hover, div.selectorRtl.focus {
    background-position: right -42px; }
    div.selectorRtl.hover span, div.selectorRtl.focus span {
      background-position: left 0px; }
    div.selectorRtl.hover.active, div.selectorRtl.focus.active {
      background-position: right -42px; }
      div.selectorRtl.hover.active span, div.selectorRtl.focus.active span {
        background-position: left 0px; }
  div.selectorRtl.disabled, div.selectorRtl.disabled.active {
    background-position: 0 -42px; }
    div.selectorRtl.disabled span, div.selectorRtl.disabled.active span {
      background-position: left 0px; }


div.selectorRtl, div.selector2Rtl {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  /*zoom: 1;*/
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */ }

@media only screen and (max-width: 560px) {
    input.uniform-input {
        font-size: 40px;
    }
    input.uniform-input, input.uniform-input:focus {
        height: 70px;
    }
}