html *
{
   color: #01c1d5; /*Turquoise*/
   font-family: Arial !important;
}
body {
   background-color: #032230  !important;
}

/*Begin Login page*/
.login {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #3274d6;
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}
/* End Login Page */

/* */
.banner_home_link {
  text-decoration: none;
  color: #01c1d5; /*Turquoise*/
}
.banner_home_link:hover{
  color: #fff;
}

.footer_text {
  background-color:#020919; /*Dark Blue*/
  color: #558b91; /*Dull Turquoise*/
  text-align: center;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color:#020919; /*Dark Blue*/
  overflow: hidden;
  list-style: none;
}

/* Style the links inside the navigation bar */
.topnav li {
  float: left;
  color: #558b91; /*Dull Turquoise*/
  text-align: center;
  padding: 14px 16px;
  list-style: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav li:hover {
  background-color: #ddd; /*Light Grey*/
  color: black;
}

/* Add a color to the active/current link */
.topnav li.active {
  background-color: orange;
  color: white;
}

.button_float {
	float:left;
	padding: 0 20px 0 0;
}

.infoBox {
	width:400px;
	text-align:center;
	border: 4px solid #fff;
	border-radius: 20px;
}

.infoBoxHeading {
	background-color:#020919; /*Dark Blue*/
	font-size: 25px;
	padding: 20px 0;
	border-radius: 15px 15px 0 0;
	color: #01c1d5; 
	border-bottom: 2px solid #fff;
}

.infoBoxHeadingRed {
	background-color:#e84641; /*red*/
	color: #fff;
}

.infoBoxHeadingRed b {
	color: #fff;
}

.infoBoxBody {
	background-color:#566a68; /*Blue Grey BG*/
	font-size: 16px;
	padding: 20px 0;
	border-radius: 0 0 15px 15px;
}

.infoBoxBodyRed {
	background-color:#4c1d1b; /*Dark Red BG*/
}

.infoBoxBody Label {
	color:#fff;
}

.infoBoxBody Input,Select,Option {
	color: #020919; /*Dark Blue*/
}

.infoBoxBody p {
	color:#fff;
}

.infoBoxBodyBig {
	font-size: 20px;
}

input[type=submit] {
	background-color:orange;
	color: #020919; /*Dark Blue*/
	border:none;
	font-size: 16px;
	font-weight:bold;
	border-radius: 10px;
	padding: 15px 20px;
	width: 100px;
}

input[type=submit]:hover {
	background-color:#01c1d5; /*Turquoise*/
	color: #fff; /*White*/
	cursor: pointer;
}

input[name=time_tracking] {
	width: 150px;
}

input[id=taskloggedYes] {
    background-color: #035e14; /*green*/
    color: #fff; /*White*/
    border: none;
    font-size: 16px;
    font-weight: normal;
    border-radius: 10px;
    padding: 4px 0px;
    width: 60px;
}
input[id=taskloggedYes]:hover {
	background-color:#01c1d5; /*Turquoise*/
	color: #fff; /*White*/
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}
input[id=taskloggedNo] {
    background-color: #558b91; /*Dull Turquoise*/
    color: #fff; /*White*/
    border: none;
    font-size: 16px;
    font-weight: normal;
    border-radius: 10px;
    padding: 4px 0px;
    width: 60px;
}
input[id=taskloggedNo]:hover {
	background-color:#01c1d5; /*Turquoise*/
	color: #fff; /*White*/
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}
input[id=taskloggedReportsNo] {
    background-color: #4c1d1b; /*Dull Red*/
    color: #fff; /*White*/
    border: none;
    font-size: 16px;
    font-weight: normal;
    border-radius: 10px;
    padding: 4px 0px;
    width: 60px;
}
input[id=taskloggedReportsNo]:hover {
	background-color:#01c1d5; /*Turquoise*/
	color: #fff; /*White*/
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}

select {
	width:100%;
	height:24px;
}

progress {
  border-radius: 7px; 
  width: 90%;
  height: 15px;
  /*margin-left: -11.5%;*/
  box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.2 );
}
progress::-webkit-progress-bar {
  background-color: #020919; /*Dark Blue*/
  border-radius: 7px;
}
progress::-webkit-progress-value {
  background-color: orange;
  border-radius: 7px;
  /*box-shadow: 1px 1px 5px 3px rgba( 255, 0, 0, 0.8 );*/
}

.btnContainer {
	/*background-color:grey;*/
	text-align: center;
	padding: 5px 10px;
	display: inline-block;
}

.btnContainer a {
	text-decoration: none;
}

.btnContainer div {
	background-color:orange;
	color: #020919; /*Dark Blue*/
	padding: 15px 20px;
	font-weight:bold;
	border-radius: 10px;
	width: 120px;
}

.btnContainer div:hover {
	background-color:#01c1d5; /*Turquoise*/
	color: #fff; /*White*/
}

.tableTopElements {
	border: none;
	width: 800px;
}

.tableContainer {
	/*width: 800px;*/
}

.tableContainer table {
	/*width: 800px;*/
    text-align: center;
    border-radius: 20px;
    border: 4px solid #fff;
}

.tableContainer th {
	background-color:#020919; /*Dark Blue*/
	color: #fff; /*White*/
	border-bottom: 2px solid #fff;
}

.tableContainer tr:nth-child(even) {
	background-color: #1b3743; /*Table dark stripe*/
}

.tableContainer tr:hover {
	background-color: #5b6574; /*Hover purple grey*/
}
.tableContainer td:hover  {
	background-color: orange; /*Hover orange*/
	color:#fff;
	/*text-decoration:underline;*/
}

.tableContainer a {	
	text-decoration: none; 
	display: block;
}
.tableContainer a:hover {
	color: #fff; 
	text-decoration: underline; 
}

.tableInnerContainer {
	/*width: 800px;*/
}

.tableInnerContainer table {
	/*width: 800px;*/
    text-align: center;
    border-radius: 20px;
    border: 4px solid #fff;
}

.tableContainerTHF {
	border-radius: 15px 0 0 0;
}
.tableContainerTHM {
	border-radius: 0;
}
.tableContainerTHL {
	border-radius: 0 15px 0 0;
}

.tableContainerTDF {
	border-radius: 15px 0 0 15px;	
}
.tableContainerTDM {
	border-radius: 0;
}
.tableContainerTDMnowrap {
	white-space: nowrap;
}
.tableContainerTDL {
	border-radius: 0 15px 15px 0;
}

.tdloggedHighlight {
	/*background-color: grey;*/
	width: 100%;
}

.tdloggedHighlight td:hover {
	background-color: lime !important;
	color: lime !important;
	border: 5px;
}

.tdloggedbg {
	background-color: #035e14; /*Hover green*/
	/*color:#fff;*/
}
.tdnotloggedbg{
	background-color: #4c1d1b; /*Hover red*/
	/*color:#fff;*/
}

.btnLinkStyleNone {
	text-decoration: none;
}

.tableBtn {
	color: #020919; /*Dark Blue*/
	font-weight:bold;
	text-align: center;
	border-radius: 10px;
	padding: 3px 0;
    margin: 3px 0;
	width: 60px;
}

.tableEditBtn {
	background-color:orange;
}

.tableEditBtn:hover {
	background-color:#01c1d5; /*Turquoise*/
	color: #fff; /*White*/
}

.tableDeleteBtn {
	background-color:#e84641; /*red*/
}

.tableDeleteBtn:hover {
	background-color:red; /*red*/
	color: #fff; /*White*/
}

/* Add a black background color to the top navigation */
.timeTrackingNav {
  background-color:#020919; /*Dark Blue*/
  overflow: hidden;
  list-style: none;
  width:800px;
  padding: 0px;
}

/* Style the links inside the navigation bar */
.timeTrackingNav li {
  float: left;
  color: #558b91; /*Dull Turquoise*/
  text-align: center;
  /*padding: 0 8px;*/
  list-style: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.timeTrackingNav li:hover {
 /* background-color: #ddd; /*Light Grey*/
	background-color: #01c1d5; /*Turquoise*/
}
.timeTrackingNav form button[type="submit"] {
  	border-radius: 0;
	border: 0;
	color: #558b91; /*Dull Turquoise*/
	background-color:#020919; /*Dark Blue*/
}
.timeTrackingNav form button[type="submit"]:hover {
	color: #fff; /*White*/
	background-color:#01c1d5; /*Turquoise*/
  	transition: background-color 0.2s;
}
.timeTrackingNav form input[type="submit"] {
  	border-radius: 0;
	color: #558b91; /*Dull Turquoise*/
	background-color:#020919; /*Dark Blue*/
}
.timeTrackingNav form input[type="submit"]:hover {
	color: #fff; /*White*/
	background-color:#01c1d5; /*Turquoise*/
  	transition: background-color 0.2s;
}
.timeTrackingNav form input[type="submit"].active {
	color: #fff; /*White*/
	background-color: orange;
}

.calendarSelect form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
}
.calendarSelect form input[type="submit"] {
  	line-height:80px;
	width: 100%;
	margin:7px;
	background-color:grey;
	text-align: center;
	color:#fff;
	padding: 0;
	border-radius: 5px;
  	transition: background-color 0.2s;
}
.calendarSelect form input[type="submit"]:hover {
	background-color: #01c1d5; /*Turquoise*/
	/*color:#020919;*/
	border: solid 3px;
  	font-weight: bold;
  	transition: background-color 0.2s;
}

.calendarWeekendSelect form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
}
.calendarWeekendSelect form input[type="submit"] {
  	line-height:80px;
	width: 100%;
	margin:7px;
	background-color:#ff7e7b;  /*Light pink*/
	text-align: center;
	color:#fff;
	padding: 0;
	border-radius: 5px;
  	transition: background-color 0.2s;
}
.calendarWeekendSelect form input[type="submit"]:hover {
	background-color: #01c1d5; /*Turquoise*/
	/*color:#020919;*/
	border: solid 3px;
  	font-weight: bold;
  	transition: background-color 0.2s;
}

.calendarTodaySelect form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
}
.calendarTodaySelect form input[type="submit"] {
  	line-height:80px;
	width: 100%;
	margin:7px;
	background-color:orange;
	text-align: center;
	color:#fff;
	padding: 0;
	border-radius: 5px;
  	transition: background-color 0.2s;
}
.calendarTodaySelect form input[type="submit"]:hover {
	background-color: #01c1d5; /*Turquoise*/
	/*color:#020919;*/
	border: solid 3px;
  	font-weight: bold;
  	transition: background-color 0.2s;
}

.calendarTaskSelect form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
}
.calendarTaskSelect form input[type="submit"] {
  	width: 100%;
  	padding: 5px 0;
 	margin: 5px 2px 0 2px;
  	background-color:#1b3743;
  	border: 0;
  	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.calendarTaskSelect form input[type="submit"]:hover {
	background-color: orange;
	color:#020919;
  	font-weight: bold;
  	transition: background-color 0.2s;
}

.calendarMonthSelect {
	font-size: 2em;
	font-weight: bold;
	color:#fff;
}
.calendarMonthSelect form {
  	display: inline-flex;
  	flex-wrap: nowrap;
  	justify-content: center;
}
.calendarMonthSelect form input[type="submit"] {
  	/*line-height:80px;*/
	width: 26px;
	margin:7px;
	background-color:orange;
	text-align: center;
	color:#fff;
	padding: 0 8px;
	border-radius: 5px;
  	transition: background-color 0.2s;
}
.calendarMonthSelect form input[type="submit"]:hover {
	background-color: #01c1d5; /*Turquoise*/
	/*color:#020919;*/
	/*border: solid 3px;*/
  	font-weight: bold;
  	transition: background-color 0.2s;
}
.calendarDaySelect {
	font-size: 2em;
	font-weight: bold;
	color:#fff;
}
.calendarDaySelect form {
  	display: inline-flex;
  	flex-wrap: nowrap;
  	justify-content: center;
}
.calendarDaySelect form input[type="submit"] {
  	/*line-height:80px;*/
	width: 26px;
	margin:20px 7px;
	background-color:orange;
	text-align: center;
	color:#fff;
	padding: 0 8px;
	border-radius: 5px;
  	transition: background-color 0.2s;
}
.calendarDaySelect form input[type="submit"]:hover {
	background-color: #01c1d5; /*Turquoise*/
	/*color:#020919;*/
	/*border: solid 3px;*/
  	font-weight: bold;
  	transition: background-color 0.2s;
}