﻿.repeatdata {
    border-left: 1em solid #e8e8e8;
    background-color: #fafafa;
}

.selectlist {
    padding: 0.8em;
    padding-left: 1em;
    padding-bottom: 0.5em;
    overflow-y: scroll;
    border: 1px solid #ddd
}

.black {
    color: black;
}

/* bug in chrome */
@media print {
    *::first-letter {
        position: relative !important;
    }
}

.sortbutton {
    border: none;
    background: none;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    padding: 0px;
    margin: 0px;
}

.sortbutton-div {
    float: left;
    white-space: nowrap;
}

.btn .material-icons {
    position: relative;
    /* Adjust these values accordingly */
    top: 5px;
    left: 5px;
    line-height: 0;
    font-size: 1.500em; /* overwrites the font-size provided to meet AODA requirements*/
}

button:disabled,
button[disabled],
input[type=checkbox][disabled] {
    cursor: not-allowed;
}

.form-control:focus {
    background-color: #fcf3ba;
}

.notButton {
    background: none;
    color: inherit;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.nav-tabs .nav-item,
.nav-pills .nav-item {
    margin-right: 0.5em;
}

.pas-tabs .nav-item {
    color: #000;
    background-color: #ddd;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

    .pas-tabs .nav-item .nav-link {
        color: #000;
    }

.pas-tabs .active {
    font-weight: bold;
}

.label-required:after {
    content: "*";
    font-weight: bold;
    color: #e00;
    margin-left: 3px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #CCC;
    font-style: italic;
    font-size: small;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #CCC;
    font-style: italic;
    font-size: small;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #CCC;
    font-style: italic;
    font-size: small;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CCC;
    font-style: italic;
    font-size: small;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #CCC;
    font-style: italic;
    font-size: small;
}

::placeholder { /* Most modern browsers support this now. */
    color: #CCC;
    font-style: italic;
    font-size: small;
}

.dev-mode-info {
    /*color: #999;*/
    color: #6B6B6B; /*AODA*/
    font-style: italic;
    font-size: 0.7em;
    margin-top: 2em;
}

#nocResultsTable tbody tr td input[type='checkbox'] {
    transform: scale(1.5);
}

.content-missing {
    background-color: yellow;
    color: red;
    font-weight: bold;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}