
/* -------------------- Attach dedicated CSS for various viewports --------------------- */
@import url('/css/css_Sanitize.css?ver=171');              /* Imports all fonts for the project */
@import url('/css/css_Fonts.css?ver=171');                 /* Imports all fonts for the project */
@import url('/css/css_Sizer_1_SmartPhone.css?ver=1512');             /* Defines the sizes for screen ports < 300 */
@import url('/css/css_Sizer_2_iPad.css?ver=54101');             /* Defines the sizes for screen ports >300 < 420 */
@import url('/css/css_Sizer_3_Desktop.css?ver=1141');             /* Defines the sizes for screen ports >420 < 790 */
@import url('/css/css_Sizer_4_LargeScreen.css?ver=1109');            /* Defines the sizes for screen ports >790 < 1080 */
@import url('/css/css_Sizer_5_Android.css?ver=1113');            /* Defines the sizes for screen ports >1100 */
@import url('/css/css_Effects.css?ver=107');               /* Imports all effects for the project */
@import url('/css/css_Boxes.css?ver=112');                 /* Imports the design for the Div tags */
@import url('/css/css_Forms.css?ver=189');                 /* Imports the design for Form tags */
@import url('/css/css_Objects.css?ver=186');               /* Imports object styling */


html {
}

body {
    background-color: ghostwhite;
    font-family: Montserrat;
    font-weight: bold;
}

.body-Panel {
    background-color: ghostwhite;
    margin:3vw
}

div {
    background-color: ghostwhite;
}

.text_padding {
}

.container_padding {
}

.scroll {
    
}

.gridrow:nth-child(odd) {
    background-color: lavender;
    align-items: center;
}

.gridrow:nth-child(even) {
    background-color: white;
    align-items: center;
}

.fa-good {
    color: green
}

.fa-bad {
    color: red
}

.th_text {
    background: green;
    color: white;
    margin: auto;
    padding: 0.05in;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Century Gothic'
}

.td_text {
    background: white;
    color: black;
    margin: auto;
    padding: 0.01in;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Century Gothic'
}

.place_Div {
    text-align: center;
    display: block
}

img {
    vertical-align: middle;
}

.style_Link {
    font-family: Montserrat;
    font-weight: bold
}

.qck_Links {
    font-family: Montserrat;
    font-weight: bold
}

a {
    color:blue;
}
    a:visited {
        color: forestgreen;
    }

    a:hover {
        color: green;
    }

    a:active {
        color: orangered;
    }

.my_Watermark {
    opacity: 0.05;
    position: fixed;
    transform: translate(-50%, -55%);
}

.grid-container {
    display: grid;
    grid-template-columns: 0.2fr 0.8fr;
}

.float-container {
    
}

.float-child {
    
}


/* Slideshow container */
.slideshow-container {
    position: relative;
    margin: auto;
}

/* Caption text */
.text {
    color: #f2f2f2;
    position: absolute;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    position: absolute;
}

/* The dots/bullets/indicators */
.dot {
    background-color: #bbb;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.input, .btn {
    font-size: 1.52vh;
    min-height: 3.17vh;
    max-height: 4.44vh;
    padding: 0.25vh 0.64vh;
    border-radius: 0.64vh 0.64vh 0.64vh 0.64vh;
    margin: 0.25vh;
}

input[type=button], input[type=submit], input[type=reset] {
    
}

input[type=text], input[type=password] {
    
}

/* Box Wrapper - Div or Panel*/
.wrapper {
    
}

.closebtn {
    margin-left: 15px;
}

/* Style Button*/
.style_Btn {
    border: none;
    padding: 0.25vh;
    width: 8vw;
}

.mod_Label {
    margin: 0px auto;
}

/* The alert message box - success */
.failed {
    
}

/* The alert message box - failed */
.success {
    
}

div.container4 {
}

    div.container4 p {
    }

.box_Div {
}

#formContent {
}

#formFooter {
}

.shadow_Box {
}

.circular--portrait {
}

    .circular--portrait img {

    }

.circular--landscape {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

    .circular--landscape img {
        
    }

* {
    box-sizing: border-box;
}

.mySlides {
    display: none;
}



.active {
    background-color: #717171;
}


/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* Pages */
.A4_page {
    width: 29.7cm;
    max-height: 24cm;
    padding: 2cm;
    margin: 1cm auto;
    border: 1px Ghostwhite solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.A4_subpage {
    padding: 1cm;
    border: 5px aqua solid;
    height: 198mm;
    outline: 2cm #FFEAEA solid;
}

.print_container {
    background-position-x: 0vw;
    background-repeat: no-repeat;
    background-image: url(https://axxpoint.imostate.gov.ng/images/IMSG_DMC_Salary_Statement_Template.svg?mode=1);
    background-size: cover;
    width: 11.7in;
    height: 8.3in;
}

#folderRoleSelector {
    position: relative;
    z-index: 10;
}

/* ======================
   TREE
====================== */
.tree-container ul {
    list-style: none;
    padding-left: 20px;
    font-size: 12px;
}

/* NODE */
.tree-node {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px;
    cursor: pointer;
}

    .tree-node:hover {
        background: #f0f0f0;
    }

.active-node {
    background: #d0ebff;
    border-radius: 4px;
}

/* BADGES */
.tree-badge {
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    color: #fff;
}

.badge-img {
    background: #28a745;
}

.badge-doc {
    background: #6c757d;
}

.badge-mix {
    background: #ffc107;
}

/* THUMB */
.tree-thumb {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 3px;
}

/* ACTION BUTTONS */
.folder-actions {
    margin-left: auto;
}

    .folder-actions button {
        font-size: 10px;
        padding: 2px 6px;
        margin-left: 4px;
    }

/* ======================
   LAYOUT PANELS
====================== */
.panel {
    height: 60vh;
    display: flex;
    flex-direction: column;
}

.tree-section {
    height: 45%;
    overflow: auto;
}

.content-section {
    height: 55%;
    overflow: hidden;
}

/* PANES */
.pane {
    border: 1px solid #ddd;
    padding: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.scroll {
    overflow-y: auto;
    flex-grow: 1;
}

/* ======================
   LIST + PREVIEW
====================== */
.list-item {
    padding: 6px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    font-size: 12px;
}

    .list-item:hover {
        background: #f5f5f5;
    }

    .list-item.active {
        background: #d0ebff;
    }

.preview-img {
    max-height: 300px;
    object-fit: contain;
}

/* ======================
   UTILITIES
====================== */
.hidden {
    display: none;
}

.show-flex {
    display: flex !important;
}

/* ======================
   IMSSBN INLINE INPUT
====================== */
.imssbn-inline {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: nowrap;
}

    /* Override Bootstrap */
    .imssbn-inline .form-control {
        width: auto !important;
        display: inline-block;
        padding: 2px 4px;
    }

/* Adjust widths (less extreme for usability) */
.imssbn-small {
    width: 70px;
    text-align: center;
}

.imssbn-tiny {
    width: 40px;
    text-align: center;
}

/* ======================
   IMSSBN VALIDATION ICON
====================== */
.imssbn-indicator {
    width: 20px;
    text-align: center;
}

    .imssbn-indicator i {
        font-size: 18px;
    }

/* single source of truth for color */
.imssbn-valid {
    color: green;
}

.imssbn-invalid {
    color: red;
}

/* ======================
   CONFIRM DIALOG
====================== */
.confirm-overlay {
    position: fixed;
    inset: 0; /* cleaner than top/left/width/height */
    background: rgba(0,0,0,0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.confirm-box {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    width: 300px;
    text-align: center;
}

.confirm-image img {
    max-width: 100%;
    max-height: 200px;
    margin-bottom: 10px;
}

.confirm-text {
    margin-bottom: 15px;
    font-size: 14px;
}

.confirm-actions {
    display: flex;
    justify-content: space-between;
}




@media screen {
    .Header_1 {
        display: table;
        position: absolute;
        left: 2.9in;
        top: 1.8in;
        width: 8.5in;
    }

    .Content_1 {
        display: table;
        position: absolute;
        left: 2.9in;
        top: 3.15in;
        width: 9in;
    }
}


@media print {
    .Header_1 {
        display: table;
        position: absolute;
        left: 2.4in;
        top: 1.6in;
        width: 9in;
    }

    .Content_1 {
        display: table;
        position: absolute;
        left: 2.4in;
        top: 2.95in;
        width: 9in;
    }
}