* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
table {
	border-collapse: collapse;
}
@media print {
	.noPrint {
		display: none !important;
	}
}
copy, [copy] {
	cursor: pointer;
}
.locked {
	opacity: 0.75;
	background-color: #c0c0c0;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	text-align: center;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
}
lock {
	display: none;
}
width {
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
}
.stickyTop {
	position: sticky !important;
	top: 0;
	/* z-index: 10000; */
}
button {
	cursor: pointer;
}
[u] {
	text-decoration: underline;
}
[b] {
	font-weight: bold;
}
[c] {
	text-align: center;
}
[r] {
	text-align: right;
}
[i] {
	font-style: italic;
}
[s] {
	text-decoration: line-through;
}
[o] {
	text-decoration: overline;
}
[s][o] {
	text-decoration: line-through overline;
}
[u][o] {
	text-decoration: underline overline;
}
[u][s] {
	text-decoration: underline line-through;
}
[u][o][s] {
	text-decoration: line-through underline overline;
}
[w] {
	white-space: pre-wrap;
}
[nw] {
	white-space: pre;
}
formplaceholder {
	z-index: 5000;
}.contextMenu2 {
	display: none;
	position: absolute;
	background-color: white;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	z-index: 1000;
}
.contextMenu2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contextMenu2 ul li {
	padding: 8px 12px;
	cursor: pointer;
}
.contextMenu2 ul li:hover {
	background-color: #eee;
}.formed .html-duration-picker {
	/* display: none !important; */
	padding-right: 25px !important;
	
	
}
.formed .html-duration-picker + .controls .caret-down {
	border-color: transparent transparent transparent transparent;
	border-top-color: var(--a-button-text);
	background: var(--a-button-bg);
	margin: 0px;
	border-radius: 0px;

}
.formed .html-duration-picker + .controls .caret-up {
	border-color: transparent transparent transparent transparent;
	border-bottom-color: var(--a-button-text);
	background: var(--a-button-bg);
	margin: 0px;
	border-radius: 0px;

}
.formed .html-duration-picker-input-controls-wrapper + .controls {
	background: var(--a-button-bg) !important;
	margin: 0px;
	border-radius: 0px;
	/* display: none !important; */
	/* border-color: #fff transparent transparent transparent; */
}
.formed .html-duration-picker-input-controls-wrapper button {
	margin: 0px;
	background: var(--a-button-bg);
	border-radius: 0px;
}
.html-duration-picker-input-controls-wrapper .html-duration-picker {
	text-align: right;
	padding-right: 20px;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	cursor: text;
  }

.html-duration-picker-input-controls-wrapper .scroll-btn {
	text-align: center;
	width: 16px;
	padding: 0 4px;
	border: none;
	cursor: default;
	position: absolute;
}

.html-duration-picker-input-controls-wrapper .caret {
	width: 0;
	height: 0;
	border-style: solid;
}

.html-duration-picker-input-controls-wrapper .caret.caret-up {
	border-width: 0 4px 5px 4px;
	border-color: transparent transparent #000 transparent;
}

.html-duration-picker-input-controls-wrapper .caret.caret-down {
	border-width: 5px 4px 0 4px;
	border-color: #000 transparent transparent transparent;
}

.html-duration-picker-input-controls-wrapper .controls {
	display: inline-block;
	position: absolute;
	top: 1px;
	padding: 2px 0;
}

.html-duration-picker-input-controls-wrapper {
	display: inline-block;
	position: relative;
	background: transparent;
	padding: 0;
	box-sizing: border-box;
}.formStyle1 input,.formStyle1 select{margin-bottom:5px}.formStyle1 textarea,.formStyle1 input:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"]),.formStyle1 select{border:1px solid #c0c0c0;background:#f5f5f5;border-radius:5px;padding:5px}.formStyle1 button{padding:5px;border:#c0c0c0 1px solid;border-radius:5px;width:100%}.formed input[placeholder]:not([type="submit"]), .formed textarea[placeholder], .formed select[placeholder] {
	width: 100%;
	/* font-size: 150%; */
	padding: 5px;
	padding-top: 15px;
}
.formed select[placeholder] {
	width: 100%;
	/* font-size: 150%; */
	padding: 5px;
	padding-top: 15px;
}
.formed select[placeholder] option {
	padding-top: 15px;
	/* color: red; */
}
.formed .placeholder {
	position: absolute;
	top: 1px;
	left: 3px;
	opacity: 0.8;
} 
.formed td, .formed div {
	position: relative;
}
.formed input::placeholder, .formed textarea::placeholder {
	color: transparent;
}
formPlaceholder {
	color: black;
	display: block;
	width: 100%;
	pointer-events: none;
	text-align: left;
}

/* FILE: /var/www/jobbullets.com/theme/jobless/css.php */



:root {
	--maxWidth: 1200px;
	--footerBackground: #ffffff;
	--footerDirection: column;
	--footerLinkColor: green;
	--footerGridTemplateColumns: repeat(3, minmax(0, 1fr));
	--fullWidth: 			
		"title title title"
		"content content content"
		"footer footer footer";
	--limitWidth: 			
		"title title title"
		"sideleft content sideright"
		"footer footer footer";
	/*--headerBackground: -webkit-linear-gradient(top, #0099FF 0%,#3399bb 100%);;*/
	/*--headerBackground: linear-gradient(to right, aqua , lightgreen);*/
	/*--headerBackground: linear-gradient(to right, rgb(0,255,255) , rgb(144,238,144));*/
	/*--headerBackground: linear-gradient(to right, rgb(0,225,225) , rgb(114,208,114));*/
	/*--headerBackground: linear-gradient(to right, rgb(0,102,102) , rgb(0,128,128));*/
	/* --headerBackground: linear-gradient(to right, rgb(0,128,0) , rgb(0,128,128)); */
	--headerBackground: rgb(0,0,128);
	--menuBackground: var(--headerBackground);
	--menuColor: var(--headerColor);
	--headerColor: rgba(255,255,255,0.9);
	--contentBackground: #fdfdfd;
	--contentColor: #252525;
	/*--contentLinkColor: #43b0ef;*/
	--contentLinkColor: darkgreen;
	--contentLinkColor: var(--headerBackground);
	--contentLinkHoverColor: #43b0ef;
	--footerBackground: white;
	--backgroundColor: red;
	--headerShadow: rgba(0,0,0,.117647) 0 1px 3px;
	--popupMenuShadow: rgba(0,0,0,.117647) 0 1px 3px;
	--headerTitleColor: rgba(0,0,0,.117647) 0 1px 3px;
	/*--headerLinkColor: rgba(0,0,0,.117647) 0 1px 3px;*/
	--headerLinkColor: #040404;
	--widthPadding: 5px;
	--paddingWide: calc((100% - var(--maxWidth)) / 2);
	--paddingWide: calc((100% - var(--maxWidth)) / 2);
	/*--headerPadding: 15px 0px;*/
	/*--headerPaddingWide: 15px var(--paddingWide);*/
	--footerPaddingWide: 15px var(--widthPadding);
	--widthPaddingWide: 0px var(--widthPadding);
	/*font-family: Arial,Helvetica Neue,Helvetica,sans-serif;*/
	--font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;;
	--font-size: 14px;
	--popupMenuFontSize: 130%;
	--popupMenuHoverColor: black;
	--popupMenuHoverBackground: aqua;
	--popupMenuPadding: 15px;
	--grey: #f9f9f9;
	/* Mobile Nav */
	--menuBackground: olive;
	--menuBackground: mediumseagreen;
	--menuBackground: indianred;
	--menuBackground: teal;
	--menuBackground: navy;
	--menuBackground: maroon;
	/*--menuBackground: rgba(155,255,155,1);*/
	--menuInnerBackground: var(--menuBackground);
	--menuTextColor: #fff;
	/*--menuTextColor: var(--menuTextColor);*/
	--headerBackground: var(--menuBackground);
	--formErrorColor: red;
	--homeMenuLinkBackground: rgba(130,130,130,0.1);
}
@media (prefers-color-scheme: dark) {
	:root {
		--formErrorColor: red;
		--homeMenuLinkBackground: rgba(255,255,255,0.05);
	}
}
/*
@media (prefers-color-scheme: dark!) {
	:root {
		--footerBackground: #ffffff;
		--footerLinkColor: green;
		--headerBackground: linear-gradient(to right, rgb(0,102,102) , rgb(0,128,128));
		--headerColor: red;
		--contentBackground: #fdfdfd;
		--contentColor: #252525;
		--footerBackground: white;
		--backgroundColor: red;
		--menuBackground: var(--headerBackground);
		--menuColor: var(--headerColor);
		--headerShadow: rgba(0,0,0,.117647) 0 1px 3px;
		--popupMenuShadow: rgba(0,0,0,.117647) 0 1px 3px;
		--headerTitleColor: rgba(0,0,0,.117647) 0 1px 3px;
		--headerLinkColor: #040404;
		--popupMenuHoverColor: black;
		--popupMenuHoverBackground: aqua;
		--grey: #f9f9f9;
}
}*/
