@import url(https://fonts.googleapis.com/css?family=Roboto:300);
body {
	font-family: "Roboto", sans-serif;
	width:100%;
	margin:auto;
}
.page_header {
	width: 100%;
  height: 100px;
  line-height: 100px;
	background: #000000;
	color: white;
  display: inline-block;
}
.header_wrapper {
  max-width: 800px;
  margin: auto;
}
.header_title {
  float: left;
  width: 50%;
  font-size: 30px;
}
.form .logout-form {
  float:right;
  width: 20%;
  height: 40px;
  line-height: 40px;
}
.logout-button {
  float: right;
}
.page_wrapper {
	max-width: 800px;
	margin: auto;
}
label {
	display: inline-block;
	width:150px;
	text-align:right;
}
input[type="date"] {
	font-size:18px;
}
input[type="submit"]{
	width: 150px;
	height: 40px;
	border: 0;
	font-size:15px;
	background:#79EE91;
}
input[type="submit"]:hover{
	background:#7F9C8F;
}
table {
	width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
}

table, tr, td {
	border:0;
}
.printable {
    border: 1px dotted #CCCCCC ;
    padding: 10px 10px 10px 10px ;
}
.table_header {
	background:#c0d8ff;
}
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
.loading .modal {
    display: block;
}
#print {
	display: none;
}
#print.show {
	display: block;
}

.login-wrapper {
	  background: #76b852; /* fallback for old browsers */
  background: -webkit-linear-gradient(right, #76b852, #8DC26F);
  background: -moz-linear-gradient(right, #76b852, #8DC26F);
  background: -o-linear-gradient(right, #76b852, #8DC26F);
  background: linear-gradient(to left, #76b852, #8DC26F);
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;    
}
.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.login-form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.login-form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.login-form .login-submit {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.login-form .login-submit:hover,.login-form .login-submit:active,.login-form .login-submit:focus {
  background: #43A047;
}
.section_container {
  width: 100%;
  display: inline-block;
}
input[type="submit"].logout-button{

  height: 40px;
  border: 0;
  font-size:15px;
  float: right;
  background: none;
}
input[type="submit"].logout-button:hover{
  background:#7F9C8F;
}