.smk-alert,
.smk-confirm {
  filter: alpha(opacity=0);
}
.has-feedback .smk-error-text {
  position: absolute;
  right: 0;
  font-size: 12px;
  color: #ee4124;
}
.smk-select .smk-error-icon {
  right: 10px;
}
.smk-checkbox .smk-error-text,
.smk-radio .smk-error-text {
  margin-top: -12px;
}
.form-horizontal .has-feedback .smk-error-text {
  right: 15px;
}
.form-horizontal .smk-select .smk-error-icon {
  right: 25px;
}
.form-horizontal .smk-checkbox .smk-error-text,
.form-horizontal .smk-radio .smk-error-text {
  margin-top: 0;
}
.smk-alert-content {
  position: fixed;
  width: 360px;
  top: 0;
  right: 20px;
  z-index: 2060;
}
.smk-alert {
  opacity: 0;
}
.smk-alert .glyphicon {
  font-size: 20px;
  float: left;
  margin-right: 14px;
}
.smk-alert p {
  display: table;
}
.smk-confirm-back {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.smk-confirm {
  position: absolute;
  opacity: 0;
  top: -500px;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 440px;
  z-index: 2060;
  box-shadow: 0 5px 25px -1px #333;
  -webkit-box-shadow: 0 5px 25px -1px #333;
  -moz-box-shadow: 0 5px 25px -1px #333;
}
.smk-progressbar {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: 10000;
}
.smk-progressbar .progress {
  width: 100%;
  height: 4px;
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
}
.smk-progressbar .progress-bar {
  background: #28a8e0;
}
.panel-full {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2050;
}
.smk-btn-group-panel-title {
  top: -22px;
  right: -4px;
}
.smk-btn-group-panel {
  top: -4px;
  right: -4px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.smk-sizing {
  box-sizing: border-box;
}
.smk-transition1 {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
.smk-transition2 {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.smk-shadow {
  box-shadow: 3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
}
.smk-animation {
  animation: fadeOut 3.5s;
  -webkit-animation: fadeOut 3.5s;
  -moz-animation: fadeOut 3.5s;
  -o-animation: fadeOut 3.5s;
  -ms-animation: fadeOut 3.5s;
}
.smk-translate {
  transform: translate(50px, 100px);
  -webkit-transform: translate(50px, 100px);
  -moz-transform: translate(50px, 100px);
  -o-transform: translate(50px, 100px);
  -ms-transform: translate(50px, 100px);
}
.smk-rotate {
  transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  -moz-transition: rotate(7deg);
  -o-transition: rotate(7deg);
  -ms-transform: rotate(7deg);
}
