<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Lc-form {
	width: 100%;
}

.Lc-section {
	width: 100%;
    float: left;
    clear: both;
}

.Lc-section-label {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 16px;
}

.Lc-field {
	height: 48px;
}

.Lc-control {
	float: left;
}

/*
.Lc-control &gt; INPUT:focus, .Lc-control &gt; SELECT:focus {
	border: 1 !IMPORTANT;
	border-color: black !IMPORTANT;
}
*/

.Lc-label-above {
	display: block;
	float: left!important;
}

.Lc-label-right {
	float: left;
	padding-left: 5px;
}

.Lc-col-4 .Lc-field {
	float: left;
	width: 25%;
}

.Lc-col-3 .Lc-field {
    float: left;
    width: 33%;
}

.Lc-col-3 .Lc-field INPUT[type=text] {
	width: 100%;
	padding: 4px;
}
.Lc-col-4 .Lc-field INPUT[type=text] {
	width: 190px;
	padding: 4px;
}

.lingchiSectionHeaderIcon {
	margin-left: 8px;
	display: inline-block;
}

SPAN.chevronToggle {
    display: block;
    font-size: 14px;
    padding: 8px;
    background-color: #efefef;
}
SPAN.chevronToggle SPAN.control {
    display: block;
    float: right;
}
DIV.chevronToggleArea {
	width: 100%;
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
DIV.chevronToggleArea .inside {
	padding: 5px
}

/* .Lc-form .Lc-col-3 .Lc-field .Lc-control {
	width: 75%;
} */

.Lc-form #EmployeeDataForm .Lc-col-subsection .subsections .subsection {
	margin-right: 23px;
}

.Lc-form #EmployeeDataForm .Lc-col-subsection .Lc-field .Lc-control INPUT[type=text],
.Lc-form #EmployeeDataForm .Lc-col-subsection .Lc-field .Lc-control INPUT[type=tel],
.Lc-form #EmployeeDataForm .Lc-col-subsection .Lc-field .Lc-control INPUT[type=email],
.Lc-form #EmployeeDataForm .Lc-col-subsection .Lc-field .Lc-control INPUT[type=number],
.Lc-form #EmployeeDataForm .Lc-col-subsection .Lc-field .Lc-control TEXTAREA {
	width: 250px;
	margin-bottom: 4px;
}
.Lc-form #EmployeeDataForm .Lc-col-subsection .Lc-field .Lc-control select {
	width: 276px;
	margin-bottom: 4px;
}
.Lc-form #EmployeeDataForm .Lc-col-subsection .Lc-field .Lc-control .dateAreaOutline INPUT[type=text] {
	width: 212px;
	margin-bottom: 4px;
}


.Lc-form .Lc-col-3 .Lc-field .Lc-control INPUT[type=text],
.Lc-form .Lc-col-3 .Lc-field .Lc-control INPUT[type=tel],
.Lc-form .Lc-col-3 .Lc-field .Lc-control INPUT[type=email],
.Lc-form .Lc-col-3 .Lc-field .Lc-control INPUT[type=number],
.Lc-form .Lc-col-3 .Lc-field .Lc-control TEXTAREA {
	width: 250px;
}
.Lc-form .Lc-col-3 .Lc-field .Lc-control .dateAreaOutline INPUT[type=text] {
	width: 213px;
}
.Lc-form .Lc-col-3 .Lc-field .Lc-control SELECT {
	width: 275px;
}
.Lc-form .Lc-col-4 .Lc-field .Lc-control SELECT {
	width: 216px;
}

.Lc-form .Lc-col-4 .selectArea {
	width: 188px;
	margin-left: 6px;
}

.Lc-form .Lc-col-4 .Lc-field .Lc-control INPUT[type=checkbox],
.Lc-form .Lc-col-4 .Lc-field .Lc-label-right {
	margin-top: 13px;
	color: #555;
}


.Lc-form .columnHeader {
	width: calc( 100% - 24px );
}

.Lc-form .collapseableContent {
	width: calc( 100% - 14px );
	margin-bottom: 16px;
}

.Lc-form .columnHeader .Lc-section-label {
	display: inline;
}
.Lc-form .columnHeader a {
	color: #000;
}

/* .Lc-form .Lc-col-3 .Lc-field.Lc-disabled,
.Lc-form .Lc-col-4 .Lc-field.Lc-disabled {
	color: #ccc;
} */

.Lc-form .Lc-field a.button {
	float: none;
	margin-top: 13px;
	display: inline-block;
}
.Lc-form .Lc-field a.button#weight_source_set {
	margin-top: 0;
}

.Lc-form .Lc-col-3 .Lc-field.Lc-disabled a.button,
.Lc-form .Lc-col-4 .Lc-field.Lc-disabled a.button {
 background-color: #ccc !important;
 cursor: auto;
}
.Lc-form .Lc-col-4 .Lc-field.Lc-disabled a.button#weight_source_set {
	background-color: #005a9e !important;
 cursor: pointer;
 margin-top: 0;
}

.Lc-form .Lc-col-3 .Lc-field.Lc-disabled a.button:hover,
.Lc-form .Lc-col-4 .Lc-field.Lc-disabled a.button:hover {
	box-shadow: none !important;
}

.fieldParent {
	margin-top: 20px;
}

.subsections .subsection .fieldParent .Lc-select {
	margin-bottom: 8px;
}

#EmployeeDataForm .subsections .subsection &gt; .fieldParent:first-child {
	margin-top: 0;
}

.fieldParent .Lc-field {
	margin-left: 12px;
	height: 22px;
	margin-top: -12px;
}
.fieldParent .Lc-field:first-child {
	margin-left: 0;
	height: 24px;
	/* margin-top: 0; */
}

.Lc-col-4 .fieldParent .Lc-field {
	float: none;
	width: 100%;
}

.Lc-col-subsection .subsections {
	display: flex;	
}

.Lc-col-subsection .subsections .subsection {
	flex: 1;
	margin-left: 8px;
}
.Lc-col-subsection .subsections .subsection:first-child {
	margin-left: 0;
}

.Lc-col-subsection .subsections .subsection .Lc-field {
	padding-top: 2px;
	height: 32px;
}
.overall-weights.Lc-col-subsection .subsections .subsection .Lc-field {
	padding-top: 10px;
}

.Lc-col-subsection .subsections .subsection .Lc-field .Lc-select,
.Lc-col-subsection .subsections .subsection .Lc-field select {
	width: 98%;
}

.Lc-col-subsection .subsections .subsection a.button {
	margin-top: 0;
}

.Lc-field.view-appraisals.\31{
    margin-left: 24px;
    width: 230px;
}
.Lc-field.view-appraisals.\30 .Lc-disabled {
	    margin-left: 24px;
    width: 230px;
}
.Lc-field.recognition_iq_enable{
    margin-left: 24px;
    width: 230px;
}

/* Company Settings */
div.overall-weights div.subsections div.subsection div.Lc-field .Lc-label-above { float: none!important; }
div.overall-weights div.subsections div.subsection:nth-child(n+2) { position: relative; top: 20px; }
</pre></body></html>