.embed-timer {
  display: inline-block;
}
.embed-timer--start {
  margin-right: 25px;
}
.embed-timer__checkbox:focus + .embed-timer__label {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.embed-timer__checkbox:checked + .embed-timer__label .embed-timer__label-icon {
  color: #008297;
}
.embed-timer__checkbox:checked + .embed-timer__label .embed-timer__label-icon:before {
  content: '\e92f';
}
.embed-timer__label-icon {
  position: relative;
  top: 1px;
  color: #999;
}
.embed-timer__label-text {
  margin-left: 10px;
}
form:not(.searchForm):not(.navbar-search) input[type='text']:not(.tags-input-field).embed-timer__time,
input[type='text'].embed-timer__time {
  width: 84px;
  margin: 0 0 0 20px;
  padding-left: 10px;
  padding-right: 10px;
}
button.embed-timer__now-button.btn {
  padding: 4px 8px;
  border: none !important;
  color: #666;
  background: transparent;
}
button.embed-timer__now-button.btn > i {
  position: relative;
  top: 1px;
  margin: 0;
}
.adminEmbed-tab-pane {
  position: relative;
}
.adminEmbed-block-overlay {
  z-index: 5;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
}
.adminEmbed-block-overlay-message {
  margin-top: 100px;
  text-align: center;
}
.adminEmbed-tab-link {
  padding: 0 !important;
  cursor: pointer;
}
.adminEmbed-tab-label {
  margin: 0;
  padding: 8px 12px;
}
.adminEmbed-tab-label > input {
  position: absolute;
  left: -15000px;
}
.adminEmbed-code-wrap {
  margin-bottom: 16px;
}
.adminEmbed-preview-wrap {
  padding: 0 10px 10px;
  background: #f2f2f2;
}
.adminEmbed-preview-link {
  display: block;
  margin-bottom: 10px;
  word-break: break-all;
}
.adminEmbed-size {
  display: block;
  padding: 2px 0 0 3px;
  border: solid 1px #ccc;
  margin-right: 10px;
  float: left;
  background: #eee;
  position: relative;
  overflow: hidden;
}
.adminEmbed-size.selected {
  border: solid 2px #555;
}
.adminEmbed-size input {
  position: absolute;
  top: -50px;
}
#adminembed-warning-alert {
  position: relative;
}
#adminembed-warning-button-group {
  position: absolute;
  top: 5px;
  right: 10px;
}
.adminEmbed-spacer {
  margin: 24px 0;
}
.adminEmbed-form-element-title {
  margin: 0;
}
