.node-casqa-handbook-construction .horizontal-tabs {
  overflow: hidden;
}
.node-casqa-handbook-construction .horizontal-tabs .horizontal-tabs-pane {
  min-width: 96%;
  padding: 0 2%;
}

.book-explorer-toggle {
  height: auto;
  width: 16px;
  background: transparent url("menu.png") no-repeat scroll -2000px -1000px;
  display: block;
  float: left;
}
.book-explorer-toggle:hover,
.book-explorer-toggle:focus { text-decoration: none; }

.book-explorer-expanded { background-position: -2000px -11px; }
.book-explorer-collapsed { background-position: -3000px -11px; }


.casqa-bmp-construction-list {
  padding: 1em 0;
  overflow: hidden;
}
.casqa-bmp-construction-list ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 0 none;
}
.casqa-bmp-construction-list ul.menu li {
  background: transparent url("menu.png") no-repeat scroll 0 -11px;
  list-style: none none;
  margin-left: 0;
  padding-left: 18px;
}
.casqa-bmp-construction-list ul.menu li.last {
  background-position: 0 -1981px;
}

.casqa-bmp-edit {
  visibility: hidden;
  padding: 0 1em;
  font-size: smaller;
  color: red !important;
}

.casqa-bmphb-row {
  display: block;
  line-height: 1.6em;
  cursor: default;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 1.6em;
  font-size: 1em;
  width: 100%;
}
.casqa-bmphb-row:hover {
  background-color: #EEE;
}
.casqa-bmphb-row:hover .casqa-bmp-edit {
  visibility: visible;
}

.casqa-bmphb-col {
  display: block;
  float: left;
}
.casqa-bmphb-col-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1em;
}
.casqa-bmphb-colspan {

}
.casqa-bmphb-col-section {

}
.casqa-bmphb-col-title {
  position: relative;
}
.casqa-bmphb-col-file {
  font-size: smaller;
  display: none;
}
.casqa-bmphb-col-file .file-icon {
  vertical-align: middle;
}
.casqa-bmphb-col-file .file-size {
  display: none;
}
.casqa-bmphb-col-file a {
/*  background: transparent url("icon_download.png") no-repeat center;
  display: block;
  width: 24px;
  height: 24px;
  outline: 0 none;
  text-decoration: none;
  text-indent: -999em;*/
}
.casqa-bmphb-col-date {
  display: none;
  min-width: 5em;
  text-align: right;
  font-size: smaller;
}
.casqa-bmphb-col-date .casqa-bmphb-col-content {
  padding-right: 0;
}

@media all and (min-width: 480px) {
}
@media only screen and (min-width:568px) {
  .casqa-bmphb-col-file,
  .casqa-bmphb-col-date {
    float: right;
    display: inline-block;
  }
  .casqa-bmphb-col-file .file-size {
    display: inline;
  }
  .casqa-bmphb-col-date {

  }
}


.book-navigation .page-links {
  display: none;
}


/**
 * The Query view.
 */
.view-id-casqa_handbook_construction {}
.view-id-casqa_handbook_construction .view-filters {}
.view-id-casqa_handbook_construction .views-exposed-widgets {
  font-size: smaller;
  border-bottom: 1px solid #CCCCCC;
}
.view-id-casqa_handbook_construction .views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0;
  width: auto;
}
@media all and (min-width: 480px) {
  .view-id-casqa_handbook_construction .views-exposed-form .views-exposed-widget {
    float: left;
    padding: 0 4% 1em 0;
    width: 46%;
  }
}
@media all and (min-width: 960px) {
  .view-id-casqa_handbook_construction .views-exposed-form .views-exposed-widget {
    width: 21%;
  }
}

.view-id-casqa_handbook_construction .views-exposed-form .views-exposed-widget > label {
  font-weight: bold;
  padding: 1em 0 0.5em;
  border-bottom: 2px solid #CCC;
  margin-bottom: 0.5em;
}
.view-id-casqa_handbook_construction .views-exposed-form .views-exposed-widget.views-submit-button {
  float: none;
  clear: both;
  width: auto;
  padding: 0;
}
.view-id-casqa_handbook_construction .views-exposed-form label {}
.view-id-casqa_handbook_construction .views-exposed-form .form-item {}
.view-id-casqa_handbook_construction .bef-checkboxes .form-item {
  position: relative;
  margin-bottom: 0.5em;
}
.view-id-casqa_handbook_construction .bef-checkboxes .form-item input[type="checkbox"] {
  position: absolute;
  top: 1px;
  left: 0;
}
.view-id-casqa_handbook_construction .bef-checkboxes .form-item label.option {
  padding-left: 2em;
  display: block;
  line-height: 1.25;
}
.view-id-casqa_handbook_construction .view-content {}

.view-id-casqa_handbook_construction .view-content th,
.view-id-casqa_handbook_construction .view-content td {
  font-size: smaller;
}
.view-id-casqa_handbook_construction .view-content .views-field-filesize {
  display: none;
}
@media all and (min-width: 480px) {
  .view-id-casqa_handbook_construction .view-content td {
    font-size: inherit;
  }
  .view-id-casqa_handbook_construction .view-content .views-field-filesize {
    display: table-cell;
  }
}



.field-name-field-bmpcon-map {
  position: relative;
}
.field-name-field-bmpcon-map img {
  max-width: initial;
  display: block;
}
.horizontal-tab-hidden .field-name-field-bmpcon-map img {
  max-width: 100%;
}
.field-name-field-bmpcon-map .marker {
  /* http://mapicons.nicolasmollet.com/markers/tourism/information/?custom_color=5c8626 */
  background: rgba(255,255,255,0.3) url("icon_marker.png") no-repeat 3px 0;
  color: #666666;
  min-height: 37px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 3px 0 38px;
  cursor: pointer;
  max-width: 10em;
  line-height: 1.2;
  font-style: normal;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 6px;
  box-shadow: 1px 1px 6px;
  z-index: 10;
}
.field-name-field-bmpcon-map .marker:hover {
  background-color: rgba(255,255,255,0.7);
  color: #000000;
  z-index: 11;
}
.field-name-field-bmpcon-map .marker-active {
  color: #5C8626;
}

.field-name-field-bmpcon-map .marker-0 { display: none; }
.field-name-field-bmpcon-map .marker-1 {
  top: 440px;
  left: 685px;
  background-position: 100% 0;
  padding-left: 3px;
  padding-right: 38px;
  max-width: 6em;
}
.field-name-field-bmpcon-map .marker-2 {
  top: 230px;
  left: 310px;
}
.field-name-field-bmpcon-map .marker-3 {
 top: 410px;
 left: 410px;
 max-width: 6em;
}
.field-name-field-bmpcon-map .marker-4 {
  top: 460px;
  left: 500px;
}
.field-name-field-bmpcon-map .marker-5 {
  top: 50px;
  left: 10px;
  max-width: 6em;
}
.field-name-field-bmpcon-map .marker-6 {
  top: 215px;
  left: 520px;
  max-width: 6em;
}
.field-name-field-bmpcon-map .marker-7 {
  left: 607px;
  top: 40px;
  max-width: 7em;
}
.field-name-field-bmpcon-map .marker-8 {
  top: 350px;
  left: 50px;
  max-width: 6em;
}
.field-name-field-bmpcon-map .marker-9 {
  top: 310px;
  left: 690px;
  background-position: 100% 0;
  padding-left: 3px;
  padding-right: 38px;
  max-width: 6em;
}
.field-name-field-bmpcon-map .marker-10 {
  top: 310px;
  left: 260px;
}
.field-name-field-bmpcon-map .marker-11 {
  top: 380px;
  left: 230px;
}
.field-name-field-bmpcon-map .marker-12 {
  top: 120px;
  left: 415px;
  max-width: 7em;
}
.field-name-field-bmpcon-map .marker-13 {
  top: 120px;
  left: 270px;
  max-width: 6em;
}
.field-name-field-bmpcon-map .marker-14 {
  top: 440px;
  left: 250px;
  max-width: 6em;
}
.field-name-field-bmpcon-map .marker-15 {
  top: 530px;
  left: 520px;
}
.field-name-field-bmpcon-map .marker-16 {
  top: 340px;
  left: 630px;
}
.field-name-field-bmpcon-map .marker-17 {
  left: 120px;
  top: 460px;
  max-width: 7em;
}
.field-name-field-bmpcon-map .marker-18 {
  left: 270px;
  top: 5px;
  max-width: 5em;
}
.field-name-field-bmpcon-map .marker-19 {
  left: 360px;
  top: 13px;
  max-width: 6em;
}
.field-name-field-bmpcon-map .marker-20 {
  top: 3px;
  left: 670px;
  max-width: 5em;
}
.field-name-field-bmpcon-map .marker-21 {
  left: 400px;
  top: 520px;
  max-width: 6em;
}
.field-name-field-bmpcon-map .marker-22 {
  left: 130px;
  top: 3px;
  max-width: 5em;
  background-position: 100% 0;
  padding-left: 3px;
  padding-right: 38px;
}
.field-name-field-bmpcon-map .marker-23 {
  top: 290px;
  left: 3px;
  max-width: 6em;
}
.field-name-field-bmpcon-map .marker-24 {
  top: 260px;
  left: 680px;
  background-position: 100% 0;
  padding-left: 3px;
  padding-right: 38px;
}
.field-name-field-bmpcon-map .marker-25 {
  left: 30px;
  top: 450px;
  max-width: 4em;
}
.field-name-field-bmpcon-map .marker-26 {
  top: 490px;
  left: 680px;
  max-width: 6em;
}
.field-name-field-bmpcon-map .marker-27 {
  left: 490px;
  top: 60px;
  max-width: 7em;
}
.field-name-field-bmpcon-map .marker-28 {
  top: 300px;
  left: 130px;
  max-width: 7em;
}
.field-name-field-bmpcon-map .marker-29 {
  top: 185px; left: 360px;
  max-width: 7em;
}
.field-name-field-bmpcon-map .marker-30 {
  top: 62px;
  left: 140px;
  max-width: 7em;
}

.field-name-field-bmpcon-map .marker-31 {
  top: 85px;
  left: 700px;
  max-width: 5em;
  background-position: 100% 0;
  padding-left: 3px;
  padding-right: 38px;
}
.field-name-field-bmpcon-map .marker-32 {
  top: 133px;
  left: 700px;
  max-width: 5em;
}
.field-name-field-bmpcon-map .marker-33 {
  top: 555px;
  left: 60px;
  max-width: 6em;
}
.field-name-field-bmpcon-map .marker-34 {}
.field-name-field-bmpcon-map .marker-35 {}
.field-name-field-bmpcon-map .marker-36 {}
.field-name-field-bmpcon-map .marker-37 {}
.field-name-field-bmpcon-map .marker-38 {}
.field-name-field-bmpcon-map .marker-39 {}
.field-name-field-bmpcon-map .marker-40 {}


.casqa-bmp-construction-annotation-group {
  border: 1px solid #CCCCCC;
  padding: 1em;
  margin-bottom: 1em;
}
.casqa-bmp-construction-annotation-group > h3 {
  margin: 0;
}
.casqa-bmp-construction-annotation-group > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.casqa-bmp-construction-annotation-group > ul li {
  margin: 0.75em 0 0;
  border-top: 1px dashed #CCC;
  padding-top: 0.5em;
}
.casqa-bmp-construction-annotation-group > ul li:first-child {
  padding-top: 0;
  border-top: 0 none;
}
