@media screen {
  div.divFooter {
    display: none;
  }
  div.divHeader {
    display: none;
  }
  div.divMain {
  }
}
@media print {
  div.divFooter {
    position: fixed;
    bottom: 0;
  }
  div.divHeader {
    position: fixed;
    top: 0;
  }
  div.divMain {
    margin: 20px auto;
  }
}
@page {
  margin: 0px auto;
}

header {
  background-color: rgb(255, 255, 255);
  height: 100px;
  margin-right: 20px;
}

.logoleft {
  padding-left: 40px;
  padding-top: 20px;
  margin-left: 40px;
}
path {
  fill-opacity: 0.8;
  stroke-opacity: 1;
  stroke-width: 1px;
}
.vlines,
.hlines {
  stroke: rgb(240, 240, 240);
  stroke-width: 1px;
  stroke-opacity: 0.8;
}
.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.svg-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.hlabels line,
.vlabels line {
  stroke: rgb(150, 148, 109);
  stroke-width: 1px;
  stroke-opacity: 0.7;
}
.hlabels text,
.vlabels text {
  color: rgb(150, 148, 109);
  font-size: 12px;
}

.legend {
  display: inline-block;
  margin: 10px;
  margin-top: 30px;
  margin-left: 0;
  max-height: 280px;
  min-width: 190px;
  overflow: auto;
}
.legend table {
  border-collapse: collapse;
  border-spacing: 0;
}
.legend tr,
.legend td,
.legend div {
  margin: 0;
  padding: 0;
}
.legend div {
  width: 20px;
  height: 20px;
  float: left;
}
.legend span {
  padding: 0 5px;
  margin: 0;
}
.legend tr:hover {
  background: silver;
}
.distquantdiv {
  clear: both;
  padding: 10px;
  overflow: hidden;
  margin: 20px;
}
.distquantdiv h3 {
  padding-left: 40px;
  margin-bottom: 0;
}
.stat {
  font-size: 12px;
}
#my-glyphicon {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.link-no-dec {
  color: inherit;
  text-decoration: none;
}

.link-no-dec:hover {
  cursor: pointer;
}

.d-none {
  display: none !important;
}

label {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #1d2939; /* BX’s navy */
}

.header {
  padding: 30px 100px 25px 100px;
}

.oxygen-bold {
  font-family: "Oxygen", sans-serif;
  font-weight: bold;
}

.bx-btn {
  padding: 2px 10px !important;
  background-color: #68b24a !important;
  background-image: none !important;
  color: #ffffff !important;
  border: #68b24a !important;
  text-shadow: none !important;
}

.bx-btn:hover {
  background-color: #ffffff !important;
  color: #68b24a !important;
  border: 1px solid !important;
  border-color: #68b24a !important;
}

.bx-btn-sec {
  padding: 2px 10px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #404c4f !important;
}

.bx-btn-sec:hover {
  background-color: #ffffff !important;
  color: #404c4f !important;
  border: 1px solid !important;
  border-color: #404c4f !important;
}

.bx-grey {
  color: #404c4f;
}

.ps {
  padding-left: 40px;
}

.bx-btn-op {
  padding: 2px 10px !important;
  background-color: #404c4f !important;
  background-image: none !important;
  color: #ffffff !important;
  border: #404c4f !important;
  text-shadow: none !important;
}

.bx-btn-op:hover {
  background-color: #ffffff !important;
  color: #404c4f !important;
  border: 1px solid !important;
  border-color: #404c4f !important;
}

/* #jot-form-previewer {
  width: 98%;
  max-height: calc(100vh - 225px);
  height: 800px;
} */

.btn:focus {
  outline: none !important;
}


button.btn.btn-default.btn-sm.bx-btn-op.btn-danger {
    background:#dc3545 !important;
    
}

button.btn.btn-default.btn-sm.bx-btn-op.btn-danger:hover {
    background:#ffffff !important;
    border-color: #dc3545!important;
    text-shadow: none !important;
    color: #dc3545!important;
}