﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.textarea100 {
    width: 100% !important;
    max-width: 100%;
}

.textarea400 {

    width: 400px !important;
}

.required:after {
	content: "*";
	font-weight: bold;   
	  color: red;         
}

.error {
    font-weight: bold;   
	color: red;     
}

.digit {
    width: 100px;
}
.clockButton{
  margin:auto;
  display:block;
  padding:16px 32px;
  font-family:helvetica;
  font-size:16px;
  font-weight:100;
  color:#fff;
  background: #587286;
  border:0;
  font-weight:100;
}

.thfix{
    
    
}

.clockButton:hover{
  background: #3B5C76;
}

.timetd {
    min-width: 80px;
}

.bold {
    font-weight: bold;
}
.weektd {
    width: 50px;
}

.phototd {
    width: 60px;
}

.tablediv {
    height: 400px;
    overflow: auto;                  
}

.rotate90 {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.full-width {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}