/*********************************
 * Main CSS and All Tabs
 *********************************/
body {
  width: 100%;
  overflow: hidden;
}
#page {
  width: 90%;
  margin: 0 auto;
}
#page header {
  margin: 10px 0 20px;
}
#page header #logo {
  width: 49%;
  text-align: left;
  display: inline-block;
}
#page header #authenticate {
  width: 49%;
  text-align: right;
  display: inline-block;
}
#page .search-params {
  padding: 15px;
  text-align: right;
}
#page .search-params div {
  padding: 0;
}
#page .search-params .isbn-section {
  position: relative;
  width: 155px;
}
#page .search-params .isbn-section div {
  z-index: 10;
  position: absolute;
  top: -17px;
}
#page .search-params .isbn-section div textarea {
  height: 34px;
}
#page .search-params select {
  color: #9e9e9e;
}
#page #login-form {
  width: 492px;
  margin: 200px auto 0;
  padding: 20px;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color than white */

  z-index: 99;
  /* makes sure it stays on top */

}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */

  top: 50%;
  /* centers the loading animation vertically one the screen */

  background-image: url('../images/preloader-atom-124x128.gif');
  /* path to your loading animation */

  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */

}
/*********************************
 * Upload Tab CSS
 *********************************/
#upload > div {
  margin-top: 10px;
}
#upload .dropzone {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  min-height: 700px;
}
#upload .upload-message {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  margin: 0 0 15px;
  border-radius: 4px;
  padding: 5px;
}
#upload .upload-message-fail {
  border-color: rgba(185, 74, 72, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -moz-box-shadow: 0 0 8px rgba(185, 74, 72, 0.6);
  box-shadow: 0 0 8px rgba(185, 74, 72, 0.6);
  margin: 0 0 15px;
  border-radius: 4px;
  padding: 5px;
}
#upload .slimscroll {
  padding: 5px;
  height: 700px;
}
#upload #message-board {
  display: none;
}
/*********************************
 * Library Tab CSS
 *********************************/
#library .message-box {
  height: 52px;
  margin: 0;
  padding: 0 15px;
}
#library .message-box .alert {
  margin-bottom: 20px;
}
#library .message-box .alert span {
  display: inline-block;
  width: 90%;
}
#library #library-list > .row {
  margin-left: 0;
  margin-right: 0;
}
#library #library-list .col-md-2 {
  padding-left: 0;
}
#library #library-list .active-block {
  border: 1px solid #3a87ad;
}
#library #library-list .panel-default {
  margin-bottom: 15px;
}
#library #library-list .panel-default img {
  width: 100%;
}
#library #library-list .column {
  width: 16.666666666666664%;
  float: left;
  padding-right: 15px;
}
#library #cover-image-info h3 {
  margin-top: 0;
  color: #428bca;
}
#library #cover-image-info ul {
  list-style: none;
  padding-left: 1px;
}
#library #cover-image-info label {
  width: 100px;
}
#library #cover-image-info #file-history-list li {
  border-bottom: 1px solid lightgray;
  padding: 3px;
  margin-bottom: 5px;
  border-radius: 4px;
}
#library #cover-image-info #file-history-list .danger {
  border-color: #eed3d7;
  background-color: #f2dede;
}
#library #cover-image-info #file-history-list .warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
#library #cover-image-info #file-history-list .success {
  border-color: #d6e9c6;
  background-color: #dff0d8;
}
#library #cover-image-info #file-history-list .normal {
  background-color: #f5f5f5;
}
#library #footer-block {
  padding: 15px;
}
#library #footer-block > div {
  padding: 0;
}
#library #footer-block .distribute-block {
  text-align: right;
}
#library #footer-block ul {
  list-style: none;
  padding-left: 1px;
}
#library #footer-block li {
  display: inline-block;
  border: 1px solid #3a87ad;
  margin-right: 5px;
  border-radius: 4px;
}
/*********************************
 * Report Tab
 *********************************/
#report table {
  width: 100%;
}
#report a.reschedule {
  cursor: pointer;
}
#report .modal-dialog {
  width: 800px;
}
#report .distribute-block {
  text-align: right;
}
#report #export-report-form {
  display: none;
}
#report .chart-container {
  box-sizing: border-box;
  width: 80%;
  height: 600px;
  background: #fff;
  margin: 0 auto;
}
#report .chart-container table {
  width: auto;
}
#report .chart-container .chart-placeholder {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em;
}
#report .chart-container #legend table {
  margin: 0 auto;
}
#report .chart-container #legend tr {
  display: inline-block;
}
#report .trans-accordion {
  cursor: pointer;
}
#report .delivery-request,
#report .delivery-result {
  display: none;
}
/*********************************
 * Entity management Tabs
 *********************************/
#recipients iframe,
#distributions iframe,
#users iframe,
#robots iframe {
  width: 100%;
  height: 723px;
}
#recipients form .alert ul,
#distributions form .alert ul,
#users form .alert ul,
#robots form .alert ul {
  margin-left: 15px;
}
#iframe-block {
  margin-top: 20px;
  padding-bottom: 40px;
}
#iframe-block table th:last-child,
#iframe-block table td:last-child {
  text-align: center;
}
#iframe-block > ul {
  list-style: none;
  padding-left: 0;
}
#iframe-block form #harpercollins_clavinbundle_recipient_created > div {
  display: inline-block;
}
#iframe-block form #harpercollins_clavinbundle_recipient_created > div select {
  margin-right: 4px;
  text-transform: none;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
#iframe-block form #harpercollins_ClavinBundle_user_roles div:first-child {
  margin-bottom: 15px;
}
#iframe-block #show-details-block {
  width: 50%;
}
#iframe-block #show-details-block th {
  text-align: left;
}
#iframe-block #show-details-block td {
  text-align: left;
}
#iframe-block .delete-form {
  display: inline-block;
}
.footer {
  position: fixed;
  bottom: 0px;
  padding-top: 10px;
  text-align: center;
  height: 55px;
  width: 100%;
  background-color: #ffffff;
}
.footer p {
  width: 60%;
  margin: 0 auto;
}
/*********************************
 * Intro Section
 *********************************/
#clavinTour {
  display: none;
}
div.tour-step a.joyride-next-tip {
  color: #ffffff;
  background: #428bca;
  text-decoration: none;
  outline: 0;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #357ebd;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
