/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: #7b8cad;
    font-size: 12px;
    line-height: 1.1;
    left: 0;
    bottom: 0;
    padding: 15px 15px;
    background-color: #001f5b;
	width: 100%;
}
.gdprcookie p{
    float: left;
	margin-bottom: 0;
	margin-top: 6px;
}


.gdprcookie h1,
.gdprcookie h2 {
    font-size: 1.2em;
    margin-bottom: .5rem;
}
.gdprcookie h2 {
    font-size: 1.2em;
}
.gdprcookie a {
    color: inherit;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
	float: right;
}
.gdprcookie-buttons button {
    color: #001f5b;
    font-family: inherit;
    font-size: 1em;
    padding: 5px 8px;
    border: 0;
    border-radius:0;
    margin: 0 .5rem;
    background: none;
    cursor: pointer;
	background-color: #7b8cad;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	
}
.gdprcookie-buttons button:hover {
    color: #001f5b;
	background-color: #ffffff;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.gdprcookie-buttons button:disabled {
    color: rgba(255,255,255,.5);
}


/* GDPR Cookie types */

.gdprcookie-types {
    text-align: left;
    float: left;
	margin-top: 5px;
	clear: both;
}


.gdprcookie-types ul {
    /*overflow: hidden;*/
    padding: 0;
    margin: 0;
}
.gdprcookie-types li {
    display: block;
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
	margin-right: 12px;
	margin-top: 4px;
}
.gdprcookie-types input[type=checkbox] {
    margin-right: .25rem;
}