body form .form-group.has-danger label.col-form-label:not(.has-danger) {
    color: inherit;
}

.modal-iframeInModal {
    z-index: 1000000;
}
.modal-iframeInModal .modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
}
.modal-iframeInModal .modal-content .modal-body .modal-message {
    height: 80vh;
    max-height: 80vh;
}

#clientContactsTable th:last-child,
#clientConnectsTable th:last-child,
#clientDocumentsTable th:last-child,
#clientAddresses table th:last-child {
    text-align: center;
    min-width: 130px;
}

p.emptyTableText {
    border: 2px dashed var(--brand);;
    padding: 15px;
    text-align: center;
    font-weight: bold;
}
table.emptyTableTable {
    display: none;
}
table.emptyTableVisibility {
    visibility: hidden;
}

table.tableTd50 tr th,
table.tableTd50 tr td {
    width: 50%;
}

table.tableTd25 tr th,
table.tableTd25 tr td {
    width: 25%;
}

.swal-phising {
    width: 666px !important;
}

.lockscreen .m-portlet {
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}

.lockscreen .m-portlet__body {
    padding: 2.5rem !important;
}

.lockscreen .m-login__form-sub {
    padding: 0px 20px 15px 0px;
}

.lockscreen .m-login__title {
    color: #666 !important;
    font-weight: 300 !important;
    font-size: 2rem !important;
    margin-bottom: 1.5rem !important;
    margin-top: 20px;
}

.lockscreen .m-login__title strong {
    font-weight: 400 !important;
}

.lockscreen .m-login__desc {
    color: #666 !important;
    font-size: 1.2rem !important;
}

.lockscreen .m-login__form-action {
    text-align: center !important;
}

.lockscreen .m-login__photo {
    vertical-align: middle;
    text-align: center;
    width: 120px;
    height: 120px;
    overflow: hidden;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    margin: 0px auto;
    border: 2px solid #456aba;
}

.lockscreen .m-login__photo img {
    max-width: 120px;
}

.lockscreen .m-widget4__img--pic img {
    max-width: 48px;
    max-height: 48px;
    object-fit: cover;
}

.lockscreen .m-lockscreen__logo img {
    width: 120px;
    height: 120px;
}

.lockscreen .m-lockscreen__logo {
    vertical-align: middle;
    text-align: center;
    width: 120px;
    height: 120px;
    overflow: hidden;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    margin: 0px auto;
}

.lockscreen input {
    border-radius: 40px;
    height: 50px;
}

.swal2-container {
    display: -webkit-box;
    display: flex;
    position: fixed;
    z-index: 1051;
}

.lockScreenOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.lockScreenOverlayContent {
    width: 400px;
    height: 400px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    padding-top: 30px;
}

.lockscreen button{
    border-radius: 40px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    margin-left: 5px;
    margin-top: 10px;
}

