body {
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #eee;
}

 
   
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  padding-top: 40px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin select {
   margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin input[type="text"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: -1px;
}

.form-signin input[type="password"] {
  margin-bottom: -1px;
  border-radius: 0;
  
}

.panel {
    clear: both;
}
.next-100-link {
    float: right;
}

.log-entry-object {
    font-weight: bold;
    font-size: 0.6em;
    float:right;
    
}

.log-entry-reason {
    font-style: italic;
    font-size: 0.6em;
    float:right;
}

.log-entry-hours {
    font-style: italic;
    font-size: 0.6em;
    float:right;
    margin-right: 1em;
}

.log-entry-body {
    clear: both;
}

.log-entry-date {
    font-size: 0.6em;
    float: left;
    font-weight: bold;
}

.log-entry-notes {
    white-space: pre-wrap;
    
}

.list-group-item:first-of-type {
    border: none;
}

.list-group-item {
    transition: background-color 3.5s;
    border: none;
    border-top: 1px solid #ddd;
}

.list-group-item:nth-of-type(2n) {
    background-color: #f9f9f9;
}

.list-group-item.edited {
    background-color: lightgreen;
}


.input-min-width-95p {
   min-width:94.5%;
}

#formDelete {
    margin-top: 15px;
}

.form-register .form-control, .form-register .input-group-btn .btn {
    border-radius: 0;
}

.form-register #inputDate {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.form-register #selectReason {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.form-register > .btn {
    margin-top: 15px;
}

.form-object .form-control {
    border-radius: 0;
}

.form-object .input-name {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.form-object .input-description {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

span.objmessage {
    width: 100%;
}

.container {
    padding-bottom: 180px;
}

.navbar-brand {
    white-space: nowrap;
    max-width: 80%;
    overflow: hidden;
}

.contact-div {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

#logcalendarheading {
    text-align: center;
}

.logcalendar {
    width: 100%;
    clear: both;
}

.logcalendar th {
    text-align: center;
}

.logcalendar td {
    width: 12.5%;
    height: 2em;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background-color: #fff;
    position: relative;
    text-align: center;
}

.logcalendar td:first-child {
    border: none;
    border-top: 1px solid #ddd;
}

.logcalendar td span.dayofmonth {
    font-size: 0.6em;
    position: absolute;
    top: 0;
    left: 0;
}