/*
// +----------------------------------------------------------------------+
// | Anuko Time Tracker
// +----------------------------------------------------------------------+
// | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
// +----------------------------------------------------------------------+
// | LIBERAL FREEWARE LICENSE: This source code document may be used
// | by anyone for any purpose, and freely redistributed alone or in
// | combination with other software, provided that the license is obeyed.
// |
// | There are only two ways to violate the license:
// |
// | 1. To redistribute this code in source form, with the copyright
// |    notice or license removed or altered. (Distributing in compiled
// |    forms without embedded copyright notices is permitted).
// |
// | 2. To redistribute modified versions of this code in *any* form
// |    that bears insufficient indications that the modifications are
// |    not the work of the original author(s).
// |
// | This license applies to this document only, not any other software
// | that it may be combined with.
// |
// +----------------------------------------------------------------------+
// | Contributors:
// | https://www.anuko.com/time_tracker/credits.htm
// +----------------------------------------------------------------------+
*/

a { color: blue; text-decoration: none; }

a:visited { text-decoration: none; }

a:hover { text-decoration: underline; }

html {
  overflow-y: scroll;
}

body {
  font-size: 10pt;
  font-family: Verdana, sans-serif;
  background-color: white;
}

table { font-size: 10pt; font-family: Verdana, sans-serif; }

input, button, select, textarea {
  font-size: 10pt;
  font-family: Verdana, sans-serif;
  margin: 2px 2px 2px 2px;
  padding: 2px 5px 2px 5px;
}

input[type=checkbox], label {
  vertical-align: middle;
}

.pageTitle {
  font-size: 12pt;
  font-weight: bold;
  color: silver;
}

.systemMenu {
  font-size: 11pt;
  font-weight: bold;
  color: white;
  background-color: black;
  margin: 2px 3px 2px 3px;
}

.mainMenu {
  font-size: 11pt;
  color: #444444;
  margin: 2px 3px 2px 3px;
}

.onBehalf {
  font-weight: bold;
}

.tableHeader {
  font-weight: bold;
  text-align: left;
}

.tableHeaderCentered {
  font-weight: bold;
  text-align: center;
}

.rowReportItem {
  background-color: #f5f5f5;
}

.rowReportItemAlt {
  background-color: #ffffff;
}

.rowReportSubtotal {
  background-color: #e0e0e0;
}

.cellLeftAligned {
  text-align: left;
  vertical-align: top;
}

.cellRightAligned {
  text-align: right;
  vertical-align: top;
}

.cellLeftAlignedSubtotal {
  font-weight: bold;
  vertical-align: top;
}

.cellRightAlignedSubtotal {
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}

.sectionHeader {
  font-weight: bold;
  border-bottom: 1px solid lightgray;
}

.sectionHeaderNoBorder {
  font-weight: bold;
}

.error {
  color: red;
}

.info_message {
  color: #0000c0;
}

.divider {
  background-color: #efefef;
}
table.divider {
  width: 720px;
}

div#LoginAboutText { width: 400px; }

.uncompleted-entry {
  display: inline-block;
  height: 8px;
  width: 8px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .1);
}
.uncompleted-entry.active { background-color: red; }

.table_icon {
  height: 16px;
  width: 16px;
}

/* Mobile styles */
.mobile-table {
  border: 0;
  width: 100%;
  border-spacing: 0;
}

.mobile-textarea {
  width: 100%;
  resize: vertical;
  height: 5em;
}

.mobile-input {
  width: 100%;
}

.mobile-table-details {
  width: 100%;
  table-layout: fixed;
  overflow-wrap: break-word;
  word-wrap: break-word;
  border-spacing: 1px;
  border: 0;
}

.mobile-table-details td {
  padding: 3px;
}
