/* Application styles could go here */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
.logo img {
  max-height: 30px;
}
.actions a {
  z-index: 1;
}
.actions a.with-glyphicon {
  padding-top: 10px;
  padding-bottom: 7px;
}
.actions a .glyphicon {
  font-size: 28px;
}
.modal-login .modal-dialog {
  max-width: 350px;
}
.modal-login .modal-dialog .modal-header {
  border-bottom: 0;
}
.modal-login .modal-dialog .form-control {
  height: 45px;
  border-radius: 0;
}
.modal-login .modal-dialog .btn {
  padding: 12px 12px;
  border-radius: 0;
  margin-top: 15px;
}
.topics-form .table th,
.topics-form .table td {
  vertical-align: middle;
}
.topics-form .table th.checkboxes,
.topics-form .table td.checkboxes {
  width: 24px;
}
.topics-form .table th.actions,
.topics-form .table td.actions {
  width: 95px;
  text-align: center;
}
.topics-form .table th.actions a,
.topics-form .table td.actions a {
  width: 100%;
}
.topics-form .table th .page-break-before:active,
.topics-form .table td .page-break-before:active,
.topics-form .table th .page-break-before.active,
.topics-form .table td .page-break-before.active {
  background-color: #cbcbcb;
}
.topics-form .table th .page-break-before:focus,
.topics-form .table td .page-break-before:focus {
  outline: none;
}
.topics-form .form-group .checkbox {
  margin-bottom: 7px;
}
.topics-form select#format {
  min-width: 95px;
}
.form-condensed .form-group {
  margin-top: 0;
  margin-bottom: 5px;
}
.form-condensed .form-group .control-label {
  padding-left: 5px;
  padding-right: 5px;
}
.form-condensed .form-group .form-control {
  height: 28px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.form-condensed .form-group textarea.form-control {
  height: 100%;
}
.form-group.required .control-label:after {
  content: "*";
  color: red;
  position: absolute;
  margin-left: 3px;
  font-family: 'Glyphicons Halflings';
  font-weight: normal;
  font-size: 12px;
}
@media (min-width: 768px) {
  div.publication-result {
    margin-left: 8.333333333333332%;
  }
}
div.publication-result table {
  width: 100%;
}
div.publication-result table td {
  padding: 8px;
  border: 1px solid #ddd;
}
div.publication-result table td:first-child {
  width: 16.666666666666664%;
}
.spinner {
  background: url("../images/ajax-loader.gif") no-repeat center;
  height: 22px;
}
.spinner-big {
  background: url("../images/ajax-loader-big.gif") no-repeat center;
  height: 400px;
}
.popover {
  max-width: 400px;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.preview-modal .modal-header {
  color: #777;
  background-color: #f8f8f8;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.footer {
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 10px;
  position: absolute;
  bottom: 0;
}
.btn-feedback {
  top: 50%;
  right: -37px;
  color: #ffffff;
  background-color: #e0370f;
  padding: 10px 20px;
  position: fixed;
  text-transform: uppercase;
  transform: rotate(-90deg);
  cursor: pointer;
  z-index: 9999;
}
.btn-feedback:active,
.btn-feedback:focus,
.btn-feedback:hover {
  color: #ffffff;
  text-decoration: none;
}
.btn-feedback:hover {
  background-color: #f14e27;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-status {
  margin: 0 5px;
}
.accordion-status {
  margin-bottom: 0;
}
.accordion-status .test-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.accordion-status .status-check-index {
  width: 30px;
}
.accordion-status .pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 13px;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
.publication-form .checkbox {
  display: inline-block;
}
.popover-highlight .popover-content {
  color: #e0370f;
}
