﻿@import url('https://fonts.googleapis.com/css?family=Varela%20Round&display=swap');

body {
    font-family: "Varela Round", sans-serif;
    text-align: center;
    font-size: 2vw;
    min-width: 768px;
}

.BackgroundImage {
    background-image: url("~/Resources/Logo New.jpg");
}

.Logo {
    max-width: 25%;
    max-height: 25%;
    width: 40%;
    height: auto; /* Maintains aspect ratio */
}

.MainMenuLogo {
    max-width: 15%;
    max-height: 15%;
    width: 35%;
    height: auto; 
}

.Textbox, .ContentReasonTexbox {
    font-family: "Varela Round", sans-serif;
    font-size: 2vw;
    text-align: center;
    width: 30%; /* Set a relative width */
    height: auto; /* Adjust height automatically */
}

.ContentReasonTexbox {
    width: 82%;
    text-align: left;
}

    .StandardButtons, .DisabledButtons, .RemoveAttachment, .AcceptButton, .RejectButton {
        font-family: "Varela Round", sans-serif;
        font-size: 2vw;
        color: #00AFFF;
        border-radius: 25px;
        width: 35%; /* Set a relative width */
        height: 2em; /* Fixed height */
        border-width: thick;
        border-color: #919191;
        background-image: linear-gradient(#6D696A, #040404);
    }

    .StandardButtons:hover, .RemoveAttachment:hover, .AcceptButton:hover, .RejectButton:hover {
        background-image: linear-gradient(#040404, #6D696A);
    }

.AcceptButton {
    color: #00AF00;
}

.RejectButton {
    color: red;
}

.DisabledButtons {
    border-color: darkgrey;
    color: darkgrey;
    background-color: #808080;
    background-image: linear-gradient(white, #808080);
}

.RemoveAttachment {
    color: red;
}

.ErrorLabel, .plainText {
    font-family: "Varela Round", sans-serif;
    font-size: 2vw;
    color: red;
}

.plainText {
    color: #0067AB;
    font-weight: bold;
    font-size: 3vw;
}

.MainMenuContainer {
    width: 88%; /* Set a relative width */
    max-width: 88%; /* Maximum width */
    margin: 0 auto;
}

.Table {
    font-family: "Varela Round", sans-serif;
    font-size: 2vw;
    text-align: center;
    table-layout: inherit;
    width: 100%;
}

.thHeading {
    font-family: "Varela Round", sans-serif;
    background-color: #4D7FD1;
    width: 20%;
    color: white;
}

.td {
    font-family: "Varela Round", sans-serif;
    width: 20%;
    color: white;
}

.tableButton {
    font-family: "Varela Round", sans-serif;
    font-size: 1.5vw;
    color: white;
    border-radius: 25px;
    height: 2.5em; /* Fixed height */
    border-width: thick;
    border-color: #417AFF;
    background-image: linear-gradient(white, #0051FD);
}

    .tableButton:hover {
        background-image: linear-gradient(#0051FD, white);
    }

.DebriefLabel, .RejectLabel, .InstructorComment {
    font-family: "Varela Round", sans-serif;
    font-size: 2vw;
    color: black;
    background-color: #D9D9D9;
    border-style: solid;
    border-width: thin;
    display: block;
    margin-bottom: 1%;
    text-align: center;
}

.RejectLabel {
    background-color: #FF4F4F;
}

.InstructorComment {
    color: red;
    border-color: black;
}

.pageHeading {
    font-family: "Varela Round", sans-serif;
    font-size: 3vw;
    font-weight: bold;
    background-color: #4D7FD1;
    border-style: solid;
    border-width: thin;
    display: block;
    color: white;
}

.CollapsibleDebriefButton1, .CollapsibleDebriefButton2 {
    font-family: "Varela Round", sans-serif;
    font-size: 2vw;
    color: black;
    background-color: #8EB4E5;
    border-style: solid;
    border-width: thin;
    width: 100%;
    margin-bottom: 1%;
    display: block;
}

.CollapsibleDebriefButton2 {
    background-color: #70ABFF;
}

.HiddenContent {
    font-family: "Varela Round", sans-serif;
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
    text-align: left;
}

.DebriefLabel1, .DebriefLabel2, .DebriefHoursLabel1, .DebriefHoursLabel2, .DebriefsHoursTotalLabel1, .DebriefsHoursTotalLabel2, .DisabledLabel, .DebriefHoursDisabledLabel, .AdditionalContentLabel, .GrandTotalNote, .GrandTotalLabel, .LinkedLessonNote {
    font-family: "Varela Round", sans-serif;
    font-size: 2vw;
    color: black;
    display: inline-block;
    vertical-align: middle;
}

.AdditionalContentLabel {
    width: 20%;
    margin-bottom: 1%;
}

.DebriefLabel1 {
    width: 49%;
    background-color: #8EB4E5;
}

.DebriefHoursLabel1 {
    width: 49%;
    background-color: #8EB4E5;
}

.DebriefHoursDisabledLabel {
    width: 49%;
    background-color: #BFBFBF;
}

.DisabledLabel {
    width: 49%;
    background-color: #BFBFBF;
}

.DebriefsHoursTotalLabel1 {
    width: 5%;
    background-color: #BFBFBF;
}

.DebriefLabel2 {
    width: 49%;
    background-color: #70ABFF;
}

.DebriefHoursLabel2 {
    width: 49%;
    background-color: #70ABFF;
}

.GrandTotalLabel {
    margin-left: 49.6%;
    background-color: #BFBFBF;
    width: 27%;
}

.GrandTotalNote {
    margin-left: 49.6%;
    font-size: 1vw;
    width: 49%;
    background-color: #BFBFBF;
    text-align: center;
    font-weight: bold;
}

.LinkedLessonNote {
    font-size: 1vw;
    width: 100%;
    background-color: #BFBFBF;
    text-align: center;
    font-weight: bold;
}

.DebriefTextbox, .DebriefHoursTextbox, .DebriefHoursTotalTextbox, .AdditionalContentTextbox {
    font-family: "Varela Round", sans-serif;
    font-size: 2vw;
    color: black;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.AdditionalContentTextbox {
    width: 78%;
    margin-bottom: 1%;
}

    .DebriefTextbox {
        width: 49%;
    }

.DebriefHoursTextbox {
    width: 21%;
}

.DebriefHoursTotalTextbox {
    width: 21%;
}



/*.DebriefLabel1, .DebriefLabel2, .DisabledLabel, .DebriefHoursLabel, .DebriefHoursLabel2, .DebriefHoursDisabledLabel {
    font-family: "Varela Round", sans-serif;
    font-size: 2vw;
    color: black;
    background-color: #8EB4E5;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}*/
/*.DebriefHoursLabel {
    width: 25%;
}

.DebriefHoursLabel2 {
    width: 25%;
    background-color: #70ABFF;
}

.DebriefLabel2 {
    background-color: #70ABFF;
}

.DebriefHoursDisabledLabel {
    width: 24%;
    background-color: #BFBFBF;
}

.DisabledLabel {
    background-color: #BFBFBF;
}

.DebriefTextbox, .DebriefHoursTextbox {
    font-family: "Varela Round", sans-serif;
    font-size: 1.7vw;
    color: black;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 48%;
}

.DebriefHoursTextbox {
    width: 24%;
}*/
.DebriefContentTable, .LessonContentComment, .LessonContentCounterComment {
    font-family: "Varela Round", sans-serif;
    font-size: 2vw;
    width: 100%;
}

.LessonContentComment {
    font-size: 1.5vw;
}

    .LessonContentCounterComment {
        color: red;
        font-size: 1.5vw;
    }

    .contentOBIs, .overviewLessons {
        padding: 0 18px;
        display: none;
        overflow: hidden;
        background-color: #f9f9f9;
        font-size: 1em;
    }

.header-row, .overviewHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.overviewHeader {
    align-items: normal;
}

.collapsibleOBIs, .collapsibleOverview {
    font-family: "Varela Round", sans-serif;
    font-size: 2vw;
    background: none;
    border: none;
    text-align: left;
    width: 80%;
}

.CompetencyRadio-buttons, .CompetencyCommentsTextbox {
    font-family: "Varela Round", sans-serif;
    font-size: 2vw;
    display: flex;
    align-items: center;
}

.CompetencyCommentsTextbox {
    text-align: left;
    width: 99%;
    margin-top: 1%;
    margin-bottom: 1%;
}

.subpoint, .overviewSubpoint {
    font-family: "Varela Round", sans-serif;
    font-size: 2vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.overviewSubpoint {
    align-items: normal;
    text-align: left;
}

.OBIRadio-buttons {
    font-family: "Varela Round", sans-serif;
    display: flex;
    align-items: center;
    margin: 0;
}

input[type="radio"] {
    margin: -4px 0 0 0;
    vertical-align: middle;
    height: 1vw;
    width: 1vw;
}

.contentLabel {
    margin: 0 1vw 0 0;
}

.FileUpload {
    font-family: "Varela Round", sans-serif;
    font-size: 2vw;
    color: #00AFFF;
    border-radius: 25px;
    border: thick solid #919191;
    background-image: linear-gradient(#6D696A, #040404);
    padding: 0.5em 1em;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 80%; /* Set a relative width */
    height: 2em; /* Fixed height */
}

    .FileUpload input[type="file"] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

    .FileUpload:hover {
        background-image: linear-gradient(#040404, #6D696A);
    }

.refreshButton, .refreshButtonDisabled {
    font-family: "Varela Round", sans-serif;
    font-size: 1.5vw;
    font-weight: bold;
    color: #00AFFF;
    background-image: linear-gradient(#6D696A, #040404);
    margin: 0 1vw 0 1vw;
    /*margin-left: 24px;*/
    vertical-align: middle;
    display: flex;
    margin-top: -1px;
    width: inherit;
}

.refreshButtonDisabled {
    color: darkgrey;
}

#loadingOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding-top: 20%;
    z-index: 9999;
}

.comboBox {
    font-family: "Varela Round", sans-serif;
    font-size: 2vw;
    width: 22%;
    text-align: center;
    margin-bottom: 1%;
}

.warningLabel {
    font-family: "Varela Round", sans-serif;
    font-size: 1vw;
    color: #636363;
}

@media (max-width: 1400px) {
    .StandardButtons, .DisabledButtons, .RemoveAttachment, .AcceptButton, .RejectButton {
        border-width: thick;
        width: 29%;
        border-radius: 22px;
    }
}

@media (max-width: 1200px) {
    .StandardButtons, .DisabledButtons, .RemoveAttachment, .AcceptButton, .RejectButton {
        border-width: thick;
        width: 30%;
        border-radius: 15px;
    }
}



/* MEDIA QUERIES FOR SMALLER SCREENS */
@media (max-width: 768px) {
    body {
        width: 768px;
        font-size: 3vw;
    }

    .StandardButtons, .DisabledButtons, .RemoveAttachment, .AcceptButton, .RejectButton {
        border-width: medium;
        width: 33%;
        border-radius: 10px;
    }

    .Textbox, .FileUpload {
        width: 25%;
    }

    .DebriefLabel1, .DebriefLabel2 {
        width: 48%;
    }
}

@media (max-width: 480px) {
    .StandardButtons, .DisabledButtons, .RemoveAttachment, .AcceptButton, .RejectButton {
        border-width: thin;
        width: 28%;
        border-radius: 5px;
    }
}
