/* start commented backslash hack \*/
#huk_cookie_prefernce_panel,
#huk_cookie_prefernce_panel_ex {
    font: 12px sans-serif;
    line-height: 1.7;
    z-index: 999999;
}

#huk_cookie_prefernce_panel {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-radius-topright: 3px;
    border-radius-bottomright: 3px;
    border-radius-bottomleft: 3px;
    border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding;
    border: 1px solid #999;
    -webkit-box-shadow: 0 0 19px rgba(0,0,0,0.2);
    box-shadow: 0 0 19px rgba(0,0,0,0.2);
    height:auto !important;
    right: 0 !important;
    bottom: 0 !important;
    border-bottom: none !important;
    border-right: none !important;
    border-radius: 0 !important;
}
#huk_cookie_prefernce_panel_ex {
    width:80% !important;
    left:10% !important;
}
#huk_cookie_prefernce_panel .huk_cookie_prefernce_panel_row {
    height: 30px;
}

#huk_cookie_prefernce_panel .huk_cookie_prefernce_panel_row input {
    float: left;
}

#huk_cookie_prefernce_panel .huk_cookie_prefernce_panel_row label {
    padding-top: 2px;
    display: block;
    float: left;
}

#huk_cookie_prefernce_panel .huk_cookie_prefernce_panel_row input[type=button] {
    padding: 5px 0;
    margin: -2px 10px;
}

#huk_cookie_prefernce_panel .huk_cookie_prefernce_toolbar {
    margin-top: 10px;
}

#huk_cookie_prefernce_panel .huk_cookie_prefernce_toolbar input[type=button] {
    background: #e3e3e3;
    border: 1px solid #bbb;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
    box-shadow: inset 0 0 1px 1px #f6f6f6;
    color: #333;
    font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
    padding: 8px 0 9px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 120px;
    margin-left: 10px;
}

#huk_cookie_prefernce_panel .huk_cookie_prefernce_toolbar input[type=button]:hover {
    background: #d9d9d9;
    -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
    box-shadow: inset 0 0 1px 1px #eaeaea;
    color: #222;
    cursor: pointer;
}

#huk_cookie_prefernce_panel .huk_cookie_prefernce_toolbar input[type=button]:active {
    background: #d0d0d0;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000;
}

#huk_cookie_prefernce_panel .huk_cookie_prefernce_link {
    margin-top: 10px;
}

#ck-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: .6;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cookie-ext-panel {
    border-radius:0;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding;
    background-color: #EFEFED;
    padding: 0;
    border: 1px solid #ccc;
}

#cookie-ext-panel #c-toolbar {
    text-align: right;
    margin: 20px 0 20px 0;
    height: 20px;
}

#cookie-ext-panel #c-toolbar input[type=button] {
    float: right;
    background: #041367;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
    padding: 8px 0 9px;
    text-align: center;
    width: 120px;
    margin-left: 10px;
    font-weight: 300;
    cursor: pointer;
}

#cookie-ext-panel #c-toolbar input[type=button]:hover {
    background: #999999 !important;
    color:#ffffff !important;
}

#cookie-ext-panel #c-toolbar input[type=button]:active {
    background: #d0d0d0;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000;
}

#cookie-functionalList {
    /*height: 200px;*/
}

#cookie-functionalList #cookieWill {
    width: 300px;
    float: left;
}

#cookie-functionalList #cookieWillNot {
    width: 300px;
    float: left;
}

#cookie-selection {
    clear: both;
    display:table;
}
#cookie-options {
    padding: 0 30px 5px;
}
#cookie-options label {
    background-color: #041367;
    color:#ffffff;
    width: 100%;
    padding: 12px 10px;
    float: left;
    margin-right: 2px;
    margin-top:6px;
    text-align: center;
    font-weight: bolder;
    font-size:14px;
    font-weight:300;
    text-align: left;
}
#cookie-options input[type="checkbox"] {
    float:left;
    margin-top: 6px;
    margin-right: 10px;
    display: none;
}
#cookie-options label span {
    vertical-align: middle;
}

#c-toolbar input {
	background: #f0f0f0!important;
}

#c-toolbar #COOKIE_SAVE {
	background: #f10119!important;
	color: #fff!important;
}

#cookie-options label:hover {
    /*border: 1px solid #c4c4c4;*/
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */



#CookieLawMM {
	display: block;
	z-index: 1000;
	height: 44px;
	width: 44px;
	background: url(cookie-slide.png) no-repeat;
	position: absolute;
	top: 3px;
	right: 0;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	box-shadow: 0px 0px 5px 0px #000;
	text-align: center;
	-webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}
#CookieLawMM:hover {
	width: 200px;
	-webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}
#CookieLawMM:hover a {
	white-space: nowrap;
	display: block;
	margin: 14px 0px 0px 40px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#CookieLawMM a {
	display: none;
}
.cookie-text {
    width: 1000px;
    margin: 0 auto;
}
.cookie-text input {
    border-radius: 0;
    background: #a78c5e;
    color: #ffffff;
    font: bold 13px "helvetica neue",helvetica,arial,sans-serif;
    border: 0px none;
    margin-left: 10px;
    width: 160px;
    margin-left: 20px;
    margin-top: 4px;
    padding: 8px 20px;
}
.cookie-left img {
    text-align: center;
    width: 200px;
    display: block;
    display: block;
    margin: 20px auto;
}
.cookie-left h3,
#cookie-info h3 {
    margin-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
}
#cookie-info h3 {
    text-align:left;    
}
.cookie-left input[type="checkbox"] + label span{display:inline-block;width:19px;height:19px;margin:-2px 4px 0 0;vertical-align:middle;background: #fff; background-image:none; margin: -2px 8px 0 0;cursor:pointer;}
.cookie-left input[type="checkbox"]:checked + label span{background: #ffffff; background-image: url('/image/cookie_check.png'); background-repeat:no-repeat; background-position: 3px 3px; }
.cookie-left input[type="checkbox"] {
    float: left;
    width: 25px;
    display: none;
}
#COOKIE_CLEAR {
/*     color: #ffffff; */
    font-size: 14px;
    font-weight: 300;
    text-align: left;
/*     background: #041367; */
    border: none;
/*     color: #222222; */
    text-align: center;
    border: none;
/*     color: #222222; */
    text-align: center;
    padding: 5px;
    width: 140px;
    display:block;
}
#cookie-options label {
    cursor:pointer;
}
#triangle-bottomleft {
    width: 0;
    height: 0;
    border-bottom: 70px solid #f10119;
    border-right: 70px solid transparent;
    cursor:pointer;
}
#triangle-bottomleft img {
    width: 30px;
    margin-top: 34px;
    margin-left: 5px;
    max-width: none!important;
}
.EU_OPIN_SETTINGS {
    display: block;
    width: 30px;
}
#cookie-level1 h3,
#cookie-level2 h3 {
    padding-bottom:0;
}
.cookie-table {
	margin:10px 0;
	width:100%;
}
.cookie-table thead {
	background:#efefef;
	font-weight:bold;
}
.cookie-table td {
	padding:3px;
	border:solid 1px #dddddd;
}
#cookie-info {
    height: 400px;
    overflow-y: scroll;
    padding-right: 20px;
}
@media screen and (max-width: 1100px) {
    .cookie-text {
        width:100%;
    }
    .cookie-text > div {
        width:100% !important;
    }
    #huk_cookie_prefernce_panel_ex {
        left:0 !important;
        top:0 !important;
        width:90% !important;
        margin:5%;
        position:absolute !important;
    }
    #huk_cookie_prefernce_panel_ex #cookie-ext-panel {
        width:100% !important;
    }
    #huk_cookie_prefernce_panel_ex #cookie-ext-panel > div {
        width:100% !important;
    }
    #cookie-ext-panel #c-toolbar {
        height:auto !important;
    }
    #c-toolbar input {
        display:block !important;
        margin:2px auto !important;
        float:none !important;
    }
    #cookie-info {
        height:auto !important;
        overflow-y: visible;
    }
}