﻿.Page-Title {
    position: relative;
    top: 47px;
    left: 210px;
    font: bolder 90% Verdana;
    color: #0d2d70;
}

.Page-Title-WebForm {
    position: relative;
    top: 10px;
    left: 230px;
    font: bold 100% Verdana;
    white-space: nowrap;
    color: #000000;
    display: none;
}

#upCurrentUser {
    display: inline;
}
/*.Projects-List tr:nth-child(odd) {
    background-color: #ffffff;
}
.Projects-List tr:nth-child(even) {
    background-color: #dceaf4;
}*/
.Projects-List tr:hover {
    background: #c2d8e8;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

.Projects-List {
    width: 100%;
    border-collapse: collapse;
}

.Current-User {
    text-align: left;
    font: normal 10pt Verdana;
    padding-right: 10px;
}

.Toolbar-Navigation-Body a::before {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 8px;
    background-color: #b7cf46;
    border-radius: 50%;
    vertical-align: middle;
    text-align: left;
}

.Tool-Lbl-Login:hover {
    color: #acc33b
}

.Tool-Lbl-Login,
.Tool-Lbl-LoginOut,
.Tool-Lbl-Register,
.Tool-Lbl-Receipt,
.Tool-Lbl-Coupon,
.Tool-Lbl-UserProperties {
    display: block;
    padding: 10px 0 0 18px;
    background-repeat: no-repeat;
    background-position: 5px 13px;
    font: bolder smaller Verdana;
    color: black;
    text-decoration: none;
}

    .Tool-Lbl-Login:hover,
    .Tool-Lbl-LoginOut:hover,
    .Tool-Lbl-Register:hover,
    .Tool-Lbl-Receipt:hover,
    .Tool-Lbl-Coupon:hover,
    .Tool-Lbl-UserProperties:hover {
        color: #acc33b
    }

.Tool-Lbls-Enabled,
.Tool-Lbls-Disabled {
    display: block;
    padding-top: 4px;
    font: bolder smaller Verdana;
    text-decoration: none;
    color: black;
}

.Tool-Lbls-Disabled {
    color: #b0cde4;
    cursor: default;
}

.Tool-Lbls-Enabled:hover {
    color: #b7cf46;
    text-decoration: underline;
}

.Content-Validation {
    width: 120px;
    font-size: larger;
    padding: 0 0 0 15px;
}

.Content-Project-General {
    padding-bottom: 20px;
    padding-left: 0px
}

.Receipt-Message {
    font-weight: bolder;
}

.Receipt-Value {
    /*SM 30/04/2019 - Move from the frame-note; what idiot put it there?!
    /*SM 25/11/2013 - Added to stop web receipts with white spaces in them being incorrectly displayed*/
    white-space: pre;
}

/* Option to change colour scheme of picklists
.choices[data-type*="select-one"] .choices__button:focus {
    box-shadow: 0px 0px 0px 2px #b7cf46;
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
    border-left-color: #92a638;
}

.choices__list--multiple .choices__item {
    border-left-color: #92a638;
    background-color: #b7cf46;
    border-color: #a5ba3f;
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #a5ba3f;
    border-color: #92a638;
} */