/* **************************************************************************************************************** */
/*	(C) Pan Aero LLC																								*/
/*  2025-03-10																										*/
/* **************************************************************************************************************** */

body {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
	margin: 0;
}

#OMS_MAIN_CONTENT
{
    display:block !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}


h1 {
    margin-top: 0;
    margin-bottom: .5rem;
}

a {
    color: #0f6cbf;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #094478;
    text-decoration: underline;
}

img {
    vertical-align: middle;
    border-style: none;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

button,
[type="button"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

h1 {
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.2;
}

h1 {
    font-size: 2.34375rem;
}


.img-fluid {
    max-width: 100%;
    height: auto;
	max-height: 180px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #8f959e;
    border-radius: .5rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #5babf2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(15, 108, 191, .75);
}

.form-control::placeholder {
    color: #6a737b;
    opacity: 1;
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.171875rem;
    line-height: 1.5;
    border-radius: .6rem;
}


.form-group {
    margin-bottom: 1rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #1d2125;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: .5rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.btn:hover {
    color: #1d2125;
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(15, 108, 191, .75);
}

.btn:disabled {
    opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #0f6cbf;
    border-color: #0f6cbf;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0c589c;
    border-color: #0b5190;
}

.btn-primary:focus {
    color: #fff;
    background-color: #0c589c;
    border-color: #0b5190;
    box-shadow: 0 0 0 .2rem rgba(51, 130, 201, .5);
}

.btn-primary:disabled {
    color: #fff;
    background-color: #0f6cbf;
    border-color: #0f6cbf;
}

.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0b5190;
    border-color: #0a4b84;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 130, 201, .5);
}

.btn-secondary {
    color: #1d2125;
    background-color: #ced4da;
    border-color: #ced4da;
}

.btn-secondary:hover {
    color: #1d2125;
    background-color: #b8c1ca;
    border-color: #b1bbc4;
}

.btn-secondary:focus {
    color: #1d2125;
    background-color: #b8c1ca;
    border-color: #b1bbc4;
    box-shadow: 0 0 0 .2rem rgba(179, 185, 191, .5);
}

.btn-secondary:disabled {
    color: #1d2125;
    background-color: #ced4da;
    border-color: #ced4da;
}

.btn-secondary:not(:disabled):not(.disabled):active {
    color: #1d2125;
    background-color: #b1bbc4;
    border-color: #aab4bf;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(179, 185, 191, .5);
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.171875rem;
    line-height: 1.5;
    border-radius: .6rem;
}


.d-flex {
    display: flex !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


a:not([class]):focus {
    outline: .2rem solid transparent;
    color: #1d2125;
    background-color: #d2e8fb;
    box-shadow: 0 -.2rem #d2e8fb, 0 .2rem #343a40;
}

a:not([class]):focus:hover {
    text-decoration: none;
}

#maincontent {
    display: block;
    height: 1px;
    overflow: clip;
}

:target,
:focus {
    scroll-margin-top: 70px;
}

.pagelayout-login #page div[role="main"] {
    height: 100%;
}

.login-wrapper {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
	margin-left:20px;
}

.login-container {
    background-color: #fff;
    padding: 1.5rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    margin-bottom: 2rem;
}

.login-container .login-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.login-container .login-divider {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-top: 1px solid #dee2e6;
}

.login-container h1.login-heading {
    font-size: 1.875rem;
}


.btn-primary:focus {
    outline: .2rem solid #000102;
    box-shadow: inset 0 0 0 2px #fff;
}

.btn-secondary:focus {
    outline: .2rem solid #5f6e7d;
    box-shadow: inset 0 0 0 2px #fff;
}

.form-control {
    -webkit-background-clip: padding-box;
}

.btn {
    -webkit-user-select: none;
    -ms-user-select: none;
}

.login-wrapper.login-wrapper-left {
    justify-content: left;
}

.login-container {
    width: 300px  /*!important;*/;
    border-radius: .5rem;
    background-color: rgba(255, 255, 255, .6);
}

#srvResp{
	min-height: 14px;
	width: 100%;
	overflow: hidden;
}

.serverInfo{
    display: block;
    color:white;
	position: fixed;
	bottom: 5px;
	right: 10px;
}

.paLink{
	margin-left: 50px;
	margin-top:10px;
}

.TwoWayAuth-dialog {
    font-family: Arial, sans-serif;
    text-align: center;
    margin-left: 50px;
    padding-left: 20px;
    padding-right: 20px;
    width:400px;

    display:none;
}

.TwoWayAuth-input-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-bottom: 20px;
}

.TwoWayAuth-digit-input {
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.TwoWayAuth-Message
{
    font-size: 12px;
    padding-bottom: 10px;
}

.TwoWayAuth-InputTitle
{
    font-size: 20px;
    padding-bottom: 10px;
}

