/* Speedeon dark green: #00998B */
/* Speedeon light green: #95CC41 */
/* Header 820px, logo align left */
:root {
	--main-bg-color: #fafffa;
	--main-blue-1: #00687f;
	--main-blue-2: #3f8096;
	--main-blue-3: #7b9fb1;
	--main-blue-4: #c3d0d8;
	--main-dark-blue-1: #0c436a;
	--main-dark-blue-2: #4b6083;
	--main-dark-blue-3: #7c85a1;
	--main-dark-blue-4: #c0c3d1;
	--main-light-blue-1: #00a5a5;
	--main-light-blue-2: #67b6b8;
	--main-light-blue-3: #99c9cb;
	--main-light-blue-4: #eff8f9;
	--main-green-1: #95c93d;
	--main-green-2: #aed46c;
	--main-green-3: #c8e09b;
	--main-green-4: #e7f1d4;
	--main-dark-green-1: #5e9600;
	--main-grey-1: #58595b;
	--main-grey-2: #808285;
	--main-grey-3: #a7a9ab;
	/* --main-grey-4: #dadbdc; */
	--main-grey-4: #444444;
	--gradient: linear-gradient(
		35deg,
		#99c9cb,
		#67b6b8,
		#99c9cb,
		#c8e09b,
		#aed46c,
		#c8e09b,
		#99c9cb,
		#67b6b8,
		#99c9cb,
		#c8e09b,
		#aed46c,
		#c8e09b,
		#99c9cb,
		#67b6b8
		);
}

/* * {
    -webkit-transition: all 1s;
} */


body {
	font-family: "Arial";
	font-weight: 400;
	line-height: 1.5;
	font-size: 1.5em;
	color: #2f3a3a;
	padding: 0;
	margin: 0px;
	background-color: var(--main-bg-color);
	/* background: linear-gradient(to bottom right, var(--main-bg-color), var(--main-light-blue-4)) no-repeat center center fixed; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100dvh;
	display:flex;
	flex-direction:column;
}


.jobsRunIdDisplay{
	margin:auto;
}

.productKey{
	grid-row-start: 3;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 2;
	justify-self: end;
	font-size: .9em;
	color: #808080cc;
}

.paddingTop10p{
	padding-top: 10%;
}

.paddingTop8p{
	padding-top: 8%;
}
#welcomeBlock {
	padding-top: 10px;
	display: grid;   
	flex-wrap: wrap;
	justify-content: center;
	height: 300px;
	width: 735px;
	-webkit-box-shadow: 0px 6px 21px 6px rgba(0,0,0,0.16); 
    border-radius: 10px;
    background-color: #fffdfda3;
}

#landingPageBackdrop{
	height: 100vh;
	background-image: var(--gradient);
	background-size: 900%;
	animation: bg-animation 42s linear 1s infinite alternate;
}

#landingBackdrop{
	height: 150vh;
	background-image: linear-gradient(90deg,rgba(0, 165, 165, 1) 15%, rgba(149, 201, 61, 1) 100%);
}

@keyframes bg-animation{
	0% {background-position: left}
	100% {background-position: right}
}

#landingContainer{
	height: 500px;
	width: 1000px;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.searchFlex{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.removeUsageButton {
	margin:auto;
    width: 160px;
    font-weight: bold;
    border: solid;
    border-width: 2px;
    border-color: #7e2e2e73;
    color: #7e2e2e78;
    background-color: #b1040403;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    outline: 0;
    align-self: center;
    justify-self: start;
}

.removeUsageButtonActive {
	margin:auto;
	width: 170px;
    font-weight: bold;
	border: solid;
	border-width: 2px;
	
	border-color: #b50000;
	color: white;
	background-color: #b1040499;
	
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	outline:0;
    align-self: center;
    justify-self: start;
	}

.nonSelectable{
	user-select: none;
	outline: 0;
}

.autocompleteInput{
	height: 30vh;
	overflow: auto;
}

.floatRight{
	float: right;
}

.floatLeft{
	float: left;
}

#logoutButton {
	align-self: center;
	margin-top: 46px;
   	margin-left: auto;
   	margin-right: 20px;
   	font-size: 17px;
	color: white;
}

#logoutButton a{
   	font-size: 17px;
	color: white;
}

.lowerBottomMargin{
	margin-bottom: -20px
}

.largeFont{
	font-size: 30px;
}

input {
	width: 200px;
	height: 30px;
	border-radius: 3px;
	border: none;
	padding-left: 5px;
}



label{
	cursor: pointer;
	user-select:none;
}

input[type='checkbox']{
	width: 20px;
	text-align: center;
	margin: auto;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
}

.savedInvoice{
	background-color: #5bff0861;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,a {
    -webkit-appearance: none;
    margin: 0;
}

input:not(.totalsInput):not([type='button']):not([type='checkbox']):not([type='submit']):hover{
	border: 1px solid var(--main-blue-3);
}
input:not(.totalsInput):not([type='button']):not([type='checkbox']):not([type='submit']):focus{
	border: 2px solid var(--main-blue-3);;
	outline:none;
}
select:not(.selectMultiple):hover{
	border: 1px solid var(--main-blue-3);

}
select:not(.selectMultiple):focus{
	border: 2px solid var(--main-blue-3);
	outline:none;
}

.selectMultiple{
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	margin-bottom: -3.1px;
}

option{
	background-color: white;
	padding-top: 4px;
	padding-bottom: 4px;
/* 	padding-left: 8px;
	padding-right: 8px; */
	font-size: 17px;
	border-bottom: 1px solid #eee;
}


select option:hover,
    select option:focus,
    select option:active{
	background: #F0F0F0;
	font-weight: 550;
}

.non-selected-wrapper .item:hover,
.selected-wrapper .item:hover{
	background-color: #fdf9a8;
}
.autocomplete{
	text-align: left;
}

#clientAutopopulate{
	width: 250px;
}

#jobAutopopulate{
	width: 250px;
}

table{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}

table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}

table tr:nth-child(odd):not(.reportingTableHeader):not(.reportingTableHeaderGrey):not(.totalPriceRow):not(.taxonomyRow){
	background-color: #f2f2f2;
	}
	
/* adding hover css to table rows that contain data */	
tr:not(.reportingTableHeader):not(.financeInvoice):hover th[scope=row], tr:not(.reportingTableHeader):not(.financeInvoice):hover {
	background: linear-gradient(90deg,rgba(0, 165, 165, 0.27) 0%, rgba(149, 201, 61, 0.23) 100%);
	}

	
.totalPriceRow{
	background-color: #dffbd7;
}
.taxonomyRow{
	background-color:  #d3edcb;
}
#invoicingDisplay .calculateRow{
	background-color: #cbede0;
}
	

	
#rowOne{
	background-color: #eef8f4;
}	
#rowTwo{
	background-color: #f2f2f2;
}

#rowOne:hover, #rowTwo:hover{
	background-color: #fdf9a8;
}
.reportingTableHeader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	background-color: #00998B;
	color: white;
	font-size: 17px;
	position: sticky;
	top: 0;
	z-index: 10;
}

.reportingTableHeaderGrey{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	background-color: #7e8281;
	color: white;
	font-size: 17px;
}

.costRowLabel{
	width: 200px;
}

.costRowLabelSelector{
	width: 100px;
}
.sourceNameRow{
	font-size: 18px;
}

header {
/* background-image: linear-gradient(109.6deg, rgba(0, 153, 138, .9) 25%,
	rgba(150, 204, 65, .8) 100%); */
	background-image: linear-gradient(90deg,rgba(0, 165, 165, 1) 15%, rgba(149, 201, 61, 1) 100%);
	height: 77px;
	width: 100vw;
}


footer {
	margin-top:auto;
	background-image: linear-gradient(90deg,rgba(0, 165, 165, 1) 15%, rgba(149, 201, 61, 1) 100%);
	width: 100vw;
	height: 50px;
	display:flex;
	justify-content: center;
	align-items: center;
	color: white;
}

.main-content{
	flex:1;
}

hr {
	border-top: 10px dotted #ffffff;
	margin-top: -15px;
}



.relative{
	position: relative;
}

.absolute{
	position: absolute;
    bottom: 0;
}

.card{
	width: 530px;
	height: 410px;
	position:relative;
}


.center-card{
	display:flex;
	justify-content: center;
}
.cardSubmitButton{
	position: absolute; 
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 10px;
	bottom:   0;
	outline:0;
}


.beigeBackground{
	background-color: rgba(247, 247, 247, 0.74);
}

.paddingLeftExtraSmall{
	padding-left: 10px;
}

.paddingLeftSmall{
	padding-left: 15px;
}

.paddingLeftLarge{
	padding-left: 50px;
}
.smallBottomPadding{
	padding-bottom: 15px;
}
.paddingRightSmall{
	padding-right:5px;
}

.largeTopPadding{
	padding-top: 15px;
}
.extraLargeTopPadding{
	padding-top: 20px;
}
.paddingExtraLight{
	padding-left: 5px;
	padding-right: 5px;
}
.paddingLight{
	padding-left: 10px;
	padding-right: 10px;
}
.paddingMedium{
	padding-left: 20px;
	padding-right: 20px;
}
.extraPadding{
	padding-left: 50px;
	padding-right: 50px;
}
.secondReportColumnPadding{
	padding-top: 2px;
	margin-right: 95px;
}
.checkboxTitlePadding{
	margin-top: -25px;
}

.viewReportsPadding{
	margin-top: 45px;
	margin-left: 35px;
	margin-right: 320px;
	margin-bottom: 50px;
}

.flexRowContainer{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: baseline;
}
.flexRowContainerStart{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items: flex-start;
}
.flexRowInlinesContainerStart{
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items: flex-start;
}

.usageCardHeaderRow{
	display: grid;
	grid-template-columns: 7% 18% 27% 27% 19%;
	justify-content: end;
}

.headerGridContainer {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.headerMarginBumpSmall {
	margin-left: 10px;
}

.headerMarginBumpLarge {
	margin-top: 35px;
	margin-left: -15px;
}

#navLinkStyle a {
	font-size: 17px;
	color: white;
}

h1 {
	margin-top: 15px;
	color:  var(--main-blue-2);
	/* color:  #4791ab; */
	font-family: "Arial";
	font-size: 3em;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	/* text-shadow: .5px .5px var(--main-blue-3); */
	user-select: none;
	outline: none;
}


#header h1 {
	margin: 0px;
	font-size: 30px;
}

h2{
	font-weight: bold;
}

.registerSubmit{
	width:100% !important;
	margin-left: 18px;
}

.backToLogin{
	width:100% !important;
	margin-left: 18px;
	background-color:#95C93D !important;
}
.backToLogin:hover{
	text-decoration:none;
	background-color:#80B32A !important;
	color: white;
}

.registrationInput{
	width: 100% !important;
	margin-left: 7px;
	font-weight: 200;
	padding: 7px;
	border-radius: 5px;
	border: 1px solid lightgrey !important;
	text-align: left !important;
}

.hiddenBackfillTemplate{
	display: none;
}




#sourceLabelHeader{
	text-align: center;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}
#associatedSourceHolder{
	display: flex;
	flex-direction: column;
	margin-top: 5%;
	margin-bottom: 10%;
}
.enterVendorSourcePageGridContainer{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}
.activeVendorSource1{
	color: var(--main-grey-2);
	/* background-color: var(--main-light-blue-3); */
	background-color: #b7ddde;
	border-radius: 10px;
	padding: 12px;
}
.activeVendorSource2{
	color: var(--main-grey-2);
	/* background-color: var(--main-green-3); */
	background-color: #d7eab3;
	border-radius: 10px;
	padding: 12px;
}




.productTag{
	font-weight: bold;
	font-style: italic;
}

.inactiveCost{
	color: #80808087;
	background-color: #9898988f;
	border-radius: 10px;
	
}

.activeCost1{
	color: var(--main-grey-2);
	/* background-color: var(--main-light-blue-3); */
	background-color: #b7ddde;
	border-radius: 10px;
}
.activeCost2{
	color: var(--main-grey-2);
	/* background-color: var(--main-green-3); */
	background-color: #d7eab3;
	border-radius: 10px;
}

.inactiveCost{
	color: #80808087;
	background-color: #9898988f;
	border-radius: 10px;
}

.totalsInput{
	width: 120px;
	background-color: rgba(128, 128, 128, 0.10);
	pointer-events: none;
}

.form-control{
	text-align: left;
	height: 40px;
	font-size: 16px;
}

.hiddenElement{
	display: none;
}
.hiddenInvoice{
	display: none;
}


#usageJobInformation{
	padding-left: 15px;
	padding-right: 30px;
	margin-bottom: -30px;
}

#currentRunSourceUsageEntry{
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 97%;
}

.usageTemplateMargin{
	margin-top: 30px;
	display: inline-block;
	float: left;
}


.enterSourceCostPageGridContainer{
	display: grid;
	grid-template-columns: 105px 210px 210px 210px 210px 210px 210px;
	grid-template-rows: 40px;
	grid-gap: 4px;
}

.enterRevSourceCostPageGridContainer{
	margin: auto;
	width: fit-content;
	display: grid;
	grid-template-columns: 105px 210px 210px 210px 210px 210px 210px 210px 210px;
	grid-template-rows: 40px;
	grid-gap: 4px;
}

.enterUsagePageGridContainer{
	margin-left: 0px;
	margin-right: 0px;
	display: grid;
	/* grid-template-columns: 3fr 2fr; */
	grid-template-rows: auto auto;
	grid-gap: 10px;
}

.dateAndTotalsDiv{
	font-size: 17px;
    /* border: 3px solid #99c9cb; */
    border-radius: 1px;
    /* background-color: #2ab1b1ab; */
    /* background-color: #48c7c5ab; */
    background-color: #2ab1b1ba;
    padding: 4px;
    color: #48484a;
}


#submitUsageForm .dateAndTotalsDiv .entryTextLabel{
	color: white;
	text-shadow: #00a5a5 0px 0px 3px;
}



#submitUsageForm{
 	resize: horizontal;
    overflow: auto;
}


.innactiveEntry{
	width: 98%;
	margin: auto;
}

.innactiveEntry .submitUsageForm .largeTopMargin .usageHolder .usageEntryContainer1{
	background-color: rgb(218, 218, 218);
	border-color: rgb(128, 128, 128);
	color: rgb(128, 128, 128);
}
.innactiveEntry .submitUsageForm .largeTopMargin .usageHolder .usageEntryContainer2{
	background-color: rgb(236, 236, 236);
	border-color: rgb(169, 169, 169);
	color: rgb(128, 128, 128);
}
.innactiveEntry .submitUsageForm .largeTopMargin .dateAndTotalsDiv{
	background-color: rgb(221, 221, 221);
	border-color: rgb(152, 150, 150);
	color: rgb(128, 128, 128);
	border: 3px solid rgb(152, 150, 150);;
}



#usageJobInformation{
	font-size: 20px;
}

.usageEntryContainer{
	display: grid;
	grid-template-columns: 240px auto;
	grid-template-rows: 60px auto;
	padding: 2px;
	border-radius: 3px;
}


.usageEntryContainer1{
	/* border: 4px solid rgba(72, 214, 200, 0.4);
	color: rgba(0, 153, 138, .8);
	background-color:#19a39624; */
	border: 4px solid rgba(68, 189, 177, 0.4);
    color: rgb(0, 156, 156);
    background-color: #00a5a538;
}

.usageEntryContainer2{
	/* border: 4px solid rgba(150, 204, 65, .4);
	color: rgb(94, 154, 81);
	background-color:#a5d46724; */
	border: 4px solid rgba(162, 224, 65, 0.4);
    color: rgb(96, 140, 21);
    background-color: #9bcc4854;
}

.usageEntryTemplate{
	grid-row-start: 1;
 	grid-row-end: 1;
}

.displayPastUsageEntries{
	grid-row-start: 2;
	grid-row-end: 2;
	overflow: scroll; 
	overflow-x: hidden; 
	height: 80vh;
	background-color: #d8eceb75;
	border-radius: 7px;
}

.poNumComContainer{
	flex-direction: column;
	grid-row-start: 2;
 	grid-row-end: 2;
 	grid-column-start: 1;
 	grid-column-end: 1;
}

.productInfoDiv{
	display: flex;
	flex-direction: column;
	grid-row-start: 1;
 	grid-row-end: 1;
	font-size: 18px;
	display: flex;
	grid-column-start: 1;
 	grid-column-end: span 2;
 	justify-self: start;
 	margin-left: 3px;
 	margin-top: 5px;
}

.productInfoDT, .productInfoSVC, .productInfoCH{
	font-weight: bold;
	text-decoration: underline;
}

.sourceGridAssignment{
	grid-column-start: 2;
 	grid-column-end: 2;
 	grid-row-start: 2;
 	grid-row-end: 2;
 	justify-self: start;
 	margin-top: 8px;
}

.sourceEntryRowContainer{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start; 
}

.sourceUsageEntryDiv{
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 10px;
	text-align: center;
	width: 125px;
	display: grid;
	grid-template-rows: 60px 25px 30px;
}

.sourceUsageEntryDiv input{
	width: 105px;
}

.sourceQuantityInput{
	width: 100px;
}

.sourceNameDiv{
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: block;
  line-height: 1.2em; /* a */
  max-height: 4em; /* a x number of line to show (ex : 2 line)  */
  color: black;
  align-self: center;
}

.sourceCodeIdDiv{
  color: black;
  font-weight: bold;
  text-decoration: underline;
}

.sourceQuantityEntryDiv{
  color: black;
}



.messageDiv{
	/* display: inline; */
	height: 25px;
	margin-bottom: -25px;
}

.message-container{
	height: 55px;
	width: 85vw;
	background-color: #00a10033;
	display:flex;
	justify-content: center;
	align-items: center;
	color: green;
	font-size: 21px;
	border-radius: 5px;
}
.message-container p{
	margin-top:8px;
}

.job-message-width{
	width: 940px !important;
}

.sourceIsSecondaryBooleanDiv{
	color: #906690e8;
	font-weight: bold;
}

.secondarySourceSelect {
	width: 20px;
	padding: 45px;
	transform: scale(1.23);
}



#landingPageLoginButton{
	width: 270px;
	outline:0;
}

#logoImgDiv {
	width: 435px;
	display: inline-block;
	margin-top: 15px;
	grid-row: 1;
	margin-top: 15px;
}

#logoImgRegisterDiv {
	width: 435px;
	display: flex;
	justify-content: center;
	margin-top: 15px;
	grid-row: 1;
}

#logoImg {
	max-width: 400px;
}

#logoImgRegister {
	max-width: 300px;
}


#headerLogoDiv {
	display: inline-block;
	width: 300px;
}

#headerLogo {
	width: auto;
	height: 50px;
}


.originalSourceContainer{
	display: none;
}



#createJobPage {
	width: 95%;
}

.removeElementButtonDivClass {
	display: inline-block;
	text-align: left;
	margin-right: 100px;
	margin-top: 15px;
	outline:0;
}


.removeElementButton{
	background-color: var(--main-light-blue-2);
    color: var(--main-green-3);
	width: 165px;
	outline:0;
}

.removeElementButton2 {
	background-color: var(--main-blue-2);
	color: var(--main-green-3);
	width: 165px;
	outline:0;
}

.removeElementButton:hover {
	background-color: var(--main-green-1);
    color: white;
}

.removeElementButton2:hover {
    background-color: var(--main-green-1);
    color: white;
}

.isSecondarySourceClass {
	display: inline-block;
	text-align: right;
	margin-top: 10px;
	margin-right: 5px;
}

.product-info-position{
	position: relative;
	right: 0px;
}

.originalProductContainer {
	display: none
}

.productContainer {
	margin: 5px;
	padding: 10px;
	border-radius: 2%;
	color: rgba(0, 153, 138, .8);
	background: var(--main-light-blue-1);
	background: linear-gradient(180deg, var(--main-light-blue-2) 10%, var(--main-light-blue-1) 100%);
}

.productContainer2 {
	margin: 5px;
	padding: 10px;
	border-radius: 2%;
	color: rgba(0, 153, 138, .8);
	background: var(--main-blue-1);
	background: linear-gradient(180deg, var(--main-blue-2) 10%, var(--main-blue-1) 100%);
}

.productTracker{
	display: inline-block;
	width:  100px;
	text-align: left;
	float: left;
	font-size: 2.5em;
	font-weight: bolder;
	color: var(--main-green-2);
}

.productTracker2{
	display: inline-block;
	width:  100px;
	text-align: left;
	float: left;
	font-size: 2.5em;
	font-weight: bolder;
	color: var(--main-green-2);
}

.productContainer input:not(.removeElementButton), .productContainer select, .productContainer option
	{
	color: black;
}

.productContainer2 input:not(.removeElementButton2), .productContainer2 select, .productContainer2 option
	{
	color: black;
}

.productContainer .entryTextLabel, .productContainer label{
	color:white;
	text-shadow: black 0px 0px 1px;
	font-size: 1em
}

.productContainer2 .entryTextLabel, .productContainer2 label{
	color:white;
	text-shadow: black 0px 0px 2.5px;
	font-size: 1em
}

.combineJobInfoContainer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-around;
}

.combineJobInfoItem {
	width: 475px;
}

.whiteOutlinedText {
	text-shadow: -1px -1px 0 #a4d469, 1px -1px 0 #a4d469, -1px 1px 0 #a1d36a,
		1px 1px 0 #a3d369;
}



.inlineBlock {
	display: inline-block;
}

span.asterisk {
	color: red;
	font-weight: bold;
	font-size: 20px;
	user-select: none;
	outline: none;
}

.underline {
	text-decoration: underline;
}

.boldText {
	font-weight: bold;
}

.borderBox {
	margin: auto;
	width: 400px;
	padding: 0px;
}

.borderRight {
	border-right: 4px solid var(--main-blue-4);
    right: 50%;
    margin-right: -3px;
    top: 0;
}

.appearingText {
	margin-top: -18px;
	margin-bottom: -18px;
}

.smallTopMargin {
	margin-top: 5px;
}

.mediumTopMargin{
	margin-top: 10px;
}

.largeTopMargin {
	margin-top: 15px;
}

.extraLargeTopMargin {
	margin-top: 30px;
}

.xxLargeTopMargin {
	margin-top: 45px;
}
.superLargeTopMargin {
	margin-top: 70px;
}

.smallBottomMargin {
	margin-bottom: 5px;
}

.mediumBottomMargin {
	margin-bottom: 10px;
}

.largeBottomMargin {
	margin-bottom: 15px;
}

.extraLargeBottomMargin {
	margin-bottom: 35px;
}

.largerBottomMargin{
	margin-bottom: 50px;
}

.xxLargeBottomMargin {
	margin-bottom: 105px;
}

.tweakedMargin {
	margin-left: 3.5px;
}

.smallLeftMargin{
	margin-left: 5px;
}

.mediumLeftMargin{
	margin-left: 15px;
}
.largeLeftMargin {
	margin-left: 25px;
}

.leftMargin-1p{
	margin-left: 1%;
}

.smallRightMargin{
	margin-right: 5px;
}
.mediumRightMargin{
	margin-right: 15px;
}
.largeRightMargin{
	margin-right: 25px;
}
.extraLargeRightMargin{
	margin-right: 45px;
}

.border {
	border-style: solid;
}

.simulatedLink {
	font-weight: bold;
	color: #009686
}

.simulatedLink:hover {
	color: #94cb3e;
	cursor: pointer;
}

.navigationLink {
	font-weight: bold;
	color: #009686;
	padding-left: 15px;
}

.navigationLink:hover {
	color: #94cb3e;
	cursor: pointer;
}

.centered {
	margin: auto;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.centeredText {
	text-align: center;
}

.borderLeft{
  border-left: 4px solid var(--main-blue-4);
  left: 50%;
  margin-left: -3px;
  top: 0;
}
.reportsBorder{
  border-left: 4px solid var(--main-blue-4);
  left: 50%;
  margin-left: 70px;
  top: 0;
}

.entryTextLabel {
	font-weight: bold;
	/* outline: none;
	user-select: none; */
	cursor: default;
}

.emphasisText {
	font-weight: bold;
	/* text-decoration: underline; */
	color: #1fa938;
}

.emphasisText2 {
	font-weight: bold;
	text-decoration: underline;
	color: #0013a7;
}

.infoText{
	color: var(--main-blue-2);
	font-family: Arial;
	user-select: none;
	outline: none;
}

#viewReportsBox .infoText{
	font-size: 18px;
	color: var(--main-light-blue-1);
}

.error {
	color: red;
	font-weight: thin;
	font-style: oblique;
}

.errorInput{
	background-color: red;
}

.halfWidth {
	display: inline;
	width: 50%;
}

.subButtonStats{
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-radius: 4px;
	padding: 10px 25px;
	cursor: pointer;
	text-align: center;
    cursor: pointer;
    height: 45px;
    border: 0;
    border-bottom: 2px solid var(--main-green-1);
}

.historical-button{
	background: linear-gradient(90deg,rgba(0, 165, 165, 0.27) 0%, rgba(149, 201, 61, 0.23) 100%);
	padding: 2px;
	position: relative;
	right:8px;
}

.historical-button:hover{
	background-color: rgba(0, 165, 165, 0.27);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.submit-button-3{
	font-size: 16px;
	background-color: var(--main-light-blue-1);
	color: white;
	font-weight: bold;
	height: 40px;
}

.max-width-button{
	width: 100%;
}
.new-source-button{
	width: 380px;
	background-color: var(--main-dark-green-1) !important;
}

.add-vendor-buttons{
	width: 690px !important;
}

.vendor-button-pos{
	display:flex;
	gap: 17px !important;
	justify-content:left !important;
	margin-top: -75px;
}
.new-source-button:hover{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: #8ec13b !important;
}

.new-vendor-button{
	background-color: var(--main-dark-green-1) !important;
}

.new-vendor-button:hover{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: #8ec13b !important;
}

.green-button{
	background-color: var(--main-dark-green-1) !important;
}

.green-button:hover{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: #8ec13b !important;
}


.extra-large-button{
	width: 935px;
	position: relative;
	right: 292px;
}

.submit-button-3:hover{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: #008f92;
}
.export-button{
	font-size: 16px;
	font-weight:bold;
	color: white;
	height: 45px;
	background-color: var(--main-dark-green-1);
}

.export-button:hover{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: #8ec13b;
}
.submitButton2{
	background-color: var(--main-light-blue-1);
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0.7px 0.75px 0.1px #0000007a;
	border-radius: 4px;
	color: white;
	padding: 10px 25px;
	margin-bottom: 25px;
	cursor: pointer;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	border: 0;
    border-bottom: 2px solid var(--main-green-1);
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #94cb3e;
    box-shadow: inset 0 -2px #94cb3e;
    height: 45px;
    outline:0;
}

.marginBottom25{
	margin-bottom: 25px;
}

.submitButton {
	background-color: #00a5a5;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	color: white;
	padding: 10px 25px;
	cursor: pointer;
	text-align: center;
	border: 0;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
    height: 45px;
    outline:0;
}

.create-job-button{
	width: 460px !important;
	background-color: #688d2b !important;
}

.create-job-button:hover{
	background-color: var(--main-green-1) !important;
}

.submitButton2:hover {
	/* background-color: rgb(10, 177, 160); */
	background-color:  rgb(0, 189, 171);
}

.submitButton:hover {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: #008f92;
	
}

.secondaryPageSubmitButton {
    background-color: #9cff000d;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #83c222;
    border: solid;
    border-color: #95CC41;
    border-width: 2px;
    outline: 0;
}

.secondaryPageSubmitButton:not(.innactiveButton):hover {
	background-color: #95CC41;
	color: white;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.disabled{
	pointer-events: none;
}

.inactiveCost {
	pointer-events: none;
}

.smallButton{
	width: 100px;
	outline:0;
}

.hiddenItem{
	visibility: hidden;
}

.innactiveButton {
	color: grey;
	border-color: grey;
	outline:0;
}

.preEffectButton, .afterEffectButton{
	font-size: .95em;
}

.preEffectButton {
	margin-top: 5px;
	font-weight: bold;
	color: #00998B;
	border: solid;
	border-color: #00998B;
	border-width: 2px;
	background-color: #fcffffd6;
	outline:0;
}

.preEffectButton:hover{
	color: #82d400;
}

.afterEffectButton{
	margin-top: 5px;
	background-color: #00998B;
	color: white;
	outline:0;
	font-weight: bold;
	
}

.pageEffectButton {
	font-weight: bold;
	color: var(--main-light-blue-1);
	border: solid;
	border-color: var(--main-light-blue-1);
	border-width: 2px;
	/* background-color: #eaeaea; */
	background-color: #e1e1e15e;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	outline:0;
}

.pageEffectButton:not(.innactiveButton):hover {
	background-color: var(--main-light-blue-1);
	color: white;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.pageEffectButtonHover{
	background-color: var(--main-light-blue-1);
	color: white;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.pageEffectButtonSmall {
	width: 105px;
	color: var(--main-light-blue-1);
	background-color: #e1e1e15e;
	border: solid;
	border-color: var(--main-light-blue-1);
	border-width: 2.3px;
	font-family: sans-serif;
	font-size: 15px;
	font-weight: bold;
	outline:0;
}

.pageEffectButtonSmall:not(.innactiveButton):hover {
	background-color: #00998B;
	color: white;
	font-family: sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.selectedCostDelete{
	background-color: #00998B;
	color: white;
	font-family: sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.selectedSourceDelete{
	background-color: #00998B;
	color: white;
	font-family: sans-serif;
	font-size: 15px;
	font-weight: bold;
}
#costLabelHeader{
	margin-bottom: -15px;
	text-align: center;
}

.productSelectorDiv{
	margin-bottom: 3px;
}

.formButton {
	background-color: #94cb3e;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0.7px 0.75px 0.1px #0000007a;
	border-radius: 4px;
	color: white;
	padding: 12px 35px;
	margin-top: 7px;
	margin-bottom: 25px;
	cursor: pointer;
	outline:0;
}

.continueButton {
	background-color: #94cb3e;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0.7px 0.75px 0.1px #0000007a;
	border-radius: 4px;
	color: white;
	padding: 3px 10px;
	cursor: pointer;
	outline:0;
}

.flexColumn {
	display: flex;
	flex-direction: column;
}

.flexRow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.source-button-position{
	gap: 15px !important;
	justify-content: left !important;
}

.manage-card .flexRow{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap:50px;
}


#registerLine {
	grid-row: 2;
	margin-left: 30%;
	padding: 5px;
	margin-top: -10px;
}

#loginHolder {
	width: 270px;
	margin-top: 15px;
	grid-column-start: 2
}

.centerButton{
	text-align: center;
}

#loginName {
	font-weight: bold;
}

#username {
	border-color: #009686;
	float: right;
	margin-left: 5px;
	width: 72%;
}

#p {
	border-color: #009686;
	float: right;
	margin-left: 5px;
	width: 72%;
	font-size:24px;
}

#loginSubmit {
	float: right;
	background-color: #94cb3e;
	font-family: sans-serif;
	font-size: 14px;
	text-shadow: 0.7px 0.75px 0.1px #0000007a;
	border-radius: 4px;
	color: white;
	padding: 12px 25px;
	margin-top: 7px;
	cursor: pointer;
}

#loginSubmit:active {
	background-color: #009686;
}

#registrationBox {
	margin: auto;
	width: 455px;
	padding: 10px;
	background-color: rgb(247, 247, 247);
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border:none;
	border-radius: 5px;
}


.registrationInfo {
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 20px;
	margin: 10px;
	text-align: center;
}
.extraLeftMargin{
	margin-left: 35px;
}

#registrationTextFieldContainer {
	margin-top: 10px;
	margin-bottom: 5px;
	width: 400px;
	display: flex;
	flex-direction: column;
}

.registrationTextField {
	flex-basis: 100%;
	display: flex;
	flex-direction: column;
}

.registrationTextField label {
	text-align:left;
	margin-left: 18px;
	position: relative;
	top: 5px;
}

.registrationTextField input{
	margin-left: 18px;
	margin-bottom: 13px;
}

.registrationTextField input:hover{
	border: 1px solid var(--main-light-blue-1) !important;
}

.registrationTextField input:focus{
	outline: none;
	border: 2px solid var(--main-light-blue-1) !important;
}
#registerUsername {
	border-color: #009686;
	margin-left: 5px;
}

#registerP {
	border-color: #009686;
	margin-left: 5px;
}

#registerPConfirm {
	border-color: #009686;
	margin-left: 5px;
}

#registerFirstName {
	border-color: #009686;
	margin-left: 5px;
}

#registerLastName {
	border-color: #009686;
	margin-left: 5px;
}


#registerError {
	margin-bottom: -23px;
}

#returnHome {
	text-align: right;
}

#shortcutHolder {
	position: relative;
	border-radius: 10px;
	background-color: #F0F0F0;
	width: 25%;
	float: right;
	padding: 10px;
}

#contentBorder {
	margin: 10px;
}

#indexHeader {
	display: flex;
	justify-content: space-between;
}

.shortcutName {
	color: #00998B;
	font-weight: bold;
}

#mainLogo {
	margin-top: -8px;
	margin-left: -15px;
}

#loginInfo {
	margin-right: 20px;
	margin-top: 40px;
	justify-content: flex-end;
	text-align: right;
}

#settingsLinkHolder {
	text-align: right;
}

#logoutHolder {
	text-align: right;
}

#navigation {
	margin-top: -15px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}

#content {
	width: 100%;
	vertical-align: top;
	justify-content: center;
	margin: auto;
}

#listsContainer {
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.listsLink {
	display: inline-block;
	width: 15%;
	vertical-align: top;
	max-height: 300px;
	overflow-y: scroll;
	text-align: left;
}

.jobContainer {
	width: 775px;
	margin: auto;
}

.jobContainerSmall{
	width: 550px;
}

.jobContainerLarge {
	width: 900px;
	margin: auto;
	text-align: center;
	/* background-color: var(--main-light-blue-4); */
}

.jobContainerLarger{
	width: 1000px;
	margin: auto;
	text-align: center;
}

.jobContainerExtraLarge{
	width: 1400px;
	margin: auto;
	text-align: center;
}

.jobRow {
	margin-top: 5px;
}

.jobSelectFilterBar {
	width: 97%;
	display: grid;
	grid-column: 1fr 1fr 1fr;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}

.jobBarTitle1 {
	display: inline-block;
	vertical-align: top;
	grid-row-start: 1;
	grid-row-end: 1;
	grid-column-start: 1;
	grid-column-end: 1;
}

.jobBarTitle2 {
	display: inline-block;
	vertical-align: top;
	grid-row-start: 1;
	grid-row-end: 1;
	grid-column-start: 2;
	grid-column-end: 2;
}

.jobBarTitle3 {
	display: inline-block;
	vertical-align: top;
	grid-row-start: 1;
	grid-row-end: 1;
	grid-column-start: 3;
	grid-column-end: 3;
}

.jobTextBoxSet1 {
	grid-row-start: 2;
	grid-row-end: 2;
}

.jobTextBoxSet2 {
	grid-row-start: 2;
	grid-row-end: 2;
}

.jobTextBoxSet3 {
	grid-row-start: 2;
	grid-row-end: 2;
}

.jobSelect {
	width: 100%;
	margin-bottom: 20px;
}

.jobCenterGrid {
	display: grid;
	grid-template-columns: auto 350px auto;
	grid-row-gap: 5px;
}

.jobCenterGridSmall {
	display: grid;
	grid-template-columns: 290px 230px 290px;
	grid-row-gap: 5px;
}

.jobCenterColumn {
	grid-column-start: 2;
	grid-column-end: 2;
}

.textBoxExpanded {
	display: inline-block;
	width: 50%;
}

.dateInput {
	width: 30%;
}


#newProductSourceTable {
	border: none;
	width: 40%;
	text-align: left;
}

#newProductSourceTable th {
	border: none;
	text-align: left;
}

#newProductSourceTable td {
	border: none;
	text-align: left;
}

.breakdownBySupplierSelectedTab {
	background-color: #95CC41;
}

.breakdownBySupplierTab:hover {
	background-color: #95CC41;
	cursor: pointer;
}

.reportsDisplayArea {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
}

.createJobPriceGrid {
	display: grid;
	grid-template-columns: 450px 450px;
	grid-column-gap: 10px;
}

.createJobPriceGridLabel {
	grid-row-start: 1;
	grid-row-end: 1;
	grid-column-start: 1;
	grid-column-end: 1;
}

.createJobPriceGridChoices {
	grid-row-start: 1;
	grid-row-end: 1;
	grid-column-start: 2;
	grid-column-end: 2;
}

#jobPricingArea {
	padding-right: 10px;
	padding-top: 25px;
}

#newJobSubmitButton{
	display: none;
}

.gridCenterItem{
	align-self: center;
	justify-self: center;
}

.gridStartItem{
	align-self: center;
	justify-self: start;
}

.gridEndtItem{
	align-self: center;
	justify-self: end;
}


.popup {
	width: 100%;
    background-color: #eeeeee;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
}


#invoicing .invoiced{
	color: #b5b5b5;
	background-color: #eeeeee;
}

.commentBox{
	width: 800px;
	height: 40px;
	text-align: left;
}


.reportingTableContainer{
	width: 99%;
	margin: auto;
	margin-bottom: 40px;
	font-size: .95em;
}

.commentsInput{
	width: 130px;
	background-color: #ececea2b;
	border-style: solid;
	border-width: 2.4px;
	padding: 0px;
	outline: none;
}
/* .commentsInput:hover{
	font-weight: bold;
	border-width: 3px;
} */

.poNumberInput{
	width: 130px;
	background-color: #ffffff96;
}

#sourceName{
	width: 450px;
	height: 40px;
	border: 2px solid var(--main-light-blue-2);
}
#sourceNumber{
	height: 40px;
	width: 325px;
	border: 2px solid var(--main-light-blue-2);
}
#main {
  float: left;
  width: 750px;
}

#sidebar {
  float: right;
  width: 100px;
}
.chartDisplayDiv{
	/* width: 80%; */
	height: 775px;
	width: 1400px;
	/* margin-left: auto;
	margin-right: auto; */
	/* align-self: center; */
	padding: 20px;
	background: var(--main-light-blue-4);
}

.chartDisplayGridWrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, 1400px);
	grid-gap: 20px;
	justify-items: center;
	align-items: center;
	justify-content: center
}

.flexColumn{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.rightLeftJobGrid{
	display: inline-grid;
	grid-template-columns: 400px 400px;
	grid-column-gap: 50px;
	grid-row-gap: 10px;
}

.sideBySideGrid{
	display: inline-grid;
	grid-template-columns: 290px 395px 365px;
	justify-items: center;
	align-items: center;
}
.leftSideGridItem{
	grid-column: 1;
}
.rightSideGridItem{
	grid-column: 2;
}
.farrightSideGridItem{
	grid-column: 3;
}
.firstRowGridItem{
	grid-row: 1;
}
.thirdRowGridItem{
	grid-row: 3;
}
#invoiceFrequencyDiv{
	margin-top: 5px;
}
#invoiceFrequency{
	margin-left: 20px;
}
#loaderText {
	text-align: center;
    font-size: 20px;
    font-weight: bold;
    /* margin: auto;
    margin-top: 70px; */
    margin: 14% auto 3%;
    width: 250px;
}
#loader {
	 /* position: absolute;
	 left: 50.5%;
	 top: 30%;
	 z-index: 1; */
	 width: 150px;
	 height: 150px;
	 margin: auto;
	 border: 16px solid #17a294;
	 border-radius: 50%;
	 border-top: 16px solid #a0d368;
	 width: 120px;
	 height: 120px;
	 -webkit-animation: spin 2s linear infinite;
	 animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

.search{
	border: 1.5px solid var(--main-blue-3);
	border-radius: 15px;
	outline: none;
	width: 300px;
	margin-bottom: 10px;
	text-align: left;
	background: var(--main-bg-color) !important;
}
.search:focus, .search:hover{
	border: 2.5px solid var(--main-blue-3) !important;
	width: 300px
}

.search-position{
	margin-left:191px;
	position: relative;
	left: 10px;
}

.source-search-position{
	margin-left:351px;
	position: relative;
	left: 25px;
	
}


/* .darkGreenBorder{
	border: double 3px transparent;
	border-radius: 10px;
	background-image: linear-gradient(hsla(0, 0%, 100%, 0.93), rgba(255, 255, 255, 0.93)), radial-gradient(circle at top left, #95CC41,#00998B);
	background-origin: border-box;
	background-clip: content-box, border-box;
	outline: none;
	-webkit-box-shadow: 0px 6px 21px 6px rgba(0,0,0,0.16); 
	box-shadow: 0px 6px 21px 6px rgba(0,0,0,0.10);
} */


.darkGreenBorder{
	border: double 3px transparent;
	border-radius: 10px;
	background-image: linear-gradient(var(--main-light-blue-4), var(--main-light-blue-4)), 
	linear-gradient(60deg, var(--main-green-1), var(--main-light-blue-3));
	background-origin: border-box;
	background-clip: content-box, border-box;
	outline: none;
	-webkit-box-shadow: 0px 6px 21px 6px rgba(0,0,0,0.16); 
	box-shadow: 0px 6px 21px 6px rgba(0,0,0,0.10);
}
.manage-card{
	width: 85vw;
	height: 410px;
	position: relative;
	border: 2px solid var(--main-blue-2);
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.delete{
	height: 410px !important;
}


.card h2{
	color: var(--main-light-blue-1);
}
.manage-card h2{
	color: var(--main-blue-2);
}

.card-label{
	font-weight: bold;
	font-size: 20px;
	color: var(--main-blue-2);
}
.manage-card select{
	width:35vw;
	height: 40px;
	border: 1px solid var(--main-blue-2) !important;
	border-radius: 5px !important;
}

.delete select{
	width:65vw !important;
} 
.manage-card .name{
	width:35vw;
	height: 40px;
	border: 1px solid var(--main-blue-2) !important;
	border-radius: 5px !important;
	text-align: start;
}

.delete .name, .single-col .name{
	width:65vw !important;
}

.manage-card .description{
	width:35vw;
	height: 200px;
	border: 1px solid var(--main-blue-2) !important;
	border-radius: 5px !important;
	text-align: start !important;
	vertical-align:top !important;
	resize: none;
}

.manage-card-submit-button{
	width:35vw !important;
	background-color: var(--main-dark-green-1) !important;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.manage-card-submit-button:hover{
	background-color: #95C93D !important;
}

.card-delete-button{
	width:65vw !important;
	background-color: #CC0000 !important;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.single-col-submit-button{
	width:65vw !important;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.card-delete-button:hover{
	background-color: red !important;
}

.manage-card select:hover, .manage-card select:focus,
.manage-card .description:hover, .manage-card .description:focus,
.manage-card .name:hover, .manage-card .name:focus{
	background-color: white !important;
	outline:none;
	border: 2px solid var(--main-blue-2) !important;
}

#taxonomySelection{
	border: double 3.3px transparent;
	border-radius: 10px;
	background-image: linear-gradient(#ffffffe0, #ffffffeb), linear-gradient(180deg, var(--main-light-blue-3), var(--main-light-blue-1));
    background-origin: border-box;
	background-clip: content-box, border-box;
	outline: none;
	-webkit-box-shadow: 0px 6px 21px 6px rgba(0,0,0,0.16); 
	box-shadow: 0px 6px 21px 6px rgba(0,0,0,0.10);
	color: var(--main-grey-1);
	width: fit-content;
	margin: auto;
}

.taxonomySelectGrid{
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
    display: inline-grid;
	grid-template-columns: 300px 200px 200px 200px;
	grid-column-gap: 50px;
	justify-items: center;
	align-items: center;
}

#taxonomySearchDiv{
	display: flex;
    flex-direction: column;
    justify-content: center;
}

#taxonomyReportDiv{
	width: 85vw;
	margin: auto;
	margin-bottom: 30px;
}

#viewReportsBox{
	border: double 3.3px transparent;
	border-radius: 10px;
	background-image: linear-gradient(#ffffffe0, #ffffffeb), linear-gradient(180deg, var(--main-light-blue-3), var(--main-light-blue-1));
    background-origin: border-box;
	background-clip: content-box, border-box;
	outline: none;
	-webkit-box-shadow: 0px 6px 21px 6px rgba(0,0,0,0.16); 
	box-shadow: 0px 6px 21px 6px rgba(0,0,0,0.10);
	color: var(--main-grey-1);
}

.jobSelectionBorder{
	border: double 3.3px transparent;
	border-radius: 10px;
    background-image: linear-gradient(#ffffffe0, #ffffffeb), linear-gradient(180deg, var(--main-blue-3), var(--main-blue-1));
    background-origin: border-box;
	background-clip: content-box, border-box;
	outline: none;
	-webkit-box-shadow: 0px 6px 21px 6px rgba(0,0,0,0.16); 
	box-shadow: 0px 6px 21px 6px rgba(0,0,0,0.10);
}

 
.darkGreenBorderSelect{
	border: solid 3px;
	border-radius: 10px;
	border-color: var(--main-blue-2);
	outline: none;
	-webkit-box-shadow: 0px 6px 21px 6px rgba(0,0,0,0.16); 
	box-shadow: 0px 6px 21px 6px rgba(0,0,0,0.10);
}
.templateHeaderCardBorder{
	border: double 3.3px transparent;
	border-radius: 10px;
    background-image: linear-gradient(#ffffffe0, #ffffffeb), linear-gradient(180deg, var(--main-light-blue-3), var(--main-light-blue-1));
    background-origin: border-box;
	background-clip: content-box, border-box;
	outline: none;
	-webkit-box-shadow: 0px 6px 21px 6px rgba(0,0,0,0.16); 
	box-shadow: 0px 6px 21px 6px rgba(0,0,0,0.10);
}
.templateHeaderCardBorder2{
	border: double 3.3px transparent;
	border-radius: 10px;
    background-image: linear-gradient(#ffffffe0, #ffffffeb), linear-gradient(180deg, var(--main-blue-3), var(--main-blue-1));
    background-origin: border-box;
	background-clip: content-box, border-box;
	outline: none;
	-webkit-box-shadow: 0px 6px 21px 6px rgba(0,0,0,0.16); 
	box-shadow: 0px 6px 21px 6px rgba(0,0,0,0.10);
}


.autocompleteInput{
	overflow: scroll;
}


select{
	font-color: black;
	border-radius: 3px;
	width: 200px;
	height: 30px;
	border: none;
	text-indent: 10px;
	outline: none;
}

#select, #sourceSelect, #vendorSelect {
	border-radius: 10px;
	width: 100%;
}

.mainmenubtn {
    background-color: #ff000000;
    color: white;
    border: none;
    cursor: pointer;
    /* padding-left:10px;
    padding-right:10px; */
    width: 200px;
    font-size: 22px;
    
    letter-spacing: 0.02em;
    line-height: 1.5em;
    outline: none;
    text-shadow: .5px .5px #8e8f98cc;
}
.customUnderline{
    text-decoration: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    z-index:100;
    text-decoration: none;
    text-align: center;
}
.dropdown-child {
	width: 210px;
    display: none;
    background-image: linear-gradient(#09a79e, #0ea99c);
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    position: absolute;
}
.dropdown-child a {
    color: white;
    padding: 22px;
    font-size: 17px;
    text-decoration: none;
    display: block;
}
.dropdown-child a:hover{
	font-size: 17.5px;
	font-weight: bold;
}
.dropdown:hover .dropdown-child {
    display: block;
}

#options:active, #options:hover{
	outline-color: yellow;
}


.selectedOptionsRow{
	min-height: 35px;
}

.selectedOptionDiv{
	color: #2284a2;
    display: inline;
    margin: 3px;
    border-style: solid;
    border-radius: 20px;
    border-color: green;
    border-width: 1.4px;
    outline: none;
    user-select: none;
}

.selectedOptionDiv:hover{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2.4px;
	margin-right:2.4px;
	border-width: 2px;
	cursor: pointer;
}

.multiSelected{
	font-weight: medium;
	color: #ffffff;
	background-color: #64bd7a;
}

.jobTemplateInfoCard{
	width: 940px;
	margin: auto;
	background-color: var(--main-light-blue-4);
}

.lightBlue{
	background-color: var(--main-light-blue-4);
}

.dirTableDivContainer{
	width: 47%;
}

.dirTableDiv{
   height: 450px;
   overflow-y: auto;
   border: #03a6a4;
   border-width: 2px;
   border-style: solid;
   padding: 12px;
}

.addedSourceCost, .addedVendorSource{
	background: #ffff4461;
}
.disabledButton{
	color: #80808087;
	background-color: #9898988f;
	border-radius: 10px;
}
.reportTime{
	font-size: 12px;
	color: #03a6a4;
	margin-top: -6px;
	margin-left: 23px;
}

.deleteUsageContainerPosition{
	display: flex;
	justify-content: center;
}

.deleteUsageContainer {
	width: 800px;
	height: 380px;
	border-radius: 7px;
	padding: 25px;
}

.row{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	gap: 25px;
}

.deleteUsageContainer label{
	font-weight: bold;
	text-align: left !important;
}

.deleteUsageContainer input{
	padding:5px;
	height: 45px;
}

.deleteUsageContainer .dateBox{
	width: 354px !important;
}

.deleteUsageContainer .textBox {
	width: 731px !important;
}

.deleteUsageContainer .textBoxPosition{
	margin-left:10px;
	margin-top: 20px;
}

.deleteUsageTable {
	width: 1135px;
}

.deleteUsageTable th {
	background-color: var(--main-light-blue-1);
	color: white;
	text-align: center;
	font-size: 19px;
}
.deleteUsageTable .removeCol {
	width: 40px;
}

.deleteUsageTable .dateCol {
	width: 140px;
}

.deleteUsageTable .jobCol {
	width: 150px;
}


.deleteUsageTable td {
	text-align: center;
}

.centerBox{
	display: flex;
	justify-content: center;
}

.selectedUsageContainer{
	height: 320px;
	width:300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 3px solid var(--main-blue-3);
	border-radius: 5px;
}
.selectedUsageInnerContainer{
	height: 270px;
	width:260px;
	background-color: white;
	border: 2px solid var(--main-blue-3);
	display: flex;
	flex-wrap:wrap;
	padding:6px;
}
.deleteUsageRow{
	display: flex;
	justify-content: center;
	gap:30px;
}
.selectedUsagePosition{
	display: flex;
	gap:10px;
}
.deleteUsageButtonEnabled{
	background-color: #CC0000 !important;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	width: 300px !important; 
}
.deleteUsageButtonEnabled:hover{
	background-color: red !important;
}
.deleteUsageButtonDisabled{
	background-color: #918E8E !important;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	width: 300px !important; 
	color: #A3A3A3;
}
.deleteUsageButtonDisabled:hover{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}

