/*
Theme Name: Fenix Twenty Fifteen
Theme URI: https://rnl.tecnico.ulisboa.pt
Author: RNL Team
Author URI: https://rnl.tecnico.ulisboa.pt
Description: This theme is made to look exactly like Fenix' pages
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Text meant only for screen readers */
.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font: bold 14px/normal "Noto Sans", sans-serif;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}

/* Rest of the theme */
* {
    text-rendering: optimizelegibility;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.009);
}

html {
    background-color: #F8F8F8;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

body {
    background: transparent;
    font-size: 13px;
    color: #444;
    margin: 0 auto;
}

a {
    color: #009EE2;
}

ins {
    color: #27AE60;
    text-decoration: none;
    text-decoration-style: dashed;
}

del {
    color: #DA4453;
    text-decoration: none;
    text-decoration-color: #7F8C8D;
    text-decoration-style: dashed;
}

small {
    color: #7F8C8D;
}

.fenix-branding {
    padding: 60px 0 30px;
}

.search-form {
    padding: 60px 0 30px 9px;
}

.search-form label {
    display: block;
}

.search-field {
    width: 100%;
}

.site-branding {
    padding: 0 15px;
}

.site-title {
    font-size: 30px; font-weight: 300; line-height: 1.1em;
    margin: 20px 0 10px;
}

.filter {
    border-bottom: 1px solid #eaeaea;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.site-description {
    color: #888; font-size: 13px;
    margin: 10px  0 20px;
}

.site-header a, .site-header a:hover {
    color: #444;
    text-decoration: none;
}

#content {
    background: #fff;
    border-top: 1px solid #009ee2;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    
    padding: 60px 50px;
    min-height: 800px;
}

#content.double-sidebar {
    border-left: 1px solid #e5e5e5;
}

#content.no-sidebar {
	border-left: none;
	border-right: none;
}

.sidebar {
    padding-top: 60px;
    z-index: 42;
}

@media (max-width:767px) {
    #content {
        padding: 15px;
    }

    .sidebar {
        padding-top: 30px;
    }
}

.sidebar.secondary {
    padding-left: 0px;
    margin-left: -1px;
}

.sidebar.extra {
    margin-right: -1px;
    padding-left: 0;
    padding-right: 0;
}

.sidebar .widget {
/*    border-bottom: 1px solid #eee;
    padding-bottom: 20px;*/
    margin-bottom: 20px;
}

.sidebar .labs_ocupation_widget ul {
    padding: 8px 25px;
}

.widget-title {
    border-bottom: 1px solid #eee;

    margin-top: 2px;
    margin-bottom: 0;
    font-size: 13px; color: #999;
    display: block;
    padding: 8px 25px;
}

.secondary .widget-title {
    margin-left: 0px;
}

.extra .widget-title {
    margin-right: 0px;
}

.textwidget {
    font-size: 12px;
    padding: 8px 25px;
}

.widget ul {
    list-style: none;
    margin-left: 0; padding-left: 0;
}

.widget li {
    margin-left: 0; padding-left: 0;
}

.search-form label {
    display: block;
}

.search-field {
    display: block;
    width: 100%;
    height: 32px;
    font-size: 13px;
    line-height: 1.42857em;
    color: #666;
    border-radius: 1px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    padding: 4px 6px;
    border: 1px solid #c6c6c6;
    background: #fff;
    vertical-align: middle;
}

.search-field:focus {
    border-color: rgba(153, 153, 153, 0.9);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
    outline: none;
}

.sidebar .menu, #sidebar .sub-menu {
    list-style: none;
    margin: 0; padding: 0;
}

.sidebar .sub-menu {
    display: none;
}

.sidebar .menu li {
    margin-top: 2px;
}

.sidebar.secondary .menu li {
    margin-left: 0px;
}

.sidebar.extra .menu li {
    margin-right: 0px;
}

.sidebar .menu a {
    font-size: 13px; color: #444;
    display: block;
    padding: 8px 25px;
    position: relative;
}

.sidebar .sub-menu a {
    padding-left: 50px;
}

.sidebar .current-menu-item .sub-menu,
.sidebar .current-menu-parent .sub-menu {
    display: block;
}

.sidebar .menu a:hover,
.sidebar .menu a:focus {
    background-color: #eee;
    text-decoration: none;
    outline: none;
}

.sidebar .menu .current-menu-parent > a {
    background-color: #eee;
    text-decoration: none;
    outline: none;
}

.sidebar .menu .current-menu-item > a {
    background: #fff; color: #444;
    border-bottom: 1px solid #ddd;
}

.sidebar.secondary .menu .current-menu-item > a {
    border-right: 1px solid #ddd;
    margin-left: -2px;
}

.sidebar.extra .menu .current-menu-item > a {
    border-left: 1px solid #ddd;
    margin-right: -2px;
}

.menu .rss {
	position: relative;
}

.menu .rss a {
	height: 0;
	overflow: hidden;
	padding: 34px 0 0 40px;
	position: absolute;
	right: 0;
	top: -36px;
	width: 0;
}

.menu .link a {
    padding-right: 35px;
}

.menu .rss a:after, .menu .link a:after {
    content: "";
    
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    
    float: right;
    padding: 0 15px;
    
    position: absolute; top: 8px; right: 0;
}

.menu .rss a:after {          content: ""; }
.menu .link-cluster a:after { content: "\f0c2"; color: #4bacff; }
.menu .link-forum a:after {   content: "";     color: #346; }
.menu .link-ftp a:after {     content: "";     color: #7A5ADA; }
.menu .link-labs a:after {    content: "\f108"; color: #666; }
.menu .link-laptop a:after {  content: "\f109"; color: #666; }
.menu .link-msstore a:after { content: "\f17a"; color: #0078D7; }
.menu .link-ntp a:after {     content: "\f017"; color: #876319; }
.menu .link-shell a:after {   content: "\f120"; color: #2B7200; font-weight: bold; }
.menu .link-soft a:after {    content: "\f290"; color: #fff; text-shadow: 0 0 1px black; }
.menu .link-vm a:after {      content: "\f233"; color: #333; }

.site-footer {
    border-top: 1px solid #ddd;
    margin-top: 30px; padding: 20px 30px 100px;
}

.site-copyright {
    color: #888;
    text-align: right;
}

/* Hacks for Bootstrap and Wordpress */

.list-group > br {
	display: none;
}

/* Article */
.page-title, .entry-title {
    font-size: 24px;
    margin: 0 0 10px;
}

.entry-footer {
    font-size: 0.85em;
    margin: 0 0 10px;
}

.updated:not(.published) {
    display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
    margin-right: 2px;
    position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
    margin-right: 1em;
}

.pagination .dots, .pagination .dots:hover, .pagination .dots:focus {
    background-color: #fff;
    border-color: #ddd;
    color: #777;
    cursor: default;
}

/* Content */
.post {
    border-bottom: 1px solid #eaeaea;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.entry-content img {
    max-width: 100%;
}

.entry-content h1, .entry-content h2, .entry-content h3,
.entry-content h4, .entry-content h5, .entry-content h6,
.entry-content .h1, .entry-content .h2, .entry-content .h3,
.entry-content .h4, .entry-content .h5, .entry-content .h6 {
	clear: both;
}

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

.entry-content h2, .entry-content .h2 {
	font-size: 18px;
}

.entry-content h3, .entry-content .h3, .entry-content h4, .entry-content .h4,
.entry-content h5, .entry-content .h5, .entry-content h6, .entry-content .h6 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/**
 * 8.0 Alignments
 */

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

/**
 * 14.0 Media
 */

.site .avatar {
    border-radius: 50%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

audio,
canvas {
    display: inline-block;
}

embed,
iframe,
object,
video {
    margin-bottom: 1.6em;
    max-width: 100%;
    vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
    padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
    margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
    top: 10px;
}


/**
 * 14.1 Captions
 */

.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption-text {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/**
 * Timetables
 */
.timetable{
	color: #003333;
	text-decoration: bold;
	border-collapse:collapse;
	border-color: #000;
	border-width: 2px;
	border-style: solid;
}

.timetable tr{
	font-size: 12px;
	color: #003333;
	font-weight:bold;
	background-color: #E1E1E1;
	text-align: left;
}

.timetable th{
	font-size: 11px;
	color: #333333;
	background-color: #999999;
	text-align: center;
	height: 20px;
	vertical-align: middle;
	border-style:solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1.5px;
	border-right-width: 1.5px
}

.period-first-slot{
	border-width: 1.5px;
	border-style: solid;
	border-bottom-style:none;
}

.period-middle-slot{
	border-width: 1.5px;
	border-right-style: solid;
	border-left-style: solid;
	text-align: center;
}

.period-last-slot{
	border-width: 1.5px;
	border-style: solid;
	border-top-style:none;
}

.period-single-slot {
	border-width: 1.5px;
	border-style: solid;
}

.period-empty-slot{
	border-width: 1px;
	border-top-style: dashed;
	border-left-style: solid;
	border-right-style: solid;
}

.period-hours {
	font-size: 10px; /*changed from 11px to 10px*/
	color: #333333;
	background-color: #999999;
	text-align: center;
	/*height: 20px;*/
	vertical-align: middle;
	border-style:solid;
	border-width: 1px;
	border-left-width: 1px;
	border-right-width: 2px
}

.timetable a{
	color: #003333;
	font-weight: bold;
	font-size: 12px;	
	border-style:none;
}

table.timetable tr td.period-last-slot img {
	float: right;
	border: none;
	padding: 2px;
}

table.timetable tr td.period-single-slot img {
	float: right;
	border: none;
	padding: 2px;
}

.schedule table {
	width: 100%;
	font-size: 12px;
}

.schedule td, .schedule th {
	background: #FFFFFF;
}
.schedule th {
	background: #999999;
}

.schedule td.class-cell {
	background: #E9EAEB;
}

/* RNL Team Boxes */
.team-title {
	text-align: center;
}

.team-element {
    background: #F8F8F8;
    border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;
    text-align: center;
    margin: auto;
    padding: 8px 25px; width: 300px;
}

.team-element.inline {
    background: #F8F8F8;
    border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;
    text-align: center;
    min-height: 225px; display: inline-block; vertical-align: top;
    margin: 8px 8px; padding: 8px 25px; width: 300px;
}

.team-element img {
	height: 143px;
}

/**
 * 12.3 Comments
 */

.comments-area > :last-child {
    margin-bottom: 0;
}

.comment-list + .comment-respond {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
}

.comments-title {
    margin-bottom: 1.3333em;
}

.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 1.6em 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children > li {
    padding-left: 0.8em;
}

.comment-author {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 0.4em;
}

.comment-author a:hover {
    border-bottom: 1px solid #707070;
    border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
    float: left;
    height: 24px;
    margin-right: 0.8em;
    width: 24px;
}

.comment-metadata,
.pingback .edit-link {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
    border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
    color: #333;
}

.comment-metadata {
    margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
    margin-left: 1em;
}

.pingback .edit-link {
    margin-left: 1em;
}

.pingback .edit-link:before {
    top: 5px;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-content > :last-child {
    margin-bottom: 0;
}

.comment-list .reply {
    font-size: 12px;
    font-size: 1.2rem;
}

.comment-list .reply a {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    margin-top: 2em;
    padding: 0.4167em 0.8333em;
    text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
    border-color: #333;
    color: #333;
    outline: 0;
}

.comment-form {
    padding-top: 1.6em;
}

.comment-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
    width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 2em;
}

.logged-in-as a:hover {
    border-bottom: 1px solid #333;
}

.no-comments {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-weight: 700;
    padding-top: 1.6em;
}

.comment-navigation + .no-comments {
    border-top: 0;
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
}

.form-submit {
    margin-bottom: 0;
}

.required {
    color: #c0392b;
}

.comment-reply-title small {
    font-size: 100%;
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}
