﻿.timesheetborder {
    border: solid;
    border: 1px;
 
}
.timesheetstborder {
    border: solid;
    border: 1px;
    border-color: #ff6a00;
}
.divtop {
    line-height: 30px;
}


.wrapper {
    max-width: 1100px;
    margin: 15px auto;
}

/* Calendar container */
.container-calendar {
    background: #ffffff;
    padding: 15px;
    max-width: 90%;
    margin: 0 auto;
    overflow: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
}

/* Event section styling */
#event-section {
    padding: 10px;
    background: #f5f5f5;
    margin: 20px 0;
    border: 1px solid #ccc;
    width: 100%;
}

.container-calendar #left h1 {
    color: green;
    text-align: center;
    background-color: #f2f2f2;
    margin: 0;
    padding: 10px 0;
}

#event-section h3 {
    color: green;
    font-size: 16px;
    margin: 0;
    font-weight:600;
}

#event-section input[type="date"] {
    margin: 10px 0;
    padding: 5px;
    width: 80%;
}
#event-section input[type="text"] {
 width: 50px;
}
#event-section textarea {
 
    width: 230px;
}
#event-section button {
    background: green;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.event-marker {
    position: relative;
}

    .event-marker::after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        background-color: red;
        border-radius: 50%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

/* event tooltip styling */
.event-tooltip {
    position: absolute;
    background-color: rgba(234, 232, 232, 0.763);
    color: black;
    padding: 10px;
    border-radius: 4px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    transition: all 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.event-marker:hover .event-tooltip {
    display: block;
}

/* Reminder section styling */
#reminder-section {
    padding: 10px;
    background: #f5f5f5;
    margin: 20px 0;
    border: 1px solid #ccc;
    width: 100%;
}

    #reminder-section h3 {
        color: green;
        font-size: 18px;
        margin: 0;
    }

#reminderList {
    list-style: none;
    padding: 0;
}

    #reminderList li {
        margin: 5px 0;
        font-size: 16px;
    }

/* Style for the delete buttons */
.delete-event {
    background: rgb(237, 19, 19);
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    margin-left: 10px;
    align-items: right;
}

/* Buttons in the calendar */
.button-container-calendar button {
    cursor: pointer;
    background: green;
    color: #fff;
    border: 1px solid green;
    border-radius: 4px;
    padding: 5px 10px;
}

/* Calendar table */
.table-calendar {
    border-collapse: collapse;
    width: 100%;
}

    .table-calendar td,
    .table-calendar th {
        padding: 5px;
        border: 1px solid #e2e2e2;
        text-align: center;
        vertical-align: top;
    }

/* Date picker */
.date-picker.selected {
    background-color: #f2f2f2;
    font-weight: bold;
    outline: 1px dashed #00BCD4;
}

    .date-picker.selected span {
        border-bottom: 2px solid currentColor;
    }

/* Day-specific styling */
.date-picker:nth-child(1) {
    color: red;
    /* Sunday */
}

.date-picker:nth-child(6) {
    color: green;
    /* Friday */
}

/* Hover effect for date cells */
.date-picker:hover {
    background-color: green;
    color: white;
    cursor: pointer;
}

/* Header for month and year */
#monthAndYear {
    text-align: center;
    margin-top: 0;
}

/* Navigation buttons */
.button-container-calendar {
    position: relative;
    margin-bottom: 1em;
    overflow: hidden;
    clear: both;
}

#previous {
    float: left;
}

#next {
    float: right;
}

/* Footer styling */
.footer-container-calendar {
    margin-top: 1em;
    border-top: 1px solid #dadada;
    padding: 10px 0;
}

    .footer-container-calendar select {
        cursor: pointer;
        background: #ffffff;
        color: #585858;
        border: 1px solid #bfc5c5;
        border-radius: 3px;
        padding: 5px 1em;
    }
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success {
    border-color: #41b08a !important;
    background: #51bf99 !important
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary {
    border-color: #41b08a !important;
    background: #51bf99 !important
}
.btn-primary {
    /*  background-color: #00a651;*/
    border-color: #2650a5 !important;
    background-color: #1b3975;
}
    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        background-color: #00a651 !important; /* Hover color you want */
        border-color: #41b08a !important;
        color: #fff !important;
    }
.inputcolor-red {
    border-color: red;
    border-block-style: solid;
}

.list_style_ann {
    position: relative;
    padding-left: 0; /* Remove left padding to align text and line */
    border-bottom: 2px solid #00ba5b;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .list_style_ann h5 {
        margin: 0; /* Optional: remove default margin */
        padding: 0; /* Optional: remove default padding */
    }





.section-title {
    font-weight: 600;
    color: #202452;
    font-size: 16px;
    margin-bottom: 10px;
}



/*Program Overview*/
.psub-section {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
}

.psub-content {
    margin-left: 48px;
    word-wrap: break-word;
}

.title-line {
    display: flex;
    font-weight: bold;
    margin-bottom: 4px;
}

.number {
    width: 50px;
}

.letter {
    width: 50px;
}


.title {
    white-space: nowrap;
}

.text {
    margin: 0;
    text-indent: -50px;
    margin-left: 100px;
}





.sub-section {
    margin-bottom: 5px;
    font-size: 14px;
    margin-left: 72px;
}

    .sub-section .number {
        display: inline-block;
        width: 50px; /* adjust based on max number length */
        font-weight: bold;
    }
.custom-list-item {
    display: flex;
    align-items: flex-start;
    margin-left: 72px;
    margin-bottom: 12px;
}

.custom-letter {
    font-weight: bold;
    width: 16px;
    flex-shrink: 0;
}
.custom-word {
    font-weight: bold;
    width: 100px;
    flex-shrink: 0;
}

.custom-text {
    margin: 0;
    padding-left: 4px;
    /*text-align: justify;*/
    text-align: left;
}
ul.a {
    list-style-type: disc;
}
ul.sub {
    list-style-type: circle;
}

    ul.sub li {
        margin-bottom: 6px; /* spacing between items */
        text-indent: -16px; /* bring labels in line if wrapping occurs */
        padding-left: 16px; /* matches the indent */
    }
ul:not(.a):not(.sub) {
    list-style-type: none;
    
   
}
