/* Styling for all parts of BCCP
Last updated by DB on 24/01/2020 */

/* All panes */
.bccp-container {
  padding-top: 20px;
}
.bccp-container #myTabAdmin {
  padding-top: 10px;
  padding-bottom: 1px;
}
.bccp-container .control-label {
  text-align: right;
}
.tab-content > .tab-pane {
  padding: 20px;
  border: #008fd5 solid 1px;
  overflow: auto;
}

/* Login pane */
#adminmenuwrap {
  z-index: 99;
}
.table_condensed {
  cursor: pointer;
}

/* Forms & Reports pane */
.tab-content > .tab-pane#div_bccp-reports {
  padding: 0px;
}
.reports_header {
  overflow: auto;
  padding: 40px 20px;
  background: #edf7fc;
}
.reports_header .glyphicon {
  padding-top: 5px;
  font-size: 25px;
  cursor: pointer !important;
}
.reports_body {
  display: none;
  overflow: hidden;
  padding: 10px 20px;
}
.reports_body_filter {
  background: #f9fdff;
}
#adminmenuwrap {
  z-index: 99;
}
.table_condensed {
  cursor: pointer;
}
.modal-body a {
  color: blue;
}
.modal-body table tr td {
  font-weight: bold;
}
.modal-body table tr td input {
  width: 100%;
  font-weight: normal;
}
.file-drop-zone {
  height: 100px;
}
.file-drop-zone-title {
  padding: 15px 10px;
}
