@import url(ui/select.css);
@import url(ui/input.css);
@import url(ui/form.css);
@import url(ui/textarea.css);

.ui-msg {
  padding: 0 8px;
  border-radius: 2px;
  line-height: 35px;
}

.ui-msg--error {
  background-color: #FDF5F5;
  border: 1px solid #E7C1C4;
}





input,
textarea {
  font-size: 13px;
  font-weight: 300;
}

textarea {
  padding-top: 8px;
  border-radius: 2px;
}

.select select {
	width: 100%;
	padding:3px 10px;
  margin: 0;
  background: #fff;
  border:none;
  outline:none;
  display: inline-block;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  cursor:pointer;
  height: 26px;
  font-size: 13px;
  color: #333;
  font-family: "Open Sans", "Arial";
  font-weight: 300;
}

.select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
  position: relative;
  display: block;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.select:before {
  content: "\f0dd";
  font-family: FontAwesome;
  color: #23A3D5;
  width: 28px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 5px;
  padding-left: 10px;
  border-left: 1px solid #ddd;
  background: #ededed;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ededed), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ededed, #ffffff);
  background: -moz-linear-gradient(center bottom, #ededed 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  pointer-events:none;
}

.select.large {
	border: 2px solid #ddd;
}

.select.large select {
	font-size: 20px;
	height: 50px;
}

.select.large:before {
	font-size: 20px;
	height: 50px;
	padding-top: 12px;
	padding-left: 17px;
	width: 46px;
}

.select.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.select_large {
  border: 1px solid #ccc;
}

.select_large select {
  height: 33px;
}

.select.select_large:before {
  width: 35px;
  height: 33px;
  line-height: 33px;
  padding-top: 0;
  padding-left: 0;
  text-align: center;
  border-left: 1px solid #ccc;
}

.ui-form > .field:not(:last-child) {
  margin-bottom: 10px;
}
.ui-form > .field.thin {
  margin-bottom: 0;
}

.ui-form > button:last-child {
  margin-top: 10px;
}
.ui-form > .field > label:not(.select) {
  display: inline-block;
  margin-bottom: 10px;
}
.ui-form > .field.thin > label {
  margin-bottom: 0;
}
.ui-form > .field > .note {
  font-size: 11px;
  color: #666;
  margin-bottom: 5px;
  padding-top: 5px;
}
.ui-form > .field input {
  font-family: "Open Sans";
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  border-radius: 3px;
  border: 1px solid #ddd;
  min-width: 100%;
  font-weight: 300;
  font-size: 13px;
}
.ui-form > .field textarea {
  font-family: "Open Sans";
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ddd;
  min-width: 100%;  
  font-weight: 300;
  font-size: 13px;
}
.ui-form > .field > .subfield {
  padding-left: 20px;
}
.ui-form > .field > .subfield:not(:last-child) {
  margin-bottom: 10px;
}
.ui-form > .field > .subfield.thin {
  margin-bottom: 0;
}
.ui-form > .field > .input-group {
  zoom: 1;
  min-width: 100%;
}
.ui-form > .field > .input-group:before,
.ui-form > .field > .input-group:after {
  content: "";
  display: table;
}
.ui-form > .field > .input-group:after {
  clear: both;
}
.ui-form > .field > .input-group > * {
  margin-right: 10px;
  float: left;
}
.ui-form > .field {
  position: relative;
}




.ui-inline-form {
	display: table;
}

.ui-inline-form .field {
	display: table-row;
}

.ui-inline-form .field:not(:last-child) > * {
	margin-bottom: 10px;
}

.ui-inline-form .field > * {
	font-size: 15px;
	display: table-cell;
}

.inline > * {
  float: left;
}


hr.vertical {
  width: 1px;
  background-color: #ddd;
  height: 100%;
  display: block;
  margin: 0 20px;
}


.ui-radio {
  display: block;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
}
.ui-radio__circle {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  position: relative;
}
.ui-radio__text {
  float: left;
  white-space: nowrap;
}
.ui-radio__circle:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #ccc;
}
.ui-radio > input {
  display: none;
}
.ui-radio > input:checked ~ .ui-radio__circle:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #007d9b;
}
.ui-checkbox {
  display: block;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
}
.ui-checkbox__square {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  position: relative;
}
.ui-checkbox__text {
  float: left;
  white-space: nowrap;
}
.ui-checkbox__square:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
}
.ui-checkbox > input {
  display: none;
}
.ui-checkbox > input:checked ~ .ui-checkbox__square:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1px;
  left: 1px;
  text-align: center;
  font: 13px FontAwesome;
  content: "\f00c";
  color: #007c99;
  line-height: 30px;
}


.ui-slider .ui-slider-handle {
  outline: none;
  height: 40px;
  width: 24px;
  margin-left: -12px;
  top: 0;
  border: 2px solid #007c99;
  cursor: pointer;
  position: relative;
  display: block;
  line-height: 31px;
  font-size: 24px;
  letter-spacing: -1px;
  padding-left: 4.5px;
  color: #999;
}

.ui-slider .ui-slider-handle:hover {
  background-color: #fff;
}

.ui-slider .ui-state-active {
  background-color: #f6f6f6;
}

.ui-slider.ui-widget-content {
  border: 0;
  /*background-color: #ccc;*/
}

.ui-slider-horizontal {
  height: 3px;
}

.ui-widget {
  font-family: "Lato", "Open Sans", Arial;
}




.ui--hidden {
  display: none !important;
}

.ui--full {
  height: 100%;
  width: 100%;
}

.ui-button {
  border-radius: 5px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
}

.ui-button--large {
  height: 50px;
  line-height: 50px;
  padding: 0 44px;
  font-size: 16px;
  font-weight: 600;
}

.ui-button--blue {
  background-color: #007d9b;
  color: #fff;
}

.ui-button--red {
  background-color: #BF2859;
  color: #fff;
}

.ui-button--gray {
  background-color: #EBEBEB;
  color: #000;
}


.ui-form {
  margin-bottom: 20px;
}

.ui-form--bordered {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.ui-field {
  margin-bottom: 6px;
}
.ui-form__title {
  margin-bottom: 10px;
}
.ui-field:last-child {
  margin-bottom: 0;
}
.ui-field__item:not(:last-child) {
  margin-bottom: 2px;
}
.ui-inline-field {
  zoom: 1;
  margin-bottom: 2px;
  line-height: 30px;
}
.ui-inline-field:after,
.ui-inline-field:before {
  content: "";
  display: table;
}
.ui-inline-field:after {
  clear: both;
}
.ui-inline-field:last-child {
  margin-bottom: 0;
}
.ui-inline-field__item {
  float: left;
  padding: 0 5px;
}
.ui-inline-field__item:last-child {
  padding-right: 0;
}
.ui-inline-field__item:first-child {
  padding-left: 0;
}
.ui-field--no-validated input,
.ui-field--no-validated textarea,
.ui-field--no-validated .select {
  background-color: #FDF5F5 !important;
  border: 1px solid #E7C1C4 !important;
}


.ui-note {
  color: #999;
}

p {
  padding: 10px 0;
}

textarea {
  min-height: 120px;
}

.ui-input--readonly {
  background-color: #f4f4f4;
}