@import url("oopheader.css");
@import url("tablecells.css");
/* Import New Font Families == Start */
@font-face {
	font-family:Lato;
	src:url(fonts/Lato-Regular.ttf);
}
@font-face {
	font-family:PTSerif;
	src:url(fonts/PTSerif-Regular.ttf);
}
html {
  scroll-behavior: smooth;
}
/* Body Styles == Start */
body {
	font-family:"Lato", Arial, Helvetica, sans-serif;
	font-size: 17px;
    padding-bottom: 55px;
}
/* Setting the background to the Home Page */
body.homeBackground {
	background: #fff url(images/home_bg.png) 0 100% no-repeat fixed;
	background-size: contain;
}
/* Apply a background for the header */
.headerBackground {
    background:
        linear-gradient(
            to right,
            rgba(0,0,0,0) 0%,
            rgba(0,0,0,0) 60%,
            rgba(255,255,255) 100%
        ),
        url("images/header_bg.png") no-repeat center;
    background-size: cover;
}
/* Styles for the header logo text container */
.headerLogoText {
	font-family: "PTSerif", Arial, Helvetica, sans-serif !important;
}
/* Styles for the header logo image */
.headerLogoText img {
	margin: 10px 15px 10px 0;
	width: auto;
	height: 100px;
}
/* Styles for the header logo text */
.headerLogoText span {
	display: inline-block;
	vertical-align: middle;
	width: -webkit-calc(100% - 120px); width: -moz-calc(100% - 120px); width: calc(100% - 120px);
}
/* Name of the project in the header */
.headerLogoText h1 {
	margin: 0;
	color: #fff;
	text-shadow: 0 0 5px #322628, 0 0 5px #322628;
	font-size: 36px; line-height: 1;
}
/* Small text of the project name in the header */
.headerLogoText h4 {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 400;
    color: #d2d2d2;
}
/* Welcome text in the header */
.loggedUser {
	text-align: right;
	color: #d6d2d2;
	margin: auto;
	font-size: 14px;
}
/* Apply a color to Send message & Logout links */
.loggedUser a {
    color: #d6d2d2 !important;
    vertical-align: inherit;
}
/* Page Title Styles == Start */
.pageTitlewithBorder p.h3, .pageTitlewithBorder h3 {
    margin: 10px 0 20px 0; font-size: 30px; padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}
/* Removing boldness from the page title */
.pageTitlewithBorder p.h3 b, .pageTitlewithBorder h3 b {
    font-weight: 400;
}
/* Adding underlined styles to the page title */
.pageTitlewithBorder p.h3:after, .pageTitlewithBorder h3:after {
    content: "";
    background: #888;
    width: 45px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}
/* Common styles == Start */
a {
	text-decoration: none !important;
	color: #0056b3;
}
/* Insert an icon to the list item */
ul ul {
    margin-bottom: -8px;
}
ul li:before {
	content: url(images/list-icon-hover.png);
	position: absolute;
	left: -30px;
	top: 13px;
}
/* Change the icon when the mouseover the list item */
ul li:hover:before {
	content: url(images/list-icon.png);
}

/* KHL PR-2420818 04/18/2025 - START */

.action-icon-btn {
  background-color: transparent !important;
}

.action-icon-btn:focus,
.action-icon-btn:active,
.action-icon-btn:hover {
  background-color: transparent !important;
  box-shadow: none !important;
  /* outline: removed for WCAG 2.4.7 */
  border: none !important;
}

ul.no-icon-list li:before {
    content: none !important;
    position: static !important; 
}

ul.no-icon-list li:hover:before {
    content: none !important;
}
.no-icon-list li:first-child {
  border-top: none !important;
}

.custom-dropdown {
    position: fixed !important;
    z-index: 9999;
    display: none;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.dropdown-menu-right li {
  position: relative;
}

.dropdown-menu-right li a {
  display: block;
  width: 100%;
  height: 100%;
}

.action-span{
	margin-left: 5px;
	color:black;
	font-size:11px;
}

.action-icon-btn {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.action-icon-btn .action-icon-img {
  width: 18px; 
  height: 14px; 
  display: block;
  margin: 0 auto;
}
/* KHL PR-2420818 04/18/2025 - END*/

/* Reverse common li styles */
.oop-nav-tab li:before, .oop-nav-tab li:hover:before,
#breadcrumb li:before, #breadcrumb li:hover:before,
.list-group li:before, .list-group li:hover:before,
.dropdown-content li:before, .dropdown-content li:hover:before,
.pagination li:before, .pagination li:hover:before {
  display: none;
}
.oop-nav-tab li, .oop-nav-tab li:last-child,
#breadcrumb li, #breadcrumb li:last-child,
.list-group li, .list-group li:last-child,
.pagination li, .pagination li:last-child {
	border: 0 solid #d4d4d4 !important;
}
ul.loginul li:before {
    /*display: none;*/
}
ul.loginul li {
    list-style: none;
    border-bottom: 1px solid #d4d4d4 !important;
    font-size: 16px;
}
ul.loginul li:nth-of-type(1) {
    border-top: 0 solid #d4d4d4 !important;
}
/* list li styles */
li {
	/*list-style: none;*/
	padding: 8px 0;
	border-top: 1px solid #d4d4d4;
	position: relative;
	cursor: pointer;
}
li.disabled{
	 cursor: not-allowed;
}
li.disabled a {
  pointer-events: none;
}
li:last-child,
li li:last-child {
	border-bottom: 0 solid #d4d4d4 !important;
}
.dropdown-content li:nth-of-type(1) {
    border: 0 solid;
}
/* Footer font size styles */
footer.footer {
    line-height: 1.5;
    font-size: 16px;
}
/* Navigation bar / tabs styles */
.oop-nav-tab li {
	padding: .5rem 1rem;
}
.oop-nav-tab li a {
	color: rgba(255,255,255,.5);
	text-decoration: none;
}
.oop-nav-tab li a:hover {
	color: rgba(255,255,255,.75);
}
.oop-nav-tab li.active a {
	color: #fff;
}
.navbar {
	padding: 1px;
}
.oop-nav-tab li.show .dropdown-toggle::after {
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}
.navbar-nav .dropdown-menu .dropdown-item.active, .navbar-nav .dropdown-menu .dropdown-item:active { background: #dcdcdc; }
/* Set margin for labels on form check inline */
.form-check-label {
    margin-left: 10px;
}
/* Set margin for alert message */
.alert {
    margin-top: 1rem;
}
/* Styles for input / textbox fields */
textarea {
    max-width: 100%;
    width: 100%;
    border: 1px solid #ced4da;
}
/* Common Button Styles */
button, .btn,
input[type="button"] {
	color: #fff !important;
    background-color: #1d2124;
    border-color: #171a1d;
    padding: .375rem .75rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button:hover, .btn:hover,
input[type="button"]:hover {
	color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
/* Help Buttons Style == Start */
.newHelpbtn {
    background: rgb(136,136,136);
    background: -moz-linear-gradient(180deg, rgba(136,136,136,1) 0%, rgba(13,15,66,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(136,136,136,1) 0%, rgba(13,15,66,1) 100%);
    background: linear-gradient(180deg, rgba(136,136,136,1) 0%, rgba(13,15,66,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8082b5",endColorstr="#0d0f42",GradientType=1);
    color: #fff; font-size: 15px; display: inline-block; line-height: 1; padding: 7px 15px 7px 40px; border-radius: 4px;
    cursor: pointer; position: relative;
    margin: 7px 0;
}
/* Styles when the help button is mouseover */
.newHelpbtn:hover {
    background: rgb(136,136,136);
    background: -moz-linear-gradient(180deg, rgba(13,15,66,1) 0%, rgba(136,136,136,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(13,15,66,1) 0%, rgba(136,136,136,1) 100%);
    background: linear-gradient(180deg, rgba(13,15,66,1) 0%, rgba(136,136,136,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8082b5",endColorstr="#0d0f42",GradientType=1);
}
/* Styles for the question mark in the help button */
.newHelpbtn:before {
    content: "?";
    position: absolute;
    font-size: 52px; /*font-weight: bold;*/ color: #fff;
    /*-webkit-text-fill-color: white;*/
    /* Will override color (regardless of order) */
    /*-webkit-text-stroke-width: 1px;*/
    /*-webkit-text-stroke-color: #16184b;*/
    left: 7px; top: -12px;
}
/* KHL PR-9934 01/28/2020 Only for test - start */
.float-button, #printX {
	position: fixed !important;
    right: 0 !important;
    left: inherit !important;
    top: 220px !important;
    z-index: 999;
    transform: translate(0, 0) !important;
    padding: 0 !important;
    height: auto !important;
}
.float-button:hover {
	right: 0 !important;
}
/* Styles for labels above the input fields */
.labelonTop {
	color: #737373; font-size: 14px;
	background: #fff; position: absolute;
	width: auto !important; max-width: 87%;
	padding: 0 10px;
	top: -12px; left: 5px;
	z-index: 9;
	min-height: 20px; height: 20px;
	overflow: hidden;
	text-align: left !important; line-height: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
}
td input[type="text"], td input[type="button"], td select, td textarea {
    /*margin-top: 9px;*/
}
td input[type="radio"] {
    margin: 17px 7px 7px 20px;
}
table#childSchTable td input[type="checkbox"] {
    margin: 15px 7px 15px 10px;
    vertical-align: middle;
    position: relative;
}
.pl-md-5 > .labelonTop {
    top: -10px;
    left: 55px !important;
}
[class*="col"] .labelonTop {
    top: -11px;
}
[class*="col-"] >  .labelonTop { left: 20px; }
/*[class*="col-"] > .d-inline-block > .labelonTop { left: 20px; }*/
.form-row [class*="col-"] > .labelonTop,
.form-row [class*="col-"] > .d-inline-block > .labelonTop { left: 10px; }
/* Styles for labels above the input fields when mouseover*/
td .labelonTop:hover {
    bottom: -webkit-calc(100% - 8px);
    bottom: -moz-calc(100% - 8px);
    bottom: calc(100% - 8px);
    line-height: 1;
}
.labelonTop:hover {
    z-index: 99;
    color: #000;
    font-weight: 600;
    white-space: unset;
    height: auto;
    bottom: -webkit-calc(100% - 10px); bottom: -moz-calc(100% - 10px); bottom: calc(100% - 10px);
    /* top: inherit; */
    line-height: 1;
}
.labelonTop:hover::first-line {
    line-height: 1;
}
/* Input Checkbox Styles */
input[type=checkbox], input[type=radio] {
    transform: scale(1.75);
}
.oop-checkbox-align > input[type="checkbox"] {
    margin-top: 11px;
}
.oop-checkbox-align label.form-check-label::first-line {
    line-height: 38px;
}
.oop-radio-align > input[type="radio"] {
    margin-top: 13px;
}
.oop-radio-align label.form-check-label::first-line {
    line-height: 44px;
}
/* Select tag new Styles == Start */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	padding: 3px 35px 3px .5em;
	width: auto !important;
	max-width: 100%;
	height: 38px !important;
	background: #fff url("images/select-arrow.png") no-repeat right !important;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}
select[multiple]{
	background: #fff no-repeat right !important;
    width: 100% !important;
    padding: .5em;
}
.custom-select-lg {
	height: auto !important;
}
/* Remove default IE arrow head */
select::-ms-expand {
	display: none;
}
/* label on top style in tabel cell = Start */
td .labelonTop {
    left: 10px;
    /*top: 0 !important;*/
}
.form-inline .input-group input[type="text"] {
    margin: 0;
}
/* Popup styles */
td.JSWindowContentStyle {
    background: #e2e2e2 !important;
    padding: 10px;
}
/* Adjust the length of the table cell having Add More button */
td.addMoreColspan {
    width: 100% !important;
    text-align: center;
}
/* Add more tabel styles */
table {
    width: 100%;
    table-layout: inherit;
}
table input[type="text"] {
    width: 100%;
}
table td {
    padding: 0 5px;
    background: none !important;
    position: relative;
}
/* Open Popup js styles */
table[style*="background-color: rgb(255, 255, 255); position: absolute;"], table[style*="background-color: rgb(207, 207, 207); position: absolute;"] {
    z-index: 9999 !important;
}
table[style*="width: 450px; border: 1px solid rgb(0, 0, 0); background-color: rgb(255, 255, 255); position: absolute;"] {
    top: 50% !important;
    left: 50% !important;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 450px;
}
/* Covid Marquee */
marquee {
    background: rgba(153, 153, 153, 0.15);
    padding: 20px;
}
/* Styles for the short grey color container */
.ifQualifyBox {
    background: #e8e8e8;
    display: block;
    border: 1px solid #d6d6d6;
    padding: 10px;
    margin: 0;
}
.ifQualifyBox input {
    margin: 10px;
}
/* Styles for the button hidden in the home page */
.btn.btnHidden {
	position: fixed;
	bottom: 60px;
	left: 30px;
	padding: 15px 45px;
	width: 320px;
	color: rgba(50, 38, 40, 0) !important;
	background: rgba(50, 38, 40, 0) !important;
	border: 1px solid rgba(50, 38, 40, 0) !important;
	/* outline: removed for WCAG 2.4.7 */
	z-index: 9999;
	font-size: 0 !important;
}
/* Styles for the button hidden in the home page when mouseover or clicking */
.btn.btnHidden:hover,
.btn.btnHidden:active {
	color: rgba(50, 38, 40, 0) !important;
	background: rgba(50, 38, 40, 0) !important;
	border: 1px solid rgba(50, 38, 40, 0) !important;
	/* outline: removed for WCAG 2.4.7 */
}
form[name="loginForm"] .container-sm.w-25 {
    min-width: 300px;
}
.pl-md-5 .form-group.row {
    margin-left: 0;
    margin-right: 0;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus,
textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus,
select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
	font-size: 1rem;
  border: 1px solid #ced4da;
  -webkit-text-fill-color: #1d2124;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
input.form-control-lg:-webkit-autofill, input.form-control-lg:-webkit-autofill:hover, input.form-control-lg:-webkit-autofill:focus {
	font-size: 1.25rem;
}
/* hr tag margin reduce */
hr {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
textarea {
	margin-bottom: 5px;
}
u {
	color: #5a2d00;
    cursor: hand;
    text-decoration: none;
    border-bottom: dashed 1px #5a2d00;
}
img {
    max-width: 100%;
}
ul.legendbox li {
    border: 0;
}
ul.legendbox li:before {
    display: none;
}
.legendbox img {
    vertical-align: text-top;
}
.link-break {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all; word-break: break-all; word-break: break-word;
    -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto;
}
.form-check-inline {
    align-items: baseline;
}
.modal-body a {
    color: #bcdfff;
}
.modal-body .close:hover {
    background: none;
}
.modal-body .close:focus {
    outline: 0 auto -webkit-focus-ring-color;
}
.errorDot i.fa { font-size: 8px; left: 8px; top: 8px; }

.system-name{
	width: 100%;
	position: fixed;
}

.system-name > marquee {
	background: transparent;
	padding-top: 0;
}

.table-responsive{
	min-height: 300px;
}

.dropdown-menu{
	min-width: 12rem!important;
}
.dropdown li:hover {
	background-color: #ededed;
}
.dropup li:hover {
	background-color: #ededed;
}

.skip-link {
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 9999;
    padding: 10px 18px;
    background: #003366;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline !important;
    border-bottom-right-radius: 4px;
    transition: top 0.15s ease;
}
.skip-link:focus {
    top: 0;
    outline: 3px solid #ffcc00;
    outline-offset: 2px;
}

/* -------------------------------------------------------
   WCAG 2.4.7 Focus Visible (Critical)
   All interactive elements must have a visible focus ring
   ------------------------------------------------------- */
*:focus {
    outline: 3px solid #005fcc !important;
    outline-offset: 2px !important;
}
/* Extra specificity to override Bootstrap's focus styles */
button:focus,
input:focus,
select:focus,
textarea:focus,
a:focus,
[tabindex]:focus,
.btn:focus,
.form-control:focus,
.form-check-input:focus,
.newHelpbtn:focus {
    outline: 3px solid #005fcc !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 3px rgba(0, 95, 204, 0.35) !important;
}

/* -------------------------------------------------------
   WCAG 1.3.1 Required Field Indicators
   ------------------------------------------------------- */
.required-label::after {
    content: " *";
    color: #c0392b;
    font-weight: bold;
    aria-hidden: true; /* screen readers get aria-required on the input */
}
.required-legend {
    font-size: 0.875em;
    color: #555;
    margin-bottom: 0.75rem;
}
.required-legend .req-star {
    color: #c0392b;
    font-weight: bold;
}

/* -------------------------------------------------------
   WCAG 1.4.3 Colour Contrast (Visual)
   Boost contrast on low-contrast text used throughout
   ------------------------------------------------------- */
/* #774427 on white = ~3.4:1 below AA. Replace with #5a2d00 = ~7:1 */
input, textarea, select, option {
    color: #5a2d00 !important;
}
.content {
    color: #2c1a00 !important;
}
.content a, .content a:visited {
    color: #00439c !important;
}
/* Footer: keep white text on a darker background */
.footer {
    background-color: #1a1a1a !important;
    color: #fff !important;
}
/* Buttons: ensure AA contrast on brown backgrounds */
.btn {
    background-color: #5a2d00;
    color: #fff !important;
    border: 2px solid #3b1c00;
}
.btn:hover, .btn:focus {
    background-color: #3b1c00;
    color: #fff !important;
}
/* Error text */
.errorDot, .alert-danger {
    color: #7a0000 !important;
}

/* -------------------------------------------------------
   WCAG 2.4.6 Step / Progress Indicator (Navigation)
   ------------------------------------------------------- */
.progress-steps {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    counter-reset: step;
    border-bottom: 2px solid #d4d4d4;
    padding-bottom: 1rem;
}
.progress-steps li {
    flex: 1 1 auto;
    text-align: center;
    font-size: 0.85rem;
    padding: 4px 8px;
    position: relative;
    color: #555;
    border: none !important;
}
.progress-steps li:before {
    content: none !important; /* override global li:before */
}
.progress-steps li .step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #ccc;
    color: #333;
    font-weight: bold;
    margin-bottom: 4px;
    border: 2px solid #999;
}
.progress-steps li.active .step-num {
    background: #003366;
    color: #fff;
    border-color: #003366;
}
.progress-steps li.completed .step-num {
    background: #1a6b1a;
    color: #fff;
    border-color: #1a6b1a;
}
.progress-steps li.active {
    font-weight: bold;
    color: #003366;
}
.progress-steps li.completed {
    color: #1a6b1a;
}

/* -------------------------------------------------------
   WCAG 4.1.3 Status / Success / Error messages
   role="status" and aria-live regions need visual styling
   ------------------------------------------------------- */
[role="status"].success-msg {
    background: #d4edda;
    border: 1px solid #28a745;
    color: #155724;
    padding: 12px 16px;
    border-radius: 4px;
    margin-bottom: 1rem;
}
[role="alert"] {
    border-left: 5px solid #c0392b;
}

/* -------------------------------------------------------
   WCAG 1.3.1 Field Grouping (fieldset/legend)
   ------------------------------------------------------- */
fieldset.oop-group {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 12px 16px;
    margin-bottom: 1rem;
}
fieldset.oop-group legend {
    font-weight: bold;
    font-size: 1rem;
    padding: 0 6px;
    color: #2c1a00;
}

/* -------------------------------------------------------
   WCAG 2.2.1 Session Timeout Warning Banner
   ------------------------------------------------------- */
#session-warning {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background: #fff3cd;
    border-bottom: 3px solid #e0a800;
    color: #533f00;
    padding: 12px 20px;
    text-align: center;
    font-weight: bold;
}
#session-warning button {
    margin-left: 12px;
    background: #003366;
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
}
#session-warning button:focus {
    outline: 3px solid #ffcc00 !important;
}

/* -------------------------------------------------------
   Marquee removal replace with static announcement
   ------------------------------------------------------- */
.system-announcement {
    color: #533f00;
    font-weight: bold;
    padding: 4px 12px;
    font-size: 0.9rem;
}

.conscisys-header-logo {
    height: 100px;
    width: auto;
    opacity: 0.92;
}
.conscisys-logo-wrap {
    line-height: 0;
}

.right-header {
    gap: 15px;
}

.conscisys-logo-wrap {
    display: flex;
    align-items: center;
}

.conscisys-header-logo {
    height: 100px;
    width: auto;
}

.loggedUser {
	color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.logout-btn {
    border: 1px solid black;
    color: #000 !important;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
    transition: 0.3s;
}

.logout-btn:hover {
    background: rgba(0,0,0,0.5);
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

body.popup-open {
    overflow: hidden;
}
