﻿@media only screen and (min-width: 900px) { 
    .program-plan-goal-model > tbody > tr > td {
        width: 30%;
    }
}

.student-page-profile-picture {
    position: absolute;
    top: 0;
    left: 1em;
    max-width: 146px;
    max-height: 146px;
    z-index: 100;
}
.attendance-profile-picture {
    max-width: 125px;
    max-height: 125px;
    display: block;
    margin: 0 auto;
}
.report-profile-picture {
    max-width: 85px;
    max-height: 85px;
    display: block;
    margin: 0 auto;
}
.WorkItemResolution {
    display: block
}
.contacts-phone-number
{
    min-width: 149px;
}
.workItemAcknowledgement > li {
    padding: 0.7em;
}
.list-edit {
    visibility: hidden;
}
fieldset.inline > ol > li > label,
fieldset.inline > ol > li > span {
    display: inline;
}

/* IPP */
#ProgramPlanModel #StudentSchoolEnrolmentId {
    width: inherit;
}

.program-plan-select {
    position: relative;
    top: 3px;
}

#DateCreated {
    max-width: 189px;
}

#sub-section-ipp-assessment > div > div > div > div > .ListItem {
    width: 50%
}
.print-only-body .print-theme-1 #sub-section-ipp-assessment > div > div > div > div > .ListItem {
    width: 100%
}

.smaller-top-padding > li {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}
.program-plan-sessions-hours > li:not(.clear) {
    height: 35px;
}
.program-plan-sessions-hours > li:nth-child(2) > label {
    padding-right: 0 !important;
}
.print-only-body textarea,
#program-plan-wrapper textarea,
.my-form-Goal textarea {
    overflow: hidden;
    margin: 0 auto;
    font-size: 12px;
    width: 95%;
    text-align: left;
    vertical-align: top;
    padding: 0.2em 0.5em;
    resize: none;
}

.checkbox-time {
    position: absolute;
    top: 6px;
    left: 190px;
    width: 140px;
}
.parent-searchheader-spacer {
    height: 37px;
    display: inline-block;
}

/* IPP Goal */
.program-plan-goal-model {
    width: 100%;
    height: 100vh;
}

#GoalContainer .displayFor {
    float: none !important;
    font-size: 16px;
}

.program-plan-goal-model th {
    padding-top: 2em;
}
.program-plan-goal-model > tbody > tr > td {
    border: 1px solid #ccc;
    white-space: pre-wrap;
    word-wrap: break-word;
    vertical-align: top;
    padding: 0 0.5em;
}
/*.program-plan-goal-model[data-rows="3"] > tbody > tr.goal-row > td {
    height: 133px !important;
}
.program-plan-goal-model > tbody > tr > td.goal-strategies {    
    height: 360px;
}*/
.my-form-Goal td {
    border: none;
}
#TransferAmount {
    width: 44px;
}
.description-filler {
    min-height: 80px
}

.no-program-plan-file {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}

.upload-section {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    clear: both; /* Add this to prevent overlap */
    position: relative; /* Add this for proper stacking */
    z-index: 1; /* Add this to control stacking order */
}

.upload-section h1 {
    font-size: 1.2em;
    margin: 0 0 10px 0;
    color: #333;
}

.upload-section.hidden {
    display: none;
}

.student-upload {
    margin-top: 10px;
}