/*
plugins/system/cookiehint/css
*/


#redim-cookiehint{
	padding: 20px 20px;
	box-sizing: border-box;
	font-size: 16px;
	-webkit-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
	background-color: #ffffff;
	border: 3px solid #21c2f8 !important;
	border-radius: 10px !important;
	text-align: left;
	overflow-y: auto;
	max-height: 90vh;
}

#redim-cookiehint .reset {
	margin: 0px !important;
	padding: 0px !important;
}

#cookiehintinfo {
	display: flex;
	justify-content: right;
	align-items: center;
	flex-wrap: wrap;
}
#cookiehintinfo > * {
	margin: 2px 6px;
}

#redim-cookiehint-modal {
	background-color: rgba(0,0,0,0.75);
	padding: 15%;
}

#cookiehintinfo {
	margin-right: 12px;
	font-size: 0.8125rem;
} 

#cookiehintinfo a  {
	color: #21c2f8 !important;
}

#redim-cookiehint #cookiehintinfo a:hover  {
	color: #818181 !important;
}

#redim-cookiehint .cookiecontent{
	font-size: 16px;
	line-height: 20px;
	display: block;
}

#redim-cookiehint {
	color: #818181;
}

#redim-cookiehint a  {
	color: #ffffff;
}

#redim-cookiehint a:hover  {
	color: #ffffff;
}

#redim-cookiehint .cookiehead {
	font-size: 1.45em;
	padding: 4px 2px 12px 2px;
}

#redim-cookiehint .cookiebuttons{
	display: block;
	padding: 8px;
	margin-top: 2px;
}

#cookiehintsubmit {
	margin-bottom: 5px;
}

#cookiehintsubmitno	{
	margin-bottom: 5px;
}

#redim-cookiehint .clr {
	clear: both;
}

#redim-cookiehint .cookiebuttons .btn{
/* 	padding: 5px 10px !important;
	border-radius: 3px !important;
	border-color: #ffffff;
	color: #ffffff !important;
	background-color: #ffcc00 !important;
	font-size: 13px;
	line-height: 1.5em;
	margin-top: 2px;	
	margin-bottom: 2px;
	margin-right: 5px !important;
	margin-left: 5px !important; */
	background-color: #21c2f8 !important;
	cursor: pointer;
	min-width: 120px;
}

#redim-cookiehint .cookiebuttons .button{
/*	min-width: 250px !important; */
}

#redim-cookiehint .cookiebuttons a.btn {
	text-decoration: none !important;
}

#redim-cookiehint .cookiebuttons .btn:hover{ 
	background-color: #2a2a2a !important;
/* 	background: transparent !important;
	color: #ffcc00 !important;
	border-color: #ffcc00 !important; */
}

#redim-cookiehint.hidden{
	display: none;
	visibility: hidden;
}

#redim-cookiehint .cookiehead .headline::before {
    content: '';
    display: inline-block;
    /* position: absolute; */
    left: 0px;
    top: 0px;
    width: 35px;
    height: 32px;
    background-image: url(../img/little_cookie.png);
    background-repeat: no-repeat;
    background-position: left center;
	margin-right: 10px;
}