body
{
    margin: 0px;
    color: black;
    background-color: white;
    font-family: "Avenir Lt Std Medium", Arial, sans-serif;
}

#ChatInput
{
    resize: none;
}


.form_row
{
    width: 100%;
    padding: 2px;
    font-size: 80%;
    clear: both;
}

.form_label
{
    width: 45%;
    float: left;
    text-align: right;
    padding: 4px 10px 4px 0px;
}


.form_control
{
    text-align: left;
}

.popup_body
{
    padding: 10px;

}

.button
{
    min-width: 100px;
    color: white;
    background-color: #63A70A;
    border: none;
    border-radius: 5px;
    font-family: "Avenir Lt Std Heavy", Arial, sans-serif;
    font-size: 11px;
    height: 20px;    
}

.nav-right-padding
{
    margin-right: 8px;
}

.nav-right-padding
{
    margin-right: 8px;
}

.hideOverFlow 
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: auto;
    display: block;
}

.timeStamp
{
    color: #D0CFCF;
    font-size: 75%;
    padding-top: 20%;
}

.lead {
   padding-top: 55px;
}

#navbarBrandLogo {
   padding-left: 4px;
   padding-top: 4px;
   padding-right: 0px;
}


#navbarBrandLogo_image {
   height: 39px;
   padding: 8px;
}

.navbarBrandCopy {
   text-overflow: ellipsis;
}

/* Row alignment for Bootstrap grid layout */

/* columns of same height styles */
.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}

/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

/* End of row alignment for Bootstrap grid layout */

.add-on .input-group-btn > .btn {
  border-left-width:0;left:-2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: none;
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none; 
 border-color:#cccccc; 
}

#overlay {
   position: fixed;
   top: inherit;
   left: inherit;
   bottom: 1px;
   right: 10px;
   width: 400px;
   max-width: 95%;
   height: 450px;
   max-height: 95%;
   background-color: #000;
   border: .25px solid #777;
   box-shadow: 1px 1px 4px black;
   /*border-radius: 2px;*/
   filter:alpha(opacity=94);
   -moz-opacity:0.94;
   -khtml-opacity: 0.94;
   opacity: 0.94;
   z-index: 2000;
}