
*::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	text-align: left;
    color: #777;
	opacity: 0.6;
	letter-spacing: 1.3px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	font-style: normal;
	text-indent: 2px;
}

*::-moz-placeholder { /* Firefox */
	text-align: left;
    color: #777;
	opacity: 0.6;
	letter-spacing: 1.3px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	font-style: normal;
	text-indent: 2px;
}

*:-ms-input-placeholder { /* Internet Explorer 10-11 */
	text-align: left;
    color: #777;
	opacity: 0.6;
	letter-spacing: 1.3px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	font-style: normal;
	text-indent: 2px;
}

input.date::placeholder {
	opacity: 1;
	font-weight: 300;
}

select,input,textarea,button {
	font: 100% 'open sans', verdana, arial, helvetica, clean, sans-serif;
}

.dropdownvvsm {
	width: 25px;
}

.dropdownvsm {
	width: 42px;
}

.dropdownmdbig {
	width: 180px;
}

.dropdownsm {
	width: 50px;
}

.dropdownmidsm {
	width: 75px;
}

.dropdown {
	width: 100px;
}

.dropdownmulti {
	width: 126px;
}

.dropdownmultilg {
	width: 180px;
}

.dropdownmid {
	width: 175px;
}

.dropdownbig {
	width: 225px;
}

.dropdownlrg {
	width: 275px;
}

input[type='text'][readonly].history {
	border-left: 0 none;
	border-radius: 0 4px 4px 0;
}

span.history {
	padding: 0.375rem 0.75rem;
	border: 1px solid #ccc;
    line-height: 1.5;
    border-radius: 4px 0 0 4px;
}

div.d-flex > span.history + div.input-classic {
	flex-grow: 1;
}

input.history+span.history
,input[type="checkbox"].history+label+span.history {
	background: #f4f4f4 none repeat scroll 0 0;
	border: 1px solid #cccccc;
	border-radius: 4px 0 0 4px;
	float: left;
	height: 20px;
	padding: 3px 5px;
}

input[type="checkbox"].history+label+span.history {
    height: unset;
    padding: 0;
    background: none;
    border: 0;
    margin-right: 5px;
    margin-top: 2px;
}

input.history+span.history>a {
	vertical-align: top;
	height: 100%;
	display: inline-block;
	padding-top: calc((20px - 1rem) / 2);
}

input.history + span.history > a > i {
	vertical-align: top;
}

/* input styles */
input {
	vertical-align: middle;
	background-color: #fff;
}

input[type="text"],input[type="password"],input[type="file"] {
	height: 20px;
	width: 100px;
	-webkit-box-shadow: 0 0 0 1000px white inset;
	box-sizing: content-box;
}

input[type="text"],input[type="password"],input[type="file"],textarea, div.textarea {
	border: 1px solid #ccc;
	border-width: 1px;
	border-radius: 4px;
	padding: 3px 5px !important;
	margin: 0;
	color: #3b4045;
}

input[type="text"]:focus,input[type="password"]:focus,textarea:focus {
	border-color: var(--hrworks-blue);
	background-color: #ffffbd;
	-webkit-box-shadow: none;
}

input[readonly], input[disabled], textarea[readonly], div.hw-step-spinner.disabled {
	background: #f4f4f4 !important;
	-webkit-box-shadow: none;
}

input[disabled][type="text"]:focus,input[disabled][type="password"]:focus
,input[readonly][type="text"]:focus,input[readonly][type="password"]:focus
,textarea[readonly]:focus {
	background-color: #f4f4f4 !important;
}

textarea, div.textarea {
	height: 100px;
	width: 240px;
	padding: 5px !important;
}

textarea.w-100 {
	box-sizing: border-box;
}

div.textarea {
	background: #f4f4f4;
	overflow: auto;
}

div.textarea.pre {
	white-space: pre;
}

div.textarea.pre-wrap {
	white-space: pre-wrap;
}

div.textarea.max {
	width: auto !important;
}

.yui-skin-sam textarea.max {
	width: 100% !important;
	box-sizing: border-box;
}

.yui-skin-sam textarea.XXLARGE, div.XXLARGE {
	max-height: 350px;
	min-width: 700px;
	overflow: auto;
	height: 250px;
}

textarea.classic.LARGE {
	--rows: 5;
}

textarea.classic.XLARGE {
	--rows: 10;
}

textarea.classic.XXLARGE {
	--rows: 15;
}

.yui-skin-sam textarea.WIDE, div.WIDE {
	width: 350px;
	overflow: auto;
	height: 50px;
}

.yui-skin-sam textarea.XLARGE, div.XLARGE {
	min-width: 500px;
	overflow: auto;
}

.yui-skin-sam textarea.LARGE, div.LARGE {
	min-width: 350px;
	overflow: auto;
	height: 150px;
}

.yui-skin-sam textarea.readonly {
	background-color: transparent;
	margin: 0;
	resize: none;
}

.yui-skin-sam textarea.readonly:focus {
	box-shadow: none;
}

.yui-skin-sam input.wide {
	width: 140px;
}

.yui-skin-sam input.widexl {
	width: 180px;
}

.yui-skin-sam input.widexl-plus {
	width: 205px;
}

.yui-skin-sam input.wide300 {
	width: 300px;
}

.yui-skin-sam input.wide350 {
	width: 350px;
}

.yui-skin-sam input.widexxl {
	width: 430px;
}

.yui-skin-sam input.widexxxl {
	width: 500px;
}

.yui-skin-sam input.medium {
	width: 75px;
}

.yui-skin-sam input.small {
	width: 40px;
	font-size: 1rem;
}

.yui-skin-sam input.vsmall {
	width: 20px;
}

#PFChallanTbl input {
	width: 90px;
}

input[type="file"] {
	width: 100%;
	height: 20px;
	font-size: 77%;
	overflow: hidden;
}

input[type="file"].bs-bb {
	height: 28px;
}

.yui-skin-sam input.numeric {
	text-align: right;
}

input.date,
input.datetime  {
	border-radius: 4px 0 0 4px;
}

input.date:not(.nocal)+a.cal
, input.datetime:not(.nocal)+a.cal {
	display: inline-block;
	background: #f7f7f7;
	border-color: #ccc #ccc #ccc currentcolor;
	border-image: none;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px 0;
	height: 28px;
	border-radius: 0 4px 4px 0;
	min-width: unset;
	padding: 3px 5px;
	color: #83af14;
	vertical-align: middle;
	box-sizing: border-box;
	padding-top: calc(3px + (20px - (1rem * 1.077)) / 2);
}

input.date+a.cal > i.fa
, input.datetime+a.cal > i.fa {
	vertical-align: top;
}

input.classic, textarea.classic {
    padding: 0.375rem 0.75rem !important;
    border-radius: 0.25rem;
    box-shadow: none;
    box-sizing: border-box;
    line-height: 1.5;
	width: 100%;
	height: auto;
	border: 1px solid #f8f9fa;
    background: #f8f9fa;
    border-color: #f8f9fa;
}

textarea.classic {
    --rows: 2;
    height: calc(var(--rows) * 1.5em + 0.75rem + 2px) !important;
	background: none;
}

textarea.allow-maximize {
	font-family: 'Roboto Mono', monospace;
	font-weight: 400;
	white-space: pre;
}

textarea.classic.h-100 {
	height: 100% !important;
}

input.classic.underline {
	background: none;
	border-color: transparent;
	line-height: 1.2;
	height: 1.2em;
	box-sizing: content-box;
}

input.classic.date {
	text-align: center;
}

input.classic.date.h5 {
	margin-bottom: 0;
	font-weight: normal;
}

form.classic input.classic:not(.underline),
form.classic textarea.classic,
form.classic span.yui-button.yui-menu-button.classic button,
form.classic span.yui-button.yui-split-button.classic button,
form.classic div.hw-step-spinner.classic,
.hw-form input.classic:not(.underline),
.hw-form textarea.classic,
.hw-form span.yui-button.yui-menu-button.classic button,
.hw-form span.yui-button.yui-split-button.classic button,
.hw-form div.hw-step-spinner.classic,
.tblInput input.classic:not(.underline),
.tblInput textarea.classic,
.tblInput span.yui-button.yui-menu-button.classic button,
.tblInput span.yui-button.yui-split-button.classic button,
.tblInput div.hw-step-spinner.classic {
	background: white;
    border-color: #dae0e5;
    border-color: #bbb;
}

form.classic span.yui-button.yui-menu-button,
form.classic span.yui-button.yui-menu-button button,
form.classic span.yui-button.yui-split-button,
form.classic span.yui-button.yui-split-button button,
.hw-form span.yui-button.yui-menu-button,
.hw-form span.yui-button.yui-menu-button button,
.hw-form span.yui-button.yui-split-button,
.hw-form span.yui-button.yui-split-button button,
.tblInput span.yui-button.yui-menu-button,
.tblInput span.yui-button.yui-menu-button button,
.tblInput span.yui-button.yui-split-button,
.tblInput span.yui-button.yui-split-button button {
	width: 100%;
}

form.classic span.yui-button.yui-menu-button button em,
.hw-form span.yui-button.yui-menu-button button em,
.tblInput span.yui-button.yui-menu-button button em,
form.classic span.yui-button.yui-split-button button em,
.hw-form span.yui-button.yui-split-button button em,
.tblInput span.yui-button.yui-split-button button em {
	flex-grow: 1;
}

div.input-classic {
	position: relative;
	box-sizing: border-box;
	display: flex;
	text-decoration: none;
}

div.input-classic.date {
	display: inline-flex;
}

div.input-classic::before
, span.yui-button.yui-menu-button.classic:before
, span.yui-button.yui-split-button.classic:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: "";
	height: 2px;
	width: 100%;
	background: #0000ff;
	transform: scalex(0);
	opacity: 0;
	transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0.2s;
	z-index: 2;
}

div.input-classic.focus::before,
span.yui-button.yui-menu-button.yui-menu-button-active.classic::before {
	transform: scalex(1);
	opacity: 1;
}

div.input-classic.underline::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	height: 1px;
	width: 100%;
	background: #ccc;
	box-shadow: 0 1px 1px #fefefe;
}

div.input-classic.underline.like-text:not(.focus):after {
	display: none;
}

div.hw-step-spinner {
	position: relative;
	display: flex;
	border: 1px solid #ccc;
	border-radius: 4px;
}

div.hw-step-spinner input {
	border-right: 0 none;
	border-radius: 4px 0 0 4px;
	margin-right: calc(1rem + 4px);
	border: 0 none;
	text-align: left !important;
}

div.hw-step-spinner div.input-classic input {
	padding-right: 0 !important;
}

div.hw-step-spinner input:focus {
	border-right: 1px solid #ccc !important;
}

div.hw-step-spinner::before, div.hw-step-spinner::after {
    position: absolute;
    width: 1rem;
    height: calc(50% - 2px);
    right: 2px;
    padding: 0 3px;
    font-family: "Font Awesome 5 Pro";
    line-height: 1;
    color: var(--text-body);
    box-sizing: border-box;
    font-weight: 900;
    cursor: pointer;
    text-align: center;
    opacity: 0.4;
    transition: opacity 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

div.hw-step-spinner::before {
	content: "\f0d8";
    top: 2px;
    border-radius: 2px 2px 0 0;
    border-bottom: 0 none;
}

div.hw-step-spinner::after {
	content: "\f0d7";
    bottom: 2px;
    border-radius: 0 0 2px 2px;
    border-top-color: #aaa;
}

div.hw-step-spinner:hover::before, div.hw-step-spinner:hover::after {
	opacity: 1;
}

div.hw-step-spinner.classic {
	background: #f8f9fa;
	border: 1px solid #f8f9fa;
}

div.hw-step-spinner.classic:hover,
div.hw-step-spinner.classic:hover input,
div.hw-step-spinner.classic > div.input-classic.focus,
input.classic:not(.underline):hover,
input.classic:not(.underline):focus,
textarea.classic:hover,
textarea.classic:focus,
span.yui-button.yui-menu-button.classic button:hover,
span.yui-button.yui-split-button.classic button:hover {
    color: #212529 !important;
    background: #e2e6ea !important;
/*    border-color: #dae0e5 !important; */
}

div.search-area input.classic:not(.underline):hover,
div.search-area textarea.classic:hover,
div.search-area span.yui-button.yui-menu-button.classic button:hover,
div.search-area span.yui-button.yui-split-button.classic button:hover,
div.search-area div.hw-step-spinner.classic:hover,
div.search-area input.classic:not(.underline):focus,
div.search-area textarea.classic:focus,
div.search-area span.yui-button.yui-menu-button.classic button:focus,
div.search-area span.yui-button.yui-split-button.classic button:focus,
div.search-area div.hw-step-spinner.classic:focus {
	background: white !important;
    border-color: #dae0e5 !important;
    border-color: #bbb !important;
}

div.hw-step-spinner.classic input:focus {
	border: 0 !important;
}

div.hw-step-spinner.classic input {
	margin-right: calc(1.5rem + 6px);
}

div.hw-step-spinner.classic::before, div.hw-step-spinner.classic::after {
	width: 1.5rem;
}

span.yui-button.yui-menu-button.classic
, span.yui-button.yui-split-button.classic {
	position: relative;
}

span.yui-button.yui-menu-button.classic
, span.yui-button.yui-split-button.classic
, span.yui-button.classic .first-child
, span.yui-button.classic .first-child button::after {
	border: 0;
	padding: 0;
}

span.yui-button.yui-menu-button.classic button
, span.yui-button.yui-split-button.classic button {
	background: #f8f9fa;
	color: #212529;
	padding: 0.375rem 0.75rem !important;
	display: flex;
	align-items: center;
	line-height: 1.5;
	border: 1px solid #f8f9fa;
}

span.yui-button.yui-menu-button.classic button em
, span.yui-button.yui-split-button.classic button em {
	padding-right: 0.75rem;
}

span.yui-button.yui-menu-button.classic button::after
, span.yui-button.yui-split-button.classic button::after {
	position: static;
	width: auto;
	background: transparent !important;
	line-height: 1.5rem;
}

span.yui-button.yui-menu-button.classic.no-icon button::after
, span.yui-button.yui-split-button.classic.no-icon button::after {
	display: none;
}

span.yui-button.yui-menu-button.classic.no-icon button > em
, span.yui-button.yui-split-button.classic.no-icon button > em {
	padding-right: 0;
}

span.yui-button.yui-menu-button.classic.w-auto button > em
, span.yui-button.yui-split-button.classic.w-auto button > em {
	width: auto !important;
}

span.yui-button.yui-menu-button.classic + div.yui-module
, span.yui-button.yui-split-button.classic + div.yui-module {
	line-height: 1.8;
	font-size: 100%;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	border: 1px solid #ccc;
	border-radius: 0 0 4px 4px;
}

span.yui-button.yui-menu-button.classic + div.yui-module > input
, span.yui-button.yui-split-button.classic + div.yui-module > input {
	border: 1px solid transparent !important;
	border-bottom-color: #ccc !important;
	border-right-color: #ccc !important;
}

span.yui-button.yui-menu-button.classic + div.yui-module div.bd
, span.yui-button.yui-split-button.classic + div.yui-module div.bd {
	box-shadow: none;
	border: 0 none;
}

span.yui-button.yui-menu-button.classic + div.yui-module li.yuimenuitem-selected
, span.yui-button.yui-split-button.classic + div.yui-module li.yuimenuitem-selected {
	background-color: #f8f9fa;
}

.yui-menu-button.optgroups+div.yui-button-menu div.bd>ul>li.yuimenuitem-disabled>a
	{
	font-size: 1.25em;
}

.yui-menu-button.optgroups+div.yui-button-menu div.bd>ul>li.yuimenuitem-disabled 
	~ li:not(.yuimenuitem-disabled)>a {
	padding-left: 40px;
}

span.input-like {
	padding: 0.375rem 0.75rem !important;
    line-height: 1.5;
    border-radius: 0.25rem;
    margin: 0;
}

span.input-like:not[class^="alert-"]:not[class*=" alert-"] {
    background: #dae0e5;
    border: 1px solid #dae0e5;
}

div.allow-maximize.focus > textarea {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

div.allow-maximize:not(.focus) > textarea + div {
    display: none;
}

div.allow-maximize > textarea + div {
    top: calc(-0.875rem * 1.5 - 1.25rem - 4px);
    background: #f8f9fa;
    border: 1px solid #dae0e5;
    width: 100%;
    padding: 0.375rem 0.75rem;
    box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.15);
    position: absolute;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    box-sizing: border-box;
}

div.hw-form, div.hw-form * {
	box-sizing: border-box;
}

div.hw-form > div:not(.hw-form) {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	align-items: stretch;
}

div.hw-form>div>div.form-field {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

div.hw-form>div>div.form-field:not(.field-type-break) {
	margin-bottom: 1.25rem;
}

div.hw-form>div>div.form-field.loading {
	background: url(../../images/accordionloading.gif) no-repeat scroll center
		center;
	opacity: 0.8;
}

div.hw-form>div>div.form-field:not([class^="col-"]):not([class*=" col-"]) {
	flex-grow: 1;
	flex-basis: 0;
	max-width: 100%;
}

.multirecord-M div.form-field.field-type-sno:not([class^="col-"]):not([class*=" col-"]) {
	flex: 0 0 calc(2.34375rem + 30px) !important;
	max-width: calc(2.34375rem + 30px) !important;
}

div.form-field.field-type-sno div.badge {
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	padding: 0;
}

div.form-field.field-type-delete-record:not([class^="col-"]):not([class*=" col-"]) {
	flex: 0 0 2rem;
	max-width: 2rem !important;
}

div.form-field.field-type-delete-record.disabled {
	display: none !important;
}

div.form-field.field-type-rt div.comments {
	margin: 0;
}

div.form-field.field-type-rt div.cke_editable {
	width: 100% !important;
	box-sizing: border-box;
	--rows: 3;
	height: calc(var(--rows) * 1.5rem + 12px) !important;
	line-height: 1.5;
}

div.form-field div.options {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

div.form-field div.options.two-cols > div.field-option {
	width: 100%;
	min-height: 1px;
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

div.form-field div.options.three-cols>div.field-option  {
	width: 100%;
	min-height: 1px;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
	padding-left: 15px;
	padding-right: 15px;
}

div.form-field div.options.four-cols > div.field-option {
	width: 100%;
	min-height: 1px;
	flex: 0 0 25%;
	max-width: 25%;
	padding-left: 15px;
	padding-right: 15px;
}

div.form-field div.options.five-cols > div.field-option {
	width: 100%;
	min-height: 1px;
	flex: 0 0 20%;
	max-width: 20%;
	padding-left: 15px;
	padding-right: 15px;
}

div.form-field div.options {
	margin-top: -1rem;
}

div.form-field div.options > div.field-option {
	width: 100%;
	min-height: 1px;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 1rem;
	display: flex;
	align-items: center;
	font-size: 1.075rem;
}

div.form-field div.options > div.field-option label + label{
	font-weight: 400;
	flex-grow: 1;
}

div.form-field > label {
	font-weight: 600;
	display: block;
	margin-bottom: 0.75rem;
}

.multirecord-M>div.hw-form>div ~ div>div.form-field>label:first-child
	{
	display: none;
}

.multirecord-S div.form-field.field-type-sno label,
.multirecord-S div.form-field.field-type-delete-record label {
	display: none;
}

form:not(.classic) div.form-field.err *.err,
form:not(.classic) div.form-field.err div.input-classic.err,
form:not(.classic) div.form-field.err button.err,
form:not(.classic) div.form-field.err button.err:hover,
form:not(.classic) div.form-field.err *.err:hover,
form:not(.classic) div.form-field.err:hover *.err,
form:not(.classic) div.form-field.err *.err:after,
form:not(.classic) div.form-field.err *.err:before,
form.classic.err div.form-field.err *.err,
form.classic.err div.form-field.err div.input-classic.err,
form.classic.err div.form-field.err button.err,
form.classic.err div.form-field.err button.err:hover,
form.classic.err div.form-field.err *.err:hover,
form.classic.err div.form-field.err:hover *.err,
form.classic.err div.form-field.err *.err:after,
form.classic.err div.form-field.err *.err:before {
	background: var(--pale-pink) !important;
	border-color: var(--pale-pink) !important;
}

form:not(.classic) div.form-field.err div.invalid-feedback,
form.classic.err div.form-field.err div.invalid-feedback {
	display: block;
	font-weight: 400;
	text-align: left;
	padding: 0 2px;
	font-size: 92%;
}

div.form-field div.instr {
    font-weight: 300 !important;
    padding: 0 2px;
    font-style: italic;
    margin-top: 0.25rem;
    font-size: 92%;
    width: 100%;
    color: #212529;
}

div.form-field div.instr:before {
    content: "\f05a";
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    margin-right: 0.25em;
    font-size: 1rem;
    display: inline-block;
    color: var(--success);
}

div.form-field.field-type-address div.row div.instr:before
, div.form-field.field-type-name div.row div.instr:before {
    content: '';
    margin-right: 0;
}

div.form-field div.fileUploadDropBox
, div.form-field div.fileUploadDropBoxRO
, div.form-el div.fileUploadDropBoxRO {
 	border: 5px dashed lightgray;
    height: auto;
    background: white;
}

div.form-field.field-type-rating i.fa.fa-times-circle {
	opacity: 0.4;
	transition: opacity 0.3s;
}

div.form-field.field-type-rating i.fa.fa-times-circle:hover {
	opacity: 1;
}

div.form-field.field-type-note ol,
div.form-field.field-type-note ul {
	padding-left: 15px;
}

div.form-field.field-type-note ol li,
div.form-field.field-type-note ul li {
	list-style: inherit;
}

.multirecord-S div.hw-record {
	display: flex;
	margin-bottom: 2rem;
}

.multirecord-S div.hw-record > div {
	padding: 1rem 1rem 0;
}

.multirecord-S div.hw-record > div:first-child {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.multirecord-S div.hw-record > div.hw-form {
	flex-grow: 1;
}

div.hw-form div.alert.alert-none {
	padding: 0;
}

form.err .yui-navset>ul.yui-nav>li.err>a:before {
	content: "\f111";
	position: absolute;
	top: calc(50% - 0.5em);
	left: 0.75rem;
	font-size: 0.75rem;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
	color: var(--danger);
	font-weight: 900;
}

form.err .yui-navset>ul.yui-nav>li.err>a {
	position: relative;
}

form.err .yui-navset>ul.yui-nav>li.err>a>em {
	padding-left: 1.5rem !important;
}
