#huk_cookie_prefernce_panel_ex {
    bottom: 10px;
    max-width: 90%;

    max-height: 80%;
}
@media (max-height: 800px) {
  #huk_cookie_prefernce_panel_ex {
     overflow-y: scroll !important;
  }
     
}

.cookiepadding{
    /*padding: 5px;*/
    margin-bottom: 10px;
    /*background-color: #ddd;*/
}

.greenbtn{
    background-color: #BDC100 !important;
    color: #fff !important;
    text-shadow: 0 1px 0 #aaa !important;
}

.greenbtn:hover{
    opacity: .9;
}


#huk_cookie_prefernce_panel,#huk_cookie_prefernce_panel_ex {
  line-height: 1.6em;
}
#huk_cookie_prefernce_panel {
  max-width: 80%;
  
}

#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 #597E92;
  -webkit-box-shadow: 0 0 19px #999;
  box-shadow: 0 0 19px #999;
}

#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] {
  margin: -2px 10px;
  padding: 5px 0;
}
#huk_cookie_prefernce_panel_ex ul {
  padding-left: 1.6em;
  margin : .5em 0;
}
#huk_cookie_prefernce_panel .huk_cookie_prefernce_toolbar {
  /*margin-top: 30px;*/
}

#huk_cookie_prefernce_panel .huk_cookie_prefernce_toolbar input[type=button] {
  background: #f3f3f3;
  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: #666;
  font-weight: normal;
  text-shadow: 0 1px 0 #fff;
  text-align: center;
  margin-left: 10px;
  padding: 8px .8em;
}

#huk_cookie_prefernce_panel .huk_cookie_prefernce_link {
  margin-top: 20px;
}
#huk_cookie_prefernce_panel .huk_cookie_prefernce_link a,
#cookie-ext-panel a{
   color:#597E92;
}
#cookie-ext-panel .lighter {
  opacity: .5;
}
#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 {
  -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;
  background-color: #ffffff;
    width: 600px;
   
  border: 3px solid #333;
  -webkit-box-shadow: 0 0 19px #999;
  box-shadow: 0 0 19px #999;
  padding: 20px;
}

@media (max-width: 700px) {
    #cookie-ext-panel{
        width: 90%;
    }
}


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

#cookie-ext-panel #c-toolbar input[type=button] {
  float: right;
  background: #f3f3f3;
  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: #666;
  text-shadow: 0 1px 0 #fff;
  text-align: center;
  font-weight: normal;
  
  margin-left: 10px;
  padding: 8px .8em;
}

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

#cookie-selection {
  clear: both;
}

#cookie-selection #cokkie-options label {
  background-color: #DDD;
  border: 1px solid #DDD;
  display: block;
  width: 175px;
  height: 50px;
  float: left;
  margin-right: 2px;
  text-align: center;
  font-weight: bolder;
  padding: 10px;
}

#cookie-selection #cokkie-options label:hover {
  border: 1px solid #c4c4c4;
}

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

* html .clearfix {
  height: 1%;
}

#huk_cookie_prefernce_panel .huk_cookie_prefernce_toolbar input[type=button]:hover,#cookie-ext-panel #c-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,#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 #cookieWill,#cookie-functionalList #cookieWillNot {
  width: 300px;
  float: left;
}

#cookie-selection #cokkie-options label span,.clearfix {
  display: block;
}
