﻿div.NomineeComment {
    background-color: #e3e3e3;
    border: 1px solid #ccc;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

div.IncompleteNomineeVotes {
    background-color: #f7e5e5;
    border: solid 1px #ee9696;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 10px;
}

div.CompleteNomineeVotes {
    background-color: #e8f7e5;
    border: solid 1px #a0ee96;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 10px;
}

div.NomineeBoxOuter {
    display: inline-block;
    margin: 5px;
    width: 180px;
    cursor: pointer;
    vertical-align: top;
}

    div.NomineeBoxOuter:hover {
        opacity: 0.75;
    }

div.NomineeBoxContent {
    border: 1px solid #849dbd;
    border-top-width: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px;
    height: 153px;
    text-align: center;
    margin-bottom: -3px;
}

td.NomineeBoxHeader {
    background: #83b0ca url(images/ui-bg_glass_85_dae6f4_1x400.png) repeat-x top;
    font-weight: bold;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #849dbd;
    min-width: 160px;
    white-space: nowrap;
}

td.NomineeBoxTitle {
    padding-right: 20px;
    white-space: nowrap;
}

td.NomineeBoxControl {
    text-align: center;
    border: 1px solid #849dbd;
    background-color: #fff;
}

div.NomineeBoxHeaderSuccess {
    padding: 0rem 1rem;
    margin-bottom: -3px;
    font-weight: bold;
    font-size: 12px;
    color: #1e395b;
    border: 1px solid #849dbd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
    background-color: #d4edda;
}

div.NomineeBoxHeaderIncomplete {
    padding: 0rem 1rem;
    margin-bottom: -3px;
    font-weight: bold;
    font-size: 12px;
    color: #1e395b;
    border: 1px solid #849dbd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
    background-color: #f8d7da;
}

div.NomineeBoxFooterSuccess {
    font-weight: bold;
    font-size: 12px;
    color: #1e395b;
    border: 1px solid #849dbd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    background-color: #d4edda;
}

div.NomineeBoxFooterIncomplete {
    font-weight: bold;
    font-size: 12px;
    color: #1e395b;
    border: 1px solid #849dbd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    background-color: #f8d7da;
}

.GreyRounded {
    background-color: #e3e3e3;
    border: solid 1px #cccccc;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .GreyRounded a {
        color: #3a6aa2;
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
    }

        .GreyRounded a:hover {
            color: #4f91de;
            text-decoration: underline;
        }


.VotingOpenAlert {
    cursor: pointer;
}

.showPassword {
    margin-left: 2px;
}

.VotingClosedAlert {
    color: black !important;
    background-color: red !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    
    border-color: darkred !important;
}

.homeImage
{
    padding-left: 1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    max-height: 7rem !important;
    vertical-align: top;
}


.unclassifiedClassificationBanner
{
    height: 25px;
    line-height: 25px;
    font-size: 1em;
    z-index: 999;
    position: fixed;
    top: 0px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 152, 0, 1);
}

.unclassifiedClassificationFooter
{
    height: 25px;
    line-height: 25px;
    font-size: 1em;
    z-index: 999;
    color: #ffffff;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 152, 0, 1);
}

.secretClassificationBanner
{
    height: 25px;
    line-height: 25px;
    font-size: 1em;
    z-index: 999;
    position: fixed;
    top: 0px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    background-color: rgba(204, 0, 1, 1);
}

.secretClassificationFooter
{
    height: 25px;
    line-height: 25px;
    font-size: 1em;
    z-index: 999;
    color: #ffffff;
    text-align: center;
    width: 100%;
    background-color: rgba(204, 0, 1, 1);
}

.globalContainerNoFooter
{
    min-height: calc(100vh - 2.7em);
    padding-bottom: 1em
}

.globalContainerNoFooterPublic {
    min-height: calc(100vh - 1.7em);
    padding-bottom: 1em
}

.globalContainerFooter
{
    min-height: calc(100vh - 4.74em);
    padding-bottom: 1em
}

.requiredLabel:after {
    font-size: 0.8em;
    color: #FF0000;
    content: " *";
}