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, 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, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

p a {
	border-bottom: 1px dashed grey;
}


html, body {
	font-family: "aglet-sans", sans-serif;
	font-weight: 400;
	color: #002147;
}

html {
	/*background-image: url('/assets/images/site_background.png');*/
	background-position: left;
	background-repeat: repeat-y;

	background-color: #fff;
}


strong {
	font-weight: 700;
}


html.login {
	background-image: none;
}

.loginContainer {
	background-color: #d9dfe3;
	padding: 20px;
	padding-top: 40px;
	border-radius: 10px;
	max-width: 440px;
	overflow: hidden;
	}

.containerBox {
padding: 20px;
border-radius: 10px;
overflow: hidden;
}




	.loginBox form {
		width: 100%;
	}

	.loginBox .field {
		display: flex;
		background-color: #fff;
		border-radius: 5px;
		margin-bottom: 5px;
		font-size: 14px;
		line-height: normal;
	}


		.loginBox .field .field__input {
			width: 100%;
			padding: 15px;
		}

			.loginBox .field .field__input label {
				display: block;
				margin-bottom: 0.2rem;
				color: #B0B0B0;
			}	

			.loginBox .field .field__input .fieldInput {
				position: relative;
				display: block;
				width: 100%;
				border: 0;
				margin: 0;
				padding: 0;
				border-radius: 0;
				height: 23px;
				font-weight: 600;
				font-size: 18px;
				color: #002147;			
				outline: none;
				box-sizing: border-box;
			}	

			.loginBox .forgot-password {
				text-align:left;
				padding:10px 0;
			}

			.loginBox .login-button {
				text-align:right;
				padding:10px 0;
			}

			
			.loginBox .forgot-password a {
				color: #B0B0B0;				
				font-size: 14px;
			}

	
	.loginBox button {
		margin-left: 0;
		margin-right: 0;
		cursor: pointer;
	}
			

.formGroup {
	border-radius: 10px;
	background-color: #f1f4f8;
	overflow: hidden;
	padding: 20px;
}

.indent1 {
	padding-left: 20px;
	box-sizing: border-box;
}
.indent2 {
	padding-left: 40px;
	box-sizing: border-box;
}
.indent3 {
	padding-left: 60px;
	box-sizing: border-box;
}
.indent4 {
	padding-left: 80px;
	box-sizing: border-box;
}




.main {
width: 100%;
float: left;
min-height:100vh;
padding-bottom: 200px;
position: relative;
}


.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 0 !important;
}


.login .main {
	width: 100%;
	padding-bottom: 0;
}


.oneHalf {
	width: calc(100% / 2);
	float: left;
}

.fullWidth {
	width: 100%;
	float: left;
}


.quarterWidth {
	width: calc((100% / 4) - 40px);
	float: left;
	margin: 0;
}



.oneFifth {
	width: calc(100% / 5);
	float: left;
}

.twoFifths {
	width: calc((100% / 5) * 2);
	float: left;
}


.fourFifths {
	width: calc((100% / 5) * 4);
	float: left;
}

.threeFifths {
	width: calc((100% / 5) * 3);
	float: left;
}

.oneThird {
	width: calc(100% / 3);
	float: left;
}

.twoThirds {
	width: calc((100% / 3) * 2);
	float: left;
}




.formGroup .oneFifth {
	width: calc((100% / 5) - 20px);
	float: left;
	margin: 0 10px;
}

.formGroup .twoFifths {
	width: calc(((100% / 5) * 2) - 20px);
	float: left;
	margin: 0 10px;
}


.formGroup .fourFifths {
	width: calc(((100% / 5) * 4) - 20px);
	float: left;
	margin: 0 10px;
}

.formGroup .threeFifths {
	width: calc(((100% / 5) * 3) - 20px);
	float: left;
	margin: 0 10px;
}

.oneThird {
	width: calc(100% / 3);
	float: left;
}

.twoThirds {
	width: calc((100% / 3) * 2);
	float: left;
}







.formColumn {
/* TODO */
}



h1, h2, h3 {
	font-family: "aglet-sans", sans-serif;
}

h1 {
	font-size: 2em;
	font-weight: 700;
	margin: 10px 0;
}

p {
	margin: 20px 0;
}
	


.field {
	position: relative;

}

 .fieldInput {
	width: 100%;
	height: 45px;
	font-size: 16px;
	font-family: 'Prompt', sans-serif;	
	position: relative;
	border: 0;
	margin-top: 10px;
	margin-bottom: 15px;
	border-radius: 5px;
	padding: 8px 12px;
	-webkit-appearance: none;
	box-sizing: border-box;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/assets/images/select.png);
    background-position: center right 15px;
    background-repeat: no-repeat;
    border-radius: 0;
	padding-right: 51px;
	background-size: 20px;
}


a {
	text-decoration: none;
	color: #282828;
}

button, .button {
	padding: 7px 15px;
	border-radius: 5px;
	border: 2px solid;
	margin: 0;
	display: inline-block;
	text-align: center;
}
button:hover, .button:hover {
	cursor: pointer;
}

.bgGreen {
	background-color: #00BFB2;
	color: #fff;
	border-color: #00BFB2;
}

button.bgGreen:hover,
.button.bgGreen:hover {
	background-color: #4B9295;
	border-color: #4B9295;
}

.bgGreenTrans {
	color: #64abae;
	border-color: #64abae;
	background-color: transparent;
}

button.bgGreenTrans:hover,
.button.bgGreenTrans:hover {
	background-color: #64abae;
	border-color: #64abae;
	color: #fff;
}

button.bgRedTrans:hover,
.button.bgRedTrans:hover {
	background-color: #cf2217;
	border-color: #cf2217;
	color: #fff;
}





.bgRed {
 background-color: #cf2217;
 border-color: #cf2217;
 color: #fff;
}

.bgRedTrans {
 border-color: #ec6158;
 color: #ec6158;
}

.bgYellow {
	background-color: #ffe012;
	border-color: #ff2012;
	color: #282828;
}

.bgOtherGreen {
	background-color: #AEC000;
	border-color: #AEC000;
	color: #fff;
}

.bgAmber {

	/*background-color: #f18825;*/
	/*border-color: #f18825;*/
	
	background-color: #df9711;
	border-color: #df9711;
	color: #fff;

}

.bgWhite {
	background-color: #fff;
	border-color: #fff;
	color: #282828;
}


.bgWhiteTrans {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.bgGrey {
	background-color: #d9dfe3;
	border-color: #d9dfe3;
	color: #292929;	
}



/* Typography ----------------------------- */

h2.title {
	font-size: 1.8rem;
}

h3.title {
	font-size: 1.4rem;
}


a.underline {
	text-decoration: underline;
}

/* Side Menu ----------------------------- */

.sideMenu {
	background-color: #2c4b98;
	width: 320px;
	font-size: 14px;
}

.menuBox {
	display: none;
}


	/* Site Logo */

	.sideMenu .sideMenu__logo {
		padding: 25px;
	}
	.sideMenu .sideMenu__logo a {
		display: block;
	}
	.sideMenu .sideMenu__logo img {
		width: 200px;
		height: auto;
		max-width: 100%;
		box-sizing: border-box;
	}

	/* Side Menu: Lists */

	.linksList {
		color: #fff;
		margin-bottom: 10px;
		margin-left: 30px;
		list-style: none;
		padding: 10px 10px 20px;
		line-height: 30px;	
	}

		.linksList a {
			color: #fff;
			display: block;
			margin: 8px 0;
			font-weight: 400;
		}

		.linksList a.active {
			color: #48adaf;
			font-weight: 600;
		}

		.linksList a:not(.active):hover {
			color: #48adaf;
		}

		.linksList img {
			float: left;
			width: 28px;
			margin-right: 20px;
		}

		.systemLinks {
			background-color: #1a3051;
			border-radius: 15px;
		}

	#logoutLink {
		display: flex;
		align-items: center;
		background-color: #1663d5;
		border-radius: 10px;
		padding: 1rem;
		color: #fff;
	}

	#logoutLink:hover {
		color: #fff;
	}

/* Page Header */

.pageHeader {
	background-position: right 60px bottom;
	background-size: auto 100%;
	padding: 60px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	padding-bottom: 0;	
}

.pageHeader h2 {
	color: #64abae;
}
.headerCopy {
	padding-right: 300px;
}


h2.title {
	font-size: 2em;
}


/* Content Box */

.contentBox {
	padding: 30px 60px;
	box-sizing: border-box;
}

	.contentBox .innerBox {
		margin-top: 0;
		margin-bottom: 0;
	}


.innerBox {

	padding: 20px;
	border-radius: 20px;
	background-color: #f1f4f8;
	box-sizing: border-box;
	margin: 20px 10px;
}


.oneHalf.innerBox {
	width: calc((100% / 2) - 20px);
}

.innerBox h2 {
	font-size: 1.3em;
	font-weight: 600;
}


button span {
	font-weight: 700;
}

/* Tables -------------------------------- */

.table {
	position: relative;
	display: inline-block;
	background-color: #f1f4f8;
	border-radius: 20px;
	padding: 15px 25px;
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	box-sizing: border-box;
}

.table.project-stats {
	display: inline-table;
}
.table.project-stats tr td {
	padding: 10px;
}
	
	.tr {
		border-bottom: 1px solid #fff;
		padding: 10px 0;
		width: 100%;
		box-sizing: border-box;
		overflow: hidden;
	}

	.tr:last-child {
		border-bottom: 0;
	}

	.tr, .th {
		/*display: flex;
		align-items: center;*/
	}

	.tr .cell,
	.th .cell {
		flex: 1;
	}

	.tr .cell:first-child,
	.th .cell:first-child {
		padding-left: 0;
	}
	.tr .cell:last-child,
	.th .cell:last-child {
		padding-right: 0;
	}

	td {
		max-width: 100%;
		padding: 0 10px;
		display: inline-block;
	}

	td.--full-width {
		width: 100%;
	}

	.th {
		font-weight: 800;
		padding-bottom: 0.5rem;
		border-bottom: 2px solid #fff;
	}	

	.cell {
		float: left;
		padding: 10px;
		width: calc(100% / 5);
		box-sizing: border-box;
	}

		.cell .button {
			padding: 5px 10px;
			margin: 0 5px;
		}

	.table-actions a {
		display: inline-block;
		margin-right: 1rem;
		text-decoration: underline;
		color: #64abae;
	}

	.table-actions a:hover {
		color: #002147;
		text-decoration: none;
	}

	.table-actions a:last-child {
		margin-right: 0;
	}

.rowAlert {
	background-color: #ec6158;
	font-weight: 700;
	color: #fff;
}

.rowAlert {
	border-radius: 10px;
}


.statusBar {
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
}

.statusBlock {
	float: left;
	padding: 10px;
	box-sizing: border-box;
}


.contentBox.dashboardAlerts {
	padding-top: 0;
	padding-bottom: 0;
	
}

.alertBox {		
	box-sizing: border-box;
	border-radius: 10px;	
	overflow: hidden;	
	position: relative;	
		
}

.alertBox span {
	font-size: 2.5em;
	font-weight: 900;
	float: left;
	margin: 0 20px;
}

.alertBox p {
	top: 50%;
	transformY(-50%);
	position: relative:
}


	.alertBox .alertBox__icon,
	.alertBox .alertBox__content {
		display: flex;
		justify-content: center;
		padding: 20px;
	}

	.alertBox .alertBox__icon {
		width: 50px;
		font-size: 4em;
		align-items: center;
		line-height: normal;
	}

	.alertBox .alertBox__content {
		width: 100%;
		flex-wrap: wrap;
		align-items: flex-start;
		flex-direction: column;	
	}

	.alertBox .alertBox__title {
		font-size: 1.4rem;
		font-weight: 600;
	}
	
	.alertBox a {
		color: #fff;
		text-decoration: underline;
	}

.status-badge {
	border-radius: 5px;
    padding: 0.2rem 0.5rem;
    font-size: 13px;	
}

/* Timeline */

.projectTimeline {
	display: flex; 
	overflow: hidden;
}

.projectTimeline .projectTimeline__header {
	display: block; 
	padding: 0px; 
	margin-bottom: -15px;
}

.projectTimeline .projectTimeline__filters {
	padding: 1rem 0;
}
.projectTimeline .projectTimeline__filters > div {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
}

.projectTimeline .projectTimeline__tasks {
	position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;	
	padding: 0 0 0 2rem;
}

.projectTimeline .delEntry {
	right: 23px;
}

.entryBox {				
	padding: 20px;
	box-sizing: border-box;			position: relative;
	width: 100%;
		}

.entryElements  {
	margin-left: 50px;
	/* width: calc(100% - 50px); */
	width: calc(100% - 7rem);
	box-sizing: border-box;
	padding: 20px;
	border: 2px solid grey;
	border-radius: 5px;
	background-color: #fff;
	padding-bottom: 40px;
	position: relative;
}

.addAction {
	 height: 30px;
	 width: 30px;
	 display:inline-block;
	 background-color: #47adaf;
	 border-radius: 100%;
	 text-align: center;
	 line-height: 29px;
	 color: #fff;
	 font-size: 1.2em;
	 left: 50%;
	 position:absolute;
	 bottom:15px;
	 transform: translateX(-50%);
	 z-index: 9999;
}




.taskGroup {border-left: 5px solid grey;padding: 20px 0; position: relative; z-index: 1; margin-top: 15px; display: flex; width: 100%; float: left; box-sizing: border-box;}
.taskGroup .entryBox { position: relative; width: 100%;}

.taskGroup.documentEntry .entryBox {

	background-color: rgb(224, 211, 121);

}

.connector span {height: 30px; width: 30px; display:inline-block; background-color: grey; border-radius: 100%; text-align: center; line-height: 30px; color: #fff; font-size: 2em; left: -17px;position:absolute; top: 50%; transform: translateY(-50%);}

.connector div { border-top: 2px solid grey;border-top: 2px solid grey; position: absolute; top: 50%;width: 40px ;margin-left: 10px;}

.addEntry { height: 30px; width: 30px; display:inline-block; background-color: #47adaf; border-radius: 100%; text-align: center; line-height: 29px; color: #fff; font-size: 1.2em; left: -17px;position:absolute; bottom:0; transform: translateY(+50%); z-index: 9999;}

.delEntry { 
	height: 30px; width: 30px; display:inline-block; background-color: #ec6158; border-radius: 100%; text-align: center; line-height: 29px; color: #fff; font-size: 1.2em; right: -15px;position:absolute; top:50%; transform: translateY(-50%); z-index: 9999;
	cursor: pointer;
}


.entryDoc {
background-color: rgb(224, 211, 121);
margin-top: -8px;
}

.entryTask, .entryTaskWithDoc, .entryTaskWithDependency {
/*background-color: #7bbdc8;*/
}

.docLink {
	width: 20px;
	height: 20px;
	background-color: #282828;
	border: 1px solid #fff;
	position: absolute;
	top: -14px;
	left: calc(50% - 10px);
	border-radius: 50%;
	color: #fff;
	text-align: center;
}

.task {
	position: relative;
	border: 1px solid grey;
	margin-bottom: 10px;
	border-radius: 5px;
	cursor: move;
	background-color: #f1f4f8;
}

.task .delEntry {
	right: -10px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	display: none;
}


.task:hover .delEntry {
	display: block;
}



.addNewTaskGroupModal, .addNewActionModal {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	z-index:9000;
	padding-top: 50vh;
	display: none;
}

.addNewModalBox {

	max-width: 500px;
	background-color: #ebebeb;
	border: 2px solid #282828;
	overflow: hidden;
	border-radius: 6px;
	padding: 20px;
	margin: 0 auto;	
	transform: translateY(-50%);	
}

.Len2 {width: 60px; }
.Len4 {width: 120px; }


.phasesBox {
	margin-bottom: 1rem;
	border-radius: 20px;
	padding: 20px;
	background-color: #f1f4f8;
}

.phaseBox {
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid white;
}
.phaseBox:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.phaseBox .fieldgroup {
	margin-right: 1rem;
}

.addPhase {
	display: inline-block;
	margin-top: 20px;
	margin-left: 20px;
	cursor: pointer;			
}
.addPhase:hover {
	text-decoration: underline;
}

.addPhase span {
	background-color: #fff;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	color: #282828;
	border-radius: 50%;
	margin-left: 10px;
}	

.questionBlock {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	padding-top: 1.5rem;
}

.questionBlock .questionRow {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 100%;	
	border-radius: 8px;
    padding: 1.5rem 1rem;
    background-color: #e7e9ef;
    box-sizing: border-box;	
}

.questionBlock .questionRow:not(:first-child) {
	padding-top: 1.5rem;
	margin-top: 1.5rem;
}

.timelineFilterButton.Active {
	background-color: #64abae;
	color: #fff;
	border-color: #64abae;
}


.homepageInfo {
	padding-top: 25%; margin-left: 20%;
}





/* 404 */

.four-oh-four {
	width: 100%;
	max-width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.msgBar {

	padding: 20px;
	width: 100%;
	text-align: center;
	left: 0;
	top: 20px;
	z-index: 9999;
	display: none;
	position: absolute;
	top: -4px;
	box-sizing: border-box;


}


.messbox {
	background-color: #00BFB2;
	color: #fff;
	font-size: 1.2em;
	font-weight: 600;
	padding: 20px;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	border-radius: 10px;
}





/* Utility Classes */

.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}

.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}

.overflow-visible {
	overflow: visible !important;
}


@media screen and (max-width:900px) {

	.oneThird, .twoThirds, .homepageInfo, .oneFifth, .twoFifths, .threeFifths, .fourFifths {
		width: 100%;
		box-sizing: border-box;
	}
	
	.homepageInfo {
		margin-left: 0;
	}




}





