/*.close-x {
    background-color: rgb(255, 255, 255);
    border: 1.5px solid;
    border-color: rgb(194, 194, 214);
    border-radius: 24px;
    -webkit-border-radius: 24px;
    width: 32px;
    height: 32px;
    transition-property: background-color, border-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    -webkit-font-smoothing: antialiased;
    white-space: nowrap;
    cursor: pointer;
}*/
.detail-link {
    display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.detail-link {
	position: relative;
	color: rgb(36, 36, 53);
	cursor: pointer;
	text-decoration: underline;
	white-space: nowrap;
	/*font-size: 13.5px;*/
	line-height: 1.275;
}
.detail-link.ft-strong {
	font-weight: 500;
}
.detail-link-wrap a:hover {
	text-decoration: none;
}
.close-x {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
    --webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.close-x {
	position: relative;
    height: 36px;
    width: 36px;
    padding: 0;
    overflow: visible;
    border: 1px solid transparent;
    background-color: transparent;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}
.close-x.fixed {
	position: absolute;
    top: 8px;
    right: 8px;
}
.close-x.popup-x {
	height: 32px;
    width: 32px;
}
.close-x:not(.remove-x):hover {
    background-color: #f5f5f5;
	cursor: pointer;
}
/*.quick-close {
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 16px;
    text-decoration: none;
    margin: 0px;
    line-height: 0;
    outline: none;
    z-index: 99;
}*/
/*.app-link-nav {
    position: relative;
	line-height: 18px;
}
.app-link-nav .l-s {
    white-space: nowrap;
    display: inline-block;
}
.app-link-nav .l-s ol {
    margin-bottom: 0px;
}
.app-link-nav .l-s ol > li {
    float: left;
    position: relative;
    padding-right: 20px;
}
.app-link-nav .l-s ol > li a {
    color: rgb(72,72,72);
    font-size: 12px;
	letter-spacing: 0.05rem;
}
.app-link-nav .l-s ol > li a:hover {
    color: #74787C;
}
.app-link-nav .l-s ol > li a:after {
    position: absolute;
    left: 103%;
    top: 0.8px;
    content: "\f105";
    font-family: 'FontAwesome';
    margin-left: -15px;
    font-size: 12px;
}
.app-link-nav .l-s ol > li:last-child a:after {
    content: "";
}*/
/*-----------------------------------------------*/
.panel-header-nav {
    line-height: initial;
    overflow: hidden;
    white-space: nowrap;
}
.panel-header-nav {
    margin: 0px;
    padding: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
	gap: 0px;
}
.panel-nav-item {
	color: #474444;
    margin-right: 20px;
}
/*.panel-nav-item::after {
    content: "/";
    padding: 0px 4px;
    color: rgba(36, 36, 53, 0.64);
    display: inline-block;
}*/
.panel-nav-item::after {
    display: inline-block;
    background: #969696;
    content: "";
    height: 25px;
    margin-left: 10px !important;
    padding-right: 0;
    position: absolute;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    vertical-align: -4px;
    width: 1px;
}
.panel-nav-text {
    display: inline;
    background: transparent;
    border: none;
    padding: 0px;
	font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 400;
    overflow-wrap: normal;
    word-break: normal;
}
/*-----------------------------------------------*/
.file-steps-wrapper {
    width: 100%;
    margin: 5px 0 0;;
    padding: 0px;
    list-style: none;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.file-steps-wrapper li {
	padding-left: 5px;
}
.file-steps-wrap {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    background: transparent;
    border: 0px;
    text-align: left;
    padding: 0;
    max-width: 320px;
}
.file-steps-name {
    overflow: auto;
    margin-left: 16px;
}
.file-steps-text {
	font-size: 0.965em;
    font-weight: 500;
    line-height: 1.4;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.file-steps-line {
    width: 1px;
    background-color: rgba(36, 36, 53, 0.32);
    min-width: 16px;
    height: 1px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-left: 30px;
    margin-right: 30px;
}
.file-steps-ico {
    display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.file-steps-active {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.file-steps-active {
    width: 20px;
    height: 20px;
    color: rgb(62, 59, 217);
    border-radius: 50%;
	-webkit-border-radius: 50%;
    /*background-color: #f7f7f7;
    box-shadow: rgba(62, 59, 217, 0.08) 0px 0px 0px 8px;*/
	background-color: #d3c1f7;
    box-shadow: #d3c1f7 0px 0px 0px 8px;
	-webkit-box-shadow: #d3c1f7 0px 0px 0px 8px;
}
/*-----------------------------------------------*/
/*.stepped-indicator {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}
.stepped-indicator-dot {
    width: 10px;
    height: 10px;
    background-color: #aab7c2;
    border-radius: 50%;
    margin-right: 7px;
    transform: scale(0.6, 0.6);
    transition: margin-right,transform 200ms;
}
.stepped-indicator-dot.dot-active {
    background-color: #ff9800;
    margin-right: 10px;
    transform: scale(1, 1);
	transition-delay: 60ms;
}*/
/*-----------------------------------------------*/
label {
    position: relative;
    line-height: 100%;
    text-align: left;
    display: inline-block;
}
.hzcontrol-label {
	margin: 0.25rem 3rem 0 0;
    font-size: 95%;
	line-height: 1.4;
    font-weight: 500;
	color: #697274;
	width: 180px;
    letter-spacing: .04em;
}
.vcontrol-label {
    display: block;
    font-size: 95%;
	line-height: 1.475;
    font-weight: 500;
	color: rgba(0, 0, 0, 0.64);
    margin-bottom: 4px;
    letter-spacing: .04em;
}
/*.vcontrol-label-wrap {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.25rem;
}
.remove-selection {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 3px;
}*/
.label-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.form-control {
	display: inline-block;
    width: 100%;
    height: 44px;
	padding: 6px 8px;
	border: 1px solid #d8d8d8;
    font: normal 14.5px 'Roboto',sans-serif;
	line-height: 1.4;
	color: rgb(36, 36, 53);
    margin: 0;
    vertical-align: middle;
	border-radius: 6px;
    -webkit-border-radius: 6px;
	text-overflow: ellipsis;
}
.form-control.readj {
	height: 38px;
}
.form-control.smwidth {
	min-width: 65px !important;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
 }
.form-control[disabled] {
    cursor: not-allowed;
}
.form-control[disabled], .form-control[readonly] {
    background-color: #eef1f5;
	border: 1px solid #d2d2d2;
    opacity: 1;
	color: #8d8d8d;
}
.note-editor.note-frame .note-editing-area .note-editable h2:first-of-type,.note-editor.note-frame .note-editing-area .note-editable h3:first-of-type,.note-editor.note-frame .note-editing-area .note-editable h4:first-of-type {
	margin-top: 0;
}
.date-picker + span::before,.user-search + span::before {
    font-family: "go_font_v21";
    font-weight: 400;
    position: absolute;
    font-size: 22px;
    color: #666;
	/*z-index: 1;*/
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;
}
.date-picker + span::before {
    content: "\e930";
	top: 34px;
    right: 12px;
}
.user-search + span::before {
    content: "\e9e7";
	top: 34px;
    right: 10px;
}
#fileinput0 + span::before {
    position: absolute;
	top: 10px;
    right: 15px;
	content: "\f093";
	font-family: "FontAwesome";
    font-size: 14px;
    color: #454444;
	font-weight: 400;
	z-index: 2;
}
textarea, input, select {
    vertical-align: middle;
    background-color: #FFF;
    background-image: none;
    font-size: 14px;
    border: solid #afbac1;
    border-width: 0 0 1px;
}
select.virtual {
    background: #fff url(../img/down-arrow.svg) no-repeat center right 5px;
    background-size: auto 50%;
	-webkit-appearance: none;
    appearance: none;
}
select option {
	/*display: block;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    border-bottom: 1px solid rgb(204, 204, 204);*/
    padding: 8px 10px;
}
.checkboxui, .radioui {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 0 0 0 28px;
}
.checkboxui small, .radioui small {
    display: block;
	color: #687173;
}
.checkbox-inline .checkboxui, .radio-inline .radioui {
	display: inline-block;
	margin-bottom: 20px;
}
.checkbox-inline .checkboxui:not(:last-child), .radio-inline .radioui:not(:last-child) {
    margin-right: 15px;
}
.checkboxui > input, .radioui > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    margin: 0!important;
}
.checkboxui > span, .radioui > span {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: top;
    border: 0.0625rem solid rgb(146, 148, 150);
    overflow: hidden;
    background-color: #FFF;
}
.checkboxui.disabled > span, .radioui.disabled > span {
	cursor: not-allowed;
	background-color: #f5f5f5;
    border-color: #dcd4d4;
}
.radioui > span {
    -webkit-border-radius: 50%!important;
    border-radius: 50%!important;
}
.checkboxui > span {
    -webkit-border-radius: 2px!important;
    -moz-border-radius: 2px!important;
    border-radius: 2px!important;
}
.checkboxui>span:after, .radioui>span:after {
    content: '';
    position: absolute;
    display: none;
}
.checkboxui > span:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.radioui > span:after {
    left: 5px;
    top: 5px;
    height: 8px;
    width: 8px;
    border-radius: 100%!important;
	-webkit-border-radius: 100%!important;
    background-color: #FFF;
}
.checkboxui>input:checked~span:after, .radioui>input:checked~span:after {
    display: block;
}
.checkboxui>input:checked~span, .radioui>input:checked~span {
    background: rgb(57, 54, 242);
    border: solid 1px #2563eb!important;
}
/*.checkbox-inline, .radio-inline {
    display: inline-block;
    margin: 0 15px 0 0;
}*/
input[type="radio"].disabled + span {
	background-color: #d1d1d1;
    border: 0.0625rem solid rgb(186 186 186);
}
/*-----------------------------------------------*/
.toggle-control label {
    display: inline-block;
    position: relative;
    max-width: 100%;
	line-height: 100%;
    cursor: pointer;
	text-align: left;
}
.toggle-control input {
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
    background-color: #b3b3b3;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.toggle-switch::after {
    position: absolute;
    bottom: 3px;
    content: "";
    height: 15px;
    width: 15px;
    background-color: white;
    -webkit-border-radius: 50%;
    -webkit-transition: 0.4s;
    border-radius: 50%;
    transition: 0.4s;
}
.toggle-switch::after {
    left: 4px;
}
.toggle-control input:checked + .toggle-switch {
    background-color: #2563eb;
}
.toggle-control input:checked + span::after {
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
}
/*-----------------------------------------------*/
.addit-select {
    display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.addit-select {
    font: normal 14.5px 'Roboto',sans-serif;
    line-height: 1.4;
    color: rgb(36, 36, 53);
    vertical-align: middle;
	border: 1px solid rgba(0, 0, 0, 0.26);
	border-radius: 8px;
	-webkit-border-radius: 8px;
}
.addit-option {
    height: 44px;
	width: 100%;
}
.addit-value {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 5px;
    text-align: center;
    border: none;
    background: transparent;
}
.addit-value {
    height: 100%;
    min-width: 40px;
	width: 100%;
	color: rgb(36, 36, 53);
    border-left: 1px solid rgba(0, 0, 0, 0.26);
    border-right: 1px solid rgba(0, 0, 0, 0.26);
}
.addit-btn {
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 100%;
	overflow: visible;
    background: none;
    border: none;
    transition: color .2s ease-in-out;
    touch-action: manipulation;
}
.addit-btn.disabled {
    cursor: default;
	pointer-events: none;
}
.addit-btn svg {
    fill: currentColor;
    vertical-align: middle;
    background: none;
    pointer-events: none;
    overflow: visible;
}
.addit-btn.disabled svg {
    fill: #ccc;
}
/*-----------------------------------------------*/
.actn-btn-wrap, .popup-btn-wrap, .table-btn-wrap {
    display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*.actn-btn-wrap .btn:not(:last-child), .popup-btn-wrap .btn:not(:last-child), .popup-btn-wrap div:not(:last-child) {
	margin-right: 10px;
}*/
.actn-btn-option, .popup-btn-option, .table-btn-option {
	position: relative;
	display: inline-block;
	line-height: 1.35;
}
:is(.actn-btn-wrap, .popup-btn-wrap, .table-btn-wrap) [class*="-btn-option"] {
	margin-right: 12px;
}
/*.tp-actn-btn, .popup-actn-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}*/
.popup-actn-btn {
    /*position: relative;
    height: 32px;
    width: 32px;
    padding: 0;
    overflow: visible;
    border: 1.5px solid rgb(194, 194, 214);
    background-color: transparent;
    -webkit-border-radius: 24px !important;
    -moz-border-radius: 24px !important;
    border-radius: 24px !important;*/
	position: relative;
    height: 32px;
    width: 32px;
    padding: 0;
	overflow: visible;
    border: 1px solid transparent;
    background-color: transparent;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
	/*-webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px 0px, rgba(0, 0, 0, 0.14) 0px 2px 4px 0px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px 0px, rgba(0, 0, 0, 0.14) 0px 2px 4px 0px;*/
}
.popup-actn-btn:hover:not([disabled]) {
    background-color: #e8e8e8;
}
/*.actn-btn-icon {
	font-size: 0px;
    display: inline-block;
    width: 18px;
    height: 18px;
}*/
.popup-actn-btn.fill {
	background-color: #f5f3f3;
    background-image: none;
}
.tp-actn-btn {
	position: relative;
    height: 34px;
    width: 34px;
    padding: 0;
	overflow: visible;
	color: rgb(32, 32, 44);
    /*border: 1px solid #e3e3e3;*/
    background-color: transparent;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
	/*background-color: #FFF;
	-webkit-box-shadow: rgb(0 0 0 / 14%) 0px 2px 4px 0px;
	box-shadow: rgb(0 0 0 / 14%) 0px 2px 4px 0px;
	-webkit-transition: background-color .3s;
    transition: background-color .3s;*/
}
.tp-actn-btn:hover:not([disabled]) {
    /*border-color: #666;*/
	background-color: #e8e8e8;
	/*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);*/
}
.tp-actn-btn.fill {
	background-color: #f5f3f3;
    background-image: none;
}
/*.actn-btn-wrap .tp-actn-btn {
	-webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px 0px, rgba(0, 0, 0, 0.14) 0px 2px 4px 0px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px 0px, rgba(0, 0, 0, 0.14) 0px 2px 4px 0px;
}*/
/*-----------------------------------------------*/
.inline-tool-tip {
	position: relative;
    /*display: -webkit-inline-box;
    display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;*/
	cursor: pointer;
}
.inline-tool-tip .fa-info-circle {
    color: rgb(32, 32, 44);
}
.tool-tip {
	position: absolute;
	top: 150%;
    right: -14px;
}
.tool-tip.flowtop {
	top: auto;
	bottom: calc(100% + .9rem);
}
.tool-tip {
    /*padding: 8px;*/
	border-radius: 4px;
    -webkit-border-radius: 4px;
    pointer-events: none;
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
	-webkit-transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transform-origin: center top;
    transform: scale(0) translateY(-50%);
	-webkit-transform-origin: center top;
    -webkit-transform: scale(0) translateY(-50%);
}
.tool-tip {
	min-width: 98px;
	width: 100%;
    max-width: 280px;
    text-transform: none;
	z-index: 2;
    opacity: 0;
    transform: scale(0);
	-webkit-transform: scale(0);
}
.tool-tip {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tool-tip {
    /*background-color: #333;
	-webkit-box-shadow: 0 4px 12px rgb(18 18 19 / 5%);
    box-shadow: 0 4px 12px rgb(18 18 19 / 5%);
    border: 1px solid #333;*/
	text-align: center;
}
.tool-tip-text {
    font-size: 12px;
    line-height: 18px;
	font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    padding: 8px;
	color: rgb(255, 255, 255);
	background-color: rgb(32, 32, 44);
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.tool-tip-text {
	-webkit-box-flex: 1;      
	-moz-box-flex: 1;        
	-webkit-flex: 1;          
	-ms-flex: 1;             
	flex: 1;
}
.tool-tip.flowtop .tool-tip-text {
    font-size: 11px;
}
/*.tool-tip-text {
    font-size: 13px;
	line-height: 1.3;
    color: #fff;
    font-weight: 400;
	letter-spacing: 0;
	width: max-content;
}*/
.tool-tip:after, .tool-tip:before {
    border-style: solid;
    content: " ";
    position: absolute;
    right: 22px;
    top: -12px;
    transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.tool-tip.flowtop:after, .tool-tip.flowtop:before {
    top: 96%;
    transform: unset;
	-webkit-transform: unset;
}
.tool-tip:before {
    border-width: 8px;
    margin-left: -8px;
    border-color: rgb(32, 32, 44) transparent transparent;
}
.tool-tip:after {
    border-width: 7px;
    margin-left: -7px;
    border-color: rgb(32, 32, 44) transparent transparent;
}
.info-tooltip:hover .tool-tip, .tp-actn-btn:hover + .tool-tip, .table-actn-btn:hover + .tool-tip, .popup-actn-btn:hover + .tool-tip, .inline-tool-tip:hover .tool-tip {
    /*transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 0.4s;*/
    opacity: 1;
    transform: scale(1);
	-webkit-transform: scale(1);
}
/*-----------------------------------------------*/
.model-upper-frame {
    position: fixed;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    display: none;
    z-index: 999;
}
.model-inner-frame {
    margin: auto;
    position: relative;
    height: 100%;
}
.model-upper-frame.ready {
	display: block;
}
.model-upper-frame.ready .model-inner-frame {
    box-shadow: 0 0 0 5px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,.6);
    opacity: 1;
}
.model-frame-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    overflow: hidden;
    height: 100%;
}
.model-frame-content {
    height: 100%;
    overflow: auto;
    position: relative;
    background-color: #fff;
	z-index: 0;
}
/*.model-header-bg {
    border-color: #e9e8e8!important;
    border-style: solid!important;
    border-width: 0 0 1px 0!important;
    background-image: url(../../../../../../images/icon/model-head-bg.png);
    background-position-y: -9px;
}*/
.model-frame-content-heading {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	gap: 1.25rem;
}
.model-frame-content-heading {
	position: relative;
	margin: 8px 0;
	padding-right: 16px;
	min-height: 38px;
}
.model-frame-close {
    width: 39px;
    height: 39px;
    background: rgb(32, 32, 44);
    color: #FFF;
    text-align: center;
    right: 1px;
    top: 0;
    position: absolute;
    cursor: pointer;
	z-index: 1;
}
.model-frame-close:after, .model-frame-close:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 18px;
    width: 3px;
    height: 26px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #FFF;
}
.model-frame-close:before {
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.model-frame-close:after {
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
/*-----------------------------------------------*/
.popover-dialog {
	display: inline-block;
	background-color: rgb(255, 255, 255);
    border: 1px solid transparent;
    color: #333;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    /*box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.25);*/
	box-shadow: 0 2px 8px 0 rgb(0 0 0/36%);
    -webkit-box-shadow: 0 2px 8px 0 rgb(0 0 0/36%);
    outline: none;
    -webkit-user-select: text;
    white-space: normal;
    margin: 0px;
    padding: 0px;
    min-width: 200px;
	z-index: 2;
    position: absolute;
	/*-webkit-transition: all .1s linear;
    transition: all .1s linear;*/
}
.popover-dialog-list-fixed {
	position: fixed;
}
/*[class*="popover-dialog-list"] {
    top: 110%;
    right: -10px;
}*/
.popover-dialog-list {
	top: 110%;
    right: -10px;
}
.popover-dialog-list.left {
	top: 110%;
    left: 0;
	right: auto;
}
.popover-dialog-list.overlap {
	top: 45px;
	right: 5px;
}
.popover-dialog-list.vimid {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.popover-dialog-wrapper {
    position: relative;
    height: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
/*.popover-header {
    position: sticky;
    top: 0;
    padding: 5px 20px;
    z-index: 1;
    background-color: rgb(253 253 253);
    border-bottom: 1px solid #e7e7e7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
*/
.popover-inner-view {
    border: none;
	padding-top: 0;
    border-radius: 0px;
	-webkit-border-radius: 0px;
    background-color: transparent;
    -webkit-overflow-x: hidden;
    -webkit-overflow-y: auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-scroll-behavior: smooth;
    scroll-behavior: smooth;
    min-height: 86px;
	max-height: calc(100% - 64px);
	transition: max-height .25s cubic-bezier(.53,0,.35,1);
	-webkit-transition: max-height .25s cubic-bezier(.53,0,.35,1);
}
.popover-title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: rgb(36, 36, 53);
}
/*.popover-inner-view {
	max-height: 360px;
}*/
.popover-inner-view::-webkit-scrollbar {
	width: 5px
}
/*.popover-dialog.open .popover-inner-view {
	max-height: 360px;
}
.popover-inner-view::-webkit-scrollbar {
	width: 5px
}*/
.popover-lists {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    width: 100%;
}
.popover-item {
    /*display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;*/
}
.popover-option {
	border: 0;
    background: none;
    text-align: left;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.popover-option {
    font-size: 97%;
	color: #666;
    line-height: 1.375;
	font-weight: 500;
	white-space: nowrap;
	text-align: justify;
	text-overflow: ellipsis;
    padding: 8px 20px;
    width: 100%;
	-webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.popover-item:hover .popover-option {
	background-color: #f5f5f5;
	border-radius: 24px;
    -webkit-border-radius: 24px;
}
.popover-item [class$="-icn"] {
    margin-right: 15px;
}
.popover-item .form-control {
    height: 36px;
	min-width: 70px;
	width: auto;
}
/*.popover-item .checkboxui, .popover-item .radioui {
	padding: 0 0 0 32px;
}*/
/*-----------------------------------------------*/
/*.landing_popup {
    animation: zoominoutsinglefeatured 1s ease-in-out;
	-webkit-animation: zoominoutsinglefeatured 1s ease-in-out;
}*/
.dialog-popup-inner {
    position: fixed;
    inset: 0px;
    overflow: hidden;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 100;
    pointer-events: none;
}
.reveal-overlay-inner {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    pointer-events: initial;
    background-color: rgba(17, 17, 24, 0.08);
}
/*.reveal-overlay-inner {
	opacity: 1;
	transition: opacity 350ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
	-webkit-transition: opacity 350ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}*/
.dialog-popup-center {
    overflow: hidden;
    z-index: 1;
    width: calc(100% - 60px);
    max-height: 80vh;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(239, 239, 245);
    transition-duration: 350ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: opacity, transform;
    -webkit-transition-duration: 350ms;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-property: opacity, transform;
    pointer-events: initial;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    /*box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px 0px, rgba(0, 0, 0, 0.14) 0px 2px 4px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px 0px, rgba(0, 0, 0, 0.14) 0px 2px 4px 0px;*/
	box-shadow: 0 0 10px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.dialog-popup-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
/*-----------------------------------------------*/
.dialog-popup {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: initial;
    z-index: 1;
    height: 100%;
    width: calc(100% - 3rem);
	box-shadow: -4px 0 5px rgba(0,0,0,.25);
	-webkit-box-shadow: -4px 0 5px rgba(0,0,0,.25);
}

/*Remove it later*/
.dialog-popup-header {
    position: sticky;
	top: 0;
    z-index: 1;
    padding: 8px 20px;
	background-color: rgb(253 253 253);
    border-bottom: 1px solid #e7e7e7;
}
.dialog-popup-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.dialog-header-float {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 20px 20px 10px;
    background-color: #FFF;
}
:is(.dialog-header-top,.dialog-header-btm) {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*-webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 6%);*/
}
/*.dialog-popup-header.no-shadow {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}*/
.dialog-popup-title {
	width: 94%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: rgb(36, 36, 53);
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}
.dialog-popup-title small {
	display: block;
    font-size: 14px;
    font-weight: 400;
}
.dialog-popup-content {
    height: 100%;
    overflow: auto;
    position: relative;
	padding: 10px 20px 20px;
}
.dialog-popup-content.dark-bg {
	background: #f5f5f5;
}
.dialog-popup-footer {
    display: block;
    padding: 15px 20px;
	background: #fff;
	border-top: 1px solid #e7e7e7;
	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
:is(.dialog-header-btn-wrap, ..dialog-popup-footer-inner, .dialog-footer-btn-wrap) {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.dialog-popup-footer-inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
:is(.dialog-header-btn-wrap, .dialog-popup-footer-inner, .dialog-footer-btn-wrap) .btn:not(:last-of-type) {
    margin-right: 10px;
}
.dialog-btn {
    position: relative;
    padding: 8px 14px;
    min-height: 42px;
    overflow: visible;
    font-weight: 500;
    /*-webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;*/
}
.react-sidebar {
    /*transform: translateX(100%);
	-webkit-transform: translateX(100%);
    transition: transform .35s ease;
    -webkit-transition: transform .35s ease;*/
	/*opacity: 0;
    pointer-events: none;
    transition: opacity .2s linear;
    visibility: hidden;*/
}
.react-sidebar.open {
    /*transform: unset;
	-webkit-transform: unset;
    transition: transform .35s ease .35s;
	-webkit-transition: transform .35s ease .35s;*/
	/*opacity: 1;
    pointer-events: all;
    visibility: visible;*/
}
.dialog-wide {
	width: 90vw;
	max-width: 1280px;
}
.dialog-medium {
	width: 82.5vw;
	max-width: 1280px;
}
.dialog-small {
    max-width: 680px;
}
/*-----------------------------------------------*/
.table .sorting {
	background-repeat: no-repeat;
    background-position: center right;
}
.table .sorting {
    cursor: pointer;
    position: relative;
}
.table .sorting-both {
	background-image: url(../img/sort_both.png);
	min-width: 110px;
}
.table .sorting_desc {
    background-image: url(../img/sort_desc.png);
}
.table .sorting_asc {
    background-image: url(../img/sort_asc.png);
}
.pagination-wrap {
	padding: 8px 16px;
    /*border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
	-webkit-border-bottom-left-radius: 0.5rem;
    -webkit-border-bottom-right-radius: 0.5rem;*/
    background-color: rgb(255, 255, 255);
	/*box-shadow: 0 1px 1px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.12);*/
}
.pagination-wrap.inner {
	padding: 10px 0;
    border-radius: unset;
	-webkitborder-radius: unset;
	box-shadow: none;
    -webkit-box-shadow: none;
}
.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
}
.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
/*.pagination-item {
    margin: 0;
}*/
.pagination .pagination-item:not(:last-child) {
    margin-right: 10px;
}
.pagination-item .btn {
	/*display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;*/
	width: 30px;
    height: 30px;
    padding: 0.25rem;
	border-radius: 50%;
    -webkit-border-radius: 50%;
}
.pagination-item select {
	min-width: 80px;
    height: 30px;
	padding: 4px 8px;
}
/*.pagination-button-icon {
    vertical-align: middle;
    flex-shrink: 0;
    overflow: visible;
    font-size: 1em;
}
.ux-button:not([href])>* {
    pointer-events: none;
}*/
.pagination-button-text {
	font-size: 14px;
}
.pagination-item button:not([disabled])[aria-selected=true] {
	color: #FFF;
	background-color: #333;
}
/*-----------------------------------------------*/
.table-base-font {
	display: block;
	font-size: 11px;
	line-height: 18px;
	color: #74787C;
	font-weight: 400;
}
.table-actn-btn {
    padding: 0;
	height: 34px;
    width: 34px;
	margin: -5px 0;
    overflow: visible;
	letter-spacing: normal;
    background-color: transparent;
	transition: .15s ease-in-out;
	-webkit-transition: .15s ease-in-out;
    -webkit-border-radius: 24px !important;
    -moz-border-radius: 24px !important;
    border-radius: 24px !important;
}
.table-actn-btn:hover:not([disabled]) {
	background-color: #f5f5f5;
}
.data-table-wrapper {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.data-table-wrapper {
    text-align: initial;
	width: 100%;
    height: calc(100vh - 80px);
}
.data-table-content {
    /*overflow: auto;*/
    position: relative;
	/*width: 100%;
	height: 100%;*/
	padding: 0;
	min-height: 80px;
	vertical-align: bottom;
    /*padding: 2px 10px 10px;
    background-color: #FFF;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.12);
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.12);
	border: 1px solid rgb(203, 210, 214);
	border: 1px solid #d0d0d0;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px 0px;
	border-radius: 8px;
	-webkit-border-radius: 8px;*/
}
.data-table-content.mheight {
    min-height: 150px;
}
.table-responsive-wrapper {
    overflow-x: auto;
    position: relative;
}
/*.table-space-wide > thead > tr > th, .table-space-wide > tbody > tr > th, .table-space-wide > tfoot > tr > th, .table-space-wide > thead > tr > td, .table-space-wide > tbody > tr > td, .table-space-wide > tfoot > tr > td {
    padding: 1rem;
}
.table.border-around {
    border: 1px solid #d8d7dc;
}
*/
.data-table-content::-webkit-scrollbar {
	width: 5px
}
.table .data-table-row.selected {
	background-color: #d2ecf8;
}
.table .data-table-row:not(:last-of-type) {
    border-bottom: 1px solid #bcbbc2;
}
.table.unit-border .data-table-row td:not(:last-child) {
    border-right: 1px solid #bcbbc2;
}
thead.data-table-row {
    display: table-header-group;
	background-color: #3b3b3b;
	border-bottom: 1px solid #bcbbc2;
}
.border thead.data-table-row {
	border-top: 1px solid #c3c3c3;
}
.data-table-row .fixed-col:first-of-type {
    position: sticky;
    left: 0;
	min-width: 150px;
	z-index: 1;
	background-color: #ecebe7;
}
.data-table-row small {
	margin-top: 2px;
	display: block;
	color: #74787C;
	line-height: 1.2;
}
.data-table-row .popover-dialog-list.overlap {
	top: 34px;
	left: -55px;
    right: auto;
}
.data-table-row .form-control {
	padding: 4px 10px;
	height: 34px;
    min-width: 100px;
	max-width: 230px;
}
/*.data-table-row .btn{
    padding: 8px 12px;
    height: auto;
}*/
.data-table-row .form-control.sm-wid {
    min-width: 80px;
	max-width: 80px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
	font-size: 96%;
	line-height: 20px;
    /*color: rgb(36, 36, 53);*/
	color: #FFF;
    font-weight: 500;
}
.table .data-table-row th:first-child {
	padding-left: 16px;
}
.table .data-table-row th:last-child {
	padding-right: 16px;
}
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    /*min-height: auto;*/
    min-height: 3em;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: rgb(36, 36, 53);
	/*vertical-align: middle !important;*/
}
.table .data-table-row td:first-child {
	padding-left: 16px;
}
.table .data-table-row td:last-child {
	padding-right: 16px;
}
#timeline_view .table > thead > tr > td, #timeline_view .table > tbody > tr > td, #timeline_view .table > tfoot > tr > td {
	font-size: 12px;
    line-height: 18px;
}
.table > tbody > tr > td.discount {
	color: #FFF;
	background-color: #4CAF50;
}
.table > tbody > tr > td :is(.checkboxui, .radioui):not(:last-child) {
	margin-right: 8px;
}
/*.table > tbody tr:not(.c-weeks):nth-of-type(odd) {
	background-color: #f0f2f2;
}*/
.data-table-alert {
	color: #eb424a;
	background-color: #ffefe1;
}
/*.data-table-row td[rowspan] {
	border-right: 1px solid #c3c3c3;
}*/
.table > thead > tr > td a, .table > tbody > tr > td a, .table > tfoot > tr > td a {
    color: rgb(36, 36, 53);
	text-decoration: underline;
	cursor: pointer;
}
.table > thead > tr > td a:hover, .table > tbody > tr > td a:hover, .table > tfoot > tr > td a:hover {
	text-decoration: unset;
}
.data-table-row p {
	font-size: 98%;
}
.data-table-row p:last-of-type {
	margin-bottom: 0;
}
.data-table-smfix {
    width: 52px;
}
.data-table-wdfix {
    width: 150px;
}
.table-editor-wrapper { }
.table-editor-obj {
	border-right: 1px solid #ccc;
    -webkit-box-shadow: 1px 0 0 0 #FFF;
    -moz-box-shadow: 1px 0 0 0 #FFF;
    -o-box-shadow: 1px 0 0 0 #FFF;
    box-shadow: 1px 0 0 0 #FFF;	
}
.table-editor-obj {
	display: inline-block;
    margin-top: 2px;
	margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
}
.table-editor-wrapper .table-editor-obj:last-child {
	border-right: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;	
}
/*.data-table-smfix.checkbox {
    max-width: 45px;
}
.data-table-title {
    font-size: 13px;
    line-height: 18px;
    color: rgb(36, 36, 53);
    font-weight: 600;
    margin-right: 0.3em;
}*/
.table-search-bar {
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: nowrap;
    width: 100%;
}
.table-search-bar {
    height: 40px;
	padding: 0 16px;
    border-bottom: 2px solid #2563eb;
    background-color: #FFF;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.table-search-bar-ctrl,.table-search-bar-icn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.table-search-bar .table-search-bar-ctrl:first-of-type {
	flex: 1 1 0;
}
/*.table-search-bar-input .lens-icn {
	margin-right: 10px;
}*/
.table-search-input {
    border: 0;
    outline: 0;
    background: none;
    height: 40px;
    margin: 0 0 0 8px;
    padding: 0;
	width: 98%;
}
/*.table-search-ico {
	position: relative;
    display: flex;
    flex-flow: row;
    margin: 0px;
    padding: 0px;
    -webkit-box-align: center;
    align-items: center;
}
.table-search-icoval {
	cursor: pointer;
}
.table-search-icoval:hover + .tool-tip {
	opacity: 1;
	cursor: pointer;
	visibility: visible;
}*/
/*-----------------------------------------------*/
.form-split-hr {
    margin-bottom: 15px;
    position: relative;
}
.form-split-hr .split-hr {
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.form-split-hr .split-hr span {
    padding: 6px 9px;
    font-size: 12px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: center;
    display: inline-block;
    background-color: rgb(36, 36, 53);
    border: 1px solid transparent;
    border-radius: 50%;
}
.form-split-hr hr {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    border: 0;
    border-top: 1px solid #b7b7b7;
    position: absolute;
    top: 50%;
    z-index: 0;
}
/*-----------------------------------------------*/
.form-tab-wrapper {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.form-tab-wrapper > div {
	display: -webkit-inline-box
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.form-tab-wrapper div:not(:last-child) {
	margin-right: 10px;
}
.form-tab {
    /*cursor: pointer;
    display: flex;
    flex: 1 1;
	align-items: center;
    min-height: 3rem;
    outline: 0;
    padding: 1rem 1.5rem;
    text-decoration: none;
	background: #FFF;
	border-radius: 24px;
    border: 1px solid #dcd9d9;*/
	min-width: 80px;
	padding: 8px 12px;
    text-decoration: none;
	background-color: rgb(255 255 255);
	border-radius: 24px;
	-webkit-border-radius: 24px;
	border: 2px solid #d3d3d3;
}
.form-tab.active, .form-tab:not(.active):hover  {
	/*background-color: #0063fb;*/
	border-color: #0063fb;
}
/*.form-tab:not(.active):hover {
	border-color: #0063fb;
	background: #0063fb;
}*/
.form-tab .tab-title {
    position: relative;
    font-size: 13px;
    line-height: 18px;
	color: rgb(32, 32, 44);
    font-weight: 400;
    text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: 0.06rem;
}
/*:is(.form-tab.active, .form-tab:not(.active):hover) .tab-title {
	color: #FFF;
}*/
/*-----------------------------------------------*/
.form-tab-conveyor-wrap {
    position: relative;
    overflow: hidden;
}
.form-tab-conveyor {
    position: relative;
    overflow-x: auto;
	overflow-y: hidden;
}
.form-tab-conveyor .form-tab-tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.form-tab-conveyor .form-tab-tabs {
    position: relative;
	padding: 0;
    margin: 0;
    transition: margin-left .5s;
	-webkit-transition: margin-left .5s;
	border-bottom: 1px solid #d4d4d4;
}
.form-tab-conveyor .form-tab-item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
    /*margin-top: 0;
    margin-bottom: -0.06rem;*/
}
.form-tab-conveyor .form-tab-tabs .form-tab-link {
	position: relative;
    color: rgb(112, 118, 124);
    cursor: pointer;
	padding: 15px;
    font-size: 16px;
    line-height: 1.475;
    font-weight: 500;
    white-space: nowrap;
	text-decoration: none;
	background-color: transparent;
    border: none;
    -webkit-transition: color 0.24s cubic-bezier(0.26, 0.1, 0.48, 1);
	transition: color 0.24s cubic-bezier(0.26, 0.1, 0.48, 1);
}
.form-tab-conveyor .form-tab-tabs .form-tab-link.active, .form-tab-conveyor .form-tab-tabs .form-tab-link:hover {
    color: #0063fb;
	/*cursor: pointer;
    border-bottom-color: #0063fb;
    border-bottom-width: 2.4px;*/
}
.form-tab-conveyor .form-tab-tabs .form-tab-link.active:before {
    content: "";
    display: block;
    height: 0.24rem;
    bottom: 0;
    left: 1px;
    position: absolute;
    width: calc(100% - 3px);
    background-color: #0063fb;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}
/*-----------------------------------------------*/
.form-obj-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.form-btn-wrap .btn:not(:last-child) {
    margin-right: 8px;
}
.form-btn-wrap.alert .btn {
	padding: 8px 16px;
	-webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}
.form-obj {
	position: relative;
    margin-bottom: 20px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.form-obj-wrap .form-obj {
    width: 100%;
}
.form-obj-wrap .form-obj:not(:last-child) {
    margin-right: 20px;
}
/*.form-btn-wrapper .btn:not(:last-child) {
    margin-right: 10px;
}*/
.form-obj .label-text {
	position: absolute;
	right: 10px;
	top: 34px;
}
/*-----------------------------------------------*/
.joiner {
    position: relative;
}
.joiner:before, .joiner:after {
    content: " ";
    display: table;
}
.joiner:before, .joiner:after {
    clear: both;
}
.joiner .sel-join {
    position: absolute;
    left: 0;
    top: 0;
    height: 43px;
    font: normal 14px 'Roboto',sans-serif;
    width: 68px;
    float: left;
}
.sel-join .ui--input {
    border: none;
    border-right: 0.0625rem solid rgba(0, 0, 0, 0.15);
    padding: 12px 5px 10px 8px;
    /*width: 100%;
    height: 99%;*/
    -webkit-border-radius: 0;
    border-radius: 0;
    letter-spacing: -0.1px;
}
.sel-join .ui-select {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
select.ui-select {
    opacity: 0;
}
.joiner input[type=text] {
    padding-left: 76px !important;
    float: left;
}
.sel-join .ui-select:before {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    right: 4px;
    top: 10px;
}
/*-----------------------------------------------*/
/*.folder-open-ico {
    font-size: 0px;
    display: inline-block;
}*/
.folder-open-text {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: rgb(36, 36, 53);
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group-addon {
	width: 1%;
	display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    height: 40px;
    padding: 4px 8px;
    min-width: 60px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #74787C;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.15);
	border-right: none;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
	-webkit-border-top-left-radius: 0.5rem;
    -webkit-border-bottom-left-radius: 0.5rem;
}
.input-group .form-control {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
}
input[type=file] {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	width: 100%;
	border-radius: 1rem;
	-webkit-border-radius: 1rem;
}
.fileinput-control {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;	
}
.fileinput-pic-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.fileinput-pic-wrap {
	margin: 0px;
    padding: 0px;
	width: 100%;
    min-height: 80px;
}
.fileinput-pic {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.fileinput-pic {
	position: relative;
    cursor: pointer;
    background: rgb(255, 255, 255);
    border: 1px dashed rgba(0, 0, 0, 0.26);
    border-radius: 8px;
	-webkit-border-radius: 8px;
    padding: 32px 16px;
	overflow: hidden;
}
.fileinput-pic.bg-fill {
	background: rgb(246, 247, 247);
}
/*.fileinput-pic-wrap .btn {
	padding: 6px 10px;
    min-width: 100px;
    border-radius: 24px;
    height: 38px;
}
.fileinput-pic-wrap .form-control {
	height: 38px;
}*/
.fileinput-input {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    gap: 10px;
}
.fileinput-input {
	padding: 2px 8px;
    margin-top: 2px;
	background-color: #e4f7f9;
    border: 1px solid rgb(194, 194, 214);
    border-radius: 4px;
	-webkit-border-radius: 4px;
}
.fileinput-rmbtn {
    padding: 0px;
    background: transparent;
    border: 0px;
    cursor: pointer;
    color: rgb(32, 32, 44);
    transition-property: color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
	-webkit-transition-property: color;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 200ms;
    height: 16px;
    width: 16px;
    font-size: 0px;
}
/*.fileinput-clr {
    font-size: 0px;
    display: inline-block;
    width: 16px;
    height: 16px;
}*/
/*-----------------------------------------------*/
.sweet-alert {
    width: 478px;
	z-index: 2;
    padding: 25px 20px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
	background-color: #ffffff;
	border-radius: 24px;
    -webkit-border-radius: 24px;
}
.sweet-alert .sw-icon {
    width: 60px;
    height: 60px;
    border: 2px solid gray;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto 10px;
    position: relative;
}
.sweet-alert .sw-warning {
    border-color: #333;
}
.sweet-alert .sw-icon.sw-warning .sw-body {
    position: absolute;
    width: 5px;
    height: 30px;
    left: 50%;
    top: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-left: -2px;
    background-color: rgb(36, 36, 53);
}
.sweet-alert .sw-icon.sw-warning .sw-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 8px;
    background-color: rgb(36, 36, 53);
}
.sweet-alert p {
	margin-bottom: 20px;
}
/*-----------------------------------------------*/
.floating-action-section-wrapper {
	position: fixed;
    right: 21px;
    bottom: 80px;
    z-index: 1001;
}
.floating-action {
    height: 62px;
    width: 62px;
    border-radius: 40px !important;
	-webkit-border-radius: 40px !important;
    cursor: pointer;
    padding: 18px 0;
    background-color: #fff;
    box-shadow: 0 1px 8px #d4dbe0;
	-webkit-box-shadow: 0 1px 8px #d4dbe0;
    position: relative;
    -webkit-transition: all 300ms ease-in;
}
.floating-action {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.floating-action-icon {
    position: absolute;
    z-index: 3;
    padding-top: 5px;
}
.floating-action {
    background-color: #c4c4c4;
	/*transform: rotate(135deg);*/
    box-shadow: 0 0 8px #d4dbe0;
	-webkit-box-shadow: 0 0 8px #d4dbe0;
}
.floating-action.open .floating-action-icon {
    transform: rotate(45deg) !important;
	-webkit-transform: rotate(45deg) !important;
}
.floating-action-center {
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: #fff;
    transform: scale(0);
    transition: all 300ms ease-in;
	-webkit-transform: scale(0);
    -webkit-transition: all 300ms ease-in;
}
.floating-action-center.selected {
    transform: scale(1);
	-webkit-transform: scale(1);
}
.floating-action-list {
    position: fixed;
    right: 90px;
    bottom: 110px;
    width: max-content;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFF;
    box-shadow: 0 6px 8px 0 rgba(17,17,17,.0705882353), 0 4px 4px 0 rgba(17,17,17,.1019607843), 0 0 12px 0 rgba(17,17,17,.0705882353);
    -webkit-box-shadow: 0 6px 8px 0 rgba(17,17,17,.0705882353), 0 4px 4px 0 rgba(17,17,17,.1019607843), 0 0 12px 0 rgba(17,17,17,.0705882353);
}
.floating-action-list ul {
    list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	margin-bottom: 0;
}
.floating-action-list ul li {
	margin-bottom: 0;
	-webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.floating-action-list ul li:hover {
	color: #222;
    background-color: #eff2f5;
	border-radius: 24px;
    -webkit-border-radius: 24px;
}
.floating-action-list ul li a {
    display: block;
	cursor: pointer;
	font-size: 1.4rem;
	line-height: 1.2;
    padding: 10px 20px;
	color: #767676;
	font-weight: 500;
    text-decoration: none;
}
@media (min-width: 1200px) {
.floating-action-section-wrapper {
    right: 50px;
}
.floating-action-list {
    right: 100px;
}
}