﻿

#btnAddCompanionBox {
  padding-left: 2px;
  padding-top: 1px;
  padding-bottom: 3px;
}

#uploadModal .modal-dialog {
    max-width: 80%;
}

#uploadModal .modal-content {
    width: 800px;
}

.activity-bulk-pre-upload {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.activity-bulk-pre-upload--link {
        background-color: #021166;
        color: #fff;    
        border: 1px solid #021166;
        padding: 5px 10px;
        font-size: 16px;
        font-weight: 400;
        cursor: pointer;
        border-radius: 5px;
}

.sample-speadsheet-link a {
    color: #06a6c6;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}

    .sample-speadsheet-link a:visited {
        color: #06a6c6;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        text-decoration: none;
    }

.additional-info-link a {
    margin: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #06a6c6;
    cursor: pointer;
    text-decoration: none;
}

    .additional-info-link a:visited {
        margin: 10px;
        font-size: 16px;
        font-weight: 700;
        color: #06a6c6;
        cursor: pointer;
        text-decoration: none;
    }

.showLess-info-link a {
    margin: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #07bce0;
    cursor: pointer;
    text-decoration: none;
}

.showLess-info-link a:visited {
    margin: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #07bce0;
    cursor: pointer;
    text-decoration: none;
}

    .activity-bulk-pre-upload .icon {
        padding: 10px 10px;
        font-size: 16px;
        border-radius: 5px;
        margin-right: 5px;
    }

.activity-bulk-csv-upload-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 50px;
    width: 80%;
}

.upload-form {
    width: 100%;
    padding: 20px;
}

.modal-content {
    width: 100%;
    padding: 20px;
}

.bulk-upload-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;   
    width: 100%;
}

#csvFileUpload {
    margin-top: 2px;
    padding: 20px;
    width: 100%;
}

#previousBtnModal {
    width: 100%;
    padding: 20px;
}

    #previousBtnModal .message-container {
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        color: darkred;
        padding: 2px;
       /* background-color: #f7e1e6;*/
    }

.download-link {
    font-size: 16px;
    font-weight: 700;
    color: #0dcaf0;
    margin-top: 10px;
    text-decoration: none;
    cursor: pointer;
}

.download-link a {
    font-size: 16px;
    font-weight: 700;
    color: #0dcaf0;
    margin-top: 10px;
    text-decoration: none;
    cursor: pointer;
}

.download-link a:visited {
    font-size: 16px;
    font-weight: 700;
    color: #0dcaf0;
    margin-top: 10px;
    text-decoration: none;
    cursor: pointer;
}

#upload-error-container {
    margin: 10px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #f5c6cb;
    color: #bf0303;
    border-radius: 5px;
    font-size: 16px;
    color: red;
}

#upload-error-container ul li {
    color: #bf0303;
}

#upload-success-container {
    margin: 10px;
    padding: 10px;
    background-color: white;
    border: 1px solid #c3e6cb;
    color: #155724;
    border-radius: 5px;
    font-size: 16px;
    color: green;
}

.file-upload-container {
    margin: 30px;
}

/* Bulk Upload Modal - End */



/* Bulk Uploda Validation - Start */
.form-input-error {
    border-color: red;
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
}

.error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

.bulk-validation-error-messages {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5px;
    padding: 10px;
    width: 100%;
}

    .bulk-validation-error-messages p {
        color: red;
        font-size: 14px;
        font-weight: 400;
    }

    .bulk-validation-error-messages p {
        color: red;
        font-size: 14px;
        font-weight: 400;
    }

#casenum-errors {
    width: 100%;
}

    #casenum-errors {
        color: black;
        padding: 0;
    }

#hours-errors {
    width: 100%;
}

    #hours-errors{
        color: black;
        padding: 0;
    }

#date-errors {
    width: 100%;
}

 #date-errors {
    color: black;
    padding: 0;
}


#description-errors {
    width: 100%;
}

#description-errors {
   color: black;
   padding: 0;
}

#outofcourtactivity-errors {
    width: 100%;
}

#outofcourtactivity-errors {
    color: black;
    padding: 0;
}

#specialtyactivity-errors {
    width: 100%;
}

#specialtyactivity-errors {
    color: black;
    padding: 0;
}

#specialtydocket-errors {
    width: 100%;
}

#specialtydocket-errors {
    color: black;
    padding: 0;
}




.bulk-error-group {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #f9f9f9;
}

.bulk-error-item {
    margin-left: 10px;
    padding: 2px 0;
    font-family: 'Helvetica Neue', sans-serif, Arial;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
}


.expand-all-btn {
    margin-bottom: 15px;
    padding: 8px 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.bulk-accordion-group {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}


.bulk-accordion-header {
    background-color: #eee;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bulk-accordion-title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #525252;
}

.bulk-accordion-header .chevron {
    margin-right: 8px;
}


.header-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.label-text {
    font-weight: bold;
}

.bulk-error-badge {
    background-color: #c71e1e;
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
}


.bulk-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 10px;

    background-color: #f7e6e7;
    color: #942e2e;
    letter-spacing: .5px;
}

    .bulk-accordion-content.active {
        max-height: 1000px; /* large enough to fit content */
        padding: 10px;
    }


