/*********************************************************************
 * Cascading-Style-Sheets file for Admidio
 *
 * @copyright 2004-2022 The Admidio Team
 * @see https://www.admidio.org/
 * @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License v2.0 only
 *
 * 
 *********************************************************************
 *
 *    Farb-Anpassungen für die Eisenbahnfreunde Pforzheim
 * 
 *********************************************************************
 * 
 * Basiswerte (anhand vom EFP-Logo)
 * rot             #e57744         HSL  19°, 76%, 58%
 * gelb            #f4bc0f         HSL  45°, 91%, 51%
 * dunkelbraun     #534c3d         HSL  41°, 15%, 28%
 * 
 ********************************************************************/
 

/***********************************/
/* Plugin Calendar */
/***********************************/

#plgCalendarTable td.plgCalendarToday {
    background-color: hsl(41deg 33% 80%); /* #324b64 = hsl(210,33%,29%) */
}

/* (zusätzliche Styles, gibt's nicht in admidio.css) */
#plgCalendarTable td.plgCalendarDateDay a,
#plgCalendarTable td.plgCalendarMergeDay a,
#plgCalendarTable td.plgCalendarToday a {
    border: 1px solid hsl(41,33%,66%);
    border-radius: 4px;
    display: inline-block;
    width: 100%;
}

#plgCalendarContent table {
    border: 1px dotted hsl(41,33%,29%);
}

#plgCalendarTable th,
#plgCalendarTable td {
    width: 13%;
}

#plgCalendarTable .plgCalendarWeekday,
#plgCalendarTable .plgCalendarWeekdaySaturday,
#plgCalendarTable .plgCalendarWeekdaySunday {
    border: 1px dotted hsl(41,33%,29%);
    font-size: 9pt;
}


/***********************************/
/* Video-Konferenz */
/***********************************/

.startVideoKonferenz, .startVideoKonferenzDisabled {
    padding: 2px 6px;
    border-radius: 6px;
    color: hsl(41, 100%, 97%);
}
    
.startVideoKonferenz {
    background-color: hsl(41,53%,44%);
    border-color: hsl(41,53%,44%);
}
    
.startVideoKonferenzDisabled {
    background-color: hsl(41,53%,64%);
}
    
.startVideoKonferenz:hover,
.startVideoKonferenz:focus {
    background-color: hsl(41,54%,32%) !important;
    color: hsl(41, 92%, 80%);
}
    
.startVideoKonferenzDisabled,
.startVideoKonferenzDisabled:focus {
    background-color: hsl(41, 9%, 65%);
}
    
.startVideoKonferenz a, 
.startVideoKonferenzDisabled a {
    color: hsl(41,15%,99%);
}
    
.startVideoKonferenz a:hover, 
.startVideoKonferenz a:focus, 
.startVideoKonferenzDisabled a:hover,
.startVideoKonferenzDisabled a:focus {
    text-decoration: none;
}
