﻿.notification-container
{
    .section.container-white:first-child > h2
    {
        font-size: 42px;
        line-height: 44px;
        border-bottom: none;
        text-transform: none;
        margin: -20px -20px 0;
    }

    p
    {
        font-family: "gibsonRegular","Arial",sans-serif;
        font-size: 18px;
        line-height: 20px;
    }

    .unsubscribe
    {
        p
        {
            padding-bottom: 0;
        }
    }

    .list-chosen-constituencies
    {
        .item
        {
            a
            {
                cursor: pointer;
            }
        }
    }

    .signupSuccess
    {
        border-bottom: medium none;
        background-color:@dark-blue;
        >*{color:#fff !important;}
        a
        {
            text-decoration: underline;
        }

        p
        {
            padding-bottom: 0;
            a{color:#fff !important;}
        }
    }

    p
    {
        font-family: "gibsonRegular","Arial",sans-serif;
    }


    .subscription
    {
        margin-top: 10px;
        background-color: @dark-blue-70;
        color: #fff;

        form label span
        {
            color:#fff !important;
        }
        form {
            p.buttons{
                button {
                    background-color:@primary !important;
                    }
                }
            }
    }

    .constituencies,
    .constituency
    {
        h2
        {

            a.dr-link-readmore
            {

                &:after
                {
                    content: " ";
                    clear: both;
                    line-height: 0;
                    height: 0;
                    overflow: hidden;
                }

                cursor: pointer;
                color: #ff1e00;
                display: inline-block;
                float: right;
                padding: 2px 0;
                text-transform: uppercase;
                font: 12px/1 "gibsonRegular","Arial",sans-serif;
            }
        }
    }

    .constituencies
    {
        ol li:first-child
        {
            background-image: none;
            padding-top: 0;
        }

        li
        {
            color: #000;
            font-family: "gibsonRegular","Arial",sans-serif;
            padding: 10px 0;

            & > .dr-icon-close
            {
                float: right; //margin-right: 42%; cursor: pointer; span { color: #757575; }
            }
        }

        &.container-white
        {
            background-color: transparent;

            ol.list-chosen-constituencies li:first-child
            {
                padding-top: 9px;
            }

            h2
            {
                font-size: 18px;
                line-height: 20px;
                border-top: 3px solid #000;
                padding-top: 10px;
                padding-bottom: 10px;
            }
        }
    }
}

.dr-form.notification-subscription-form {

    .buttons {
        .dr-form-cancel {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
            color: #666;
            text-decoration: underline;
        }
    }

    .form-header {
        margin-bottom: 10px;
    }
    label input {
        /*width:195px;*/
    }
    label {
        width: 37%;
    }
}

.afmeld-besked p {
    font: 14px "GibsonRegular";
}
.afmeld-besked h2 {
    border-bottom: 0;
    div {
        display:inline;
    }
}

.ie8 {
    select {
        height: auto;
    }
}
/*
.find-constituency {
    label {
        float: left;
        margin-right: 20px;
        margin-top: 0;
    }
    .postnumber {
        width: 80px;
    }
    .streetname {
        width: 250px;
    }
    .streetnumber {
        width: 80px;
    }
    .buttons {
        button {
            margin-top: 0;
        }
    }
}
*/



@media (max-width: 380px) {
    .notification-container {
        .section.container-white:first-child > h2{
            font-size: 24px;
            line-height: 26px;
            margin: -10px -10px 0;
        }
        p {
            font-size: 14px;
            line-height: 16px;
        }
        .constituencies, .constituency {
            h2 {
                a.dr-link-readmore {
                    float:none;                    
                }
            }       
        }
    }
}

@media (max-width: 700px) {
    .dr-form.notification-subscription-form
    {
        label input
        {
            width:100%;
        }
    }
   .notification-container
    {
        .constituencies
        {
            li
            {
                padding:10px 0;
                margin:0 !important;
            }
        }
    }
}
@media (max-width: 960px) {
    .dr-form.notification-subscription-form
    {
        label input
        {
            width:100%;
        }
    }
}