﻿/*Body Related Style*/
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevent horizontal scrollbar */
}
body {
    background: #026BE3 !important;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-size: contain;
    height: 100%;
    font-family:Calibri, arial
}



/*Button Related Styles*/
#btnLogin:hover {
    color: #ffffff !important;
}

/*Dialog Related Styles*/
.ui-button {
    margin-left: -1px;
}

.ui-button-icon-only .ui-button-text {
    padding: 0.35em;
}

.ui-dialog-buttonset button {
    border: unset !important;
    background: unset !important;
    color: #0078ae !important;
}

.ui-dialog-buttonpane {
    border-width: 0 0 0 0 !important;
}

.ui-dialog-titlebar {
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
    color: unset;
    background: unset;
    border-width: 0 0 1px 0;
    border-bottom-color: rgba(0, 0, 0, 0.08);
    font-size: 1.2rem !important;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 1em 1em;
}

option {
    font-size: 18px;
    line-height: 2.6;
    min-height: 1.5rem !important;
    padding: 14px !important;
}

/* Shared base styles */
.ibstextbox, #optsCI {
    border-color: rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    color: #424242;
    border-radius: 4px;
    padding-block: 10px;
    padding-inline: 10px;
}

/* Specific override for input fields */
.ibstextbox {
    font-size: 15px;
    width: 95%;
}

/* Specific override for #optsCI */
#optsCI {
    font-size: 16px; /* or whatever it was originally */
    width: auto; /* if default width is preferred */
}

input::-ms-reveal {
    display: none;
}


/*Kendo Class Styles*/
.k-i-eye {
    float: right;
    font: 20px/1 WebComponentsIcons;
    color: grey !important;
    top: -30px;
}

.k-i-question, .k-i-envelop {
    font: 20px/1 WebComponentsIcons !important;
    color: grey !important;
}

.spacer-cell {
    padding: 3px;
    margin: 10px;
    font-weight: bold;
    color: white;
    font-size: 30px;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.modal-content {
    background: #fff;
    padding: 20px;
    width: 430px;
    border-radius: 8px;
}

.modal-footer {
    margin-top: 15px;
    text-align: right;
}
.modal-header {
    background-color: unset; /* adjust to your brand color */
    color: black;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1em 1em;
    border: 1px solid #ddd;
    border-width: 0 0 1px 0;
    border-bottom-color: rgba(0, 0, 0, 0.08);
}

.modal-title {
    margin: 0;
}

/* Overlay (darkens background) */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* semi-transparent */
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

/* Modal container */
.modal-content {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    width: 420px; /* smaller width for compact look */
    max-width: 90%; /* responsive for mobile */
    padding: 15px 20px;
    font-family: Arial, sans-serif;
}

/* Header */
.modal-header h2 {
    font-size: 16px; /* smaller title */
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Body */
.modal-body {
    margin: 12px 0;
    font-size: 13px;
    color: #333;
}

    /* Inputs */
    .modal-body input[type="password"],
    .modal-body input[type="text"] {
        width: 100%;
        padding: 6px 8px;
        margin: 6px 0;
        font-size: 13px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

/* Footer */
.modal-footer {
    text-align: right;
    margin-top: 10px;
}

/* Change button */
#changePasswordBtn {
    font-size: 13px;
    color: #0078ae;
    cursor: pointer;
    border: none;
    background: none;
    padding: 4px 8px;
}

    #changePasswordBtn:hover {
        text-decoration: underline;
    }

.ui-widget,#appModal {
    font-family: Verdana, Arial, sans-serif !important;
    font-size: 1.1em !important;
}

.ui-dialog-titlebar {
    border-bottom-right-radius: unset !important;
    border-bottom-left-radius: unset !important;
    color: unset !important;
    background: unset !important;
    border-width: 0 0 1px 0 !important;
    border-bottom-color: rgba(0, 0, 0, 0.08) !important;
    font-size: 1.2rem !important;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 1em 1em !important;
}



