html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/*.form-control {
    background-color: red;
}
*/
.form-select {
    margin: 1px;
    background-color: white;
}
.my-select {
    margin: 1px;
    background-color: red;
}

input[type=date] {
    margin: 1px;
    background-color:white;
}

.form-control {
    margin: 1px;
    background-color:white;
}

.form-control:focus {
    background-color:white;
}

.app-content {
    padding: 20px 30px
}

#timesheetevents tr td {
    height: 5px;
    padding: 2px 0.5rem 2px 0.5rem;
}

#timesheetevents tr.dtrg-group td {
    height: 5px;
    padding: 2px 0.5rem 2px 0.5rem;
    background-color: aliceblue;
}

#timesheetevents td.number-column {
    text-align: right;
}

#timesheetevents td.total-number {
    text-align: right;
    color: gray;
    font-weight: normal;
    font-size: 13px;
}

#timesheetevents td.total-description {
    font-weight: normal;
    font-style: italic;
    font-size: 13px;
    text-align: right;
    color: gray;
}

#timesheetevents th.number-column {
    text-align: right;
}

.templatedescription {
    font-size:11px;
}

.templateprojectdescription {
    font-size:10px;
    color:lightgray;
}
