/* 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("/Content/eMDMSCSS/img/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }
div.selector, div.checker, 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.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; }

/* 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: -2px -130px;
  line-height: 26px;
  height: 26px;
  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 0;
    height: 26px;
    line-height: 26px;
    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: 22px;
    top: 2px;
    left: 0px;
    width: 100%; }
  div.selector.active {
    background-position: -2px -155px; }
    div.selector.active span {
      background-position: right -25px; }
  div.selector.hover, div.selector.focus {
    background-position: -2px -181px; }
    div.selector.hover span, div.selector.focus span {
      background-position: right -51px; }
    div.selector.hover.active, div.selector.focus.active {
      background-position: -2px -207px; }
      div.selector.hover.active span, div.selector.focus.active span {
        background-position: right -77px; }
  div.selector.disabled, div.selector.disabled.active {
    background-position: -2px -234px; }
    div.selector.disabled span, div.selector.disabled.active span {
      background-position: right -104px; } 

/* Checkbox */
div.checker {
  position: relative; margin-top:-4px; }
  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: -2px -66px; }
    div.checker span.checked {
      background-position: -42px -66px; }
  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;  margin:0px; }
  div.checker.active span {
    background-position: -42px -66px; }
    div.checker.active span.checked {
      background-position: -42px -66px; }
  div.checker.hover span, div.checker.focus span {
    background-position: -2px -66px; }
    div.checker.hover span.checked, div.checker.focus span.checked {
      background-position: -42px -66px; }
  div.checker.hover.active span, div.checker.focus.active span {
    background-position: -42px -66px; }
    div.checker.hover.active span.checked, div.checker.focus.active span.checked {
      background-position: -42px -66px; }
  div.checker.disabled span, div.checker.disabled.active span {
    background-position: -22px -66px; }
    div.checker.disabled span.checked, div.checker.disabled.active span.checked {
      background-position: -62px -66px; }
      
/* subscription checker */

.planGridTable div.checker {
  position: relative; margin-top:-4px; }
.planGridTable div.checker, .planGridTable div.checker span, .planGridTable div.checker input {
    width: 22px;
    height: 22px; }
.planGridTable div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0px -42px; }
.planGridTable div.checker span.checked {
      background-position: -40px -42px; }
.planGridTable 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;  margin:0px; }
.planGridTable div.checker.active span {
    background-position: -40px -42px; }
.planGridTable  div.checker.active span.checked {
      background-position: -40px -42px; }
.planGridTable  div.checker.hover span, .planGridTable div.checker.focus span {
    background-position: 0px -42px; }
.planGridTable div.checker.hover span.checked, .planGridTable div.checker.focus span.checked {
      background-position: -40px -42px; }
.planGridTable div.checker.hover.active span, .planGridTable div.checker.focus.active span {
    background-position: -40px -42px; }
.planGridTable div.checker.hover.active span.checked, .planGridTable div.checker.focus.active span.checked {
      background-position: -40px -42px; }
.planGridTable div.checker.disabled span, .planGridTable div.checker.disabled.active span {
    background-position: -20px -42px; }
.planGridTable div.checker.disabled span.checked, .planGridTable div.checker.disabled.active span.checked {
      background-position: -63px -42px; }

/* Uploader */
div.uploader {  
  height: 30px;
  width: 297px;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  div.uploader span.action {
    background:#754098;
    height:28px;
    width: 80px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer; color:#fff; font-size:16px; line-height:26px; }
  div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 26px;
    margin: 0px;
    line-height: 24px;
    width: 195px;
    padding: 0 10px;background:#fff; border:1px solid #e2e2e2; }
  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%; padding:0px; margin:0px; }


/* 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; }

/* Radio */
div.radio {
  position: relative; margin-top:-3px;  }
  div.radio, div.radio span, div.radio input {
    width: 18px;
    height: 18px; }
  div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: -2px -89px; }
	div.radio span.checked {
      background-position: -42px -89px; }

  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; margin:0px; }
  div.radio.active span {
    background-position: -42px -89px; }
    div.radio.active span.checked {
      background-position: -42px -89px; }
  div.radio.hover span, div.radio.focus span {
    background-position: -2px -89px; }
    div.radio.hover span.checked, div.radio.focus span.checked {
      background-position: -42px -89px; }
  div.radio.hover.active span, div.radio.focus.active span {
    background-position: -42px -89px; }
    div.radio.hover.active span.checked, div.radio.focus.active span.checked {
      background-position: -42px -89px; }
  div.radio.disabled span, div.radio.disabled.active span {
    background-position: -22px -89px; }
    div.radio.disabled span.checked, div.radio.disabled.active span.checked {
      background-position: -62px -89px; }

/* Select */
div.selector {
  font-size: 15px; font-weight:bold; }
  div.selector span {
    color: #4f4f4f; }
  div.selector.hover span, div.selector.focus span {
    color: #fff; }
  div.selector select {   
    font-size: 14px;}
  div.selector.disabled span, div.selector.disabled.active span {
    color: #bbb; }

/* Checker */
div.checker {
  margin-right:2px; }

/* Radio */
div.radio {
  margin-right: 3px; }

input.uniform-input, input.uniform-input:focus {
  background-color: #fff; }

input.uftextbox { width:238px; background:#d6d6d6; border:1px solid #b9b9b9; color:#4f4f4f; font-size:15px; font-weight:bold; padding:2px 10px;}
input.uftextbox:hover, input.uftextbox:focus { background:#000; border:1px solid #282828; color:#fff;}

.mandatory { color:red; margin-left:3px;}