/* iCheck plugin
----------------------------------- */

/* ST theme, black & yellow */
.icheckbox_st {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 11px;
  height: 12px;
  background: transparent url(st_checkbox.png) no-repeat scroll 0 0;
  background-size: 90px auto;
  border: none;
  cursor: pointer;
}
.icheckbox_st:hover, label:hover .icheckbox_st {
  background-position: -15px 0;
}
.icheckbox_st.checked {
  background-position: -30px 0;
}
.icheckbox_st.checked:hover, label:hover .icheckbox_st.checked {
  background-position: -45px 0;
}
.icheckbox_st.disabled {
  background-position: -60px 0;
  cursor: default;
}
.icheckbox_st.checked.disabled {
  background-position: -75px 0;
}

/* ST theme, white radio */
.iradio_st_white {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  background: transparent url(st_radio_white.png) no-repeat scroll 0 0;
  background-size: 60px auto;
  border: none;
  cursor: pointer;
}
.iradio_st_white.checked {
  background-position: -15px 0;
}

.iradio_st_white.disabled {
  background-position: -30px 0;
  cursor: default;
}
.iradio_st_white.checked.disabled {
  background-position: -45px 0;
}

/* ST theme, black radio */
.iradio_st_black {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  background: transparent url(st_radio_black.png) no-repeat scroll 0 0;
  background-size: 60px auto;
  border: none;
  cursor: pointer;
}
.iradio_st_black.checked {
  background-position: -15px 0;
}

.iradio_st_black.disabled {
  background-position: -30px 0;
  cursor: default;
}
.iradio_st_black.checked.disabled {
  background-position: -45px 0;
}

/* ST theme, yellow/white radio */
.iradio_st_yellow-white {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  background: transparent url(st_radio_yellow-white.png) no-repeat scroll 0 0;
  background-size: 60px auto;
  border: none;
  cursor: pointer;
}
.iradio_st_yellow-white.checked {
  background-position: -15px 0;
}

.iradio_st_yellow-white.disabled {
  background-position: -30px 0;
  cursor: default;
}
.iradio_st_yellow-white.checked.disabled {
  background-position: -45px 0;
}

