/* CSS Document */

body {
  position: relative;
}

.well h3:first-child {
  margin-top: 0;
}

#layoutPanelCentreLeft,
#rightAnnounceBox,
.sfHide {
  display: none;
}

#strapline {
  display: block;
  float: left;
  padding-top: 15px;
}

#headerPanel {
  background-image: url("../images/ukprule.gif");
  background-position: top; background-repeat: repeat-x;
  background-color: black;
}

#headerPanel .navbar {
  margin-bottom: 0;
}

#headerContent {
  margin-left: auto; margin-right: auto;
  background-image: url("../images/ukp_950w.gif");
  background-position: top right;
  background-repeat: no-repeat;
  padding-right: 1em;
  height: 50px;
  width: 100%;
}

#headerContent h4
{
  color: white;
}

#fullSummary {
  display: block;
  padding: .2em;
}

.navbar {
  border-radius: 0px !important;
}

a.logo {
  width: 253px; height: 50px;
  position: relative; float: right;
  margin-bottom: 0px; margin-top: 10px;
  display: none;
}

.table .price {
  width: 6em;
}

.table .action {
  width: 8em;
}

/* --- Side Menu --- */
.side-menu.affix {
  position: static;
}
@media (min-width: 768px) {
  .side-menu {
    padding-left: 20px;
  }

}

.side-menu .nav > li > a {
  color: #999;
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 20px;
}

.side-menu .nav > li > a:hover,
.side-menu .nav > li > a:focus {
  background-color: transparent;
  border-left: 1px solid #563d7c;
  color: #563d7c;
  padding-left: 19px;
  text-decoration: none;
}

.side-menu .nav > .active > a,
.side-menu .nav > .active:hover > a,
.side-menu .nav > .active:focus > a {
  background-color: transparent;
  border-left: 2px solid #563d7c;
  color: #563d7c;
  font-weight: 700;
  padding-left: 18px;
}

.side-menu .nav .nav {
  /*  display: none;*/
  padding-bottom: 10px;
}
.side-menu .nav .nav > li > a {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 1px;
  padding-left: 30px;
  padding-top: 1px;
}
.side-menu .nav .nav > li > a:hover,
.side-menu .nav .nav > li > a:focus {
  padding-left: 29px;
}
.side-menu .nav .nav > .active > a,
.side-menu .nav .nav > .active:hover > a,
.side-menu .nav .nav > .active:focus > a {
  font-weight: 500;
  padding-left: 28px;
}

@media (min-width: 992px) {
  .side-menu .nav > .active > ul {
    display: block;
  }

  .side-menu.affix, .side-menu.affix-top, .side-menu.affix-bottom {
    width: 213px;
  }
  .side-menu.affix {
    position: fixed;
    top: 20px;
  }
  .side-menu.affix-bottom {
    position: absolute;
  }
  .side-menu.affix-bottom .bs-docs-sidenav,
  .side-menu.affix .bs-docs-sidenav {
    margin-bottom: 0;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .side-menu.affix-bottom, .side-menu.affix-top, .side-menu.affix {
    width: 263px;
  }
}
.back-to-top {
  color: #999;
  display: none;
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
  margin-top: 10px;
  padding: 4px 10px;
}
.back-to-top:hover {
  color: #563d7c;
  text-decoration: none;
}
@media (min-width: 768px) {
  .back-to-top  {
    display: block;
  }
}

.carousel-page {
}

.thumb-holder {
  margin: 0em;
  padding-top: 1em;
  background-color: graytext;
  border-radius: 5px;
  height: 280px;
}

#carousel-example-generic {
  margin-bottom: 2em;
}

.carousel-control {
  border-radius: 5px;
}

/* ---------- Input controls ---------- */
@media (min-width: 768px) {
  .search-type {
    width: 10em;
  }
  .search-date {
    width: 11em;
  }
  .search-join {
    width: 4em;
  }
  .search-text {
    width: 15em;
  }
  .search-fieldset {
    margin-bottom: 1em;
  }
  .search-fieldset legend {
    margin-bottom: .4em;
  }
  .simple-date {
    width: 9em !important;
  }
  .simple-keyword {
    width: 12em !important;
  }
}

@media (min-width: 768px) {
  input.name-title {
    width: 5em !important;
  }
  input.name-initial {
    width: 4em  !important;
  }
  input.name-first,
  input.name-last
  {
    width: 16em  !important;
  }
  input.street-no
  {
    width: 18em  !important;
  }
  input.street-name
  {
    width: 30em  !important;
  }
}


/* ---------- searchable thmubnail lists ---------- */

#bookList > tbody,
#pageList > tbody {
  display: none;
}

/* img thumbnail container and items */
#book-container,
#page-container {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 600px;
  clear: both;
}

.book-item,
.page-item {
  display: block;
  float: left;
  padding: 0px;
  margin-right: 5px;
  width: auto;
}

.book-item img,
.page-item img {
  border: 1px solid #333;
  height: 140px;
  margin-top: 10px;
}

a.page-item .caption p,
a.book-item .caption p {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.dataTables_scroll {
  clear: both;
}

/* -- Adverts ------------------*/
#article-advert {
  display: block;
  float: right;
  width:300px;
  height: auto;
  border: 1px silver solid;
}

/* ---------- Tables ----------*/

table.table th.id,
table.table td.id {
  text-align: center;
  width: 6em;
}
table.table th.qty,
table.table td.qty {
  text-align: right;
  width: 6em;
}
table.table th.descr,
table.table td.descr {
  text-align: left;
  width: auto;
}

table.table th.user-action,
table.table td.user-action {
  text-align: left;
}

table.table th.action,
table.table td.action,
table.table th.status,
table.table td.status {
  text-align: center;
  width: 6em;
}
table.table th.type,
table.table td.type {
  text-align: left;
  width: 6em;
}
table.table th.checkbox,
table.table td.checkbox {
  text-align: center;
  width: 4em;
}
table.table th.config,
table.table td.config {
  text-align: left;
  width: 14em;
}
table.table th.category,
table.table td.category {
  text-align: left;
  width: 8em;
}
table.table th.price,
table.table td.price {
  text-align: right;
  width: 5em;
}
table.table th.priceW,
table.table td.priceW {
  text-align: right;
  width: 9em;
}
table.table th.date,
table.table td.date {
  text-align: left;
  width: 5em;
}
table.table th.longdate,
table.table td.longdate {
  text-align: left;
  width: 13em;
}
table.table th.page,
table.table td.page {
  text-align: left;
  width: 14em;
}

table.table ul {
  padding-left: 0px;
  margin-top: .1em;
  margin-bottom: .1em;
}
table.table ul li {
  list-style: none;
}
table.table thead th div.theadCellContainer {
  display: block;
}
table.table thead th div.theadCellContainer .theadCellLeft {
  float: left;
}
table.table thead th div.theadCellContainer .theadCellRight {
  float: right;
}

/* ---------- Spans ---------- */

span.dataDescription {
  font-size: 1em;
  color: #006699;
  font-weight: bold;
}
span.dataBreakdown {
  font-size: 1em;
}
span.dataBreakdown ul {
  font-size: 1em;
  padding: 0 0 0 2em;
}
span.dataBreakdown ul li {
  list-style-type: square;
}

/* --------- icon-holder ---------- */
.icon-holder {
  min-width:1em;
  margin-right:1em;
  display: inline-block;
  vertical-align: top;
}

/* ---------- inline fix ---------- */
.form-inline .form-group{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.form-inline .form-group.vert-fix {
  vertical-align: top;
}

/* ---------- hdimg ---------- */
.hdimgs {
  width: 126px; height: 162px;
  position: relative; float: left;
  color: #999999; text-align: center;
  background-color: #FFFFFF;
  overflow: hidden;
  display: none;
  border: #3399CC solid 1px;
}
.hdimgsspc {
  width: 9px; height: 70px;
  position: relative; float: left;
  display: none;
}
.hdimg-1 {
  display: block;
}
@media (min-width: 291px) {
  .hdimg-2 {
    display: block;
  }
}
@media (min-width: 426px) {
  .hdimg-3 {
    display: block;
  }
}
@media (min-width: 562px) {
  .hdimg-4 {
    display: block;
  }
}
@media (min-width: 698px) {
  .hdimg-5 {
    display: block;
  }
}
@media (min-width: 992px) {
  .hdimg-6 {
    display: block;
  }
  .hdimg-7 {
    display: block;
  }
}
@media (min-width: 1200px) {
  .hdimg-8 {
    display: block;
  }
  .hdimgsspc {
    width: 18.5px;
  }
}

.btn-nav {
  height:5.5em;
  width: 6.5em;
  position: relative;
  white-space: normal;
  overflow: hidden;
  margin-right: .4em;
  margin-bottom: .6em;
  display: inline-block;
  vertical-align: middle;
  touch-action: manipulation;
}
.btn-nav:active {
}
.btn-nav i {
  padding: 0px;
  margin: 0;
  text-align: center;
}
.btn-nav p,
.btn-nav span {
  padding: .4em 0 0 0;
  margin: 0;
  text-align: center;
  display: block;
  clear: both;
}

.breadcrumb-holder {
  background-color: #f5f5f5;
  padding: 8px 15px;
  margin-bottom: 17px;
  border-radius: 4px;
}

.breadcrumb {
  background-color: transparent !important;
  padding: 6px 0 !important;
  margin-bottom: 0 !important;
}