/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* Colour Palette */
/*
$grey-dark: #3d3c3a;
$weeks-red: #b1143a;
$grey-blue: #455862;
$brown-dark: #aaa59f;
$brown-light: #e7e5d3;
*/
.datepicker {
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #e7e5d3;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #e7e5d3;
}
.datepicker td.old,
.datepicker td.new {
  color: #aaa59f;
}
.datepicker td.active,
.datepicker td.active:hover {
  background-color: #b1143a;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
a.datepicker td.active:hover,
a.datepicker td.active:hover:hover {
  background-color: #830f2b;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #e7e5d3;
}
.datepicker td span.active {
  background-color: #b1143a;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
a.datepicker td span.active:hover {
  background-color: #830f2b;
}
.datepicker td span.old {
  color: #aaa59f;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #e7e5d3;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-nav-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay a {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  height: 100%;
  width: 49%;
  display: block;
  padding-top: 45%;
  text-shadow: 2px 2px 4px #000;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  z-index: 100;
}
.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}
.ekko-lightbox .glyphicon-chevron-left {
  padding-left: 15px;
  float: left;
  left: 0;
  text-align: left;
}
.ekko-lightbox .glyphicon-chevron-right {
  padding-right: 15px;
  float: right;
  right: 0;
  text-align: right;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}

/* Colour Palette */
/*
$grey-dark: #3d3c3a;
$weeks-red: #b1143a;
$grey-blue: #455862;
$brown-dark: #aaa59f;
$brown-light: #e7e5d3;
*/
/* All other CSS for the Plan Library goes here yo. */
.navbar-inverse {
  /* background-image: linear-gradient(top,#b1143a 0,#b1143a 100%);
	background-image: -webkit-linear-gradient(top,#b1143a 0,#b1143a 100%);
	border-color: #810f2a; */
}
.navbar-inverse .navbar-header .navbar-brand {
  color: white !important;
}
.navbar-inverse .navbar-header .navbar-brand img {
  height: 100%;
}
.navbar-inverse .navbar-collapse .navbar-nav li a {
  color: #dfdfdf;
}
.navbar-inverse .navbar-collapse .navbar-nav li a:hover {
  color: white;
}
/* Dashboard stuff */
#plans_placeholders .placeholder span.glyphicon,
#dashboard_placeholders .placeholder span.glyphicon {
  font-size: 2.8em;
  color: #ccc;
}
.feed-icon {
  color: #ccc;
}
.non-active-link {
  cursor: not-allowed;
}
.non-active-link:hover {
  text-decoration: none;
  color: inherit;
}
/* Forms */
.coolCheckbox,
.coolRadio {
  cursor: pointer;
  text-align: center;
}
.coolCheckbox .glyphicon,
.coolRadio .glyphicon {
  color: white;
  display: none;
}
.coolCheckbox .glyphicon.glyphicon-remove,
.coolRadio .glyphicon.glyphicon-remove {
  color: #CCC;
  display: inline-block;
}
.coolCheckbox input[type=checkbox],
.coolRadio input[type=checkbox],
.coolCheckbox input[type=radio],
.coolRadio input[type=radio] {
  display: none;
}
.coolCheckbox.selected,
.coolRadio.selected {
  background-image: linear-gradient(to bottom, #5cb85c 0px, #419641 100%);
  background-repeat: repeat-x;
  border-color: #3E8F3E;
  color: #ffffff;
}
.coolCheckbox.selected .glyphicon-ok,
.coolRadio.selected .glyphicon-ok {
  display: inline-block;
}
.coolCheckbox.selected .glyphicon-remove,
.coolRadio.selected .glyphicon-remove {
  display: none;
}
.coolCheckbox,
.coolRadio {
  display: inline-block;
}
.coolCheckbox.bigSize,
.coolRadio.bigSize {
  cursor: pointer;
  height: 46px;
  width: 46px;
  padding: 12px 13px;
}
.coolCheckbox.smallSize,
.coolRadio.smallSize {
  cursor: pointer;
  height: 26px;
  width: 26px;
  font-size: 13px;
  padding: 4px 5px;
}
.coolRadio {
  margin-right: 20px;
  float: left;
  font-size: 18px;
  padding: 10px 16px;
}
.coolRadio.selected {
  background-image: linear-gradient(to bottom, #428bca 0px, #2d6ca2 100%);
  background-repeat: repeat-x;
  border-color: #2B669A;
  color: #ffffff;
}
/* checkboxes/radios within 'coolCentered' form-group: */
.coolCentered .coolRadio,
.coolCentered .coolCheckbox {
  display: block;
  margin: 0 auto;
}
.coolCentered .control-label {
  text-align: center;
}
.checkbox-label-inline {
  display: inline-block;
  margin: 0 10px;
}
/* Elevation home type checkboxes */
.home-type {
  width: 14%;
}
/* Other */
.plan-delete {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.plan-delete #delete_it {
  display: inline-block;
  display: none;
}
.plan-delete span {
  cursor: pointer;
  font-size: 1.3em;
  margin-right: 10px;
  display: inline-block;
  padding: 0 6px;
}
.plan-delete span:hover {
  text-decoration: underline;
}
/* Search Form */
#search-form .has_study,
#search-form .hammerhead,
#search-form .storeys,
#search-form .is_online_ready,
#search-form .is_villa,
#search-form .is_courtyard,
#search-form .is_ranch,
#search-form .is_corner,
#search-form .is_traditional,
#search-form .is_townhouse,
#search-form .is_2storey,
#search-form .plan_architectural,
#search-form .vic_approved {
  margin-top: 10px;
}
/* main striped table styling overrides */
.table-striped>tbody>tr.striped-row.highlight>td,
.table-striped>tbody>tr.striped-row.highlight>th {
  background-color: #FFF58F;`
}

/* Results Table - Actions Sub-table (within each row) */
.results-actions-table {
  text-align: center;
}
.results-actions-table thead {
  font-size: 80%;
}
.results-actions-table thead tr th {
  text-align: center;
}
.results-actions-table .prev {
  padding: 0 2.5% 1% 0;
  border-right: 1px solid #ccc;
  min-width: 110px;
}
.results-actions-table .open {
  padding: 0 0 1% 2.5%;
  min-width: 110px;
}
.results-actions-table .edit {
  border-left: 1px solid #ccc;
  text-align: center;
  padding: 0 0 1% 2.5%;
  min-width: 70px;
}
.results-actions-table .action {
  border-left: 1px solid #ccc;
  text-align: center;
  padding: 0 1% 2.5%;
  min-width: 70px;
}

/* main thumbnail (elevations) styling overrides */
.thumbnail.highlight {
  background-color: #FFF58F;`
}



/* Login Page/Form: */
.login-body {
  background-color: #b1143a;
}
.login-body .login-logo {
  position: relative;
  margin: 0 auto 50px;
  padding: 20px 20px 20px;
  width: 310px;
  text-align: center;
}
.login-container {
  margin: 2% auto;
}
.login {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 20px;
  width: 310px;
  background: white;
  border-radius: 3px;
  box-shadow: 0 0 200px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.login:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.login h1 {
  margin: -20px -20px 21px;
  padding: 10px 0;
  line-height: 1.8em;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-color: linear-gradient(top, whiteffd, #eef2f5);
  box-shadow: 0 1px #f5f5f5;
}
.login p {
  margin: 20px 0 0;
}
.login p:first-child {
  margin-top: 0;
}
.login .input-group .input-group-addon {
  font-family: monospace;
  letter-spacing: 0.03em;
}
.login input[type=text],
.login input[type=password] {
  width: 100%;
}
.login p.remember_me {
  float: left;
  line-height: 31px;
}
.login p.remember_me label {
  font-size: 12px;
  color: #777;
  cursor: pointer;
}
.login p.remember_me input {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
}
.login p.submit {
  text-align: right;
}

#inclusionsDefinition {
}
#inclusionsDefinition .control-label {
    font-size: 1em;
    font-weight: normal;
}
.inclusions-list .inclusions-list-title {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-weight: bold;
}
.inclusions-list ul li {
  padding: 5px 0;
}

#flyer_attach_open:hover {
    cursor: pointer;
}
