* {
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: rcvsOutfit;
    src:
        url("Outfit-VariableFont_wght.woff2"),
        url("Outfit-VariableFont_wght.woff2") format("woff2");
}

@media (max-width: 880px) {
    .contentLozengeHalfWidth {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

.flexBox {
    display: flex;
}

#s1 .submit {
    display: inline;
    margin-left: 5px;
}

#progressTable {
    margin-top: 20px;
}

.survey {
    margin: 0px auto;
    padding: 0px 20px 0px 20px;
    border: 1px solid #d4d4d4;
    width: 880px;
    margin-top: -20px;
    margin-bottom: 3em;
    height: 8em;
}

.borderedFlexContainer {
    border: 1px solid #d4d4d4;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;
}

.borderedFlexContainer h3,
.survey h3 {
    font-weight: bold;
}

#keyTable {
    margin-top: 20px;
}

#trackLogins table.columns3 th {
    font-size: 0.9em;
}

#trackLogins table.columns3 td {
    padding: 2px 10px;
    font-size: 0.9em;
}

.standardTable table.columns3 td.lastLoginDate {
    width: 85px;
}

.standardTable table.columns3 td.columnUnitsWorkedOn {
    width: 710px;
}

.standardTable table.columns3 td.columnAdditional {
    width: 60px;
}

/*
--------------------
Professional Behaviours pb-eval-header standard table
--------------------
*/

.forceDisplay {
    display: table-row-group !important;
}

.standardTable table.pb-eval-header th,
.standardTable table.pb-eval-header td {
    padding: 8px 10px;
}

.standardTable table.pb-eval-header th {
    font-weight: bold;
}

.standardTable table.pb-eval-header td.column1 {
    width: 550px;
}

.pb-evaluate,
.eval-notes {
    display: none;
}

.pb-text-area {
    width: 100%;
    height: 80px;
    resize: none;
}

.standardTable table.pb-evaluate th span.pb-have-comment-hl {
    color: green;
    font-size: 1.5em;
    line-height: 1em;
}

.pb-tutor-review {
    font-weight: normal;
    font-style: italic;
}

.pb-comment-roles {
    font-style: italic;
    font-weight: bold;
}

.standardTable table.pb-evaluate td.pb-overlay-td {
    font-size: xx-small;
}

.standardTable table.pb-evaluate td.pb-overlay-td-hl {
    background-color: #99ff99;
}

.standardTable table.pb-evaluate td.student-comment-hl,
.standardTable table.pb-evaluate td span.student-hl {
    background-color: #ffffa1;
}

.standardTable table.pb-evaluate td.peer-comment-hl,
.standardTable table.pb-evaluate td span.peer-hl {
    background-color: #ffd1c9;
}

.standardTable table.pb-evaluate td.cc-comment-hl,
.standardTable table.pb-evaluate td span.cc-hl {
    background-color: #d0d1ff;
}

#peer-other-label {
    display: none;
}

#peer-confirm {
    width: 75%;
    margin: 0 auto;
}
#peer-confirm label {
    display: inline;
    /*clear:none;*/
    width: auto;
    /*float: left;*/
    text-align: left;
}
/*
--------------------
12 column Professional Behaviours Evaluation table
--------------------
*/

.standardTable table.pb-evaluate th {
    padding: 4px 10px;
    font-weight: bold;
    font-size: 0.85em;
}

.standardTable table.pb-evaluate td {
    padding: 2px 10px;
    font-size: 0.9em;
}

.standardTable table.pb-evaluate td.radio {
    width: 1%;
    padding: 0 2px 0 2px;
    accent-color: #007db1;
}

.standardTable table.pb-evaluate td.equal-cell,
.standardTable table.pb-evaluate th.equal-cell {
    width: 15%;
}

.standardTable table.pb-evaluate th.behaviour-description {
    font-size: 1.1em;
}

.standardTable table.pb-evaluate th span {
    font-weight: normal;
}

/*Peers table*/
.standardTable table.pb-peers th {
    padding: 4px 10px;
    font-weight: bold;
    font-size: 0.85em;
}

.standardTable table.pb-peers td {
    padding: 2px 5px;
    font-size: 0.9em;
}

.standardTable table.pb-peers td.equal-cell,
.standardTable table.pb-peers th.equal-cell {
    width: 20%;
}

/*
--------------------
4 column standard table
--------------------
*/

.standardTable table.columns4 th {
    padding: 4px 10px;
    font-weight: bold;
}

.standardTable table.columns4 td {
    padding: 2px 5px;
    font-size: 0.9em;
}

.standardTable table.columns4 td.equal-cell {
    width: 20%;
}

.standardTable table.columns4 td.behaviours-action {
    width: 16%;
    text-align: center;
    padding: 2px 0px;
}

/*Professional Behaviour Return Error Messages*/
/*Enclosing Div*/
#eval-error {
    margin-left: 1.8em;
    font-size: 1em;
    font-weight: bold;
}

.eval-error-box {
    border: 1px solid #000;
    width: 905px;
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
    background-color: red;
    color: white;
    margin-bottom: 1em;
}

/*
  Page / Form return messages
*/
/*Delivery Site Manager Edit Student*/
#DeliverySiteManager4Message {
    font-weight: bold;
    border: 1px solid #d4d4d4;
    padding: 10px 10px 10px 10px;
    margin: 25px;
    margin-top: 10px;
    color: red;
}

#DeliverySiteManager4Message p {
    margin: auto;
}

#PLMessage {
    font-weight: bold;
    border: 1px solid #d4d4d4;
    margin-bottom: 20px;
    border-radius: 16px;
    padding-left: 5px;
    padding-bottom: 8px;
}

#PLMessage p {
    padding: 0 20px 10px 10px;
    margin-top: 20px;
    box-sizing: border-box;
}

#MSMessage {
    margin: 0px auto;
    font-weight: bold;
    border: 1px solid #d4d4d4;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 20px;
    border-radius: 16px;
    display: none;
}

#MSMessage p {
    padding: 3px 5px 5px 5px;
    line-height: 1.5em;
    margin-bottom: -3px;
}

/*Login Message*/
#LoginMessage {
}

#LoginMessage p {
    line-height: 1.4em;
}

#LoginMessage a {
    color: gray;
}

#LoginMessage a:hover {
    color: inherit;
}

/*
--------------------
Note #1

Needed a relatively positioned parent for the plus and minus buttons to center them vertically but applying
position: relative to the <td> caused a variety of funky errors accross browsers, including missed border and a
complete breakdown of absolute positioning...

Used to a wrapper div which fixes things.

--------------------
*/

.standardTable table.columns2 td.column1 .columnWrapper,
.standardTable table.pb-eval-header th.column1 .columnWrapper,
.standardTable tr.eval-notes-reveal th.column1 .columnWrapper {
    padding-left: 40px;
    position: relative;
}

.standardTable table.columns2 td.column2 .columnWrapper {
    padding-right: 130px;
    position: relative;
    font-size: 12px;
}

.standardTable table.columns2 td.column1 .plus,
.standardTable table.columns2 td.column1 .minus,
.standardTable table.columns2 td.column1 .off,
.standardTable table.pb-eval-header th.column1 .plus,
.standardTable table.pb-eval-header th.column1 .minus,
.standardTable table.pb-eval-header th.column1 .off {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}

.standardTable tr.eval-notes-reveal th.column1 .plus,
.standardTable tr.eval-notes-reveal th.column1 .minus,
.standardTable tr.eval-notes-reveal th.column1 .off {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -12px;
}

.standardTable table.columns2 td.column1 .plus a,
.standardTable table.columns2 td.column1 .minus a,
.standardTable table.columns2 td.column1 .off a,
.standardTable table.pb-eval-header th.column1 .plus a,
.standardTable table.pb-eval-header th.column1 .minus a,
.standardTable table.pb-eval-header th.column1 .off a,
.standardTable tr.eval-notes-reveal th.column1 .plus a,
.standardTable tr.eval-notes-reveal th.column1 .minus a,
.standardTable tr.eval-notes-reveal th.column1 .off a {
    display: block;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
}

/*
--------------------------------------
5 column standard table - Progress Log
--------------------------------------
*/

.standardTable table.columns5 th {
    padding: 4px 10px;
    font-weight: bold;
    font-size: 0.9em;
}

.standardTable table.columns5 td {
    padding: 2px 5px;
    font-size: 0.9em;
}

.standardTable table.columns5 tr.even {
    background: #f7fbff;
}

.standardTable table.columns5 td.columnDateLogged {
    width: 85px;
}

.standardTable td.columnDateOccurred {
    width: 87px;
}

.standardTable td.columnAdditional {
    width: 120px;
}

.standardTable table.columns5 td.summaryTitle {
    width: 300px;
}

.standardTable table.columns5 td.accessRights {
    width: 120px;
}

/*
------------------------------------------------------------
5 column standard table - Clinical Supervisor & Student Home
------------------------------------------------------------
*/

.standardTable td.columnTask {
    width: 120px;
}

#compClaims td.columnDescription {
    width: 375px;
}

.cclaim,
.qsamp {
    font-weight: bold;
    padding-left: 5px;
}

/*
--------------------
progress table
--------------------
*/

.progressTable table th,
.progressTable table td,
#keyTable table th,
#keyTable table td {
    height: 20px;
    padding: 0 10px;
    line-height: 20px;
}

table th {
    background-color: #000046;
    color: #fff;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    border-left: 1px solid white;
    padding-left: 1px;
}

tr:first-child th:first-child {
    border-top-left-radius: 16px;
    padding-left: 10px;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
}

tr:first-child th:last-child {
    border-top-right-radius: 16px;
    border-right-width: 0px;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
}

.progressTable table td.columnUnitDescription {
    width: 375px;
}

.progressTable table .columnTotal,
.progressTable table .columnPeer,
.progressTable table .columnNat {
    width: 20px;
    text-align: center;
    padding: 0 4px;
}

.progressTable ul {
    list-style: none;
}

.progressTable li {
    float: left;
    /* width: 16px; */
    text-align: center;
    /* background: url(/img/progressBars.jpg) no-repeat 50% 0; */
    text-indent: -9999px;
}

.progressTable li.progressUnit1 {
    background-position: 50% 0;
}

.progressTable li.progressUnit1.first {
    background-position: 0 0;
}

.progressTable li.progressUnit1.last {
    background-position: 100% 0;
}

.progressTable li.progressUnit2 {
    background-position: 50% -20px;
}

.progressTable li.progressUnit2.first {
    background-position: 0 -20px;
}

.progressTable li.progressUnit2.last {
    background-position: 100% -20px;
}

.progressTable li.progressUnit3 {
    background-position: 50% -40px;
}

.progressTable li.progressUnit3.first {
    background-position: 0 -40px;
}

.progressTable li.progressUnit3.last {
    background-position: 100% -40px;
}

.progressTable li.progressUnit4 {
    background-position: 50% -60px;
}

.progressTable li.progressUnit4.first {
    background-position: 0 -60px;
}

.progressTable li.progressUnit4.last {
    background-position: 100% -60px;
}

.progressTable li.progressUnit5 {
    background-position: 50% -80px;
}

.progressTable li.progressUnit5.first {
    background-position: 0 -80px;
}

.progressTable li.progressUnit5.last {
    background-position: 100% -80px;
}

/* Modified graph using percentages */
.progressTable li.progress1,
#keyTable .progress1 {
    background-color: gray;
    text-indent: -9999px;
}

.progressTable li.progress2,
#keyTable .progress2 {
    background-color: #007db1;
    text-indent: -9999px;
}

.progressTable li.progress3,
#keyTable .progress3 {
    background-color: #000046;
    text-indent: -9999px;
}

.progressTable li.progress4,
#keyTable .progress4 {
    background-color: #24e5be;
    text-indent: -9999px;
}

.progressTable li.progress5,
#keyTable .progress5 {
    background-color: #189985;
    text-indent: -9999px;
}

.progressTable li.progress6,
#keyTable .progress6 {
    background-color: yellow;
    text-indent: -9999px;
}

.studentName p {
    margin: 0px;
    margin-top: 20px;
    font-weight: bold;
}

.progressTable table td.columnProgress {
    padding: 0px 0px;
}

/* END - Modified graph using percentages */

.starsLink {
    width: 100px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
}

.stars0,
.stars1,
.stars2,
.stars3,
.stars4,
.stars5 {
    height: 10px;
    text-indent: -9999px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -4px;
    background-size: 300px 79px;
}

/*Submit Buttons*/
.button,
.button-greyed,
table.pb-evaluate .button {
    font-weight: bold;
    height: 32px;
    width: auto;
}

.button span {
    background-color: #000046;
    color: white;
    border: 1px solid #007db1;
    border-radius: 0.5rem;
    padding: 8px 0 8px 22px;
}

.button span:hover {
    background-color: white;
    border: 1px solid #007db1;
    color: #007db1;
}

.button a {
    color: #000;
    text-decoration: none;
    background-color: #000046;
    color: white;
    border: 1px solid #007db1;
    border-radius: 0.5rem;
    line-height: 32px;
    padding: 8px 22px 8px 20px;
}

.button a:hover {
    background-color: white;
    border: 1px solid #007db1;
    color: #007db1;
}

table.pb-evaluate .button,
.behaviours-action .button,
#add-peer.button,
#new-peer-eval.button,
.new-peer-eval .button,
#save-peer .button,
#save-peer .button-left,
#cancel-peer .button {
    background-color: #000046;
    border-radius: 0.5rem;
    border: 1px solid #007db1;
    display: inline-block;
    cursor: pointer;
    color: white;
    padding: 5px 16px;
    text-decoration: none;
    float: right;
    height: 25px;
    line-height: 1em;
}

table.pb-evaluate .button:hover,
.behaviours-action .button:hover,
#add-peer.button:hover,
#new-peer-eval.button:hover,
.new-peer-eval .button:hover,
#save-peer .button:hover,
#save-peer .button-left:hover,
#cancel-peer .button:hover {
    background-color: white;
    color: #000046;
}

#save-peer {
    height: 25px;
    padding-right: 5px;
    padding-left: 2em;
    width: 3em;
    float: right;
}

#cancel-peer {
    height: 25px;
    padding-right: 2em;
    padding-left: 2em;
    width: 3em;
    float: right;
}

.behaviours-action .button {
    line-height: 0em;
    float: none;
}

#new-peer-eval.button-greyed,
.new-peer-eval .button-greyed {
    float: right;
}

.button-greyed,
.disabled-submit-stage-button {
    background-color: silver;
    border-radius: 0.5rem;
    border: 1px solid silver;
    display: inline-block;
    cursor: default;
    color: white;
    padding: 5px 16px;
    text-decoration: none;
    height: 25px;
    line-height: 1em;
}

.disabled-submit-stage-button {
    float: right;
    cursor: none;
}

.gnotelink {
    float: right;
    cursor: pointer;
    color: blue;
    font-size: 12px;
}

.gnotelinkDoc {
    float: left;
    cursor: pointer;
    color: white;
    text-decoration: underline;
}

.reflectiveAccount,
.reasonableAdjustment {
    cursor: pointer;
    margin: 0px auto;
    width: 15px;
    display: flex;
    justify-content: center;
}

.floatingMessageReasonableAdjustment {
    background-color: #d22b2b;
}

.floatingMessageHeaderText {
    margin: 0;
    color: white;
    font-size: 1rem;
}

.floatingMessageCancel {
    cursor: pointer;
    color: white;
}

.floatingMessageSubheader {
    color: white;
    text-decoration: underline;
}

.floatingMessage .noteContent,
.floatingMessage .reflectAcctNote,
.floatingMessage .reasonableAdjustmentNote {
    width: 280px;
    padding: 0 30px 10px 30px;
    min-height: 82px;
    font-size: 12px;
}

.floatingMessage .noteContent p,
.floatingMessage .reflectAcctNote p,
.floatingMessage .reasonableAdjustmentNote p {
    line-height: 1.5em;
    font-size: 12px;
}

/* Debug Styles */
#debug {
    text-align: left;
    margin-left: 2em;
    font-size: 1.2em;
}

#wphandbook {
    float: right;
    margin-top: -22px;
}

#tutor_he_file_library p label {
    width: 700px;
}

#tutor_he_file_library p .cbox {
    margin: 0;
    float: right;
}

/* Zero down margin and padding on all elements */
* {
    margin: 0;
    padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-family: rcvsOutfit;
}

html {
    background: #fff;
}

body {
    font-family: rcvsOutfit;
    font-size: 75%; /* Resets 1em to 12px */
    line-height: 1.6em !important;
    color: #333;
    text-align: center;
    overflow-x: hidden;
}

h1 {
    height: 42px;
    width: 175px;
    text-indent: -9999px;
    background: url(/img/rcvs-logo-new.svg);
    position: absolute;
    left: 15px;
    margin-top: 20px;
}

h2 {
    color: #555;
    font-size: 1.6em;
    margin: 0 0 0.8em 0;
    font-weight: normal;
    clear: both;
}

h3 {
    color: #555;
    font-size: 1.3em;
    font-weight: normal;
}

h4 {
    color: #555;
    font-size: 1.1em;
    margin: 10px 0 5px 0;
    font-weight: normal;
}

p {
    margin-bottom: 1em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

img {
    border-style: none;
    vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
}

.serif {
    font-family: rcvsOutfit;
}

a {
    color: #000046;
}

a:hover {
    color: white;
}

.printOnly {
    display: none;
}

.cNoteWrap {
    position: relative;
    display: inline-block;
}

input,
select {
    display: block;
    font-family: rcvsOutfit;
    border-radius: 0.5rem;
    padding-left: 4px;
    padding-bottom: 2px;
    border-style: solid;
}

.link-btn-primary,
.linkButton {
    height: auto;
    min-height: 32px;
    font-weight: bold;
    display: inline-block;
    border: none;
    width: fit-content;
    background-color: #000046;
    color: white;
    border: 1px solid #007db1;
    border-radius: 0.5rem;
    cursor: pointer;
    align-content: center;
    text-align: center;
    text-decoration: none;
    padding: 0 0.5rem;
    height: 32px;
    font-family: rcvsOutfit;
    font-size: 12px;
    margin-bottom: 5px;
}

.link-btn-primary:hover,
.linkButton:hover {
    background-color: white;
    border: 1px solid #007db1;
    color: #007db1;
}

.link-btn-secondary {
    font-weight: bold;
    display: inline-block;
    border: none;
    width: fit-content;
    background-color: #000046;
    border: 1px solid #007db1;
    border-radius: 0.5rem;
    cursor: pointer;
    align-content: center;
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 0px 12px;
    font-family: rcvsOutfit;
    position: relative;
    top: 0px;
}

.link-btn-secondary:hover {
    background-color: white;
    border: 1px solid #007db1;
    color: #007db1;
}

.link-btn-danger {
    font-weight: bold;
    display: inline-block;
    border: none;
    width: fit-content;
    background-color: #c7380b;
    border: 1px solid #6e1f07;
    border-radius: 0.5rem;
    cursor: pointer;
    align-content: center;
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 4px 12px;
    font-family: rcvsOutfit;
}

.link-btn-danger:hover {
    background-color: white;
    color: #6e1f07;
}

.buttonHeight {
    height: 31px !important;
    position: relative;
    top: 1px;
}

#admin .submit {
    margin-right: 10px;
    width: 68px;
}

.cnotelink {
    cursor: pointer;
    float: none;
    color: #33a;
    text-align: left;
}

#outer-wrapper {
    width: 100%;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    padding-bottom: 40px;
}

#loginForm #loginButtonCentre {
    margin: 5px auto 20px auto;
    width: 68px;
}

.standardTable table.columns5 td.columnReflectiveAccount {
    width: 153px;
}

.standardTable table,
.progressTable table {
    width: 100%;
}

.standardTable td,
.progressTable tr,
.progressTable td,
#keyTable tr,
#keyTable td {
    border: 1px solid #d4d4d4;
    border-right-width: 0;
}

.standardTable .continueTable {
    display: table;
    margin-top: -1px;
}

/*
--------------------
2 column standard table
--------------------
*/

.standardTable table.columns2 th,
.standardTable table.columns2 td {
    padding: 8px 10px;
}

.standardTable table.columns2 th {
    font-weight: bold;
    font-size: 12px;
}

.standardTable table.columns2 td.column1 {
    width: 58%;
}

.standardTable table.columns2 td.column2 {
    width: 40%;
}

.standardTable table.columns2 th.column2 {
    text-align: right;
    width: 40%;
}

/*
--------------------
3 column standard table
--------------------
*/

.standardTable table.columns3 th,
.standardTable table.columns3 td {
    padding: 8px 10px;
}

.standardTable table.columns3 th {
    font-weight: bold;
}

.standardTable table.columns3 td.column1 {
    width: 550px;
}

.standardTable table.columns3 td.column2 {
    width: 285px;
}

.standardTable table.columns3 td.column3 {
    width: 20px;
}

.standardTable,
.progressTable {
    background: none;
}

.standardTable table.columns2 td.column1Wide {
    width: 650px;
}

.standardTable table.columns2 td.column2Narrow {
    width: 227px;
}

.standardTable table.columns2 td.column1Wide .columnWrapper,
.standardTable table.pb-eval-header th.column1Wide .columnWrapper,
.standardTable tr.eval-notes-reveal th.column1Wide .columnWrapper {
    padding-left: 30px;
    position: relative;
}

.standardTable table.columns2 td.column2Narrow .columnWrapper {
    padding-right: 0px;
    position: relative;
    font-size: 12px;
}

.standardTable table.columns2 td.column1Wide .plus,
.standardTable table.columns2 td.column1Wide .minus,
.standardTable table.columns2 td.column1Wide .off,
.standardTable table.pb-eval-header th.column1Wide .plus,
.standardTable table.pb-eval-header th.column1Wide .minus,
.standardTable table.pb-eval-header th.column1Wide .off {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    margin-top: -12px;
}

.standardTable table.columns3 td {
    padding: 2px 5px;
    font-size: 0.9em;
}

.standardTable table.pb-peers th {
    padding: 4px 5px;
    font-size: 1em;
}

.floatingMessageHeader {
    justify-content: space-between;
    display: flex;
    padding: 10px 30px;
    color: silver;
}

.contentLozengeInsideTable {
    padding: 0 40px 30px 40px;
    color: #fff;
    margin: 0 auto;
    width: 800px;
}

.contentLozengeInsideTable h3 {
    padding: 20px 40px 0 40px;
    margin-bottom: 20px;
    margin-left: -40px;
    width: 800px;
    color: #fff;
    font-size: 2em;
}

.contentLozengeForm p {
    margin-bottom: 1em;
    overflow: hidden;
    line-height: 32px;
}

.contentLozengeForm label {
    width: 200px;
    display: block;
    clear: left;
    float: left;
    text-align: right;
}

.contentLozengeForm select {
    width: 450px;
    float: left;
    margin: 7px 1em 0 0.6em;
    padding: 2px;
}

.contentLozengeForm .cbox {
    width: 40px;
    float: left;
    margin: 0.8em 1em 0 0.6em;
    padding: 2px;
    border: none;
}

.contentLozengeForm .HECommCbox {
    margin-right: 1em;
}

.contentLozengeForm .textInput {
    width: 450px;
    float: left;
    margin: 7px 1em 0 0.6em;
    padding: 2px;
    border: none;
    font-family: rcvsOutfit;
}

.contentLozengeForm .date-pick {
    width: 100px;
}

.contentLozengeForm .date-autofill {
    width: 100px;
}

.contentLozengeForm .submit,
.contentLozengeFullWidth .submit,
.contentOutlineFullWidth .submit,
.box-rule .submit {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    float: right;
}

.contentLozengeForm .submit,
.contentLozengeFullWidth .submit,
.contentOutlineFullWidth .submit,
.box-rule .submit,
.formSubmit {
    font-weight: bold;
    display: block;
    border: none;
    width: fit-content;
    background-color: #000046;
    color: white;
    border: 1px solid #007db1;
    border-radius: 0.5rem;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    height: 32px;
}

.contentLozengeForm .submit:hover,
.contentLozengeFullWidth .submit:hover,
.contentOutlineFullWidth .submit:hover,
.box-rule .submit:hover,
.formSubmit:hover {
    background-color: white;
    border: 1px solid #007db1;
    color: #007db1;
}

.contentLozengeForm label,
.contentLozengeFullWidth label,
.contentOutlineFullWidth label {
    width: 200px;
    display: block;
    clear: left;
    float: left;
    text-align: left;
    margin-right: 10px;
    padding-top: 2px;
}

.contentLozengeForm P,
.contentLozengeFullWidth P,
.contentOutlineFullWidth P {
    width: 100% !important;
    margin-left: 0px !important;
}

.contentLozengeForm select,
.contentLozengeFullWidth select,
.contentOutlineFullWidth select {
    width: 100%;
    float: none;
    margin: 0px;
    margin-top: 7px;
}

.contentLozengeForm p,
.contentLozengeFullWidth p,
.contentOutlineFullWidth p {
    margin-bottom: 1em;
    overflow: hidden;
    line-height: 24px;
    margin-top: 5px;
}

.contentLozengeForm .HECommCbox,
.contentLozengeFullWidth .HECommCbox,
.contentOutlineFullWidth .HECommCbox {
    margin-right: 1em;
    display: inline-block;
    top: 12px;
}

.contentLozengeHalfWidth h3 {
    background: none;
    padding: 20px 40px 0 40px;
    margin-bottom: 30px;
    margin-left: -40px;
    width: auto;
    color: #000046;
    font-size: 2em;
    line-height: 1.5em;
}

.contentLozengeForm .textInput,
.contentLozengeFullWidth .textInput,
.contentOutlineFullWidth .textInput {
    width: 100%;
    float: none;
    margin: 7px 1em 0 0em;
    padding: 2px;
    padding-left: 4px;
    border: 1px solid silver;
    box-sizing: border-box;
    border-radius: 0.5rem;
    outline: none;
    font-family: rcvsOutfit;
}

.contentLozengeHalfWidth {
    padding: 0 40px 30px 40px;
    color: #000046;
    background-color: #d9ecf3;
    width: auto;
    overflow: auto;
    margin: 0 auto;
    border-radius: 16px;
    margin-left: 100px;
    margin-right: 100px;
}

.contentLozengeFullWidth {
    padding: 0 20px 10px 20px;
    color: #000046;
    background-color: #d9ecf3;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 16px;
}

.contentLozengeFullWidth h3 {
    padding: 20px 40px 0 40px;
    margin-bottom: 0px;
    margin-left: -40px;
    width: 880px;
    color: #000046;
    font-size: 2em;
}

.contentOutlineFullWidth {
    padding: 0 20px 30px 20px;
    overflow: hidden;
    border: 1px solid silver;
    border-radius: 16px;
}

.contentLozengeFullWidth h3,
.contentOutlineFullWidth h3,
.contentOutlineFullWidth h3 {
    padding-right: 165px;
}

.contentLozengeFullWidth select {
    width: 100%;
    float: none;
    margin: 0px;
    margin-top: 7px;
    margin-bottom: 5px;
    border-radius: 8px;
    outline: none;
}

#topLinks {
    list-style: none;
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 5px;
    box-sizing: content-box;
    margin-left: 0px;
    margin-bottom: 0px;
    height: 35px;
    background-color: #007db1;
    color: white;
}

.headerLogo {
    width: 100%;
    height: 96px;
    border-radius: 16px;
    background-color: white;
    margin-top: -16px;
}

#topLinks li {
    float: left;
}

.centre {
    text-align: center;
}

#reflective_account {
    height: 200px;
    resize: none;
    max-width: 895px;
}

.addTimesheetTable {
    table-layout: fixed;
}

.addTimesheetTable .Day {
    width: 65px;
}

.addTimesheetTable .Date {
    width: 90px;
}

.addTimesheetTable .Total {
    min-width: 40px;
}

.addTimesheetTable .Copy {
    min-width: 40px;
}

.singleTimesheetTable td {
    vertical-align: top;
}

.timesheetInput,
.timesheetHeader {
    max-width: 90%;
}

.timesheetButtons {
    max-width: 90%;
    min-width: 40px;
    height: 22px;
    margin-top: 1px;
}

.timesheetInput,
.timesheetHeader {
    width: 90px;
    margin: 2px;
}

.timesheetInput,
.timesheetButtons {
    border: 1px solid silver;
    /* border-radius: 0px; */
    padding-left: 4px;
}

.timesheetNavbar {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    text-align: center;
    gap: 0.5rem;
    line-height: 30px;
    border-bottom: 1px solid grey;
}

@media (max-width: 800px) {
    .timesheetNavbar {
        flex-direction: column;
    }
}

.timesheetNavLink {
    border-top: 1px solid grey;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.timesheetNavActive,
.timesheetNavActive:hover {
    background-color: white;
    color: black;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0px 1px 0px 0px white;
}

.timesheetNavInactive {
    background-color: #d9ecf3;
    text-decoration: none;
}

.timesheetNavInactive:hover {
    background-color: #007db1;
    color: black;
    text-decoration: none;
    box-shadow: 0px 1px 0px 0px white;
}

.timesheetText {
    margin: 30px 0px;
}

.timesheetFilters {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.timesheetFilterContainer {
    margin-bottom: 16px;
}

.timesheetActionGroup {
    justify-content: flex-end;
}

@media (max-width: 500px) {
    .timesheetFilterInput {
        width: 98%;
    }

    .timesheetFilterButton {
        width: 50%;
    }

    .timesheetPresetButton {
        width: 33%;
    }

    .timesheetFilterButtonGroup {
        margin-bottom: 0.5rem;
        width: 100%;
    }
}

.timesheetDataContainer {
    margin: 30px 0px;
}

.timesheetDataRow {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #e6e5e6;
}

.timesheetCoreInfo {
    margin-bottom: 0.5rem;
    width: 50%;
}

.timesheetAdditionalInfo {
    margin-bottom: 0.5rem;
    width: 25%;
}

.timesheetCellActions {
    margin-bottom: 0.5rem;
    width: 25%;
}

@media (max-width: 768px) {
    .timesheetCoreInfo {
        width: 100%;
    }
    .timesheetAdditionalInfo {
        width: 100%;
    }
    .timesheetCellActions {
        width: 100%;
    }
}

.timesheetColumnHeader {
    width: 100%;
    font-weight: bold;
    min-height: 50px;
    margin-right: 0.5rem;
}

.singleTimesheetHeader {
    border-bottom: 1px solid #000046;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.singleTimesheetTable,
.singleTimesheetPracticeField {
    margin: 1rem 0px;
    width: 100%;
}

.singleTimesheetPracticeLabel {
    display: block;
    margin-bottom: 0.5rem;
}

.singleTimesheetPracticeInput {
    display: block;
    width: 100%;
    height: 24px;
    resize: none;
    overflow: hidden;
    border-radius: 0.5rem;
    padding: 2px;
    box-sizing: border-box;
}

.singleTimesheetPostcodeInput {
    display: block;
    width: 250px;
    height: 24px;
    resize: none;
    overflow: hidden;
    border-radius: 0.5rem;
    padding: 2px;
    box-sizing: border-box;
}

.singleTimesheetDatePicker {
    width: 140px;
    cursor: pointer;
}

.singleTimesheetTextBlock {
    margin: 30px 0px;
    width: 100%;
}

.addTimesheetChangeDate {
    text-align: center;
}

.addTimesheetText {
    margin: 30px 0px;
    width: 100%;
}

.buttonGroup {
    display: flex;
    gap: 0.25rem;
    flex-wrap: nowrap;
}

.elementGroup {
    display: flex;
    gap: 0.5rem;
}

.spacedButtonGroup {
    justify-content: space-between;
}

.flexEnd {
    justify-content: flex-end;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pageItem {
    outline: 1px solid #000046;
    background-color: white;
    height: 24px;
    width: 45px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    overflow: hidden;
}

.pageFirst {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    overflow: hidden;
}

.pageLast {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    overflow: hidden;
}

.pageLink {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding-top: 2px;
    color: #007db1;
}

.pageLink:hover {
    text-decoration: underline;
    background-color: #007db1;
}

.pageActive {
    background-color: #000046;
    color: white;
}

.readOnlyInput {
    pointer-events: none;
    opacity: 0.5;
}

.hint {
    color: #999;
}

.strikeThrough {
    text-decoration: line-through;
}

/* Edit link in tables */
.tEdit {
    font-weight: bold;
}

/* qa */
.standardTable table.columns4 td.columnDateSampled {
    width: 85px;
}

.standardTable table.columns5 td.columnDescription {
    width: 214px;
}

.standardTable table.columns4 td.columnOutcome {
    width: 64px;
}

.standardTable table.columns4 td.columnComments {
    width: 353px;
}

.standardTable table.columns5 td.columnLoggedBy {
    width: 173px;
}

.standardTable table.columns4 td.columnIQA {
    width: 173px;
}

.standardTable table.columns4 th {
    font-weight: bold;
}

.standardTable table.columns4 th {
    padding: 4px 5px;
}

.fleft {
    float: left !important;
}

/*tutorial*/

.tutorialContainer {
    padding: 10px;
    box-sizing: border-box;
    margin: 1rem 0;
    border: 1px solid #d4d4d4;
    width: 100%;
}

.tutorialContainerBorderless {
    padding: 5px;
    box-sizing: border-box;
    margin: 1rem 0;
    width: 100%;
}

.tutorialBlockTitle {
    font-weight: bold;
}

.tutorialTextarea {
    width: 100%;
    box-sizing: border-box;
    resize: none;
    min-height: 70px;
    border-radius: 0.5rem;
}

#loggingClaimsRadio {
    display: none;
}

.tutorialButton {
    background-color: #000046;
    color: white;
    border: 1px solid #007db1;
    border-radius: 0.5rem;
    padding: 8px 22px 20px 22px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    height: 25px;
    line-height: 1em;
    font-weight: bold;
    width: auto;
}

.tutorialButton:hover {
    background-color: white;
    border: 1px solid #007db1;
    color: #007db1;
}

.tutorialTable {
    padding: 20px 20px 20px 20px;
    width: 100%;
    margin-bottom: 10px;
}

.tutorialTable td,
.tutorialTable th {
    padding: 2px 10px;
    font-size: 0.9em;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

.tutorialTable tr {
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    /* background: #f0f3f6; */
}

.tutorialTable tr.even,
.tutorialTable tr.header {
    background: #f7fbff;
    border-width: 0px;
}

/* Quality Report */

.iqaSampling {
    border-bottom: 1px solid silver;
}

.qualityReportContainer {
    padding: 5px;
    box-sizing: border-box;
    margin: 1rem 0;
    border: 1px solid #d4d4d4;
    width: 100%;
    border-radius: 16px;
}

.qualityReportContainerBorderless {
    padding: 5px;
    box-sizing: border-box;
    margin: 1rem 0;
    width: 100%;
}

.qualityReportBlockTitle {
    font-weight: bold;
    display: inline-block;
    line-height: 24px;
    vertical-align: text-top;
    width: calc(100% - 30px);
    box-sizing: border-box;
}

.qualityReportMessage {
    font-weight: bold;
    border: 1px solid #d4d4d4;
    border-radius: 16px;
    padding: 0 10px 10px 10px;
}

.qualityReportMessage p {
    padding: 0 20px 10px 10px;
    margin-top: 20px;
    box-sizing: border-box;
}

.qualityReportContainer .closed {
    display: none;
}

.qualityReportContainer .open {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

.qualityReportTextComment {
    width: 100%;
    height: 100px;
    resize: none;
}

.qualityDataContainer {
    margin: 16px 0px;
}

.qualityReportDataRow {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #e6e5e6;
}

.qualityReportCoreInfo {
    margin-bottom: 0.5rem;
    width: 50%;
}

.qualityReportAdditionalInfo {
    margin-bottom: 0.5rem;
    width: 25%;
}

.qualityReportCellActions {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.5rem;
    width: 25%;
}

@media (max-width: 768px) {
    .qualityReportCoreInfo {
        width: 100%;
    }
    .qualityReportAdditionalInfo {
        width: 100%;
    }
    .qualityReportCellActions {
        width: 100%;
    }
}

.radioButtons {
    margin: 3px 20px 0px 5px;
    accent-color: #007db1;
}

.radioButtonLabel {
    vertical-align: top;
}

.buttonBar {
    padding: 5px;
    box-sizing: border-box;
    margin: 1rem 0;
    width: 100%;
    text-align: right;
}

.tutorial_process_table {
    padding-left: 4%;
    width: 80%;
    min-width: 320px;
    display: flex;
    flex-direction: row;
}

.tutorial_process_1 {
    width: 35%;
    overflow: hidden;
    display: inline-block;
}

.tutorial_process_2 {
    width: 35%;
    overflow: hidden;
    display: inline-block;
}

.tutorial_process_3 {
    width: 30%;
    overflow: hidden;
    display: inline-block;
}

.tutorial_process_text {
    padding: 5px;
}

.actionColumn {
    text-align: center;
}

.block {
    display: block;
}

tbody {
    background-color: #d9ecf3;
}

#table1 {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
}

#admin p {
    margin-bottom: 0;
}

.mandatory {
    color: red;
    font-weight: bolder;
}

.error {
    color: red;
}

input.error:empty {
    display: block;
}

.file {
    width: 450px;
}

input::file-selector-button {
    border: thin solid grey;
    border-radius: 5px;
}

/* Admin Styles */
#admin {
    margin: 0px auto;
    width: calc(100% - 25px);
    margin-bottom: 20px;
    border-radius: 16px;
    background-color: #d9ecf3;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

#admin .submit {
    width: 68px;
}

#admin label {
    display: block;
    float: left;
    clear: left;
    width: 185px;
    text-align: right;
}

#admin input {
    margin-left: 15px;
    margin-top: 5px;
}

#admin input.save {
    width: auto;
    clear: both;
    float: left;
}

#admin fieldset {
    margin: 0px auto;
    padding: 15px;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

#admin input,
#admin select {
    width: 245px;
    margin-left: 15px;
    margin-bottom: 10px;
    margin-top: 0px;
    height: 28px;
    padding-left: 5px;
    border-width: 1px;
}

#admin select {
    margin-top: 2px;
    height: 30px;
}

#admin select {
    width: 252px;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 0px;
}

#admin p.ca-fieldset-note {
    line-height: 15px;
    margin-top: 1.5em;
    margin-left: 0.5em;
    margin-bottom: 10px;
}

#admin legend {
    font-weight: bold;
    color: #333;
    font-size: 1.5em;
}

#admin span.error {
    color: red;
    margin-left: 195px;
}

#admin div.radio input {
    width: 30px;
    accent-color: #007db1;
}

#admin table,
#admin div.box-rule {
    margin: 0px auto;
    width: 100%;
    border-radius: 16px;
}

#admin tbody {
    border: 1px solid #d4d4d4;
}

#admin div.box-rule {
    margin-top: 0.5em;
    margin-bottom: 1em;
}

#admin div.box-rule div {
    margin: 1em;
}

#admin div.box-rule p {
    margin: 1em;
}

#admin div.box-rule h2 {
    margin: 0.8em;
}

#admin div.box-rule div.bulk-upload-form {
    float: right;
    margin-top: -40px;
    width: 65%;
}

#admin tr:nth-child(even) {
    background-color: #f2f2f2;
}

#admin th {
    font-size: 1em;
    font-weight: bold;
    padding: 3px;
}

#admin td {
    padding: 3px;
}

#admin tr.topR {
    border-bottom: 2px solid #c7c7c7;
}

#done {
    height: 350px;
    padding: 40px;
    border: 1px solid #d4d4d4;
}

#reflecAccDiary span {
    font-size: 1.1em;
}

#reflecAccDiary label,
#tutor21 label {
    width: auto;
    float: left;
    font-style: italic;
    font-size: 1.1em;
    margin-top: 16px;
}

#footer {
    margin: 0 auto;
    padding: 20px 20px;
    width: 678px;
    font-size: 0.8em;
    text-align: center;
}

#footer p {
    margin-bottom: 0;
}

#footer ul {
    list-style: none;
    padding: 0;
}

#footer li {
    display: inline;
}

/* Multiple Skills */
#multiSkill {
    display: none;
}

#content .inlinelabel {
    width: auto;
    display: inline;
    clear: right;
    float: none;
    text-align: right;
    top: -12px;
    position: relative;
}

#content .multiSkillLabel {
    width: auto;
    display: inline;
    clear: left;
    float: left;
    text-align: right;
}

#content .multiSkillTextInput {
    width: 100px;
    float: left;
    margin: 0 1em 0 0.6em;
    padding: 2px;
}

.skill-cboxes {
    margin-top: 9px;
    display: none;
}

a.skillName {
    color: #000;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
}

a.skillName:hover {
    color: #000;
    text-decoration: none;
}

#ulink {
    margin: 0px auto;
    padding: 0px;
}

#admin div.radio p {
  margin: 0px;
}

#tutorialsNextTutorialContainer {
  display: flex;
  gap: 1em;
}

#tutorialsNextTutorialContainer .tutorialBlockTitle {
  flex-grow: 1;
}

#createTutorial {
  margin: 0;
}

#nextTutorialContainer {
    overflow: hidden;
}

#primaryNavigation {
    list-style: none;
    width: fit-content;
    height: 40px;
    padding-right: 10px;
    padding-left: 16px;
    position: absolute;
    background-color: #d9ecf3;
    box-sizing: border-box;
    right: 10px;
    top: 35px;
    border-radius: 16px;
}

#primaryNavigation li {
    float: left;
    height: 33px;
    margin-left: 2px;
    margin-right: 2px;
}

#primaryNavigation li a {
    border-bottom: 3px solid transparent;
}

#primaryNavigation li a:hover {
    border-bottom: 3px solid #007db1;
}

#primaryNavigation a {
    display: block;
    margin: 0 20px 0 10px;
    height: 33px;
    text-decoration: none;
    float: left;
    line-height: 40px;
    font-size: 1.2em;
    max-width: 240px;
}

body.primary-first #p_nav-first a,
body.primary-second #p_nav-second a,
body.primary-third #p_nav-third a,
body.primary-fourth #p_nav-fourth a,
body.primary-fifth #p_nav-fifth a,
body.primary-sixth #p_nav-sixth a,
body.primary-seventh #p_nav-seventh a,
body.primary-eighth #p_nav-eighth a {
    cursor: default;
    font-weight: bold;
    border-bottom: 3px solid #000046;
}

body.primary-first #p_nav-first a:hover,
body.primary-second #p_nav-second a:hover,
body.primary-third #p_nav-third a:hover,
body.primary-fourth #p_nav-fourth a:hover,
body.primary-fifth #p_nav-fifth a:hover,
body.primary-sixth #p_nav-sixth a:hover,
body.primary-seventh #p_nav-seventh a:hover,
body.primary-eighth #p_nav-eighth a:hover {
    border-bottom: 3px solid #007db1;
    color: #007db1;
    cursor: pointer;
}

#primaryNavigation a:hover,
#primaryNavigation a:focus {
    color: #007db1;
    outline: none;
}

#secondaryNavigation {
    width: fit-content;
    height: auto;
    position: absolute;
    overflow: auto;
    list-style: none;
    background: #afafaf;
    top: 85px;
    right: 10px;
    border-radius: 16px;
}

#secondaryNavigation a {
    color: white;
    text-decoration: none;
    line-height: 26px;
}

#secondaryNavigation a:hover,
#secondaryNavigation a:focus {
    color: #666;
    outline: none; /* hide dotted outline in Firefox */
}

body.secondary-first #s_nav-first a,
body.secondary-second #s_nav-second a,
body.secondary-third #s_nav-third a,
body.secondary-fourth #s_nav-fourth a {
    color: #192e5d;
    font-weight: bold;
    cursor: default;
}

#content {
    text-align: left;
    max-width: 960px;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    padding-left: 8px;
    box-sizing: border-box;
    padding-right: 5px;
    margin-bottom: 50px;
}

#contentDown {
    max-width: 960px;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    padding-left: 15px;
    box-sizing: border-box;
    padding-top: 100px;
    padding-right: 10px;
}

#content img {
    /*border: 1px solid #000;*/
}

#content strong {
    font-weight: bold;
}

#content em {
    font-style: oblique;
}

#footer {
    margin: 0 auto;
    width: auto;
    font-size: 0.8em;
    text-align: center;
    color: white;
    width: 100%;
    position: fixed;
    bottom: 0px;
    background: #007db1;
    padding: 5px;
}

#secondaryNavigation li {
    background: none;
    padding-left: 20px;
    margin-left: 0px;
    padding-right: 20px;
    display: inline-block;
}

#secondaryNavigation li:hover {
    background: linear-gradient(
        0deg,
        rgba(200, 200, 200, 1) 0%,
        rgba(200, 200, 200, 1) 100%
    );
}

#loginForm {
    position: relative;
}

#loginForm p {
    margin-bottom: 0em;
}

#loginForm label {
    width: 80px;
    margin-right: 40px;
}

#loginForm .textInput {
    width: 255px;
    border-radius: 0.5rem;
    outline: none;
    font-family: rcvsOutfit;
}

#loginForm #forgotPasswordLink {
    position: absolute;
    left: 88px;
}

#loginForm #forgotPasswordLink a {
    color: #4a6ebc;
    text-decoration: none;
}

#loginForm #forgotPasswordLink a:hover {
    text-decoration: underline;
}

#loginForm #rememberMeCheckbox {
    position: absolute;
    right: 40px;
}

#loginForm #rememberMeCheckbox label {
    width: auto;
    padding-right: 4px;
    color: #4a6ebc;
}

#loginForm #loginButton {
    margin: 50px auto 10px auto;
    width: 68px;
}

#loginForm #loginButton .submit {
    margin-left: 0;
}

#loginForm span {
    margin-left: 85px;
}

.loginError {
    margin-top: 0px;
    color: red;
}

#admin th {
    padding: 4px 5px;
}

#admin td {
    padding: 2px 5px;
}

#loggingClaimsRadioYes,
#loggingClaimsRadioNo {
    display: inline-block;
}

.skillActions {
    display: flex;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    margin: 0px auto;
    width: 52px;
    display: inline-block;
}

#charlimitinfo {
    padding-left: 0px;
}

.timesheetFilters {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.btnPrimary {
    font-weight: bold;
    font-size: 0.8em;
    display: inline-block;
    border: none;
    width: fit-content;
    background-color: #000046;
    color: white;
    border: 1px solid #007db1;
    border-radius: 0.5rem;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    height: 32px;
}

.btnPrimary:hover {
    background-color: white;
    border: 1px solid #007db1;
    color: #007db1;
}

.recording {
    margin: 10px;
}

.right {
    float: right;
}

.recordingTitle {
    margin: 10px;
}

.textMuted {
    --bs-text-opacity: 1;
}

.playbackPlayer {
    color: rgb(33, 37, 41);
    height: 30px;
    width: 100%;
    max-width: 100% !important;
    box-sizing: border-box;
}

.visuallyHidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.lightRedColor {
    color: rgb(255, 80, 80);
}

.flexCenter {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

#saveButton:disabled {
    color: rgb(16, 16, 16, 0.3);
}

@media (max-width: 460px) {
    #tutorialsNextTutorialContainer {
      flex-direction: column;
    }

    #tutorialsNextTutorialContainer .tutorialBlockTitle {
      flex-grow: 0;
    }

    #createTutorial {
      margin: 0 auto;
    }

    .tutorialTargetDatePicker {
        width: 100px !important;
    }
}

@media (max-width: 830px) {
    .switcherContainer {
        position: relative;
        top: 3px;
        width: 100%;
    }
}

@media (max-width: 600px) {
    #loginForm {
        width: auto;
    }
}

@media (min-width: 600px) {
    #loginForm {
        width: 500px;
        margin: auto;
    }
}

@media (max-width: 875px) {
    #primaryNavigation {
        /* height: auto; */
        overflow: auto;
    }
}

@media (max-width: 540px) {
    #admin label {
        text-align: left;
        padding-left: 15px;
    }
}

@media (max-width: 810px) {
    #admin div.box-rule div.bulk-upload-form {
        float: none;
        margin-top: 0px;
        width: 100%;
    }

    .box-rule .submit {
        float: none;
        margin: 0px;
    }

    .box-rule .button {
        float: none !important;
        margin: 0px !important;
    }

    .contentLozengeForm label,
    .contentLozengeFullWidth label,
    .contentOutlineFullWidth label {
        text-align: left;
    }

    .contentLozengeForm P,
    .contentLozengeFullWidth P,
    .contentOutlineFullWidth P {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .contentLozengeFullWidth h3,
    .contentOutlineFullWidth h3 {
        width: auto;
        line-height: 30px;
    }

    #topLinks {
        list-style: none;
        padding-top: 4px;
        margin-left: 0px;
        margin-bottom: 0px;
        overflow: clip;
    }
}

@media (max-width: 1080px) {
    #primaryNavigation {
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
        width: calc(100% - 12px);
        padding-bottom: 10px;
        top: 100px;
    }

    #primaryNavigation > li {
        width: 100%;
        height: 30px;
    }

    #primaryNavigation a {
        text-align: left;
        max-width: none;
        box-sizing: border-box;
        line-height: 30px;
        height: 30px;
    }

    #secondaryNavigation > li {
        width: 100%;
        box-sizing: border-box;
    }

    #secondaryNavigation a {
        width: 100%;
        text-align: left;
        max-width: none;
        box-sizing: border-box;
        display: block;
    }

    #content {
        margin-top: 350px;
    }

    .shortMobileContent {
        margin-top: 95px !important;
    }

    #secondaryNavigation {
        margin-top: 290px;
    }

    .shortMobileSecondaryNavigation {
        margin-top: 70px !important;
    }
}

@media (max-width: 500px) {
    #charlimitinfo {
        width: 400px;
        display: inline-block;
    }

    .timesheetFilters {
        margin-top: 30px;
        display: block;
        align-items: center;
    }

    .timesheetFilters div {
        min-width: 300px;
    }

    #admin th {
        word-break: break-word;
    }

    #admin td {
        word-break: break-word;
    }

    .standardTable table.pb-peers td {
        word-break: break-word;
    }

    .standardTable table.columns5 td.columnLoggedBy {
        word-break: break-word;
    }

    .standardTable table.columns5 td.columnDescription {
        word-break: break-word;
    }

    .standardTable table.columns5 td.columnDateLogged {
        word-break: break-word;
    }

    .standardTable table.columns5 td.columnAdditional {
        word-break: break-word;
    }

    .skillActions {
        width: 22px;
    }
}

.popupContainer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(90, 90, 90, 0.5);
    z-index: 9999;
}

.popupContent {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #000046;
    background-color: white;
}

.popupHeader {
    display: flex;
    justify-content: space-between;
    background-color: #000046;
    color: white;
    padding: 0.5rem;
    align-items: center;
}

.popupHeaderText {
    font-size: 1.2rem;
}

.popupClose {
    color: white;
    cursor: pointer;
}

.popupClose:hover {
    color: white;
}

.popupBody {
    padding: 0.5rem;
    min-height: 100px;
    color: black;
}

.popupFooter {
    padding: 0.5rem;
    color: black;
}

.popupSubmitContainer {
    padding: 0.5rem;
    justify-content: space-between;
}

.unsubmittedMessageContainer {
    display: flex !important;
    margin-top: 0.25rem !important;
    gap: 0.25rem !important;
    margin-right: 5px;
    background-color: white;
    max-width: 205px;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
}

.infoPopup {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    max-width: 200px;
    font-size: 12px;
    border-radius: 0.375rem !important;
    background-color: #ffffff;
    padding: 0.5rem !important;
    border: 1px solid #202020 !important;
    position: absolute !important;
    line-height: 20px;
    color: #0f0f0f;
}

.infoIcon {
    color: #00b17d;
    cursor: pointer;
    font-size: 16px;
}

.unsubmittedChangesMessage {
    color: #00b17d;
    font-size: 12px;
}

.undoLink {
    color: #00b17d;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700 !important;
}

.fa {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: inherit !important;
}

.displayBlock {
    display: block !important;
}

.displayNone {
    display: none !important;
}

#bulkUploadButton {
    top: -80px;
    position: relative;
    margin-right: -10px !important;
    border-radius: 0.5rem;
}

.skill-table {
    display: table-row-group !important;
}

.skill-selected {
    border: 2px solid #007db1;
}

.clickable {
    cursor: pointer;
}

/* Ensure year selector is visible for flatpickr */
.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 18px;
}

.unitHeader {
    padding: 0.5rem 0.75rem;
    background-color: #000046;
    color: white;
    font-weight: bold;
    border-radius: 16px;
}

.unitSection {
    padding-bottom: 0.5rem;
}

.searchTextInput {
    width: 689px;
}

#recordingContainer {
    /*border: 1px solid red;*/
    /*padding: 1em;*/
    padding: 2em 0 1em 0;
}

#recordingTextContainer {
    /*border: 1px solid blue;*/
}

#recordingAudioContainer {
    /*border: 1px solid green;*/
}

.switcherContainer {
    /*border: 1px solid red;*/
    /*display: flex;*/
    margin-bottom: 1em;
    display: flex;
    justify-content: center;
    align-items: center;

    --multistepBlock-bg-color: #d9ecf3;
    --multistepBlock_active-bg-color: #007db1;
}

.switcher {
    /*display: inline-block;*/
    /*margin-left:auto;*/
    /*margin-right:auto;*/
}

.switcherOption {
    display: inline-block;
    margin: 0;
    padding: 0.2em;
    background: var(--multistepBlock-bg-color);
    margin-left: -4px;
    border: 2px solid #007db1;
}

.switcherOption:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.switcherOption:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.switcherOption.active {
    background-color: #007db1;
    color: white;
    /*cursor: default;*/
}

.switcherOption label {
    cursor: pointer;
    padding: 0.6em;
    font-size: 1.2em;
    display: inline;
    text-align: center;
    float: none;
    padding-left: 20px;
    padding-right: 20px;
}

.switcherOption.active label {
    cursor: default;
}

.switcherOption input {
    display: none;
}

.hidden {
    display: none;
}

.tutorialTable thead th {
    font-weight: bold;
}

.tutorialTable tr:nth-child(even) {
    background: #f7fbff;
}

.tutorialBlockTitle {
    display: inline-block;
    margin-bottom: 16px;
}

.tutorialTextField {
    border: 1px solid #ccc;
    padding: 0.4em;
    background-color: white;
    width: 90%;
}

.tutorialTargetDatePicker {
    width: min-content;
}

.tutorialTextarea {
    border: 1px solid #ccc;
    padding: 0.4em;
}

.signedCheckboxContainer {
    display: inline;
    margin-right: 1em;
    vertical-align: middle;
}

.deleteTarget {
    cursor: pointer;
}

.signedCheckboxContainer .signedCheckbox {
    display: inline-block;
}

.containsFieldToFillMarker {
    position: relative;
}

.fieldToFillMarker {
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    right: 50px;
    top: -24px;
    border-radius: 7px;
    background: #c9f433;
    color: #777;
    padding: 0.2em 0.8em 0.2em 0.8em;
    font-weight: bold;
    overflow: visible;
    cursor: help;
}

.fieldToFillMarker:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: calc(50% - 4px);
    top: 100%;
    border-left: 5px solid transparent;
    border-top: 8px solid #bbf100;
    border-right: 5px solid transparent;
}

@media (min-width: 1040px) {
    .fieldToFillMarker {
        line-height: 20px;
        height: 20px;
        right: -43px;
        top: calc(50% - 15px);
    }
    .fieldToFillMarker:after {
        content: none;
    }
    .fieldToFillMarker:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        right: 100%;
        top: 7px;
        border-top: 5px solid transparent;
        border-right: 8px solid #bbf100;
        border-bottom: 5px solid transparent;
    }
}

#nextTutorialContainer {
    overflow: inherit;
    border-radius: 16px;
}

.tutorialContainer {
    position: relative;
    background: #fcfcfc;
    border-radius: 16px;
}

.textAreaHint {
    width: 1.1em;
    height: 1.1em;
    background: white;
    border: 2px solid #007db1;
    border-radius: 50%;
    color: #007db1;
    text-align: center;
    line-height: 1.1em;
    font-weight: bold;
    font-size: 1rem;
    position: absolute;
    right: 0.2em;
    top: 0.3em;
    cursor: help;
}

.multistepBlockContainer {
    margin: 0 2rem;
    display: flex;
    flex-direction: column;
    flex-basis: 0;
    gap: 14px;
    font-size: 0.9em;
    line-height: 1.4em;

    --multistepBlock-bg-color: #d9ecf3;
    --multistepBlock_active-bg-color: #007db1;
}

.multistepBlock {
    border-radius: 16px;
    background: var(--multistepBlock-bg-color);
    padding: 0.2em 0.4em;
    text-align: center;
    position: relative;
}

.multistepBlock:after {
    content: "";
    position: absolute;
    left: calc(50% - 7px);
    top: 100%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-top: 14px solid var(--multistepBlock-bg-color);
    border-right: 7px solid transparent;
}

.multistepBlock:last-child:after {
    border: none;
}

.multistepBlock.active {
    background-color: var(--multistepBlock_active-bg-color);
    color: white;
}

.multistepBlock.active:after {
    border-top-color: var(--multistepBlock_active-bg-color);
}

@media (min-width: 640px) {
    .multistepBlockContainer {
        margin: 0 1rem;
        flex-direction: row;

        --multistepBlock-bg-color: #d9ecf3;
        --multistepBlock_active-bg-color: #007db1;
    }

    .multistepBlock {
        display: flex;
        flex-wrap: wrap;
        flex-grow: 1;
        flex-basis: 0;
        min-width: 0;
        align-items: center;
        justify-content: center;
        text-align: left;
    }

    .multistepBlock:after {
        left: 100%;
        top: calc(50% - 7px);
        border-top: 7px solid transparent;
        border-left: 14px solid var(--multistepBlock-bg-color);
        border-bottom: 7px solid transparent;
    }

    .multistepBlock.active:after {
        border-top-color: inherit;
        border-left-color: var(--multistepBlock_active-bg-color);
    }
}

.nextTutorialFormElements {
    display: flex;
    flex-direction: row;
    gap: 14px;
    height: 75px;
    align-items: center;
}

.nextTutorialFormElements label,
.nextTutorialFormElements input {
    display: inline-block;
    align-items: center;
    justify-content: center;
}

#primaryNavigation .active {
    background-color: red;
}

.formError {
    /*border: 2px solid red;*/
    background-color: red;
    border-radius: 5px;
    color: white;
    padding: 0.4em;
}

.plcbox,
.mscbox {
    display: inline-block;
}

.reflective_account_mscbox {
    width: 100%;
    height: 150px;
    resize: none;
    max-width: 500px;
}

.studentSearchFilterButton {
    float: right;
    margin-right: 10px;
}

#studentSearchTable tr:nth-child(even) {
    background-color: #f2f2f2;
}

.borderedContainer {
    margin: 1rem 0;
    border: 1px solid #d4d4d4;
    width: 100%;
    border-radius: 16px;
    padding: 15px;
    box-sizing: border-box;
}

.paddedElement {
    padding: 5px;
}

.progressLogFormErrorContainer {
    margin: 1rem 0px;
    background-color: red;
    color: white;
    padding: 0.4em;
}

.audioPlaybackControls audio {
    display: block;
    margin: 0 auto;
}

#myAccountFormContainer {
    border: 1px solid gray;
    padding: 1rem;
    border-radius: 16px;
}

.myAccountFormField {
    margin-bottom: 1em;
}

.myAccountUserDetail {
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
}

.myAccountUserName {
    display: block;
    font-size: 1.1em;
}

.myAccountFormError {
    color: red;
    margin-top: 0.25rem;
    font-weight: bold;
}

.myAccountFormSuccess {
    color: green;
    font-weight: bold;
}

@media (max-width: 600px) {
    .audioPlaybackControls audio {
        width: 180px;
    }
    .unsubmittedMessageContainer {
        display: block !important;
    }
    .timesheetInput,
    .timesheetHeader {
        width: 80px;
        margin: 2px;
    }
}

@media (max-width: 500px) {
    .standardTable table.columns2 td.column1 .columnWrapper,
    .standardTable table.pb-eval-header th.column1 .columnWrapper,
    .standardTable tr.eval-notes-reveal th.column1 .columnWrapper {
        width: 195px;
    }

    .timesheetInput,
    .timesheetHeader {
        width: 60px;
        margin: 2px;
    }
    .timesheetInput.numeric {
        width: 40px;
    }
}

@media (max-width: 475px) {
    .audioPlaybackControls audio {
        width: 160px;
    }
    .standardTable table.columns2 td.column1 .columnWrapper,
    .standardTable table.pb-eval-header th.column1 .columnWrapper,
    .standardTable tr.eval-notes-reveal th.column1 .columnWrapper {
        width: 180px;
    }
}

@media (max-width: 455px) {
    .audioPlaybackControls audio {
        width: 143px;
    }
    .standardTable table.columns2 td.column1 .columnWrapper,
    .standardTable table.pb-eval-header th.column1 .columnWrapper,
    .standardTable tr.eval-notes-reveal th.column1 .columnWrapper {
        width: 170px;
    }
}

@media (max-width: 540px) {
    #topLinks {
        height: 65px;
        line-height: 1.2;
    }

    #primaryNavigation {
        top: 120px;
    }

    #secondaryNavigation {
        top: 130px;
    }

    #content {
        margin-top: 350px;
    }

    h1 {
        margin-top: 15px;
    }

    .audioPlaybackControls audio {
        width: 130px;
    }
    .standardTable table.columns4 td.columnDateSampled {
        word-break: break-all;
    }
    .standardTable table.columns2 td.column1 .columnWrapper,
    .standardTable table.pb-eval-header th.column1 .columnWrapper,
    .standardTable tr.eval-notes-reveal th.column1 .columnWrapper {
        width: 135px;
    }
}

@media (max-width: 402px) {
    .audioPlaybackControls audio {
        width: 75px;
    }

    .standardTable table.columns5 th {
        word-break: break-all;
    }

    .standardTable table.columns2 td.column1 .columnWrapper,
    .standardTable table.pb-eval-header th.column1 .columnWrapper,
    .standardTable tr.eval-notes-reveal th.column1 .columnWrapper {
        width: 125px;
    }

    .nextTutorialFormElements input[type="text"] {
        width: 120px;
    }

    #content {
        width: 95%;
        margin-left: 10px !important;
    }

    .qualityReportBlockTitle {
        height: 40px;
    }

    .behaviours-action .button {
        width: 90px;
        height: 45px;
        white-space: normal;
        line-height: 16px;
        padding-top: 2px;
        padding-left: 10px;
    }

    .timesheetInput,
    .timesheetHeader {
        width: 55px;
        margin: 2px;
    }
}

@media (max-width: 390px) {
    .standardTable table.columns2 td.column1 .columnWrapper,
    .standardTable table.pb-eval-header th.column1 .columnWrapper,
    .standardTable tr.eval-notes-reveal th.column1 .columnWrapper {
        width: 95px;
    }

    .tutorialTargetDatePicker {
        width: 80px !important;
    }
}

/* start feat/npl_80_pb_evaluation_display */

#pbEvaluationsWrapper {
    display: grid;
    gap: 4rem;

    --roleStudent-bg-color: #fdf9c9; /* yellow */
    --roleStudent-border-color: #f8e164; /* yellow */

    --roleNominatedPeer-bg-color: #ffdedc; /* red */
    --roleNominatedPeer-border-color: #f0a9a7; /* red */

    --roleClinicalSupervisor-bg-color: #dbe9ff; /* blue */
    --roleClinicalSupervisor-border-color: #9dc4f8; /* blue */
}

.pbEvaluationStageOuter {
}

.pbHeader {
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 16px;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    display: grid;
    grid-template-columns: 36px auto;
}

.pbHeaderTitle {
    font-weight: bold;
    font-size: 1rem;
    display: inline-block;
}

.pbContent {
}

.pbRow {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(1, 1fr);
    border: 1px solid #ccc;
    border-radius: 16px;
}

.pbRowNoBorder {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.pbCell {
    padding: 0.5rem;
}

.pbCellNoBorder {
    padding: 0.5rem;
}

.pbHeaderRow {
    background: #f6f6f6;
    text-align: center;
    margin-bottom: 0;
}

.pbEvaluationStageStickyTitle {
    display: none;
}

.pbHeaderDescriptionRow {
    margin-bottom: 1rem;
    border: 0;
    border-left: 1px solid transparent;
    position: static;
}

.pbHeaderDescriptionRow .pbCell {
    background: #f6f6f6;
}

.pbHeaderDescriptionRow .pbCell:nth-child(1) {
    border-left: 0;
    border-bottom: 0;
    background: none;
}

.pbHeaderRowNarrowScreen {
    text-align: left;
    margin-bottom: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0.5rem;
}

@media (max-width: 900px) {
    /* narrow screens */
    .pbLevelsHeaderNarrowScreen {
        font-size: 1.2em;
        font-weight: bold;
        text-align: center;
        padding: 0.5rem;
        position: sticky;
        top: -1px;
        background: white;
    }

    .pbLevelsHeaderNarrowScreen.is-pinned {
        background: #f6f6f6;
        border-bottom: 1px solid #ccc;
        z-index: 999;
    }

    .pbLevelsHeaderNarrowScreen.is-pinned .pbEvaluationStageStickyTitle {
        display: block;
        margin-bottom: 0.5rem;
    }

    .pbAttitude {
        margin: 0;
    }

    .pbHeaderRowWideScreen {
        display: none;
    }

    .pbRow {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 901px) {
    /* wide screens */
    .pbHeaderRow.pbHeaderRowWideScreen {
        position: sticky;
        top: -1px;
    }

    .pbHeaderRow.pbHeaderRowWideScreen.is-pinned .pbEvaluationStageStickyTitle {
        display: block;
        grid-column: 1 / 7;
        font-weight: bold;
        padding: 0.3rem;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .pbHeaderRow.pbHeaderRowWideScreen.is-pinned {
        z-index: 999;
    }

    .pbLevelsHeaderNarrowScreen {
        display: none;
    }

    .pbHeaderRowNarrowScreen {
        display: none;
    }
}

.pbHeaderColumnTitle {
    font-weight: bold;
    margin: 0;
}

.pbHeaderColumnSubTitle {
    margin: 0;
    font-size: 0.9em;
}

.pbHeaderColumnDescription {
    font-size: 0.9em;
    font-style: italic;
    line-height: 1.3em;
    text-align: left;
}

.pbRowTitle {
    font-weight: bold;
    text-align: left;
}

.pbBehaviour {
    margin-bottom: 1rem;
}

.pbLevelChecked {
    background: #e8f5e9;
}

.pbLevelContainer {
    display: flex;
}

.pbLevelRadioContainer {
    margin-right: 0.5rem;
    padding-top: 0.3rem;
}

.pbLevelTextContainer {
    font-size: 0.9em;
}

.pbEvaluationAndNotesOuter {
    border: 1px solid #ccc;
    padding: 0.5rem;
    border-radius: 16px;
    margin-top: 10px;
}

.pbEvaluationAndNotesContainer {
    margin-top: 1em;
    display: grid;
    gap: 2rem;
}

.pbEvaluationAndNotes {
}

.pbEvaluationAndNotesTitleBlock {
    display: flex;
    gap: 0.5em;
    padding-left: 2em;
}

.pbEvaluationAndNotesTitle {
    font-weight: bold;
    line-height: 2em;
}

.pbEvaluationAndNotesHasComments {
    color: green;
    font-size: 1.5em;
    line-height: 1em;
}

@media (max-width: 900px) {
    /* narrow screens */
    .pbRowNoBorder.pbEvaluationLevelsSelected {
        display: flex;
        flex-direction: column;
    }

    .pbRowNoBorder.pbEvaluationLevelsSelected .pbEvaluationDetails {
        width: 75%;
        margin: auto;
    }
}

@media (min-width: 901px) {
    /* wide screens */
    .pbRowNoBorder.pbEvaluationLevelsSelected {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }
}

.pbEvaluationDetails {
    font-size: 0.9em;
    line-height: 1.2em;
    display: grid;
    gap: 0.5em;
}

.pbEvaluationDetails br {
    display: none;
}

.pbEvaluationDetails .levelIndicator {
    display: flex;
    opacity: 0.5;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    padding: 0.1rem;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
}

.pbEvaluationDetails .student-hl,
.pbEvaluationDetails .peer-hl,
.pbEvaluationDetails .cc-hl {
    display: block;
    height: fit-content;
    position: relative;
    border: 1px solid;
    border-radius: 16px;
    padding: 0.3rem;
    padding-right: 1.5rem;
}

@media (min-width: 901px) {
    /* wide screens */
    .pbEvaluationDetails .levelIndicator {
        display: none;
    }

    .pbEvaluationDetails .student-hl,
    .pbEvaluationDetails .peer-hl,
    .pbEvaluationDetails .cc-hl {
        padding-right: 0.3rem;
    }
}

.pbEvaluationDetails .student-hl {
    background-color: var(--roleStudent-bg-color);
    border-color: var(--roleStudent-border-color);
}

.pbEvaluationDetails .student-hl .levelIndicator {
    background-color: var(--roleStudent-border-color);
}

.pbEvaluationDetails .peer-hl {
    background-color: var(--roleNominatedPeer-bg-color);
    border-color: var(--roleNominatedPeer-border-color);
}

.pbEvaluationDetails .peer-hl .levelIndicator {
    background-color: var(--roleNominatedPeer-border-color);
}

.pbEvaluationDetails .cc-hl {
    /* Clinical Supervisor */
    background-color: var(--roleClinicalSupervisor-bg-color);
    border-color: var(--roleClinicalSupervisor-border-color);
}

.pbEvaluationDetails .cc-hl .levelIndicator {
    /* Clinical Supervisor */
    background-color: var(--roleClinicalSupervisor-border-color);
}

.pbCommentsContainer {
    display: grid;
    gap: 0.5em;
}

.pbCommentContainer {
    border: 1px solid;
    border-radius: 16px;
    padding: 0.3rem;
}

.pbCommentContainerStudent {
    background-color: var(--roleStudent-bg-color);
    border-color: var(--roleStudent-border-color);
}

.pbCommentContainerPeer {
    background-color: var(--roleNominatedPeer-bg-color);
    border-color: var(--roleNominatedPeer-border-color);
}

.pbCommentContainerClinicalSupervisor {
    background-color: var(--roleClinicalSupervisor-bg-color);
    border-color: var(--roleClinicalSupervisor-border-color);
}

.pbCommentRoleTitle {
    font-style: italic;
    margin: 0 0 0.2rem 0;
}

.pbComment {
    font-size: 0.9em;
    margin: 0;
}

.pbTextarea {
    border: 1px solid #ddd;
    padding: 0.4em;
    height: 80px;
    resize: none;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0.5rem;
}

.pbTextarea::placeholder {
    color: #666;
}

.collapsibleContainer {
}

.collapsibleControl {
    width: 24px;
    height: 24px;
}

.collapsibleOpen > .collapsibleContent {
    display: block;
}

.collapsibleClosed > .collapsibleContent {
    display: none;
}

/* end feat/npl_80_pb_evaluation_display */

#admin .submit {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    float: right;
}

.standardTable table.columns2 th.column1 {
    width: 58%;
}

.nextTutorialFormElements input[type="text"] {
    height: 24px;
}

.floatingMessage {
    width: 340px;
    color: #fff;
    cursor: move;
    z-index: 100;
    position: absolute;
    display: none;
    border-radius: 16px;
}

.floatingMessageReflectiveAccount,
.floatingMessageBackground {
    background-color: #007db1;
}

@media (max-width: 770px) {
    .floatingMessage {
        width: 310px;
        left: 10px;
    }

    .searchTextInput {
        width: 280px;
    }
}

@media (max-width: 770px) {
    .documentFloatingMessage {
        left: -280px;
    }

    .searchTextInput {
        width: 280px;
    }
}

.documentActions {
    display: flex;
    gap: 0.125rem;
}

@media (max-width: 770px) {
    .documentActions {
        flex-direction: column;
    }
}

@media (max-width: 660px) {
    #tutor_he_file_library p label {
        width: 200px;
    }

    #tutor_he_file_library p .cbox {
        margin: 0.8em 1em 0 0.6em;
    }
}

@media (max-width: 650px) {
    .standardTable table.columns5 td.columnReflectiveAccount {
        max-width: 53px;
    }
}

.columnReflectiveAccount > .audioPlaybackControls audio {
    width: 72px;
}

@media (max-width: 823px) {
    .column2 .columnWrapper #qa-sampled {
        top: -18px;
        right: -30px;
    }
}

@media (max-width: 583px) {
    .column2 .columnWrapper #qa-sampled {
        top: -40px;
    }
}

@media (max-width: 500px) {
    .standardTable table.columns2 th,
    .standardTable table.columns2 td {
        padding: 8px 2px;
    }

    .standardTable table.columns2 td.column2 .columnWrapper {
        padding-right: 8px !important;
    }

    .standardTable table.columns2 td {
        vertical-align: top;
        padding-bottom: 15px;
    }

    .column2 .columnWrapper #qa-sampled {
        position: absolute !important;
        left: 8px;
        top: 42px;
    }

    .stars0,
    .stars1,
    .stars2,
    .stars3,
    .stars4,
    .stars5 {
        top: 80px;
        left: 0px;
    }

    .starsLink {
        width: 80px;
    }

    ` .linkButton {
        height: 38px;
    }

    .btnPrimary {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media (max-width: 390px) {
    .btnPrimary {
        height: 42px;
    }
}

.maxUploadFileSizeText {
    float: right;
    color: gray;
}

#reasonable_adjustment_outcome,
#reasonable_adjustment_description,
#reflective_account,
#comments {
    height: 80px;
    resize: none;
}

textarea:disabled {
    color: #444;
}

.sectionWrapper {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.formFieldsTwoColumnGrid {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 1em 0.5em;
}

.formFieldsTwoColumnGrid_label {
    text-align: right;
}

[type="checkbox"] {
    height: 24px !important;
    width: 24px !important;
    accent-color: #007db1;
}

/*
  --_mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="3" stroke="%23000" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path d="M5 12l5 5l10 -10"/></svg>');

*/

[type="checkbox"] {
    --_mask: url(/img/check.svg);
    appearance: none;
    aspect-ratio: 1;
    background-color: white;
    border: 1px solid #000046;
    border-radius: 0.2em;
    box-sizing: border-box;
    font-size: 24px;
    margin: 0.1875em;
    position: relative;
    width: 24px !important;
    height: 24px !important;
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background-color: #007db1;
}

input[type=checkbox]:disabled {
  border-color: #aaa;
  background-color: #f6f6f6;
}

input[type=checkbox]:disabled:hover {
  cursor: default;
}

input[type="checkbox"]:checked::after {
    background-color: white;
    content: "";
    inset: 0;
    position: absolute;
    mask: var(--_mask) no-repeat center / contain;
    -webkit-mask: var(--_mask) no-repeat center / contain;
}

input[type=checkbox]:disabled:checked::after  {
  background-color: #007db1;
}


.flatpickr-calendar {
    border-radius: 0.5rem;
}

.flatpickr-months {
    margin-bottom: 14px;
    margin-top: 7px;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    background-color: #007db1;
    border-radius: 0.5rem;
    border: 1px solid #007db1;
    margin: 7px 7px 0px 7px;
    height: 20px !important;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    fill: white !important;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    fill: white !important;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
    background-color: white !important;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #007db1 !important;
}

.flatpickr-day {
    max-width: 100px !important;
    border: 1px solid silver !important;
    border-radius: 0 !important;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    border-color: silver !important;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    background: #007db1 !important;
    color: white !important;
}

.singleTimesheetDatePicker {
    padding-left: 4px !important;
    height: 24px !important;
}

.addIcon {
    height: 24px;
    width: 24px;
    background-color: #000046;
    -webkit-mask-image: url(/img/add.svg);
    mask-image: url(/img/add.svg);
    transform: scale(2.5);
    margin-top: 2px;
}

.editIcon {
    height: 24px;
    width: 24px;
    background-color: #000046;
    -webkit-mask-image: url(/img/edit.svg);
    mask-image: url(/img/edit.svg);
    transform: scale(1.3);
    margin-top: 2px;
    margin-right: 1px;
}

.docIcon {
    height: 24px;
    width: 24px;
    background-color: #000046;
    -webkit-mask-image: url(/img/doc.svg);
    mask-image: url(/img/doc.svg);
    transform: scale(3);
    margin-top: 13px;
    margin-right: 1px;
    clip-path: inset(0 33% 50% 0);
}

.deleteIcon {
    height: 24px;
    width: 24px;
    transform: scale(1.3);
    background-color: #000046;
    -webkit-mask-image: url(/img/delete.svg);
    mask-image: url(/img/delete.svg);
}

.docEditedIcon {
    height: 24px;
    width: 24px;
    background-color: #000046;
    -webkit-mask-image: url(/img/doc_edited.svg);
    mask-image: url(/img/doc_edited.svg);
    transform: scale(3);
    margin-top: 16px;
    margin-right: 1px;
    clip-path: inset(0 33% 50% 0);
}

.reasonableAdjustmentIcon {
    height: 24px;
    width: 24px;
    background-color: #000046;
    -webkit-mask-image: url(/img/reasonable_adjustment.svg);
    mask-image: url(/img/reasonable_adjustment.svg);
    transform: scale(2);
    margin-right: 1px;
}

.deleteTarget {
    height: 24px;
    width: 24px;
    background-color: #000046;
    -webkit-mask-image: url(/img/delete.svg);
    mask-image: url(/img/delete.svg);
    transform: scale(1.3);
    margin-top: 2px;
    margin-right: 1px;
}

.downloadIcon {
    height: 24px;
    width: 24px;
    background-color: #000046;
    -webkit-mask-image: url(/img/download.svg);
    mask-image: url(/img/download.svg);
    transform: scale(2);
}

.addIcon:hover,
.editIcon:hover,
.docIcon:hover,
.deleteIcon:hover,
.docEditedIcon:hover,
.reasonableAdjustmentIcon:hover,
.deleteTarget:hover,
.downloadIcon:hover {
    background-color: #007db1 !important;
}

.warningIcon {
    height: 24px;
    width: 24px;
    background-color: #000046;
    -webkit-mask-image: url(/img/warning.svg);
    mask-image: url(/img/warning.svg);
    transform: scale(10);
    clip-path: inset(0 43% 72% 0);
    margin-top: 90px;
    margin-bottom: -70px;
    margin-left: 5px;
}

#qa-sampled {
    position: relative;
    float: right;
    width: 23px;
    height: 20px;
    text-indent: -9999px;
    margin-top: 2px;
    cursor: pointer;
    background-color: #007db1;
    -webkit-mask-image: url(/img/sampled_icon.svg);
    mask-image: url(/img/sampled_icon.svg);
}

.qa-unsampled {
    -webkit-mask-image: url(/img/sampled_icon.svg) !important;
    mask-image: url(/img/sampled_icon.svg) !important;
}

.qa-sample-unsuccessfull {
    -webkit-mask-image: url(/img/sampled_icon_cross.svg) !important;
    mask-image: url(/img/sampled_icon_cross.svg) !important;
}

.qa-sample-successfull {
    -webkit-mask-image: url(/img/sampled_icon_tick.svg) !important;
    mask-image: url(/img/sampled_icon_tick.svg) !important;
}

.leftDoubleChevron {
    height: 24px;
    width: 48px;
    background-color: white;
    -webkit-mask-image: url(/img/chevron-double-left.svg);
    mask-image: url(/img/chevron-double-left.svg);
    mask-size: 24px;
    mask-position: center;
    mask-repeat: no-repeat;
}

.leftSingleChevron {
    height: 24px;
    width: 48px;
    background-color: white;
    -webkit-mask-image: url(/img/chevron-left.svg);
    mask-image: url(/img/chevron-left.svg);
    mask-size: 24px;
    mask-position: center;
    mask-repeat: no-repeat;
}

.rightSingleChevron {
    height: 24px;
    width: 48px;
    background-color: white;
    -webkit-mask-image: url(/img/chevron-right.svg);
    mask-image: url(/img/chevron-right.svg);
    mask-size: 24px;
    mask-position: center;
    mask-repeat: no-repeat;
}

.rightDoubleChevron {
    height: 24px;
    width: 48px;
    background-color: white;
    -webkit-mask-image: url(/img/chevron-double-right.svg);
    mask-image: url(/img/chevron-double-right.svg);
    mask-size: 24px;
    mask-position: center;
    mask-repeat: no-repeat;
}

.nopad {
    padding: 0 !important;
}

.standardTable table.columns2 td.column1 .minus a,
.standardTable table.pb-eval-header th.column1 .minus a,
.standardTable tr.eval-notes-reveal th.column1 .minus a,
.upChevron {
    height: 24px;
    width: 24px;
    -webkit-mask-image: url(/img/chevron-up.svg);
    mask-image: url(/img/chevron-up.svg);
    mask-size: 24px;
    background-color: #000046;
    display: inline-block;
    position: relative;
    top: 8px;
}

.standardTable table.columns2 td.column1 .plus a,
.standardTable table.pb-eval-header th.column1 .plus a,
.standardTable tr.eval-notes-reveal th.column1 .plus a,
.downChevron {
    height: 24px;
    width: 24px;
    -webkit-mask-image: url(/img/chevron-down.svg);
    mask-image: url(/img/chevron-down.svg);
    mask-size: 24px;
    background-color: #000046;
    display: inline-block;
    position: relative;
    top: 8px;
}

.qualityReportContainer .minus {
    height: 24px;
    width: 24px;
    -webkit-mask-image: url(/img/chevron-up.svg);
    mask-image: url(/img/chevron-up.svg);
    mask-size: 24px;
    background-color: #000046;
    display: inline-block;
    margin-top: 0px !important;
}

.qualityReportContainer .plus {
    height: 24px;
    width: 24px;
    -webkit-mask-image: url(/img/chevron-down.svg);
    mask-image: url(/img/chevron-down.svg);
    mask-size: 24px;
    background-color: #000046;
    display: inline-block;
    margin-top: 0px !important;
}

.unitHeader .plus {
    height: 24px;
    width: 24px;
    background-color: white;
    -webkit-mask-image: url(/img/chevron-down.svg);
    mask-image: url(/img/chevron-down.svg);
    mask-size: 24px;
    display: inline-block;
    position: relative;
    top: -2px;
}

.unitHeader .minus {
    height: 24px;
    width: 24px;
    background-color: white;
    -webkit-mask-image: url(/img/chevron-up.svg);
    mask-image: url(/img/chevron-up.svg);
    mask-size: 24px;
    display: inline-block;
    position: relative;
    top: -2px;
}

.unitHeader .plus:hover,
.unitHeader .minus:hover {
    background-color: #007db1;
}

.leftDoubleChevron:hover,
.leftSingleChevron:hover,
.rightSingleChevron:hover,
.rightDoubleChevron:hover,
.upChevron:hover,
.downChevron:hover {
    background-color: #007db1;
}

.chevronRight {
    height: 24px;
    width: 24px;
    background-color: #007db1;
    -webkit-mask-image: url(/img/chevron-right.svg);
    mask-image: url(/img/chevron-right.svg);
    mask-size: 24px;
    display: inline-block;
    position: relative;
    top: -2px;
}

.chevronLeft {
    height: 24px;
    width: 24px;
    background-color: #007db1;
    -webkit-mask-image: url(/img/chevron-left.svg);
    mask-image: url(/img/chevron-left.svg);
    mask-size: 24px;
    display: inline-block;
    position: relative;
    top: -2px;
}

.chevronRightDouble {
    height: 24px;
    width: 24px;
    background-color: #007db1;
    -webkit-mask-image: url(/img/chevron-double-right.svg);
    mask-image: url(/img/chevron-double-right.svg);
    mask-size: 24px;
    display: inline-block;
    position: relative;
    top: -2px;
}

.chevronLeftDouble {
    height: 24px;
    width: 24px;
    background-color: #007db1;
    -webkit-mask-image: url(/img/chevron-double-left.svg);
    mask-image: url(/img/chevron-double-left.svg);
    mask-size: 24px;
    display: inline-block;
    position: relative;
    top: -2px;
}

.chevronRightDouble:hover,
.chevronLeftDouble:hover,
.chevronRight:hover,
.chevronLeft:hover {
    background-color: white;
}

select,
::picker(select) {
    appearance: base-select;
    scrollbar-color: gray transparent;
}

::picker(select) {
    border-radius: 8px;
}

::picker-icon {
    float: right;
    position: relative;
    top: -24px;
    padding-right: 4px;
}

select {
    background-color: white;
    height: 30px;
    padding-left: 5px !important;
    padding-right: 12px;
}

option {
    padding-left: 5px;
    border-radius: 8px;
    margin: 2px;
}

option:hover,
option:focus {
    background-color: #d9ecf3;
}

option::checkmark {
    display: none;
}

select:disabled::picker-icon {
    opacity: 0.4;
}

select::picker-icon {
    content: " ";
    background-image: url(/img/chevron-down.svg);
    width: 14px;
    height: 14px;
    background-size: cover;
    margin-top: 4px;
    margin-right: 2px;
}

.collapsibleContainer.collapsibleDisabled .collapsibleControl {
    background-color: #007db1;
    -webkit-mask-image: url(/img/chevron-down.svg);
    mask-image: url(/img/chevron-down.svg);
    mask-size: 22px;
    width: 22px !important;
    height: 19px !important;
    margin-right: 4px;
}

.collapsibleContainer.collapsibleOpen .collapsibleControl {
    background-color: #007db1;
    -webkit-mask-image: url(/img/chevron-up.svg);
    mask-image: url(/img/chevron-up.svg);
    mask-size: 22px;
    width: 22px !important;
    height: 19px !important;
    margin-right: 4px;
    cursor: pointer;
}

.collapsibleContainer.collapsibleClosed .collapsibleControl {
    background-color: #007db1;
    -webkit-mask-image: url(/img/chevron-down.svg);
    mask-image: url(/img/chevron-down.svg);
    mask-size: 22px;
    width: 22px !important;
    height: 19px !important;
    margin-right: 4px;
    cursor: pointer;
}

.collapsibleContainer.collapsibleOpen .collapsibleControl:hover,
.collapsibleContainer.collapsibleClosed .collapsibleControl:hover {
    background-color: #000046;
}

.stopwatchIcon {
    background-color: #007db1;
    -webkit-mask-image: url(/img/stopwatch.svg);
    mask-image: url(/img/stopwatch.svg);
    mask-size: 22px;
    width: 22px !important;
    height: 19px !important;
    margin-right: 4px;
}

.calendarIcon {
    background-color: #007db1;
    -webkit-mask-image: url(/img/calendar.svg);
    mask-image: url(/img/calendar.svg);
    mask-size: 22px;
    width: 22px !important;
    height: 19px !important;
    margin-right: 4px;
}

.locationIcon {
    background-color: #007db1;
    -webkit-mask-image: url(/img/location.svg);
    mask-image: url(/img/location.svg);
    mask-size: 22px;
    width: 22px !important;
    height: 19px !important;
    margin-right: 4px;
}

.userIcon {
    background-color: #007db1;
    -webkit-mask-image: url(/img/user.svg);
    mask-image: url(/img/user.svg);
    mask-size: 22px;
    width: 22px !important;
    height: 19px !important;
    margin-right: 4px;
}

.stars0 {
    background-color: #007db1;
    -webkit-mask-image: url(/img/progress_bar_0.svg);
    mask-image: url(/img/progress_bar_0.svg);
    width: 89px;
    transform: scale(1);
}

.stars1 {
    background-color: #007db1;
    -webkit-mask-image: url(/img/progress_bar_1.svg);
    mask-image: url(/img/progress_bar_1.svg);
    width: 89px;
    transform: scale(1);
}

.stars2 {
    background-color: #007db1;
    -webkit-mask-image: url(/img/progress_bar_2.svg);
    mask-image: url(/img/progress_bar_2.svg);
    width: 89px;
    transform: scale(1);
}

.stars3 {
    background-color: #007db1;
    -webkit-mask-image: url(/img/progress_bar_3.svg);
    mask-image: url(/img/progress_bar_3.svg);
    width: 89px;
    transform: scale(1);
}

.stars4 {
    background-color: #007db1;
    -webkit-mask-image: url(/img/progress_bar_4.svg);
    mask-image: url(/img/progress_bar_4.svg);
    width: 89px;
    transform: scale(1);
}

#add-peer {
    background-color: #007db1 !important;
}

.progressTable a:hover {
    color: #007db1 !important;
}

@-moz-document url-prefix() {
    #prof-behaviour-enable {
        left: 180px;
    }
}

#nextTutorialContainer .tutorialBlockTitle {
    margin-bottom: 0px !important;
}

.flashMessageContainer {
    position: fixed;
    margin: 0 auto;
    bottom: -3rem;
    left: 0px;
    z-index: 100;
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    height: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: bottom 0.4s ease;
}

.flashMessageContainer.visible {
    bottom: 0px;
}

.flashMessageBody {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.flashMessageIcon {
    height: 16px;
    width: 16px;
}

.flashMessageClose {
    cursor: pointer;
}

.flashError {
    background-color: #c7380b;
    color: white;
}

.flashWarning {
    background-color: #ffd964;
    color: black;
}

.flashSuccess {
    background-color: #bcebc5;
    color: black;
}

@media (min-width: 540px) {
    .singleTimesheetTable td {
        padding-left: 5px;
        border-right: 1px solid white;
    }

    .singleTimesheetTable td:first-child {
        padding-left: 10px;
    }

    .singleTimesheetTable th {
        padding-left: 6px;
    }
}

a.buttonHeight {
    top: -1px;
}

tr.header {
    border-right-width: 0;
}

.columnUnitsWorkedOn a:hover {
    color: #007db1;
}

.openSkill a:hover {
    background-color: #007db1 !important;
}

#tutor_he_file_library p {
    padding-top: 10px;
}
