/* Highlight and pin latest news */
.latest {
  position: relative;
  padding: 10px;
  /*background-color: #efefef;*/
  background-color: #fff5c5;
  border: solid rgba(25, 135, 200, 0.2) 2px;
  box-shadow: 8px 8px 5px grey;
}

.pin {
  position: absolute;
  right: 0;
  top: 0;
}

.loginbox a {
  color: white;
}

/*setup custom colours */
body {
  color: #11324e;
  /* background-color: #11324E; */
}

h3 {
  color: #11324e;
}

label {
  color: #11324e;
}

u {
  color: #11324e;
}

em {
  font-weight: 500;
}

a {
  color: #11324e;
}

/* Header and footer */
/*
#footer{
    background-color: #B9BD5C;
    color: #aaa;
}

#header {
    background: url('../custom/llarge.png') no-repeat top center ;
    float: left;
    background-color: #fff;
    width: auto;
} */

#ctl00_ctl00_BannerContent_pageInstructions {
  padding: 10px;
}

/* change items when screen reaches specific size */
@media (min-width: 600px) {
  #header {
    background: url("../custom/AV-loans-Web-Header-Cropped.png") no-repeat top
      left;
    background-color: #11324e;
    color: #fff;
    /*width: auto;*/
  }

  .WizardBackImage {
    top: -74px;
  }

  p.navbar-text {
    color: #fff;
  }

  p {
    color: #11324e;
  }

  .loginbox a {
    color: #fff;
  }

  /*
#signinAdvert{
    display: none;
}
*/
}

/* change items when screen reaches specific size */
@media (max-width: 1200px) {
  #header {
    background: url("../custom/AV-loans-Web-Header-Cropped.png") no-repeat top
      left;
    background-color: #11324e;
    width: auto;
  }

  .WizardBackImage {
    top: -43px;
  }
}

/*menu items colouring*/
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #11324e;
  border-color: #b9bd5c;
}

.btn-primary {
  color: #fff;
  background-color: #11324e !important;
  border-color: #b9bd5c !important;
}

.btn-primary:hover {
  color: #11324e;
  background-color: #b9bd5c !important;
  border-color: #11324e !important;
}

.btn-primary:active {
  color: #11324e;
  background-color: #b9bd5c !important;
  border-color: #11324e !important;
}

.icon-button-after::after {
  content: "Click";
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
}

.btn-primary:disabled {
  background-color: #b6c9da;
  text-indent: -9999px;
}

/*links and heading colours */

/* div.form h3 {
    color: #11324e;
} */

.sidepanel {
  background-color: #f5f5f5;
}

/* .sidepanel h3 {
    color: #11324e;
}
 */
/* User Thumbnail Size */
.AuthImage40 {
  width: auto;
  height: auto;
}

/* Resource Thumbnail Size */
.thumbnail-cell img {
  height: 100px;
  top: 0 !important;
  margin: 0 !important;
  transition: 1s;
  transition-timing-function: ease-out;
}

.thumbnail-cell img:hover {
  height: 200px;
  transition-delay: 2s;
}

.thumbnail-default {
  width: 180px;
  height: 180px;
  position: relative;
  transition: 1s;
  transition-timing-function: ease-out;
}

.thumbnail-default:hover {
  transition-delay: 2s;
  width: 280px;
  height: 280px;
}

/*Display results text*/

.pull-left {
  float: left !important;
  font-size: 16px;
  font-weight: bold;
}

/* Hide See all Catagories button */
.wizard-carousel .btn-link,
.previewItem .btn-link {
  display: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: none;
}

.carousel-indicators {
  display: none;
}

/* Hide site caption */
.carousel-caption-site {
  display: none;
}

/* Hide carousel title */
.carousel-title {
  display: none;
}

.wizard-carousel .carousel-caption-info,
.previewItem .carousel-caption-info {
  background: rgba(61, 61, 61, 0.7);
  right: 0% !important;
  left: 0% !important;
  top: 0px !important;
  width: 100%;
  min-height: 23%;
}

.wizard-carousel .carousel-caption,
.previewItem .carousel-caption {
  /* border: #b9bd5c solid 5px !important; */
  right: 0% !important;
  left: 0% !important;
  top: 0px;
  height: 100%;
}

/* Header text*/
/* .wizard-carousel .carousel-caption h3, .previewItem .carousel-caption h3 {
  background-color: #11324e;
  background: rgba(61, 61, 61, 0.7);
  border: #b9bd5c solid 2px;
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  width: 50%;
  text-align: top;
  left: 0px;
}
 */
/*Header Description*/
/* .wizard-carousel .carousel-caption p, .wizard-carousel .carousel-caption li, .previewItem .carousel-caption p{
  background: rgba(61, 61, 61, 0.7);

  border: #b9bd5c solid 2px;
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  width: 50%;
  text-align: top;
  left: 0px;
} */

.carousel-caption {
  position: absolute;
  top: 0px;
  right: 0% !important;
  left: 0% !important;
  bottom: 20px;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 20px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/*menu bar*/
#menuHead {
  background-color: #11324e;
  border-top-style: solid;
  border-bottom-style: solid;
  border-color: #b9bd5c;
  height: 40px;
}

#1_userSection {
  font-weight: bold;
  border-style: dotted;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  background-color: #b9bd5c;
  color: #11324e;
}

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  background-color: #b9bd5c;
  color: #11324e;
}

.btn {
  font-weight: bolder;
}

.btn-proceed {
  color: #fff;
  background-color: #b9bd5c;
}

.btn-proceed:hover {
  color: #11324e;
  background-color: #b9bd5c;
}

.btn-proceed:focus {
  color: #11324e;
  background-color: #b9bd5c;
}

.btn-proceed:active {
  color: #11324e;
  background-color: #b9bd5c;
}

.wizardbannerright .navbuttons {
  background: #11324e;
  border: 1px solid #fff;
  border-radius: 1px;
  margin-top: 10px;
  padding: 10px 10px;
  height: 60px;
}

.btn-success {
  color: #fff;
  background-color: #b9bd5c !important;
  border-color: #b9bd5c !important;
}

.btn-success:active {
  color: #fff;
  background-color: #b9bd5c;
  border-color: #b9bd5c;
}

.btn-success:focus {
  color: #fff;
  background-color: #b9bd5c;
  border-color: #b9bd5c;
}

/*format the complete checkout text*/
#ctl00_ctl00_MainContent_MainWizardContent_completePanel {
  background-color: #b9bd5c;
  text-align: center;
  font-size: large;
  border: solid;
  padding: 4px;
}

/*Booking Wizard: how long can I book for? default showing bold*/
#ctl00_ctl00_SideContent_StepWizardContent_editResourceBookingsTime_RuleName {
  text-decoration: underline;
}

#ctl00_ctl00_SideContent_StepWizardContent_editResourceBookingsTime_descDiv {
  display: block;
  font-weight: bold;
}

/*User Image Size Checkout*/
#ctl00_MainContent_UserImg {
  height: 20em;
  border: 2px solid #11324e;
}

.loginbox > .navbar-text {
  color: white;
}

/* Hide local login */

#ctl00_MainContent_signin_showLocalLk {
	display: none;
}
p.lineThru{
	display:none;
}