/*** RADIO - CHECKBOX - CHECKPOSH ***/
.radio label,
.checkbox label {
  font-size: 14px;
  padding-left: 0;
  width: 100%; }

.checkbox-label-ellipsis,
.radio-label-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  padding-left: 10px; }

.radio-label-ellipsisStore {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  padding-left: 10px;
  margin-top: 20px; }

.checkbox-label,
.radio-label {
  overflow: hidden;
  line-height: 1;
  padding-left: 10px; }

.checkposh label {
  padding: 10px;
  min-width: 120px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.checkposh label.hover .checkbox-icon {
  color: #14243C; }

.checkposh .icheckbox.checked ~ .checkbox-icon {
  color: #14243C; }

.checkposh .icheckbox {
  top: 22px; }

.checkposh .checkbox-icon {
  font-size: 46px;
  color: #F6F7F9;
  text-align: center;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s; }

.checkposh .checkbox-label {
  font-size: 14px;
  text-align: center;
  line-height: 1;
  padding-left: 20px;
  padding-top: 5px; }

/*** FORM ***/
.form-title {
  color: #14243C;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px; }

.form-control {
  display: block;
  width: 100% !important;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.2;
  color: #14243C;
  background-color: #fff;
  background-image: none;
  border: 1px solid #C6C6C6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: color ease-in-out 0.15s, border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: color ease-in-out 0.15s, border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: color ease-in-out 0.15s, border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.form-control:hover {
  color: #14243C;
  border-color: #54C0E8;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-control:focus,
.form-control.active {
  color: #14243C;
  border-color: #006098;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 30px; }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  display: inline-block;
  padding-top: 0px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .control-label,
.control-label {
  font-weight: normal;
  font-size: 12px;
  padding-right: 3px;
  margin-bottom: 5px; }

.form-horizontal .control-label.text-left,
.control-label.text-left {
  text-align: left; }

.form-horizontal .control-label.multi-line,
.control-label.multi-line {
  line-height: 1.5;
  padding-top: 5px; }

.form-horizontal .control-label.required:after,
.form-horizontal .control-label[required]:after,
.control-label.required:after,
.control-label[required]:after {
  content: ' *';
  font-weight: 400;
  font-size: 20px;
  line-height: 12px;
  vertical-align: top;
  color: #006098; }

.form-horizontal .control-label-sub,
.control-label-sub {
  font-weight: 100;
  font-size: 14px;
  margin-bottom: 5px; }

.form-control[readonly] {
  cursor: default;
  opacity: 1;
  background-color: #F6F7F9;
  border-color: #C6C6C6; }

.form-control[readonly]:hover {
  border-color: #14243C; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: default;
  opacity: 0.3;
  background-color: #fff;
  border-color: #C6C6C6; }

.form-control[disabled]:hover,
fieldset[disabled] .form-control:hover {
  border-color: #C6C6C6; }

.form-control.date,
.form-control.number,
.form-control.currency,
.form-control.percentage {
  text-align: right; }

.form-control.numberRadius {
  text-align: left; }

.form-control-static {
  font-size: 14px;
  min-height: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-feedback {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  pointer-events: none; }

.form-control-tooltip {
  position: absolute;
  top: 4px;
  right: 1px;
  z-index: 2;
  display: block;
  line-height: 1;
  text-align: center;
  vertical-align: middle; }

.has-tooltip {
  position: relative; }

.has-tooltip .form-container {
  margin-right: 35px; }

.tooltip-info {
  margin-left: 2px;
  align-self: center; }

.has-tooltip label ~ .form-control-tooltip {
  top: 22px; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.has-feedback.has-tooltip .form-control-feedback {
  right: 41px; }

.form-horizontal .has-feedback .form-control-feedback {
  right: 20px; }

.form-horizontal .has-tooltip .form-control-tooltip {
  right: 20px; }

.form-horizontal .has-feedback.has-tooltip .form-control-feedback {
  right: 55px; }

.has-error .form-control {
  border-color: #D82306;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.has-error .form-control:focus {
  border-color: #D82306;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #14243C; }

/*** INPUT GROUP ***/
.input-group:hover > .input-group-addon {
  background-color: #F6F7F9;
  border-color: #C6C6C6;
  color: #14243C; }

.input-group:hover > .form-control {
  border-color: #C6C6C6; }

.input-group.disabled:hover > .form-control,
.input-group:hover > .form-control[disabled] {
  border-color: #C6C6C6; }

.input-group.disabled:hover .input-group-addon {
  background-color: #F6F7F9;
  border-color: #C6C6C6;
  color: #14243C; }

.input-group > .form-control:focus {
  border-color: #C6C6C6; }

.form-control:focus + .input-group-addon,
.form-control:focus:hover + .input-group-addon,
.input-group.active .input-group-addon {
  background-color: #F6F7F9;
  border-color: #C6C6C6;
  color: #006098; }

.input-group > .form-control[readonly]:focus {
  border-color: #14243C; }

.form-control[readonly]:focus + .input-group-addon,
.form-control[readonly]:focus:hover + .input-group-addon {
  background-color: #14243C;
  border-color: #14243C;
  color: #fff; }

.input-group-addon {
  padding: 6px 15px;
  font-size: 10px;
  min-width: 45px;
  font-weight: normal;
  line-height: 1;
  color: #C6C6C6;
  cursor: default;
  text-align: center;
  background-color: #F6F7F9;
  border: 1px solid #C6C6C6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s; }

.input-group-btn > .btn {
  position: relative;
  min-width: 45px; }

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: 0px; }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: 0px; }

.input-group-btn > .btn.btn-horizontal {
  min-width: 50%;
  padding: 4px 8px;
  margin-right: -1px;
  line-height: 1.42857143;
  margin-left: 0; }

@-moz-document url-prefix() {
  .input-group-addon {
    min-width: 20px; } }

.has-error .input-group-addon {
  color: #fff;
  background-color: #D82306;
  border-color: #D82306; }

.has-error .input-group.active .form-control {
  border-color: #D82306; }

.has-error .input-group > .form-control:focus + .input-group-addon,
.has-error .input-group.active .input-group-addon {
  background-color: #D82306;
  border-color: #D82306;
  color: #fff; }

.has-error .input-group:hover > .input-group-addon {
  color: #fff;
  background-color: #D82306;
  border-color: #D82306; }

.has-error .input-group:hover > .form-control {
  border-color: #D82306; }

.has-error .input-group > .form-control:focus {
  border-color: #D82306; }

.has-error .input-group-btn > .btn {
  background-color: #D82306;
  border-color: #D82306;
  color: #fff; }

.disabled .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=30);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.3; }

/*** SIZING ***/
.input-sm {
  height: 24px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 36px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.form-group-sm .form-control {
  height: 24px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5; }

.form-group-sm.has-feedback .form-control {
  padding-right: 42.5px; }

.form-group-lg .form-control {
  height: 36px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.form-group-lg.has-feedback .form-control {
  padding-right: 50.5px; }

.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 24px;
  line-height: 24px;
  top: 0;
  font-size: 14px; }

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 36px;
  line-height: 36px; }
