﻿

 a{
     text-decoration: none
 }

body {
    font-size: .875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}
.btn {
    padding: 5px 4px;
}

.table > tbody {
    vertical-align: inherit;
     
}
/*
 * Sidebar
 */
.sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
  right: 0;
  */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 0;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

    .sidebar .nav-link .feather {
        margin-right: 4px;
        color: #727272;
    }

    .sidebar .nav-link.active {
        color: #2470dc;
    }

        .sidebar .nav-link:hover .feather,
        .sidebar .nav-link.active .feather {
            color: inherit;
        }

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

    .form-control-dark:focus {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
    }

.overlay {
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
}

.se-pre-con {
    background: transparent url("../images/loading.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.col-form-label {
    text-align: right
}

.ui-sortable-handle .col-form-label {
    text-align: right
}

.form-control.ng-invalid-required, .form-select.ng-invalid-required {
    background-color: #f8f2d3;
}

.form-control:disabled {
    background-color: #ccc;
    opacity: 1;
    cursor: not-allowed;
}

.hidden {
    display: none
}

.plp_error {
    color: red;
    border: 1px solid red !important;
}

.plp_error_msg {
    color: red;
    padding: 1px;
    font-weight: normal;
    font-size: 11px;
    margin-bottom: 0px;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 95%;
    }

    .modal-sm {
        max-width: 50%;
    }
}

.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
    border: 1px solid;
    background: #ccc;
    color: white;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 8px;
    background-color: #96af96;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.setup-content .btn-default, .stepwizard .btn-default {
    border: 1px solid #d4d1d1;
    background: white;
    color: black;
}

    .stepwizard .btn-default.btn-primary {
        border: 1px solid #d4d1d1;
        background: #b400ff;
        color: white;
    }

.setup-content .h3, h3 {
    font-size: 12px;
    margin: 10px 0px;
    color: #656060;
}

.note_red_color {
    color: red;
    font-size: 10px;
}

.border1px {
    border: 1px solid #ccc
}

.btn-default {
    border-color: #ccc;
}

h4.page-title {
    padding: 10px 0px;
    margin-bottom: 7px;
    font-size: 20px;
}

@media screen and (max-width: 600px) {
    main {
        padding: 0px 20px
    }
}

guide {
    font-size: 10px;
    color: red;
    font-weight: bold;
}

.bg-dark {
    background-color: #045390 !important
}
.sub_main_nav {
    padding-left: 0;
}
.sub_main_nav li {
    display: list-item;
    list-style: none;
}

 
@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 20px;
        padding: 20px 0;
        color: #133783;
        font-weight: bold;
        text-transform: uppercase;
    }
}

.record, .request {
    display: inline-block;
    width: 100%;
    padding: 0 30px 35px;
    position: relative;
}

    .record img {
        display: block;
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;
        width: 65px;
        height: 65px;
    }

    .record span {
        display: inline-block;
        width: 100%;
        margin-left: 5px;
    }

.xlink {
    position: absolute;
    top: 0;
    right: 30px;
    color: #1E74E8;
    text-decoration: underline;
    font-weight: normal;
    font-size: 16px;
}
.record b {
    display: block;
    float: left;
    font-size: 50px;
    line-height: 52px;
    margin-top: 5px;
}

.bor-left {
    border-left: solid 1px #e2e2e2;
}

/* source: https://codepen.io/devesh8/pen/MWYEJEP */


.did-floating-label-content {
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}

.did-floating-label {
    color: #1e4c82;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    border-radius: 8px;
    pointer-events: none;
    left: 15px;
    /*top: 8px;*/
    top: -14px;
    padding: 0 5px;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.did-floating-input,
.did-floating-select {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 20px;
    background: #fff;
    color: #323840;
    border: 1px solid #dfe1e3;
    border-radius: 5px;
    box-sizing: border-box;
    &:focus

{
    outline: none;
    ~ .did-floating-label

{
    top: -14px;
    font-size: 14px;
}

}
}

.did-floating-input:disabled,
.did-floating-select:disabled {
    background: #dddddd21;
    /* ~ .did-floating-label {
    background: #dddddd59;
  } */
}

select.did-floating-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select.did-floating-select::-ms-expand {
        display: none;
    }

.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
    top: -14px;
    font-size: 14px;
}

.did-floating-select:not([value=""]):valid ~ .did-floating-label {
    top: -14px;
    font-size: 14px;
}

.did-floating-select[value=""]:focus ~ .did-floating-label {
    top: 11px;
    font-size: 13px;
}
/* .did-floating-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
}

.did-error-input {
  .did-floating-input,
  .did-floating-select {
    border: 2px solid #9d3b3b;
    color: #9d3b3b;
  }
  .did-floating-label {
    font-weight: 600;
    color: #9d3b3b;
  }
  .did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A");
  }
} */
.btn-list .btn {
    margin:10px 5px
}

a.nav-link.menuActive {
    font-weight: bold;
    background-color: rgb(235, 235, 240);
}
.listInputEdit .col-auto {
    padding: 0px 2px;
}

.listInputEdit .col-auto input {
    padding: 1px;
}

.listInputEdit .col-form-label {
    font-size: 15px;
    font-weight: normal;
    /* width: 100px; */
}

.btn-100p {
    width: 100px
}

.btn-50p {
    width: 50px
}


.page-title {
    padding: 20px 0px 0px 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 23px;
}



.form-floating > .form-control, .form-floating > .form-control-plaintext {
    padding: 1rem 1rem;
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 1rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: .0625rem solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

/* ==========================================================================
   TEMPLATE STYLES - Modern SSO Login Design
   ========================================================================== */

/* Override body styles for template */
body {
  font-family: "Inter", Arial, sans-serif;
  background: #f8f9fa;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.relative {
  position: relative;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}

header {
  background: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3rem;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #e5e7eb;
}
@media (max-width: 768px) {
  header {
    padding: 0;
  }
}
header .logo {
  display: flex;
  align-items: center;
}
header .logo .logo-icon {
  background: #2563eb;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 8px;
}
header .logo .logo-text {
  color: #2563eb;
  font-weight: 700;
  font-size: 20px;
}
header .guide-link {
  color: #374151;
  text-decoration: none;
  font-size: 0.875rem;
}
header .guide-link:hover {
  text-decoration: underline;
}
header .guide-link.active {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem 0.75rem;
  color: #2563eb;
  background-color: #eff6ff;
  border-radius: calc(0.5rem - 2px);
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
}
main .login-container {
  background: #fff;
  border-radius: 0.875rem;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.07);
  padding: 3rem;
  min-width: 352px;
  max-width: 90vw;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  main .login-container {
    padding: 1.5rem;
    min-width: calc(100% - 60px);
    max-width: 100%;
  }
}
main .login-container h2 {
  color: #2563eb;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 0.5rem;
}
main .login-container .welcome {
  color: #6b7280;
  text-align: center;
  margin-bottom: 24px;
}
main .login-container form {
  display: flex;
  flex-direction: column;
}
main .login-container form label {
  margin-top: 12px;
  margin-bottom: 4px;
  font-weight: 600;
  color: #374151;
  font-size: 0.875rem;
}
main .login-container form label .required {
  color: #ef4444;
}
main .login-container form .form-group {
  margin-top: 1.5rem;
  margin-bottom: 0rem;
}
main .login-container form input[type=email], main .login-container form input[type=password], main .login-container form input[type=text], main .login-container form textarea {
  padding: 9px 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  margin-bottom: 4px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0.5rem;
  margin-bottom: 0rem;
}
main .login-container form input[type=email]:focus, main .login-container form input[type=password]:focus, main .login-container form input[type=text]:focus, main .login-container form textarea:focus {
  border-color: #2563eb;
  outline: none;
}
main .login-container form .options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0 0.875rem 0;
}
main .login-container form .options .remember {
  font-size: 0.875rem;
  color: #374151;
}
main .login-container form .options .remember input[type=checkbox] {
  margin-right: 4px;
}
main .login-container form .options .forgot {
  color: #2563eb;
  font-size: 0.875rem;
  text-decoration: none;
}
main .login-container form .options .forgot:hover {
  text-decoration: underline;
}
main .login-container form .login-btn, main .login-container form .forgot-btn {
  background: #2563eb;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.2s;
}
main .login-container form .login-btn:hover, main .login-container form .forgot-btn:hover {
  background: #1d4ed8;
}
main .login-container form .forgot-btn {
  margin-top: 1.5rem;
}
main .login-container .register {
  text-align: center;
  margin-top: 18px;
  font-size: 0.875rem;
  color: #4b5563;
}
main .login-container .register a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
}
main .login-container .register a:hover {
  text-decoration: underline;
}

footer {
  background: #181e29;
  color: #9ca3af;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 40px;
  font-size: 0.875rem;
}
footer a {
  color: #9ca3af;
  margin-left: 24px;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  footer .container {
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  footer {
    flex-direction: column;
    gap: 8px;
    padding: 18px 10px;
  }
  footer .footer-right a {
    margin-left: 10px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  footer .footer-right a {
    margin-top: 1rem;
  }
}

.menu {
  display: flex;
  align-items: center;
}
.menu .guide-link {
  display: block;
  color: #374151;
  text-decoration: none;
  font-size: 16px;
  margin-right: 0;
}
@media (max-width: 600px) {
  .menu .guide-link {
    display: none;
  }
}
.menu .menu-icon {
  display: none;
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 16px;
}
.menu .menu-icon span {
  display: block;
  width: 22px;
  height: 2px;
  background: #2563eb;
  margin: 3px 0;
  border-radius: 2px;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .menu .menu-icon {
    display: flex;
  }
}

.ic-eyes {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 10;
  color: #cbcbcb;
  cursor: pointer;
  pointer-events: auto;
  width: 24px;
  height: 24px;
}
.ic-eyes#ic-eye-open {
  color: #898888;
}
.ic-eyes:hover {
  color: #2563eb;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  background: #fff;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 100;
  border-top: 1px solid #e5e7eb;
}
.mobile-menu a {
  display: block;
  padding: 16px 24px;
  color: #374151;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.mobile-menu a:hover {
  background: #f3f4f6;
}
@media (max-width: 768px) {
  .mobile-menu {
    display: none;
  }
}

/* Enhanced Error styling for AngularJS validation */
.plp_error {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 1px #ef4444 !important;
}

.alert {
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

.alert-danger {
  color: #dc2626;
  background-color: #fef2f2;
  border-color: #fecaca;
}