/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
  font-size: 0.9rem !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 0 !important;
  max-height: 720px;
  overflow-x: auto;
  overflow-y: auto;
  scrollbar-width: unset;
}

/* Basic */

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  background: #f0f3f4;
  font-size: 14px;
  line-height: 20px;
}

table {
  font-size: 13px !important;
}

#start,
#stop,
#start-onPhone,
#stop-onPhone {

  background-repeat: no-repeat;
  border: 0;
  width: 150px;
  height: 150px;
  background-color: unset;
}

#start {
  background-image: url(../images/start_button.png);
}

#stop {
  background-image: url(../images/stop_button.png);
}

#start-onPhone {
  background-image: url(../images/start_button_onPhone.png);
}

#stop-onPhone {
  background-image: url(../images/stop_button_onPhone.png);
}

.onPhone-button {
  display: flex;
  padding: 10px;
  justify-content: center;
}

.page_top {
  width: 420px;
  height: 62px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  padding-bottom: 10px;
}

.employee-info {
  margin-left: 15px;
  float: left;
  position: relative;
}

.left_navi {
  margin-top: 5px;
  width: 11%;
  text-align: left;
  background-color: #e7f1fa;
  line-height: 18px;
  float: left;
}

.login-form-input,
.login-form-button {
  width: 90%;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.page_content {
  margin-top: 7px;
  margin-left: 5px;
  width: 82%;
  text-align: left;
  float: left;
}

.page_foter {
  width: 100%;
}

a:link {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:active {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: black;
  background-color: #cfccca;
}

.navBut {
  background: #cdcdcd;
  border-color: #016b99;
  border-style: solid;
  border-width: 1px;
  color: #016b99;
  cursor: pointer;
}

.errors {
  background: #fff9d7;
  border-color: #e2c822;
  border-style: solid;
  border-width: 1px;
  margin: 5px 0px 0px;
  padding: 10px;
}

.success {
  background: #e6f8e6;
  border-color: #267423;
  border-style: solid;
  border-width: 1px;
  margin: 5px 0px 0px;
  padding: 10px;
}

.send {
  background: #58afcd;
  color: #f8ffff;
  font-weight: bold;
  border-color: #009bd0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
}

.update {
  background: #fff9d7;
  color: #3b5999;
  font-weight: bold;
  border-color: #009bd0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
}

.delete {
  background: #dd3c10;
  color: #f8ffff;
  font-weight: bold;
  border-color: #009bd0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
}

.label {
  background-color: #3399cc;
  color: #3b5999;
  font-weight: bold;
}

.bgc1 {
  background-color: #3399cc;
}

.bgc2 {
  background-color: #00ff7f;
}

.footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  line-height: 9px;
  color: #016b99;
}

.footer:link {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  line-height: 9px;
  color: #918f8f;
  text-decoration: none;
}

.footer:active {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  line-height: 9px;
  color: black;
  text-decoration: none;
}

.footer:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  line-height: 9px;
  color: #918f8f;
  text-decoration: none;
}

.footer:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  line-height: 9px;
  color: #918f8f;
  text-decoration: none;
}

ul#navigation {
  margin: 0;
  padding: 0;
  line-height: 14px;
}

ul#navigation li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 14px;
}

.hover {
  background-color: #e7f1fa;
}

.box {
  font-size: 12px;
  line-height: 12px;
  color: black;
}

.ui-accordion .ui-accordion-content {
  padding-left: 20px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.correct {
  background-color: green;
}

.box {
  font-size: 12px;
  line-height: 12px;
  color: black;
}

.ui-accordion .ui-accordion-content {
  padding-left: 20px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.small {
  font-size: 10px;
  line-height: 10px;
}

.cb_hidden {
  visibility: hidden;
}

.cb_mover {
  cursor: pointer;
}

.deleted {
  color: red;
}

.inserted {
  color: green;
}

.ui-tooltip {
  width: 210px;
}

label {
  display: inline-block;
  width: 5em;
}

.ts-edit-icon,
.cell-icon {
  cursor: pointer;
  width: 20px;
  text-align: center;
}

.font-timestamp {
  position: relative;
}

.font-timestamp i {
  position: absolute;
  left: 160px;
  top: 4px;
  color: gray;
}

#datetimepicker {
  width: 180px;
}

.update-button {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  background: unset;
  color: unset;
  cursor: pointer;
  text-align: center;
}

.employee_selector {
  top: 5px;
  width: 175px;
}

.employee_selector select {
  width: 175px;
}

.working_hours_row {
  font-size: 14px;
  font-weight: bold;
}

.working_hours_summary {
  display: block;
  float: left;
  width: 200px;
}

.working-hours-input-start-date {
  width: 120px;
}

.working-hours-input-start-date-icon {
  left: 100px !important;
}

.working-hours-input-wh {
  width: 70px;
}

.menu-label {
  font-weight: bold;
}

.menu-left {
  padding-left: 10px;
}

.menu-item {
  width: 100%;
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
}

.menu-item.-active {
  background-color: lightblue;
}

.ui-accordion .ui-accordion-content {
  padding: unset !important;
}

.add-working-hours,
.update-working-hours,
.delete-working-hours {
  margin-left: 5px;
}

.input-100px {
  width: 100px;
}

.input-200px {
  width: 200px;
}

.input-250px {
  width: 250px;
}

.input-300px {
  width: 300px;
}

.input-350px {
  width: 350px;
}

.input-400px {
  width: 400px;
}

.input-450px {
  width: 450px;
}

.center {
  text-align: center;
}

.delete-all-items {
	display: flex;
	padding: 10px;
	right: 0px;
	position: absolute;
	margin-right: 410px;
}

.datepicker-date-filter {
  width: 840px;
  float: left;
  position: absolute;
  left: 450px;
  display: flex;
  align-items: center;
}

.datepicker-date-filter-item {
  float: left;
  margin-left: 8px;
  display: flex;
  padding-top: 10px;
  align-items: center;
}

.datepicker-date-filter-input {
  width: 120px !important;
  border-radius: 0.25rem !important;
  margin-left: 8px;
  margin-right: 8px;
}

/* reset lib defaults */
.table> :not(caption)>*>* {
  padding: 0.2rem 0.2rem !important;
}

.ui-widget {
  font-family: unset !important;
  font-size: unset !important;
}

.ts-table-w1p {
  width: 1%;
}

.ts-table-w2p {
  width: 2%;
}

.ts-table-w3p {
  width: 3%;
}

.ts-table-w4p {
  width: 4%;
}


.ts-table-w5p {
  width: 5%;
}

.ts-table-w10p {
  width: 10%;
}

#toolbar {
  margin: 0;
}

.add-on-page-entry {
  float: left;
}

#project-remaining-budget-hint-container {
  display: none;
  float: left;
  margin-left: 30px;
  margin-top: 50px;
  padding: 12px;
  border: solid 2px red;
  font-weight: bold;
}

.month-selector {
  width: 350px;
  float: left;
  justify-content: center;
  display: flex;
  align-items: center;
  left: 500px;
  padding: 10px;
  margin-right: 40px;
}

.cb-row-checked {
  background: #83af33 !important;
}

.delete-all-items {
  width: 450px;
}

/* start override boostrap styles */

.form-control,
.form-select,
.dropdown-menu {
  font-size: unset !important;
}

.minus-value {
  color: #dd3c10 !important;
}

.bi-trash {
  color: #dd3c10;
  cursor: pointer;
}

.modal button.close {
  z-index: 1000;
}


/* end override boostrap styles */