
/* Refined style edits */
body {
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
}
a {
	color: #36903d;
}
code {
	font-size: 1rem;
	color: black;
	background: #dcdcdc;
	padding: 0 0.2rem;
	border-radius: 2px;
}
.ext_ui_dropdown_item:has(a[href="/user/approvals"]) {
	display: none;
}
/* remove rules to simplify, keep for reference */
/*
h2.rw_primary_text {
	font-size: 1.8rem !important;
	padding-top: 3rem !important;
}
.rw_formatting_item.rw_layout_2column .rw_cell {
	padding: 0;
}
.rw_request_link .rw_item_content {
	margin-left: 0 !important;
}
.rw_item_icon img {
	max-width: 48px;
	max-height: 48px;
}
.rw_logo {
	margin-right: 2.5rem !important;
}
.rw_logo img {
	transform: scale(1.2);
}
.request_view_container,
.rw_bg_shadow + #rw_content,
.rw_portal_body .rw_layout_group + .rw_layout_group
{
	box-shadow: 0px 0px 0px 1px #EEE;
}
.rw_item_text {
	flex: 3 1 30rem !important;
}
.rw_issue_link_cell {
	white-space: normal !important;
}
.rw_table_cell,
.wssi-text-border {
	position: relative;
}
.rw_module.rw_richtext_module,
.wssi-text-border {
	border-left: 0.8rem solid transparent;
	min-width: 9rem;
	max-width: 60rem;
	position: relative;
}
.rw_module.rw_richtext_module::after,
.wssi-text-border::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 1rem;
	bottom: 1.5rem;
	border-left: 0.2rem solid #3faa47;
}
.wssi-text-border::after {
	left: -1.5rem;
	bottom: -1rem;
}
.rw_module.rw_richtext_module + .rw_module.rw_richtext_module::after,
.rw_module.rw_html_module + .rw_module.rw_richtext_module::after {
	top: 2.5rem;
}
*/

/* content styles */
#wssi-big-title {
	color: #000;
	text-align: center;
	margin: 0 0 3rem 0;
	text-shadow: 0 0 1px white, 0 0 5px white, 0 0 10px white;
	font-family: Garamond, sans-serif;
	font-weight: bold;
	font-size: 4rem;
}
#wssi-button-container {
	display: flex;
    justify-content: center;
    gap: 3rem 4rem;
    margin-bottom: 2rem;
	flex-wrap: wrap;
}
.wssi-action-button {
	background: #3faa47;
	padding: 1.2rem;
	color: #FFF;
	text-decoration: none;
	margin: 0 0.1rem;
	border-radius: 5px;
	box-shadow: 0 0 5px #FFF;
	width: 16rem;
	text-align: center;
	border: 0;
}
.wssi-action-button:hover {
	text-decoration: none;
}
.wssi-action-button p {
	font-size: 1.2rem;
	color: #FFF !important;
}
.wssi-action-button svg {
	vertical-align: text-bottom;
	width: 1.6rem;
	height: 1.6rem;
}
.wssi-small-action-button {
	border: 2px solid;
	border-color: #3faa47;
	background: #f1faef;
	padding: 0.5rem 1rem;
	color: #000;
	font-size: 1rem;
	text-decoration: none;
	margin: 0 0.1rem;
	border-radius: 5px;
	text-align: center;
}
.wssi-small-action-button.negative {
	border-color: #cf5548;
	background: #fff0f0
}
.wssi-small-action-button.neutral {
	border-color: #489ecf;
	background: aliceblue;
}
.wssi-small-action-button:hover {
	cursor: pointer;
}
/*
#wssi-article-container {
	display: flex;
    gap: 2rem;
	flex-wrap: wrap;
	max-width: 80rem;
	margin: 0 auto;
}
.wssi-featured-article {
	border-left: 0.2rem solid #3faa47;
    padding-left: 1rem;
	flex: 20rem;
}
.wssi-featured-article h3 {
	font-size: 1.5rem;
}
#jsd-widget {
	position: absolute !important;
}
*/

/* Refined form edits */
/* remove for simplicity, keep for reference */
/*
label.el-form-item__label {
	font-weight: bold;
}
label.el-form-item__label::after {
	font-weight: bold;
	color: red !important;
	font-size: 1.2rem;
}
.ext_form_item_helptext {
	font-size: 0.9rem !important;
}
.el-upload {
	width: 98%;
}
.el-upload-dragger {
	border-width: 3px !important;
	width: 100% !important;
}
.el-form .el-form-item:has(label[for="customfield_10049"]), 
.el-form .el-form-item:has(label[for="customfield_10063"]),
.el-form .el-form-item:has(label[for="customfield_10064"])
{
	display: inline-block;
	width: 30%;
	margin-right: 3%;
}
.el-form .el-form-item:has(label[for="customfield_10065"]), 
.el-form .el-form-item:has(label[for="customfield_10066"])
{
	display: inline-block;
	width: 47%;
	margin-right: 3%;
}
.el-checkbox-group label.el-checkbox {
	display: block;
}
.el-form input[type=text], .el-form .ext_ui_rich_text_editor {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
*/

