/* This is the CSS for the Hand Eye page
 * Version 1.0.0
 */

h1 {
  margin-top: 0;
}

h2,
h3,
h4,
h5,
h6 {
  margin-top: .7em;
}

.btn {
  font-size: 1.5em;
}

div#content {
  background-color: #F5F5DC;
  padding: 1em 0.7em;
}

input:required:invalid,
input:focus:invalid {
  background-color: red;
  -moz-box-shadow: none;
}

div#handeyeIndiv #indivimg img {
  background-color: white;
}

div#handeyegrid img {
  background-color: white;
}

a:hover {
  cursor: pointer;
}

/* rules for hidden image options */
.tolink {
  cursor: pointer;
}

div.expand {
  display: none;
}

div.heNoDisplay img {
  width: 30px;
  border: 1px solid black;
}

div#moreImages h3 {
  padding-top: 0;
  margin-top: 0;
}

div#drillSelections input {
  display: inline;
  width: auto;
  padding: 2px;
  text-align: center;
  max-width: 4em;
}

div#drillSelections td {
  vertical-align: top;
}

div#drillSelections div#currentDrill {
  float: left;
  margin: auto;
  font-size: 18px
}

div#drillSelections table,
div#drillSelections table tr {
  border-bottom: none
}

div#drillSelections table#totalTime {
  border-bottom: dotted 1px #000;
}

div#drillSelections input.handeyebutton {
  padding: 6px;
}

div#currentDrill {
  float: center;
  margin: auto;
  font-size: 18px
}

div#moreImages {
  margin-left: 3em;
}

div#timeAndSize,
div#dotOptions,
div#gridOptions {
  padding-left: 16px
}

nav {
  font-weight: bold;
}

.active {
  text-decoration: underline;
}

table#pastSessions {
  table-layout: fixed;
}

table#pastSessions td {
  word-wrap: break-word;
}


/* override styles when printing */
@media print {

  body {
    margin: 0 !important;
    color: #000 !important;
    background-color: #fff !important;
  }

  div.custom-header {
    display: none !important;
  }

  div#content {
    padding-top: 8px !important;
  }

  div#sessionTimer {
    display: none !important;
  }

}