﻿/* USED FOR IRS FORMS
-------------------------------------------------- */

.form-border-left {
    border-left: 1px solid black;
}

.form-border-double-left {
    border-left: 2px solid black;
}

.form-border-top {
    border-top: 1px solid black;
}

.form-border-double-top {
    border-top: 2px solid black;
}

.form-border-bottom {
    border-bottom: 1px solid black;
}

.form-border-double-bottom {
    border-bottom: 2px solid black;
}

.form-border-bottom-dotted {
    border-bottom: 1px dotted gray;
}

.form-border-top-dashed {
    border-top: 1px dashed gray;
}

.form-border-bottom-dashed {
    border-bottom: 1px dashed gray;
}

.form-border-bottom-none {
    border-bottom: none;
}

.form-border-top-none {
    border-top: 1px dotted white; /*chrome sometimes don't hide*/
}

.form-border-right {
    border-right: 1px solid black;
}

.form-border-all {
    border: 1px solid black;
}

.form-td-spacing td {
    padding: 1px;
}

.form-table-spacing {
    border-spacing: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.form-td-align-right {
    text-align: right;
}

.form-td-align-center {
    text-align: center;
}

.form-td-vertical-align {
    vertical-align: top;
}

.form-td-vertical-align-middle {
    vertical-align: middle;
}

.form-td-background {
    background-color: rgb(214, 157, 134);
}

.form-td-background.form-border-top-none{
    border-top: 1px dotted rgb(214, 157, 134); /*chrome sometimes don't hide*/
}

.form-no-padding {
    padding: 0px !important;
}

.form-top-margin-none {
    margin-top: 0px;
}

.form-top-margin-1 {
    margin-top: 1px;
}

.form-top-margin-3 {
    margin-top: 3px !important;
}

.form-top-margin-4 {
    margin-top: 4px !important;
}

.form-top-margin-5 {
    margin-top: 5px;
}

.form-top-margin-6 {
    margin-top: 6px;
}

.form-top-margin-8 {
    margin-top: 8px;
}

.form-input-style {
    font-size: 14px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    height: 28px;
}

.form-input-noborder {
    border: 0;
}

.form-input-font {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.form-dropdown-style {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 1px solid #ffAD21;
    height: 32px;
}

.form-text-nowrap {
    white-space: nowrap;
}

.form-cell-align-top {
    vertical-align: top;
}

.form-type-style {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: blue;
}

.btn-min-width {
    min-width: 150px;
}

.form-group {
    margin-bottom: .5rem;
}

.font-bold {
    font-weight: bold;
}

.table-width-full {
    width: 100% !important;
}

.form-w2-dropdown-list {
    width: 45px;
}

.table-header-style {
    font-size: 16px;
    font-weight: bold;
    color: white !important;
    background-color: lightblue;
}

.hidden-div {
    display: none;
}

.hidden-element {
    display: none;
}

@font-face {
    font-family: 'Arialic Hollow';
    src: url(/fonts/arialic-hollow.ttf) format('truetype');
}

.font-dollar-sign {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.font-red-strikethrough {
    font-family: Arial, Helvetica, sans-serif;
    color: red !important;
    font-style: italic;
    text-decoration: line-through !important;
}

.form-font-styled-hollow {
    font-family: 'Arialic Hollow';
    font-size: 50px;
    font-weight: bold;
    padding: 0 !important;
    margin: 0 !important;
}

.form-font-styled-whole {
    font-family: 'Arial';
    font-size: 52px;
    font-weight: bold;
    padding: 0 !important;
    margin: 0 !important;
}

.form1096-font-header {
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    font-weight: bold;
}

.form1096-font-bold {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: bold;
}

.form1096-font-normal {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
}

.font-red-italic {
    font-family: Arial, Helvetica, sans-serif;
    color: red !important;
    font-style: italic;
}

.td-100px {
    width: 100px;
}

.table-noborder {
    border: 0 !important;
    border-width: 0 !important;
    border-style: none !important;
}

.text-vertical-align-with-selct {
    margin-top: 7px !important;
}

.social-style {
    font-size: 20px !important;
    margin: 5px !important;
}

.table-form {
    background-color: white;
}

.select2-selection__rendered {
    line-height: 28px !important;
}

.select2-container .select2-selection--single {
    height: 28px !important;
}

.select2-selection__arrow {
    height: 28px !important;
}


.select2-container *:focus {
    outline: none;
}

.select2-selection--single:focus {
    border: 1px solid #3c8dbc;
}

#popupFormModal .select2-container .select2-dropdown {
    min-width: 180px;
}

input:hover, input:focus {
    background-color: lightblue !important;
    border: 1px black solid !important;
}

input.form-input-style:hover, input.form-input-style:focus {
    border: 1px solid #e9e9e9 !important;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    border: 1px solid;
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.checkbox input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px !important;
}

.form-checkbox-font-size {
    font-size: 11px !important;
}

.left-margin-checkbox {
    margin-left: 20px;
}

.void-box {
    width: 80%;
    height: 60%;
    position: absolute;
    top: 50px;
    left: 50px;
    opacity: 0.7;
/*    z-index: 9;*/
}

.void-box-image {
    position: absolute;
    top: 30%;
    left: 30%;
    transform: rotate(315deg);
}

.div-rounded-border {
    border-radius: 8px;
    border: 1px solid gray;
    background-color: white;
    padding-left: 7px !important;
    height: 27px;
    width: 250px;
    margin-left: 5px;
    display: table-cell;
    vertical-align: middle;
}

.div-rounded-border-general {
    border-radius: 8px;
    border: 1px solid gray;
    background-color: white;
    padding-left: 7px !important;
    margin-left: 5px;
    vertical-align: middle;
}

a.link-filer {
    color: #029402;
}

    a.link-filer:hover {
        color: #029402;
        text-decoration: underline;
    }

.dropdown-width-small {
    width: 105px !important;
}

select:hover, select:focus {
    background-color: lightblue !important;
    border: 1px black solid !important;
}

.product-select-button {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 10px;
    border: 3px solid #0094ff;
    color: #0094ff;
    text-align: left;
    padding: 5px;
    width: 100%;
    transition: all 0.1s;
    cursor: pointer;
    margin: 8px;
}

    .product-select-button span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.1s;
    }

        .product-select-button span:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.1s;
        }

    .product-select-button:hover {
        background-color: #3c8dbc;
        color: white;
    }

        .product-select-button:hover span {
            padding-right: 25px;
        }

            .product-select-button:hover span:after {
                opacity: 1;
                right: 0;
            }

.product-select-header {
    font-size: 16px !important;
    font-weight: bold;
}

.product-select-text {
    font-size: 14px !important;
}

.product-select-new {
    color: #ffAD21;
    font-size: 16px !important;
    float: right;
}

.livehelpchatbannerdiv {
    pointer-events: none;
}

.livehelpchatbannerbutton {
    pointer-events: auto;
    z-index: 10000;
    margin-right: 50px;
    margin-bottom: 10px;
}

.tableHeaderFixed {
    overflow: auto;
    max-height: 200px;
}

.tableHeaderFixed thead th {
    background-color: #f2f2f2;
    position: sticky;
    top: 0;
}

.tableHeaderFixed tbody th {
    position: sticky;
    left: 0;
}

.model-border {
    border: 1px solid black;
}

.pw-group {
    width: auto;
    text-align: center;
}

.pw-group label {
    display: block;
    padding: 20px 0;
}

.pw-group input {
    border: none;
    outline: none;
    padding: 20px;
    width: calc(100% - 40px);
    border-radius: 10px;
    background-color: #eaeff2;
    color: #3ba62f;
    font-size: 20px;
}

.pw-group .power-container {
    background-color: #a4adb3;
    width: 65%;
    height: 15px;
    border-radius: 5px;
}

.pw-group .power-container #power-point {
    background-color: #D73F40;
    width: 1%;
    height: 100%;
    border-radius: 5px;
    transition: 0.5s;
}

.scrollable-div {
    height: 150px; /* Set a fixed height */
    overflow-y: auto; /* Enable vertical scrolling only when needed */
    border: 1px solid #ccc; /* Optional: for visual clarity */
    padding: 10px; /* Optional: for better content spacing */
}

.k-virtual-scrollable-wrap tr {
    height: 40px; /* Strict fixed height for virtual rows */
}

#gridForms .k-grid-content td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upload-container {
    border: 2px dashed #007bff;
    padding: 40px;
    text-align: center;
    border-radius: 8px;
    transition: background 0.3s;
}

.upload-container.drag-over {
    background: #f0f8ff;
    border-color: #0056b3;
}

.browse-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 20px;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.browse-btn:hover {
    background-color: #0056b3;
}

#gridFiles .k-grid-content tr {
    cursor: pointer;
}

.k-grid {
    user-select: none; /* Prevents text selection on double-click */
    -webkit-user-select: none;
}

.btn-close-prominent {
    filter: invert(20%) sepia(100%) saturate(5000%) hue-rotate(0deg); /* Makes it bright RED */
    opacity: 1;
    transform: scale(1.5);
    margin: 10px;
}

/* Custom highlight style */
.filter-active {
    background-color: #007bff !important; /* Blue background */
    color: white !important;
    border-color: #0056b3 !important;
}

.read-only-check {
    pointer-events: none; /* Prevents clicking */
    opacity: 1 !important; /* Keeps it bright */
    cursor: default;
}

.passwordToggle {
    cursor: pointer; /* Pointer cursor on hover */
    width: 38px;
}

.filer-tabcontol-container {
    background-color: #f2f2f2;
    padding-right: 0;
    padding-left: 0;
    border: 1px solid #f2f2f2;
    transition: background 0.3s;
}

.top-bottom-margin-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.custom-button {
    display: inline-block;
    padding: 12px 24px;
    text-decoration: none; /* Remove link underline */
    font-weight: bold; /* Make text thicker */
    font-size: 1.1rem; /* Make text slightly larger */
    border-radius: 4px;
    border: 2px solid transparent;
}

/* Hover State */
.custom-button:hover {
    border-color: #ffc107;     /* High-contrast yellow border on hover */
    color: beige !important;
    background-color: darkcyan;
}

.font-red-bold-large {
    font-family: Arial, Helvetica, sans-serif;
    color: red !important;
    font-weight: bold;
    font-size: 1.1rem; /* Make text slightly larger */
}

.hide-sensitive {
    -webkit-text-security: disc; /* Chrome, Safari, Edge */
    text-security: disc; /* Future-proofing */
}

.tooltip {
    z-index: 999999 !important; /* Bootstrap modals default to 1050; this pushes tooltips on top */
}

/* Optional: Add a subtle red border to the invalid input field itself */
.input-validation-error {
    border-color: #dc3545;
}

/* Force the dialog to occupy nearly the full screen height */
.modal-dialog.max-height-modal {
    height: calc(100vh - 60px); /* Leaves a 30px margin on top and bottom */
    max-height: calc(100vh - 60px);
    margin: 30px auto; /* Centers the modal vertically on the screen */
    display: flex;
    align-items: center;
}

/* Force the content wrapper to stretch to the maximum allowed height */
.modal-dialog.max-height-modal .modal-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Make the body scrollable so content never pushes the modal off-screen */
.modal-dialog.max-height-modal .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1 1 auto; /* Expands to fill all remaining vertical space */
}

.btn-custom-red {
    background-color: #ff2a2a; /* Replace with your exact hex code */
    border-color: #ff2a2a;
    color: #ffffff;
}

.btn-custom-red:hover {
    background-color: #cc1111; /* Darker red for hover effect */
    border-color: #cc1111;
}

.attention-div {
    /* Create a transparent shadow placeholder so there is no layout jump */
    box-shadow: 0 0 0 0 transparent;
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
        box-shadow: 0 0 0 0 transparent;
    }

    10%, 90% {
        box-shadow: 0 0 0 1px green; /* 3px solid attention border color */
    }

    20%, 60% {
        transform: translateX(-3px);
    }

    40%, 80% {
        transform: translateX(3px);
    }
}

.shake-effect {
    animation: shake 0.5s ease-in-out;
}

.checkbox-xl {
    transform: scale(1.75);
    margin-right: 0.5rem; /* Prevents the scaled box from overlapping text */
}

.checkbox-lg {
    transform: scale(1.40);
    margin-right: 0.5rem; /* Prevents the scaled box from overlapping text */
}

/* Target the input element inside your custom class container */
.custom-lg-checkbox .form-check-input {
    width: 1.5em;
    height: 1.5em;
}

/* Optional: Center the label text vertically with the larger checkbox */
.custom-lg-checkbox .form-check-label {
    margin-left: 0.5rem;
    line-height: 1.5em;
}

.modal-prominent {
    border: 4px solid #0056b3; /* Thick primary blue border */
    border-radius: 8px; /* Matches Bootstrap's rounded corners */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); /* Strong drop shadow */
}

.k-dropdownlist .k-input-icon,
.k-dropdownlist .k-svg-icon,
.k-dropdownlist .k-i-arrow-60-down {
    color: #ff5000 !important; /* Change to your preferred color */
    fill: #ff5000 !important; /* Required if your theme utilizes SVG icons */
    transform: scale(1.5) !important;
}

/* For modern Kendo UI themes (Kendo v5/v6/v7) */
.prominent-dropdown .k-picker {
    border: 3px solid #007bff !important; /* Adjust thickness and color */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Optional glow effect */
}

/* For older Kendo UI themes */
.prominent-dropdown .k-dropdown-wrap {
    border: 3px solid #007bff !important;
}

/* Ensure prominent border persists on hover/focus states */
.prominent-dropdown .k-picker:hover,
.prominent-dropdown .k-picker.k-state-focused,
.prominent-dropdown .k-picker.k-focus {
    border-color: #0056b3 !important;
}

/* Target the arrow square container background */
.prominent-dropdown .k-input-button,
.prominent-dropdown .k-select {
    background-color: #4b4b4b !important; /* Dark charcoal/gray background */
    border-left: 2px solid #007bff !important; /* Matches prominent border */
    opacity: 1 !important; /* Prevents Kendo fading effects */
}

/* Change the arrow icon color inside the dark square so it stands out */
.prominent-dropdown .k-input-button .k-icon,
.prominent-dropdown .k-select .k-icon {
    color: #ffffff !important; /* Sharp white arrow color */
}

/* Maintain background and arrow colors when user hovers or focuses */
.prominent-dropdown .k-picker:hover .k-input-button,
.prominent-dropdown .k-picker:hover .k-select,
.prominent-dropdown .k-picker.k-focus .k-input-button {
    background-color: #1a1e21 !important; /* Even darker on hover */
    color: #ffffff !important;
}

.fileview-grid,
.fileview-grid .k-grid-header,
.fileview-grid .k-grid-content {
    font-size: 13px !important;
}
.fileview-grid td,
.fileview-grid th {
    border-inline-end-width: 1px !important; /* Vertical lines */
    border-block-end-width: 1px !important; /* Horizontal lines */
     border-color: #cccccc !important;         /* Line Color */
}

/* Styles every alternating row inside your specific grid */
.fileview-grid .k-grid-table tr:nth-child(even) td,
.fileview-grid .k-table-row:nth-child(even) td {
    background-color: #f7f9fa !important; /* Soft gray color */
}

/* Optional: Keep your cursor hover effect clear over the new colors */
.fileview-grid .k-grid-table tr:hover td {
    background-color: #e9ecef !important; /* Slightly darker gray on hover */
}