body {
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
    font-size: 15px;
}
hr {
    border-top: 1px solid #337AB7;
    margin: 30px 0;
}
a,input,select {
    outline:none !important;
    text-decoration:none !important;
}
.btn,select,input {
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
}
.container {
    background: #fff;
}
.btn {
    line-height: 1.2em;
    min-height: 34px;
}
.dateinput {
    max-width: 110px;
}
.dashboard {
}
.dashboard > div:first-child {
    /* border-right: 1px solid #eee; */}
#fastreview {
    margin:auto;
    font-size: 15px;
}
#fastreview td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align:middle;
    height: 119px;
}
#fastreview tr:first-child td {
    border-top:none;
}
#fastreview tr:last-child td {
    border-bottom:none;
}
#fastreview td:first-child {
    text-align:right;
    /* font-weight:bold; */
    padding-right:15px;
}
#fastreview td:last-child {
    /* text-align:center; */
}
.big {
    font-size: 1.2em;
    font-weight: 400;
}
.nomb {
  margin-bottom:0 !important;
  overflow: hidden;
}
.lastactivity td {
}
.control_links {
    line-height:1.7em;
    margin-bottom: 28px;
}
.middle {
    padding-bottom:30px;
}
.bottom {
    line-height: 1.7em;
    padding-bottom: 20px;
    padding-top: 30px;
    border-top: 1px solid #337AB7;
    height: 135px;
    /* color: #337AB7; */
}
.bottom img {
    cursor:pointer;
}
button.close {
    z-index:99999;
    position:absolute;
    right:5px;
    top: 0px
}
.mapwrap {
    height:500px;
}
.pay,.exit {
    margin-top:5px
}
.biglink {
    margin-bottom: 29px;
}
.biglink:after {
    content:'';
    display:table;
    clear:both;
}
.well,.table.lastactivity {
    margin-bottom:0;
    white-space: nowrap;
}
.well {
    padding: 9px 30px;
}

html,
body {
  height: 100%;
}
.wrapper {
  position: relative;
  min-height: 100%;
}
.wrapup {
    padding-bottom: 135px;
}
.wrapdown {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height:135px;

}
.tablebycard tr {

  background: #fff;
  

  max-height: 70px;

}
.tablebycard tr:first-child th {
  max-height: 70px;
  overflow:hidden;
  /* height: 50px; */
}
.tablebycard tr.active {
  background: rgba(240, 240, 240, 0.33) !important
}
.tablebycard tr.active {
  display:table-row;
}
.tablebycard tr td:first-child {
  font-weight:400;
  cursor:pointer;
  white-space: nowrap;
}
.subrow {
  font-size:  13px;
  display:none;
  background: rgba(240, 240, 240, 0.33) !important;
}
.subrow td:first-child {
  padding-left: 30px;
  font-weight: 300 !important;
  cursor:default !important;
}
.subrow td {
  padding-top:2px !important;
  padding-bottom:2px !important;
}
.create_comp .form-group input,.create_comp .form-group select {
  max-width:170px;
  
}
.create_comp .form-group select {
  padding: 6px 6px;
}

th.station {
    min-width: 85px;
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 70px;
}
.btn span {
  margin-right: 10px
}

@media print {
  form,.wrapdown,.top,hr {
    display:none;
  }
  .table td,.table th {
    padding: 0px 3px !important;
    font-size: 10px !important;
  }
}