
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@500&display=swap');

body {

  background-color: #a7cbd857;
  font-family: 'Exo 2', sans-serif;
  font-size: 0.9em;
  color: #2e3436;
background: -webkit-linear-gradient(top, #f1f7ff 0%,#86a9c3 92%);
}

td {
  font-size: 0.9em;
}
tr {
    background: rgba(255, 255, 255, 0.54) none repeat scroll 0 0;
}

th {
    background: rgba(232, 232, 232, 0.72) none repeat scroll 0 0;
    font-size: 0.9em;
    text-align: left;
}
.worklog thead tr th {
    background: #ffffff none repeat scroll 0 0;
}

a {
	text-decoration: none;
	color: #ce5c00;
	background: none;
}
a:visited { color: #ce5c00; }
a:active { color: #ce5c00; }
a:hover { 
	color: #f57900;
	text-decoration: underline;
}


.gobottom {
    position: fixed;
    right: 20px;
}

#scrollup {
    background: rgba(255, 241, 241, 0.68) url("img/moveup.png") no-repeat scroll center center;
    border: 1px solid;
    border-radius: 30px;
    bottom: 50px;
    display: none;
    height: 40px;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    width: 40px;
}
#scrollup:hover{cursor: pointer;}
h2 {
  text-align: center;
  color: #204a87;
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.taskLogRow {
  background-color: #ffffcc;
  	border-bottom-style: solid;
  display: none;

} 


#newtask a {
    background: rgba(255, 255, 255, 0.79) none repeat scroll 0 0;
    border: 3px solid #009900;
    border-radius: 15px;
    color: #009900;
    margin-left: 5px;
    padding: 8px;
    position: fixed;
    text-align: center;
	top: 50%;
}
#newtask a:hover {
    text-decoration: none;
    background: #009900;
    color: #fff;
}
#msg {
  height: 30px;
  text-align: center;
}

#taskListTable {
  width: 90%;
      max-width: 1368px;
}

.taskTime {
  width: 70px;

}

.taskTimeB {
  width: 70px;
  font-weight: 700;

}

.customer {
  font-weight: 700;
  color: #454785;

}

.taskStatus {
  width: 50px;
  height: 50px;

}

.taskClock {
  display: none;
}

.taskLogArea {
background-color: #ffffff;
  padding-top: 5px;
  padding-bottom: 10px;

}

.worklog {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.worklog th {
  font-size: 0.8em;
}

.logDateTime {
  width: 150px;
}

.logTime {
  width: 75px;
}

.logActions {
  width: 50px;
}


.worklog td {
  font-size: 0.8em;
}

#footer {
  font-size: 0.7em;
  color: #9BB6BF;
  text-align: center;
  padding-top: 30px;
}

#hint {
  text-align: center;
  color: #2e3436;
  font-size: 0.8em;
  padding-top: 50px;
}