@charset "utf-8";
/* CSS Document */


/* -------------
 * Radios
 * ------------- */
span.jqTransformRadioWrapper {
  float: left;
  display:block;
}
a.jqTransformRadio {
  height: 24px;
  width: 24px;
  display:block;
  vertical-align: middle;
  background: url(../images/icon-sprites.png) no-repeat;
  background-position: -240px -16px;
}
.jqTransformRadioWrapper a.jqTransformChecked { 
	background-position: -264px -16px !important;
}



/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper{
	background-color: #f0f0f0;
	display:block;
	float:left;
	margin-top:1px;
	margin-right: 6px;
	height: 22px;
	width: 21px;
	border: 1px solid #9d9d9d;
}
a.jqTransformCheckbox {
	background: url(../images/icon-sprites.png) no-repeat;
	background-position: -100000px 0;
	vertical-align: middle;
	height: 22px;
	width: 24px;
	display:block;/*display: -moz-inline-block;*/
}
.form-container:hover span.jqTransformCheckboxWrapper {
	background-color: #4b4b4b;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked {
	background-position: -432px -19px !important;
}
.form-container label {
	font-family: 'Source Sans Pro';
	font-size: 14px;
	color: #4b4b4b;
	line-height: 22px;
	display: inline-block;
	padding: 1px 0 0 5px;
	font-weight: 700;
}

/* -------------
 * Selects
 * ------------- */
.selects-container {
  font-size: 16px;
  color: #2784e4;
  margin: 0;
}
.selects-container .jqTransformSelectWrapper {
  background: #fff;
  position: relative;
  height: 36px;
  border: 1px solid #2784e4;
  border-radius: 3px;
  z-index: 999;
}
.selects-container .jqTransformSelectWrapper a.jqTransformSelectOpen {
  background: url(../images/icon-sprites.png) no-repeat;
  background-position: 0 0;
  display: block;
  position: absolute;
  top: 7px;
  right: 13px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  z-index: 99;
}
.selects-container .jqTransformSelectWrapper div span {
  float: none;
  position: absolute;
  white-space: nowrap;
  text-indent: 15px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  cursor: pointer;
  margin:0;
}
.selects-container .jqTransformSelectWrapper ul {
  text-align:center;
  position: absolute;
  top: 33px;
  left: -1px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #2784e4;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  margin: 0;
  padding: 5px 0;
  overflow: auto;
  overflow-y: auto;
  z-index: 1000;
}
.selects-container .jqTransformSelectWrapper ul li {
  padding: 0;
  margin: 0;
  text-align: left;
}
.selects-container .jqTransformSelectWrapper ul a {
  font-size: 16px;
  color:#000;
  text-indent: 15px;
  display: block;
  text-decoration: none;
  line-height: 21px;
  padding: 0 0 2px 0;
}
.selects-container .jqTransformSelectWrapper ul a.selected {
  color: #999;
}
.selects-container .jqTransformSelectWrapper ul a:hover,
.selects-container .jqTransformSelectWrapper ul a.selected:hover {
  color: #2784e4;
  text-decoration: none;
}
/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {
  display: none;
}




/*fix layout issue when smaller than 1200px width*/
@media (max-width: 1199px) {
span.jqTransformCheckboxWrapper{
	height: 18px;
	width: 17px;
}
a.jqTransformCheckbox {
	height: 20px;
	width: 19px;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked {
	background-size: 543px auto;
	background-position: -349px -16px !important;
}
.form-container label {
	font-size: 11.58px;
	line-height: 17px;
	padding: 1px 0 0 3px;
}
}




/*fix layout issue when smaller than 992px width*/
@media (max-width: 991px) {
span.jqTransformCheckboxWrapper{
	height: 29px;
	width: 28px;
}
a.jqTransformCheckbox {
	height: 31px;
	width: 30px;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked {
	background-size: 672px auto;
	background-position: -584px -54px !important;
}
.form-container label {
	font-size: 20px;
	line-height: 29px;
	padding: 1px 0 0 10px;
}
}



/*fix layout issue when smaller than 768px width*/
@media (max-width: 767px) {
span.jqTransformCheckboxWrapper{
  height: 15px;
  width: 15px;
  margin-top: 4px;
}
a.jqTransformCheckbox {
  height: 15px;
  width: 15px;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked {
  background-size: 336px auto;
  background-position: -292px -27px !important;
}
.form-container label {
  font-size: 10px;
  line-height: 15px;
  padding: 0;
}
}
