#loginView {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  background-color: white;
}
#loginView > div {
  max-width: 400px;
  padding-top: 100px;
  margin: auto;
}
.dashboard .quickSearch .form-group {
  max-width: 347px;
}
.dashboard .nightSpray {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
}
img.siteImg {
  font-family: 'Helvetica';
  font-weight: 300;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  min-height: 42px;
}
img.siteImg:before {
  content: " ";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  height: calc(110%);
  width: 100%;
  background-color: #f0f0f0;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
}
img.siteImg:after {
  content: "\f127" " No Site Image for " attr(alt);
  display: block;
  font-size: 16px;
  font-style: normal;
  font-family: FontAwesome;
  color: #646464;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  text-align: center;
}
.notMatched {
  border-color: #2e6da4;
}
.notMatched .input-group-addon,
.notMatched input {
  border-color: #2e6da4;
}
.notMatched input {
  background-color: #337ab7;
  color: white !important;
}
.reportTableCompact tr:nth-child(even) {
  background-color: #efefef;
}
.reportTableCompact td,
.reportTableCompact th {
  padding: 4px 5px;
  line-height: 1.3rem;
}
.plannerDay {
  text-align: center;
  cursor: pointer;
}
.plannerDay:hover {
  opacity: 0.8;
}
.plannerDay .edit-capacity {
  width: 80px;
  color: black;
}
.plannerTotal {
  vertical-align: middle !important;
}
.level-holiday {
  background-color: #efefef;
}
.level-good {
  background-color: #5b9653;
  color: white;
}
.level-warning {
  background-color: #fbb040;
  color: black;
}
.level-full {
  background-color: #fb4040;
  color: black;
}
.level-over-full {
  background-color: black;
  color: white;
}
.loading {
  opacity: 0.25;
  transition: 0.2s all ease-in;
}
.loading-false {
  opacity: 1;
}
html,
body {
  height: 100%;
  margin-top: 0;
  font-size: 13px;
}
.large-only {
  display: none;
}
.stacktable.small-only tr:first-child td {
  border-top: 1px solid #999999;
}
.stacktable.small-only td:first-child {
  width: 25%;
}
#wrapper {
  padding-top: 50px;
  height: 100%;
}
#page-wrapper {
  height: 100%;
  padding-bottom: 0;
  position: relative;
}
#page-wrapper > .container-fluid {
  height: 100%;
}
.navbar-header {
  position: absolute;
  right: 0;
}
.side-nav {
  top: 0;
}
ul.alert-dropdown {
  width: 250px;
}
.fullscreenBtn {
  position: absolute;
  z-index: 9999;
  top: 10px;
  right: 10px;
  display: block;
  color: #999999;
  text-shadow: #333333;
  font-size: 16px;
}
.fullscreen #page-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 8888;
}
.fullscreen .fullscreenBtn .glyphicon:before {
  content: "\e097";
}
input.ng-invalid,
select.ng-invalid {
  border-color: mediumvioletred;
}
/*#region BLOCKS */

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-color: #5b9653;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background-color: #33542f;
  color: white;
}
.btn-group-xs > .btn,
.btn-xs {
  font-size: 25px;
  margin: 0 2px;
}
.pending.active {
  background-color: #fb4040;
}
.pending:hover,
.pending.active:hover {
  background-color: #fa0e0e;
}
.confirmed.active {
  background-color: #fbb040;
}
.confirmed:hover,
.confirmed.active:hover {
  background-color: #fa9b0e;
}
.complete.active {
  background-color: #64bdff;
}
.complete:hover,
.complete.active:hover {
  background-color: #31a7ff;
}
.published.active {
  background-color: #aa457a;
}
.published:hover,
.published.active:hover {
  background-color: #863660;
}
.megatext {
  color: #2c5781;
  font-size: 25px;
}
dl {
  margin-bottom: 5px;
}
.dl-horizontal.dl-narrow dt {
  width: 120px;
  float: left;
}
.dl-horizontal.dl-narrow dd {
  margin-left: 130px;
}
.dl-horizontal.dl-icon dt {
  width: 26px;
}
.dl-horizontal.dl-icon dd {
  margin-left: 35px;
}
.fillPageContainer {
  margin: 0 -25px;
  height: 100%;
}
.color-OK {
  color: #5b9653;
}
.color-Warning {
  color: #fbb040;
}
.color-Error,
.required {
  color: #fb4040;
}
.form-control {
  color: #2c5781;
}
.has-error {
  border: 1px solid #fb4040;
}
select {
  border: 1px solid #111111;
  background: transparent;
  padding: 5px 35px 5px 5px;
  font-size: 16px;
  border: 1px solid #cccccc;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border-radius: 2px;
}
.rowFullHeight {
  display: flex;
  flex-flow: row wrap;
}
.rowFullHeight > div {
  padding-bottom: 15px;
  flex-grow: 1;
}
.rowFullHeight > div > div.box {
  height: 100%;
  padding-bottom: 0;
}
.box {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 15px;
  background-color: white;
  page-break-inside: avoid;
}
.box > h4:first-child {
  margin-top: 0;
  background-color: #efefef;
  padding: 15px;
  margin: 15px -15px;
  margin-top: -15px;
}
.ng-fade {
  transition: 0.75s linear all;
}
.ng-hide {
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  width: 0 !important;
  height: 0 !important;
}
.btnPanel {
  position: fixed;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  width: 100%;
  z-index: 10000;
  left: 0;
  right: 0;
}
.btnPanel .btn {
  margin-top: 5px;
}
.alertPanel {
  position: fixed;
  top: 55px;
  z-index: 10000;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.75);
}
.alert {
  margin-bottom: 5px;
}
.hasBtnPanel {
  margin-bottom: 40px;
}
/*#endregion */

/*#region BOOKING FORM */

.productCalcs {
  margin-top: 10px;
  line-height: 50px;
}
.productCalcs dt,
.productCalcs dd {
  line-height: 25px;
}
.productCalcs dd {
  margin-bottom: 10px;
  color: #2c5781;
  font-size: 25px;
}
.productCalcs small {
  font-size: 70%;
}
.productRow .deleted {
  text-decoration: line-through;
}
/*#endregion */

.fileProgress {
  line-height: 15px;
  display: inline-block;
  width: 100px;
  border: 3px groove #64bdff;
}
.fileProgress div {
  font-size: smaller;
  background: #64bdff;
  width: 0;
}
.editRow input,
.editRow button,
.editRow .input-group {
  display: none;
}
.editRow.editing span {
  display: none;
}
.editRow.editing input,
.editRow.editing button {
  display: inherit;
}
.editRow.editing .input-group {
  display: table;
}
@media print {
  #wrapper {
    padding-top: 0;
  }
  .box h4 {
    padding: 6px !important;
    margin-bottom: 5px !important;
    border-bottom: 1px solid #cccccc;
  }
  .rowFullHeight > div {
    padding-bottom: 0;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
.red-highlight {
  background-color: orangered;
}
