#notifications {
    position: relative;
}

#push-note-list {
    color: black;
    max-height: 50vh;
    overflow-y: auto;
    padding: 0 0 1px 0;
    margin: 0;
}

.cv-notify-drop {
    min-width: 250px;
}

#gtitle {
    font-size: 200%;
}

/* TODO everything below here needs to be moved to a proper css file */
#service_alert, #genericdialog, .screen-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.screenmsg {
    margin: 20% auto;
    width: 40%;
}

/* this stuff is a copy of the similar classes in auto-officials but that's so it can be self contained */

.official {
    text-align: center;
}

.legimg {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    background-clip: padding-box;
    position: relative;
}

.legimg > img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.reps_wrap .square {
    position: relative;
}
.reps_wrap .square img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cv-hide {
    display: none;
}

/* fix for bootoast conflicting with old NWYC CSS rules*/
.bootoast-container.center {
    margin: 0;
    width: auto;
    text-align: inherit;
}

/* unfilled alert boxes for bootoast */
.cv-toast-alert {
    background-color: white;
    border-width: 2px;
}

.cv-toast-alert-info {
    border-color: #31708f;
}

.cv-toast-alert-success {
    border-color: #3c763d;
}

.cv-toast-alert-warning {
    border-color: #8a6d3b;
}

.cv-toast-alert-danger {
    border-color: #a94442;
}
