.privacy-policy {
    position: fixed;
    bottom: 0;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}

#breadcrumbs {
    clear: both;
    margin: 0;
    font-size: 0.8125rem;
    padding-left: 1.875rem;
    background-color: #fafafa;
    height: 25px;
}

#breadcrumbs li {
    float: left;
    margin-right: 5px;
    list-style: none;
}

.refresh-survey {
    cursor: pointer;
}

.refresh-survey i {
    margin-right: 3px;
}

#participantTable .fa-plus-square, #participantTable .fa-minus-square {
    cursor: pointer;
    margin-right: 5px;
}

#participantTable .fa-arrow-circle-down {
    cursor: pointer;
    color: black;
}

#participantTable .participant-row, #participantTable .nominee-row {
    display: none;
}

#participantTable tr th:first-child, #participantTable tr td:first-child {
    width: 30px;
    text-align: left;
    padding-right: 0;
}

#participantTableMenu {
    display: none;
    color: #15848F;
    font-weight: normal;
    font-size: 12px;
    padding: 4px;
    margin: 0;
    position: absolute;
    background-color: #fafafa;
}

#participantTableMenu li {
    list-style: none;
    cursor: pointer;
}

#participantTableMenu li:hover {
    background-color: rgba(0, 0, 0, 0.025);
}

.emailTemplates .fa-plus-square, .users .fa-plus-square {
    cursor: pointer;
}

.emailTemplates input[type="file"] {
    margin: 10px 0;
}

.limesurveyUsers {
    width: 100%;
}

#LoadingScreen {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

#LoadingScreen img {
    height: 50px;
    width: 50px;
    margin: 50vh 50% 0;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#currentLanguage {
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
}

#currentLanguage:hover {
    background: #308e97;
    cursor: pointer;
}

#languageSelector {
    display: none;
}

.date select, .time select, .datetime select {
    padding-right: 20px;
}

#emailTemplateSelector, #nominationTransferSelector, #nominationStatusSelector {
    display: none;
}

tr.error {
    background-color: red !important;
}
