﻿html body {
    overflow-x: visible;
}

.login * {
    vertical-align: initial !important;
}

.login {
    margin: 3px 7px 12px 0;
    line-height: 17px;
}

.navSubmenu > li > a, .navSubmenu > li > span {
    padding-top: 6px;
    padding-bottom: 6px;
}

span.submenu-link, li:hover span.submenu-link {
    display: flex;
}

#app {
    color: #000;
}

#app * {
    font-family: "SBSansText", sans-serif;
}

#app.theme2023 h1,
#app.theme2023 h2,
#app.theme2023 h3,
#app.theme2023 h4,
#app.theme2023 h5,
#app.theme2023 h6 {
    font-family: "SBSansDisplay", sans-serif;
    font-weight: 600;
    color: #1C1C1C;
}

#app.theme2023 h1 {
    letter-spacing: -1px;
}
#app.theme2023 h2 {
    letter-spacing: -0.5px;
}
#app.theme2023 h3 {
    letter-spacing: -0.5px;
}
 #app.theme2023 h4 {
    letter-spacing: -0.5px;
}
#app.theme2023 h5 {
    letter-spacing: -0.2px;
}
#app.theme2023 h6 {
    letter-spacing: -0.2px;
}

#app h1, #app h2, #app h3, #app h4, #app h5, #app h6 {
    font-family: "SBSansDisplay", sans-serif;
    font-weight: 400;
}

#app #form {
    margin: 25px 0 0 0;
}

#app #apl-form-filter {
    margin: 0;
}

#apl-form-filter > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

#apl-form-filter div .el-divider {
    margin: 0;
}

#app p {
    padding: inherit;
}

#app span.required {
    border: none;
}

#app .el-icon-date:before, #app .el-icon-time:before {
    content: "" !important;
}

#app .modal {
    display: inherit;
    height: inherit;
}

#app input[type="text"].input-default {
    width: 100%;
    max-width: 255px;
    min-width: auto;
    margin: 0 0 0 0;
}

#app input[type="text"] {
    min-width: 30%;
    width: 90%;
    max-width:550px;
}

#qpp input[type="password"].input-default {
    max-width: 255px;
    min-width: auto;
}

#app input[autocomplete="off"] {
    width: 100%;
}

#app .inline-filter input {
    width: 130px;
}

.tr-el .td-el {
    vertical-align: top;
}

.table-el.table-el_border {
    overflow: visible;
}

.cert-wrapper .el-select .el-input__inner {
    max-width: none;
}

.custom-required {
    color: red;
}

.custom-tooltip {
    position: absolute;
    background: url('/CoreApl/public/icons/tooltip-icon.svg') no-repeat center right 100%;
    padding: 0;
    border: 0;
    width: 14px;
    height: 21px;
    border-radius: 0;
    cursor: pointer;
    margin-left: 4px;
}

.custom-tooltip > span {
    display: none;
}

.custom-tooltip:hover {
    width: 440px;
}

.custom-tooltip:hover > span {
    display: inline-block;
    position: fixed;
    max-width: 440px;
    width: max-content;
    height: max-content;
    border: 1px solid #C1C1C1;
    background: #fff;
    color: #000000;
    border-radius: 4px;
    padding: 8px;
    margin-left: 21px;
    margin-top: 1px;
    z-index: 1000 !important;
    transform: translateY(-8px);
}

.custom-hint-text {
    font-weight: 400;
    font-size: 11px;
    color: #474545;
}

#app .prevalidation-messages .el-alert__description {
    padding: 0;
}

.prevalidation-messages .el-alert {
    margin: 20px 0 0;
}

.prevalidation-messages .el-alert--info.is-light {
    background-color: #f4f4f5;
    color: #909399;
}

.prevalidation-messages .el-alert--info .el-alert__description {
    color: #909399;
}

.prevalidation-messages .el-alert--warning.is-light {
    background-color: #fdf6ec;
    color: #e6a23c;
}

.prevalidation-messages .el-alert--warning .el-alert__description {
    color: #e6a23c;
}

.prevalidation-messages .el-alert--error.is-light {
    background-color: #fef0f0;
    color: #f56c6c;
}

.prevalidation-messages .el-alert--error .el-alert__description {
    color: #f56c6c;
}

#form.save-disabled button.save-sign {
    pointer-events: none;
    opacity: 0.5;
}

#form.save-hidden button.save-sign {
    display: none;
}

#form.data-requested {
    position: relative;
}

.div-hidden__main .div-hidden {
	margin-bottom: 10px;
}

#app .div-hidden__header-container .block-name {
    padding-left: 0;
}

p.tbl-noContentMessage {
    white-space: nowrap;
}

.custom-form-buttons {
    display: flex;
    gap: 17px;
    margin-left: 17px;
}

.theme2023 .custom-form-buttons {
    margin-left: 0;
}
.custom-form-buttons button.custom-form-buttons__button {
    background: #08A652;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
    width: 100% !important;
}
.custom-form-buttons button.custom-form-buttons__button .btn-text,
.custom-form-buttons button.custom-form-buttons__button .button-div-text {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}
.custom-form-buttons button.custom-form-buttons__button.custom-form-buttons__button_margin-left {
    margin-left: 17px;
}

.disabled {
	pointer-events: none;
    opacity: 0.5;
}

.step-tabs {
	margin-bottom: 10px;
}

.collapse-items .el-collapse-item__content {
	font-size: 14px;
	padding-bottom: 6px;
}
.collapse-items .el-collapse-item__header {
	font-size: 16px;
}
.error .el-collapse-item__header {
	color: #FF2D2D;
	background: rgba(255, 45, 45, 0.0274509804);
}
.error.is-active .el-collapse-item__header {
	color: #000000;
	background-color: #fff;
}

.tooltip:hover > span {
	z-index: 10 !important;
}

.grid-elements-div div.table-element {
	display: grid;
	display: -ms-grid;
	grid-template-columns: 30% auto;
	-ms-grid-columns: 30% 70%;
	column-gap: 10px;
	align-items: center;
	margin-bottom: 10px;
}

.table-header.div-hidden .div-hidden__main {
	margin: 6px;
}

.step-tabs__buttons {
	margin-left: 16px;
	margin-right: 16px;
}

.registration-page-cert.div-hidden {
	visibility: hidden;
}

.registration-page-cert .cert-wrapper {
	visibility: visible;
	position: relative;
	top: -60px;
	left: -18px;
}

.registration-page-cert .el-input__inner {
	height: 30px !important;
}

.apl-tooltip {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}

.apl-tooltip .weight-text {
    font-weight: 600;
}

.apl-tooltip p {
    text-align: left;
}

.apl-tooltip a {
    color: #21A038;
}

.apl-tooltip__header {
    line-height: 160%;
    font-weight: 600;
    margin-bottom: 4px;
}

.apl-tooltip__text {
    line-height: 120%;
    color:#474545;
}

.el-collapse-item.is-active .el-collapse-item__wrap {
    overflow: visible;
}

.show-main-btn.show-filter-btn p {
    font-size: 15px;
}

.el-date-picker__editor-wrap input.el-input__inner {
    max-width: 125px;
}

.file-wrapper__link-container p {
    width: 78px;
    white-space: nowrap;
    overflow: hidden;
}

img.block-link__img {
    min-width: 16px;
}

.el-dropdown-menu__link-component {
    cursor: pointer;
}
.el-dropdown-menu__link-component .table-element {
    display: block;
    margin-bottom: 0;
}
.el-dropdown-menu__link-component .table-element .label-text {
    display: none;
}
.el-dropdown-menu__link-component .table-element .block-link__a {
    color: inherit;
    font-size: 14px;
    text-decoration: none;
    font-family: "SBSansText", sans-serif;
}

.calendar-view__blocks-item > .calendar__body > .calendar__body-week > .day-block.only-this-month-days.today.this-month {
    border-color: #CED1DA;
}

.el-input__suffix {
    color: #99A1AD;
}

li.el-time-spinner__item {
    list-style: none;
    margin: 0;
}

.table-element .no-title > div:first-child {
    display: none;
}

.table-element .no-title {
    grid-template-columns: auto;
    -ms-grid-columns: calc(100%);
}

.theme2023 input[type="text"] {
    width: 100%;
    max-width: 650px;
    font-size: 12px;
}
