/* Navigation Bar */
nav.navbar
{
	z-index: 9999 !important;
	margin-bottom: 1rem;
	box-shadow:
		0 0.25rem 0.33rem rgba(0, 0, 0, 0.21),
		0 0.05rem 0.10rem rgba(0, 0, 0, 0.31);
}

nav.navbar .input-group > input,
nav.navbar .input-group-append > button
{
	border-color: white;
}

/* Alert messages */
ul.messages
{
	width: 100%;
	padding: 0;
	margin-bottom: 1.25rem;
	list-style-type: none;
	z-index: 0;
}

ul.messages > li
{
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;

	margin: 0.5rem;
	padding: 0;

	box-shadow:
		0 0.25rem 0.33rem rgba(0, 0, 0, 0.21),
		0 0.05rem 0.10rem rgba(0, 0, 0, 0.31);
}

ul.messages > li > a,
ul.messages > li > p
{
	display: inline-block;
	width: 100%;
}

ul.messages > li > a,
ul.messages > li > p,
ul.messages > li > button
{
	display: inline-block;
	height: 2.5rem;
	line-height: 2.5rem;
	padding: 0 !important;
}

ul.messages > li > a
{
	margin-left: 1rem;
}

ul.messages > li > button
{
	width: 2.5rem;
}

/* Account home */
#view_home .account_left
{
	margin-top: 2.5rem;
	padding-top: 0 !important;
	text-align: center;
}

#view_home .account_left img
{
	width: 100%;
	margin-bottom: 0.5rem;
}

#view_home .nav-link
{
	height: 2.5rem;
	line-height: 2.5rem;
	padding: 0 1rem;
}

#view_home .postbox,
#view_home .superchat_postbox
{
	margin-top: 0 !important;
	padding-top: 0 !important;
	border-radius: 0;
	box-shadow: none;
}
#view_home .superchat_postbox form
{
	padding: 1rem;
}

#view_home ul.post_list
{
	list-style-type: none;
	padding: 0rem;
	background-color: rgba(0, 0, 0, 0.04);
	border: 1px solid rgb(222, 226, 230);
	margin: 0;
}

#view_home ul.post_list > li
{
	margin-bottom: 1rem;
	margin-left: 0;
	margin-right: 0;
}

#view_home ul.post_list > li .row
{
	margin: 0;
	padding: 0;
}

#view_home ul.post_list > li .col-10
{
	padding-bottom: 2rem;
}
#view_home ul.post_list > li .col-10 .row:last-child
{
	position: absolute;
	bottom: 0;
}

#view_home ul.post_list > li .row:last-child button
{
	margin-left: 0 !important;
	padding-left: 0;
}

#view_home .tab-pane > .container
{
	border: 1px solid rgb(222, 226, 230);
}

#view_home #timeline-panel li
{
	margin: 0;
	border: 1px solid transparent;
	border-radius: 0;
	box-shadow: none !important;
}

#view_home #timeline-panel li:nth-child(even)
{
	background-color: transparent;
}

#view_home #timeline-panel .postbox
{
	padding: 1rem !important;
}

/*   */

.tier_list
{
	padding: 0;
	margin: 0;
	margin-bottom: 1rem;
	border-radius: 0.25rem;
	box-shadow:
		0 0.25rem 0.33rem rgba(0, 0, 0, 0.21),
		0 0.05rem 0.10rem rgba(0, 0, 0, 0.31);
}

.tier_list > .card
{
	border-radius: 0;
	box-shadow: none;
}

.tier_list > .card:first-child
{
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.tier_list > .card:last-child
{
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

/* Old styles */

.silver-container
{
        background-color: white;
        border-color: var(--tint);
        padding: 1rem;
}

.silver-container .infinite-item
{
        margin-bottom: 1rem;
}

.silver-container,
.card
{
	border-radius: 0.50rem;
	box-shadow:
		0 0.25rem 0.33rem rgba(0, 0, 0, 0.21),
		0 0.05rem 0.10rem rgba(0, 0, 0, 0.31);
}

.silver-container .card
{
	border-radius: 0.25rem;
	box-shadow:
		0 0.25rem 0.33rem rgba(0, 0, 0, 0.21),
		0 0.05rem 0.10rem rgba(0, 0, 0, 0.31);
}

img.silver-avatar
{
        box-sizing: border-box;
        display: block;
        width: calc(100% - 1rem);
        height: auto;
        margin: 0.5rem;
        margin-top: 1.0rem;
        margin-left: 1.0rem;
        background-size: contain;
        background-position: center;
}


/**/
#timeline-panel label:nth-child(2)
{
    display: none;
}

#timeline-panel > .card:first-child,
#sponsors-panel > .support-summary,
#pledges-panel > .support-summary
{
    background-color: var(--tint);
}

/* Chat / Comments */
.silver-comment
{
    padding-top: 1rem;
}

.silver-comment > small
{
    display: inline-block;
    float: none;
    width: 100%;
    height: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.31);
    margin-top: 0.25rem;
    padding-top: 0.25rem;
    padding-bottom: 1.75rem;
    margin-bottom: 1.25rem;
}

.silver-comment form .row
{
    width: 100%;
}
.silver-notification-list .card
{
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.31);
    padding: 1rem;
}

.silver-notification-list .card:nth-child(even)
{
    background-color: rgba(0, 0, 0, 0.03);
}
