/*
	This file has been auto-generated by a tool at 25/03/2026 07:48:01
	Any changes made will be overwritten the next time it is regenerated.
*/

@import url(Shared.style);

/*
    General    
*/

.titleBar {
    background: #ccc;
    display: block;
    font-family: "Open Sans";
    font-size: 140%;
    font-weight: 700;
    margin: -4px -8px 0;
    min-width: 480px;
    padding: 4px 12px;
    text-transform: uppercase;
    width: auto;
}

/*
    User form
*/

.Framework_User {
    min-width: 480px;
}

.Framework_Form {
    min-width: 480px;
}

.pod .Framework_Form {
    min-width: 0;
}

.pod_filltitlebar .pod_titlebar {
    background: #1a1a1a;
}

.buttons {
    border-top: 1px solid #ccc;
    padding: 16px 8px 8px;
    text-align: right;
}

/*
    Calendar schedule    
*/

.calendarSchedule {
    margin: 0 -4px;
    max-width: 960px;
    min-width: 700px;
}
    .calendarSchedule .schedule {
        border-right: 1px solid #ccc;
        left: 1px;
        padding: 16px;
        position: relative;
    }
    .calendarSchedule .schedule.fullWidth {
        border-right: 0 none;
    }
        .calendarSchedule .schedule .Framework_Form {
            min-width: 0;
        }
    
    .calendarSchedule .attendees {
        border-left: 1px solid #ccc;
        padding: 0;
    }
        .calendarSchedule .attendees h2 {
            background: #e7e7e7;
            margin: 0 -4px 0 0;
            padding: 4px 12px 4px 4px;
        }
            .calendarSchedule .attendees h2 .fa {
                line-height: 1.5;
            }
        .calendarSchedule .attendees .inner {
            padding: 16px;
        }

    .calendarSchedule .buttons {
        border-top: 1px solid #ccc;
        padding: 16px 8px 8px;
        text-align: right;
    }

    .calendarSchedule .busyTimes {
        border: 2px solid red;
        padding: 4px;
        color: red;
        margin: 12px;
    }

        .calendarSchedule .busyTimes .fa {
                padding-top: 4px;
                padding-right: 4px;
        }

.calendarNotes {
    max-width: 960px;
    min-width: 480px;
    padding: 12px;
}


/*
    Full Photo
*/

.fullPhoto {
    min-width: 480px;
    text-align: center;
}
    .fullPhoto img {
        max-width: 100%;
    }

/*
    Rota Handover
*/

.rotaHandover { padding: 4px; }

    .rotaHandover .titleBar {
        margin: 16px -16px 16px;
    }

    .rotaHandover .staffList { }
        .rotaHandover .staffList .staffIn {
            border-left: 1px solid #ccc;
            padding: 0 0 0 4px;
        }
        .rotaHandover .staffList .staffOut {
            border-right: 1px solid #ccc;
            left: 1px;
            padding: 0 4px 0 0;
            position: relative;
        }

    .rotaHandover .signatures { }
        .rotaHandover .signatures .signatureIn {
            border-left: 1px solid #ccc;
            padding: 0 0 0 4px;
        }
        .rotaHandover .signatures .signatureOut {
            padding: 0 4px 0 0;
        }
            .rotaHandover .signatures select,
            .rotaHandover .signatures .Framework_Signature {
                margin: 4px 0 0;
            }

    .rotaHandover .buttons { 
        margin: 12px 0 0;
    }

.Framework_Signature a.fa {
    padding-top: 3px;
}

/*
    Daily Task Sheet    
*/

.dailyTaskSheet {
    max-width: 960px;
    min-width: 700px;
}
.dailyTaskSheet .centered input, .dailyTaskSheet .centered textarea {
    text-align: center !important;
}
.dailyTaskSheet table.lessPadding tr td {
    padding: 4px;
}

/*
    Rota Catchup    
*/

.rotaCatchup {
    padding: 4px; 
}

    .rotaCatchup .titleBar {
        margin: 16px -16px 16px;
    }
    .rotaCatchup .titleBar:first-child {
        margin-top: -16px;
    }

/*
    Expenses
*/

.expensesModal {
    min-width: 520px;
    max-width: 1024px;
}
