/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 28, 2015, 5:06:21 PM
    Author     : Bill Wingle
*/

/************************************************
 Tables
************************************************/
b, u, i, p, table, tbody, tfoot, thead, tr, th, td { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 100%; }


table.table-iform { width: initial; margin: 0px; max-width: none; border-style: none; border-width: 0px; border-collapse: separate; border-spacing: 0px 0px; padding: 0px; }

.table-iform { width: 100%; }
.table-iform thead.head { background: whitesmoke; }
/*.table-iform thead tr { border-bottom: 1px dashed #ddd; }
.table-iform thead tr th { border-bottom: 1px dashed #ccc; }
*/
.table-iform tbody tr.even { background: #f7f7f7; }
.table-iform tbody tr.odd { background: white; }
/*.table-iform tbody tr:hover { background: #f2f2f2; }
.table-iform tbody tr td { border-bottom: 1px dashed #ccc; }
*/

thead tr td, thead tr th, tbody tr td, tbody tr th, tfoot tr td, tfoot tr th { padding-left: 0.4em; padding-right: 0.0em; padding-top: 0em; padding-bottom: 0em; }

/* table.tdata { line-height: 1.0em; } */
td.tdata { 
  border-bottom: 1px dashed #ddd;
  line-height: 1.0em; 
  vertical-align: top;
}
th.tdata { 
  border-bottom: 1px solid #000;
  line-height: 1.0em; 
  padding-bottom: 0.5em;
  text-align: left;
  vertical-align: top;
}

/* tdata.td thead { line-height: 1.0em; } */

input[type=text].input-iform {
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 3px 8px;
  max-width: none;
  width: auto;
  color: #000;
  vertical-align: middle;
  line-height: 1.3em;
}

input[type=password].password-iform {
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 3px 8px;
  max-width: none;
  width: auto;
  line-height: 1.3em;
}

.row > [class*='coffee-span-'] > .container.trail-map {
  margin-bottom: 0;
  min-height: 250px;
  max-height: none;
  vertical-align: top;
}

.row > [class*='coffee-span-'] > .container.trail-menu {
  max-height: none;
  vertical-align: top;
}

.overlay{
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
  background-color: rgba(0,0,0,0.5); /*dim the background*/
}

.modal {
    visibility: hidden;
    width: 80%;
    height: 300px;
    line-height: 200px;
    position: fixed;
    top: 50%; 
    right: 25px;
    margin-top: -100px;
    margin-right: 0px;
    background-color: #e1e1e1;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    text-align: left;
    z-index: 111; /* 1px higher than the overlay layer */
}

.modalContainer {
    height: 290px;
    max-height: 290px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.modalText {
    text-align: left;
    line-height: 1.3em;
}

.btn-link{
    border:none;
    outline:none;
    background:none;
    cursor:pointer;
    color:#0000EE;
    padding:0;
    font-family:inherit;
    font-size:inherit;
}

.rTable {
    display: table-cell;
    display: table;
    padding: 0px 0px 0px 0px;
    width: 100%;
}
.rTableRow {
    display: table-cell;
    display: table-row;
    margin: 0px 0px 0px 0px;
}
.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
}
.rTableCell, .rTableHead {
    border-style: solid;
    display: table-cell;
    padding: 0px 0px 0px 0px;
}
.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: bold;
}
.rTableFoot {
    display: table-footer-group;  
    font-weight: bold;
    background-color: #ddd;
}
.rTableBody {
    border-style: solid;
    display: table-row-group;
}

#imgScroll {
    width: 64px;
    height: 48px;
    border: 5px;
    border-style: solid;
}

.photoImg a img {
    border-style: solid;
    border-width: 5px;
}

.info_minus_1 p {
  font-size: 2.7em;
  color: #008800;
}
