@import 'alert.css';

.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 10px;
}


/* Side notes for calling out things
-------------------------------------------------- */

/* Base styles (regardless of theme) */
.bs-callout {
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

.bs-callout h4 {
    margin-top: 0;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #dFb5b4;
}

.bs-callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}

.bs-callout-info {
    background-color: #f0f7fd;
    border-color: #d0e3f0;
}

.panel-info > .panel-body {
    background-color: #d9edf7;
}

.panel-info > .panel-footer {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-footer.meta,
.panel-footer .meta,
.panel-heading.meta,
.panel-heading .meta {
    font-size: 12px;
}

.meta .age,
.meta .author,
.meta .gravatar {
    margin-right: 10px;
    display: inline-block;
}

.meta .gravatar {
    border: 1px solid #eee;
}

#footer {
    font-size: .9em;
    background: #f5f5f5;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    margin-top: 20px;
}

#footer .disclaimer {
    font-size: .9em;
}

h6, .h6 {
    font-size: 14px;
}

h5, .h5 {
    font-size: 16px;
}

h4, .h4 {
    font-size: 18px;
}

h3, .h3 {
    font-size: 20px;
}

h2, .h2 {
    font-size: 22px;
}

h1, .h1 {
    font-size: 24px;
}

.utility.navbar-nav > li {
    float: left;
}

.panel-body,
.panel-heading,
.panel-footer {
    padding: 5px;
    overflow-wrap: break-word;
}

.panel-body p:last-child {
    margin-bottom: 0;
}

.ws-aggregate-update {
    box-shadow: 0 0 3px 1px #c8e1ff;
}

.panel-body img {
    max-width: 100%;
}

.ql-editor p {
    margin: 0 0 10px !important;
}

.range-paginator .pagination {
    display: flex;
    justify-content: space-between;
}

.es-search-sidebar .nav > li > a {
    padding: 5px 10px;
}

.ajax-icon span {
    color: #bfbfbf;
    font-size: 20px;
    border: 1px;
    border-radius: 50%;
}

.ajax-icon span.active {
    color: #646464;
}

.carousel-indicators {
    bottom: 15px;
}

.carousel-indicators li {
    background: #c0c0c0;
    width: 8px;
    height: 8px;
    margin: 0;
}

.carousel-indicators .active {
    background: #333;
    width: 8px;
    height: 8px;
    margin: 0;
}
.announcement-item {
    min-height: 110px;
    border: 1px solid lightcoral;
    border-radius: 5px;
    background-color: lemonchiffon;
    padding: 0 20px 20px;
    margin-bottom: 20px;
}

.announcement-item p {
    margin-bottom: 5px;
}

.announcement-link {
    position: absolute;
    bottom: 7px;
    right: 12px;
}

.announcement-title{
    margin-top: 10px;
}

.panel-body-video{
    padding:5px;
    display: flex;
    align-items: baseline;
}

.center {
    text-align: center;
}

.video-image {
    width: 120px;
    border: 1px solid #999;
    border-radius: 3px;
    margin: 10px;
}

.video-image:hover{
    border-color: black;
}

.video-description{
    font-size: 16px;
}

.tweet-details__info{
    display: flex;
    align-items: center;
    margin-bottom:20px;
}

.tweet-details__title {
    margin: 5px 0;
}

.tweet-details__avatar {
    margin-right: 15px;
}
.tweet-details__message {
    font-size: 16px;
}

.details-link{
    color: inherit;
}

.sidebar-renewal-form {
    margin: 20px 0;
}


/* emoji reactions */
em-emoji-picker {
    position: absolute;
    z-index: 100;
}

.picker-toggle + .reacted-wrapper:not(:empty) {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 2px solid #ccc;
}
.reacted-wrapper {
    display: inline-block;
}

.reaction-added {
    border: 1px solid #ccc;
    border-radius: 12px;
    text-align: center;
    margin: 0 4px;
}
