﻿ /**
 * @author	Stichting ICTU, Overheid heeft Antwoord
 * @date	14 september 2009
 * @name	Specific stylesheet for objects
 * @version	0.95
 */

@media screen, tv, print {
    .enquetePopup {
        position: fixed;
        padding: 20px;
        margin: 0 15px 15px 0;
        width: 20em;
        z-index: 10;
        bottom: 0;
        right: 0;
        border: 2px solid #154273;
        border-radius: 0.25em;
        background-color: #fff;
    }

    .enquete-Popup-closebtn {
        float: right;
    }

        .enquete-Popup-closebtn img {
            cursor: pointer;
        }

    .enquete-Popup-hidden {
        display: none;
    }

    /* Pop-up */
    #popup, .popup, .popupshow {
        position: absolute;
        padding: 0;
        overflow: auto;
        margin: 0;
        height: 100%;
        width: 100%;
        background: url(images/popup-bg.png);
        z-index: 10;
        top: 0;
        left: 0;
    }

        #popup > *, .popup > *, .popupshow > * {
            width: 500px;
            padding: 10px 20px;
            background: #fff;
            margin: 70px 0 0 230px;
        }



        #popup h2, .popup h2, .popupshow h2, #popup legend, .popup legend, .popupshow legend {
            font-size: 1.05em;
            font-family: inherit;
            font-weight: bold;
            margin-bottom: 0;
            padding-bottom: 5px;
        }

        .popup fieldset {
            border-top: medium none;
        }

    .row--landing {
        background-image: url(/koop-cb/images/temp/discussiepanel.jpg) !important;
        background-position-y: center !important;
    }

    .floatNone {
        float: none !important;
    }

    .w220 {
        width: 220px !important;
    }

    .m0 {
        margin: 0px !important;
    }

    .hidden {
        display: block;
    }

    .pagination__filter .form__element .pagination__select {
        display: inline-block !important;
        margin-left: 6px !important;
        margin-right: 6px !important;
        width: auto !important;
    }

    .pagination {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
    }
}