body {
    background-image: url("/assets/img/blueBackground.png");
    background-position: top center;
    background-size: auto;
    background-position: fixed;
}

.alert {
    margin-top: 1rem;
}

.tabContentContainer {
    overflow: hidden;
}

a.orgListItem {
    color: #646464;
    overflow: hidden;
}

.sendingChartContainer {
    margin: 0 auto;
    max-width: 400px;
}

.sendingChart .row {
    font-size: 0.9rem;
    padding-top: 0.5rem;
    padding-bottom: 0;
}

.sendingChart .bar,
.sendingChart .snaps {
    height: 0.5rem;
}

.statsTable {
    width: 100%;
}

.statDetailsTable td {
    padding-top: 0;
    padding-bottom: 0;
}

.orgSummaryContainer {
    margin: 0 auto;
    max-width: 340px;
}

#accordionExample h4 {
    font-size: 1.2em;
}

a.orgListItem:hover,
a.timelineItem:hover {
    cursor: pointer;
    background-color: #e0e0e0;
    text-decoration: none;
}

.statsSummaryHolder {
    display: inline-block;
    width: 100%;
    max-width: 15rem;
}

.specialSnapNav .nav-item a {
    height: 100%;
}

.specialSnapNav .nav-item {
    border: 1px solid #e0e0e0;
    padding: 0px;
    margin: 2px 4px;
    border-radius: 4px;
    background-color: #f8f8f8;
    width: 6.7rem;
}

.specialSnapNav .nav-item .nav-link {
    padding: 0.5rem 0.75rem;
}

.card-body .specialSnapNav .nav-item {
    border: none;
    padding: 0px;
    margin: 0;
    border-radius: 4px;
    background-color: transparent;
    width: 9rem;
}

.specialSnapNav .dropdown-toggle:after {
    display: none;
}

.specialSnapNav .nav-item:hover {
    background-color: #e0e0e0;
}

.specialSnapNav .nav-item .glyphicons {
    display: block;
}

.card-body .specialSnapNav .nav-item .glyphicons {
    display: inline;
}

.specialSnapNav .glyphicons.x2 {
    font-size: 1.5rem;
    padding-bottom: 0.25rem;
}

.card-body .specialSnapNav .glyphicons.x2 {
    font-size: 1rem;
    padding-bottom: 0;
    padding-right: 0.5rem;
}

.tabHeader {
    margin-bottom: 0;
    padding-bottom: 0;
}

.tabHeader .nav-tabs {
    border-bottom: none;
}

a:link.list-group-item-action {
    background-color: rgba(0, 0, 0, 0.03);
}

a:hover.list-group-item-action {
    background-color: #e0e0e0;
}

.expand {
    padding: 1em;
}

.expand > .col {
    margin: 0 auto;
    max-width: 360px;
}

.expand > .col .sendingChart {
    margin-top: 0;
}

.expand .nav-link .icon svg {
    height: 1.3rem;
    width: 1.3rem;
}

.expand .nav-link span {
    vertical-align: bottom;
}

.expand .icon path {
    fill: #6c757d;
}

.error .icon path {
    fill: #a00000;
}

.activityIcons div.row {
    font-size: 0.9rem;
    padding: 0.3rem 0.1rem;
}

.activityIcons .glyphicons,
.activityIcons .social {
    display: inline-block;
    font-size: 1.2rem;
    margin-right: 0.3rem;
    position: relative;
    top: -1px;
}

.activityIcons .icon svg {
    height: 1.5rem;
    width: 1.5rem;
}

.activityIcons .icon path {
    fill: #495057;
}

.activityDate {
    line-height: 1.5rem;
}

#snapModal .icon svg {
    height: 1rem;
    width: 1rem;
}

a.timelineItem {
    color: #495057;
    text-decoration: none;
}

a.timelineReview .reviewContainer {
    width: 100%;
}

a.timelineReview .img-thumbnail {
    min-width: 150px;
    width: 149px;
}

@media screen and (max-width: 576px) {
    a.timelineReview .img-thumbnail {
        min-width: 75px;
        width: 75px;
    }

    a.timelineReview .blockquote {
        font-size: 0.8rem;
    }
}

.social .icon {
    height: 20px;
    opacity: 0.7;
    vertical-align: top;
    width: 20px;
}

.monthContainer {
    font-size: 1.2rem;
}

#monthDisplay {
    font-weight: bold;
}

.calendar {
    left: -12px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}

.calendar .icon svg {
    height: 1.6rem;
    width: 1.6rem;
    vertical-align: top;
}

.calendar .icon path {
    fill: #007bff;
}

.accordion > .card:first-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: -1px;
}

.modal-body .label {
    color: #808080;
}

.modal-body .label .glyphicons,
.modal-body .label .social {
    margin-right: 2px;
    position: relative;
    top: -0.5px;
    vertical-align: middle;
}

.modal-body .label .icon {
    height: 0.8rem;
    opacity: 0.5;
    position: relative;
    top: -1px;
    width: 0.8rem;
}

.modal-body div.row {
    padding: 0.2rem;
}

.modal-body .zebra div.row:nth-child(odd) {
    background-color: #edeff1;
}

#snapModal .senderName,
#snapModal .deliveredByName,
#snapModal .recipientName {
    font-weight: bold;
}

.replyToReviewHeading {
    display: block;
    font-weight: bold;
    text-align: left;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
}

.slide-enter-active,
.slide-leave-active {
    transition: max-height 0.5s ease-out;
}

.slide-enter,
.slide-leave-to {
    max-height: 0;
}

.slide-enter-to,
.slide-leave {
    max-height: 360px;
}

.commentsAndSignature {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.btn-light {
    border-color: #ccc;
}

.mainContentContainer .alert {
    margin-top: 1rem;
}

#linksModal .list-group-item-action {
    background-color: #fff;
}

#linksModal .list-group-item-action:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

#linksModal #secondaryLinks {
    margin-top: 15px;
}
#linksModal #secondaryLinks a {
    display: inline-block;
    padding: 10px;
    color: #495057;
    text-decoration: none;
    font-size: 0.9em;
}
#linksModal #secondaryLinks a:hover {
    color: #0056b3;
}
#topNav .icon path {
    fill: #343a40;
}

#topNav .icon svg {
    height: 2rem;
    width: 2rem;
}

#topNav .nav-link span {
    display: block;
}

.isFavorite .icon path {
    fill: #ffa0c0;
}

.notFavorite .icon path {
    fill: #aaa;
}

span.failed {
    color: #d00000;
    font-size: 1.5em;
}

.logoContainer {
    align-items: center;
    margin: auto;
    max-width: 100px;
    text-align: center;
}

.logoContainer img {
    margin: auto;
}

/* Flash the background of an element with .flash */
.flash {
    -moz-animation: flash 2s ease-out;
    -moz-animation-iteration-count: 1;

    -webkit-animation: flash 2s ease-out;
    -webkit-animation-iteration-count: 1;

    -ms-animation: flash 2s ease-out;
    -ms-animation-iteration-count: 1;
}

@keyframes flash {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: #fbf8b2;
    }
    100% {
        background-color: transparent;
    }
}

@-webkit-keyframes flash {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: #fbf8b2;
    }
    100% {
        background-color: transparent;
    }
}

@-moz-keyframes flash {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: #fbf8b2;
    }
    100% {
        background-color: transparent;
    }
}

@-ms-keyframes flash {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: #fbf8b2;
    }
    100% {
        background-color: transparent;
    }
}
