/******************************
BODY STYLES
*******************************/

body {
margin: 0;
padding: 0;
height: 102%;
font-family: 'Helvetica';
background-color: #f8f8f8;
color: #3b3a3a;

}
/******************************
TEMPLATE/HEADER STYLES
*******************************/

.pageHeaderContainer {
	width: 100%;
	background: #FFFFFF;
	height: 80px;
	border-bottom: #e8e8e8 solid 1px;
	border-top: #e8e8e8 solid 1px;
	margin-top: 8px;

}


.pageHeaderContainerLogo {

	padding-top: 18px;
	padding-left: 20px;
	max-width: 800px;
	vertical-align: middle;
	margin-top: auto;
	margin-bottom: auto;
}

.pageHeaderContainerLogo img {
	max-width:100%;
	height: auto;
	width auto\9; /* ie8 */
	margin-top: auto;
	margin-bottom: auto;
}

.pageHeaderContainerMenu {
	float: left;
	margin-bottom: 5px;
	position: relative;
	height: 40px;
	width: 100%;
	background: #3d5b5d; /* orange colour #f46600 */
	border-bottom: #e8e8e8 solid 1px;

}

/******************************
	GENERAL PAGE STYLES
*******************************/

.PageContentContainer {
	width: 90%;
	/*height: 100%; */
	margin-left: 5%;
	margin-right: 5%;
	background-color: #FFFFFF;
	border-top: #e8e8e8 solid 1px;
	border-left: #e8e8e8 solid 1px;
	border-right: #e8e8e8 solid 1px;
	margin-top: 60px;
	padding-bottom: 40px;

}

.PageFooterContainer {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	background-color: #FFFFFF;
	border-bottom: #e8e8e8 solid 1px;
	border-left: #e8e8e8 solid 1px;
	border-right: #e8e8e8 solid 1px;
	margin-bottom: 25px;
	padding-top: 40px;
	text-align: center;
	font-size: 0.8em;


}

.PageContent {
	width: 99%;
	/* height: 100%; */
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	padding: 0px;
	margin: 0px;
	line-height: 1.1em;
	font-size: 1.1em;
	}

h3 {
	padding: 0px;
	margin: 0px;
	line-height: 1em;
	font-size: 1em;
}

.nounderline img{
	text-decoration: none;
	outline: none;
}

.error {
	font-size: 1em;
	font-style: italic;
	color: Red;
}

.h2RightAlign {
	float: right;
	margin-top: -1.3em;
	margin-bottom:5px;
}

.button {
	background-color: #3d5b5d; /* orange colour #f46600 */
	border: none;
	color: white;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	border-radius: 6px;
	-webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
	border: 1px solid #3d5b5d; /* Orangeish */
	font-weight: bold;
}

.button:hover {
	background-color: White;
	color: #f46600;
	cursor:pointer;
	border: 1px solid #f46600; /* Orangeish */
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.inputForm {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 5px;
}

.inputLabel {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}


.inputSelect {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 3px;
  width: 200px;
}


/*******************************
Table Styles
*******************************/

.dashboard_row {
	border: black solid 1px;

}

.dashboard td {
	font-family: sans-serif;

}

.dashboard {
	width: 100%;
}

.dashboard_header {
	background-color: #3d5b5d; /* orange colour #f46600 */
	font-family: sans-serif;
	font-weight: 600;
	color: white;
}

.dashboard_subheader{
	background-color: #ff9933;
	font-family: sans-serif;
	font-weight: 600;
	color: white;
}

.dashboard_header th,
.dashboard_subheader td {
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
}

.dashboard_link a {
	text-decoration: none;
	color: #3b3a3a;
}

.dashboard_link_white a {
	text-decoration: none;
	color: #FFFFFF;
}


.dashboard_link a:hover {
	text-decoration: none;
	color: #f46600;
}

.dashboard_link_white a:hover {
	text-decoration: none;
	color: #000000;
}

.dashboardGood {
	padding-top: 6px;
	padding-bottom:6px;
	text-indent: 2px;
}

.Good, .dashboardGood {
	background-color: rgb(99, 209, 62);
	color: #FFFFFF;
}

.dashboardWarning {
	padding-top: 6px;
	padding-bottom:6px;
	text-indent: 2px;
}

.Warning, .dashboardWarning {
		background-color: rgb(255, 255, 132);
}

.dashboardAlert {
	padding-top: 6px;
	padding-bottom:6px;
	text-indent: 2px;
}

.Alert, .dashboardAlert{
	background-color: rgb(255, 99, 132);
	color: white;
}

/******************************
	Signature Page
*******************************/

.signaturecontainer {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	border: dotted	 1px #00a4eb
}


/******************************
	Check Buttons
*******************************/
/* Create a custom checkbox */
.css-checkbox{
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #3d5b5d;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 2px;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.css-checkbox:active, .css-checkbox:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.css-checkbox:checked {
	background-color: #3d5b5d;
	border: 1px solid #3d5b5d;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #00a4eb;
}

.css-checkbox:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #fafafa;
}

.big-css-checkbox {
	padding: 18px;
}

.big-css-checkbox:checked:after {
	font-size: 28px;
	left: 6px;
}

/******************************
	Radio Buttons
*******************************/


.css-radio {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #00a4eb;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}

.css-radio:checked:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #00a4eb;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}

.css-radio:checked {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #00a4eb;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.css-radio:active, .regular-radio:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.css-big-radio {
	padding: 16px;
}

.css-big-radio:checked:after {
	width: 24px;
	height: 24px;
	left: 4px;
	top: 4px;
}

.radioLabel, .css-radio, .css-checkbox {
	display: inline-block;
	vertical-align: middle;
}

/******************************
TAB STYLES
*******************************/
.tablink {
  background-color: #00a4eb;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 16px;
  font-size: 14px;
  width: 50%;
	font-weight: 600;
}

/* Change background color of buttons on hover */
.tablink:hover {
  background-color: #f46600;
}

/* Set default styles for tab content */
.tabcontent {
  display: none;
	width: 100%;

}

/******************************
TOOLTIP STYLE
*******************************/

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;

}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 420px;
  background-color: #f46600;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/******************************
Project Boxes STYLE
*******************************/


/* Basic styling for the container and boxes */
.project-boxes {
    display: flex;
    justify-content: space-around; /* Evenly distribute boxes horizontally */
    margin-top: 20px;
}

.box {
    background-color: #f5f5f5; /* Light gray background */
    border: 1px solid #ccc; /* Light gray border */
    padding: 20px;
    border-radius: 5px; /* Rounded corners */
}

/* Styling for headings and text */
.box h4 {
    margin-top: 0;
    font-weight: bold;
}

.box p {
    margin-top: 10px;
    font-size: 16px;
}

/* Optional: Image enhancement for a box */
.box.with-image {
    position: relative;
}

.box.with-image img {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%; /* Make the image circular */
}
