/*Form styling*/
form input[required]:invalid,
.form-grid input[required]:invalid,
form textarea[required]:invalid,
.form-grid textarea[required]:invalid,
form select[required]:invalid,
.form-grid select[required]:invalid,
form select[required]:invalid + span.select2 span.select2-selection,
.required-field {
    border: solid 1px #e73d4a;
}

.datepicker[readonly][required] {
    border: solid 1px #e73d4a !important;
}

.form .jointly-title {
    display: flex;
}

.form .icon-title small {
    font-family: "Revisal";
    margin: 23px 10px;
    padding-top: 5px;
}

.form .error-msg {
    color: #e73d4a;
    text-align: center;
    font-family: "Revisal";
}

.form .success-msg {
    color: #155724;
    text-align: center;
    font-family: "Revisal";
}

form textarea[required]:invalid + div.note-editor,
.has-error .note-editor {
    border: solid 1px #e73d4a !important;
}

.form-item .error {
    color: #e73d4a;
}

.page-head .page-title h1 {
    text-align: center;
    font-size: 28px;
    font-weight: 400 !important;
    margin-bottom: 25px;
}

.page-breadcrumb > li {
    display: inline-block;
}

.page-breadcrumb > li a {
    color: #00a7b9;
}

.page-wrapper-middle {
    margin-top: 100px;
}

.page-container {
    background-color: #2298aa !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    width: 400px;
    margin: 40px auto 10px;
    padding: 10px 30px 30px;
    overflow: hidden;
    position: relative;
}

.page-container .container .hint {
    color: #999;
    padding: 0;
    margin: 15px 0 7px;
}

.page-container .container a {
    text-shadow: none;
    color: #337ab7;
}

.page-footer .container {
    text-align: center;
    margin: 0 auto 30px 0;
    padding: 10px;
    color: #7a8ca5;
    font-size: 13px;
}

.page-breadcrumb > li > i.fa-circle {
    font-size: 5px;
    margin: 0 5px;
    position: relative;
    color: #00a7b9;
    top: -3px;
    opacity: .4;
    filter: alpha(opacity=40);
}

button:disabled,
button[disabled] {
    background-color: #8799AD;
}

.docu-sign-btn {
    background-color: #faca05;
    padding: 10px 70px;
    color: #000000;
    border-radius: 5px;
    font-weight: bold;
}

/* Digital order form */
.content .hidden {
    display: none;
}

.success-title {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #058496;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.form-wrapper-right .success-title {
    margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
    .form-wrapper-right .success-title {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 702px) {
    .success-title {
        margin-top: 20px;
    }
}

.form-grid .info {
    padding: 10px 5px;
    margin-right: unset !important;
}

.selectize-input.locked {
    border: 1px solid #ECEEF2;
    cursor: not-allowed !important;
}

.selectize-input.locked .item {
    color: #C2C5CC !important;
}

/*kendo*/
#duns_data .k-input {
    height: 17px !important;
}

.k-input {
    height: 21px !important;
}

.modal-language *, .modal-error * {
    flex: none;
}

.modal-language, .modal-error {
    position: absolute;
    left: 50%;
    top: 150px;
    max-width: 500px;
    width: 40vw;
    height: 25vh;
    max-height: 25vh;
    transform: translate(-50%);
    background-color: white;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(110, 123, 140, 0.1);
    display: none;
    z-index: 2;
    overflow: hidden;
}

.modal-language:after, .modal-error:after {
    content: ' ';
    display: block;
    background-color: white;
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.modal-language.open, .modal-error.open {
    display: block;
}

.modal-language img, .modal-error img {
    width: 100%;
}

.modal-language .close, .modal-error .close {
    flex: none;
    cursor: pointer;
    width: 1.5em;
    margin-right: auto;
}

.modal-language .message, .modal-error .message {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
    padding: 0px 10px 10px 10px;
}

.modal-language .modal-footer, .modal-error .modal-footer {
    display: flex;
    float: right;
}

.button-wrapper-right {
    padding-top: 10px;
}

.form-variant .form-fields {
    align-items: unset !important;
}

.ghost {
    opacity: 0.4;
}

.col {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

#order_forms .modal {
    height: 90vh;
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#order_forms .modal .top-wrapper,
#import-form .modal .top-wrapper,
#export-form .modal .top-wrapper,
#modal-show.modal .top-wrapper {
    margin: 0px;

}

#order_forms .modal .digital-order-form-data, #modal-show .modal-content {
    height: -webkit-fill-available;
}

#import-form .modal,
#import-form .error-message,
#export-form .modal,
#export-form .error-message {
    height: max-content;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.validation-field {
    border: solid 1px #e73d4a !important;
}

#import-form .fa-trash {
    padding: 0px 10px;
}

#invoicesGrid {
    height: 600px !important;
}

#invoicesGrid .k-grid-content table tbody {
    display: contents;
}

#client_operating_countries .k-grid-saveSettings {
    display: none !important;
}

.modal-knowledge-bases .knowledge-base-content {
    max-height: 450px;
    overflow-y: auto;
}

.knowledge-bases-content {
    height: max-content;
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #f4f4f4;
    border: solid 1px #CDD3DC;
}

#user-salesforce-btn {
    display: inline;
}

.delete-repeater-item {
    display: flex !important;
    justify-content: end !important;
    align-items: end !important;
}

.delete-repeater-item input {
    background-color: #e73d4a !important;
    color: #FFFFFF !important;
    min-width: max-content !important;
}