@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--massiveRed: #FD463F;
	--blehGrey: #61666b;
}

* {
	box-sizing: border-box;
}

html, body {
	margin: 0px;
	padding: 0px;
	background-color: var(--blehGrey);
	font-family: 'Poppins', sans-serif;
	scroll-behavior: smooth;
	color: #fff;
}
html.loginScreen, body.loginScreen {
	background-color: var(--massiveRed) !important;
}
h1 {
	text-transform: uppercase;
	font-weight: 900;
}
h2 {
	text-transform: uppercase;
	font-weight: 700;
}
h3 {
	text-transform: uppercase;
	font-weight: 500;
}
.pageHeader {
	position: relative;
	width: 100%;
	margin: 0px;
	margin-bottom: 25px;
	padding-top: 15px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 15px;
	background-color: var(--massiveRed);
}
.pageHeader h1 {
	margin-bottom: 0px;
	line-height: 1;
}
.pageHeader h2 {
	margin-top: 0px;
	margin-left: 15px;
}
.twoColFlex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 15px;
	width: 90%;
	margin: auto;
}
nav {
	width: 100%;
	height: fit-content;
	margin: auto;
	color: #fff;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: var(--massiveRed);
}
.smallerText {
	font-size: smaller;
}
.massiveSlashes {
	display: inline-block;
	font-size: xx-small;
	font-weight: 900;
	margin-right: 3px;
	transform: translateY(-2px);
	color: var(--massiveRed)
}
#backToTop {
	display: block;
	position: fixed;
	left: 25px;
	bottom: 25px;
	width: 45px;
	height: 45px;
	padding: 10px;
	border-radius: 50%;
	color: #FD463F;
	background-color: #fff;
	font-weight: 900;
	text-align: center;
	opacity: 0;
	transition: .3s;
	box-shadow: 0px 0px 0px rgba(25,25,25,.25);
	z-index: 100;
}
#backToTop:hover {
	cursor: pointer;
	transform: scale(1.1);
	transition: .3s;
	box-shadow: 0px 5px 5px rgba(25,25,25,.25);
}
#greetingMessage {
	padding: 0px;
	padding-top: 10px;
}
#logoutBTN {
	background-color: #fff;
	color: #FD463F;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 900;
	border: 0px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}
#logoutBTN:hover {
	cursor: pointer;
	opacity: .75;
}
.shrug {
	letter-spacing: -1px;
}
#linksWrapper a {
	display: inline-block;
	background-color: #fff;
	color: #FD463F;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 700;
	border: 0px;
	font-size: 16px;
	text-decoration: none;
}
#linksWrapper a:hover {
	opacity: .75;
}
#linksWrapper form {
	display: inline;
}
.vSpacer {
	display: block;
	width: 100%;
	height: 50px;
}
.whiteBorderBox {
	display: block;
	width: fit-content;
	height: fit-content;
	padding: 15px;
	border: 1px solid #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}
.whiteBorderBox h1, 
.whiteBorderBox h2, 
.whiteBorderBox h3 {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.projCounter {
	color: #222;
}
.pageContent {
	display: block;
	width: 90%;
	padding: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin: auto;
}
.projectWrapper, .finalProjectWrapper {
	position: relative;
	width: 100%;
	height: max-content;
	min-height: 125px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 1px;
	background-color: transparent;
	margin-bottom: 15px;
	color: #222;
}
.projectWrapper .projFees {
    max-height: 250px;
    overflow-y: scroll;
}
.projectHeader {
	color: #fff;
	font-weight: 700;
	width: 90%;
	height: fit-content;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 1px;
	margin: auto;
	text-transform: uppercase;
}
.projectHeader div {
	padding: 10px;
}
.projectWrapper div, .finalProjectWrapper div {
	background-color: #fff;
	padding: 10px;
}

.projectWrapper div:nth-of-type(2),
.projectHeader div:nth-of-type(2),
.finalProjectWrapper div:nth-of-type(2),
.finalProjectHeader div:nth-of-type(2) {
	width: 15%;
}
.projectWrapper div:nth-of-type(7),
.projectWrapper div:nth-of-type(8),
.projectHeader div:nth-of-type(7),
.projectHeader div:nth-of-type(8),
.finalProjectWrapper div:nth-of-type(7),
.finalProjectWrapper div:nth-of-type(8),
.finalProjectHeader div:nth-of-type(7),
.finalProjectHeader div:nth-of-type(8) {
	width: 19%;
}
.projectHeader div:nth-of-type(8) {
	min-width: fit-content;
}
.projectWrapper div:nth-of-type(4),
.projectWrapper div:nth-of-type(5),
.finalProjectWrapper div:nth-of-type(4),
.finalProjectWrapper div:nth-of-type(5),
.projectHeader div:nth-of-type(4),
.projectHeader div:nth-of-type(5) {
	width: 9%;
}
.projectHeader div:nth-of-type(1),
.projectWrapper div:nth-of-type(1),
.finalProjectWrapper div:nth-of-type(1) {
	width: 10%;
}

.projectWrapper div:nth-of-type(3),
.finalProjectWrapper div:nth-of-type(3),
.projectHeader div:nth-of-type(3) {
	width: 6%;
}
.projectWrapper div:nth-of-type(6),
.finalProjectWrapper div:nth-of-type(6),
.projectHeader div:nth-of-type(6) {
	width: 13%;
}

.projectHeader div:nth-of-type(8) > div {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.timeHR {
	border: 0px;
	height: 2px;
	background-color: var(--blehGrey);
}
.projTime {
	overflow: auto;
	max-height: 250px;
}
.stubHR {
	border: 0px;
	height: 0px;
	width: 25px;
	background-color: #ccc !important;
	margin-left: auto;
	margin-right: 0px;
}
.projNotes div, .projNotes > div > div, .projNotes > div > div > div {
	width: fit-content !important;
	padding: 0px !important;
	margin: 0px !important;
	margin-bottom: 8px !important;
	margin-top: 8px !important;
	
}
.projNotes > br, .projNotes > p {
	display: block !important;
	margin-bottom: 25px;
}
.projNotes {
	overflow: auto;
	max-height: 250px;
}
.safetyTable, 
.safetyTable th, 
.safetyTable td
.safetyTable tr {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.editProjectBTN {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -50px;
	top: 10px;
	color: #FD463F;
	background-color: #fff;
	border: 0px;
	border-radius: 50%;
	aspect-ratio: 1;
}
.deleteProjectBTN {
	position: absolute;
	right: -50px;
	top: 60px;
	color: #FD463F;
	background-color: #fff;
	border: 0px;
	border-radius: 50%;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.editProjectBTN:hover, .deleteProjectBTN:hover {
	cursor: pointer;
	color: #fff;
	background-color: #dc241d;
}
.container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container input {
	position: absolute;
	opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
	position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
	border: 2px solid #222;
}
.container:hover input ~ .checkmark {
  opacity: .65;
}
.container input:checked ~ .checkmark {
  background-color: #222;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container input:checked ~ .checkmark:after {
  display: block;
}
.container .checkmark:after {
  left: 25%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg) translate(-50%,-50%);
  -ms-transform: rotate(45deg) translate(-50%,-50%);
  transform: rotate(45deg) translate(-50%,-50%);
}
.linkBTN {
	display: inline-block;
	padding: 10px;
	background-color: #fff;
	color: var(--massiveRed);
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
}
.linkBTN:hover {
	opacity: .75;
}

.finalPayment {
	padding: 5px;
	color: #fff;
	background-color: var(--massiveRed);
	margin-top: 25px;
}

.filterCurrentProjects {
	display: block;
	width: 90%;
	margin: auto;
	margin-top: 25px;
	text-align: right;
}
#peopleFilter {
	padding: 10px;
	background-color: #fff;
	color: #222;
	border: 2px solid #222;
	text-transform: uppercase;
	margin-top: 10px;
}
/***************************************8
*
*						Login Screen
*
****************************************/
#loginHeader {
	font-weight: 900;
	color: #fff;
	text-align: center;
	line-height: .8;
	font-size: 85px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#studiosLogin {
	font-size: 90px;
}
#loginWrapper {
	display: block;
	position: absolute;
	width: 400px;
	height: fit-content;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
#userLogin, #passLogin, #emailLogin {
	display: block;
	width: 100%;
	height: fit-content;
	padding: 15px;
	border: 2px solid #fff;
	border-radius: 2px;
	background-color: var(--massiveRed);
	margin-bottom: 5px;
	color: #fff;
	font-size: 18px;
}
#userLogin::placeholder, #passLogin::placeholder, #emailLogin::placeholder {
	color: #fff;
}
#loginSubmit {
	width: 100%;
	background-color: #fff !important;
	color: var(--massiveRed);
	border-radius: 2px;
	border: 2px solid #fff;
	font-weight: 900;
	font-family: 'Poppins', sans-serif;
	font-size: 45px;
	letter-spacing: 40px;
	line-height: .8;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
#loginSubmit:hover {
	cursor: pointer;
	opacity: .75;
}
#topWipeBar {
	position: fixed;
	top: 0px;
	right: 0px;
	height: calc((100vh / 3) + 2px);
	width: 0%;
	background-color: #fff;
	z-index: 150;
}
#midWipeBar {
	position: fixed;
	top: 50%;
	right: 0px;
	height: calc((100vh / 3) + 2px);
	width: 0%;
	background-color: #fff;
	transform: translateY(-50%);
	z-index: 150;
}
#lowWipeBar {
	position: fixed;
	bottom: 0px;
	right: 0px;
	height: calc((100vh / 3) + 2px);
	width: 0%;
	background-color: #fff;
	z-index: 150;
}
#loginMessage {
	font-weight: 900;
	font-size: 35px;
	color: #222;
	line-height: .9;
	text-align: center;
	height: fit-content;
	width: fit-content;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	pointer-events: none;
	z-index: 151;
	text-transform: uppercase;

}

/****************************************
*
*     Archived projects
*
*****************************************/
#memberBerry {
	width: 75px;
	display: inline-block;
	transform: translateY(50%);
	margin-left: 10px;
}

/****************************************
*
*       Project Editor
*
*****************************************/
.projectEditorSection {
	width: 90%;
	margin: auto;
	padding: 25px;
	padding-bottom: 50px;
	border-top: 1px solid #fff;
	color: #fff;
}
.topSection {
	border-top: 0px solid #fff;
}
.inputFlex {
	width: 100%;
	height: fit-content;
	display: flex;
	align-items: flex-start;
	justify-content: left;
	gap: 15px;
	flex-wrap: wrap;
}
.inputFlex div {
	width: 350px;
}
.inputFlex label, label {
	display: block;
	font-weight: 600;
	margin-bottom: 5px;
}
.inputFlex input, .inputFlex select, input {
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	font-family: 'Poppins', sans-serif;
	border: 2px solid #222;
	color: #222;
	width: 350px;
}
input[type=checkbox] {
	width: fit-content;
	display: inline;
	margin-right: 8px;
	margin-left: 25px;
}

button, #updateProjectBTN {
	width: fit-content;
	padding: 10px;
	text-align: center;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	color: var(--massiveRed);
	background-color: #fff;
	border: 0px;
	text-transform: uppercase;
	font-size: 18px;
}
button:hover, #updateProjectBTN:hover {
	cursor: pointer;
	opacity: .75;
}
#editor-container, 
#editor-container-billing {
	height: 200px;
}
.editorWrapper {
	max-width: 600px;
	width: 100%;
	height: fit-content;
	background-color: #fff;
	color: #222;
}
.invoiceTextArea {
	width: 350px;
	height: fit-content;
	border: 2px solid #222;
	padding: 10px;
	font-family: 'Poppins', sans-serif;
}
#oohFeeFormWrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(25,25,25,.75);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	color: #222;
}
#oohFeeForm {
	width: 90%;
	height: fit-content;
	max-width: 1200px;
	background-color: #fff;
	padding: 55px;
}
#oohFeeForm button {
	background-color: var(--massiveRed);
	color: #fff;
}
.oohFormButtonWrapper {
	text-align: right;
	margin-top: 25px;
}
#oohFeeFormWrapper.hidden {
	display: none;
}
#oohFeesWrapper {
	display: flex;
	align-items: flex-start;
	justify-content: left;
	gap: 25px;
}
.oohFee {
	padding: 25px;
	border: 1px solid #fff;
	margin-bottom: 25px;
	width: 175px;
	text-align: center;
}
.oohFee:hover {
	cursor: pointer;
	background-color: #fff;
	color: var(--blehGrey);
}
.oohFee::after {
	display: block;
	position: relative;
	content: "view/edit";
	background-color: #fff;
	font-size: smaller;
	padding: 3px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--massiveRed);
	margin: auto;
	margin-top: 10px;
}
.oohFee h2 {
	margin: 0px;

}
.oohFee p {
	font-size: smaller;
	margin: 0px;
}
/************************************************
*
*           Client Page
*
*************************************************/
 .whiteHR {
	background-color: #fff;
	height: 1px;
	width: 90%;
	margin: auto;
	margin-bottom: 50px;
	border: 0px;
 }
#clientEditorWrapper {
	height: fit-content;
	max-height: 800px;
	width: 100%;
	margin: auto;
	margin-bottom: 0px;
	margin-top: -25px;
	padding: 10px;
	padding-left: 5%;
	padding-bottom: 25px;
	height: fit-content;
	transition: .5s;
	background-color: var(--massiveRed);
}
#addClientSection.collapsed, 
#clientEditorWrapper.collapsed {
	padding-top: 0px;
	padding-bottom: 0px;
	max-height: 0px;
	overflow: hidden;
	margin-bottom: 0px;
	transition: .5s;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
}
#toggleNewClientBTN {
	display: block;
	padding: 5px;
	margin-left: auto;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-top: -75px;
}
#addClientSection {
	width: 33%;
}
.clientList {
	width: 33%;
}
.clientList h1 {
	margin-top: 0px;
	margin-bottom: 0px;

}
.clientListWrapper {
	overflow-y: scroll;
	height: 700px;
	background-color: #fff;
	border: 2px solid #222;
}
.clientListBTN {
	padding: 5px;
	border-bottom: 1px solid #222;
	color: #222;
}
.clientListBTN:hover {
	cursor: pointer;
	background-color: #222;
	color: #fff;
}
.clientListBTN.active {
	background-color: var(--massiveRed);
	color: #fff;
}
#clientDetails {
	width: 33%;
}
#clientDetailNotes {
	background-color: #fff;
	padding: 15px;
	margin-bottom: 25px;
	color: #222;
}
#clientDetails a {
	display: inline-block;
	color: var(--massiveRed);
	background-color: #fff;
	padding: 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}
#clientDetails a:hover {
	opacity: .75;
}
.hidden {
	display: none !important;
}
.clientHeader {
	color: #fff;
	font-weight: 700;
	width: 90%;
	height: fit-content;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 1px;
	margin: auto;
	text-transform: uppercase;
}
.clientHeader div {
	padding: 10px;
}
.clientWrapper {
	position: relative;
	width: 100%;
	height: fit-content;
	min-height: 165px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 1px;
	background-color: transparent;
	margin-bottom: 15px;
}
.clientWrapper div {
	background-color: #fff;
	padding: 15px;
}
.clientWrapper div:nth-of-type(1), 
.clientHeader div:nth-of-type(1) {
	width: 5%;
}
.clientWrapper div:nth-of-type(2),
.clientHeader div:nth-of-type(2) {
	width: 25%;
}

.clientWrapper div:nth-of-type(3),
.clientHeader div:nth-of-type(3) {
	width: 70%;
}
.viewClientBTN {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -50px;
	top: 10px;
	color: #FD463F;
	background-color: #fff;
	border: 0px;
	border-radius: 50%;
	aspect-ratio: 1;
}
.editClientBTN {
	position: absolute;
	right: -50px;
	top: 60px;
	color: #FD463F;
	background-color: #fff;
	border: 0px;
	border-radius: 50%;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.deleteClientBTN {
	position: absolute;
	right: -50px;
	top: 110px;
	color: #FD463F;
	background-color: #fff;
	border: 0px;
	border-radius: 50%;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.editClientBTN:hover, .deleteClientBTN:hover, .viewClientBTN:hover {
	cursor: pointer;
	color: #fff;
	background-color: #dc241d;
}

/*********************************************************
*
*         Users Page
*
**********************************************************/
.usersFlexWrapper {
	width: 90%;
	margin: auto;
	margin-top: 50px;
	display: flex;
	align-items: flex-start;
	justify-content: left;
	gap: 15px;
}
.userFlex {
	padding: 15px;
	border: 1px solid #fff;
	width: 250px;
	height: fit-content;
	text-align: center;
}
.userFlex h1 {
	margin-bottom: 0px;
	margin-top: 0px;
}
.userFlex h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.userEditWrapper {
	margin-top: 15px;
}
.editUserBTN {
	padding: 5px;
	font-size: 15px;
}
.updateUserForm {
	text-align: left;
	height: fit-content;
	max-height: 800px;
	transition: .2s;
}
.updateUserForm label {
	display: inline;
}
.updateUserForm input, .updateUserForm select {
	width: 100%;
	padding: 10px;
	border: 2px solid #222;
	background-color: #fff;
	color: #222;
	margin-bottom: 0px;
}
.updateUserForm.collapsed {
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	height: fit-content;
	max-height: 0px;
	transition: .2s;
}

/**********************8
*
*  Le Pagination
*
************************/
.paginationWrapper {
	width: 90%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 75px;
	margin-bottom: 25px;
	font-weight: 700;
}
.paginationWrapper svg {
	display: none;
}
.paginationWrapper a {
	display: inline-block;
	background-color: #fff;
	color: var(--massiveRed);
	padding: 5px;
	margin-right: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}
.paginationWrapper a:hover {
	opacity: .75 !important;
}
.paginationActive {
	display: inline-block;
	text-align: center;
	padding: 10px;
}
#pepe {
	display: block;
	width: 80px;
	height: auto;
	position: absolute;
	left: calc(5vw + 350px);
	top: 35px;
}
#searchBox {
	position: relative;
	display: block;
	width: fit-content;
	margin-left: auto;
	margin-right: 5%;
	margin-top: -100px;
	margin-bottom: 50px;
	z-index: 10;
}
#searchBox input {
	display: inline-block;
	width: 250px;
}
#searchBox select {
	padding: 10px;
	color: #222;
	background-color: #fff;
	border: 2px solid #222;
	font-size: 15px;
	width: 250px;
}
#searchBTN {
	padding-bottom: 0px;
	transform:  translateY(8px);
}
#searchBTN:hover {
	cursor: pointer;
	opacity: .75;
}
