/**
 * Stylesheet holding the colors of "bolsa_de_trabajo" section.
 *
 * Use this classes to add section-dependant color schemes to your stylesheets.
 *
 * To add this stylesheet to your layout, put this in the <head> section:
 *
 *   <?php if (isset($section)): ?>
 *     <link rel="stylesheet" type="text/css" media="all" href="<?php echo url_for('@section_css?name='.$section->getName() ?>
" />
 *   <?php endif; ?>
 *
 */

/* Background and foreground colors */
.section-color-bg { background-color: #691283; }
.section-color-fg { color: #691283; }

/* Border colors */
.section-color-border-all { border-color: #691283; }
.section-color-border-t { border-top-color: #691283; }
.section-color-border-r { border-right-color: #691283; }
.section-color-border-b { border-bottom-color: #691283; }
.section-color-border-l { border-left-color: #691283; }

/* On hover colors */
.section-color-bg-hover:hover { background-color: #691283; }
.section-color-fg-hover:hover { color: #691283; }
.section-color-border-all-hover:hover { border-color: #691283; }
.section-color-border-t-hover:hover { border-top-color: #691283; }
.section-color-border-r-hover:hover { border-right-color: #691283; }
.section-color-border-b-hover:hover { border-bottom-color: #691283; }
.section-color-border-l-hover:hover { border-left-color: #691283; }


.shortcut_tit > div{
    color: #691283 !important;
    border-bottom: 2px solid #691283 !important;
}

.front-title a {
    color: #691283 !important;
}

.photo-summary-content .img-left{
    border-bottom: 5px solid #691283 !important;
}

.line {
    border-bottom: 1px dashed #691283 !important;
}

.sl_agenda .title{
    background-color: #691283 !important;
}

.sl_agenda .content .calendar-table th{
    color: #691283 !important;
}


.sl_agenda .content .calendar-table td.event-highlighted{
    background-color: #691283 !important;
}

.sl_agenda .day-title{
    border-bottom: 1px solid #691283 !important;
}

.shortcut_tit_calendar{
    color: #691283 !important;     
    border-bottom: 2px solid #691283 !important;
}

.documents_slotlet .title {
    color: #691283 !important;
    border-bottom: 2px solid #691283 !important;
}

.documents_slotlet .content .content-child a {
    color: #691283 !important;
}

.sl_section .first-level {
    border-top: 1px solid #691283 !important;
}

#full-html .title, .slotlet_main_content .title {
    border-bottom: 2px solid #691283 !important;
    color: #691283 !important;
}