/*should be header-height + 20*/
#infoMessage {
  color: blue;
  padding: 10px; }
#infoMessage p {
  padding: 0px;
  margin: 0px; }

#content.admin .admin-only {
  visibility: visible; }

#content.admin .admin-only-block {
  display: block; }

.page-header {
  background-color: #3c4a4a;
  color: white;
  padding: 10px; }

.page .navbar {
  background: #f9960a;
  color: white;
  border-radius: 4px;
  margin-bottom: 10px; }

.page .navbar-brand {
  color: white;
  font-weight: bold; }

h2 {
  font-size: 1.3rem;
  background: #f0f5ff;
  /* color: white; */
  padding: 7px 10px;
  border-radius: 2px; }

#users .page-header {
  background-color: lightblue;
  color: white;
  padding: 10px; }

.page {
  /*padding: 10px;*/
  /*border: solid 1px #cecece;*/
  /*max-width: 1000px;*/
  /*margin: 5px;
  position: relative;*/
  margin-top: 20px; }

.page.container-fluid {
  margin: 10px 0px; }

@media only screen and (max-width: 600px) {
  .page {
    margin: 5px; } }
.screen {
  display: none;
  width: 100%; }
.screen.active {
  display: block; }

#loading {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: white;
  /* padding-top: 60%; */
  /* padding-left: 46%; */
  text-align: center;
  padding-top: 50%; }

#curtain {
  background-color: black;
  opacity: 0.2;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  display: none;
  z-index: 99998; }

.tab-content {
  padding: 10px; }

@media only screen and (max-width: 600px) {
  .tab-content {
    padding: 10px 0px; } }
.field-group {
  background-color: #f6f6f6;
  padding: 10px;
  margin: 10px 0px; }

.footer-message {
  opacity: 0.4;
  margin-right: 10px;
  position: fixed;
  bottom: 2px;
  right: 10px;
  font-size: 10px; }

#dashboard #user-selector {
  position: absolute;
  right: 10px; }

table thead.thead-dark tr td {
  font-weight: bold; }

.intervals-container {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #cecece; }

#tech-name #user {
  font-weight: bold; }

.badge {
  font-size: 100%; }

#note-list ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

#note-list ul li {
  border-bottom: solid 1px #cecece;
  padding: 5px;
  margin: 0px 0px 10px;
  background: #f9f9f9; }

#note-list ul li .note-author, #note-list ul li .note-time {
  font-weight: bold; }

#tc-new-note {
  margin-bottom: 10px; }

.dashboard-hours {
  font-weight: bold; }

/***********************************************/
/************* Login ***************************/
/***********************************************/
body #login.page {
  margin: 0px auto;
  max-width: 500px; }

body #login.page {
  padding: 20px;
  border: solid 1px #cecece; }

@media only screen and (min-width: 600px) {
  body #login.page {
    margin: 100px auto; } }
/** MISC **/
.section {
  margin: 20px 0px; }

/***********************************************/
/************* Invoices ************************/
/***********************************************/
table#invoices {
  font-size: 14px; }

#invoice-container {
  margin: 60px 0px; }
#invoice-container.open {
  /* hide areas */ }
#invoice-container.open #add-invoice-prompt {
  display: none; }

.intervals-container {
  margin: 60px 0px; }

.ssm-page .sort-button {
  margin-left: 10px;
  display: none; }

/* show sort icon on selected */
table.category .category, table.vendor .vendor, table.location .location, table.city .city, table.status .status, table.tc_date .tc_date, table.amount .amount, table.uid .uid, table.pick_up_date .pick_up_date, table.assignment .assignment {
  display: inline; }

.off-screen {
  position: absolute;
  left: -1000px; }

#temp-image-list li img {
  max-width: 100px; }

#document-list {
  background: #f7f7f7;
  padding: 10px; }

#view-assignments table table tr td {
  border-top: 0px; }

/*****************************************/
/* TIME CARD *****************************/
/*****************************************/
.roll-up-row {
  /*background: #7a8c9b;*/
  background: #c6d7f8 !important;
  padding: 10px;
  font-size: 23px; }

#timecard-container {
  padding-left: 0px;
  padding-right: 0px; }

#user-selector {
  color: black;
  background-color: #efefef; }

.time-row {
  padding: 10px;
  border-bottom: solid 1px #f8f8f8;
  border-right: solid 1px #6e6e6e;
  border-left: solid 1px #6e6e6e;
  cursor: pointer; }

.time-row span.label {
  padding-right: 5px;
  font-weight: bold; }

.time-row .comma:last-child {
  display: none; }

.header {
  background: #f1f1f1;
  cursor: auto; }

.hours-summary {
  border-bottom: solid 1px #6e6e6e; }

.timecard-list .container .roll-up-row {
  border: solid 1px #6e6e6e; }

.roll-up-row.hours {
  background: white;
  color: black;
  padding: 10px; }

.hours .dashboard-hours {
  font-weight: bold; }

/*div.timecard-list-view #edit-time-card-pencil{
  display:none;
}*/
.tab-content small {
  margin-bottom: 10px;
  display: block;
  font-size: 14px; }

@media only screen and (max-width: 600px) {
  .page.timecard-list .row > div {
    padding: 10px; }

  .page.timecard-list .row:nth-child(odd) {
    background: #f7f7f7; } }
#invoice.container {
  padding-left: 0px;
  padding-right: 0px; }

/*# sourceMappingURL=all.css.map */
