﻿/* Space out content a bit */
@media (min-width: 1400px) {
    .container {
        width:1370px
    }
}
body {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

.header {
  border-bottom: 1px solid #e5e5e5;
}
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}
.p_pull-up {
   margin-top: -10px;
}
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}
html {
   overflow-y: scroll; 
}
.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
}
.ui-autocomplete-loading {
   background: white url('/img/circlespinner.gif') right center no-repeat;
}
.ui-ajax-loading {
   background: url('/img/circlespinner.gif') center no-repeat;
}
.bootstrap-select {
   margin-bottom: 10px;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder {
   color:black;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
   color:black;
   background-color: white;
   box-shadow: 0 0 0 1px #5bc0de;
}
.bs-deselect-all {
   width: 100% !important;
}
.inline {
   display: inline;
}
.tablearea {
   display:none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #cccccc;
   border-right-color: #cccccc;
   border-bottom-color: #cccccc;
   border-left-color: #cccccc;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
   margin-top: 15px;
   margin-bottom: 15px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}
.tablearea table tbody td:first-child {
   color: #999; 
}
.tablearea table tbody td:last-child
,.tablearea table tbody td:nth-last-child(2){
 white-space:pre;
}
.tablearea .panel-heading button {
   margin-left:1%; 
}
/* override theme.blue.css*/
.tablesorter-blue {
	margin: 0px 0 0px;/*margin: 10px 0 15px;*/
	font-size: 8pt;/*added in*/
}
/* override jqplot.css*/
.jqplot-highlighter-tooltip {
   font-size: 1.4em;
}
.jqplot-table-legend {
   font-size: 8pt;
   /*font-size: 1em;*/
}
.tablesorter-blue thead th {
	font: bold 12px/16px Arial, Sans-serif; /* font: bold 12px/18px Arial, Sans-serif; */
}
.tablesorter, .tablesorter-filter {
    width: auto;
}
.modaltable thead th{
   font: bold 10px/14px Arial, Sans-serif;
}
.modaltable{
   font-size: 7pt;
}
.displaynone {
   display:none;
}
.displaynone2 {
   display:none !important;
}
.highlightCell {
   background-color: yellow !important;
}
.rownr {
   color:dodgerblue;
}
.blink {
  animation: blinker 1.3s step-start infinite;
}
@keyframes blinker {
  50% { 
    opacity: 0;
  }
}
