#pubhub-widgets #sidebar {
  font-size: 12px;
}
#pubhub-widgets #sidebar fieldset {
  border-color: #ccc;
  background-color: #efefef;
  border-bottom: 3px solid #666666;
  padding: 10px;
  padding-bottom: 0;
  margin-top: 10px;
  margin-bottom: 0;
  color: #525252;
}
#pubhub-widgets #sticky1 strong {
  font-weight: inherit;
}
#pubhub-widgets .ct-us-inline .pubhub-widget-container {
  display: inline;
}
#pubhub-widgets .ticket-form {
  background-color: #f8f8f8;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #efefef;
}
#pubhub-widgets h3.block-title {
  padding: 10px;
  border-radius: 6px;
}
#pubhub-widgets .ct-us-bg-primary {
  color: #5a5a5a;
  background-color: #d9d9d9;
}
#pubhub-widgets .ct-us-help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  font-size: 12px;
}
#pubhub-widgets .qq-uploader {
  position: relative;
  width: 100%;
}
#pubhub-widgets .qq-upload-button {
  display: block;
  /* or inline-block */
  width: 82px;
  padding: 2px 0;
  text-align: center;
  background: #880000;
  border-bottom: 1px solid #ddd;
  color: #fff;
}
#pubhub-widgets .qq-upload-button:hover {
  background: #cc0000;
}
#pubhub-widgets .qq-upload-size,
#pubhub-widgets .qq-upload-cancel {
  font-size: 11px;
}
#pubhub-widgets .qq-upload-failed-text {
  display: none;
}
#pubhub-widgets .qq-upload-fail .qq-upload-failed-text {
  display: inline;
}
#pubhub-widgets .qq-upload-button-focus {
  outline: 1px dotted black;
}
#pubhub-widgets .qq-upload-list {
  margin: 15px 35px;
  padding: 0;
  list-style: disc;
}
#pubhub-widgets .qq-upload-list li {
  margin: 0;
  padding: 0;
  line-height: 15px;
  font-size: 12px;
}
#pubhub-widgets .qq-upload-file,
#pubhub-widgets .qq-upload-spinner,
#pubhub-widgets .qq-upload-size,
#pubhub-widgets .qq-upload-cancel,
#pubhub-widgets .qq-upload-failed-text {
  margin-right: 7px;
}
@keyframes rpt-spinner {
  to {
    transform: rotate(360deg);
  }
}
#pubhub-widgets .rpt-spinner {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  display: none;
}
#pubhub-widgets .rpt-spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border: 1px solid #ccc;
  border-top-color: #07d;
  animation: rpt-spinner 0.6s linear infinite;
}
#pubhub-widgets #btn-submit {
  margin: 20px 0;
}
#pubhub-widgets .ct-us-body {
  color: #5a5a5a;
  font-size: 14px;
}
#pubhub-widgets .ct-us-body h2 {
  font-weight: 400;
  margin-bottom: 0;
}
#pubhub-widgets .ct-us-body #sub-title {
  margin-top: 10px;
  font-size: 16px;
}
#pubhub-widgets .ct-us-body .alert {
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  opacity: 0;
  padding: 0;
  transition: all .6s;
}
#pubhub-widgets .ct-us-body .alert[msg-type='error'] {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
#pubhub-widgets .ct-us-body .alert[msg-type='success'] {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
#pubhub-widgets .ct-us-body .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  font-size: 12px;
}
#pubhub-widgets .ct-us-body .file {
  position: absolute;
  right: 0px;
  top: 0px;
  font-family: Arial;
  font-size: 118px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  opacity: 0;
}
#pubhub-widgets .ct-us-body label.radio-line {
  display: block;
}
#pubhub-widgets .ct-us-body .form-group .control-label.required:after,
#pubhub-widgets .ct-us-body div.checkbox.required:after {
  content: "*";
  color: red;
}
@media (min-width: 768px) {
  #pubhub-widgets .ct-us-body .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 8px;
    text-align: left;
    font-weight: 500;
  }
  #pubhub-widgets .ct-us-body .form-group {
    margin-bottom: 5px;
  }
}
#pubhub-widgets .ct-us-body .has-error .checkbox,
#pubhub-widgets .ct-us-body .has-error .checkbox-inline,
#pubhub-widgets .ct-us-body .has-error .control-label,
#pubhub-widgets .ct-us-body .has-error .help-block,
#pubhub-widgets .ct-us-body .has-error .radio,
#pubhub-widgets .ct-us-body .has-error .radio-inline,
#pubhub-widgets .ct-us-body .has-error.checkbox label,
#pubhub-widgets .ct-us-body .has-error.checkbox-inline label,
#pubhub-widgets .ct-us-body .has-error.radio label,
#pubhub-widgets .ct-us-body .has-error.radio-inline label {
  color: #a94442;
}
#pubhub-widgets .ct-us-body .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#pubhub-widgets .ct-us-body .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
