/*

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 {
  /*background-image: url("../images/sprite.png");*/
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }
div.selector, div.checker, 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.checker: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 * {
  margin: 0;
  padding: 0; }

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

/* 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: url('../images/bg_select.png') right 0 #fff no-repeat;
    float: left;
    width: 100% !important;
    height: 33px;
    padding: 0;
    text-align: left;
    border: 1px solid #D4D2D3;
        border-width: 0px;
    box-shadow: inset 1px 1px 1px 0 rgba(0,0,0,0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    /*padding-top: 10px;*/
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}
select {
}
  div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: right 0;
    height: 33px;
    padding: 5px;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
     }
  div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none !important;
    background: none;
    position: absolute;
    height: 40px;
        height: 32px;
    top: 0px;
    left: 0px;
    width: 100% !important; }
  div.selector.active {
    background-position: right 0; }
    div.selector.active span {
      background-position:  right 0; }
  div.selector.hover, div.selector.focus {
    background-position: right 0; }
    div.selector.hover span, div.selector.focus span {
      background-position:  right 0; }
    div.selector.hover.active, div.selector.focus.active {
      background-position:  right 0; }
      div.selector.hover.active span, div.selector.focus.active span {
        background-position:  right 0; }
  div.selector.disabled, div.selector.disabled.active {
    background-position:  right 0; }
    div.selector.disabled span, div.selector.disabled.active span {
      background-position:  right 0; }

/* addition MC */

option.method_option_disabled {
    color: #999;
}
div.checker {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
    margin-right: 10px;
}
div.checker span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #999;
    border-radius: 15px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.25);
    cursor: pointer;
}
div.checker span::after {
    content: '';
    position: absolute;
    display: block;
    top: 1px;
    left: 1px;
    width: 26px;
    height: 26px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 13px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.20);
}
div.checker span.checked {
    background: #34ce57;
}
div.checker span.checked::after {
    left: auto;
    right: 1px;
}
div.all_check {
    line-height: 32px;
}


/* Checkbox */
/*div.checker {*/
/*  position: relative; }*/
/*  div.checker, div.checker span, div.checker input {*/
/*    width: 19px;*/
/*    height: 19px; }*/
/*  div.checker span {*/
/*    display: -moz-inline-box;*/
/*    display: inline-block;*/
/*    *display: inline;*/
/*    zoom: 1;*/
/*    text-align: center;*/
/*    background-position: 0 -260px; }*/
/*    div.checker span.checked {*/
/*      background-position: -76px -260px; }*/
/*  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: -19px -260px; }*/
/*    div.checker.active span.checked {*/
/*      background-position: -95px -260px; }*/
/*  div.checker.hover span, div.checker.focus span {*/
/*    background-position: -38px -260px; }*/
/*    div.checker.hover span.checked, div.checker.focus span.checked {*/
/*      background-position: -114px -260px; }*/
/*  div.checker.hover.active span, div.checker.focus.active span {*/
/*    background-position: -57px -260px; }*/
/*    div.checker.hover.active span.checked, div.checker.focus.active span.checked {*/
/*      background-position: -133px -260px; }*/
/*  div.checker.disabled, div.checker.disabled.active {*/
/*    background-position: -152px -260px; }*/
/*    div.checker.disabled span.checked, div.checker.disabled.active span.checked {*/
/*      background-position: -171px -260px; }*/

/* Radio */
div.radio {
  position: relative;
  top: -4px;
  background: url('../images/bg_input_radio.gif') 0 -2px no-repeat;
    background: url('../images/bg_input_radio.gif') 0 -7px no-repeat;
   }
  div.radio, div.radio span, div.radio input {
    width: 27px;
    height: 40px; 
        height: 25px;
    }
  div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position:; }
    div.radio span.checked {
         background: url('../images/bg_input_radio.gif') -100px -2px no-repeat;
            background: url('../images/bg_input_radio.gif') -100px -7px no-repeat;
    }
  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: -18px -18px -279px; }
    div.radio.active span.checked {
      background-position: -90px -279px; }
  div.radio.hover span, div.radio.focus span {
    background-position: -36px -36px -279px; }
    div.radio.hover span.checked, div.radio.focus span.checked {
      background-position: -108px -279px; }
  div.radio.hover.active span, div.radio.focus.active span {
    background-position: -54px -279px; }
    div.radio.hover.active span.checked, div.radio.focus.active span.checked {
      background-position: -126px -279px; }
  div.radio.disabled span, div.radio.disabled.active span {
    background-position: -144px -279px; }
    div.radio.disabled span.checked, div.radio.disabled.active span.checked {
      background-position: -162px -279px; }

/* 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 {
    position: absolute;
    z-index: 100;
    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 { }
  div.uploader.hover, 
  div.uploader.focus { }
    div.uploader.hover span.action, 
    div.uploader.focus span.action {}
    div.uploader.hover.active span.action, 
    div.uploader.focus.active span.action { }
  div.uploader.disabled, 
  div.uploader.disabled.active {}
    div.uploader.disabled span.action, 
    div.uploader.disabled.active span.action {}

.ie8 div.uploader *,
.ie9 div.uploader * {
    display: none !important;
}
.ie8 div.uploader input[type=file],
.ie9 div.uploader input[type=file] {
    display: block !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
    width: 100%;
    box-shadow: inset 1px 1px 1px 0 rgba(0,0,0,0.3);
    border: 1px solid #D4D2D3;
    height: 40px;
    padding: 5px;
}



/* 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: 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; }
input.uniform-input.hover, input.uniform-input.focus,
select.uniform-multiselect.hover,
select.uniform-multiselect.focus,
textarea.uniform.hover,
textarea.uniform.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; }
  */


/* Uploader */
div.uploader {
    position: relative;
    width: 72%;
    height: 40px;
    }
div.uploader span.action {
    position: absolute;
    left: 0;
    width: 45%;
    height: 40px;
    /*padding-left: 25px;*/
    line-height: 40px;
    color: #fff;
    font-size: 22px;
    font-family: 'futurastd-light';
    /*background: url('../images/bg_button_dark.png') no-repeat;*/
    background: #000;
    border-width: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
div.uploader span.filename {
    position: absolute;
    top: 0;
    left: 46% !important;
    width: 53%;
    height: 40px;
    padding-left: 5px;
    margin: 0;
    line-height: 40px;
    color: #000;
    background: #EEECED;
    border-width: 0px;
    box-shadow: inset 2px 2px 4px 0 rgba(0,0,0,0.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
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 {
  background-color: #fff; }
