// Includes
//@import "color";
//@import "search-form";
//@import "live";
//@import "live-map";



.profile
{
    .pv-votes-avail-container
    {
        .pv-votes
        {
            font-size:11px;
        }
    }
}


[class*="candidate-personal-votes"] {
.elected-icon {
	&.hidden { display:none; }
			margin-top:4px;
			span {
				//display:block;
                display:inline-block;
                padding:0 10px;
				background:@secondary-nature;
				color:#FFF;
				font:12px/17px "GibsonSemiBold";
				text-transform:uppercase;
				text-align:center;
				/*width:52px;*/
				height:17px;
			}

		}
	}
.twitter-item
{
    font: 12px/14px "gibsonRegular", "Arial Black", sans-serif;

}
span.see-candidateNoTest {
		background-color:#fff;
		border:1px solid @primary;
		color:#000;
		font: 12px/15px "GibsonRegular";
		padding:0 5px;

	}
.question-result {
	span.see-candidateNoTest {
		margin:10px 0 20px 60px;
		display:inline-block;
		
	}
}

/* frontpage right side spot over latest news */

.spot-frontpage.dr-spot > p {
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    font: 14px/1 "GibsonRegular";
    padding: 20px;
	margin-bottom:20px;
}


/* Skift region */
.locationSelected {
    h3 {
        text-align: center;
        padding: 20px 0;
        border: solid 1px #333;
    }
}

/* Show dropdown an change area */
.change-region {
	font: 14px/30px "gibsonRegular","Verdana",sans-serif;
    z-index: 1000;

	&:before {
		color: #FFF;
	}

	&:hover {
		text-decoration: underline;
	}
	cursor: pointer;
	color: #FFF;
	text-transform: uppercase;
}

/* Show hide item*/
.collaps-items{
    + div.display-all
    {
        padding-bottom: 10px;
        background: url("/assets/img/border.svg") repeat-x -2px -2px;

        button
        {
            margin-top: 10px;
            width: 100%;
            background-color: #a9b1ba;
            background-position: -2px -2px;

            &:hover
            {
                background-color: @secondary;
            }
        }
    }
}


.site-content > [class*="-result"] {
    position: relative;
    margin: 20px 0 0;
}

.social-band
{
    ul.combine-layout
    {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
    }

    .item
    {
        padding: 10px 0 !important;
        background: transparent url(/assets/img/border.png) repeat-x -2px 100% !important;
        overflow-x: hidden;

        .metainfo
        {
            margin-top: 0;
            line-height: 1.5em;
        }

        p
        {
            margin-top: 0;
            font-family: "gibsonRegular", "Arial", sans-serif;
            font-size: 14px;
        }

        p > a
        {
            color: @grey-30;
        }
    }

    li.item:last-child
    {
        background: none !important;
    }
}

.social-image .image-wrap {
	width: 50px !important;
}

.social-image .image-wrap img {
	margin-left: 0px;
	margin-top: 5px;
}


@media (min-width: 701px) and (max-width: 960px)
{
    .choose-election {
        div {
            width: auto;
            &.bg {
                display: none;
            }
        }
    }
}

@media (max-width: 700px)
{
.choose-election {
    div {
        width: auto;
        &.bg { 
            display:none; 
        }
    }
.choose-k-r {
	
		li {
			
			display:block;	
			float:none;	
			span { text-align:center; }	
		}
	}
	}

    .p4-zone-result {
        .p4-zone {
            .dr-form.select-p4-region {
                position: static;
            }
        }
    }
    .candidate-list { 
        li.item {
            .candidate-agreement {
                a,
                span.see-candidateNoTest {
                    //margin-left: 25%;
                }    
            }
        }
    }
    .find-region {
        .statistics-container {
            display: none;
        }
    }
    .heading-small {
        font-size: 14px;
    }
}

@media (max-width: 530px)
{
    .map-choose-region {
        display:none;
    }
    .questions
    {
        .item
        {
            padding-left: 15%;

            .metainfo
            {
                margin-left: -15%;
                //width: 12%;
                text-align: center;
            }

            dd
            {
                button
                {
                }
            }
        }
    }
    .candidate-list { 
        li.item {
            .candidate-agreement {
                a,
                span.see-candidateNoTest {
                    //margin-left: 33.33333333333333%;
                }    
            }
        }
    }
    .current-topics {
        h2 {
            font-size: 12px;
            line-height: 25px;
            padding: 0 12px;
            top: 12px;
        }
        li {
            a {
                font-size: 14px;
            }
        }
    }
    div.dr-site-footer-onduty {
        div.combine-layout {
            [class*="span-"] {
                div.hcard {
                    p {
                        position: static;
                    }
                }
            }
        }
    }
}

@media (max-width: 380px)
{
	.choose-election {
		.choose-k-r {
			li {
				a {
					height:50px;
					width:190px;
					line-height:50px;
				}
			}
		}	
	}

    .questions
    {
        .item
        {
            padding-left: 20%;

            .metainfo
            {
                margin-left: -20%;
                //width: 17%;
                text-align: center;
            }

            dd
            {
                width: 100%;

                button
                {
                    width: 100%;
                }
            }
        }
    }

    .section.votelist-header {
        background-position-x: 90%;
        h2 {
            font: 18px/1 "GibsonRegular";
            span {
                font: 24px/26px "GibsonSemiBold";
            }
        }
    }
}

.clear-both {
    clear: both;
}
