/* default styles for extension "tx_ffg18extslider" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

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

    .tx-ffg-18-ext-slider table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-ffg-18-ext-slider table th {
        font-weight:bold;
    }

    .tx-ffg-18-ext-slider table td {
        vertical-align:top;
    }

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

    .typo3-messages .message-ok {
        color:green;
    }
/* default styles for extension "tx_ffg18extcontactsearch" */


    .tx_ffg18extcontactsearch_filter__ui {
    }

    .tx_ffg18extcontactsearch_filter_form {
        background: #004687;
        padding: 2rem 2rem 0.8rem 2rem;
        color: #fff;
        border: none;
        width:100%;
        margin-bottom: 0;
    }

    .tx_ffg18extcontactsearch_filter .row {
        margin-bottom: 5px;
        margin-top: 10px;
        padding: 0px 10%;
    }

    @media (max-width: 1024px) {
        .tx_ffg18extcontactsearch_filter .row {
            padding: 0;
        }
    }

    .tx_ffg18extcontactsearch_filter .col {
        display: inline-flex;
        padding: 0px 5px;
    }

    .tx_ffg18extcontactsearch_filter .display_none {
        display: none;
    }

    .tx_ffg18extcontactsearch_filter span {
        width: 100%;
    }

    .tx_ffg18extcontactsearch_filter select {
        border-radius: 0px;

        width: 100%;
        height: 43px!important;
        margin: 0;
        margin-top: 1px;
        font-size: 16px;
        color: #333;

        background-image: url(/typo3conf/ext/ffg_18_ext_contactsearch/Resources/Public/Assets/Icons/arrow.png);
        background-repeat: no-repeat;
        background-size: auto;
    }

    .tx_ffg18extcontactsearch_filter input {
        border-radius: 0px;

        height: 45px;
        margin: 0;

        font-size: 16px;
        color: #333;
    }

    .tx_ffg18extcontactsearch_filter input:disabled{
        background-color: #E6E6E6;
        opacity: 0.5;
    }

    .tx_ffg18extcontactsearch_filter button {
        border-radius: 0px;

        height: 45px;
        width: 100%;
        background: #d20024;
        color: #fff;
        text-transform: uppercase;
        font-family: 'Helvetica Neue LT Pro',Arial,sans-serif;
        font-size: 14px;
        font-weight: 600;
    }

    .tx_ffg18extcontactsearch_filter .btn.disabled, .btn:disabled {
        opacity: 0.5;
    }

    .tx_ffg18extcontactsearch_filter__cnt {
        min-height: 0px;
    }

    .tx_ffg18extcontactsearch_filter__msg {
        padding: 0px!important;
        padding-bottom: 1.3rem!important;
        margin-top: 0px!important;
        background: #004687;
    }

    .tx_ffg18extcontactsearch_filter__msg .row {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .tx_ffg18extcontactsearch_filter__msg span {
        display: inline-block;
        color: #fff;
    }

    @media (max-width: 1200px) {
        .tx_ffg18extcontactsearch_filter__msg span {
            padding: 0px 35px;
        }
    }

    .tx-ffg-18-ext-contactsearch .contact-filter .results {
        padding-top: 0px;
    }
    .tx-ffg-18-ext-contactsearch  .contact-filter .contact-result .contact-info .link-group {
        padding-bottom: 0px;
    }

