[id^="_view_id_"] input:-webkit-autofill,
[id^="_view_id_"] input:-webkit-autofill:hover, 
[id^="_view_id_"] input:-webkit-autofill:focus, 
[id^="_view_id_"] input:-webkit-autofill:active {
    -webkit-background-clip: text;
    transition: background-color 5000s ease-in-out 0s;
}

form:before,
form:after {
	content: '';
    display: table;
    line-height: 0;
	clear: both;
}
[id^="_view_id_"] textarea, [id^="_view_id_"] input[type='text'], [id^="_view_id_"] input[type='password'], [id^="_view_id_"] select {
	font-size: 14px;
	border: none;
	box-shadow: none;
    background-color: transparent;
    display: block;
    margin: 0;
    min-width: 0;
    outline: medium none;
    padding: 0;
    z-index: 1;
	position: relative;
    flex-grow: 1;
    flex-shrink: 1;
	color: #050505;
}
.j-field-textarea-readonly,
[id^="_view_id_"] input[type='text'], [id^="_view_id_"] input[type='password'], [id^="_view_id_"] select, [id^="_view_id_"] textarea {
	line-height: 24px;
	padding: 0 2px;
}
.j-field-textarea-readonly,
[id^="_view_id_"] input[type='text'], [id^="_view_id_"] input[type='password'], [id^="_view_id_"] select {
	height: 24px;
}
[id^="_view_id_"] textarea {
	resize: none;
	outline: none;
}
.j-field.j-field-view-value .j-field-dom {
	display: none;
}
[data-password-visibility]:hover {
	opacity: 1;
}
[data-password-visibility] svg {
	height: 20px;
	width: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	position: absolute;
}
[data-password-visibility] {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 20px;
	opacity: 0.35;
	z-index: 10;
}
.j-field-show-password [data-password-visibility="off"] {
	display: block;
}
.j-field-show-password [data-password-visibility="on"],
[data-password-visibility="off"] {
	display: none;
}
.j-window-view-mode form .j-field-textarea label,
.j-field-textarea.j-field-readonly label {
	display: none;
}
.j-form-group-relation.j-field-readonly .j-form-group-relation-wrapper-button,
.j-form-group-relation.j-field-readonly .j-form-group-relation-button-add {
	display: none;
}
.j-field-textarea-readonly {
	overflow-y: auto;
	display: none;
	width: 100%;
}
.j-field-items-block-show .j-field-items-block-wrapper {
	display: block;
}
.j-field-items-block-value {
	margin-left: 12px;
	margin-right: 24px;
	line-height: 24px;
}
.j-field-items-block-delete svg {
	width: 14px;
	height: 14px;
	margin: 5px;
}
.j-field-items-block-delete:hover {
	background: #dfdfdf;
}
.j-field-items-block-delete {
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	border-radius: 12px;
}
.j-field-items-block-item {
	background: #efefef;
	height: 24px;
	border-radius: 12px;
	max-width: 100%;
	position: relative;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
.j-field-items-block-wrapper {
	display: none;
	width: 100%;	
}
.j-field-textarea-readonly,
[id^="_view_id_"] textarea[role='text'] {
	height: 110px;
	line-height: 18px;
	padding: 10px 10px 10px 2px;
}
[id^="_view_id_"] input:focus,
[id^="_view_id_"] textarea:focus,
[id^="_view_id_"] select:focus {
	outline: 0 none;
	background: none;
}
form [type='image'] {
	display: none;
}
.j-field-uppercase-value select,
.j-field-uppercase-value .j-field-textarea-readonly,
.j-field-uppercase-value textarea,
.j-field-uppercase-value input {
	text-transform: uppercase;
}
.j-field-lowecase-value select,
.j-field-lowecase-value .j-field-textarea-readonly,
.j-field-lowecase-value textarea,
.j-field-lowecase-value input {
	text-transform: lowercase;
}

.j-field-info {
	font-size: 10px;
}
.j-field-info em {
	color: #999;
}
.j-field-wrap {
	display: block;
    min-width: 0;
    position: relative;
}
.j-field-separator {
	position: absolute;
	width: 25px;
	top: 0;
	right: 0;
	text-align: center;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
}
.j-field-textarea-char {
	height: 9px;
	font-size: 9px;
	color: #050505;
	position: absolute;
	right: 0;
	bottom: -9px;
}
.j-form-line.j-view-hide,
.j-form-line-hidden {
	display: none;
}
.j-form-group-relation-button-wrapper {
	position: relative;
}
.j-form-group-relation-border-content {
	margin-bottom: 10px;
}
.j-form-group-relation-sort .j-form-group-relation-button-wrapper .j-form-group-relation-button-add {
	visibility: hidden;
}
.j-form-group-relation-sort .j-form-group-relation-wrapper.ui-sortable-helper {
	opacity: .5;
}
.j-form-group-relation-wrapper-button-hide .j-form-group-relation-wrapper-button,
.j-form-group-relation-sort .j-form-group-relation-wrapper .j-form-group-relation-wrapper-button {
	display: none;
}
.j-form-group-relation-sort .j-form-group-relation-wrapper {
	background: #fff;
	position: relative;
	margin-bottom: 5px;
	overflow: hidden;
}
.j-form-group-relation-button-sort {
	position: absolute;
	top: 0;
	right: 0;
}
.j-form-group-relation .ui-sortable-placeholder {
	background: rgba(255,245,0,.4);
	height: 40px;
	margin-bottom: 5px;
}
.j-form-group-relation-sort .j-form-group-relation-wrapper:after {
	content: ' ';
	background: rgba(0,0,0,.35);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	border: 1px solid #999;
	display: block;
	cursor: move;
}
.j-form-group-relation-border-content,
.j-form-group-border {
	border: 1px solid #c6c6c6;
	padding: 10px 10px 0 10px;
}
.j-form-group-relation-border-content .j-form-group-relation-fields-wrapper.ui-sortable {
	padding-left: 20px;
}
.j-form-line-separator,
.j-form-group-line {
	position: relative;
}
.j-form-line-separator:after,
.j-form-group-line:after {
	content: '';
	font-size: 0;
	height: 1px;
	min-height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	background: #c6c6c6;	
}
.j-field.j-field-no-top-margin .j-field-box{ 
	margin-top: 0;
}
.j-form-line-separator {
	margin-right: 10px;
}
.j-form-line-separator:after {
	background: #969696;
}
.j-form-group-label {
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.j-form-group-label-small {
	font-size: 10px;
}
.j-form-group-label-big {
	font-size: 18px;
}
.j-form-group-description {
	margin-top: 5px;
	margin-bottom: 10px;
}
.j-form-group {
	margin-bottom: 15px;
	clear: both;
	position: relative;
}
.j-form-group-column {
	clear: none;
	float: left;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
}
.j-form-group-column-fixed {
	float: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.j-form-line {
	clear: both;
	margin-bottom: 17px;
	display: flex;
	flex-direction: row;
	gap: 24px;
}	

.j-form-line.j-form-line-no-margin {
	margin-bottom: 0;
}	
.j-field-box {
	position: relative;
	display: flex;
    flex-grow: 1;
    flex-shrink: 1;
	background: #fff;
	border-bottom: 1px solid #d4d4d4;
}
.j-form-field-no-margin .j-field-box {
	margin-right: 0;
}
.j-field.j-field-focus .j-field-box {
	border-color: #050505;
}
.j-field-textarea-readonly-label {
	color: #999;
}
.j-field label {
    bottom: 3px;
    left: 2px;
    pointer-events: none;
    position: absolute;
    transform-origin: left bottom 0;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: color, bottom, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.j-field .j-field-box-sub label {
	white-space: normal;
	overflow: visible;	
}
.j-field-checkbox-tree-arrow .j-button svg {
	margin-top: 0;
}
.j-field.j-field-tree-checkbox-uncheckable .j-field-checkbox-view,
.j-field-checkbox-hide-check-level-1 .j-field-checkbox-tree-level-1 > .j-field-box > .j-field-checkbox-view {
	display: none;
}
.j-field-checkbox-tree label,
.j-field-checkbox-tree .j-field-checkbox-view {
	margin-top: 3px;
}
.j-field-tree-list-item-sub {
	display: none;
	margin-left: 20px;
}
.j-field-tree-list-item {
	margin-top: 5px;
}
.j-field-checkbox-tree-arrow svg {
	margin-top: 0;
}
.j-field-checkbox-tree-arrow {
	height: 24px;
	width: 24px;
}

.j-field-star .j-field-checkbox .j-field-checkbox-view span {
	display: none;
}
.j-field-star .j-field-checkbox .j-field-checkbox-view {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
.j-field-star .j-field-checkbox {
	display: inline-flex;
	margin-right: 10px;
}

.j-field-flag .j-field-label,
.j-field-star .j-field-label {
    position: relative;
	left: auto;
	bottom: auto;
	right: auto;
	top: auto;
}
.j-field.j-field-checkbox label a {
	cursor: pointer;
	pointer-events: auto;
}
.j-field.j-field-checkbox label {
	transform: none;
	position: relative;
	left: auto;
	bottom: auto;
	color: #050505;
	flex: 1;
	overflow: visible;
	white-space: wrap;
}
.j-field.j-field-checkbox .j-field-box:before,
.j-field.j-field-checkbox .j-field-box:after {
	display: none;
}
.j-field.j-field-checkbox .j-field-box {
	display: flex;
	align-items: start;
}
.j-field-checkbox input {
	display: none;
}

.j-field.j-field-checkbox label span {
	margin-left: 6px;
	display: block;
}
.checked-partial .j-field-checkbox-ico-check,
.j-field-checkbox-ico-line {
	display: none;
}
.checked-partial .j-field-checkbox-ico-line {
	display: inline;
}
.j-field-checkbox-view.checked.checked-partial {
	background: #ccc;
}
.j-field-hidden {
	display: none;
}
.ui-draggable-dragging .checkbox {
	display: none;
}

.j-field-image-zoom-image-show .j-field-image-zoom-close {
	display: block;
}
.j-field-image-zoom-image-show {
	overflow: hidden;
}
.j-field-image-zoom-close {
	position: absolute;
	width: 30px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	top: 10px;
	right: 10px;
	display: none;
	z-index: 10;
}
.j-field-image-zoom-close svg {
	color: #050505;
	margin: 0;
}
.j-field-image-zoom-wrapper-inner {
	overflow-y: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.j-field-image-zoom-wrapper *,
.j-field-image-zoom-wrapper {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.j-field-image-zoom-image {
	cursor: zoom-in;
}
.j-field-image-zoom-wrapper {
	position: fixed;
	background: rgba(255,255,255,.9);
	z-index: 100000;
	text-align: center;
	padding: 5px;
}
.j-field-image-wrapper {
	width: 100%;
	min-height: 100px;
	position: relative;
	display: flex;
}
.j-field-image-toolbar-small .j-field-image-wrapper {
	min-height: 50px;
}
.j-field-image-toolbar {
	width: 24px;
}
.j-field-image-toolbar-small .j-field-image-toolbar {
	width: 50px;
	height: 50px;
}
.j-field-fill.j-field-image-toolbar-small .j-field-image-button {
	display: none;
}
.j-field-image-toolbar-small .j-field-image-toolbar {
	flex-wrap: wrap;
	display: flex;
	gap: 0;
}
.j-field-image-toolbar-small .j-field-image-delete-button,
.j-field-image-toolbar-small .j-field-image-edit-button,
.j-field-image-toolbar-small .j-field-image-crop-button,
.j-field-image-toolbar-small .j-field-image-button {
	margin-bottom: 0;
}
.j-field-image-edit-button,
.j-field-image-crop-button,
.j-field-image-delete-button,
.j-field-image-button {
	width: 24px;
	height: 24px;
}


.j-field-image-edit-button,
.j-field-image-crop-button,
.j-field-image-rotate-button,
.j-field-image-delete-button {
	display: none;
}
.j-field-fill .j-field-image-edit-button,
.j-field-fill .j-field-image-crop-button,
.j-field-fill .j-field-image-rotate-button,
.j-field-fill .j-field-image-delete-button {
	display: block;
}

.j-window.j-field-image-window .j-window-content {
	padding: 0;
}
.j-field-image-window-editor-mask {
	mask-image: -webkit-radial-gradient(white, black);
	overflow: hidden;
	position: absolute;
	z-index: 1;
	cursor: move;
}
.j-field-image-window-editor-zoom-add svg,
.j-field-image-window-editor-zoom-rem svg {
	width: 24px;
	height: 24px;
	margin: 3px;
}
.j-field-image-window-editor-zoom-value {
	float: left;
	line-height: 30px;
	width: 40px;
	text-align: right;
}
.j-field-image-window-editor-zoom-cursor-wrapper {
	position: absolute;
	left: 5px;
	top: 5px;	
	width: 220px;	
	height: 20px;
}
.j-field-image-window-editor-zoom-cursor {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
	z-index: 1;
}
.j-field-image-window-editor-zoom-rem {
	margin-right: 10px;
}
.j-field-image-window-editor-zoom-add {
	margin-left: 10px;
}
.j-field-image-window-editor-zoom-add,
.j-field-image-window-editor-zoom-rem {
	width: 30px;
	height: 30px;
	float: left;
	border-radius: 50%;
	cursor: pointer;
}
.j-field-image-window-editor-zoom-line:after {
	content: ' ';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	height: 2px;
	right: 0;
	left: 0;
	overflow: hidden;
}
.j-field-image-window-editor-zoom-line {
	width: 230px;
	height: 30px;
	position: relative;
	float: left;
}
.j-field-image-window-editor-image-drag-cont {
	position: absolute;
	top: 0;
	left: 0;	
}
.j-field-image-window-editor-image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.j-field-image-window-editor,
.j-field-image-window-editor * {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.j-field-image-window-editor {
	position: relative;
}
.j-field-image-window-editor-image-wrapper img {
	visibility: hidden;
}
.j-field-image-window-editor-image {
	position: absolute;
	opacity: 0.3;
}
.j-field-image-window-editor-image-content {
	background: #e4e6eb;
	width: 100%;
	height: 350px;
	position: relative;
	overflow: hidden;
}
.j-field-image-window-editor-zoom {
	margin: 10px auto 0 auto;
	width: 350px;
}

.j-field-combo input[type="text"] {
	margin-right: 20px;
}
.j-field-combo.j-field-data-list-show input[type="text"] {
	margin-right: 35px;
}
.j-field-image.j-field-readonly .j-field-image-toolbar,
.j-field-image.j-field-readonly .j-field-image-anteprima .j-button,
.j-field-file.j-field-readonly .j-field-file-anteprima .j-button,
.j-field-readonly .j-field-button-exe,
.j-field-readonly .j-field-file-button,
.j-field-readonly .j-field-combo-arrow,
.j-field-readonly .j-field-image-button,
.j-window-view-mode form .j-field .j-field-label big,
.j-window-view-mode form .j-field label big,
.j-window-view-mode form .j-field-file-anteprima .j-button,
.j-window-view-mode form .j-field-image-button,
.j-window-view-mode form .j-field-image-toolbar,
.j-window-view-mode form .j-field-file-button,
.j-window-view-mode form .j-field-combo-arrow,
.j-window-view-mode form .j-field-button-exe,
.j-window-view-mode form .j-field-textarea-char,
.j-window-view-mode form .j-field-dynamic-delete,
.j-window-view-mode form .j-form-group-relation-wrapper-button,
.j-window-view-mode form .j-field-light-button {
	display: none;
}
.j-window-view-mode form .j-field-light-button.j-field-light-button-show-in-view-mode {
	display: block;
}
.j-field.j-field-readonly .j-field-checkbox-view,
.j-window-view-mode form .j-field-checkbox-view,
.j-window-view-mode form .j-field-box,
.j-field-readonly .j-field-box {
	border-color: transparent;
}
.j-field.j-field-checkbox .j-field-box {
	background: transparent;
	border: none;
	margin-right: 0;
}
.j-form-line-with-multiple-type .j-field.j-field-checkboxgroup-h {
	margin-top: 3px;
}
.j-form-line-with-multiple-type .j-field-checkboxgroup-h:not(.j-field-checkboxgroup-layer) .j-field-label {
    transform: translateY(-15px);	
}
.j-form-line-with-multiple-type .j-field.j-field-checkbox .j-field-box,
.j-form-line-with-multiple-type .j-field-star .j-field.j-field-checkbox .j-field-box {
	margin-top: 5px;
}
.j-form-line-with-multiple-type .j-field-checkboxgroup-h .j-field.j-field-checkbox .j-field-box {
	margin-top: 1px;
}
.j-field-checkbox-view {
	display: block;
	width: 18px;
	height: 18px;
	background: #fff;
	cursor: pointer;
	position: relative;
	border-radius: 3px;
}
.j-field-checkbox[data-align="right"] .j-field-checkbox-view {
	float: right;
}
.j-field-checkbox[data-align="right"] label {
	margin-right: -18px;
	margin-left: 0;
}
.j-field-checkbox[data-align="right"] label span {
	margin-left: 0;
	margin-right: 24px;
}

.j-field.j-field-readonly:not(.j-field-star) .j-field-checkbox-view.checked,
.j-window-view-mode form .j-field-checkbox-view:not(.j-field-checkbox-star-view).checked {
	background: #fff; 
}
.j-field.j-field-readonly .j-field-checkbox-view,
.j-window-view-mode form .j-field-checkbox-view {
	background: #fff;
	cursor: default;
}
.j-field-checkbox-view svg {
	display: none;
	width: 16px;
	height: 16px;
	margin-top: -1px;
	margin-left: -1px;
}

.j-field-checkbox-view.checked svg {
	display: block;
	fill: #fff;
}
.j-field-checkbox-view.checked.checked-partial svg.checkbox-partial {
	
}
.j-field-expand .j-field-elem,
[id^="_view_id_"] .j-field-elem-expand {
	display: none;
}
[id^="_view_id_"] .j-field-expand .j-field-elem-expand {
	display: block;
	height: 110px;
	line-height: 18px;
	padding: 10px 10px 10px 2px;
}
.j-field.j-field-expand label,
.j-field-textarea label {
	background: #fff;
	bottom: 82px;
}
.j-field.j-field-data-list-show label,
.j-field.j-field-fill label,
.j-field .j-field-elem-expand:focus ~ label,
.j-field .j-field-elem:focus ~ label {
	color: #666;
	transform: translateY(-20px);
	left: 1px;
	font-size: 9px;
	text-transform: uppercase;
}
.j-field-warning-text,
.j-form-error-text,
.j-field.j-field-fill label big,
.j-field.j-field-fill .j-field-label big,
.j-field .j-field-elem-expand:focus ~ label big,
.j-field .j-field-elem:focus ~ label big {
	display: none;
}

.j-field .j-field-label big:after,
.j-field label big:after {
	content: '*';
	font-size: 20px;
	position: absolute;
	bottom: -5px;
}
.j-field .j-field-label big,
.j-field label big {
	font-weight: bold;
	line-height: 10px;
	position: relative;
	display: inline-block;
}
.j-form-error .j-form-error-text {
	display: block;
	margin-bottom: 25px;
	font-weight: bold;
}
.j-field-warning .j-field-warning-text {
	display: flex;
}
.j-field-warning-text svg {
	width: 16px;
	height: 16px;
	fill: #777;
}
.j-field-warning-text-content {
	flex: 1;
	margin-left: 5px;
}
.j-field-warning-text {
	border-radius: 5px;
	font-size: 12px;
	display: none;
	position: absolute;
	left: 0;
	color: #777;
	background: #fff000;
	padding: 4px 6px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	z-index: 10;	
}
.j-field-error-text:before,
.j-field-error-text:after {
	left: 11px;
	content: ' ';
	display: block;
	overflow: hidden;
	position: absolute;	
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;	
}
.j-field-error-text:before {
	top: -5px;	
}
.j-field-error-text:after {
	top: -4px;
}
.j-field-error-text {
	font-size: 12px;
	display: none;
	position: absolute;
	left: 0;
	top: 29px;
	color: #fff;
	padding: 4px 6px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	z-index: 10;
}
.j-field.j-field-star .j-field-error-text,
.j-field.j-field-checkboxgroup .j-field-error-text,
.j-field.j-field-tree .j-field-error-text {
	top: auto;
	bottom: -26px;
}
.j-field.j-form-group-relation.j-field-error > .j-field-error-text,
.j-field.j-field-star.j-field-error .j-field-error-text,
.j-field.j-field-checkboxgroup.j-field-error .j-field-error-text,
.j-field.j-field-tree.j-field-error .j-field-error-text,
.j-field.j-field-error > .j-field-wrap > .j-field-error-text,
.j-field.j-field-checkbox.j-field-error > .j-field-error-text {
	display: block;
}
.j-field.j-field-checkbox.j-field-error {
	position: relative;
}
.j-field-combo-reset {
	display: none;
}
.j-field.j-field-data-list-show .j-field-combo-reset {
	display: block;
}
.j-field-reset,
.j-field-data-editable-show .j-field-combo-reset,
.j-field-data-editable-show .j-field-combo-arrow,
.j-field-data-editable-show .j-field-elem-combo,
.j-field-data-editable-show .j-field-combo-editable,
.j-field.j-field-data-list-show .j-field-combo-editable,
.j-field.j-field-data-list-show .j-field-combo-editable-reset,
.j-field-combo-editable-reset,
textarea.j-field-elem-editable {
	display: none;
}
.j-field-fill.j-field-is-reset .j-field-reset,
.j-field-data-editable-show .j-field-combo-editable-reset,
.j-field-data-editable-show textarea.j-field-elem-editable {
	display: block;
}

.j-field-combo-editable-reset svg,
.j-field-reset svg,
.j-field-combo-editable svg,
.j-field-combo-reset svg {
	margin-top: 5px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	fill: #65676b;	
}
.j-field-combo-arrow svg {
	margin-top: 3px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	fill: #65676b;
}
.j-field-reset,
.j-field-combo-editable-reset,
.j-field-combo-editable,
.j-field-combo-reset,
.j-field-combo-arrow {
	position: absolute;
	width: 20px;
	cursor: pointer;
	height: 30px;
	z-index: 5;
}
.j-field-reset,
.j-field-combo-reset,
.j-field-combo-arrow {
	right: 0;
	text-align: center;
	background: #fff;
}
.j-field-combo-editable-reset,
.j-field-combo-editable {
	left: 0;
}
.j-field.j-field-data-list-show.j-field-combo-editable-action label {
	left: 3px;
}
.j-field.j-field-combo-editable-action label {
	left: 22px;
}
.j-field.j-field-data-list-show .j-field-elem {
	padding-left: 2px;
}
.j-field-combo-editable-action .j-field-elem-combo,
.j-field-combo-editable-action .j-field-elem {
	padding-left: 20px;
}
.j-field-combo-reset {
	right: 20px;
	width: 16px;
}
.j-field-with-exe .j-field-combo-arrow {
	right: 20px;
}
.j-field-with-exe .j-field-combo-reset {
	right: 40px;
}
.j-field-combo.j-field-data-editable-show .j-field-button-exe {
	display: none;
}
.j-field-combo .j-field-button-exe {
	width: 20px;
	background: #fff;
	height: 34px;
	position: absolute;
	right: 0;
	z-index: 5;
}
.j-field-combo .j-field-button-exe svg {
	width: 18px;
	height: 18px;
	margin-top: 3px;
}
.j-field-button-exe.j-button.j-button-is-icon span {
	height: 24px;
	display: block;
}
.j-window-content form .j-tab-content .j-form-group:last-child {
	margin-bottom: 20px;
}
.j-field-data-list-wrapper {
	margin-top: -2px;
	border: 1px solid #d4d4d4;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.20);
	height: 200px;
	background: #fff;
	position: absolute;
	display: none;
	min-width: 100px;
	z-index: 10;
	width: auto;
}
.j-field .j-field-data-list-wrapper .j-field-data-list {
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	overflow: visible;
}
.j-field .j-field-data-list-wrapper {
	position: relative;
	box-shadow: none;
	margin: 0;
	height: auto;
}
.j-field-data-list-wrapper.j-field-data-list-arrow-top:before {
	border-bottom-color: #d4d4d4;
	top: -7px;
}
.j-field-data-list-wrapper.j-field-data-list-arrow-top:after {
	border-bottom-color: #fff;
	top: -6px;
}
.j-field-data-list-wrapper.j-field-data-list-arrow-top:before,
.j-field-data-list-wrapper.j-field-data-list-arrow-top:after {
	content: ' ';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	position: absolute;
	left: 10px;
}

.j-field-data-list-wrapper.j-field-data-list-arrow-bottom:before {
	border-top-color: #d4d4d4;
	bottom: -7px;
}
.j-field-data-list-wrapper.j-field-data-list-arrow-bottom:after {
	border-top-color: #fff;
	bottom: -6px;
}
.j-field-data-list-wrapper.j-field-data-list-arrow-bottom:before,
.j-field-data-list-wrapper.j-field-data-list-arrow-bottom:after {
	content: ' ';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top-width: 6px;
	border-top-style: solid;
	position: absolute;
	left: 10px;
}
.j-field-data-list {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	overflow-x: hidden;
}
.j-field.j-field-data-list-show {
	z-index: 11;
}
.j-field-data-list-value-icon svg {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.j-field-data-list-value {
	padding: 5px;
	cursor: pointer;
	min-height: 24px;
	margin-top: 2px;
	display: none;
	color: #65676b;
}
.j-field-data-list-value.show {
	display: block;
}
.j-field-data-list-value:hover,
.j-field-data-list-value.selected {
	color: #65676b;
	background: rgba(74,144,226,0.3);
}

.j-field label.j-field-light-label {
	transform: none;
	position: relative;
	bottom: auto;
}
.j-field-light-label:before,
.j-field-light-label:after {
	content: '';
    display: table;
    line-height: 0;
	clear: both;
}
.j-field-light-label span {
	float: left;
}
.j-field-flag.j-field-no-top-margin .j-field-label {
	display: none;
}
.j-field-flag.j-field-no-top-margin,
.j-field-flag.j-field-no-top-margin .j-field-checkbox {
	margin-top: 0;
}
.j-field.j-field-flag label {
	position: relative;
	bottom: auto;
	flex: 1;
	left: auto;
}

.j-field-light-button label {
	position: relative;
	left: auto;
	bottom: auto;
	transition: none;
	transform: none;
	height: 24px;
	display: flex;
	align-items: center;
	padding: 0;
}
.j-field-light-box  {
	width: 100%;
}
form .j-field-light-button label {
	left: auto;
	right: auto;
	bottom: auto;
	right: auto;
}
form .j-field-light-button {
	height: 24px;
	display: inline-flex;
	align-items: center;
	margin-bottom: 10px;
}
.j-field.j-field-download .j-button-icon{
	margin-right: 3px;
}
.j-field.j-field-download .j-field-light-button {
	margin-top: 0;
}
form .j-field-light-button.j-button-is-icon svg {
	margin-top: 0;
}
form .j-field-light-button.j-button-is-icon .j-button-icon span,
form .j-field-light-button.j-button-is-icon .j-button-icon {
	width: 24px;
	height: 24px;
	display: block;
}
form .j-field-light-button.j-button-is-label .j-button-label {
	flex: 1;
}

.j-form-group-relation-wrapper-button svg,
.j-field-dynamic-delete svg {
	fill: #65676b;
	width: 22px;
	height: 22px;
}
.j-form-group-relation-wrapper-button {
	z-index: 10;
}
.j-form-group-relation-wrapper-button,
.j-field-dynamic-delete {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 13px;
	width: 24px;
	height: 30px;
}
.j-form-group-relation-wrapper .j-form-group-relation-wrapper-button.j-form-group-relation-wrapper-button-copy {
	top: 30px;
}
.j-window-content form .j-tab-content .j-form-group-relation-wrapper .j-form-group:last-child,
.j-form-group-relation-wrapper .j-form-group:last-child {
	border-bottom: 1px dashed #65676b;
}
.j-form-group-relation-wrapper .j-form-group-relation-wrapper-button {
	position: absolute;
	margin: 0;
	right: 0;
	width: 24px;
	top: 0;
}
.j-form-group-relation .j-field-error-text {
	top: 40px;
}
.j-form-group-relation.j-form-group-relation-grid .j-form-group-relation-wrapper .j-form-group-relation-wrapper-button {
	right: 40px;
	top: -10px;
	width: 20px;
	height: 20px;
}
.j-form-group-relation.j-form-group-relation-grid .j-form-group-relation-wrapper .j-form-group-relation-wrapper-button svg {
	width: 12px;
	height: 12px;
}
.j-form-group-relation.j-form-group-relation-grid .j-form-group-relation-wrapper .j-form-group {
	margin-right: 25px;
}
.j-form-group-relation.j-form-group-relation-grid .j-form-group-relation-wrapper {
	float: left;
}
.j-form-group-relation {
	clear: both;
	position: relative;
}
.j-form-group-relation-wrapper-border .j-form-group-relation-wrapper-button {
	top: 3px;
}
.j-form-group-relation-wrapper-border {
	border: 1px solid #d7d7d7;
	padding: 15px 10px 0 10px;
}

.j-form-group-relation-wrapper {
	position: relative;
	margin-bottom: 10px;
	padding-right: 24px;
}
.j-form-group-relation-wrapper:not(.j-form-group-relation-wrapper-border):last-child {
	margin-bottom: 0;
}

.j-field.j-field-dynamic.j-field-dynamic-border {
	border: 1px solid #d6d6d6;
	padding: 10px;
	margin-top: 10px;
}
.j-field.j-field-image,
.j-field.j-field-file {
	position: relative;
}
.j-field.j-field-text-editor label {
	text-transform: uppercase;
	font-size: 9px;
	color: #666;
	transform: none;
	top: -10px;
	left: 2px;
	position: absolute;
	bottom: auto;
}

.j-field.j-field-text-editor .j-field-text-editor-toolbar .j-button-code-off,
.j-field.j-field-text-editor.j-field-text-editor-code-mode .j-field-text-editor-toolbar .j-button:not(.j-button-code-off),
.j-field.j-field-text-editor.j-field-text-editor-code-mode .j-field-box .j-field-text-editor-content,
.j-field.j-field-text-editor .j-field-box textarea {
	display: none;
}
.j-field.j-field-text-editor.j-field-text-editor-code-mode .j-field-text-editor-toolbar .j-button.j-button-code-off {
	display: inline-block;
}
.j-field.j-field-text-editor.j-field-text-editor-code-mode .j-field-box textarea {
	display: block;
	position: absolute;
	top: 29px;
	left: 0;
	width: 100%;
	height: calc(100% - 29px);
}
.j-field.j-field-fill.j-field-text-editor.j-field-text-editor-code-mode label {
	transform: none;
}

.j-field.j-field-image label.j-field-light-label big,
.j-field.j-field-file label.j-field-light-label big {
	font-size: 9px;
}
.j-field.j-field-image .j-field-light-label,
.j-field.j-field-file .j-field-light-label {
	text-transform: uppercase;
	font-size: 9px;
	color: #666;
	transform: translateY(-12px);
	left: 3px;
	position: absolute;
}
.j-field.j-field-image .j-field-light-button,
.j-field.j-field-file .j-field-light-button {
	margin: 0;
}
.j-field-file-anteprima strong span {
	display: block;
	height: 24px;
	line-height: 24px;
	font-weight: normal;
}
.j-field-image-anteprima span {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.j-field-image-anteprima {
	flex: 1;
	max-width: 100px;
	height: 100px;
	position: relative;
	background: #d4d4d4;
	border: 1px solid #d4d4d4;
	margin-top: 3px;
	position: relative;
	overflow: hidden;
}
.j-field-fill .j-field-image-anteprima span {
	display: block;
	cursor: zoom-in;
}
.j-field-fill .j-field-image-anteprima {
	background: #fff;
}
.j-field-file-anteprima strong svg {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 5px;
	fill: #474747;
}

.j-field-file-anteprima {
	display: none;
	min-height: 24px;
	position: relative;
}

.j-field-file-anteprima .j-button svg {
	margin-top: -2px;
}

.j-button.j-field-exe:hover {
	background: transparent;
}

.j-field-file-anteprima .j-button {
	position: absolute;
	right: 0;
	top: 0;
} 
.j-field-file-anteprima strong {
	display: block;
	margin-right: 50px;
	cursor: pointer;
	fill: #474747;
}
.progress {
	position: relative;
	margin-bottom: 10px;
}
.progress-file-name {
	font-size: 10px;
	width: 170px;
}
.progress-line-wrapper {
	width: 150px;
	border: 1px solid #d7d7d7;
	float: left;
	margin-right: 10px;
	padding: 2px;
}
.progress-line {
	background: #95d8e9;
	width: 1%;
	height: 10px;
}
.progress-text {
	float: left;
	line-height: 14px;
	font-size: 12px;
}
.progress-details {
	clear: both;
	font-size: 10px;
	padding-top: 2px;
}
.j-field-fixedtext.j-field-fixedtext-margin-left .j-field-fixedtext-inner {
	margin-left: 25px;
}
.j-field-fixedtext.j-field-fixedtext-margin-right .j-field-fixedtext-inner {
	margin-right: 25px;
}
.j-field-fixedtext.j-field-fixedtext-margin .j-field-fixedtext-inner {
	margin-right: 25px;
	margin-left: 25px;
}
.j-field-fixedtext.j-field-fixedtext-field-align .j-field-fixedtext-inner {
	margin-top: 32px;
}
.j-form-line-with-multiple-type .j-field-fixedtext .j-field-fixedtext-inner {
	margin-top: 16px;
	margin-right: 25px;
}
.j-field-fixedtext.j-field-fixedtext-field-align-checkbox .j-field-fixedtext-inner {
	margin-top: 22px;
}
.j-form-group-label .j-form-group-label-expand {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 24px;
	left: 0;
}
.j-form-group-is-collapse > .j-form-group-expandible-wrapper .j-form-group-expand-button.j-button svg {
	transform: rotate(180deg);
}
.j-form-group-is-collapse .j-form-group-label.j-form-group-expandible-wrapper {
	margin-bottom: 0;
}
.j-form-group-is-collapse.j-form-group-border {
	padding: 0 10px;
}
.j-form-group-is-collapse > .j-form-group,
.j-form-group-is-collapse > .j-form-line {
	display: none;
}
.j-form-group-expand-button.j-button.j-button-is-icon .j-button-icon span {
	display: block;
	height: 24px;
}
.j-form-group-expand-button.j-button svg {
	margin-top: 0;
}
.j-form-group-expand-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 24px;
	height: 24px;
}
.j-form-group-label.j-form-group-expandible-wrapper {
	cursor: pointer;
	position: relative;
	min-height: 24px;
}

.j-field.j-field-fixedtext {
	display: block;
}
.j-field-fixedtext-title {
	font-weight: bold;
	margin-bottom: 3px;
}
.j-field-label.j-field-label-checkboxgroup {
	color: #050505;
}
.j-field-with-exe .j-field-label.j-field-label-checkboxgroup .j-button svg {
	margin-top: -4px;
}
.j-field-with-exe .j-field-label.j-field-label-checkboxgroup .j-button {
	position: absolute;
	top: 0;
	left: 0;
}
.j-field-with-exe .j-field-label.j-field-label-checkboxgroup {
	position: relative;
	padding-left: 24px;
}
.j-field-star .j-field-error-text,
.j-field-checkboxgroup .j-field-error-text {
	top: 100%; 
	margin-top: 5px;
}
.j-field-checkboxgroup-h .j-field-box-sub {
	margin-top: 5px;
}
.j-field-fixedtext-separator {
	padding-top: 20px;
	font-size: 30px;
}
.j-field-star,
.j-field-checkboxgroup:not(.j-field-checkboxgroup-layer),
.j-field-flag {
	position: relative;
}
.j-field-checkboxgroup.j-field-checkboxgroup-layer {
	margin-top: 4px;
	position: relative;
}
.j-field-flag-checkbox-list .j-field-checkbox {
	display: flex;
}
.j-field-flag-checkbox-list .j-field-checkbox .j-field-checkbox-view {
	margin-right: 5px;
}

.j-field-flag-checkbox-list {
	display: flex;
}
.j-field-flag-checkbox-list .j-field-checkbox {
	width: 50%;
	margin-top: 5px;
	position: relative;
}
.j-form-line-with-multiple-type .j-field-checkboxgroup-list {
	margin-top: -15px;
}
.j-field-star-list .j-field .j-field-box,
.j-field-checkboxgroup-list .j-field .j-field-box {
	margin-top: 5px;
}
.j-field-checkboxgroup-list  {
	display: flex;
	flex-wrap: wrap;
}
.j-field-checkboxgroup-layer .j-field-label {
	cursor: pointer;
	position: relative;
	padding-left: 20px;
}
.j-field-checkboxgroup-layer .j-field-label svg {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	fill: #65676b;
}
.j-field-checkboxgroup-layer .j-field-elem-content-list {
	position: absolute;
	display: none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	padding: 5px 10px;
	width: 110%;
	border: 1px solid #efefef;
	z-index: 10001;
	background: #fff;
}

.j-field-timer-anteprima {
	line-height: 42px;
	padding: 0 10px;
}
.j-field-timer .j-field-box {
	background: transparent;
}

.j-field-readonly .j-field-checkbox-view.checked svg,
.j-window-view-mode form .j-field-checkbox-view.checked svg {
	fill: #65676b;
}
.j-field-help svg {
	fill: #3998db;
}
.j-field-help-show .j-field-help-content {
	display: block;
	position: absolute;
	background-color: #cde6f6;
	color: #3998db;
	padding: 4px 8px;
	width: 80%;
	max-width: 300px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 10;
	border-radius: 5px;
	font-size: 12px;
}
.j-field-help {
	width: 22px;
	height: 22px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 2px;
	z-index: 5;
}
.j-form-group-label.j-field-is-help {
	min-height: 22px;
	padding-right: 22px;
	position: relative;
}
.j-field-wrap.j-field-is-help .j-field-box {
	margin-right: 20px;
}
.j-field-help-content {
	display: none;
}
.j-form-find .j-field {
	margin-top: 13px;
}
.j-window-view-mode form .j-field-flag .j-field-checkbox:after,
.j-window-view-mode form .j-field-box:after,
.j-field-readonly.j-field-flag .j-field-checkbox:after,
.j-field-readonly .j-field-box:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255, 0);
	content: ' ';
	z-index: 100;
	display: block;
}

.j-window-view-mode form .j-field-textarea textarea,
.j-field-readonly .j-field-textarea textarea,
.j-window-view-mode form .j-field-textarea .j-field-box:after,
.j-field-readonly .j-field-textarea .j-field-box:after {
	display: none;
}
.j-window-view-mode form .j-field-textarea .j-field-box .j-field-textarea-readonly,
.j-field-readonly .j-field-textarea .j-field-box .j-field-textarea-readonly {
	display: block;
}

.j-field-text-editor-expandible,
.j-field-text-editor-expandible svg {
	width: 14px;
	height: 14px;
}
.j-field-text-editor-expandible {
	position: absolute;
	top: -16px;
	right: 26px;
	cursor: pointer;
	z-index: 10;
}
.j-field-text-editor-button {
	width: 28px;
	height: 28px;
	display: inline-block;
}
.j-field-text-editor-list-button {
	color: #050505;
}
.j-field-text-editor-button.j-button-is-icon .j-button-icon {
	width: 18px;
	height: 18px;
    display: block;
	margin: 5px;
}
.j-field-text-editor-button.j-button-is-icon .j-button-icon svg {
	fill: #65676b;
	width: 18px;
	height: 18px;
	margin: 0;
}

.j-field-text-editor-content font[size='1'] {
	font-size: 9px;
}
.j-field-text-editor-content font[size='2'] {
	font-size: 11px;
}
.j-field-text-editor-content font[size='3'] {
	font-size: 14px;
}
.j-field-text-editor-content font[size='4'] {
	font-size: 18px;
}
.j-field-text-editor-content font[size='5'] {
	font-size: 22px;
}
.j-field-text-editor-wrapper {
	margin-top: 3px;
	min-height: 210px;
	position: relative;
	width: 100%;
}
.j-field-text-editor-expand .j-field-box,
.j-field-text-editor-expand .j-field-wrap,
.j-field-text-editor-expand .j-field-text-editor {
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.j-field-text-editor-expand-overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	display: none;
	z-index: 1000000;
}
.j-field-text-editor-expand-show .j-application-menu-wrapper,
.j-field-text-editor-expand-show .btn-application-user-menu,
.j-field-text-editor-expand-show .btn-application-menu,
.j-field-text-editor-expand-show .btn-application-user-message,
.j-field-text-editor-expand-show .btn-application-user-notify {
	display: none;
}
.j-field-text-editor-expand .j-field-text-editor-expand-overlay {
	display: block;
}
.j-field-text-editor-expand.j-field-text-editor .j-field-wrap {
	height: auto;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	position: fixed;
	z-index: 1000001;
}
.j-field-text-editor .j-field-text-editor-toolbar {
	height: 26px;
	width: 100%;
	background: #ccc;
}
.j-field-text-editor blockquote {
	margin-left: 30px;
}
.j-field-text-editor .j-field-text-editor-content{
	width: 100%;
	padding: 5px;
	overflow-y: auto;
	background: #fff;
	position: absolute;
	top: 26px;
	left: 0;
	right: 0;
	bottom: 0;
}

.datepicker {
	top:0;
	left:0;
	padding:4px;
	margin-top:1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}
.datepicker-arrow-up:after,
.datepicker-arrow-up:before {
	content:'';
	display: block;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	position: absolute;
	left: 10px;
}
.datepicker-arrow-up:before {
	border-bottom-color: #ccc;
	top: -8px;
}
.datepicker-arrow-up:after {
	border-bottom-color: #fff;
	top: -7px;
}

.datepicker-arrow-down:after,
.datepicker-arrow-down:before {
	content:'';
	display: block;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top-width: 8px;
	border-top-style: solid;
	position: absolute;
	left: 10px;
}
.datepicker-arrow-down:before {
	border-top-color: #ccc;
	bottom: -8px;
}
.datepicker-arrow-down:after {
	border-top-color: #fff;
	bottom: -7px;
}
.datepicker-arrow-center:before {
	left: 89px;
}
.datepicker-arrow-center:after {
	left: 90px;
}
.datepicker >div { display:none; }
.datepicker table {
	width:100%;
	margin:0;
}
.datepicker td, .datepicker th {
	text-align:center;
	width:20px;
	height:20px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}
.datepicker td.day:hover {
	background:#efefef;
	cursor:pointer;
}
.datepicker td.day.disabled { color:#efefef; }
.datepicker td.old, .datepicker td.new { color:#919191; }
.datepicker td.active, .datepicker td.active:hover {
	color:#fff;
	font-weight:bold;
}
.datepicker td span {
	display:block;
	width:45px;
	height:54px;
	line-height:54px;
	float:left;
	cursor:pointer;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}
.datepicker td span:hover { background:#efefef; }
.datepicker td span.active {
	color: #fff;
}
.datepicker th.today { cursor: pointer; }
.datepicker th.today:hover { background:#efefef; }
.datepicker td span.old { color:#919191; }
.datepicker th.switch { width:145px; }
.datepicker th.next, .datepicker th.prev { font-size:14px; }
.datepicker thead tr:first-child th { cursor:pointer; }
.datepicker thead tr:first-child th:hover { background:#efefef; }
.input-append.date.add-on i, .input-prepend.date.add-on i {
	display:block;
	cursor:pointer;
	width:16px;
	height:16px;
}
.dropdown-menu {
	font-size: 13px;
	background-clip:padding-box;
	background-color: #fff;
	border:1px solid #ccc;
	box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.20);
	display:none;
	float:left;
	left:0;
	list-style:none outside none;
	margin:2px 0 0;
	min-width:160px;
	padding:5px 0;
	position:absolute;
	top:100%;
	z-index:1000000;
}
.j-form-field-step .j-form-btn-step .j-button-label {
	display: none;
}
.j-form-field-step .j-form-btn-step {
	position: absolute;
}
.ui-timepicker-inline { display: inline; }

#ui-timepicker-div { padding: 0.2em; }
.ui-timepicker-table { display: inline-table; width: 0; }
.ui-timepicker-table table { margin:0.15em 0 0 0; border-collapse: collapse; }

#ui-timepicker-div .ui-timepicker-hours {
	padding-right: 10px;
}

.ui-timepicker-table .ui-timepicker-title { line-height: 1.3em; text-align: center; font-size: 10px; text-transform: uppercase; font-weight: bold;}
.ui-timepicker-table td { padding: 2px 1px;}
.ui-timepicker-table th.periods { padding: 0.1em; width: 2.2em; }

/* span for disabled cells */
.ui-timepicker-table td span {
	display:block;
    padding:0.2em 0.3em 0.2em 0.5em;
    width: 1.2em;

    text-align:right;
    text-decoration:none;
}
/* anchors for clickable cells */
.ui-timepicker-table td a {
    display: block;
    width: 20px;
    cursor: pointer;
    text-align: center;
    text-decoration:none;
}


/* buttons and button pane styling */
.ui-timepicker .ui-timepicker-buttonpane {
    background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0;
}
.ui-timepicker .ui-timepicker-buttonpane button { margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
/* The close button */
.ui-timepicker .ui-timepicker-close { float: right }

/* the now button */
.ui-timepicker .ui-timepicker-now { float: left; }

/* the deselect button */
.ui-timepicker .ui-timepicker-deselect { float: left; }

#ui-timepicker-div .ui-state-hover.ui-state-active,
#ui-timepicker-div .ui-state-active {
	color: #fff;
}
#ui-timepicker-div {
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.20);
}

#ui-timepicker-div:before, 
#ui-timepicker-div:after {
    content: ' ';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom-width: 8px;
    border-bottom-style: solid;
    position: absolute;
    left: 10px;
}
#ui-timepicker-div:before {
    border-bottom-color: #ccc;
    top: -9px;
}
#ui-timepicker-div:after {
    border-bottom-color: #fff;
    top: -8px;
}

@media screen and (max-width: 500px) {
.j-form-line:not(.j-form-line-width-fix) {
	flex-direction: column;
	gap: 17px;
}
}
