/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			Subway 
	Based on style:		prosilver (the default phpBB 3.1.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
						KomiDesign ( http://www.komidesign.com/ )
    --------------------------------------------------------------
*/

@import url("common.css");
@import url("links.css");
@import url("content.css");
@import url("buttons.css");
@import url("cp.css");
@import url("forms.css");
@import url("colours.css");
@import url("imageset.css");
@import url("custom.css");

#page-header {
    background-color: #CCD3EC;
}


#hubble-main-content {
    margin: 0px -10px 20px;
}

#hubble-sidebar-wrapper {
    margin: 5px -10px 0px;
}

#hubble-sidebar-wrapper .sblock .scontent {
    margin-bottom: 0px;
}

#hubble-sidebar-wrapper .sblock {
    margin-top: -5px; 
}

#page-footer.light-footer {
    margin-top: -10px;
    padding: 0px 15px 0px 20px;
}

#hubble-sidebar-wrapper img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#nav-breadcrumbs .crumb a {
    color: #777; /* ajusta el color a tu gusto */
}

#nav-breadcrumbs .crumb::before {
    color: #777;
}


.headerbar {
    background-color: #fff;
    padding: 0px 10px 0px;
    margin: 0px -10px 0px;
}


.navbar-bottom {
    background-color: #fff;
    padding: 10px 12px !important;
    margin: 0px -10px 0px;
}

.forum-title {
    background-color: #fff;
    margin: 0px 0px 10px;
    padding: 25px;
}

.topic-title {
    background-color: #fff;
    margin: 0px 0px 10px;
    padding: 25px;
}


/* Restaurar estilo del stat-block de estadísticas */
.stat-block .statistics h3 {
    background-color: #832B40;
    color: #fff;
    padding: 15px 0 15px 42px;
    margin: 0 -10px 20px;
    font-weight: 400;
    position: relative;
    height: auto;
    display: block;
}

.stat-block .statistics h3::before {
    display: block;
    content: "\e0fd";
    font-family: subway-icons;
    position: absolute;
    top: 13px;
    left: 10px;
    width: 22px;
    height: 22px;
    font-size: 22px;
    color: #fff;
    line-height: 1;
}

.stat-block .statistics p {
    color: #444;
}

/* Fix login sidebar overflow */
.scontent fieldset.quick-login {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
}

.scontent fieldset.quick-login input.inputbox {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
}

.postprofile img.avatar {
    width: 85px;
    height: 85px;
}
/* Online image (moved from language-specific stylesheet) */
.online { background-image: url("./en/icon_user_online.gif"); }
.imageset.icon_user_online {
        background-image: url("./en/icon_user_online.gif");
        padding-left: 58px;
        padding-top: 58px;
}
