/* LIGHT */

.fm-cookies {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    width: 300px;
    padding: 81px 21px 31px;
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.9) ;
    background-image: url('/gui/cookies-2.png');
    background-position: 21px 21px, 0px 0px;
    background-size: 80px, 47px;
    background-repeat: no-repeat, repeat;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 8px 0px inset;
    color: #111;
    font-weight: 400;
}

.fm-cookie-accept {
	 background: #8bae00 !important; 
}

.fm-cookie-decline {
	background: #ff0000 !important;
}

.fm-cookies p {
	font-size: 13px;
}

.fm-cookies p a {
	color: #333;
	text-decoration: underline;
}

.fm-cookies p a:hover {
	color: #666;
	text-decoration: underline;
}

.cookies-accept-button {
	background-color: #111 !important;
    float: right;
    display: inline-block;
    color: #fff !important;
    cursor: pointer;
}

.fm-cookie-hide {
    position: absolute;
    top: 21px;
    right: 21px;
    width: 40px;
    margin-bottom: 13px;
    float: right;
    border-radius: 13px;
    background-color: #111;
    color: white;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}

/* DARK */

.fm-cookies.dark {
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.8) ;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 8px 0px inset;
    color: #fafafa;
    font-weight: 400;
}

.fm-cookies.dark p a {
	color: #f9c953;
	text-decoration: none;
}

.fm-cookies.dark p a:hover {
	color: #f9c953;
	text-decoration: underline;
}

.fm-cookies.dark .cookies-accept-button {
    color: #111;
	background-color: #f9c953;
}

.fm-cookies.dark .fm-cookie-hide {
    color: #111;
	background-color: #f9c953;
}

/* TOP */

.fm-cookies.top {
    right: 20px;
    top: 20px;
	bottom: auto;
    z-index: 10000;
}
