﻿:root {
    --base-font-alt: 'Barlow', Arial, sans-serif;
    --base-font-semi-condensed-alt: 'Barlow Semi Condensed', Arial, sans-serif;
    --base-font-condensed-alt: 'Barlow Condensed', 'Arial Narrow', sans-serif;
    --font-size-display-large: 3.75rem; /* 60px */
    --font-size-display-default: 3.25rem; /* 52px */
    --font-size-maximum: 3rem; /* 48px */
    --font-size-xxxlarge: 2.5rem; /* 40px */
    --font-size-xxlarge: 2rem; /* 32px */
    --font-size-xlarge: 1.75rem; /* 28px */
    --font-size-large: 1.5rem; /* 24px */
    --font-size-medium: 1.25rem; /* 20px */
    --font-size-default: 1rem; /* 16px */
    --font-size-small: 0.875rem; /* 14px */
    --font-size-minimum: 0.75rem; /* 12px */
    --font-size-base: 16px;
    --letter-spacing-default: 0.0125em;
    --letter-spacing-cap: 0.05em;
    --line-height-default: 1.5;
    --line-height-tight: 1.25;
    --line-height-small-font: 1.125rem;
    --font-smoothing: antialiased;
    --font-weight-thin: 100;
    --font-weight-light: 200;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semi-bold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 800;
}

html body {
    font-family: var(--base-font-alt) !important;
    font-size: var(--font-size-base) !important;
    line-height: var(--line-height-default) !important;
    letter-spacing: var(--letter-spacing-default) !important;
    -webkit-font-smoothing: var(--font-smoothing) !important;
    -moz-osx-font-smoothing: var(--font-smoothing) !important;
}

.og-blue-main {
    color: #3E5DE6 !important;
}

.og-application-name {
    margin: 0px;
    font-size: 1.25rem;
    color: rgb(75, 63, 255);
    line-height: 1;
    white-space: nowrap;
    font-family: var(--base-font-semi-condensed-alt) !important;
    font-weight: 500;
}

/* General button styles */
.og-nav-button {
    padding: 5px 15px !important; /* Adjust padding to control size */
    font-weight: normal !important; /* Ensure font weight matches */
    border-radius: 5px !important; /* Add border-radius if needed */
    display: inline-flex !important; /* Align icon and text */
    align-items: center !important; /* Center align items */
    cursor: pointer !important; /* Change cursor on hover */
    text-decoration: none !important; /* Remove underline */
    line-height: 1 !important;
    width: auto;
}

.og-menu-icon {
    color: rgb(75, 63, 255);
    font-size: 24px;
    background-image: none !important;
}

.og-nav-separator {
    border-width: thin 0px thin 0px;
    border-color: rgb(181, 185, 189);
    border-top-style: solid;
    border-top-color: rgb(206, 210, 214);
    border-bottom-style: solid;
    border-bottom-color: rgb(206, 210, 214);
}

.og-desktop-employee-logo {
    margin-bottom: 3px;
}

.btn-group .btn {
    padding: 0.375rem 0.75rem; /* Adjust the padding for a tighter fit */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #3E5DE6;
    color: #3E5DE6;
    font-size: 1rem; /* Adjust font size if needed */
}

/* Specific styles for buttons with icons */
.btn-group .btn-icon i {
    margin-right: 0.3rem; /* Space between icon and text */
}

.btn-group .btn-icon {
    padding-left: 0.5rem; /* Reduce left padding */
}

    /* Adjustments for icon and text alignment */
    .btn-group .btn-icon i {
        display: inline-block;
        vertical-align: middle;
        font-size: 1rem; /* Ensure icon size matches text size */
    }

    .btn-group .btn-icon span {
        vertical-align: middle;
    }

.dropdown-item{
    cursor: pointer !important;
}

.collapse-header {
    color: #4D4F51 !important;
}

.collapse-item:hover, .dropdown-item:hover {
    background-color: #E6EAFD !important;
}

button, input[type="button"], .btn, .navbar, .card-header {
    font-weight: 600 !important;
}

/* ALL anchor tags that don't have a class (trying not to catch navbar items, etc.) */
a:not([class]):not(li > a) {
    color: #3E5DE6 !important;
}

.og-link {
    color: #3E5DE6 !important;
}

/* Sidebar NavLink Collapse Indicator for Material Design Icons */
@media (min-width: 768px) {
    .sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after {
        content: '\F054'; /* mdi-chevron-right */
    }
}

.sidebar-dark .nav-item .nav-link[data-toggle=collapse]::after {
    color: rgba(255, 255, 255, .5);
}

@media (min-width: 768px) {
    .sidebar .nav-item .nav-link[data-toggle=collapse]::after {
        width: 1rem;
        text-align: center;
        float: right;
        vertical-align: middle; /* Ensure vertical alignment */
        border: 0;
        font-weight: 900;
        content: '\F141'; /* mdi-chevron-down */
        font-family: 'Material Design Icons'; /* Ensure this matches the MDI font family */
        margin-left: 5px; /* Add space between text and arrow */
        font-size: 24px; /* Match icon size */
    }
}

.nav-link .mdi, .nav-link span {
    display: inline-block;
    vertical-align: middle;
}

.btn.btn-as-block {
    display: block;
}

.input-group{
    z-index: 0 !important;
}
.display-5 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 12px !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    top: 50%;
    left: 5px;
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: block;
    position: absolute;
    color: white;
    border: .15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 .2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    line-height: 1.25 !important;
    content: "+";
    background-color: #0275d8;
}

.red {
    color: #992F3A;
}

.field-validation-error {
    color: red;
}

.alert-warning {
    background-color: #FFEDE5 !important;
}

.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    cursor: default;
}

.select2-dropdown {
    z-index: 99999999 !important;
}

.select2-dropdown--below {
    z-index: 99999999 !important;
}

.delinquentLetterTextArea {
    height: 200px !important;
}
.error {
    /* set red background color */
    background-color: #B23E24 !important;
    color: white !important;
}

.customFont {
    font-family: Google Sans,Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    font-variant-ligatures: no-contextual;
    font-weight: 500;
}

.card-primary > .card-header {
    color: #fff;
    background-color: #3E5DE6 !important;
    border-color: #3E5DE6 !important;
}

.btn-outline-primary {
    color: #3E5DE6 !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #3E5DE6 !important;
}

.btn-outline-tertiary {
    color: #4D4F51 !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #4D4F51 !important;
}

.dataTableSubmitButton {
    background-color: #3E5DE6; /* "OpenGov" Blue */
    border: none;
    color: white;
}

/* loader */
.loader {
    position: fixed;
    left: 47%;
    top: 47%;
    z-index: 1;
    border: 16px solid #DFE3E8; /* light gray */
    border-top: 16px solid #3E5DE6; /* "OpenGov" blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    z-index: 999999999;
}

@-webkit-keyframes spin{
    0% {
        -webkit-transform: rotate(0deg);
    }

    100%{
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100%{
        transform: rotate(360deg);
    }

}
td.details-control {
    background: url('../resources/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../resources/details_close.png') no-repeat center center;
}

/*Setting color of datatable editable columns */
.editTable {
    background-color: #3E5DE6;
}

/* On darker background color, text becomes non readable/editable this will help that  */
table.dataTable th.editTable {
    mix-blend-mode: hard-light;
}

/* On darker background color, use a lighter text color */
table.dataTable td.editTable {
    color: #fff; /* fallback to white text color */
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 20px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* custom dropdown inside dropdown functionality */
.navbar-light .navbar-nav .nav-link {
    color: rgb(64, 64, 64);
}

.btco-menu li > a {
    padding: 10px 15px;
    color: #000;
}

.btco-menu .active a:focus,
.btco-menu li a:focus,
.navbar > .show > a:focus {
    background: transparent;
    outline: 0;
}


.dropdown-menu .show > .dropdown-toggle::after {
    transform: rotate(-90deg);
}

/* Supported in Blink/WebKit/Edge without a prefix */
input[readonly] {
    background-color: lightgrey;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/*nav {
    background-color: #3E5DE6 !important;
    padding-bottom: 20px;
   
}*/

#navbarSupportedContent {
    background-color: #3E5DE6;
    border-color: #B5B9BD;
    color: white;
}

#city-logo {
    margin-top: 70px;
    position: fixed;  
    height: 200px
   
}

#homepage-table {
    border: 1px solid black;
}

tr {
    align-items: center;
}

#map {
    margin: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    position: absolute;
}


#filingJumbo {
    background-color: white;
}

#landingJumbo {
    background-color: white;
}

#filingContainer {
    padding-top: 30px;
}

.logo {
    float: left;
    padding-top: 50px;
    padding-left: 50px;
    height: 80%;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

#city-logo {
    margin-top: 70px;
}

#homepage-table {
    border: 1px solid black;  
}

#calculate-button{
    padding: 20px 205px 5px 5px;
}

button:hover:not(.navbar-toggler) {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

btn:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

button{
    margin-left: 5px;
    margin-bottom: 10px;
}

    button:focus: {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

    button.navbar-toggler:focus {
        outline: none !important;
    }

.finalizebuttons:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

h2 {
    margin-top: 25px;
}

#pidnHomeButtons {
    padding-top: 20px;
}

#pidnHomeButtons button:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.trancode {
    background-color: lightgray;
}

.btnBlock {
    display: block !important;
}

.buttonWithNoLabel {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}
#landingPagePIDNForm {
    margin-left: 300px;
    margin-top: 50px;
}

.loginFormcard {
    margin: 20px;
    text-align: center;
    border: 1px solid blue;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-primary {
    background-color: #3E5DE6 !important;
    color: #fff !important;
    border-color: #3E5DE6 !important;
}

.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.valignButton {
    margin-top: 25px;
}

.ui-dialog {
    z-index: 1000 !important;
}

.btn-orange {
    background-color: #C77110 !important;
}

.paginate_disabled_previous, .paginate_enabled_previous,
.paginate_disabled_next, .paginate_enabled_next {
    height: 19px;
    float: left;
    cursor: pointer;
    *cursor: hand;
    color: #111 !important;
}

    .paginate_disabled_previous:hover, .paginate_enabled_previous:hover,
    .paginate_disabled_next:hover, .paginate_enabled_next:hover {
        text-decoration: none !important;
    }

    .paginate_disabled_previous:active, .paginate_enabled_previous:active,
    .paginate_disabled_next:active, .paginate_enabled_next:active {
        outline: none;
    }

.paginate_disabled_previous,
.paginate_disabled_next {
    color: #666 !important;
}

.paginate_disabled_previous, .paginate_enabled_previous {
    padding-left: 23px;
}

.paginate_disabled_next, .paginate_enabled_next {
    padding-right: 23px;
    margin-left: 10px;
}

.paginate_disabled_previous {
    background: url('../images/back_disabled.png') no-repeat top left;
}

.paginate_enabled_previous {
    background: url('../images/back_enabled.png') no-repeat top left;
}

    .paginate_enabled_previous:hover {
        background: url('../images/back_enabled_hover.png') no-repeat top left;
    }

.paginate_disabled_next {
    background: url('../images/forward_disabled.png') no-repeat top right;
}

.paginate_enabled_next {
    background: url('../images/forward_enabled.png') no-repeat top right;
}

    .paginate_enabled_next:hover {
        background: url('../images/forward_enabled_hover.png') no-repeat top right;
    }



input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    display: none;
}

.pidnEmployeeHomePageTable td :not(:nth-column(2n+1)) {
    border-left: solid;
}
/*
---------------------------------------------------------------
media queries 
---------------------------------------------------------------
*/
@media all and (min-width: 992px) { /* 992px and over */
    .bottomButton {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/*login page*/
@media only screen and (max-width: 1190px) {
    .loginInfo {
        margin-left: 54px;
    }
}

@media only screen and (max-width: 1201px){
    #logo {
        max-width: 200px;
        max-height: 200px;
    }
}

/*pidn home page*/
@media only screen and (max-width: 1005px) {
    #map {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 100%;
        margin-right: -5px;
    }

    #mapcolumn {
        margin-left: 0px;
    }
}

@media all and (max-width: 767px) {
    #logoUploadButton {
        padding-top: 0px !important;
    }

    #user-icon {
        display: none;
    }

    #employeeLayout_LogoutMobile {
        display: block !important;
    }
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.disabledLink {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.btn-outline-dark {
    color: #343a40 !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #343a40 !important;
}

.btn-danger {
    background-color: #B23E24 !important;
}

.btn-success {
    background-color: #1A5924 !important;
}

.morris-hover-point {
    color: #131517 !important;
}

.shadow-bottom {
    box-shadow: rgba(19, 21, 23, 0.3) 0px 2px 4px 0px;
    z-index: 1;
}
/*used on the '+' button on the DataTable*/
.button-hover {
    cursor: pointer;
}

/*used on the '+' button on the DataTable shadow effect*/
.button-hover i {
  text-shadow: 0px 0px 3px #000; /* Applies only to <i> inside .button-hover */
}

/*Used For the Note of the modal opens on click of '+' btn ('What's this')*/
.form-modal-title-note {
  text-align: center; 
  padding-top: 5px;
  width: 100%;
}

/*Used for the Information on the view page */
.page-gnl-info {
    font-size: 16px !important;
}

/*for .dataTables placeholder*/
.dataTables_filter input {
    max-width: none !important;
    text-align: center;
}

/* Modify the placeholder  */
.dataTables_filter input::placeholder {
    text-align: left;
    width: 100%;
    display: block;
    font-size: 16px;
    opacity: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.fw-medium {
  font-weight: 500;
}

/*Used for the Information on the view page */
.page-gnl-info {
    font-size: 16px !important;
}

/*For Table Heading underline*/
.text-underline {
    text-decoration: underline!important;
}

.mt-32 {
    margin-top: 32px;
}

/*Used in Back Navigation anchor tag on Page*/
.underline-link {
    text-decoration: none !important; /* No underline by default */ 
    cursor: pointer !important;
}

.underline-link:hover {
        text-decoration: underline !important; /* Underline only on hover */
    }

/*FilingHub header*/
.filingHubHeader {
    font-size: 30px; 
    font-weight: bold; 
    text-decoration:underline;
}

.table.dataTable tr.dtrg-group td {
    background-color: #3E5DE6;
}

.text-black {
    color: black !important;
}


/* New PIDN Response CSS */
.action-card {
    border: 2px solid #eee;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.3s;
}

    .action-card.active {
        border-color: #007bff;
        background-color: #f0f8ff;
    }

.action-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .action-header input {
        transform: scale(1.2);
        margin-right: 10px;
    }

.action-title {
    font-weight: bold;
}

.notes-section {
    display: none;
    margin-top: 10px;
}

.action-textarea {
    width: 100%;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    resize: none;
}

.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.no-spinner {
    -moz-appearance: textfield;
}
.d-flex {
    display: flex;
}

.gap-2 {
    gap: 0.5rem;
}

.city-logo {
    width: 200px;
}

.page-item.active .page-link {
    z-index: 0 !important;
}