/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 15, 2023, 10:46:39 PM
    Author     : ml-istvan.jakab
*/
.tx-gtn-semiq {
	word-break: normal;
	word-wrap: normal;
	hyphens: manual;
}

.container-fluid .tx-gtn-semiq h3 {
    margin-top: 10px;
    margin-bottom: 0px;
}

textarea.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}

input.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}

.tx-gtn-semiq table {
    border-collapse:separate;
    border-spacing:10px;
}

.tx-gtn-semiq table th {
    font-weight:bold;
}

.tx-gtn-semiq table td {
    vertical-align:top;
}

.typo3-messages .message-error {
    color:red;
}

.typo3-messages .message-ok {
    color:green;
}

.bifeb-event-list-list-mode div[data-event-category="24"] .startdate {background-color: #009da4 !important}
.bifeb-event-list-list-mode div[data-event-category="24"] .category,
.bifeb-event-list-grid-mode div[data-event-category="24"] a.card {
    color: #009da4 !important;
    border-color: #009da4 !important;
}

.bifeb-event-list-list-mode div[data-event-category="25"] .startdate {background-color: #993366 !important}
.bifeb-event-list-list-mode div[data-event-category="25"] .category,
.bifeb-event-list-grid-mode div[data-event-category="25"] a.card {
    color: #993366 !important;
    border-color: #993366 !important;
}

.bifeb-event-list-list-mode div[data-event-category="26"] .startdate {background-color:#c0d72f !important}
.bifeb-event-list-list-mode div[data-event-category="26"] .category ,
.bifeb-event-list-grid-mode div[data-event-category="26"] a.card {
    color: #c0d72f !important;
    border-color: #c0d72f !important;
}

.bifeb-event-list-list-mode div[data-event-category="27"] .startdate {background-color:#ea6219 !important}
.bifeb-event-list-list-mode div[data-event-category="27"] .category ,
.bifeb-event-list-grid-mode div[data-event-category="27"] a.card {
    color: #ea6219 !important;
    border-color: #ea6219 !important;
}

.bifeb-event-list-list-mode div[data-event-category="28"] .startdate {background-color:#548235 !important}
.bifeb-event-list-list-mode div[data-event-category="28"] .category,
.bifeb-event-list-grid-mode div[data-event-category="28"] a.card {
    color: #548235 !important;
    border-color: #548235 !important;
}

.bifeb-event-list-list-mode div[data-event-category="29"] .startdate {background-color:#F2C212 !important}
.bifeb-event-list-list-mode div[data-event-category="29"] .category,
.bifeb-event-list-grid-mode div[data-event-category="29"] a.card {
    color: #F2C212 !important;
    border-color: #F2C212 !important;
}

.bifeb-event-list-list-mode div[data-event-category='0'] .startdate {background-color:#00557c !important}
.bifeb-event-list-list-mode div[data-event-category='0'] .category,
.bifeb-event-list-grid-mode div[data-event-category='0'] a.card {
    color: #00557c !important;
    border-color: #00557c !important;
}

.semiq-detail-view li p {
    margin-bottom: 0!important;
}
.semiq-detail-view div.listcontent p {
    margin-bottom: 0;
}

.semiq-detail-view div.listcontent p:last-child {
    margin-bottom: 1rem;
}