/* Custom page CSS
-------------------------------------------------- */
@media (max-width: 768px) {
  .menuBtn {
    font-size:80%;
    line-height: 1.2;
  }
}
@media (min-width: 640px) and (max-width: 900px) {
  .menuBtn {
    font-size:80%;
    line-height: 1.2;
  }
}
/* Overright spacing before and after HR */
hr {
    border-top: 1px solid #000; 
    padding: 0; 
    margin: 0; 
    font-size: 0; 
    display: block; 
    height: 0; 
    line-height: 0; 
    background: #f00; 
    color: #f00;
}

.container .text-muted {
  margin: 20px 0;
}
.panel-group{
   width: 99.5%;
}
.panel-default> .panel-info > .panel-heading {
  color: #333;
  background-color: #F0F0F0;
  border-color: #84B;

}
.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
  content: "\e114";    /* adjust as needed, taken from bootstrap.css */
  float: left;        /* adjust as needed */
       /*color: #013D74; adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
.nav-pills > .active > a, .nav-pills > .active > a:hover {
  background-color: #0033CC;
}
.btn {
  margin: 1px 1px;
  text-align: left; 
  padding-right:7px;
  padding-left:7px;
  padding-bottom:3px;
}
.btn-group {
  width: 98.5%;
}
. ui-button-text {
  font-size: 9pt;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.blocks .btn-primary { 
  padding: 24px 12px; 
}
.helpBtn{
  background-color: #CFE0F1;
}
.frmButtons {
  margin: 1px 1px; 
  padding-right:7px;
  padding-left:7px;
  padding-top:15px;
  padding-bottom:3px;
}
.plaintext {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 10px;
  font-family: Consolas, Lucida Console, monospace;
  white-space: pre-wrap;
}
.fade .modal-dialog {
  margin-top: 120px;
  left: auto;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
#output_bar { 
  height:50px;
}
#da-output { 
  font-family: Consolas, Lucida Console, monospace; 
}
