/*
Theme Name: NODES GENERAL
Theme URI:
Description: Tema desenvolupat pel Departament d'Ensenyament de Catalunya
Author: Albert Bachiller
Author URI: http://jurjur.org
Template: reactor
Version: 1.0.0
*/

body {
    background-color: white !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #444;
}

div.large-9 {
    padding: 0;
}

#contingut_central_frontpage {
    padding: 0;
}

#contingut_central_frontpage p,
#contingut_central_frontpage li {
    font-size: 0.9em;
}

#contingut_central_frontpage ul {
    line-height: 1em;
}

.row {
    max-width: 100%;
    margin: 0 !important;
}

h1, h2, h3, h4, h5, h6,
a {
    color: #087eb6;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

a:hover {
    text-decoration: underline;
}

a.no-link:hover {
    text-decoration: none;
    cursor: default;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

/**
 * 2017.04.17 @nacho: Hide the css class galleria-errors
*/
h3 {
    font-size: 1.375em;
}

h4 {
    font-size: 1.25em;
}
/*
* end @nacho
*/

.button {
    box-shadow: 0 !important;
    background-color: white;
    border: 1px solid #e6e6e6;
}

/*Bug WP/Buddypress*/
#wp-toolbar > ul > li {
    display: block;
}

.login h1 a {
    background-size: auto !important;
}

ul.menu,
ul.sub-menu {
    list-style-type: none;
    margin-left: 0;
}

.widget_nav_menu .sub-menu .sub-menu {
    margin-left: 1em;
}

ul.sub-menu > li:before {
    content: "\f345";
    line-height: 1;
    font-family: "dashicons";
}


table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
    border: 1px solid silver;
}

.page-template-page-templatesside-menu-php {
    background-color: #EFEFEF !important;
}

.page-template-page-templatesside-menu-php article {
    background-color: white;
    padding-bottom: 2em;
}

iframe {
    border: 0;
}

/* vcard (targeta identificació centre) */

.vcard {
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
}

.vcard .country-name,
.vcard .region,
.vcard .fn.org.url {
    display: none;
}

#tar-nomCentre {
    display: block;
    font-size: 0.95em !important;
    font-weight: bold;
    line-height: 1em !important;
    padding-bottom: 0.5em;
    color: #555;
}

.vcard span {
    font-size: 0.8em;
    line-height: 1.2em;
    color: #777;
}

#tar-mapa,
#tar-contacte {
    color: #808080;
    font-weight: 500;
    font-size: 0.8em;
}

.tel {
    font-weight: bold;
    margin: 0.5em 0 0.3em 0;
}

.logo_inline {
    text-align: left;
}

.logo_clear {
    text-align: center;
    margin-bottom: 1em;
}

.no_logo {
    padding-left: 2em;
    text-align: left;
}

.pipe {
    color: #bbb;
    font-size: 0.8em;
    margin: 0 5px;
}

.ww {
    word-wrap: break-word;
}

/* Targetes */

.card_bgcolor1 {
    background-color: #f1f1f1;
}

.card_bgcolor2 {
    background-color: #f8f8f8;
}

.card_bgcolor3 {
    background-color: #e5e5e5;
}

#contingut_central_frontpage > .page {
    background-color: #ececec;
    line-height: 1.2em;
    padding-bottom: 0.5em;
}

article {
    padding: 0;
    border: 0 !important;
}

.entry-body {
    margin: 0 !important;
    border: 0;
    padding: 1.5em 2em;
    position: relative !important;
}

.entry-body table.alignleft,
.entry-body img.alignleft {
    margin-right: 1em;
}

.entry-body table.alignright,
.entry-body img.alignright {
    margin-left: 1em;
}

.entry-body embed {
    margin: 1em 0;
}

/* Image legend */
.wp-caption-text {
    text-align: center;
    font-style: italic;
}

.entry-tags:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 22px/1 'dashicons';
    vertical-align: middle;
    margin-right: 0.2rem;
}

header.entry-header {
    position: relative;
}

.entry-header > h2 {
    font-size: 1.35em;
    line-height: 1.15em;
    padding-bottom: 0.15em;
}

#contingut_central_frontpage .entry-title {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}

.entry-body li {
    margin: 0.5em 0;
}

.entry-summary > p, h2 {
    padding-top: 0.5em;
}

.entry-thumbnail {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
}

.entry-original-featured-image {
    text-align: center;
    position: relative;
}

/* // XTEC *** 610 - Aesthetic improvement in the presentation of the articles #418 - 2018.07.13 @adriagarrido */
.entry-thumbnail,
.entry-original-featured-image {
    margin: 10px 0 15px 0;
}

.label.secondary {
    background-color: #4ad0d2;
    color: white;
}

#comments {
    padding: 1.5em 2em;
}

#reply-title {
    font-size: 1.2em;
}

#commentform .alert.info {
    display: none;
}

/* Top header */

#wpadminbar {
    height: 36px !important;
    position: fixed;
}

.ab-item {
    color: #ddd !important;
}

#wpadminbar #wp-admin-bar-bp-login > .ab-item:before {
    content: "\f112";
    margin-top: 4px;
}

li#wp-admin-bar-bp-login {
    float: right;
}

#wpadminbar #wp-admin-bar-recursosXTEC > .ab-item:after {
    font: normal 14px/1 'dashicons';
    display: inline-block;
    vertical-align: middle;
    content: "\f347";
    margin-left: 4px;
    border-right: 1px solid grey;
    color: lightgrey;
    padding-right: 4px;
}

#wpadminbar .quicklinks > ul > li.wp-admin-bar-gencat > a {
    padding: 0;
}

#wpadminbar .quicklinks .ab-empty-item {
    height: 32px;
    display: block;
    padding: 0 10px 0 0;
    margin: 0;
}

#wpadminbar .notification {
    color: white;
}

/* Header */

#header .row {
    width: 100%;
    margin: 0;
}

#header div.row > div.columns {
    padding: 0;
}

/* Posts */

.entry-icon {
    position: absolute;
    top: -15px;
    left: 100%;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 999;
}

.entry-icon i.fa{
    font-size:0.7em;
}

.fullwidth .entry-icon {
    position: absolute;
    top: -15px;
    left: 97%;
}

.entry-date > a,
.entry-author > a,
.entry-comments,
.entry-categories > a,
.entry-tags > a {
    font-size: 0.8em;
}

.entry-date:before,
.entry-author:before,
.entry-comments:before,
.entry-categories:before,
.entry-tags:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 18px/1 'dashicons';
    vertical-align: middle;
    margin-right: 0.2rem;
}

.entry-date,
.entry-author a {
    color: #A9AAA8 !important;
    margin-bottom: 0.8em;
    margin-right: 0.5em;
    display: inline-block;
    font-size: 0.8em;
}

.entry-date:before {
    content: "\f145";
    font-size: 1.2em;
    color: #aaaba6;
}

.entry-author:before {
    content: "\f110";
    font-size: 1em;
    color: #BFC0BC;
}

.entry-comments:before {
    content: "\f101";
}

.entry-categories:before {
    content: "\f318";
}

.entry-tags:before {
    content: "\f323";
}

.entry-footer {
    margin-top: 1em;
    color: silver;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.post.format-audio p,
.post.format-gallery p,
.post.format-image p,
.post.format-link p,
.post.format-video p {
    line-height: 1.6em;
}

#sidebar-footer .widget_logo_centre_widget {
    margin: 0 0 2em 0;
}

/* Header */

#header .columns{
    padding :0;
    margin: 0;
}

.box-title, .box-description, .box-image, .box-grid {
    overflow: hidden;
}

.box-title:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.box-title a:hover, .box-description a:hover  {
    text-decoration: none;
}

.box-description:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.box-title .box-content a,
.box-description .box-content,
.box-description .box-content a {
    font-family: 'Oswald';
    font-weight: 300;
}

.box-grid {
    background: whitesmoke;
}

.box-grid:before {
    content: "";
    display: block;
    padding-top: 75%;
}

.box-grid a,
.box-grid a:hover {
    text-decoration: none;
}

.box-image:before {
    content: "";
    display: block;
    padding-top: 21.45%;
}

.box-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}

.box-content div {
    display: table;
    width: 100%;
    height: 100%;
}

#header div.row > div.columns .box-content-grid #search-panel {
    display: none;
    background-color: #fdd300;
    width: 100%;
    padding: 0.5em;
    height: 3em;
}

#box-grid div[id^='icon']:hover {
    background-color: #fdd300;
}

.slideshow_description, .slideshow_title {
    padding: 10px !important;
    line-height: 1.2em;
}

.text_icon {
    font-family: 'Open Sans', sans-serif;
}

/* Menu principal */

.menu-item-depth-3 {
    padding-left: 1em;
}

/* Fil d'ariadna */

ul.breadcrumbs {
    border: 0px solid #ddd;
    margin: 0.1em 0 0 0 !important;
    padding-left: 2em;
}

.breadcrumbs > * {
    font-size: 0.9em;
    text-transform: uppercase;
}

.breadcrumbs {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 1.5em;
}

/* Barra lateral */

.targeta_id_centre {
    padding-top: 0.8em;
}

#sidebar-frontpage {
    background-color: white;
    padding: 0;
}

#sidebar-frontpage-2 {
    padding: 0;
    padding-top: 1em;
}

#content .row {
    margin-left: 0;
}

#sidebar,
#sidebar-category {
    padding: 2em 1em 1em 2em;
    background-color: white;
}

.section-container.accordion {
    border: 0;
}

.section-container.accordion > .section:first-child {
    border-top: 1px solid #ccc;
}

.section-container.accordion > .section > .title {
    border-color: #ccc;
    border-style: solid;
    border-width: 0 0 1px 0;
}

.current_page_item.title {
    background-color: #E2E2E2 !important;
}

div.section > .current_page_item a {
    font-weight: bold;
    border-right: 3px solid #A4A4A4;
}

li.current_page_item > a {
    font-weight: bold;
}

.page_item a {
    font-size: 1em;
}

#side-menu.columns {
    padding-left: 0;
    padding-right: 0;
}

.accordion .page_item.title {
    padding-left: 1em;
}

.accordion li.page_item {
    padding-left: 2em;
}

/* Ginys */

#sidebar-frontpage .widget {
    padding-left: 2em;
    padding-right: 1em;
}

#sidebar-frontpage .widget.logotip-widget {
    padding-left: 0em;
}

#sidebar-frontpage .widget.widget_logo_centre_widget {
    padding-bottom: 1.5em;
}


#sidebar-frontpage-2 .widget {
    padding-left: 1em;
    padding-right: 1em;
}

.slideshow_slide {
    margin-right: 0px;
}

.slideshow_slide .slideshow_slide_text {
    padding: 20px !important;
}

li.cat-item {
    list-style: none;
    font-size: 18px;
}

/**
 * 2017.04.17 @nacho: Hide the css class galleria-errors
*/
galleria-errors {
    display: none;
}
/*
* end @nacho
*/

div.addr-centre {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.logotip-widget {
    margin: 0 0 1em 0;
    text-align: center;
    padding: 1em 0.2em;
}

.iconedu {
    width: 60px;
}

address {
    font-size: 0.8em;
    line-height: 1.25em;
    font-style: normal;
}

.text-info-centre {
    display: table-cell;
    vertical-align: middle;
    margin-left: 0;
    padding-left: 0;
    margin-top: 0.9em;
    text-align: left;
}

#tar_nomCentre {
    color: #444 !important;
}

.tagcloud {
    background-color: #f1f1f1;
    padding: 0.5em;
}

.widget_socialmedia_widget a:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.widget_xtec_widget .grid-icon {
    background-color: white;
    margin-bottom: 0.9em;
    margin-top: 0;
}

/* Shortcodes */

.rss-date {
    color: #888;
    font-size: 0.8em;
}

.rss-excerpt {
    font-size: 0.9em;
    color: #444;
}

.rss-title {
    margin-bottom: 10px;
}

.rss-title a {
    font-weight: bold;
}

.rss-sc li {
    list-style-type: none;
}

.rss-sc li:before {
    content: "\f345";
    font: 14px/1 "dashicons";
    color: #BBB;
    margin-left: -1em;
}

/* Categories */

.archive-meta {
    background-color: #f8f8f8;
    padding: 2em;
}


/* Xarxa Nodes (BuddyPress & BBPress) */

.widget.buddypress ul.item-list img.avatar {
    width: 3em !important;
    height: 3em !important;
}

#buddypress form#whats-new-form #whats-new-content {
    padding: 0 0 0 10px;
}

li.feed {
    display: none;
}

#groups-list {
    list-style-type: none;
}

#groups-list .activity {
    display: none !important;
}

.widget_bp_groups_widget #groups-list {
    margin-left: 0;
}

.widget_bp_groups_widget #groups-list .item {
    display: none;
}

#activity-filter-select {
    display: none;
}

#buddypress div#object-nav.item-list-tabs ul li.current {
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 0px !important;
}

#buddypress div#object-nav.item-list-tabs ul li {
    border-bottom: 1px solid #CCCCCC !important;
}

.widget_bp_core_members_widget .vcard div.item-title,
.widget_bp_core_members_widget .vcard div.item-meta {
    display: none;
}

.widget_bp_core_members_widget #members-list {
    margin-left: 0;
}

.widget.buddypress div.item-options {
    padding: 0 !important;
    padding-bottom: 1em !important;
    margin: 0 !important;
}

div.bbp-template-notice.info {
    display: none;
}

.bbp-template-notice {
    display: none;
}

.bbp-topic-permalink {
    font-size: 1.5em;
}

#bbp_topic_content_ifr {
    border: 1px solid #dedede;
}

#bbpress-forums {
    font-size: 1em !important;
}

.bbp-pagination-count {
    font-size: 0.8em;
}

#bbpress-forums li.bbp-header {
    background: #f3f3f3 !important;
}

ul.bbp-topics, .bbp-topic-form {
    border: 1px solid #D5D5D5 !important;
}

#bbpress-forums > #subscription-toggle {
    display: none;
}

#buddypress div.item-list-tabs#subnav {
    margin: 0px !important;
    border-left: 1px solid #CCCCCC;
    background-color: #eee !important;
}

#buddypress div.item-list-tabs ul li.selected a {
    opacity: 1 !important;
}

.widget.buddypress #friends-list li,
.widget.buddypress #groups-list li,
.widget.buddypress #members-list li {
    clear: inherit !important;
}

/* Pagination */

ul.pagination {
    margin: 1.063em 1em 1.25em;
}

ul.pagination li.current a {
    background: #E5E5E5;
}

ul.pagination li.current a:hover {
    cursor: pointer;
    background: #E5E5E5;
}

/* Search page */
body.search-no-results article {
    padding: 2em;
}

/*****************************************************************
Footer
******************************************************************/
#footer {
    padding-top: 2em;
}

.inner-footer {
    border: 0;
}

.site-info {
    color: white;
}

#footer a {
    text-decoration: underline;
}

.widget_socialmedia_widget a {
    text-decoration: none !important;
    margin: 0em 0.1em 0.1em 0.1em;
}

.fa-2-5x {
    font-size: 2.5em !important;
}

#footer a:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.site-footer input,
.site-footer select option,
.site-footer select.postform{
    color:black !important;
}

.site-footer *{
    color: white !important;
}

.FlexEmbed {
    display: block;
    overflow: hidden;
    position: relative;
}

.FlexEmbed:before {
    content: "";
    display: block;
    width: 100%;
}

.CoverImage {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

#sidebar-footer .widget_logo_centre_widget img {
    max-width: 100px;
}



/* Bp-Docs */

table.doctable {
    border: 0;
    border-top: 1px solid #C6C6C6;
}

th.title-cell a,
th.author-cell a,
th.created-date-cell a,
th.edited-date-cell a {
    font-weight: bold;
}

table.doctable td,
table.doctable th {
    border: 1px solid #C6C6C6;
    border-left: 0;
    border-top: 0;
}

table.doctable td:first-of-type,
table.doctable th:first-of-type {
    border-left: 1px solid #C6C6C6;
}

.docs-filter-section {
    font-size: 1em !important;
    border: 0 !important;
}

table.doctable .title-cell {
    width: 100%;
}

.created-date-cell,
.edited-date-cell {
    color: #808080;
}

table.doctable .title-cell {
    color: #808080;
    margin-top: 1em;
}

table.doctable .title-cell > a {
    font-size: 1.3em;
    line-height: 1.3em;
}

div.docs-info-header {
    background: #fff !important;
}

.toggle-table,
.content-column,
.desc-column {
    border: 0;
}

.toggle-table td {
    border: 0;
}

#info-footer-mediaprint {
    display: none;
}


body.login h1 {
    line-height: 1em;
}

body.login #login h1 a {
    display: none;
}

body.login #login_logo {
    text-align: center;
    margin-bottom: 1em;
}

body.login #login_logo img {
    max-width: 200px;
    margin-bottom: 1em;
}

body.login #loginform {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border: 1px solid #ddd;
    background: #F5F5F5;
}

body.login .wp-social-login-widget {
    text-align: center;
}


/**
 * 2015.11.13 @nacho: Customize the customSection, noChildren and dropDown classes when Side_Menu_walker is loaded
*/
.section-container.accordion > .customSection div.content {
    padding: 0 0.9375em;
    background-color: #FFF;
    border: 1px solid #CCC;
}

.section-container.accordion > .customSection > .title a {
    padding: 0.9375em;
    color: #333;
    font-size: 0.875em;
    background: transparent none repeat scroll 0% 0%;
    display: inline-block;
}

.section-container.accordion > .customSection p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 0em;
    text-rendering: optimizelegibility;
    background: #D5D5D5 none repeat scroll 0% 0%;
    border-color: #CCC;
    border-style: solid;
    border-width: 0px 0px 1px;
}

.section-container.accordion > .section > .title a,
.section-container.accordion > .customSection > .title a {
    padding-right: 30px;
    white-space: normal;
}

.section-container.accordion > .customSection ul {
    padding-top: 0px;
    display: block;
    margin: 0px;
    padding: 0.875em 0px;
    list-style-type: none;
    list-style-position: inside;
    font-size: 1em;
    line-height: 1.6;
    list-style-position: outside;
    font-family: inherit;
}

.section-container.accordion > .customSection li {
    padding-left: 2em;
    margin: 0px 0px 0.4375em;
    font-size: 0.875em;
}

.section-container.accordion > .customSection {
    position: relative;
}

.dashicons, .dashicons-before:before {
    content: "\f347";
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
}

.customSection .dashicons-arrow-down-alt2:before {
    content: "\f343" !important;
}

.dropDown {
    position: absolute;
    right: 20px;
    top: 15px;
}

#side-menu .section, #side-menu .customSection.active {
    position: relative !important;
}

.noChildren .dashicons {
    display: none;
}
/**
 *End @nacho
*/


/* Media */

@media print {
    #header,
    #commentform,
    #footer,
    #side-menu,
    #reply-title,
    .breadcrumbs,
    .edit-link,
    .sidebar,
    .nav-single,
    .entry-thumbnail,
    iframe {
        display: none;
    }

    a:link:after,
    a:visited:after {
        content: "";
    }

    #info-footer-mediaprint {
        text-align: center;
        display: block;
        position: fixed;
        bottom: 0;
    }

    img {
        max-width: 500px;
    }

    @page {
        margin: 0.5cm;
    }
}

/* Mobile. Ipad and similar tablets no included. */

@media screen and (max-width: 767px) {

    .box-grid {
        position: relative;
        width: 100%;
        overflow: hidden;
        background: whitesmoke;
    }

    .box-titlemobile {
        width: 100%;
        overflow: hidden;
        padding: 0.4em 0.5em 1em 0.5em;
    }

    div.box-titlemobile-inner {
        display: table;
    }

    div.box-titlemobile-schoolName {
        display: table-cell;
        vertical-align: middle;
        padding: 0 1em;
        font-size: 1.6em;
        text-align: center;
    }

    #schoolCity {
        font-size: 0.8em;
        color: #585858;
    }

    .site-header {
        border-bottom: 0;
        margin: 0;
    }

    .entry-body {
        padding: 0.5em 0.5em;
    }

    #wpadminbar .quicklinks > ul > li > a {
        height: 36px;
        line-height: 36px;
    }

    #wp-admin-bar-recursosXTEC,
    #wp-admin-bar-edit {
        display: none !important;
    }

    div.gce-widget-grid table tr th,
    div.gce-widget-grid table tr td {
        padding: 0.5em;
    }
}

/* Large > 1480px */
@media (min-width: 1480px) {
    html {
        background-color: #E2E2E2;

    }

    body {
        width: 1480px;
        margin-left: auto;
        margin-right: auto;
        border-left: 3px solid #ddd;
        border-right: 3px solid #ddd;
    }

    .box-content a,
    .box-content span {
        font-size: 30px !important;
    }
}

div.dir-search {
   margin: 0!important;
}

/* SIMPLE CALENDAR: ESTILS WIDGET CALENDAR */
.widget span.simcal-no-events, .simcal-events-dots b{
        display: none !important;
}

.widget div.simcal-calendar table.simcal-calendar-grid tr.simcal-week td div span.simcal-events-dots b, .widget .simcal-default-calendar-grid .simcal-events-dots{
    display: inline !important;
}

.widget .simcal-day-label.simcal-day-number{
    background-color: #e7e7e7 !important;
    color: #59544E !important;
}

.widget tr.simcal-week{
    background-color: #e7e7e7;
}

.widget tr.simcal-week td{
    border: 1px solid white !important;
}

.widget .simcal-day-void{
    background-color: #f5f5f5 !important;
}

.widget tr.simcal-week div{
    padding-top: 5px !important;
    background-color: #e7e7e7;

}

.widget .simcal-current-month,
.widget .simcal-current-year{
    text-transform: capitalize;
    font-size: 0.7em;
    color: #59544E !important;
    font-weight: bold;
    line-height: 1em;
    margin-top: -7px !important;
}

#sidebar-frontpage-2 .widget .simcal-current-month,
#sidebar-frontpage-2 .widget .simcal-current-year{
    font-size: 0.6em !important;

}

.widget .simcal-today > div{
    border: none !important;
}

.widget .simcal-today > div > span.simcal-day-label.simcal-day-number{
    border: none;
    background-color: transparent !important;
}

.widget .simcal-default-calendar-grid .simcal-day-number{
        padding: 0px !important;
    }

.widget .simcal-default-calendar-grid .simcal-calendar-head .simcal-nav{
    padding: 5px !important;
}

#sidebar-frontpage-2 .widget .simcal-default-calendar-grid .simcal-calendar-head .simcal-nav{
    padding: 2px !important;
}

#sidebar-frontpage-2 .simcal-calendar-head h3,
#sidebar-frontpage .simcal-calendar-head h3{
    margin-top: -7px;
}

.widget .simcal-today > div > span.simcal-day-label.simcal-day-number{
    border-radius: 14px !important;
    margin: 0 auto !important;
    width: 23px !important;
    padding: 2px 2px 3px 2px !important;
}
/* SIMPLE CALENDAR: FI ESTILS WIDGET CALENDAR */
